Re: multi default routes in freebsd !?

2002-05-22 Thread Vladimir B.
÷ Wed, 22.05.2002, × 23:21, Mattias Pantzare ÎÁÐÉÓÁÌ: > Terry, FreeBSD has no support for BGP. To get BGP support you install a > router daemon. That inserts routes in the routing table in the kernel. The > kernel will do all packet forwarding. The kernel has to support two or > more routes to

Re: Infinite 'make' loops while building ports

2002-05-22 Thread Jay
I should also have mentioned that other ports install normally. I just finished installing unzip. Jay On Thursday 23 May 2002 01:28 am, Jay wrote: > I've just seen the same problem with libnet. > > The machine in question was installed via a DP1 CD yesterday. I updated it > about 1PM today to

Re: Infinite 'make' loops while building ports

2002-05-22 Thread Jay
I've just seen the same problem with libnet. The machine in question was installed via a DP1 CD yesterday. I updated it about 1PM today to the latest -CURRENT. When I saw the infinite 'make' loop (about 15...30...60 minutes ago), I deleted /usr/ports on the looping machine; resynced my CVS tr

Re: Upgrade instructions are incorrect

2002-05-22 Thread Ruslan Ermilov
On Wed, May 22, 2002 at 01:05:48PM -0400, John Baldwin wrote: > > On 22-May-2002 Ruslan Ermilov wrote: > > Hi! > > > > The upgrade instructions found in src/UPDATING and src/Makefile.inc1 > > are not quite correct. Suggesting to reboot with the new kernel and > > non-matching userland is safer

Re: Upgrade instructions are incorrect

2002-05-22 Thread Garance A Drosihn
At 7:02 PM +0300 5/22/02, Ruslan Ermilov wrote: >The upgrade instructions found in src/UPDATING and src/Makefile.inc1 >are not quite correct. Suggesting to reboot with the new kernel >and non-matching userland is safer than opposite of course, but >does not always work nor guaranteed to work at a

f77, too [Re: cannot link C++ apps any more (GCC 3.1)]

2002-05-22 Thread NAKAJI Hiroyuki
I have trouble that f77 cannot find -lfrtbegin which gcc-3.1 has. For example, the program shown below cannot be linked. --->8-->8-->8-->8--- program killw2k c write(*,*) '\t\b\b' stop end --->8-->8-->8-->8--- Verbose output is like this. $ f77 -

Re: Problems with DP1

2002-05-22 Thread John Baldwin
On 22-May-2002 Dag-Erling Smorgrav wrote: > Miguel Mendez <[EMAIL PROTECTED]> writes: >> I've attached both a backtrace and my dmesg. Is any extra info needed? > > RTFAQ. > >> #10 0xc01d5899 in panic (fmt=0xc02fed34 "setrunnable(2)") >> at ../../../kern/kern_shutdown.c:647 >> #11 0xc01dbde2

Re: Infinite 'make' loops while building ports

2002-05-22 Thread Scott Reese
On Wed, 2002-05-22 at 18:27, Kris Kennaway wrote: > > > I just upgraded my 4-STABLE machine to -CURRENT via source. Everything > > seemed to go smoothly and things are running fine, EXCEPT when I try to > > build *any* of the ports in the ports collection. Every time I run > > 'make' it gets st

Re: Infinite 'make' loops while building ports

2002-05-22 Thread Kris Kennaway
On Wed, May 22, 2002 at 06:21:22PM -0700, Scott Reese wrote: > Hello, > > I just upgraded my 4-STABLE machine to -CURRENT via source. Everything > seemed to go smoothly and things are running fine, EXCEPT when I try to > build *any* of the ports in the ports collection. Every time I run > 'make

Infinite 'make' loops while building ports

2002-05-22 Thread Scott Reese
Hello, I just upgraded my 4-STABLE machine to -CURRENT via source. Everything seemed to go smoothly and things are running fine, EXCEPT when I try to build *any* of the ports in the ports collection. Every time I run 'make' it gets stuck in an infinite loop and doesn't build the port. Some exa

Problem with wi and tcpdump?

2002-05-22 Thread John Angelmo
Hello I noticed that my wi card crashed when I run tcpdump from /var/log/messages I got this: May 23 02:37:58 Amnesiac kernel: wi0: promiscuous mode enabled May 23 02:38:03 Amnesiac kernel: wi0: watchdog timeout May 23 02:38:04 Amnesiac kernel: wi0: time out allocating memory on card May 23 02:

Surecom EP-428X PCCARD in -CURRENT

2002-05-22 Thread Marc G. Fournier
Morning all ... Just got my Vaio Z505s upgraded to -CURRENT, in order to get my new Surecom Ethernet PCMCIA card to work ... looked in /etc/defaults/pccard.conf, and found the EP-427X card(s) in there, but haven't got a clue on how to setup a similar entry for the -428X to be recognized

