Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-30 Thread Mike Smith
| Most systems with soft power will perform a hard powerdown if you hold | down the power button for a sufficiently long period of time (10 - 20 | seconds). Correct ... and unfortunately it's done in hardware so you can trap it :-( In some applications you want to make it really hard for

Re: pw group add problem

2001-08-30 Thread Dima Dorfman
David W. Chapman Jr. [EMAIL PROTECTED] wrote: When I run the command in the topic I get the following error. pw: group update: Inappropriate ioctl for device This works in -stable I noticed this problem while testing postfix-current which runs /usr/sbin/pw groupadd ${group} -h - ||

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-30 Thread Mike Smith
- I pushed the power button, and my system shut down cleanly! Yes. ACPI brings some useful new features. 8) FSVO ``useful''. It's a real PITA to have to physically unplug the machine when the kernel is wedged rather than have the power button turn off the power. (The machine

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-30 Thread Bruce Evans
On Wed, 29 Aug 2001, Robert Watson wrote: On Wed, 29 Aug 2001, Garrett Wollman wrote: FSVO ``useful''. It's a real PITA to have to physically unplug the machine when the kernel is wedged rather than have the power button turn off the power. (The machine in question does not have a reset

Re: unknown PNP hardware

2001-08-30 Thread Kazutaka YOKOTA
Ok, this is the 3rd revised patch for PnP. I think it works fairely well. I may not invest further time on this, now that ACPI is taking over device configuration business... :-) Kazu I once wrote the following patch to deal with this problem by probing ISA devices in the following order.

ACPI Toshiba Tecra 8000

