Re: mdmfs mount_mfs compatibility bug?

2001-09-29 Thread Ian Dowse
In message [EMAIL PROTECTED], Jos Backus writes: This was fixed some time ago, I thought. Are you up to date? There was a commit to mdmfs.c in August. This is with yesterday's -current, sorry, should have mentioned that. The mount -t mfs case doesn't work with mdmfs, because mount(8) uses

Re: mdmfs mount_mfs compatibility bug?

2001-09-29 Thread Dima Dorfman
Ian Dowse [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED], Jos Backus writes: This was fixed some time ago, I thought. Are you up to date? There was a commit to mdmfs.c in August. This is with yesterday's -current, sorry, should have mentioned that. The mount -t mfs case

Re: mdmfs mount_mfs compatibility bug?

2001-09-29 Thread Jos Backus
On Sat, Sep 29, 2001 at 05:25:20PM -0700, Dima Dorfman wrote: The problem with this is that in a bikeshed far, far in the past, some people wanted to me able to call it mount_md instead of mount_mfs. Hardcoding the fsname may not be terribly elegant but does work. Of course, we could allow

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread Marcel Moolenaar
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: could figure out the faulting address that it trapp'd one that would help. You could add KTR tracepoints or some such to store the log message to do that and then examin the KTR buffer to get the actual faulting address. Ok. In

Re: mdmfs mount_mfs compatibility bug?

2001-09-29 Thread Ian Dowse
In message [EMAIL PROTECTED], Dima Dorfman writes: The problem with this is that in a bikeshed far, far in the past, some people wanted to me able to call it mount_md instead of mount_mfs. Of course, we could allow mfs and md, but that seems rather ugly (what if someone wants fish?). I'd rather

Re: Undefined symbol __stderrp

2001-09-29 Thread David W. Chapman Jr.
On Sat, Sep 29, 2001 at 10:34:46AM +0100, Paul Richards wrote: --On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob [EMAIL PROTECTED] wrote: So, you're gonna be rude and drive away a user because they missed one line? Well, -current is supposed to be for developers and if

Re: Undefined symbol __stderrp

2001-09-29 Thread David O'Brien
On Sat, Sep 29, 2001 at 09:10:45PM -0500, David W. Chapman Jr. wrote: What about ports committers who test their ports on -current, but may not have a very good C knowledge(like myself). You would read this list (as obviously you do if you saw this thread). To Unsubscribe: send mail to

modules/ed/../../dev/if_ed.c:40: opt_ed.h: No such file or directory

2001-09-29 Thread Ian Dowse
Apologies for this - I missed out a file in a commit earlier. Fixed now. Any other (non-module) complaints about opt_ed.h can be cured by rerunning config. Ian To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Undefined symbol __stderrp

2001-09-29 Thread Alfred Perlstein
* David W. Chapman Jr. [EMAIL PROTECTED] [010929 21:11] wrote: On Sat, Sep 29, 2001 at 10:34:46AM +0100, Paul Richards wrote: --On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob [EMAIL PROTECTED] wrote: So, you're gonna be rude and drive away a user because they missed one

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread John Baldwin
On 30-Sep-01 Marcel Moolenaar wrote: On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: could figure out the faulting address that it trapp'd one that would help. You could add KTR tracepoints or some such to store the log message to do that and then examin the KTR buffer to

panic: blockable sleep lock (sx) ...

2001-09-29 Thread Marcel Moolenaar
Gang, I was running the Linux Test Project's (ltp) regression suite to see how our Linuxulator was doing. It looks like we can use that to test our kernel as well. :-) IdlePTD 4292608 initial pcb at 3077c0 panicstr: bremfree: bp 0xc69541a8 not locked panic messages: --- panic: blockable sleep

Re: panic: lock (sleep mutex) vnode interlock on Alpga

2001-09-29 Thread Stephan van Beerschoten
On Tue, 25 Sep 2001, Wilko Bulte wrote: I'm not sure if this is new, but anyway on -current as of yesterday evening: Mounting root from ufs:/dev/da1a panic: lock (sleep mutex) vnode interlock not locked @ /usr/src/sys/kern/vfs_default.c:460 panic Is this problem solved ? Can anyone give

Re: Undefined symbol __stderrp

2001-09-29 Thread Paul Richards
--On Friday, September 28, 2001 19:04:39 -0700 Matthew Jacob [EMAIL PROTECTED] wrote: So, you're gonna be rude and drive away a user because they missed one line? Well, -current is supposed to be for developers and if you don't know C you're probably not a developer. We certainly want to

Re: panic: lock (sleep mutex) vnode interlock on Alpga

2001-09-29 Thread Wilko Bulte
On Sat, Sep 29, 2001 at 10:45:22AM +0200, Stephan van Beerschoten wrote: On Tue, 25 Sep 2001, Wilko Bulte wrote: I'm not sure if this is new, but anyway on -current as of yesterday evening: Mounting root from ufs:/dev/da1a panic: lock (sleep mutex) vnode interlock not locked @

undefined symbols in libutil.so in -CURRENT

2001-09-29 Thread Andrei Popov
After a recent (last week) cvsup and make world I am getting the following error whe trying to cvsup -CURRENT: /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol __stdoutp after which cvsup bails out. Why? I tried to recompile the world and libutil separately -- same result.

Re: undefined symbols in libutil.so in -CURRENT

2001-09-29 Thread Ruslan Ermilov
COMPAT4X=TRUE On Sat, Sep 29, 2001 at 04:38:10AM -0700, Andrei Popov wrote: After a recent (last week) cvsup and make world I am getting the following error whe trying to cvsup -CURRENT: /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol __stdoutp after which cvsup bails

