Re: multi default routes in freebsd !?

2002-05-21 Thread Vladimir B.
÷ Tue, 21.05.2002, × 09:37, Terry Lambert ÎÁÐÉÓÁÌ: Oleg Chebotarev wrote: Does anyone know when FreeBSD will support multiple default routes or multiple routes to the same network thru different interfaces? I have two default routes. One is IP address A. The other is IP address B.

Re: rio500 usb support

2002-05-21 Thread Alfred Perlstein
* Seth Hettich [EMAIL PROTECTED] [020520 22:35] wrote: I just started playing w/ this. While it seems to work, connecting the rio, disconnecting it, and then reconnecting causes a panic when it trys to re-make the /dev entry. I don't see a usb mailing list, so where should I take this?

RE: multi default routes in freebsd !?

2002-05-21 Thread Chris Knight
Howdy, -Original Message- From: Vladimir B. Grebenschikov Sent: Tuesday, 21 May 2002 17:25 To: [EMAIL PROTECTED] Cc: Oleg Chebotarev; [EMAIL PROTECTED] Subject: Re: multi default routes in freebsd !? [snip] Times ago there was hack for multipath routing on:

Re: multi default routes in freebsd !?

2002-05-21 Thread Terry Lambert
Vladimir B. Grebenschikov wrote: There are some algoritms, for example round-robin It is not a problem if you assign two equal routes you know what you want. If you have two links to one provider and want to balance outgoing traffic it is much better to do it with to similar routes.

Re: multi default routes in freebsd !?

2002-05-21 Thread Vladimir B.
÷ Tue, 21.05.2002, × 13:13, Terry Lambert ÎÁÐÉÓÁÌ: OSPF have equal cost multupath, An BGP too (If I not mistaken) so lack of kernel support of more then one route for one destination is not good. Zebra on Linux can do OSPF equal cost multipath but on FreeBSD cant. Sounds like a

Re: Perl script rewrites - progress (2)

2002-05-21 Thread Anton Berezin
Hi, On Sun, May 19, 2002 at 11:55:33AM +0200, John Hay wrote: Me too. :-( The error I see is: ### Extracting splain (with variable substitutions) ../miniperl -I../lib perlcc.PL Extracting perlcc (with variable substitutions) ../miniperl -I../lib dprofpp.PL

Re: perl5 port won't build

2002-05-21 Thread Anton Berezin
Hi, On Sun, May 19, 2002 at 07:19:07PM -0800, Beech Rintoul wrote: I grabbed the latest ports and attempted to build p5, it errors with the following: Making x2p stuff make: don't know how to make built-in. Stop *** Error code 2 Stop in /usr/ports/lang/perl5/work/perl-5.6.1.

Re: multi default routes in freebsd !?

2002-05-21 Thread Oleg Chebotarev
The mpath diff is against 4.3 stable on given date. I was not even able to patch 4.3 release. OSPF and BGP does not came into play here yet, because to assign the same/different costs to different routes to the same destination I need to have routing table with 2 (or more) routes to the same

Re: multi default routes in freebsd !?

2002-05-21 Thread Vladimir B.
÷ Tue, 21.05.2002, × 15:54, Oleg Chebotarev ÎÁÐÉÓÁÌ: The mpath diff is against 4.3 stable on given date. I was not even able to patch 4.3 release. OSPF and BGP does not came into play here yet, because to assign the same/different costs to different routes to the same destination I need to

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

2002-05-21 Thread Georg-W. Koltermann
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 leftover from the previous cvsup. hunter[205]$ cat gwk.cc #include iostream int main(int argc, const char *argv[]) { cout

Could Not Sleep Process Locked errors in -Current

2002-05-21 Thread Glenn G.
After rebuidling everthing from -Current today I am seeing a lot of these errors all of a sudden: kernel: /usr/src/sys/vm/uma_core.c:1324 could not sleep with x10 locked from /usr/src/sys/pci/if_xl.c:2018 kernel: /usr/src/sys/vm/uma_core.c:1324 could not sleep with process locked from

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

2002-05-21 Thread Miguel Mendez
On Tue, May 21, 2002 at 02:26:57PM +0200, Georg-W. Koltermann wrote: Hi, Is there any estimate to when the new libstdc++ will be in -current? Is there a port (lang/gcc31 ?) that I should use in the meantime? This is a known issue, David is working on it. I'm not sure about the lang/gcc

Problems with DP1

2002-05-21 Thread Miguel Mendez
Hi, Like I've reported before, I'm getting a panic with DP1 about once a day in dumpsys () at ../../../kern/kern_shutdown.c:505. My question is, is there any patch/workaround for this, or am I SOL and the only way is to upgrade to a more recent -CURRENT? I don't mind if the box goes down once a

Re: multi default routes in freebsd !?

2002-05-21 Thread Oleg Chebotarev
The thing is that it does not work with 4.3 release. I tried it a few times and I saw a lot of error during patching. Does anyone knows how to get a 4.3 stable for a given date? --- Vladimir B. Grebenschikov [EMAIL PROTECTED] wrote: ÷ Tue, 21.05.2002, × 15:54, Oleg Chebotarev ÎÁÐÉÓÁÌ: The

can't install world

2002-05-21 Thread platanthera
hallo. i try to upgrade from 4.5-stable to current but can't install world. please help. kind regards platanthera --- cvsup (yesterday) make buildworld ... make buildkernel ... make installkernel ... mergemaster ... -- single user make installworld ...

Re: can't install world

2002-05-21 Thread Glenn G.
You need to do a reboot before you perform an 'installworld' ,after you have done a build/install kernel. The signal 12 is an un-implemeted syscall, when you are trying to do the 'make installworld'.. On Tue, 21 May 2002 16:06:34 +0200, [EMAIL PROTECTED] said: hallo. i try to

panic mutex sockbuf rcv not owned at /usr/src/sys/fs/fifofs/fifo_vnops.c:229

2002-05-21 Thread David Wolfskill
This occurred while doing the make -j8 buildworld for today's -CURRENT, running -CURRENT built yesterday: panic: mutex sockbuf rcv not owned at /usr/src/sys/fs/fifofs/fifo_vnops.c:229 cpuid = 0; lapic.id = Debugger(panic) Stopped at Debugger+0x46: xchgl %ebx,in_Debugger.0 db tr

Re: can't install world

2002-05-21 Thread yuri khotyaintsev
make buildworld ... make buildkernel ... make installkernel ... mergemaster ... You have to reboot here with new kernel. -- single user make installworld ... To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

new -current upgrade from 4.5-RELEASE

2002-05-21 Thread Rob
I finally bit the bullet and installed a second FBSD partition on my Sony Viao FX-290, and then cvsup'd to current. It was not easy. I had to boot strap the system by manually installing some of the components. Finally, I was able to compile my own kernel. I am wondering if an expert can look

Re: multi default routes in freebsd !?

2002-05-21 Thread Bakul Shah
BGP is a better idea (of course). You might also consider using BGP. And have I mentioned BGP? 8-) 8-). Whether to use BGP/OSPF is orthogonal to multipath use. Both OSPF and BGP allow you to install multiple next hops. Adding multipath support requires, at a minimum, changing struct

