Overclockers Australia Forums

OCAU News - Wiki - QuickLinks - Pix - Sponsors  

Go Back   Overclockers Australia Forums > Software Topics > Other Operating Systems

Notices


Sign up for a free OCAU account and this ad will go away!
Search our forums with Google:
Reply
 
Thread Tools
Old 12th June 2012, 7:13 PM   #286
Brett
Member
 
Join Date: Jun 2001
Location: Bunbury, WA
Posts: 3,356
Default

Quote:
Originally Posted by hollstar View Post
the third runs Samba so the Exchange box (SBS2003) has something to backup to.
Have you considered installing Services for Unix on the SBS box and utilising NFS?
Brett is offline   Reply With Quote

Join OCAU to remove this ad!
Old 12th June 2012, 11:56 PM   #287
hollstar
Member
 
hollstar's Avatar
 
Join Date: Dec 2002
Location: Brisbane
Posts: 316
Default

Quote:
Originally Posted by 3t3rna1 View Post
<snip> So first you need to extend the LV on the host whilst the VM is offline. Once the VM boots it will recognize the disk being larger </snip>
Without a word of a lie, I did try that before posting. After a reboot, the size wasn't adjusted which threw me for six. Part of me assumed it involved resizing the partition in order to see this change but that went against my judgement so to speak. Based on what I'd been reading, comments Elvis had made in previous threads, I thought I was going down the right road?

Anyway, rebooting the host and not auto starting the VM was my answer. Thanks for the reassurance mate!

Quote:
Originally Posted by Brett View Post
Have you considered installing Services for Unix on the SBS box and utilising NFS?
In a word, No. Not any one specific reason (in saying that, lack of knowledge in part), however another part of me would like the easy option of accessing the share from Workstations if need be hence the logically Samba road I guess?
hollstar is offline   Reply With Quote
Old 17th June 2012, 10:53 PM   #288
Kafoopsy
Member
 
Kafoopsy's Avatar
 
Join Date: Sep 2002
Location: Right Here!
Posts: 837
Default

I'm trying to get Windows 98 running in Virrtualbox. How do I install video drivers? I can't work out what sort of video adapter is used in the virtual machine. Ditto for sound and network drivers too.
__________________
I was a member of the THE SLOT-T PARTY!
I did have a: Tualatin Celeron 1.2 on MSI 6163 Slot 1
My motto: Latest version of software is not always best.
Kafoopsy is offline   Reply With Quote
Old 18th June 2012, 7:48 AM   #289
elvis Thread Starter
Member
 
elvis's Avatar
 
Join Date: Jun 2001
Location: Brisbane
Posts: 19,937
Default

Quote:
Originally Posted by Kafoopsy View Post
I'm trying to get Windows 98 running in Virrtualbox. How do I install video drivers? I can't work out what sort of video adapter is used in the virtual machine. Ditto for sound and network drivers too.
The unofficial Virtualbox doco is here:
https://forums.virtualbox.org/viewtopic.php?t=9918

Have you tried it in KVM? By default KVM uses a highly compatible emulated Cirrus card, which Win98 had native drivers for.
__________________
Child's Play Charity
elvis is offline   Reply With Quote
Old 7th September 2012, 8:56 PM   #290
foxmulder881
Member
 
foxmulder881's Avatar
 
Join Date: Nov 2004
Location: Gold Coast, QLD OS:R.Hat
Posts: 5,845
Default

I'm just gonna reboot this thread for no particular reason. I installed a few virtual servers in the past week or so. I'm running a virtual file server, FTP server, web server and just today booted my MySQL server. All have both Telnet and SSH access for PuTTY.
foxmulder881 is offline   Reply With Quote
Old 7th September 2012, 10:20 PM   #291
High-Fidelity
Member
 
High-Fidelity's Avatar
 
Join Date: Nov 2002
Location: Melbourne
Posts: 281
Default

Quote:
Originally Posted by foxmulder881 View Post
I'm just gonna reboot this thread for no particular reason. I installed a few virtual servers in the past week or so. I'm running a virtual file server, FTP server, web server and just today booted my MySQL server. All have both Telnet and SSH access for PuTTY.
Why telnet and SSH? I'd ditch the telnet and just stick with SSH with public/private keys for authentication.

Which hyper visor did you use?
High-Fidelity is offline   Reply With Quote
Old 7th September 2012, 10:31 PM   #292
foxmulder881
Member
 
foxmulder881's Avatar
 
Join Date: Nov 2004
Location: Gold Coast, QLD OS:R.Hat
Posts: 5,845
Default

Quote:
Originally Posted by High-Fidelity View Post
Why telnet and SSH? I'd ditch the telnet and just stick with SSH with public/private keys for authentication.

Which hyper visor did you use?
I have both Telnet and SSH because SSH gives me bash shell and Telnet gives me CMD.
foxmulder881 is offline   Reply With Quote
Old 7th September 2012, 11:12 PM   #293
High-Fidelity
Member
 
High-Fidelity's Avatar
 
Join Date: Nov 2002
Location: Melbourne
Posts: 281
Default