2001-08-30 Thread Reifenberger Michael
Hi, a few things to note: - Loading the new kernel acpi.ko with the old loader freezes the loader. - Loading acpi.ko by hand with the new loader freezes or endless-loops the loader. - Letting the new loader using the acpi.ko brings the system up and running except my sound-system (missing

aac module broken

2001-08-30 Thread Michael Harnois
/usr/src/sys/modules/aac/../../dev/aac/aac.c: At top level: /usr/src/sys/modules/aac/../../dev/aac/aac.c:1976: warning: `aac_describe_code' was used with no prototype before its definition /usr/src/sys/modules/aac/../../dev/aac/aac.c:1976: conflicting types for `aac_describe_code'

Re: aac module broken

2001-08-30 Thread Michael Harnois
On Thu, 30 Aug 2001 08:12:42 -0500, Michael Harnois [EMAIL PROTECTED] said: /usr/src/sys/modules/aac/../../dev/aac/aac.c: At top level: /usr/src/sys/modules/aac/../../dev/aac/aac.c:1976: warning: `aac_describe_code' was used with no prototype before its definition

find(1) -flags

2001-08-30 Thread Ruslan Ermilov
[Bcc'ed to -current] Hi! The current implementation of find(1) -flags primitive is a bit icky and does not match the (poorly) documented behavior. For example, the fact that only a certain set of file flags is recognized is not documented, and there is no reason for this behavior. Also, no

Re: ACPI Toshiba Tecra 8000

2001-08-30 Thread Mike Smith
Hi, a few things to note: - Loading the new kernel acpi.ko with the old loader freezes the loader. - Loading acpi.ko by hand with the new loader freezes or endless-loops the lo ader. I've no idea what's going on here; I used a Tecra 8000 for much of my testing, and never saw this. 8( -

heads-up - syscalls.master changes, MPSAFE comments, */*/trap.c:syscall()

2001-08-30 Thread Matt Dillon
(repost, it didn't like me cross-posting to the -alpha and -ia64 lists. sigh). I'm going to be comitting the following changes soon: syscalls.master: (going in now) Instead of having an MPSAFE keyword, existing keywords such as STD can be augmented with an

RE: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-30 Thread Mike Heffner
On 30-Aug-2001 Alexander N. Kabaev wrote: | Freshly cvsuped kernel fails to build trying to find acpi_isa.c file, which | does not exist anymore. The following patch I sent to Mike allows the kernel to build. Index: modules/acpica/Makefile

Re: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-30 Thread Mike Smith
On 30-Aug-2001 Alexander N. Kabaev wrote: | Freshly cvsuped kernel fails to build trying to find acpi_isa.c file, which | does not exist anymore. The following patch I sent to Mike allows the kernel to build. The files omission has been fixed; the 'acpica' module has moved to become the

Re: testing KSE

2001-08-30 Thread Jim Bryant
I'm in the process of getting set up for testing KSE too, but I was wondering, how are you capturing the panic dump? Do you run a serial console or something to do it? Carlo Dapor wrote: can you try the same with a matching -current? I heard that msdosfs is bombing there too. (just to

Re: old BSD/OS binary coredumps

2001-08-30 Thread Joerg Wunsch
As Philipp Mergenthaler wrote: I saw something like this some time ago, too. In my case it was because in kern_sysctl:ogetkerninfo(), in case KINFO_BSDI_SYSINFO:, the variable size is not always given a value. Maybe the patch in http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25476 fixes it

Re: testing KSE

2001-08-30 Thread Carlo Dapor
can you try the same with a matching -current? I heard that msdosfs is bombing there too. (just to confirm this.. if it works there but not with KSE then we have work to do :-) I build and run a kernel just before applying the patches, that was able to mount the partition and 'accepted'

RE: HEADS UP: ACPI CHANGES AFFECTING MOST -CURRENT USERS

2001-08-30 Thread Alexander N. Kabaev
Freshly cvsuped kernel fails to build trying to find acpi_isa.c file, which does not exist anymore. On 30-Aug-2001 Mike Smith wrote: I have just committed some changes to the way that ACPI works in current. This has an impact on all -current users, so please take a few seconds to read

Re: aac module broken

2001-08-30 Thread Nickolay Dudorov
On Thu, 30 Aug 2001 08:12:42 -0500, Michael Harnois [EMAIL PROTECTED] said: /usr/src/sys/modules/aac/../../dev/aac/aac.c: At top level: /usr/src/sys/modules/aac/../../dev/aac/aac.c:1976: warning: `aac_describe_code' was used with no prototype before its definition

Re: testing KSE

2001-08-30 Thread Julian Elischer
thanks.. I will try duplicate this tomorrow (today is shaping up to be a bad day) On Thu, 30 Aug 2001, Carlo Dapor wrote: can you try the same with a matching -current? I heard that msdosfs is bombing there too. (just to confirm this.. if it works there but not with KSE then we

Non-KSE kernel mounts msdosfs

2001-08-30 Thread Carlo Dapor
Houston, we have a . . . I confirm that with the 'normal' current module sources mount_msdosfs collabo- rates with me, successfully. I did not set anything up. I simply get mails to root, like the one pasted earlier on. In fact, I didn't even think that crash was reported via mail to root .

Re: testing KSE

2001-08-30 Thread Julian Elischer
I can not reproduce this with a memory disk image of an msdos floppy (I do not have a floppy on that machine) can you try accessing the floppy without mounting? e.g. can you try using it as a raw device with TAR or something? Maybe it's the floppy driver rather than tehe filesystem. If you can

Re: testing KSE

2001-08-30 Thread Julian Elischer
The easiest way is to have a serial console. that is VERY easy to do. simply add the line console=comconsole to the file /boot/loader.conf After that you can also work on getting core-dumps (man dumpon) and use gdb to get backtraces etc. Some machines don't clear all of ram so dmesg can

lsof compile broken

2001-08-30 Thread Beech Rintoul
Hi, I'm getting the following when trying to build lsof: Checksum OK for lsof_4.58A.freebsd.tar.gz. grep: README.lsof_4.58A.freebsd: No such file or directory md5: lsof_4.58A.freebsd.tar: No such file or directory lsof_4.58A.freebsd.tar.gz: No such file or directory This configuration step

PATCH: if_tap device cloning

2001-08-30 Thread Maksim Yevmenkin
Hackers, Below some patches that implements device cloning (with devfs(5) support) for tap(4) device. The implementation is based on resource manager (just like tun(4) and gif(4)). Please review, test and if there is no objection commit. If there are any problems, please let me know.

Re: KSE: How often diff'ed ?

2001-08-30 Thread John Baldwin
On 31-Aug-01 Peter Wemm wrote: Julian Elischer wrote: The diff file is updated automatically one per hour from the P4 repository that we are working on. it IS possible that yuo might catch it at a time when what is in teh repository may not match what is in -current but generally that

ipfw syntax - should this error?

2001-08-30 Thread David Hill
The following ipfw commands produce an error. Could we make this work: ipfw add allow udp from any to any lowport,higherport1-higherport2 Instead of ipfw add allow udp from any to any highport1-highport2,lowpot Could we make this work: ipfw add allow udp from any to any range1-range2,

Re: testing KSE

2001-08-30 Thread Carlo Dapor
The medium I mount is a hard disk partition. /dev/ad0s1 is my win98 boot drive, /dev/ad0s2* my FreeBSD world. It has worked for almost a year, never had a crash or lost a single byte. I can go back to the kse kernel, and remount Win98, with the instructions You just posted. Ciao, derweil, --

Re: old BSD/OS binary coredumps

2001-08-30 Thread Joerg Wunsch
As Philipp Mergenthaler wrote: I saw something like this some time ago, too. In my case it was because in kern_sysctl:ogetkerninfo(), in case KINFO_BSDI_SYSINFO:, the variable size is not always given a value. Maybe the patch in http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25476 fixes it

Re: another panic (mix ppp and usb to taste)

2001-08-30 Thread Nick Hibma
What you are doing doesn't work for sure. You are piping in and out of the control enpoint which won't work. Perhaps /usr/sbin/ppp -quiet -direct -nat /dev/ugen0.1 would work, if there is an endpoint 1-in and an endpoint 1-out and they are both related to data transfer. Normally this

KSE: How often diff'ed ?

2001-08-30 Thread Carlo Dapor
Julian How often do You plan to produce diff files ? I can not spend too much time in the next 2 to 3 weeks, since I will be travel- ling most of the time. Ciao, derweil, -- Carlo To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: another panic (mix ppp and usb to taste)

2001-08-30 Thread mi
On 30 Aug, Nick Hibma wrote: /usr/sbin/ppp -quiet -direct -nat /dev/ugen0.1 I was confused by the following from ppp's man-page: -direct This is used for receiving incoming connections. ppp ignores the ``set device'' line and uses descriptor 0 as the

Re: KSE: How often diff'ed ?

2001-08-30 Thread Julian Elischer
The diff file is updated automatically one per hour from the P4 repository that we are working on. it IS possible that yuo might catch it at a time when what is in teh repository may not match what is in -current but generally that should not last to long. (depends on how often one of us does an

Re: KSE: How often diff'ed ?

2001-08-30 Thread Peter Wemm
Julian Elischer wrote: The diff file is updated automatically one per hour from the P4 repository that we are working on. it IS possible that yuo might catch it at a time when what is in teh repository may not match what is in -current but generally that should not last to long. (depends on

Re: New release date for FreeBSD 5.0-RELEASE

2001-08-30 Thread Christopher Schulte
At 03:46 PM 8/30/2001 -0700, jkh wrote: * * The projected ship date for FreeBSD 5.0-RELEASE is now November 1st, 2002 * * While I'd like to see

Broken world (was Re: cvs commit: src/lib/libc/posix1e cap_text.c)

2001-08-30 Thread Mike Barcroft
Robert Watson [EMAIL PROTECTED] writes: rwatson 2001/08/30 19:12:00 PDT Modified files: lib/libc/posix1e cap_text.c Log: o Remove definition of CAP_MAX_BUF_LEN since it is defined in sys/capability.h now. Submitted by: tmm Obtained from: