Re: cvs commit: src/sbin/umount umount.c

2003-11-19 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Ian Dowse writes: >I was planning to return a filesystem ID of {st_dev, 0} to non-root >users, Please notice that st_dev is not constant across reboots. Suggest you hash the real fsid and use the hash instead. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3

Re: ppp RADIUS accounting bug

2003-11-19 Thread Boris Kovalenko
Hello! Yes, unsigned, so we have 4G limit, which may simple be overflowed by (for example) PPPoE connection. Yes, RADIUS standard defines new attributes for big words, but current PPP does not supports it (it, so our knowledge about RFC is useless :) Again, rad_put_int defined u_int32_t par

Re: ppp RADIUS accounting bug

2003-11-19 Thread Michael Bretterklieber
Hi, On Wed, 19 Nov 2003, Boris Kovalenko wrote: > Hello! > > Yes, unsigned, so we have 4G limit, which may simple be overflowed > by (for example) PPPoE connection. Yes, RADIUS standard defines new > attributes for big words, but current PPP does not supports it (it, so > our knowledge about R

Re: ppp RADIUS accounting bug

2003-11-19 Thread Boris Kovalenko
Hello! Standard PPP does not support UPDATE packets, and of course (as my RADIUS knowledge) the counters should not be resetted, because RADIUS updates the same record. Regards, Boris Michael Bretterklieber wrote: Hi, On Wed, 19 Nov 2003, Boris Kovalenko wrote: Hello! Yes, unsign

Re: build world question

2003-11-19 Thread Dag-Erling Smørgrav
Jason <[EMAIL PROTECTED]> writes: > I told it to make buildworld, do I also need to tell it make world? 'make world' simply does buildworld followed by installworld. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

Re: ppp RADIUS accounting bug

2003-11-19 Thread Michael Bretterklieber
Hi Boris, On Wed, 19 Nov 2003, Boris Kovalenko wrote: > Hello! > > Standard PPP does not support UPDATE packets, and of course (as my but a patch could be written :-) > RADIUS knowledge) the counters should not be resetted, because RADIUS > updates the same record. The RFC says: 5.4. Acct-O

NFS broken in -CURRENT as of 16 hours ago?

2003-11-19 Thread Eirik Oeverby
Hi all, I might be completely off here, but since I did a update/buildkernel/buildworld yesterday evening, NFS seems to act up. I can mount a remote NFS resource locally and access it, but when I try to access a subdirectory it seems to hang and never return. I currently have two zombie mc-process

Re: ppp RADIUS accounting bug

2003-11-19 Thread Boris Kovalenko
The RFC says: 5.4. Acct-Output-Octets blabla can only be present in Accounting-Request records where the Acct-Status-Type is set to Stop. It looks like, that these counters must not present in accounting updates. You are right, but your words - "but a patch could be written :-)". A

Re: ppp RADIUS accounting bug

2003-11-19 Thread Michael Bretterklieber
Hi, On Wed, 19 Nov 2003, Boris Kovalenko wrote: > > >The RFC says: > > > >5.4. Acct-Output-Octets > > > >blabla > > > >can only be > > present in Accounting-Request records where the Acct-Status-Type > > is set to Stop. > > > >It looks like, that these counters must not present in accou

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Gunther Nikl
On Tue, Nov 18, 2003 at 06:26:21PM -0800, Matthew Dillon wrote: > > :Our rationale for encouraging Gordon is as follows: > : > :1. 4.x upgrade path: As we approach 5-STABLE, a lot of users might want > :to upgrade from 4-STABLE. Historically in 4.x, the / partition has > :been very mode

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Jan Grant
On Tue, 18 Nov 2003 [EMAIL PROTECTED] wrote: > Garrett Wollman said: > > < > > > > If the object is to maximally 'share', > > > > The object, AIUI, is for ~username expansion to work in the shells > > when the user stored somewhere defined by an external NSS module. I > > don't believe that there

Re: ppp RADIUS accounting bug