Quote:
Originally Posted by foxmulder881 View Post
I have both Telnet and SSH because SSH gives me bash shell and Telnet gives me CMD.
Not sure I follow you. They achieve the same thing, it's just that one is secure and the other isn't. It's worth avoiding telnet, especially if it exposed to the outside world.
High-Fidelity is offline   Reply With Quote
Old 8th September 2012, 8:54 AM   #294
chip
Member
 
Join Date: Dec 2001
Location: Adelaide (west side)
Posts: 2,409
Default

Quote:
Originally Posted by High-Fidelity View Post
Not sure I follow you. They achieve the same thing, it's just that one is secure and the other isn't. It's worth avoiding telnet, especially if it exposed to the outside world.
Maybe it means that there's a VM running a Windows server with the telnet service enabled? It's hard to tell for sure.
chip is offline   Reply With Quote
Old 8th September 2012, 1:36 PM   #295
foxmulder881
Member
 
foxmulder881's Avatar
 
Join Date: Nov 2004
Location: Gold Coast, QLD OS:R.Hat
Posts: 5,845
Default

Quote:
Originally Posted by High-Fidelity View Post
Not sure I follow you. They achieve the same thing, it's just that one is secure and the other isn't. It's worth avoiding telnet, especially if it exposed to the outside world.
It's only used internally. And that depends what you mean by "achieving the same thing". They're two entirely different syntax's and used for very different reasons.

Quote:
Originally Posted by chip View Post
Maybe it means that there's a VM running a Windows server with the telnet service enabled? It's hard to tell for sure.
Yes, this.

What's hard to understand about it. SSH logs in to a Bash syntax through the use of Cygwin and MobaSSH. Telnet logs in to a native Windows CMD (or Powershell) syntax through the use of KpyM.
foxmulder881 is offline   Reply With Quote
Old 8th September 2012, 2:11 PM   #296
chip
Member
 
Join Date: Dec 2001
Location: Adelaide (west side)
Posts: 2,409
Default

Quote:
Originally Posted by foxmulder881 View Post
What's hard to understand about it. SSH logs in to a Bash syntax through the use of Cygwin and MobaSSH. Telnet logs in to a native Windows CMD (or Powershell) syntax through the use of KpyM.
Your post was hard to understand because there wasn't enough background information about your setup, and seems to be conflating the connection protocol (Telnet/SSH) with the actual shell (BASH/cmd) running on the machine. (The Telnet protocol doesn't have a 'syntax' in the same way a BASH shell does, for example.)
chip is offline   Reply With Quote
Old 8th September 2012, 2:25 PM   #297
foxmulder881
Member
 
foxmulder881's Avatar
 
Join Date: Nov 2004
Location: Gold Coast, QLD OS:R.Hat
Posts: 5,845
Default

Quote:
Originally Posted by chip View Post
Your post was hard to understand because there wasn't enough background information about your setup, and seems to be conflating the connection protocol (Telnet/SSH) with the actual shell (BASH/cmd) running on the machine. (The Telnet protocol doesn't have a 'syntax' in the same way a BASH shell does, for example.)
But I did point out that Telnet was using CMD, in this post here.
foxmulder881 is offline   Reply With Quote
Old 8th September 2012, 2:32 PM   #298
chip
Member
 
Join Date: Dec 2001
Location: Adelaide (west side)
Posts: 2,409
Default

Quote:
Originally Posted by foxmulder881 View Post
But I did point out that Telnet was using CMD, in this post here.
That's exactly the source of the head-scratching for people who deal with this on a daily basis. At no point up until then had you mentioned that any of this was running on a Windows box, and it's not an obvious guess seeing as it's the Virtualisation megathread in the Other Operating Systems subforum. If you'd just posted 'I'm running a telnet server on a windows box for local shell access' then all the confusion would've been avoided
chip is offline   Reply With Quote
Old 8th September 2012, 2:37 PM   #299
foxmulder881
Member
 
foxmulder881's Avatar
 
Join Date: Nov 2004
Location: Gold Coast, QLD OS:R.Hat
Posts: 5,845
Default

Quote:
Originally Posted by chip View Post
That's exactly the source of the head-scratching for people who deal with this on a daily basis. At no point up until then had you mentioned that any of this was running on a Windows box, and it's not an obvious guess seeing as it's the Virtualisation megathread in the Other Operating Systems subforum.
For the record, that was only my second post in the thread. You act as though there were 10 other posts before it. There was not. Only one! And I never said it was running on a Windows box. That's just your assumption. Just because the guests virtual servers are Windows servers, they're still running on a Debian host.
foxmulder881 is offline   Reply With Quote
Old 8th September 2012, 2:41 PM   #300
chip
Member
 
Join Date: Dec 2001
Location: Adelaide (west side)
Posts: 2,409
Default

I give up. Is english not your first language?
chip is offline   Reply With Quote
Reply

Bookmarks

Sign up for a free OCAU account and this ad will go away!

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time now is 3:52 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. -
OCAU is not responsible for the content of individual messages posted by others.
Other content copyright Overclockers Australia.
OCAU is hosted by Internode!