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

2008-02-14 Thread David Naylor
On 13/02/2008, Rong-En Fan <[EMAIL PROTECTED]> wrote: > On Wed, Feb 13, 2008 at 10:52:50AM +0100, Christian Brueffer wrote: > > On Wed, Feb 13, 2008 at 11:15:29AM +0200, David Naylor wrote: > > > Hi, > > > > > > When doing an installworld DEST=? it fails twice when trying to > > > install dupl

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

2008-02-14 Thread Oliver Fromme
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 when using DESTDIR (could be tmpfs does something strange) > 2) Base sys

Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Daniel O'Connor
Hi, I am experimenting with IPv6 and I can't seem to remove an IPv6 address from an interface, eg I have.. [midget 22:11] ~ >ifconfig fxp0 fxp0: flags=8943 mtu 1500 options=b inet 10.0.2.1 netmask 0xff00 broadcast 10.0.2.255 inet 10.0.2.3 netmask 0x broadcast 1

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Trond Endrestøl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 14 Feb 2008 22:27+1030, Daniel O'Connor wrote: > [midget 22:27] ~ >sudo ifconfig fxp0 delete 2002:792d:8527::1:1 > ifconfig: 2002:792d:8527::1:1: bad value Have you tried: sudo ifconfig fxp0 delete inet6 2002:792d:8527::1:1 - -- -

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Pete French
> But I can't remove it, viz.. > [midget 22:27] ~ >sudo ifconfig fxp0 delete 2002:792d:8527::1:1/64 > ifconfig: 2002:792d:8527::1:1/64: bad value Try ifconfig fxp0 inet6 delete 2002:792d:8527::1:1 I think you need the address family in there and no netmask on the end. That certainly sto

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Mark Andrews
> --nextPart1996860.fztbeObibp > Content-Type: text/plain; > charset="utf-8" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > Hi, > I am experimenting with IPv6 and I can't seem to remove an IPv6 address=20 > from an interface, eg I have.. > [midget 22:11] ~ >ifco

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Hajimu UMEMOTO
Hi, > On Thu, 14 Feb 2008 22:27:34 +1030 > "Daniel O'Connor" <[EMAIL PROTECTED]> said: doconnor> Hi, doconnor> I am experimenting with IPv6 and I can't seem to remove an IPv6 address doconnor> from an interface, eg I have.. doconnor> [midget 22:11] ~ >ifconfig fxp0 doconnor> fxp0: flags

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Bjoern A. Zeeb
On Thu, 14 Feb 2008, Daniel O'Connor wrote: Hi, I am experimenting with IPv6 and I can't seem to remove an IPv6 address from an interface, eg I have.. But I can't remove it, viz.. [midget 22:11] ~ >sudo ifconfig fxp0 -alias 2002:792d:8527::1:1/64 ifconfig: 2002:792d:8527::1:1/64: bad value [mi

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Daniel O'Connor
On Thu, 14 Feb 2008, Mark Andrews wrote: > > --nextPart1996860.fztbeObibp > > Content-Type: text/plain; > > charset="utf-8" > > Content-Transfer-Encoding: quoted-printable > > Content-Disposition: inline > > > > Hi, > > I am experimenting with IPv6 and I can't seem to remove an IPv6 > > address=2

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Daniel O'Connor
On Thu, 14 Feb 2008, Hajimu UMEMOTO wrote: > doconnor> Anyone know the right way to do this? :) > > sudo ifconfig fxp0 inet6 2002:792d:8527::1:1 -alias Ahah, thanks, that works. Now to work out how to get rtadv going :) -- Daniel O'Connor software and network engineer for Genesis Software - htt

Promise driver/support

2008-02-14 Thread Danny Braniss
is there support for this Promise card? [EMAIL PROTECTED]:4:14:0: class=0x010400 card=0x0374105a chip=0x8350105a rev=0x00 hdr=0x00 vendor = 'Promise Technology Inc' class = mass storage subclass = RAID thanks, danny __

Re: "ad0: TIMEOUT - WRITE_DMA" type errors with 7.0-RC1