2003-11-19 Thread Boris Kovalenko
Hello! So sending interim update packets won't help. Like I said :) looking for someone who supervises my patch and commit it if no problems will be founded. this can be a problem :-) This is the problem now :) I'm wondering if I only one useing ppp with RADIUS accounting with FreeBSD. R

Re: Using Geom to mirror root partitions?

2003-11-19 Thread Josef Karthauser
On Sat, Nov 15, 2003 at 09:42:18AM +0100, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Josef Karthauser writes: > > >What's the best way to prepare for this? Should I leave some > >unallocated space at the beginning of the disk so that any magic geom > >bits can be inserted later? >

Re: Using Geom to mirror root partitions?

2003-11-19 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Josef Karthauser writes: > >--RnlQjJ0d97Da+TV1 >Content-Type: text/plain; charset=us-ascii >Content-Disposition: inline >Content-Transfer-Encoding: quoted-printable > >On Sat, Nov 15, 2003 at 09:42:18AM +0100, Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]

[PATCH] Please test SMP changes

2003-11-19 Thread John Baldwin
[ Bcc'd to various arch mailing lists ] Please test the patch at http://www.FreeBSD.org/~jhb/patches/smp.patch You can apply it to a sys/ check out by using patch -p6. It moves the setting of mp_maxid into a separate function (cpu_mp_setmaxid()) that is called before loader tunables so that UMA a

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Jacques A. Vidrine
[cc: dropped] I suppose I should comment on this thread, since I'm closely related to at least two of the rationales mentioned for moving towards an all-dynamically-linked system. (I would prefer to stay out of this thread. In my mind we've had all these arguments in various forums months ago an

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Leo Bicknell
In a message written on Wed, Nov 19, 2003 at 08:10:59AM -0600, Jacques A. Vidrine wrote: > statically. Unless we are talking about /bin/sh, they probably already > have to go through special measures to get a statically linked binary. Something has been bothering me about the whole /bin/sh funct

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Ken Smith
On Wed, Nov 19, 2003 at 09:19:50AM -0500, Leo Bicknell wrote: > To boot a machine into single user mode you need a kernel, init, > and /bin/sh (minimally). Roughly the same thing was bothering me last night. You get a chance to specify the shell when init is in the last phase of getting you to s

Re: vinum error: statfs related?

2003-11-19 Thread Daryl Chance
Any more word on this? I haven't tried creating a new volume to see if it will create because i don't want to loose wants currently there. Not trying to harrass anyone, just checking :). Daryl --- Robert Watson <[EMAIL PROTECTED]> wrote: > > On Fri, 17 Jan 2003, Eric Anholt wrote: > > > I'm g

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Leo Bicknell
In a message written on Wed, Nov 19, 2003 at 09:25:35AM -0500, Ken Smith wrote: > Roughly the same thing was bothering me last night. You get a chance > to specify the shell when init is in the last phase of getting you to > single-user mode so you can say /rescue/sh at that point. init is > anot

ICH4 gaps in sound.

2003-11-19 Thread David Gilbert
I have a pcm0: port 0xbc40-0xbc7f,0xb800-0xb8ff mem 0xf4fff400-0xf4fff4ff,0xf4fff800-0xf4fff9ff irq 11 at device 31.5 on pci0 pcm0: in my laptop. During sound playback I hear small gaps in the sound output. My sense is that they occur every second or so ... about the size of the application

Re: another trap 12 while in kernel mode

2003-11-19 Thread Robert Watson
On Wed, 19 Nov 2003, Bjoern A. Zeeb wrote: > I am regularly getting those but unfortunately I neither have DDB in > that kernel nor can get a crash dump nor do I have built wie DEBUG=-g. > > Is there anything more I can do apart from rebuilding kernel with > support of all the missing debugging

Re: another trap 12 while in kernel mode