Re: Upgrade instructions are incorrect

2002-05-22 Thread Brian K. White
- Original Message - From: "M. Warner Losh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 2:04 PM Subject: Re: Upgrade instructions are incorrect > This seems exactly backwar

Re: Problems with DP1

2002-05-22 Thread Dag-Erling Smorgrav
Miguel Mendez <[EMAIL PROTECTED]> writes: > I've attached both a backtrace and my dmesg. Is any extra info needed? RTFAQ. > #10 0xc01d5899 in panic (fmt=0xc02fed34 "setrunnable(2)") > at ../../../kern/kern_shutdown.c:647 > #11 0xc01dbde2 in setrunnable (td=0xd21952a0) at ../../../kern/kern_s

Re: buildworld broken at libvgl [May 22]

2002-05-22 Thread Trish Lynch
Yes, femme:/usr/src/include87 grep pause unistd.h int pause(void); femme:/usr/src/sys/i386/include93 grep pause cpufunc.h pause(void) __asm __volatile("pause"); voidpause(void); femme:/usr/src/lib/libvgl99 grep include vgl.h #include #include #include #include See where i

Re: multi default routes in freebsd !?

2002-05-22 Thread Mattias Pantzare
Terry, FreeBSD has no support for BGP. To get BGP support you install a router daemon. That inserts routes in the routing table in the kernel. The kernel will do all packet forwarding. The kernel has to support two or more routes to the same destination if you are going to do BGP (or OSPF) equ

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-22 Thread David O'Brien
On Wed, May 22, 2002 at 11:16:11AM +0200, Georg-W. Koltermann wrote: > are there any plans on removing the /usr/bin/c++ and > /usr/bin/g++ commands? Seems the are not useful any more, and may > conflict with a port which installs these commands. A port will never install a binary with these names

Re: gdb breaks world

2002-05-22 Thread David O'Brien
On Wed, May 22, 2002 at 09:57:24AM +0100, Doug Rabson wrote: > On Monday 20 May 2002 3:49 am, Terry Lambert wrote: > > Steve Kargl wrote: > > > > Use "-ggdb" instead, thus avoiding DWARF. > > > > > > BZZZT... Thanks for play! -ggdb means to use the most "expressive" debugging format the compiler

Re: gdb breaks world

