VirtualBox: How to install 'Guest Additions' on FreeBSD host with Linux Ubuntu guest?

2009-11-29 Thread Yuri
I've setup guest additions in the menu, this makes CDROM 
VBOXADDITIONS_3. to appear in guest.
But it only has folder OS2 and Readme.txt file talking about "Where have 
the Windows drivers gone?". And doesn't talk where have FreeBSD/Linux 
drivers gone.


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


RE: FreeBSD Host

2006-11-16 Thread Wood, Russell
> - --On Sunday, November 12, 2006 10:37:03 -0900 Beech Rintoul
> <[EMAIL PROTECTED]> wrote:
> 
> > I have a new client which I'm not going to host on my server (my
> bandwidth is
> > getting a bit tight). Does anyone know of a good FreeBSD host with
> reasonable
> > prices?
> 
> Our clients seem to think we are priced reasonably ... we offer
vServers
> though, not shared hosting ... yet ...
> 
> - 

Try http://johncompanies.com/



Regards,
Russell Wood
Business and Technology Solutions
The Royal Automobile Club of W.A.
832 Wellington Street
West Perth WA 6005
AUSTRALIA
p +61 8 9436 4326 (option 2)
f +61 8 9436 5027
e [EMAIL PROTECTED]
w www.rac.com.au


DISCLAIMER:
Disclaimer.  This e-mail is private and confidential. If you are not the 
intended recipient, please advise us by return e-mail immediately, and delete 
the e-mail and any attachments without using or disclosing the contents in any 
way. The views expressed in this e-mail are those of the author, and do not 
represent those of this company unless this is clearly indicated. You should 
scan this e-mail and any attachments for viruses. This company accepts no 
liability for any direct or indirect damage or loss resulting from the use of 
any attachments to this e-mail.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Host

2006-11-16 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



- --On Sunday, November 12, 2006 10:37:03 -0900 Beech Rintoul 
<[EMAIL PROTECTED]> wrote:

> I have a new client which I'm not going to host on my server (my bandwidth is
> getting a bit tight). Does anyone know of a good FreeBSD host with reasonable
> prices?

Our clients seem to think we are priced reasonably ... we offer vServers 
though, not shared hosting ... yet ...

- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFFXTn+4QvfyHIvDvMRAmAIAKCue5d/z8sDEEX+W/QMATIDIJ4B5ACffe3Y
8pXaHA05ySZ1XMhTm8pAcp0=
=w8wq
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Host

2006-11-12 Thread Beech Rintoul
I have a new client which I'm not going to host on my server (my bandwidth is 
getting a bit tight). Does anyone know of a good FreeBSD host with reasonable 
prices?

TIA,

Beech
-- 
---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---











___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [fbsd] Running a FreeBSD guest with qemu on a FreeBSD host

2006-10-24 Thread Jeremie Le Hen
Hi,

On Tue, Oct 24, 2006 at 05:43:44PM +0200, Jeremie Le Hen wrote:
> Hi,
> 
> (Please Cc: me in your replies.)
> 
> I'm trying to run TinyBSD in Qemu, using the -nographic mode.  Thus
> I need to configure FreeBSD to use a serial console.
> 
> % # cat /mnt/md/boot.config 
> % -h
> % # cat /mnt/md/boot/loader.conf 
> % console="comconsole"
> % boot_serial="YES"
> 
> 
> When I run Qemu with this command:
> % qemu -hda tinybsd.img -m 64 -nographic -serial telnet:127.0.0.1:1234,server
> 
> I get the following output, when telnet(1)'ing to 127.0.0.1:1234:
> % Trying 127.0.0.1...
> % Connected to localhost.
> % Escape character is '^]'.
> % /boot.config: -hConsoles: serial port
> % BIOS drive C: is disk0
> % BIOS 639kB/64512kB available memory
> % 
> % FreeBSD/i386 bootstrap loader, Revision 1.1
> % ([EMAIL PROTECTED], Fri Oct 20 22:23:14 UTC 2006)
> % Loading /boot/defaults/loader.conf
> % /boot/kernel/kernel text=0x337d74 data=0x357c4+0x3125c 
> syms=[0x4+0x42d60+0x4+0x5527d]
> % can't open '/boot/beastie.4th': no such file or directory
> % 
> % -
> % Hit [Enter] to boot immediately, or any other key for command prompt.
> % Booting [/boot/kernel/kernel]...
> % -
> 
> And the output stalls here.  Any idea what's happening ?  Does the kernel
> switch back console to vga ?