2003-11-19 Thread Bjoern A. Zeeb
On Wed, 19 Nov 2003, Robert Watson wrote: Hi, > You should still be able to turn the bad instruction pointer into at least > a function name using nm on your compiled kernel. Run nm on the kernel > binary, and search through it until you find the symbols just before > (lower) and just after (hig

Re: Updated acpi_cpu patch

2003-11-19 Thread Nate Lawson
Ok, here's the final patch. I believe it fixes both problems. * Add a DEVMETHOD for acpi so that child detach methods get called. Add an acpi_cpu method for both detach and shutdown that disables entry to acpi_cpu_idle and then IPIs/waits for threads to exit. This fixes a panic late in reboot i

Re: Updated acpi_cpu patch

2003-11-19 Thread Robert Watson
On Wed, 19 Nov 2003, Nate Lawson wrote: > Ok, here's the final patch. I believe it fixes both problems. Success! The system rebooted without panicking. It even came back up cleanly. :-) In an earlier e-mail, you asked me for dmesg output. I've attached it on the off chance you still want i

Re: [PATCH] Please test SMP changes

2003-11-19 Thread Peter Schultz
John Baldwin wrote: [ Bcc'd to various arch mailing lists ] Please test the patch at http://www.FreeBSD.org/~jhb/patches/smp.patch You can apply it to a sys/ check out by using patch -p6. It moves the setting of mp_maxid into a separate function (cpu_mp_setmaxid()) that is called before loader tu

ATAPI CD Changer problem in -CURRENT

2003-11-19 Thread Christian Laursen
I just upgraded my workstation from 5.1-RELEASE to todays -CURRENT. When I boot it, I get the following messages about my CD drives: acd0-5: CDROM with 6 CD changer at ata1-master PIO4 acd6: DVDROM at ata1-slave PIO4 acd0-5: FAILURE - LOAD_UNLOAD status=51 sensekey=ILLEGAL REQUEST error=4 acd0

Re: ATAPI CD Changer problem in -CURRENT

2003-11-19 Thread Eric Anderson
Christian Laursen wrote: I just upgraded my workstation from 5.1-RELEASE to todays -CURRENT. When I boot it, I get the following messages about my CD drives: acd0-5: CDROM with 6 CD changer at ata1-master PIO4 acd6: DVDROM at ata1-slave PIO4 acd0-5: FAILURE - LOAD_UNLOAD status=51 sensekey=ILL

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Matthew Dillon
: Don't you think that people are able to change defaults if they think : thats appropriate? : :> Prior to that Jordan had bumped the root partition size to 100MB :> in 1.98.2.3 in March 2001. It was 50MB before then, which is too :> small even for 4.x. : : Hm, then why do I have s

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Marcel Moolenaar
On Wed, Nov 19, 2003 at 09:25:35AM -0500, Ken Smith wrote: > On Wed, Nov 19, 2003 at 09:19:50AM -0500, Leo Bicknell wrote: > > > To boot a machine into single user mode you need a kernel, init, > > and /bin/sh (minimally). > > Roughly the same thing was bothering me last night. You get a chance

Re: Updated acpi_cpu patch

2003-11-19 Thread Nate Lawson
On Wed, 19 Nov 2003, Robert Watson wrote: > On Wed, 19 Nov 2003, Nate Lawson wrote: > > > Ok, here's the final patch. I believe it fixes both problems. > > Success! The system rebooted without panicking. It even came back up > cleanly. :-) Good to hear. I think Don has the same problem as Hara

Re: Updated acpi_cpu patch

2003-11-19 Thread Robert Watson
On Wed, 19 Nov 2003, Nate Lawson wrote: > On Wed, 19 Nov 2003, Robert Watson wrote: > > On Wed, 19 Nov 2003, Nate Lawson wrote: > > > > > Ok, here's the final patch. I believe it fixes both problems. > > > > Success! The system rebooted without panicking. It even came back up > > cleanly. :-)

Re: Alpha SMP panic

2003-11-19 Thread John Baldwin
On 17-Nov-2003 Kris Kennaway wrote: > On Sun, Nov 16, 2003 at 06:39:17PM -0800, David O'Brien wrote: >> # cd /usr/src ; cvs -qR up -PdA >> ... >> U sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h >> U sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h >> U sys/netgraph/bluetooth/include/ng_bt

Re: Updated acpi_cpu patch

2003-11-19 Thread Nate Lawson
On Wed, 19 Nov 2003, Robert Watson wrote: > On Wed, 19 Nov 2003, Nate Lawson wrote: > > On Wed, 19 Nov 2003, Robert Watson wrote: > > > Success! The system rebooted without panicking. It even came back up > > > cleanly. :-) > > > > Good to hear. I think Don has the same problem as Harald so perh

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Lyndon Nerenberg
--On Wednesday, November 19, 2003 12:30 AM -0500 Garance A Drosihn <[EMAIL PROTECTED]> wrote: have a: chflags ldcache /bin/sh Shouldn't that be 'chmod +t /bin/sh' ??? --lyndon ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinf

Re: hard lock-up writing to tape

2003-11-19 Thread Mike Durian
On Tuesday 18 November 2003 08:29 pm, Bruce Evans wrote: > > This could be from a speed mismatch or from kern.consmute somehwo getting > set. I had wondered about a speed mismatch, but everything I've found says 9600. I did not know to look at kern.consmute. I'll check that. > - -current has th

Re: [PATCH] Please test SMP changes

2003-11-19 Thread John Baldwin
On 19-Nov-2003 Peter Schultz wrote: > John Baldwin wrote: >> [ Bcc'd to various arch mailing lists ] >> >> Please test the patch at http://www.FreeBSD.org/~jhb/patches/smp.patch >> You can apply it to a sys/ check out by using patch -p6. It moves >> the setting of mp_maxid into a separate functi

WRITE_DMA and stopevent 2 errors installing a current snap from yesterday.

2003-11-19 Thread Lee Mx
I was trying to install a current snapshot from yesterday on my laptop but without being able to finish because of errors some of which I was able to transcribe manually. I hope this is useful to someone and if you have any suggestions as to what the next step is, that to would be appreciated.

bge0 read timed out / cardbus activation

2003-11-19 Thread Eric Anderson
I recently cvsup'ed (yesterday, and again this morning), and build/installed world/kernel etc. Now, when I connect a cardbus card (in this case, it's a firewire card), my broadcom bge0 interface goes crazy, stops functioning, and I get this: Nov 19 10:18:32 neutrino kernel: cardbus0: Resource

Re: ATAPI CD Changer problem in -CURRENT

2003-11-19 Thread Soren Schmidt
It seems Christian Laursen wrote: > I just upgraded my workstation from 5.1-RELEASE to todays -CURRENT. > > When I boot it, I get the following messages about my CD drives: > > acd0-5: CDROM with 6 CD changer at ata1-master PIO4 > acd6: DVDROM at ata1-slave PIO4 > acd0-5: FAILURE - LOAD_UNLOAD

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Bruce Evans
On Wed, 19 Nov 2003, Marcel Moolenaar wrote: > set init_path=/rescue/init If dynamic root were ready to be turned on, then /rescue/init would be in the default init_path. > A dynamicly linked /sbin/init just > makes it harder to get to the rescue bits, so it makes sense to > link init(8) staticl

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Ken Smith
On Thu, Nov 20, 2003 at 06:27:31AM +1100, Bruce Evans wrote: > > set init_path=/rescue/init > > If dynamic root were ready to be turned on, then /rescue/init would be > in the default init_path. I had that explained to me too. :-) There is a loop in sys/kern/init_main.c that "probes" for an ini

