Re: Can't delete IPV6 addresses with ifconfig

2008-02-15 Thread Tri Brotoharsono
Daniel O'Connor wrote: [midget 22:27] ~ >sudo ifconfig fxp0 delete 2002:792d:8527::/64 ifconfig: 2002:792d:8527::/64: bad value Anyone know the right way to do this? :) ifconfig fxp0 inet6 2002:792s:8527:: delete ___ freebsd-stable@freebsd.org m

Re: X.org: Fatal server error

2008-02-15 Thread Harald Weis
On Mon, Feb 11, 2008 at 12:29:13PM -0800, Joseph Olatt wrote: > On Mon, Feb 11, 2008 at 10:37:02AM +0100, Harald Weis wrote: > > On Sun, Feb 10, 2008 at 06:13:33PM -0800, Joseph Olatt wrote: > > > On Thu, Feb 07, 2008 at 01:44:03PM +0100, Harald Weis wrote: > > > I would check and see if you hav

Re: RELENG_7: interrupt eating whole cpu core

2008-02-15 Thread Tom Evans
On Tue, 2008-02-12 at 15:53 +0100, Oliver Fromme wrote: > Tom Evans wrote: > > The chipset supports UDMA6, the drive supports UDMA6, > > Are you sure about that? What brand/model is that? > I don't think I've ever seen an atapi CD/DVD drive > that supported more than UDMA3. > > Best regards >

Re: Expresscard Wireless

2008-02-15 Thread Aragon Gouveia
Hi, I just purchased the Ubiquiti SRX and can confirm that it works under FreeBSD 7. It doesn't seem to handle ejections or hotplugging though. Regards, Aragon | By Michael Lankton <[EMAIL PROTECTED]> | [ 2008-02-12 17:57 +0200 ] > I bought a laptop wi

Re: 7.0-PRERELEASE Fatal Trap 12 with sysctl and acpi

2008-02-15 Thread Jim Pingle
Jim Pingle wrote: I'm having some trouble with a SuperMicro SuperServer 6022L-6 that previously ran 7.0-BETA4 without problems. Today, I updated this machine to 7.0-PRERELEASE and now it will not fully boot unless I disable ACPI. A quick search of the PR database didn't turn up anything simil

Re: Can't delete IPV6 addresses with ifconfig

2008-02-15 Thread Daniel O'Connor
On Fri, 15 Feb 2008, Mark Andrews wrote: > > I'd like to know what goes on behind the mask. > > > > I sifted through /etc/rc.d and so on but it's not very clear. > > See sysctl net.inet6.ip6.auto_linklocal I actually tried setting that but it had no effect.. I can't find any documentation

Re: Can't delete IPV6 addresses with ifconfig

2008-02-15 Thread Mark Andrews
> > > I'd like to know what goes on behind the mask. > > > > > > I sifted through /etc/rc.d and so on but it's not very clear. > > > > See sysctl net.inet6.ip6.auto_linklocal > > I actually tried setting that but it had no effect..=20 > > I can't find any documentation on it (in inet6 or ip6

Re: Can't delete IPV6 addresses with ifconfig

2008-02-15 Thread Kurt Jaeger
Hi! > > Put ipv6_enable="YES" into your /etc/rc.conf > > Yeah but I need to reboot to have it work it's magic.. > > I'd like to know what goes on behind the mask. It works like this: If ipv6_enable="YES", then you have a "true" from /etc/network.subr:ipv6if(), which is used in /etc/rc.d/auto_l

Re: broken buildkernel (scsi_low and -Os) and duplicate manpages

2008-02-15 Thread David Naylor
On 14/02/2008, Oliver Fromme <[EMAIL PROTECTED]> wrote: > David Naylor wrote: > > It is a strange problem, normal installworld works fine, but somehow > > the duplicate manpages result in a failure when installing with > > DESTDIR=, here are some possible reasons: > > > > 1) I use tmpfs w