Re: Subscribe to your mailing list(off topic)

2009-09-04 Thread Mark Stapper
Jeffrey Goldberg wrote:
 On Aug 31, 2009, at 1:33 PM, Szára György wrote:

 I had some nuisance when after implementation booting  7.2 release. It
 denied me to boot the once installed release.

 I don't understand what you are saying.  Are you saying that once you
 installed 7.2 the system wouldn't boot?

 Azt mondod, hogy nem boot-ol az 7.2es insztelació utan?

 Further I have very strong annoyance implementing the Localisation.We
 need of accent over voayels aniway.
 Best regards Gyorgy Szara.

 Considering your name, I understand why you need the accent marks.

 Have you looked at the instructions in chapter 23 of the handbook?

  http://www.freebsd.org/doc/hu/books/handbook/l10n.html

 Minden jót kivánok

 -jeff

Just off topic.. but.. Magyar?
Egészségedre!
Mark



signature.asc
Description: OpenPGP digital signature


ifconfig_ed0=DHCP does not work on 8.0-BETA3

2009-09-04 Thread Thierry Thomas
Hello,

I have a machine with the following ethernet PCI card:

ed0: RealTek 8029 port 0xdc00-0xdc1f irq 16 at device 0.0 on pci2
ed0: WARNING: using obsoleted if_watchdog interface
ed0: Ethernet address: 00:50:bf:27:ba:24
ed0: [ITHREAD]

It's rather an ancient card, and it worked on FreeBSD 7.2-STABLE (and
several previous versions) with the line:

ifconfig_ed0=DHCP

in /etc/rc.conf.

I upgraded this machine to 8.0-BETA3, and ed0 does not get an IP anymore
at boot time! Running `dhclient ed0' manually is working, and then
everything is OK.

Well, I know that this device could be deprecated, but I'm sure it is
still running in many machines...

If I replace it by a newer card, e.g.

rl0: RealTek 8139 10/100BaseTX port 0xd800-0xd8ff mem 0xfbeffc00-0xfbeffcff 
irq 16 at device 0.0 on pci2
miibus1: MII bus on rl0
rlphy0: RealTek internal media interface PHY 0 on miibus1
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:17:3f:d2:51:4c
rl0: [ITHREAD]

and replacing s/ed0/rl0/ in /etc/rc.conf, everything is working.

Strange, is'nt it?
-- 
Th. Thomas.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


8.0-BETA3/IPv6: route: bad keyword: cloning

2009-09-04 Thread Jeff Blank
Hi,

Upon booting an 8.0-BETA3 system with IPv6 enabled, I saw this in the
console boot output:

route: bad keyword: cloning
usage: route [-dnqtv] command [[modifiers] args]

This looks like it's from line 1062/1063 of /etc/network.subr
v1.195.2.4.

This system is not an IPv6 router, so do I particularly need
$ipv6_default_interface set in rc.conf?

Is there a situation where -cloning (still referenced in the man page)
is a valid option to route (in inet6 context at least)?  If no, should
I file a PR?  (I searched GNATS but didn't find anything matching
this.)

thanks,
Jeff
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


RE: 8.0-BETA3/IPv6: route: bad keyword: cloning

2009-09-04 Thread Li, Qing
 
 Upon booting an 8.0-BETA3 system with IPv6 enabled, I saw this in the
 console boot output:
 
 route: bad keyword: cloning
 usage: route [-dnqtv] command [[modifiers] args]
 
 This looks like it's from line 1062/1063 of /etc/network.subr
 v1.195.2.4.
 
 This system is not an IPv6 router, so do I particularly need
 $ipv6_default_interface set in rc.conf?
 
 Is there a situation where -cloning (still referenced in the man page)
 is a valid option to route (in inet6 context at least)?  If no, should
 I file a PR?  (I searched GNATS but didn't find anything matching
 this.)
 

Route cloning is obsolete. Please report issues concerning
8.0 to freebsd-curr...@freebsd.org.

Thanks,

-- Qing

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


RE: 8.0-BETA3/IPv6: route: bad keyword: cloning

2009-09-04 Thread Li, Qing
Regarding the man page issue, after a quick investigation, and
to 
make a long story short, Kip Macy and I spent a bunch of time
testing 
and fixing a few last minute bugs before my big commit last
December. 

Kip actually took care of this man page and one other issue in
ndp
command. 

Somehow these two last minute changes fell through the cracks
and did not make it into r186119. Kip will fix it again.

Thank you for catching the bug.

-- Qing



 -Original Message-
 From: owner-freebsd-sta...@freebsd.org [mailto:owner-freebsd-
 sta...@freebsd.org] On Behalf Of Li, Qing
 Sent: Friday, September 04, 2009 11:15 AM
 To: Jeff Blank; freebsd-stable@freebsd.org
 Cc: FreeBSD Current
 Subject: RE: 8.0-BETA3/IPv6: route: bad keyword: cloning
 
 
  Upon booting an 8.0-BETA3 system with IPv6 enabled, I saw this in
the
  console boot output:
 
  route: bad keyword: cloning
  usage: route [-dnqtv] command [[modifiers] args]
 
  This looks like it's from line 1062/1063 of /etc/network.subr
  v1.195.2.4.
 
  This system is not an IPv6 router, so do I particularly need
  $ipv6_default_interface set in rc.conf?
 
  Is there a situation where -cloning (still referenced in the man
page)
  is a valid option to route (in inet6 context at least)?  If no,
 should
  I file a PR?  (I searched GNATS but didn't find anything matching
  this.)
 
 
   Route cloning is obsolete. Please report issues concerning
   8.0 to freebsd-curr...@freebsd.org.
 
   Thanks,
 
   -- Qing
 
 ___
 freebsd-stable@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-stable
 To unsubscribe, send any mail to freebsd-stable-
 unsubscr...@freebsd.org
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: ifconfig_ed0=DHCP does not work on 8.0-BETA3

2009-09-04 Thread Pyun YongHyeon
On Fri, Sep 04, 2009 at 07:38:11PM +0200, Thierry Thomas wrote:
 Hello,
 
 I have a machine with the following ethernet PCI card:
 
 ed0: RealTek 8029 port 0xdc00-0xdc1f irq 16 at device 0.0 on pci2
 ed0: WARNING: using obsoleted if_watchdog interface
 ed0: Ethernet address: 00:50:bf:27:ba:24
 ed0: [ITHREAD]
 
 It's rather an ancient card, and it worked on FreeBSD 7.2-STABLE (and
 several previous versions) with the line:
 
 ifconfig_ed0=DHCP
 
 in /etc/rc.conf.
 
 I upgraded this machine to 8.0-BETA3, and ed0 does not get an IP anymore
 at boot time! Running `dhclient ed0' manually is working, and then
 everything is OK.
 