Re: Updated acpi_cpu patch

2003-11-19 Thread Harald Schmalzbauer
On Wednesday 19 November 2003 16:31, Nate Lawson wrote: > Ok, here's the final patch. I believe it fixes both problems. > *SCHNIP* Yep, seems really final. I downloaded the acpi_cpi.c from cvs-web to be sure to have the correct one and applied your patch. hw.acpi.cpu.cx_supported: C1/0 hw.acpi.

Re: Updated acpi_cpu patch

2003-11-19 Thread Nate Lawson
On Wed, 19 Nov 2003, Harald Schmalzbauer wrote: > On Wednesday 19 November 2003 16:31, Nate Lawson wrote: > > Ok, here's the final patch. I believe it fixes both problems. > > > *SCHNIP* > > Yep, seems really final. I downloaded the acpi_cpi.c from cvs-web to be sure > to have the correct one and

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Robert Watson
On Thu, 20 Nov 2003, Bruce Evans wrote: > On Wed, 19 Nov 2003, Marcel Moolenaar wrote: > > > set init_path=/rescue/init > > If dynamic root were ready to be turned on, then /rescue/init would be > in the default init_path. The fallback path only works if the exec() fails cleanly without actua

Re: natd-Related Panic (?)

2003-11-19 Thread Rogelio Rodriguez
> Try re-cvsup-ing. I was struck by the same problem and it was fixed with > rev 1.256 of ip_input.c Sure enough... Cheers -- Rogelio ECCE HOMO ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: hard lock-up writing to tape

