Re: rpc.lockd problems

2002-11-14 Thread Andrew P. Lentvorski
On Wed, 13 Nov 2002, Kris Kennaway wrote: Yes, and I have no problems interoperating NFS under 4.x between these machines (or under 5.0 as long as I don't try and lock any files) - it's just 5.0's rpc.lockd. Can you help isolate the problem by trying this same operation from a Solaris NFS

Re: perl5.6.1 wrapper

2002-11-14 Thread Kris Kennaway
On Thu, Nov 14, 2002 at 06:01:46AM +1100, Andrew Kenneth Milton wrote: Why can't someone with a fresh stable do an ls -R / And someone with a fresh current do the same? Because that's only part of the story. What about people updating from other supported source upgrade versions (4.0, 4.1,

mdconfig /tmp problem

2002-11-14 Thread Doug Barton
Folks, I have been using an mdconfig /tmp for quite a while. Today, running -current from 11/14 I got the following errors while doing an installworld after testing my bind 8.3.3-patched import stuff: kernel: swap_pager_strategy: bp 0xc2f34480 blk 0 size 0, not page bounded (plus lots more)

Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c

2002-11-14 Thread Dag-Erling Smorgrav
Conrad Sabatier [EMAIL PROTECTED] writes: Was the following just swallowed up into the bowels of the CVS beast or something? :-) I've tried updating my sources several times, and still not retrieving it. Hook, line and sinker, eh? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To

Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c

2002-11-14 Thread Conrad Sabatier
On 14-Nov-2002 Dag-Erling Smorgrav wrote: Conrad Sabatier [EMAIL PROTECTED] writes: Was the following just swallowed up into the bowels of the CVS beast or something? :-) I've tried updating my sources several times, and still not retrieving it. Hook, line and sinker, eh? You know, I

truss and KSE