Re: new -current upgrade from 4.5-RELEASE

2002-05-21 Thread Glenn G.
The 'process locked' error messages are the same thing I am seeing in todays build of -Current on my desktop Dell 410 workstation. I don't think they have anything to do with your laptop configuration -- Glenn G. [EMAIL PROTECTED] -- http://fastmail.fm/ - A fast, anti-spam

Re: new -current upgrade from 4.5-RELEASE

2002-05-21 Thread Rob
Glenn G. wrote: The 'process locked' error messages are the same thing I am seeing in todays build of -Current on my desktop Dell 410 workstation. I don't think they have anything to do with your laptop configuration -- Glenn G. [EMAIL PROTECTED] --

Re: MAKEDEV in current

2002-05-21 Thread Hiten Pandya
--- Rob [EMAIL PROTECTED] wrote: I've tried to copy MAKEDEV to /dev in current. But get the error- operation not supported. I must be missing some very basic concept. Rob. Rob, FreeBSD-CURRENT makes use of DEVFS by default, so you dont need to create entries unless you have NODEVFS in

Re: MAKEDEV in current

2002-05-21 Thread Wade Majors
Rob wrote: I've tried to copy MAKEDEV to /dev in current. But get the error- operation not supported. I must be missing some very basic concept. Rob. It is my understanding that /dev is a dynamic filesystem in -current, and doesn't use or need things like MAKEDEV. To Unsubscribe:

linux-q3ademo -- X crash

2002-05-21 Thread Martin Kacerovsky
Hi. I've installed linux-q3ademo to do some benchmarking, but X server crashes during startup... X server gets signal 11, XFree86.1.log is included as attachement I haven't found solutions of this problem on the internet, only the same questions. Martin XFree86

Re: MAKEDEV in current

2002-05-21 Thread Wilko Bulte
On Tue, May 21, 2002 at 10:41:05AM -0700, Rob wrote: I've tried to copy MAKEDEV to /dev in current. But get the error- operation not supported. I must be missing some very basic concept. Rob. Rather basic ;-) : -current uses the devfs filesystem man devfs tells you more about the idea