2003-11-19 Thread Bruce Evans
On Wed, 19 Nov 2003, Mike Durian wrote: > On Tuesday 18 November 2003 08:29 pm, Bruce Evans wrote: > > - -current has the kern.console sysctl for enabling multiple consoles > > (buut only 1 sio one). You can boot with a syscons console and then > > enable the serial, and the latter should wor

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread E.B. Dreger
SL> Date: Tue, 18 Nov 2003 17:06:06 -0700 (MST) SL> From: Scott Long SL> 3. Binary security updates: there is a lot of interest in providing a SL> binary update mechanism for doing security updates. Having a dynamic SL> root means that vulnerable libraries can be updated without having t

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread E.B. Dreger
GAD> Date: Tue, 18 Nov 2003 21:54:53 -0500 GAD> From: Garance A Drosihn GAD> Many freebsd users (me for one) are still living on a modem, GAD> where even one bump of 1.5 meg is a significant issue... GAD> GAD> Remember that the issue we're talking about is security GAD> updates, not full system u

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Matthew Dillon
:GAD> Many freebsd users (me for one) are still living on a modem, :GAD> where even one bump of 1.5 meg is a significant issue... :GAD> :GAD> Remember that the issue we're talking about is security :GAD> updates, not full system upgrades. "Everyone" would want :GAD> the security updates, even if t

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Bruce Evans
On Wed, 19 Nov 2003, Ken Smith wrote: > On Thu, Nov 20, 2003 at 06:27:31AM +1100, Bruce Evans wrote: > > > > set init_path=/rescue/init > > > > If dynamic root were ready to be turned on, then /rescue/init would be > > in the default init_path. > > I had that explained to me too. :-) > > There is

list of wellknown LORs ?

2003-11-19 Thread Bjoern A. Zeeb
those two has a promised fix with upcoming chnages... wouldn't it be good to have one resource for overall status and may reduce noice ? lock order reversal 1st 0xc3a23090 rtentry (rtentry) @ HEAD/compile-20031119-1814/sys/net/rtsock.c:389 2nd 0xc39

Re: another trap 12 while in kernel mode (now with trace)

2003-11-19 Thread Bjoern A. Zeeb
860) at syscall+0x202 Xint0x80_syscall() at Xint0x80_syscall+0x1d --- syscall (4, FreeBSD ELF32, write), eip = 0x28258b6f, esp = 0xbfbfe4cc, ebp = 0xbfbfe4f8 --- db> show locks exclusive sleep mutex inp r = 0 (0xc3a36b74) locked @ HEAD/compile-20031119-1814/sys/netinet/tcp_usrreq.c:670 exclusive sle

DStumbler / BSD-AirTools Error with new Wi code?

2003-11-19 Thread Ryan Sommers
I have been getting the following error when attempting to use dstumbler with 5.1-RELEASE-p10: error: unable to ioctl device socket: Invalid argument After much searching around newsgroups/mailing lists it looks like the Wi(4) code was changed and dstumbler never got updated. I found one patc

