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
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
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
-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
- --
-
> 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
> --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
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
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
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
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
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
__
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
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
> --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
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
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
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
>
> 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
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
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
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:"
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
> 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
23 matches
Mail list logo