Re: linux-q3ademo -- X crash

2002-05-21 Thread Martin Kacerovsky
On Tue, May 21, 2002 at 01:55:20PM -0400, Kenneth Culver wrote: It looks like DRI isn't set up right. Ken Yes, but if the DRI is correctly enabled it crashes too, sorry for desinformation, this log wasn't the best I could choose. Martin To Unsubscribe: send mail

Re: linux-q3ademo -- X crash

2002-05-21 Thread Glenn G.
In general 'X11' is really not that stable in -current (and has been for a while) I run an older version of KDE (2.1 I think) some programs using newer X11 features seem to crash at somewhat random timesI am not sure why ... On Tue, 21 May 2002 19:49:17 +0200, Martin Kacerovsky [EMAIL

passwd issue

2002-05-21 Thread Trish Lynch
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 local password for trish Old Password:

Re: MAKEDEV in current

2002-05-21 Thread David W. Chapman Jr.
On Tue, May 21, 2002 at 10:41:05AM -0700, Rob wrote: I've tried to copy MAKEDEV to /dev in current. But get the error- operation not supported. I must be missing some very basic concept. Rob. You are if you run mount it will tell you /dev is devfs you don't need to run MAKEDEV on

Re: linux-q3ademo -- X crash

2002-05-21 Thread Martin Kacerovsky
On Tue, May 21, 2002 at 06:02:17PM +, Glenn G. wrote: In general 'X11' is really not that stable in -current (and has been for a while) Not only in current, the same crashes happened to me also in -stable (q3ademo), and there I haven't loaded DRI, here I have (although the log, I've

Apache + threads under FreeBSD ...

2002-05-21 Thread Marc G. Fournier
I'm looking at getting a threaded Apache working under FreeBSD-STABLE (as of this past weekend) ... if I start up the server and connect with a browser, it doesn't send anything back, *except* if I kill the apache server right after the connection ... I've checked with the Apache folk, and

Re: Apache + threads under FreeBSD ...

2002-05-21 Thread Marc G. Fournier
A little more digging in the CVS logs, it looks like it was, in fact, MFCs to 4.x: revision 1.2.2.3 date: 2001/12/15 20:03:52; author: alfred; state: Exp; lines: +51 -5 MFC: 1.6 sendfile wrap fix. but, in January, things were reverted in 5.x, but never reflected in 4.x? revision 1.7 date:

Re: Apache + threads under FreeBSD ...

2002-05-21 Thread Alfred Perlstein
CC'd to David. David Greenman was going to backport a fix, but I stalled him because of backwards compatbility. Since I haven't had the time to implement the osendfile compat syscall, I'd like to know if he'll be MFC'ing the fix or if I should do it? -Alfred * The Hermit Hacker [EMAIL

Re: passwd issue

2002-05-21 Thread Glenn G.
I got something similar when I tried to change the password today for root: pam_sm_chauthtok(): unexpected return value 9 pam_sm_chauthtok(): unexpected return value 9 . On Tue, 21 May 2002 14:07:08 -0400 (EDT), Trish Lynch [EMAIL PROTECTED] said: took me a while to notice it, because

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

2002-05-21 Thread 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 leftover from the previous cvsup. Yes, this is correct. THe libraries

Re: MAKEDEV in current

2002-05-21 Thread Peter Schultz
Rob wrote: I've tried to copy MAKEDEV to /dev in current. But get the error- operation not supported. I must be missing some very basic concept. Rob. Set NO_MAKEDEV_INSTALL=true in /etc/make.conf and make tweaks to /etc/rc.devfs for /dev permissions on -current. Pete... To Unsubscribe:

Re: multi default routes in freebsd !?

2002-05-21 Thread 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 for a single path, such that you end up with a higher aggregate

Re: multi default routes in freebsd !?

2002-05-21 Thread Terry Lambert
Oleg Chebotarev wrote: The mpath diff is against 4.3 stable on given date. I was not even able to patch 4.3 release. It is absolutely trivial to bring the patch up to date against -stable. Bringing patches up to date against -current is a useless exercise (IMO), unless they will be integrated

Re: multi default routes in freebsd !?

2002-05-21 Thread Terry Lambert
Oleg Chebotarev wrote: The thing is that it does not work with 4.3 release. I tried it a few times and I saw a lot of error during patching. Does anyone knows how to get a 4.3 stable for a given date? man cvs You can checkout a source tree of a given date. -- Terry To Unsubscribe: send

How can I halp out testing with Viao FX-290

2002-05-21 Thread Rob
Well, now I have -current on my Sony Viao FX-290. XFree and many other apps seem to be working OK. I am wondering if I can help test anything for Sony laptops? I have -stable on another partition, so otherwise its just a novelty. It certainly looks like a giant leap forward from -stable. I

thanks for heads-up on devfs

2002-05-21 Thread Rob
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. -- - The Numeric Python EM Project www.pythonemproject.com To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Problems with DP1

2002-05-21 Thread Kris Kennaway
On Tue, May 21, 2002 at 03:33:34PM +0200, Miguel Mendez wrote: Hi, Like I've reported before, I'm getting a panic with DP1 about once a day in dumpsys () at ../../../kern/kern_shutdown.c:505. That's not actually where the panic is occurring (it's a second panic caused by the kernel trying

/usr/src/usr.sbin/pcvt/kcon

2002-05-21 Thread John Angelmo
su-2.05a# make cc -O -pipe -march=pentiumpro -I/usr/src/usr.sbin/pcvt/kcon/../keycap -DKEYB_DEVICE=\/dev/ttyv0\ -o kcon kcon.o -lkeycap /usr/libexec/elf/ld: cannot find -lkeycap collect2: ld returned 1 exit status *** Error code 1 Stop in /usr/src/usr.sbin/pcvt/kcon. Source updated about

Re: Apache + threads under FreeBSD ...

2002-05-21 Thread David Greenman-Lawrence
CC'd to David. David Greenman was going to backport a fix, but I stalled him because of backwards compatbility. Since I haven't had the time to implement the osendfile compat syscall, I'd like to know if he'll be MFC'ing the fix or if I should do it? I'm too busy to deal with it right now.

Follow-up Re: passwd issue

2002-05-21 Thread Trish Lynch
On Tue, 21 May 2002, 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

Re: /usr/src/usr.sbin/pcvt/kcon

2002-05-21 Thread David O'Brien
On Wed, May 22, 2002 at 12:37:57AM +0200, John Angelmo wrote: su-2.05a# make cc -O -pipe -march=pentiumpro -I/usr/src/usr.sbin/pcvt/kcon/../keycap -DKEYB_DEVICE=\/dev/ttyv0\ -o kcon kcon.o -lkeycap /usr/libexec/elf/ld: cannot find -lkeycap collect2: ld returned 1 exit status *** Error

Re: can't install world

2002-05-21 Thread David O'Brien
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 want to reboot before mergemaster -- you don't have the matching binaries installed

Re: Inetd configuration message logging (or lack thereof)

2002-05-21 Thread BsdWins
- David Malone's Original Message - On Sat, May 18, 2002 at 06:51:31PM -0700, John De Boskey wrote: Comments on the following patch. The messages are invisible with a default install. This patch gets them into /var/log/messages where they can be seen. I have a different

Re: thanks for heads-up on devfs

2002-05-21 Thread Giorgos Keramidas
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. However, I don't know if this still works, as I haven't

Buildworld broken [May 21]

2002-05-21 Thread walt
Buildworld stops in stage 2: cleaning up the object tree while trying to cd to a missing directory :-/ Each time I try another buildworld it gets thru an additional directory--as if each time thru it's creating the directories it claims it can't find when it halts. Weird. Anyway, if I just rm

Re: Buildworld broken [May 21]

2002-05-21 Thread David Wolfskill
Date: Tue, 21 May 2002 20:04:02 + From: walt [EMAIL PROTECTED] Buildworld stops in stage 2: cleaning up the object tree while trying to cd to a missing directory :-/ Each time I try another buildworld it gets thru an additional directory--as if each time thru it's creating the directories

i386 tinderbox failure

2002-05-21 Thread Dag-Erling Smorgrav
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Buildworld broken [May 21]

2002-05-21 Thread Tim J. Robbins
On Tue, May 21, 2002 at 08:04:02PM +, walt wrote: Anyone else seeing this? I'm afraid this is my fault; the `cd' builtin of /bin/sh did not handle the case where the current directory did not exist without the -P option. I've temporarily backed out the change for the moment, update your

RE: i386 tinderbox failure

2002-05-21 Thread John Baldwin
On 22-May-2002 Dag-Erling Smorgrav wrote: To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message 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

Re: i386 tinderbox failure

2002-05-21 Thread Dan Nelson
In the last episode (May 22), John Baldwin said: On 22-May-2002 Dag-Erling Smorgrav wrote: To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message Erm, this is the second blank message. Is this really a success and not a failure?

crash when starting X

2002-05-21 Thread Seth Hettich
I updated yesterday, and now when I start XFree the system pauses for ~30 seconds (on a blank screen) and then resets. I do not get a crash dump or a panic message. Is anyone else getting this? -Seth To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body