Re: acpi_cpu_idle panic (Was: Re: kernel panic with todays source)

2003-11-19 Thread Eric Anderson
Nate Lawson wrote: On Tue, 18 Nov 2003, Eric Anderson wrote: Nate Lawson wrote: cvsup to -current as of today would be a good first start. The code was committed Nov 15. Then boot with acpi enabled and post the output of sysctl hw.acpi.cpu. You can try different levels by doing sysctl h

Current SMP with ACPI dies in a second

2003-11-19 Thread Tomi Vainio - Sun Finland
Tomi Vainio writes: > My old MSI-6120 SMP system has been unusable quite a while with ACPI. > I've got these so far: > - Couldn't get vector from ISR > - vmstat -i shows high interrupt rates and system is very slow > - kernel trap 12 panic > > Latest problem is something like this: > pf

Re: DStumbler / BSD-AirTools Error with new Wi code?

2003-11-19 Thread Sean Chittenden
> I have been getting the following error when attempting to use dstumbler > with 5.1-RELEASE-p10: > > error: unable to ioctl device socket: Invalid argument > > After much searching around newsgroups/mailing lists it looks like the > Wi(4) code was changed and dstumbler never got updated. I

Re: list of wellknown LORs ?

2003-11-19 Thread Sam Leffler
- > lock order reversal > 1st 0xc3a23090 rtentry (rtentry) @ > HEAD/compile-20031119-1814/sys/net/rtsock.c:389 2nd 0xc396587c radix node > head (radix node head) @ HEAD/compile-20031119-1814/sys/net/route.c:1114 > > STATE: > "go away with forthcoming change

Re: DStumbler / BSD-AirTools Error with new Wi code?

2003-11-19 Thread Ryan Sommers
I upgraded to 0.3 and installed. However, I'm still getting errors no matter how I run it: dstumbler wi0 -o error: cannot use monitor mode on non-prism2 cards dstumbler wi0 -s error: unable to ioctl device socket: Invalid argument same for just running dstumbler wi0. Any ideas? Sean Chit

Re: DStumbler / BSD-AirTools Error with new Wi code?

2003-11-19 Thread Sean Chittenden
> I have been getting the following error when attempting to use dstumbler > with 5.1-RELEASE-p10: > > error: unable to ioctl device socket: Invalid argument > > After much searching around newsgroups/mailing lists it looks like the > Wi(4) code was changed and dstumbler never got updated. I

installworld failure

2003-11-19 Thread Thomas T. Veldhouse
"/usr/src/bin/csh/Makefile", line 3: warning: "cd /usr/src/bin/csh/../../contrib/tcsh/nls/ukrainian; echo set[0-9]*" returned non-zero status install -s -o root -g wheel -m 555 csh /bin install -o root -g wheel -m 444 /usr/src/bin/csh/../../contrib/tcsh/complete.tcsh /usr/src/bin/csh/../../contr

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Richard Coleman
Gordon Tetlow wrote: On Tue, Nov 18, 2003 at 08:03:23PM -0500, [EMAIL PROTECTED] wrote: However, PAM and NSS 'tricks' really seem to be exactly that, and certainly worthy of special builds. However, that isn't necessary, yet still not building everything with a shared libc. Things like nss_ldap

GEOM CD panic reloaded