2002-11-14 Thread Tim Robbins
While experimenting with the new libpthread, I found that if you run `truss' on a KSE process, both truss and its victim get into a weird state and don't respond to TERM, INT or QUIT signals. The truss proc dies if you send it the KILL signal, but the victim process cannot be killed. Stranger

Re: truss and KSE

2002-11-14 Thread David Xu
What is your revision of kern_thread.c? revision 1.58 should fix this problem. - Original Message - From: Tim Robbins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 9:06 PM Subject: truss and KSE While experimenting with the new libpthread, I found that if

Re: /dev/acd*t* no longer available in -current?

2002-11-14 Thread Bruce Evans
On Wed, 13 Nov 2002, Conrad Sabatier wrote: Please disregard. I discovered it was just that I was using single-digit track numbers (e.g., acd0t1), whereas leading-zero numbers were expected (e.g., acd0t01). Sorry 'bout that. :\ On 13-Nov-2002 Conrad Sabatier wrote: I've been using a

Re: Bug? vm.stats.sys.v_syscall not updated

2002-11-14 Thread Bruce Evans
On Thu, 14 Nov 2002, Borja Marcos wrote: There is a problem in -CURRENT. The vm.stats.sys.v_syscall from the system MIB is not updated. This variable was used at least by the systat command, and it happens to be used by an Orca (www.orcaware.com) data collector I am writing for FreeBSD.

Re: MORE: Re: Bug? vm.stats.sys.v_syscall not updated

2002-11-14 Thread Bruce Evans
On Thu, 14 Nov 2002, Borja Marcos wrote: Looking at the kernel sources, I see that in /usr/src/sys/i386/i386/trap.c, --- snip /* * note: PCPU_LAZY_INC() can only be used if we can afford * occassional inaccuracy in the count. */ PCPU_LAZY_INC(cnt.v_syscall);

PAM modules dependency on PAM library (was: Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c)

2002-11-14 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 02:49:04PM +0200, Dag-Erling Smorgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: You're right. I forgot to relink pam_ssh.so library, and the diff was against the wrong revision. I will still commit the const poisoning patch to libutil, as the impact turned

Re: current SMP kernel crashes (different?)

2002-11-14 Thread Dave Cornejo
you wrote: I think the ACPI PCI LNK code is messing up b/c with SMP we don't use LNK's. So you probably want to disable ACPI for now. Is the panic the same w/o ACPI? without ACPI the kernel hangs after the Waiting 2 seconds for SCSI devices to settle message. Fatal trap 12: page fault

Quota/FS problems

2002-11-14 Thread Matthew Kolb
Hello current@ I am having a problem with one of my machines running -CURRENT srcs from Nov. 5 The machine is acting as an NFS server. It crashed around the 12th or so with a Softupdates deps error which is maybe what started all of this. (no I do not have the crash dump, but I will do my best

Re: PAM modules dependency on PAM library (was: Re: cvs commit:src/lib/libpam/modules/pam_unix pam_unix.c)

2002-11-14 Thread Dag-Erling Smorgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: Uh oh, here is the version that seems to work. Once I'm confident it passes the make release test (it has already passed the preliminary make buildworld test), I intend to commit it. Thanks! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To

**HEADS UP** /usr/bin/perl wrapper removal imminent

2002-11-14 Thread David O'Brien
The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear fix. One of the bigger problems is the duplicate perl binaries that occurs building and using packages from /usr/ports. Since the import of the

Re: perl5.6.1 wrapper

2002-11-14 Thread Garance A Drosihn
At 2:01 AM -0800 11/14/02, Kris Kennaway wrote: On Thu, Nov 14, 2002, Andrew Kenneth Milton wrote: Why can't someone with a fresh stable do an ls -R / And someone with a fresh current do the same? Because that's only part of the story. What about people updating from other supported source

Re: /dev/acd*t* no longer available in -current?

2002-11-14 Thread Soeren Schmidt
It seems Bruce Evans wrote: Single-digit track numbers are correct and are still generated by MAKEDEV. Single digit track numbers are wrong and should be fixed in MAKEDEV. The devfs numbers were broken in: % RCS file: /home/ncvs/src/sys/dev/ata/atapi-cd.c,v % Working file: atapi-cd.c %

Re: panic when removing umass device (USB Camera)

2002-11-14 Thread Nate Lawson
On Thu, 14 Nov 2002, Kutulu wrote: I have an HP digital camera w/ CompactFlash that acts as a USB mass-storage device that's panic'ing my system when I remove it. If I do not load the umass driver, then the camera is detected as a simple generic ugen0 device, and I can safely add/remove the

Re: rpc.lockd problems

2002-11-14 Thread Kris Kennaway
On Thu, Nov 14, 2002 at 01:47:43AM -0800, Andrew P. Lentvorski wrote: On Wed, 13 Nov 2002, Kris Kennaway wrote: Yes, and I have no problems interoperating NFS under 4.x between these machines (or under 5.0 as long as I don't try and lock any files) - it's just 5.0's rpc.lockd. Can you

Re: after cvsup make chinpui3 get undefined reference error

2002-11-14 Thread Steve Kargl
On Thu, Nov 14, 2002 at 03:00:51PM -0800, Kris Kennaway wrote: On Thu, Nov 14, 2002 at 08:31:43AM +0800, suken woo wrote: g++ -o chinput chinput.o init.o server.o config.o color.o util.o convert.o IC.o XIM.o focus.o root.o overspot.o onspot.o offspot.o voice.o keyboard.o handw.o

alpha tinderbox failure

2002-11-14 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: after cvsup make chinpui3 get undefined reference error

2002-11-14 Thread Kris Kennaway
On Thu, Nov 14, 2002 at 03:36:59PM -0800, Steve Kargl wrote: On Thu, Nov 14, 2002 at 03:00:51PM -0800, Kris Kennaway wrote: On Thu, Nov 14, 2002 at 08:31:43AM +0800, suken woo wrote: g++ -o chinput chinput.o init.o server.o config.o color.o util.o convert.o IC.o XIM.o focus.o root.o

Re: gcc 3.2.1 optimization bug ?

2002-11-14 Thread David Schultz
Thus spake TOMITA Yoshinori [EMAIL PROTECTED]: But unfortunately, that ugly code was contained in our inhouse library written by someone. It took me two days to debug and find out where difference comes from between gcc-2.95.4 and gcc-3.2.1. You can work around the problem by disabling

-stable build on -current

2002-11-14 Thread The Anarcat
Hello! Can 5.x properly cross-buildworld a 4.x source tree? Background info.. I have 3 machines at home: 1- graphic workstation 1Ghz, 1Gbyte of RAM dual Win2k/FreeBSD-stable 2- personal web/mail server P166 FreeBSD-stable 3- router 486 FreeBSD-stable My concern is that I won't be able to

Re: panic when removing umass device (USB Camera)

2002-11-14 Thread Kutulu
From: Nate Lawson [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 2:13 PM Try this patch for the BBB stall: Index: /sys/cam/scsi/scsi_da.c === RCS file: /home/ncvs/src/sys/cam/scsi/scsi_da.c,v retrieving revision 1.113

Re: -stable build on -current

2002-11-14 Thread Craig Boston
Hello! Can 5.x properly cross-buildworld a 4.x source tree? I've tried this once when downgrading a not-so-stable -CURRENT (SMP) box to a hopefully-more-stable -STABLE box. I remember running into problems with gcc 3.x failing to compile gcc 2.95 and some C++ related things. I ended up

Re: panic when removing umass device (USB Camera)

2002-11-14 Thread Kutulu
From: Kutulu [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 8:58 PM Subject: Re: panic when removing umass device (USB Camera) I'm now going to try actually mounting the device and moving files to/from it :) Quick follow-up that this is working fine, including the file system unmounting

Question about POSIX AIO

2002-11-14 Thread Craig Rodrigues
Hi, I am running a -CURRENT system. I had some code that was calling aio_suspend(), and was setting errno to EINVAL. From the man page for aio_suspend: [EINVAL] iocbs contains more than AIO_LISTIO_MAX asynchronous I/O requests, or at least one of the

Re: truss and KSE

2002-11-14 Thread Tim Robbins
On Thu, Nov 14, 2002 at 05:39:12AM -0800, David Xu wrote: What is your revision of kern_thread.c? revision 1.58 should fix this problem. I believe it was 1.57. I'll try with 1.58 and let you know if the problem is still there. Tim To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: gcc 3.2.1 optimization bug ?

2002-11-14 Thread TOMITA Yoshinori
On Thu, 14 Nov 2002 17:37:50 -0800, David Schultz [EMAIL PROTECTED] said: Da You can work around the problem by disabling -fschedule-insns or Da -fstrict-aliasing, both of which are turned on by -O2. The latter Da option is the more direct cause of your problem, but for some Da reason only the

Re: PAM modules dependency on PAM library (was: Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c)

2002-11-14 Thread Ruslan Ermilov
On Thu, Nov 14, 2002 at 04:28:37PM +0100, Dag-Erling Smorgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: Uh oh, here is the version that seems to work. Once I'm confident it passes the make release test (it has already passed the preliminary make buildworld test), I intend to commit

Re: buildkernel failure

2002-11-14 Thread M. Warner Losh
pcic isn't supported with NEWCARD yet :-) I'll fix it none-the-less. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message