I guess it's related with link state handling. Can you see
ed0: link state changed to UP in dmesg output? Quick reading code
reveals only some variants(pccard) support mii(4) but others looks
dumb on link state handling. I vaguely remember I had ed(4)
hardwares in FreeBSD 2.2.x days but didn't have chance to read the
source.

 Well, I know that this device could be deprecated, but I'm sure it is
 still running in many machines...
 
 If I replace it by a newer card, e.g.
 
 rl0: RealTek 8139 10/100BaseTX port 0xd800-0xd8ff mem 0xfbeffc00-0xfbeffcff 
 irq 16 at device 0.0 on pci2
 miibus1: MII bus on rl0
 rlphy0: RealTek internal media interface PHY 0 on miibus1
 rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 rl0: Ethernet address: 00:17:3f:d2:51:4c
 rl0: [ITHREAD]
 
 and replacing s/ed0/rl0/ in /etc/rc.conf, everything is working.
 

Yes it should because it has active maintainer. :-)

 Strange, is'nt it?
 -- 
 Th. Thomas.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: ifconfig_ed0=DHCP does not work on 8.0-BETA3

2009-09-04 Thread Thierry Thomas
Hello,

Le Ven  4 sep 09 à 23:41:48 +0200, Pyun YongHyeon pyu...@gmail.com
 écrivait :

 I guess it's related with link state handling. Can you see
 ed0: link state changed to UP in dmesg output? Quick reading code
 reveals only some variants(pccard) support mii(4) but others looks
 dumb on link state handling. I vaguely remember I had ed(4)
 hardwares in FreeBSD 2.2.x days but didn't have chance to read the
 source.

No, no lines
ed0: link state changed to DOWN
ed0: link state changed to UP
in 8.0-BETA3!

  and replacing s/ed0/rl0/ in /etc/rc.conf, everything is working.
  
 
 Yes it should because it has active maintainer. :-)