Maybe because the kernel didn't have sio(4) ?
Sorry for the noise.

Best regards,
-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Running a FreeBSD guest with qemu on a FreeBSD host

2006-10-24 Thread Jeremie Le Hen
Hi,

(Please Cc: me in your replies.)

I'm trying to run TinyBSD in Qemu, using the -nographic mode.  Thus
I need to configure FreeBSD to use a serial console.

% # cat /mnt/md/boot.config 
% -h
% # cat /mnt/md/boot/loader.conf 
% console="comconsole"
% boot_serial="YES"


When I run Qemu with this command:
% qemu -hda tinybsd.img -m 64 -nographic -serial telnet:127.0.0.1:1234,server

I get the following output, when telnet(1)'ing to 127.0.0.1:1234:
% Trying 127.0.0.1...
% Connected to localhost.
% Escape character is '^]'.
% /boot.config: -hConsoles: serial port
% BIOS drive C: is disk0
% BIOS 639kB/64512kB available memory
% 
% FreeBSD/i386 bootstrap loader, Revision 1.1
% ([EMAIL PROTECTED], Fri Oct 20 22:23:14 UTC 2006)
% Loading /boot/defaults/loader.conf
% /boot/kernel/kernel text=0x337d74 data=0x357c4+0x3125c 
syms=[0x4+0x42d60+0x4+0x5527d]
% can't open '/boot/beastie.4th': no such file or directory
% 
% -
% Hit [Enter] to boot immediately, or any other key for command prompt.
% Booting [/boot/kernel/kernel]...
% -

And the output stalls here.  Any idea what's happening ?  Does the kernel
switch back console to vga ?

Thank you.
Cheers,
-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: VMWare 4 with FreeBSD host OS

2004-06-09 Thread Skylar Thompson
On Wed, Jun 09, 2004 at 08:09:36AM -0400, Aniruddha Bohra wrote:
> Hello,
>   Does the VMWare Workstation 4 work with
> FreeBSD as the host OS? I have it running on
> Windows with -current as the guest OS, but would
> like to run it as a host.

I don't think so. It requires some kernel-level changes that are pretty OS
specific. You can use Linux as a host OS, but not FreeBSD.

-- 
-- Skylar Thompson ([EMAIL PROTECTED])
-- http://www.cs.earlham.edu/~skylar/


pgpysUImro2Gp.pgp
Description: PGP signature


VMWare 4 with FreeBSD host OS

2004-06-09 Thread Aniruddha Bohra
Hello,
Does the VMWare Workstation 4 work with
FreeBSD as the host OS? I have it running on
Windows with -current as the guest OS, but would
like to run it as a host.
Thanks
Aniruddha

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


To see Virutal Host in Freebsd host

2002-12-24 Thread Rachmat Zulfikri
Hi,

I need to know how to see virtual hosts in the freebsd machine? I mean
knowing without access to its console?

Regards,

Rachmat Zulfikri
email: [EMAIL PROTECTED]
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.431 / Virus Database: 242 - Release Date: 12/17/2002


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: ARCserve and Freebsd host

2002-07-18 Thread KnightStalker

Arcserve does have a unix client that should work.  Information is
available on their website.  www.cai.com


> Hi !!!
>
> i want to backup a freeBSD server using the arcserver client (uagent).
> But there is no client for freebsd hosts. How can i do that ???
> Can i use the linux client ???
>
>
> Thanks all
>
> Gustavo Alle




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



ARCserve and Freebsd host

2002-07-18 Thread galle




Hi !!! 
 
i want to backup a freeBSD server using the 
arcserver client (uagent). But there is no client
for freebsd hosts. How can i do that 
???
Can i use the linux client ??? 
 
 
Thanks all 
 
Gustavo 
Alle