2003-11-19 Thread Pav Lucistnik
Hi, GEOM still panics when you insert second CD with non-data tracks, even with phk's and sos's fixes. Both kernel and world are from Nov 20 0100 UTC uname -a FreeBSD hood.oook.cz 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Thu Nov 20 02:59:56 CET 2003 Fatal trap 12: page fault while in kernel mode

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Dan Nelson
In the last episode (Nov 19), Richard Coleman said: > I don't really care whether everything is statically or dynamically > linked. With the fast machines and huge disks these days, bloat is not > much of an issue. But nss and pam need to work correctly. If the folks > that are against dynami

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Richard Coleman
Dan Nelson wrote: In the last episode (Nov 19), Richard Coleman said: I don't really care whether everything is statically or dynamically linked. With the fast machines and huge disks these days, bloat is not much of an issue. But nss and pam need to work correctly. If the folks that are ag

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-19 Thread Brian F. Feldman
Josef Karthauser <[EMAIL PROTECTED]> wrote: > On Sun, Nov 17, 2002 at 01:18:00PM -0500, Brian F. Feldman wrote: > > > > > ohci_alloc_std_chain+0xf5 (calling a DMAADDR() function, I believe) > > > ohci_device_bulk_start+0x0d > > > ohci_device_bulk_transfer+0x27 > > > usbd_transfer+0xc0 > > > umass_

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Robert Watson
On Wed, 19 Nov 2003, Dan Nelson wrote: > In the last episode (Nov 19), Richard Coleman said: > > I don't really care whether everything is statically or dynamically > > linked. With the fast machines and huge disks these days, bloat is not > > much of an issue. But nss and pam need to work co

Re: named problem (introduced in 5.1)

2003-11-19 Thread Doug White
On Wed, 19 Nov 2003, Aleksander Rozman - Andy wrote: > I updated all /etc files with files from source tree (which is cvsuped to > 5.1-RELEASE) but it doesn't work? Does anybody have any idea where the > problem lies? Your named.root is out of date. Also, mergemaster is really handy for keeping

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread dyson
M. Warner Losh said: > In message: <[EMAIL PROTECTED]> > Garance A Drosihn <[EMAIL PROTECTED]> writes: > : At 9:02 PM -0500 11/18/03, [EMAIL PROTECTED] wrote: > : > Of course, there was a development resource limitation, > : >but the decision (discussion) was made approx 6months ago? >

Re: ICH4 gaps in sound.

2003-11-19 Thread Pete Carah
Mine is ICH3 with the same problem; this depends on a change sometime between last Friday (worked fine) and this morning (broke) PST... It looks as if someone made a change to interrupt routing sometime since the changes to the fsstat struct (I had recompiled then and the sound problem was NOT p

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread Tim Kientzle
Richard Coleman wrote: It seems /bin/sh is the real sticking point. There is a problem here: Unix systems have historically used /bin/sh for two somewhat contradictory purposes: * the system script interpreter * as a user shell The user shell must be dynamically linked in order to support cent

Re: Unfortunate dynamic linking for everything

2003-11-19 Thread dyson
Tim Kientzle said: > Richard Coleman wrote: > > It seems /bin/sh is the real sticking point. > > There is a problem here: Unix systems have historically used > /bin/sh for two somewhat contradictory purposes: >* the system script interpreter >* as a user shell > > The user shell must be

Memory modified after free

2003-11-19 Thread Bjoern A. Zeeb
esp = 0xbfbfed1c, ebp = 0xbfbfed58 --- db> show locks exclusive sleep mutex Giant r = 0 (0xc0610680) locked @ HEAD/compile-20031119-1814/sys/kern/uipc_syscalls.c:1312 db> cont syncing disks, buffers remaining... 398 398... --- cut --- -- Bjoern A. Zeeb bzeeb

Help request: problems with a 5.1 server and large numbers of ssh users.

2003-11-19 Thread Len Sassaman
Hi folks, I have a problem, and I am unable to find previous discussions of it. Any pointers or clues would be much appreciated. I have a FreeBSD 5.1 server that needs to be able to handle several thousand simultaneous ssh sessions from distinct users. (I am using FreeBSD 5.1 because I need to

Re: ppp RADIUS accounting bug

2003-11-19 Thread Barney Wolff
On Wed, Nov 19, 2003 at 09:00:01AM +0500, Boris Kovalenko wrote: > >I found a serious bug in RADIUS accounting code. The problem is that > OctetsIn and OctetsOut are defined as unsingned long long, but the > RADIUS supports only INT32 values, so, when > we're doing rad_put_int(r->cx.rad, RAD_