gnu as problems

2001-09-29 Thread Michael McGoldrick
When attempting to builworld on a -current system from about the 24th, buildworld bombs like this: -- stage 1: bootstrap tools -- cd /usr/src;

Review: change NGROUPS_MAX from 16 to 64

2001-09-29 Thread Jesper Skriver
Hi, I'm involved in a project, where we need the ability for users to be in more than 16 groups, on those boxes we're using the below patch, any objections to committing it ? Index: sys/sys/syslimits.h === RCS file:

/etc/services missing dict

2001-09-29 Thread David Hill
Hello - Would it be okay to add the dictionary protocol to /etc/services? URL: http://www.dict.org RFC: ftp://ftp.isi.edu/in-notes/rfc2229.txt dict 2628/tcp # A Dictionary Server Protocol Thanks - David To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the

Re: undefined symbols in libutil.so in -CURRENT

2001-09-29 Thread David O'Brien
On Sat, Sep 29, 2001 at 04:38:10AM -0700, Andrei Popov wrote: After a recent (last week) cvsup and make world I am getting the following error whe trying to cvsup -CURRENT: /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol __stdoutp I cannot believe I am seeing this. Do

Re: /etc/services missing dict

2001-09-29 Thread David O'Brien
On Sat, Sep 29, 2001 at 02:22:07PM -0400, David Hill wrote: Would it be okay to add the dictionary protocol to /etc/services? done To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread Marcel Moolenaar
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: Can you do 'show locks' at the ddb prompt to get a list of what locks are held? db show locks exclusive (sleep mutex) Giant (0xc0343ae0) locked @ /nfs/5.x/src/sys/kern/kern_timeout.c:186 exclusive (spin mutex) sched lock

Re: mdmfs mount_mfs compatibility bug?

2001-09-29 Thread Kris Kennaway
On Sat, Sep 29, 2001 at 02:32:31PM -0700, Jos Backus wrote: It looks like /tmp is not getting the right permissions set (1777). This was fixed some time ago, I thought. Are you up to date? Kris msg31966/pgp0.pgp Description: PGP signature

Re: mdmfs mount_mfs compatibility bug?

2001-09-29 Thread Jos Backus
On Sat, Sep 29, 2001 at 04:26:03PM -0700, Kris Kennaway wrote: On Sat, Sep 29, 2001 at 02:32:31PM -0700, Jos Backus wrote: It looks like /tmp is not getting the right permissions set (1777). This was fixed some time ago, I thought. Are you up to date? There was a commit to mdmfs.c in

Re: linprocfs broken

2001-09-29 Thread Dag-Erling Smorgrav
Doug Barton [EMAIL PROTECTED] writes: With -current sources starting last night, and continuing to a cvsup done about half an hour ago, linprocfs is preventing kernel build. World build goes just fine: Yes, I forgot to commit the changes to linprocfs after I committed pseudofs v2. Fixed now,

FreeBSD-STABLE panics when playing DVD's

2001-09-29 Thread Kenneth Culver
I just cvsupped to the latest stable (from a -STABLE of 2 months ago) and now when I use vlc, or mplayer to play dvd's FreeBSD panics and reboots. I traced the panic but since I don't have a whole lot of time to sit here on the computer and trace kernel panics, I went the lazy man's route and

Re: FreeBSD-STABLE panics when playing DVD's

2001-09-29 Thread Matt Dillon
: :I just cvsupped to the latest stable (from a -STABLE of 2 months ago) and now :when I use vlc, or mplayer to play dvd's FreeBSD panics and reboots. I traced :the panic but since I don't have a whole lot of time to sit here on the :computer and trace kernel panics, I went the lazy man's

Re: undefined symbols in libutil.so in -CURRENT

2001-09-29 Thread Andrei Popov
--- David O'Brien [EMAIL PROTECTED] wrote: I cannot believe I am seeing this. Do you even *READ* this list?? I guess I was not too current on the list's traffic last few days, sorry. __ Do You Yahoo!? Listen to your Yahoo! Mail messages from

linprocfs broken

2001-09-29 Thread Doug Barton
With -current sources starting last night, and continuing to a cvsup done about half an hour ago, linprocfs is preventing kernel build. World build goes just fine: === fs/linprocfs rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I@/../include

RE: panic: blockable sleep lock (sx) ...

2001-09-29 Thread John Baldwin
On 29-Sep-01 Marcel Moolenaar wrote: Gang, I was running the Linux Test Project's (ltp) regression suite to see how our Linuxulator was doing. It looks like we can use that to test our kernel as well. :-)\ Can you do 'show locks' at the ddb prompt to get a list of what locks are held? My

Re: panic: blockable sleep lock (sx) ...

2001-09-29 Thread Marcel Moolenaar
On Sat, Sep 29, 2001 at 12:52:48PM -0700, John Baldwin wrote: On 29-Sep-01 Marcel Moolenaar wrote: Gang, I was running the Linux Test Project's (ltp) regression suite to see how our Linuxulator was doing. It looks like we can use that to test our kernel as well. :-)\ Can you do

mdmfs mount_mfs compatibility bug?

2001-09-29 Thread Jos Backus
It looks like /tmp is not getting the right permissions set (1777). /etc/fstab: /dev/md0/tmpmfs rw,nosuid,nodev,-s=32m,-X 0 0 lizzy:/sbin% ls -li mdmfs mount_mfs 38 -r-xr-xr-x 2 root wheel 342876 Sep 29 14:17 mdmfs 38 -r-xr-xr-x 2 root wheel 342876 Sep 29 14:17