2008-02-14 Thread Remco van Bekkum
On Tue, Feb 12, 2008 at 01:03:35AM +0100, Torfinn Ingolfsen wrote: > On Mon, 11 Feb 2008 13:00:57 +0100 > [EMAIL PROTECTED] (Remco van Bekkum) wrote: > > > here? It's on an amd64, Asus m2a-vm with ati xp600, AMD BE-2350 CPU, > > 2GB 800MHz RAM. > > FWIW, I have the almost the same motherboard (m2

7.0-PRERELEASE Fatal Trap 12 with sysctl and acpi

2008-02-14 Thread Jim Pingle
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 similar with sysctl and

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Mark Andrews
> --nextPart1526557.1B05VYlNaf > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > On Thu, 14 Feb 2008, Hajimu UMEMOTO wrote: > > doconnor> Anyone know the right way to do this? :) > > > > sudo ifconfig fxp0 inet6 20

Re: dmesg : no output on 1 of 2 7-stable boxes

2008-02-14 Thread Julian H. Stacey
Oliver Fromme wrote: > Hello Julian, > > I'm sorry this is a late reply, but I noticed your post > on the freebsd-stable list just now. > > One of 2 laptops running 7-stable shows nothing with dmesg, (other is OK). > Did you try "dmesg -a"? Thanks Oliver, Yes, but after posting I think, (Been a

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Daniel O'Connor
On Fri, 15 Feb 2008, Mark Andrews wrote: > > Now to work out how to get rtadv going :) > > bsdi# ps ax | grep rtadv > 181 ?? Is 0:09.44 rtadvd tx0 > 36505 p1 S+ 0:00.01 grep rtadv > bsdi# Yes, after I created a link local address for fxp0 it worked fine. I had to do so manually thou

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Hajimu UMEMOTO
Hi, > On Fri, 15 Feb 2008 10:53:27 +1030 > "Daniel O'Connor" <[EMAIL PROTECTED]> said: doconnor> Any idea what creates the link local address at startup? (Mainly to doconnor> satisfy my curiosity :) Put ipv6_enable="YES" into your /etc/rc.conf Sincerely, -- Hajimu UMEMOTO @ Internet M

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Mark Andrews
> > Yes, after I created a link local address for fxp0 it worked fine. > > I had to do so manually though - I am not sure what is responsible for=20 > making them. I just rebooted it and it seems OK now though.. > > Any idea what creates the link local address at startup? (Mainly to=20 > satisf

Re: Rebuilding World Problems

2008-02-14 Thread Chris H.
Quoting Gavin Spomer <[EMAIL PROTECTED]>: Hallelujah! My "world" is rebuilt! Thanks to Chris, "[EMAIL PROTECTED]", Kevin and Jim for educating me and pointing me in the right direction. Will definitely research further and continue to have a blast with FreeBSD on my test server. It very well

Re: Rebuilding World Problems

2008-02-14 Thread Chris H.
Quoting Kevin Oberman <[EMAIL PROTECTED]>: Date: Wed, 13 Feb 2008 13:25:04 -0800 From: "Chris H." <[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Quoting Gavin Spomer <[EMAIL PROTECTED]>: > Thanks, this was very helpful. First of all I would just like to > admit that I only gave /usr/src/UPDATING

atheros and interrupt storm 7.0-RC*

2008-02-14 Thread Nenhum_de_Nos
ath0: mem 0xec00-0xec00 irq 16 at device 8.0 on pci0 ath0: [ITHREAD] ath0: using obsoleted if_watchdog interface ath0: Ethernet address: 00:19:5b:66:e4:2f ath0: mac 7.9 phy 4.5 radio 5.6 interrupt storm detected on "irq16:"; throttling interrupt source interrupt storm detected on "irq16:"

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 Thread Daniel O'Connor
On Fri, 15 Feb 2008, Hajimu UMEMOTO wrote: > Hi, > > > On Fri, 15 Feb 2008 10:53:27 +1030 > > "Daniel O'Connor" <[EMAIL PROTECTED]> said: > > doconnor> Any idea what creates the link local address at startup? > (Mainly to doconnor> satisfy my curiosity :) > > Put ipv6_enable="YES" into your

Re: Can't delete IPV6 addresses with ifconfig

2008-02-14 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 -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: [EMAIL PRO