2002-05-22 Thread Doug Rabson
On Wednesday 22 May 2002 6:49 pm, David O'Brien wrote: > On Wed, May 22, 2002 at 09:57:24AM +0100, Doug Rabson wrote: > > GDB 5.2 works pretty well with -current - I've been using it recently. I > > plan to upgrade GDB in -current to 5.2 soon (as soon as David has enough > > time to sort out the C

Re: Upgrade instructions are incorrect

2002-05-22 Thread M. Warner Losh
This seems exactly backwards. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-22 Thread Szilveszter Adam
On Wed, May 22, 2002 at 11:16:11AM +0200, Georg-W. Koltermann wrote: > Am Di, 2002-05-21 um 21.35 schrieb Szilveszter Adam: > > Yes, this is correct. THe libraries libstdc++v3 and libsupc++v3 are not > > built for the system compiler. You can, however, use ports/lang/gcc31. > > Ok that works. Bu

Re: gdb breaks world

2002-05-22 Thread David O'Brien
On Wed, May 22, 2002 at 09:57:24AM +0100, Doug Rabson wrote: > GDB 5.2 works pretty well with -current - I've been using it recently. I plan > to upgrade GDB in -current to 5.2 soon (as soon as David has enough time to > sort out the CVS magic). I fail to see your patches to gdb 5.2 for the ker

Re: multi default routes in freebsd !?

2002-05-22 Thread Terry Lambert
"Vladimir B. Grebenschikov" wrote: > > Without the cooperation of the tother end, you don't have > > control of the symmetry of the return route. So maybe > > your packets are round-robin'ed out interfaces, but they > > all come back through the same interface, because you have > > no control of

buildworld broken at libvgl [May 22]

2002-05-22 Thread walt
cc -O -pipe -march=pentiumpro -Wall -I/usr/src/lib/libvgl -c /usr/src/lib/libvgl/main.c -o main.o In file included from /usr/src/lib/libvgl/vgl.h:37, from /usr/src/lib/libvgl/main.c:41: /usr/obj/usr/src/i386/usr/include/machine/cpufunc.h:362: conflicting types for `pause' /usr

Re: Upgrade instructions are incorrect

2002-05-22 Thread Martin Kacerovsky
On Wed, May 22, 2002 at 01:05:48PM -0400, John Baldwin wrote: > Wrong. If you are following the proper upgrade path, then your old > binaries will always work with your new kernel. Can I ask you what the proper upgrade path is? In /usr/src/UPDATING : To rebuild everything and install it on th

RE: Upgrade instructions are incorrect

2002-05-22 Thread John Baldwin
On 22-May-2002 Ruslan Ermilov wrote: > Hi! > > The upgrade instructions found in src/UPDATING and src/Makefile.inc1 > are not quite correct. Suggesting to reboot with the new kernel and > non-matching userland is safer than opposite of course, but does not > always work nor guaranteed to work a

Upgrade instructions are incorrect

2002-05-22 Thread Ruslan Ermilov
Hi! The upgrade instructions found in src/UPDATING and src/Makefile.inc1 are not quite correct. Suggesting to reboot with the new kernel and non-matching userland is safer than opposite of course, but does not always work nor guaranteed to work at all. Here's the safest version I could think of

Re: buildworld broken

2002-05-22 Thread Martin Kacerovsky
On Wed, May 22, 2002 at 10:23:31AM -0500, David W. Chapman Jr. wrote: > On Wed, May 22, 2002 at 05:21:59PM +0200, Martin Kacerovsky wrote: > > Hi, > > I've got this error during buildworld: > > Have you read UPDATING and put what it told you to in make.conf? Yes, I've put NO_WERROR=yes into /etc

Re: buildworld broken

2002-05-22 Thread Martin Faxér
On Wed, 22 May 2002 10:23:31 -0500 "David W. Chapman Jr." <[EMAIL PROTECTED]> wrote: > On Wed, May 22, 2002 at 05:21:59PM +0200, Martin Kacerovsky wrote: > > Hi, > > I've got this error during buildworld: > > Have you read UPDATING and put what it told you to in make.conf? This is a genuine err

Re: buildworld broken

2002-05-22 Thread David W. Chapman Jr.
On Wed, May 22, 2002 at 05:21:59PM +0200, Martin Kacerovsky wrote: > Hi, > I've got this error during buildworld: Have you read UPDATING and put what it told you to in make.conf? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. [EMAIL PROTECTED] FreeBSD Committ

buildworld broken

2002-05-22 Thread Martin Kacerovsky
Hi, I've got this error during buildworld: building shared library libusbhid.so.0 ===> lib/libvgl cc -O -pipe -Wall -I/mnt/store/usr/src/lib/libvgl -c /mnt/store/usr/src/lib/libvgl/main.c -o main.o In file included from /mnt/store/usr/src/lib/libvgl/vgl.h:37, from /mnt/store/u

Re: passwd issue

2002-05-22 Thread Maxim Sobolev
Trish Lynch wrote: > > took me a while to notice it, because I don;t use passwd on a daily > basis > > FreeBSD femme.listmistress.org 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Tue May > 14 00:57:05 EDT 2002 > [EMAIL PROTECTED]:/admins/obj/admins/src/sys/FEMME i386 > > femme:~$ passwd > Changing

Re: passwd issue

2002-05-22 Thread Trish Lynch
On Wed, 22 May 2002, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, mark tinguely wri > tes: > >on Tue May 21 13:07:13 2002, Trish Lynch <[EMAIL PROTECTED]> said: > > > >> femme:~$ passwd > >> Changing local password for trish > >> Old Password: > >> passwd in free(): error: junk poin

Re: passwd issue

2002-05-22 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, mark tinguely wri tes: >on Tue May 21 13:07:13 2002, Trish Lynch <[EMAIL PROTECTED]> said: > >> femme:~$ passwd >> Changing local password for trish >> Old Password: >> passwd in free(): error: junk pointer, too high to make sense >> Abort trap > >does your log file

Re: passwd issue

2002-05-22 Thread mark tinguely
on Tue May 21 13:07:13 2002, Trish Lynch <[EMAIL PROTECTED]> said: > femme:~$ passwd > Changing local password for trish > Old Password: > passwd in free(): error: junk pointer, too high to make sense > Abort trap does your log file have a swap space exceeded error? If so, restart your inetd. -

Re: thanks for heads-up on devfs

2002-05-22 Thread Bruce Evans
On Wed, 22 May 2002, Giorgos Keramidas wrote: > On 2002-05-21 15:03, Rob wrote: > > I am still wondering why MAKEDEV showed up in /usr/src/etc if it is not > > needed? I had an empty directory before I cvsup'd. Thanks, Rob. > > You'll probably need it if you manually disable DEVFS in CURRENT.

Re: cannot make vidcontrol

2002-05-22 Thread Martin Kacerovsky
On Wed, May 22, 2002 at 04:29:33PM +0300, Giorgos Keramidas wrote: > It's very likely that other things will have problems with the new > kernel too. You just haven't discovered yet. You should really > always try to run a userland and kernel that have been compiled from > the same set of sourc

Re: cannot make vidcontrol

2002-05-22 Thread Giorgos Keramidas
On 2002-05-22 10:39, Martin Kacerovsky wrote: > On Wed, May 22, 2002 at 11:22:43AM +0300, Maxim Sobolev wrote: > > sys/consio.h header installed on your system is too old. You need to > > do a fresh `make world' and rebuild/reinstall your kernel - it's the > > only way to do vidcontrol upgrade pro

Re: can't install world

2002-05-22 Thread Glenn Gombert
Those error(s) seem to be gone with today's cvsup and rebuild, I think that John Baldwin made a change to kern_mutex.c that seems to have resolved the problem :-) > > > btw: frequently i see "Could Not Sleep..." messages like those Glenn > mentioned yesterday. > -- Glenn Gombert [EMA

Re: Problems with DP1

2002-05-22 Thread Miguel Mendez
On Tue, May 21, 2002 at 03:27:46PM -0700, Kris Kennaway wrote: Hi, > That's not actually where the panic is occurring (it's a second panic > caused by the kernel trying to sync disks after it panics the first > time). Please provide a full traceback so it can be investigated. I've attached bot