Great! ;-)
-- 
Th. Thomas.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: ifconfig_ed0=DHCP does not work on 8.0-BETA3

2009-09-04 Thread Brooks Davis
On Fri, Sep 04, 2009 at 02:41:48PM -0700, Pyun YongHyeon wrote:
 On Fri, Sep 04, 2009 at 07:38:11PM +0200, Thierry Thomas wrote:
  Hello,
  
  I have a machine with the following ethernet PCI card:
  
  ed0: RealTek 8029 port 0xdc00-0xdc1f irq 16 at device 0.0 on pci2
  ed0: WARNING: using obsoleted if_watchdog interface
  ed0: Ethernet address: 00:50:bf:27:ba:24
  ed0: [ITHREAD]
  
  It's rather an ancient card, and it worked on FreeBSD 7.2-STABLE (and
  several previous versions) with the line:
  
  ifconfig_ed0=DHCP
  
  in /etc/rc.conf.
  
  I upgraded this machine to 8.0-BETA3, and ed0 does not get an IP anymore
  at boot time! Running `dhclient ed0' manually is working, and then
  everything is OK.
  
 
 I guess it's related with link state handling. Can you see
 ed0: link state changed to UP in dmesg output? Quick reading code
 reveals only some variants(pccard) support mii(4) but others looks
 dumb on link state handling. I vaguely remember I had ed(4)
 hardwares in FreeBSD 2.2.x days but didn't have chance to read the
 source.

This is a know issue with some devices supported by ed(4).  You can work
around it by changing DHCP to SYNCDHCP which will cause dhclient to
alwasy start immediatly on that interface instead of waiting for a link
state change that never happens.

-- brooks


pgpErHfkzFehV.pgp
Description: PGP signature


[releng_7 tinderbox] failure on i386/i386

2009-09-04 Thread FreeBSD Tinderbox
TB --- 2009-09-04 23:01:40 - tinderbox 2.6 running on freebsd-stable.sentex.ca
TB --- 2009-09-04 23:01:40 - starting RELENG_7 tinderbox run for i386/i386
TB --- 2009-09-04 23:01:40 - cleaning the object tree
TB --- 2009-09-04 23:02:01 - cvsupping the source tree
TB --- 2009-09-04 23:02:01 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s 
/tinderbox/RELENG_7/i386/i386/supfile
TB --- 2009-09-04 23:02:11 - building world
TB --- 2009-09-04 23:02:11 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-09-04 23:02:11 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2009-09-04 23:02:11 - TARGET=i386
TB --- 2009-09-04 23:02:11 - TARGET_ARCH=i386
TB --- 2009-09-04 23:02:11 - TZ=UTC
TB --- 2009-09-04 23:02:11 - __MAKE_CONF=/dev/null
TB --- 2009-09-04 23:02:11 - cd /src
TB --- 2009-09-04 23:02:11 - /usr/bin/make -B buildworld
 World build started on Fri Sep  4 23:02:13 UTC 2009
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
 stage 4.3: make dependencies
 stage 4.4: building everything
 World build completed on Sat Sep  5 00:06:07 UTC 2009
TB --- 2009-09-05 00:06:07 - generating LINT kernel config
TB --- 2009-09-05 00:06:07 - cd /src/sys/i386/conf
TB --- 2009-09-05 00:06:07 - /usr/bin/make -B LINT
TB --- 2009-09-05 00:06:07 - building LINT kernel
TB --- 2009-09-05 00:06:07 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-09-05 00:06:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2009-09-05 00:06:07 - TARGET=i386
TB --- 2009-09-05 00:06:07 - TARGET_ARCH=i386
TB --- 2009-09-05 00:06:07 - TZ=UTC
TB --- 2009-09-05 00:06:07 - __MAKE_CONF=/dev/null
TB --- 2009-09-05 00:06:07 - cd /src
TB --- 2009-09-05 00:06:07 - /usr/bin/make -B buildkernel KERNCONF=LINT
 Kernel build for LINT started on Sat Sep  5 00:06:07 UTC 2009
 stage 1: configuring the kernel
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3.1: making dependencies
 stage 3.2: building everything
[...]
In file included from ./machine/vm.h:33,
 from /src/sys/vm/vm.h:64,
 from /src/sys/ddb/db_break.c:42:
./machine/specialreg.h: In function 'read_cyrix_reg':
./machine/specialreg.h:547: warning: implicit declaration of function 'outb'
./machine/specialreg.h:547: warning: nested extern declaration of 'outb'
./machine/specialreg.h:548: warning: implicit declaration of function 'inb'
./machine/specialreg.h:548: warning: nested extern declaration of 'inb'
*** Error code 1

Stop in /obj/src/sys/LINT.
*** Error code 1

Stop in /src.
*** Error code 1

Stop in /src.
TB --- 2009-09-05 00:10:44 - WARNING: /usr/bin/make returned exit code  1 
TB --- 2009-09-05 00:10:44 - ERROR: failed to build lint kernel
TB --- 2009-09-05 00:10:44 - 3465.36 user 377.23 system 4143.55 real


http://tinderbox.des.no/tinderbox-releng_7-RELENG_7-i386-i386.full
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


[releng_7 tinderbox] failure on i386/pc98

2009-09-04 Thread FreeBSD Tinderbox
TB --- 2009-09-05 00:10:44 - tinderbox 2.6 running on freebsd-stable.sentex.ca
TB --- 2009-09-05 00:10:44 - starting RELENG_7 tinderbox run for i386/pc98
TB --- 2009-09-05 00:10:44 - cleaning the object tree
TB --- 2009-09-05 00:11:12 - cvsupping the source tree
TB --- 2009-09-05 00:11:12 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s 
/tinderbox/RELENG_7/i386/pc98/supfile
TB --- 2009-09-05 00:11:23 - building world
TB --- 2009-09-05 00:11:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-09-05 00:11:23 - PATH=/usr/bin:/usr/sbin:/bin:/sbin
TB --- 2009-09-05 00:11:23 - TARGET=pc98
TB --- 2009-09-05 00:11:23 - TARGET_ARCH=i386
TB --- 2009-09-05 00:11:23 - TZ=UTC
TB --- 2009-09-05 00:11:23 - __MAKE_CONF=/dev/null
TB --- 2009-09-05 00:11:23 - cd /src
TB --- 2009-09-05 00:11:23 - /usr/bin/make -B buildworld
 World build started on Sat Sep  5 00:11:24 UTC 2009
 Rebuilding the temporary build tree
 stage 1.1: legacy release compatibility shims
 stage 1.2: bootstrap tools
 stage 2.1: cleaning up the object tree
 stage 2.2: rebuilding the object tree
 stage 2.3: build tools
 stage 3: cross tools
 stage 4.1: building includes
 stage 4.2: building libraries
[...]
ln -sf /src/lib/libc/../../contrib/gdtoa/strtord.c gdtoa_strtord.c
ln -sf /src/lib/libc/../../contrib/gdtoa/sum.c gdtoa_sum.c
ln -sf /src/lib/libc/../../contrib/gdtoa/ulp.c gdtoa_ulp.c
rm -f .depend
mkdep -f .depend -a-I/src/lib/libc/include -I/src/lib/libc/../../include 
-I/src/lib/libc/i386 -D__DBINTERFACE_PRIVATE 
-I/src/lib/libc/../../contrib/gdtoa -DINET6 -I/obj/pc98/src/lib/libc 
-I/src/lib/libc/resolv -DPOSIX_MISTAKE -I/src/lib/libc/locale -DBROKEN_DES 
-DPORTMAP -DDES_BUILTIN -I/src/lib/libc/rpc -DYP -DNS_CACHING 
-DSYMBOL_VERSIONING /src/lib/libc/db/btree/bt_close.c 
/src/lib/libc/db/btree/bt_conv.c /src/lib/libc/db/btree/bt_debug.c 
/src/lib/libc/db/btree/bt_delete.c /src/lib/libc/db/btree/bt_get.c 
/src/lib/libc/db/btree/bt_open.c /src/lib/libc/db/btree/bt_overflow.c 
/src/lib/libc/db/btree/bt_page.c /src/lib/libc/db/btree/bt_put.c 
/src/lib/libc/db/btree/bt_search.c /src/lib/libc/db/btree/bt_seq.c 
/src/lib/libc/db/btree/bt_split.c /src/lib/libc/db/btree/bt_utils.c 
/src/lib/libc/db/db/db.c /src/lib/libc/db/hash/hash.c 
/src/lib/libc/db/hash/hash_bigkey.c /src/lib/libc/db/hash/hash_buf.c 
/src/lib/libc/db/hash/hash_func.c /src/lib/libc/db/hash/hash_log2.c 
/src/lib/libc
 /db/hash/hash_page.c /src/lib/libc/db/hash/ndbm.c 
/src/lib/libc/db/mpool/mpool.c /src/lib/libc/db/recno/rec_close.c 
/src/lib/libc/db/recno/rec_delete.c /src/lib/libc/db/recno/rec_get.c 
/src/lib/libc/db/recno/rec_open.c /src/lib/libc/db/recno/rec_put.c 
/src/lib/libc/db/recno/rec_search.c /src/lib/libc/db/recno/rec_seq.c 
/src/lib/libc/db/recno/rec_utils.c /src/lib/libc/compat-43/creat.c 
/src/lib/libc/compat-43/gethostid.c /src/lib/libc/compat-43/getwd.c 
/src/lib/libc/compat-43/killpg.c /src/lib/libc/compat-43/sethostid.c 
/src/lib/libc/compat-43/setpgrp.c /src/lib/libc/compat-43/setrgid.c 
/src/lib/libc/compat-43/setruid.c /src/lib/libc/compat-43/sigcompat.c 
/src/lib/libc/gen/__getosreldate.c /src/lib/libc/gen/__xuname.c 
/src/lib/libc/gen/_pthread_stubs.c /src/lib/libc/gen/_rand48.c 
/src/lib/libc/gen/_spinlock_stub.c /src/lib/libc/gen/_thread_init.c 
/src/lib/libc/gen/alarm.c /src/lib/libc/gen/arc4random.c 
/src/lib/libc/gen/assert.c /src/lib/libc/gen/basename.c /src/lib/libc/gen/
 check_utility_compat.c /src/lib/libc/gen/clock.c /src/lib/libc/gen/closedir.c 
/src/lib/libc/gen/confstr.c /src/lib/libc/gen/crypt.c 
/src/lib/libc/gen/ctermid.c /src/lib/libc/gen/daemon.c 
/src/lib/libc/gen/devname.c /src/lib/libc/gen/dirname.c 
/src/lib/libc/gen/disklabel.c /src/lib/libc/gen/dlfcn.c 
/src/lib/libc/gen/dlfunc.c /src/lib/libc/gen/drand48.c 
/src/lib/libc/gen/erand48.c /src/lib/libc/gen/err.c /src/lib/libc/gen/errlst.c 
/src/lib/libc/gen/errno.c /src/lib/libc/gen/exec.c 
/src/lib/libc/gen/feature_present.c /src/lib/libc/gen/fmtcheck.c 
/src/lib/libc/gen/fmtmsg.c /src/lib/libc/gen/fnmatch.c 
/src/lib/libc/gen/fpclassify.c /src/lib/libc/gen/frexp.c 
/src/lib/libc/gen/fstab.c /src/lib/libc/gen/ftok.c /src/lib/libc/gen/fts.c 
/src/lib/libc/gen/ftw.c /src/lib/libc/gen/getbootfile.c 
/src/lib/libc/gen/getbsize.c /src/lib/libc/gen/getcap.c 
/src/lib/libc/gen/getcwd.c /src/lib/libc/gen/getdomainname.c 
/src/lib/libc/gen/getgrent.c /src/lib/libc/gen/getgrouplist.c /src/lib/libc/gen/
 gethostname.c /src/lib/libc/gen/getloadavg.c /src/lib/libc/gen/getlogin.c 
/src/lib/libc/gen/getmntinfo.c /src/lib/libc/gen/getnetgrent.c 
/src/lib/libc/gen/getosreldate.c /src/lib/libc/gen/getpagesize.c 
/src/lib/libc/gen/getpeereid.c /src/lib/libc/gen/getprogname.c 
/src/lib/libc/gen/getpwent.c /src/lib/libc/gen/getttyent.c 
/src/lib/libc/gen/getusershell.c /src/lib/libc/gen/getvfsbyname.c 
/src/lib/libc/gen/glob.c /src/lib/libc/gen/initgroups.c 
/src/lib/libc/gen/isatty.c /src/lib/libc/gen/isinf.c /src/lib/libc/gen/isnan.c 
/src/lib/libc/gen/jrand48.c /src/lib/libc/gen/lcong48.c 
/src/lib/libc/gen/lockf.c