Re: Xen status

2005-06-15 Thread Andre Guibert de Bruet


On Tue, 14 Jun 2005, Remington L wrote:


Google search finds nothing

I am interested in knowing the present state of Xen on FreeBSD. Is it
supported in 5.4 or just -CURRENT? Are there any setup guides avaliable?


Please don't cross-post.

I would recommend asking xen-related questions on IRC in the official 
channel, #xen on irc.oftc.net.


Andy

/*  Andre Guibert de Bruet  * 6f43 6564 7020 656f 2e74 4220 7469 6a20 */
/*   Code poet / Sysadmin   * 636f 656b 2e79 5320 7379 6461 696d 2e6e */
/*   GSM: +1 734 846 8758   * 5520 494e 2058 6c73 7565 6874 002e  */
/* WWW: siliconlandmark.com *  Tormenting bytes since 1980.   */

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


Re: AMD64 Woes

2004-07-27 Thread Andre Guibert de Bruet
On Tue, 27 Jul 2004, Remi wrote:
I just got a new AMD64 laptop(I8254) and it appears to be running at 800MHz
on 5.2.1-R
CPU: AMD Athlon(tm) 64 Processor 3200+ (800.03-MHz K8-class CPU)
I have no idea how to fix this! Would upgrading to -CURRENT help at all?
First, you could start by not cross-posting to three different mailing 
lists. Then, change the power-saving settings that you have in the 
system's bios. Laptops do not always run at their rated clock speed. Doing 
so would have a significant negative impact on the system's battery life. 
As such, plugging in your laptop before the system posts, will likely 
yield a Mhz guestimate much closer to what you were expecting.

Regards,
Andy
| Andre Guibert de Bruet | Enterprise Software Consultant >
| Silicon Landmark, LLC. | http://siliconlandmark.com/>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /usr/src/sys/dev/aic7xxx errors when compiling

2004-02-13 Thread Andre Guibert de Bruet

On Wed, 11 Feb 2004, Didier Wiroth wrote:

> Hi, thanks for answering
> I'm using this in make.conf
> COPTFLAGS= -O2 -pipe -funroll-loops
> CFLAGS= -O3 -pipe -funroll-loops

Don't:
- optimize the base system above -O, it's not officially supported.
- top post, it makes things harder to read.
- cross-post, it's almost always not necessary.

Regards,
Andy

> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NFS weirdness...

2003-06-22 Thread Andre Guibert de Bruet

On Thu, 19 Jun 2003, jle wrote:

> You are correct, I misread the prev post. mount /home fails.
>
> # mount /home
> mount: /dev/ad0s1h: Device busy
>
> There are two mount points for /home. One on the local disk (ad0s1h) and
> the NFS mount that I mount over /home for shell users, so that HTTTD can
> find the public_html dirs.
>
> The complete fstab on HTTPD:
> # DeviceMountpoint  FStype  Options Dump
> Pass#
> /dev/ad0s1b noneswapsw  0   0
> /dev/ad0s1a /   ufs rw  1   1
> /dev/ad0s1h /home   ufs rw  2   2
> /dev/ad0s1d /tmpufs rw  2   2
> /dev/ad0s1g /usrufs rw  2   2
> /dev/ad0s1e /varufs rw  2   2
> /dev/ad0s1f /var/tmpufs rw  2   2
> /dev/acd0   /cdrom  cd9660  ro,noauto   0   0
> NFSD:/home2 /home   nfs rw,bg   0   0
>
>
> This worked before I upgraded my webserver (HTTPD) but now it fails to
> mount on reboot yet succeeds manually.
>
> Any Ideas?

Multiple mounts for a mountpoint is considered foot-shooting. Either:

a) Mount /home off of NFSD:/home2.
b) Mount NFSD:/home2 somewhere else.

Regards,

> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"