Re: i386 tinderbox failure

2002-05-22 Thread Dag-Erling Smorgrav
John Baldwin <[EMAIL PROTECTED]> writes: > Erm, this is the second blank message. Is this really a success and > not a failure? If so, can we not have a mail sent out for successful > builds? :) It's a failure, but ref5 doesn't have Perl installed, so the script that selects what portions of th

Re: can't install world

2002-05-22 Thread frank rehn
"David O'Brien" <[EMAIL PROTECTED]> schrieb am 22.05.02: > On Tue, May 21, 2002 at 04:33:32PM +0200, yuri khotyaintsev wrote: > > > make buildworld ... > > > make buildkernel ... > > > make installkernel ... > > > mergemaster ... > > > > You have to reboot here with new kernel. > > Actually you

Re: cannot link C++ apps any more (GCC 3.1)

2002-05-22 Thread Georg-W. Koltermann
Am Di, 2002-05-21 um 21.35 schrieb Szilveszter Adam: > Hello, > > On Tue, May 21, 2002 at 02:26:57PM +0200, Georg-W. Koltermann wrote: > > Hi, > > > > I am unable to link C++ apps with a recent -current. It seems I would > > need a new libstdc++ which was not included. My libstdc++.so is a > > l

Re: cannot make vidcontrol

2002-05-22 Thread Maxim Sobolev
Martin Kacerovsky wrote: > > On Wed, May 22, 2002 at 11:22:43AM +0300, Maxim Sobolev wrote: > > sys/consio.h header installed on your system is too old. You need to > > do a fresh `make world' and rebuild/reinstall your kernel - it's the > > only way to do vidcontrol upgrade properly. > > I don'

Re: gdb breaks world

2002-05-22 Thread Doug Rabson
On Monday 20 May 2002 3:49 am, Terry Lambert wrote: > Steve Kargl wrote: > > > Use "-ggdb" instead, thus avoiding DWARF. > > > > BZZZT... Thanks for play! > > Did Mark Peek's suggestion of using the gdb that matched > the compiler (gdb 5.2 from ports) work instead? GDB 5.2 works pretty well with

Re: cannot make vidcontrol

2002-05-22 Thread Martin Kacerovsky
On Wed, May 22, 2002 at 11:22:43AM +0300, Maxim Sobolev wrote: > sys/consio.h header installed on your system is too old. You need to > do a fresh `make world' and rebuild/reinstall your kernel - it's the > only way to do vidcontrol upgrade properly. I don't understand, I have CVSUPed the whole t

Re: multi default routes in freebsd !?

2002-05-22 Thread Vladimir B.
÷ Wed, 22.05.2002, × 00:52, Terry Lambert ÎÁÐÉÓÁÌ: > "Vladimir B. Grebenschikov" wrote: > > > Multipath routing is not as useful as you imply. Neither is > > > round-robin'ing between a set of paths. It assumes that the > > > pool retention time on the router is longer than the drain time > > >

Re: cannot make vidcontrol

2002-05-22 Thread Maxim Sobolev
Martin Kacerovsky wrote: > > I got this problem: > > [ /usr/src/usr.sbin ]#make vidcontrol > Warning: Object directory not changed from original /usr/src/usr.sbin/vidcontrol > cc -O -pipe -c vidcontrol.c > vidcontrol.c: In function `load_font': > vidcontrol.c:221: structure has no member nam

cannot make vidcontrol

2002-05-22 Thread Martin Kacerovsky
I got this problem: [ /usr/src/usr.sbin ]#make vidcontrol Warning: Object directory not changed from original /usr/src/usr.sbin/vidcontrol cc -O -pipe -c vidcontrol.c vidcontrol.c: In function `load_font': vidcontrol.c:221: structure has no member named `font_size' *** Error code 1 Stop in