smbfs panic

2002-11-21 Thread Tim Robbins
Here's a backtrace of a smbfs panic. Looks like it does not correctly handle the smbfs_getpages error it is encountering and leaves garbage vnodes lying around. The panic probably comes from the VI_LOCK macro call on smbfs_node.c line 321. # cp blah.tar.gz ~tim cp: /home/tim/blah.tar.gz: Bad

My -current status

2002-11-21 Thread Michael Reifenberger
Hi, after upgrading to -cuurent as of now on my A30p IBM Notebook I have the following changed state: - firewire is working. I get a contigmalloc1: size must not be 0 most of the time after a cold-boot tough. - I get still some ACPI-1354: *** Error: Method execution failed, AE_NOT_EXIST -

Re: buildkernel broken at bluetooth?

2002-11-21 Thread Julian Elischer
On Wed, 20 Nov 2002, walt wrote: mkdep -f .depend -a -nostdinc -I../../../../netgraph/bluetooth/include -D_KERNEL -DKLD_MODULE -I- -I../../../../netgraph/bluetooth/include -I. -I@ -I@/dev -I@/../include -I/usr/obj/usr/local/mnt/src/i386/usr/include

Re: /boot rcng

2002-11-21 Thread Kris Kennaway
On Thu, Nov 21, 2002 at 09:39:41AM +0100, Christophe Yayon wrote: Hi all, i have just install DP2; and i have some little questions : could i mount /boot to a separate partition (label) ? That was something that people had in mind when /boot was created, but I don't know if the support is

About gbde questions

2002-11-21 Thread kai ouyang
Hi,everybody, I have some puzzles on the 'gbde' function. I saw the gbde(4), I do not understand the 'cold' true meaning. My point is that if the disk were stealed by somebody, he could not see anything in the disk unless he knows the pass-phrase. right? In the first barrier, the manual said

Re: /boot rcng

2002-11-21 Thread Sean Kelly
On Thu, Nov 21, 2002 at 12:53:21AM -0800, Kris Kennaway wrote: On Thu, Nov 21, 2002 at 09:39:41AM +0100, Christophe Yayon wrote: ... why is the a lilo file in /boot ? compatibility ? There isn't..perhaps you're confusing a FreeBSD file with a LILO file that has the same name. (16)

installworld fell over

2002-11-21 Thread Julian Elischer
here: -- Installing everything.. -- cd /usr/src; make -f Makefile.inc1 install === share/info === include creating osreldate.h from newvers.sh setvar PARAMFILE

Hard-locks with Linux emulation

2002-11-21 Thread Marc Recht
Hi! While using Mulberry (mail/mulberry) the system often locks up completely. Nothing but reset helps then. I don't get any error (WITHNESS* is on). Marc To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

[PATCH] Re: smbfs panic

2002-11-21 Thread Terry Lambert
Tim Robbins wrote: Here's a backtrace of a smbfs panic. Looks like it does not correctly handle the smbfs_getpages error it is encountering and leaves garbage vnodes lying around. The panic probably comes from the VI_LOCK macro call on smbfs_node.c line 321. # cp blah.tar.gz ~tim cp:

Re: installworld fell over

2002-11-21 Thread Ruslan Ermilov
On Thu, Nov 21, 2002 at 01:25:44AM -0800, Julian Elischer wrote: here: -- Installing everything.. -- cd /usr/src; make -f Makefile.inc1 install === share/info ===

Re: Cross-Development with NetBSD

2002-11-21 Thread Ruslan Ermilov
On Thu, Nov 21, 2002 at 12:10:14AM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Wilkinson,Alex [EMAIL PROTECTED] writes: : Is FreeBSD likely to follow the in footsteps of NetBSD and create a framework to do crossbuilds ? : :

Re: installworld fell over

2002-11-21 Thread Julian Elischer
On Thu, 21 Nov 2002, Ruslan Ermilov wrote: On Thu, Nov 21, 2002 at 01:25:44AM -0800, Julian Elischer wrote: here: -- Installing everything.. -- cd /usr/src;

Re: your mail

2002-11-21 Thread Chris Howells
Hi, Argh, sorry about loosing the subject. Unfortunately messages from my normal ISP are't getting through to freebsd.org mailng lists (I've contacted them about it) and I'm having to use a crappy uni web mail system) which I'm not used to, so forgot the subject --- reply

Issue with DP2 install

2002-11-21 Thread Ceri Davies
Installed 5.0-DP2 last night. Everything went absolutely fine (the second time - the first time was my fault though), but there was one thing that may be of concern to new users. I have a crappy NE2000 clone that I use with my cable modem. sysinstall probed this as ed1 and therefore wrote an

alpha tinderbox failure

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

Re: [PATCH] Re: smbfs panic

2002-11-21 Thread Tim Robbins
On Thu, Nov 21, 2002 at 02:02:39AM -0800, Terry Lambert wrote: Tim Robbins wrote: Here's a backtrace of a smbfs panic. Looks like it does not correctly handle the smbfs_getpages error it is encountering and leaves garbage vnodes lying around. The panic probably comes from the VI_LOCK macro

Re: My -current status

2002-11-21 Thread Giorgos Keramidas
On 2002-11-21 09:26, Michael Reifenberger [EMAIL PROTECTED] wrote: - I got a strange swap_pager_strategy: bp 0xc3f0f900 blk 0 size 0, not page bounded during X-Server startup (maybe DRI related?). This is probably something unrelated to x11, which your X server triggered. I don't use X11

smbfs problems

2002-11-21 Thread Vallo Kallaste
Hi Some info about failures I see: root:vallo# kldstat Id Refs AddressSize Name 13 0xc010 3be9e0 kernel 21 0xc04bf000 480d4acpi.ko root:vallo# smbutil view //vallo@poweredge smbutil: smb_lib_init: can't find kernel module It means kernel module will not be loaded

Re: smbfs problems

2002-11-21 Thread Vallo Kallaste
[snip] After creating 5MB file using /dev/urandom, I'm trying to copy it over to users/vallo smb share mounted at /mnt, which fails. The copy is interruptible using Ctrl-C. Examination at NT4 server shows 0 byte file. Umount of /mnt fails with device busy. Umount -f /mnt fails to return

Re: Cross-Development with NetBSD

2002-11-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Ruslan Ermilov [EMAIL PROTECTED] writes: : On Thu, Nov 21, 2002 at 12:10:14AM -0700, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Wilkinson,Alex [EMAIL PROTECTED] writes: : : Is FreeBSD likely to follow the in footsteps of NetBSD

Re: cvs commit: src/sys/geom geom_slice.c

2002-11-21 Thread Vallo Kallaste
On Wed, Nov 20, 2002 at 09:19:01PM +0100, Poul-Henning Kamp [EMAIL PROTECTED] wrote: This should fix a large part of the disklabel -e bogosity people have been seeing. In message [EMAIL PROTECTED], Poul-Henning Kamp writes: phk 2002/11/20 12:12:52 PST Modified files:

current and doscmd

2002-11-21 Thread Dimitar Peikov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Last night I was played with the 'doscmd' tool and define that should boot from C only and to use /dev/ads1 mounted as /d for C:. So running the 'doscmd' causes machine to restart. I thought that this is an illegal state, so if someone is

Re: Cross-Development with NetBSD

2002-11-21 Thread Ruslan Ermilov
On Thu, Nov 21, 2002 at 06:28:09AM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Ruslan Ermilov [EMAIL PROTECTED] writes: : On Thu, Nov 21, 2002 at 12:10:14AM -0700, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Wilkinson,Alex [EMAIL PROTECTED]

Re: [acpi-jp 1940] Re: ACPI errors and then panic

2002-11-21 Thread Mitsuru IWASAKI
Hi, On Sat, 5 Oct 2002, Mitsuru IWASAKI wrote: From: Nate Lawson [EMAIL PROTECTED] Subject: ACPI errors and then panic Date: Fri, 4 Oct 2002 17:14:31 -0700 (PDT) Message-ID: [EMAIL PROTECTED] My laptop appears to work ok without ACPI but of course I don't get suspend, resume,

sparc64 tinderbox failure

2002-11-21 Thread Mike Barcroft
Thu Nov 21 15:15:00 GMT 2002 U MAINTAINERS U include/Makefile U secure/lib/libcrypto/Makefile U secure/lib/libssl/Makefile U secure/usr.bin/openssl/Makefile U sys/kern/kern_proc.c U sys/kern/kern_synch.c U sys/kern/sched_4bsd.c cvs [update aborted]: cannot make directory include: File exists To

Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0Rtodo.sgml)

2002-11-21 Thread Michael Bretterklieber
Hi, I have an VAIO FX601, and ACPI never worked. I get a lot of errors related to ACPI during boot and acpidump also prints errors. After suspending the laptop, the system never wakes-up, display still stays black. So this ACPI BIOS seems to be completely buggy, bye, Mitsuru IWASAKI

Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Ollivier Robert
According to Mitsuru IWASAKI: BTW, I'm planning to buy VAIO (maybe used one) to improve ACPI support. Any recommendations? # Recommendation means some sort of `Sigh! My VAIO doesn't work with # ACPI at all!!' :-) The Z600TEK I have (PIII/700/jogdial) can suspend to memory (sleep mode) but is

DP2 Fatal Trap

2002-11-21 Thread Scott Sipe
First install of DP2 went crazy weird (posted earlier). A minimal install (just the minimal distribution) went fine and I could login but didn't really try anything more than that. Now the install went fine, the boot goes fine (no errors that I can see) but when I log in I get: page fault

RE: DP2 Fatal Trap

2002-11-21 Thread John Baldwin
On 21-Nov-2002 Scott Sipe wrote: First install of DP2 went crazy weird (posted earlier). A minimal install (just the minimal distribution) went fine and I could login but didn't really try anything more than that. Now the install went fine, the boot goes fine (no errors that I can see)

Bluetooth questions

2002-11-21 Thread Shizuka Kudo
Hi all, I just cvsup-ed in the latest Bluetooth stack and rebuild world/kernel. My bluetooth USB dongle attached OK except with the following issue observed 1. The Mitsumi USB driver attached OK after I manually loaded ng_ubt and plugged in the dongle 2. If I loaded netgraph, ng_ubt at loader

Compiling -CURRENT and PCMCIA support.

2002-11-21 Thread Ryan Sommers
?On Tue, 2002-11-19 at 22:13, Ryan Sommers wrote: My question is could I keep and build the CURRENT source tree on the FreeBSD desktop, mount it over NFS to the laptop, and install it over the NFS mount? Is the kernel on the 5.0SP2 ISO built with PCCard support? I installed from CD-ROM onto a

Re: DP2 Fatal Trap

2002-11-21 Thread Scott Sipe
On Thursday 21 November 2002 01:36 pm, John Baldwin wrote: Hmm, is this from a GENERIC kernel? This is from straight from DP2 iso image cd install, X-Developer install, first boot after the install finished, generic kernel etc. Scott To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: DP2 Fatal Trap

2002-11-21 Thread John Baldwin
On 21-Nov-2002 Scott Sipe wrote: On Thursday 21 November 2002 01:36 pm, John Baldwin wrote: Hmm, is this from a GENERIC kernel? This is from straight from DP2 iso image cd install, X-Developer install, first boot after the install finished, generic kernel etc. Ok, generic kernel is the

Re: Cross-Development with NetBSD

2002-11-21 Thread Terry Lambert
Ruslan Ermilov wrote: On Thu, Nov 21, 2002 at 12:10:14AM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Wilkinson,Alex [EMAIL PROTECTED] writes: : Is FreeBSD likely to follow the in footsteps of NetBSD and create : a framework to do crossbuilds ? : :

Debugging kernel panic, routetbl

2002-11-21 Thread Craig Rodrigues
Hi, Can someone give me some ideas for how to debug a kernel panic and isolate where the problem could be? I've been trying out the Netgraph ATM stuff for a while, and things have been working fine for a number of weeks. However, when I cvsup'd -CURRENT from a few days ago, I have one of my

Re: smbfs problems

2002-11-21 Thread Terry Lambert
[ ... smbfs ... ] Vallo Kallaste wrote: Now the writing part: After creating 5MB file using /dev/urandom, I'm trying to copy it over to users/vallo smb share mounted at /mnt, which fails. The copy is interruptible using Ctrl-C. Examination at NT4 server shows 0 byte file. Umount of /mnt

Re: smbfs problems

2002-11-21 Thread Terry Lambert
Vallo Kallaste wrote: Sorry forgot to add one detail. Althought dd'ing the same file to smbfs mount works, it'll sometimes modify the file being copied (size is different). It doesn't happen reliably, sometimes the file is copied fine, sometimes not. At the times the file isn't copied right

Re: Cross-Development with NetBSD

2002-11-21 Thread John Baldwin
On 21-Nov-2002 Terry Lambert wrote: Ruslan Ermilov wrote: On Thu, Nov 21, 2002 at 12:10:14AM -0700, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Wilkinson,Alex [EMAIL PROTECTED] writes: : Is FreeBSD likely to follow the in footsteps of NetBSD and create : a framework

Re: Cross-Development with NetBSD

2002-11-21 Thread Terry Lambert
Ruslan Ermilov wrote: NetBSD builds a directory full of tools that you can later use to incrementally build, say, 'ls' or 'cat' because one can define USETOOLS to be 'yes' and have the make automatically pick them up when rebuilding. There are a few of the details I'm a little unclear on,

Re: recommended VAIO for ACPI hacking (Re: cvs commit:www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Terry Lambert
Mitsuru IWASAKI wrote: Also, development resources are limited. For example, none of ACPI developers has VAIO. Well, I don't know enough to be a developper but I do have a VAIO (Z600TEK) and can test things. Just ask. BTW, I'm planning to buy VAIO (maybe used one) to improve ACPI

Re: DP2 Fatal Trap

2002-11-21 Thread Terry Lambert
John Baldwin wrote: On 21-Nov-2002 Scott Sipe wrote: On Thursday 21 November 2002 01:36 pm, John Baldwin wrote: Hmm, is this from a GENERIC kernel? This is from straight from DP2 iso image cd install, X-Developer install, first boot after the install finished, generic kernel etc. Ok,

Re: DP2 Fatal Trap

2002-11-21 Thread John Baldwin
On 21-Nov-2002 Terry Lambert wrote: John Baldwin wrote: On 21-Nov-2002 Scott Sipe wrote: On Thursday 21 November 2002 01:36 pm, John Baldwin wrote: Hmm, is this from a GENERIC kernel? This is from straight from DP2 iso image cd install, X-Developer install, first boot after the

Re: Asking for tester (small patch to chown(8)/chgrp(1))

2002-11-21 Thread David Schultz
Thus spake Tim Robbins [EMAIL PROTECTED]: On Wed, Nov 20, 2002 at 01:27:43PM +0100, Alexander Leidinger wrote: On Tue, 19 Nov 2002 10:27:00 -0800 David Schultz [EMAIL PROTECTED] wrote: I'm concerned about the used character: -r is similiar to -R Yes, `-r' would be a very

Re: Bluetooth questions

2002-11-21 Thread Vladimir B.
÷ Thu, 21.11.2002, × 22:28, Maksim Yevmenkin ÎÁÐÉÓÁÌ: Another bluetooth question: Is Nokia 6310(i) cell phone supported by FreeBSD bluetooth stack ? (of course most interesting as cell modem) What bluetooth adapters (USB/PCMCI/CF) known as work well with FreeBSD. -- Vladimir B. Grebenschikov

Re: DP2 Fatal Trap

2002-11-21 Thread Vallo Kallaste
On Thu, Nov 21, 2002 at 03:03:48PM -0500, John Baldwin [EMAIL PROTECTED] wrote: It's the PSE and PGE, John. Are you sure you won't agree to not disclose, so I can tell you what's happening? Bosko has a patch which he will give you if you ask him for it that (mostly) works around the

Re: DP2 Fatal Trap

2002-11-21 Thread John Baldwin
On 21-Nov-2002 Vallo Kallaste wrote: On Thu, Nov 21, 2002 at 03:03:48PM -0500, John Baldwin [EMAIL PROTECTED] wrote: It's the PSE and PGE, John. Are you sure you won't agree to not disclose, so I can tell you what's happening? Bosko has a patch which he will give you if you ask him

Re: DP2 Fatal Trap

2002-11-21 Thread Scott Sipe
On Thursday 21 November 2002 01:58 pm, John Baldwin wrote: On 21-Nov-2002 Scott Sipe wrote: On Thursday 21 November 2002 01:36 pm, John Baldwin wrote: Hmm, is this from a GENERIC kernel? This is from straight from DP2 iso image cd install, X-Developer install, first boot after the

alpha tinderbox failure

2002-11-21 Thread Dag-Erling Smorgrav
Thu Nov 21 13:00:11 PST 2002 ... U share/man/man8/Makefile U share/man/man8/rc.8 U share/man/man8/rc.subr.8 ? sys/alpha/conf/LINT U sys/dev/amr/amr_pci.c U sys/i386/acpica/acpi_machdep.c U sys/kern/kern_proc.c U sys/kern/sched_4bsd.c U sys/modules/Makefile cvs [update aborted]: cannot make

Re: DP2 Fatal Trap

2002-11-21 Thread John Baldwin
On 21-Nov-2002 Scott Sipe wrote: On Thursday 21 November 2002 01:58 pm, John Baldwin wrote: On 21-Nov-2002 Scott Sipe wrote: On Thursday 21 November 2002 01:36 pm, John Baldwin wrote: Hmm, is this from a GENERIC kernel? This is from straight from DP2 iso image cd install, X-Developer

Re: gcc 3.2.1 release import?

2002-11-21 Thread David Schultz
Thus spake David O'Brien [EMAIL PROTECTED]: On Wed, Nov 20, 2002 at 05:57:41PM +0100, Marc Recht wrote: Hi! Will gcc 3.2.1/release be imported before 5.0R ? Just curious.. There will be no more GCC imports before 5.0-R. It is just too much code churn with too little road testing

Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-21 Thread Juli Mallett
* De: Mitsuru IWASAKI [EMAIL PROTECTED] [ Data: 2002-11-21 ] [ Subjecte: Call for testers: acpica-unix-20021118.tar.gz ] Hi all, I've made patches for the latest ACPI CA snapshot between 20021002 and 20021118.

Re: sparc64 tinderbox failure

2002-11-21 Thread Kris Kennaway
On Thu, Nov 21, 2002 at 09:20:41AM +, Mike Barcroft wrote: Thu Nov 21 09:15:00 GMT 2002 ... U sys/kern/kern_thread.c U sys/kern/sched_4bsd.c U sys/modules/netgraph/bluetooth/bluetooth/Makefile U sys/modules/netgraph/bluetooth/bt3c/Makefile U sys/modules/netgraph/bluetooth/h4/Makefile U

Re: mbuf header bloat ?

2002-11-21 Thread Andre Oppermann
Luigi Rizzo wrote: [Bcc to -net because it is relevant there. This email has been triggered by a private discussion i was having with other committers (who will easily recognise themselves :) which suggested the possibility of adding more fields to mbuf headers] Just recently came up to

Re: Bluetooth questions

2002-11-21 Thread Maksim Yevmenkin
Hello Vladimir B. Grebenschikov wrote: ÷ Thu, 21.11.2002, × 22:28, Maksim Yevmenkin ÎÁÐÉÓÁÌ: Another bluetooth question: Is Nokia 6310(i) cell phone supported by FreeBSD bluetooth stack ? (of course most interesting as cell modem) You have got to try it for yourself :) I have received

Why isn't NOCLEAN the default? (was: Re: Cross-Development with NetBSD)

2002-11-21 Thread David Schultz
Thus spake John Baldwin [EMAIL PROTECTED]: Make release is a very poor example b/c make release goes to great efforts to create a clean-room environment for a release. make rerelease is quite helpful though and does do what you want to restart a previous release. :) Also, make buildworld

RE: [acpi-jp 1961] Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-21 Thread Moore, Robert
ACPI-0483: *** Error: GPE0 block (GPE 0 to 15) overlaps the GPE1 block (GPE 0 to 15) It appears that in your machine's FADT: 1) There is a GPE1 block defined (GPE1_BLK, GPE1_BLK_LEN) 2) The GPE1_BASE is set to zero. One of these is wrong. Bob To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-21 Thread John Baldwin
On 21-Nov-2002 Juli Mallett wrote: * De: Mitsuru IWASAKI [EMAIL PROTECTED] [ Data: 2002-11-21 ] [ Subjecte: Call for testers: acpica-unix-20021118.tar.gz ] Hi all, I've made patches for the latest ACPI CA snapshot between 20021002 and 20021118.

Re: mbuf header bloat ?

2002-11-21 Thread Archie Cobbs
Luigi Rizzo wrote: Now that Sam has done the excellent work of integrating packet tags to carry annotations around, i really believe that we should try to move out of the pkthdr all non-general fields, and move them to m_tags so we only pay the cost when needed and not in all cases. Also this

Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-21 Thread Robert Watson
The build of netncp is currently broken on 5.0-CURRENT, and I'd like to see this fixed before 5.0-RELEASE. Unfortunately, we're having a lot of trouble finding a test environment, which is the natural and immediate follow-on to the compile fixes :-). Was wondering if anyone with FreeBSD kernel

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-21 Thread Robert Watson
On Thu, 21 Nov 2002, Robert Watson wrote: The build of netncp is currently broken on 5.0-CURRENT, and I'd like to see this fixed before 5.0-RELEASE. Unfortunately, we're having a lot of trouble finding a test environment, which is the natural and immediate follow-on to the compile fixes

Re: DP2 Fatal Trap

2002-11-21 Thread Scott Sipe
On Thursday 21 November 2002 04:26 pm, John Baldwin wrote: Erm, well, PSE and PGE are already disabled in GENERIC on DP2. Hmm. Can you try doing gdb -k kernel.debug in multiuser under DEBUG and see if gdb behaves any better? Another idea might be to use addr2line instead like so:

Re: Why isn't NOCLEAN the default? (was: Re: Cross-Development with NetBSD)

2002-11-21 Thread Kris Kennaway
On Thu, Nov 21, 2002 at 02:02:20PM -0800, David Schultz wrote: Thus spake John Baldwin [EMAIL PROTECTED]: Make release is a very poor example b/c make release goes to great efforts to create a clean-room environment for a release. make rerelease is quite helpful though and does do what you

Re: gcc 3.2.1 release import?

2002-11-21 Thread Harald Arnesen
David Schultz [EMAIL PROTECTED] writes: Will gcc 3.2.1/release be imported before 5.0R ? Just curious.. There will be no more GCC imports before 5.0-R. It is just too much code churn with too little road testing before 5.0-R. As I recall, the original plan was to import GCC 3.3 for

Re: Why isn't NOCLEAN the default? (was: Re: Cross-Development with NetBSD)

2002-11-21 Thread David Schultz
Thus spake Kris Kennaway [EMAIL PROTECTED]: I have long wondered why NOCLEAN isn't the default. There seem to be a few cases where it doesn't DTRT for kernel builds, but it seems a bit conservative to make incremental world builds require that an undocumented variable be defined. Any

Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-21 Thread Juli Mallett
* De: John Baldwin [EMAIL PROTECTED] [ Data: 2002-11-21 ] [ Subjecte: Re: Call for testers: acpica-unix-20021118.tar.gz ] On 21-Nov-2002 Juli Mallett wrote: * De: Mitsuru IWASAKI [EMAIL PROTECTED] [ Data: 2002-11-21 ] [ Subjecte: Call for testers: acpica-unix-20021118.tar.gz ]

RE: [acpi-jp 1964] Re: Call for testers: acpica-unix-20021118.tar.gz

2002-11-21 Thread Moore, Robert
DSDT=0x3ffbf77 INT_MODEL=PIC SCI_INT=9 SMI_CMD=0xb1, ACPI_ENABLE=0xf0, ACPI_DISABLE=0xf1, S4BIOS_REQ=0x0 PM1a_EVT_BLK=0x1000-0x1003 PM1a_CNT_BLK=0x1004-0x1005 PM2_CNT_BLK=0x1030-0x1030 PM2_TMR_BLK=0x1008-0x100b

cron fork bomb/hang -- more info

2002-11-21 Thread Nate Lawson
Just to recap, the system is running but cannot fork anymore procs. This means I can't login. Cron does a make -j3 buildworld each night and it appears this is triggering it. Sys is uniprocessor. Please let me know if you need more info. db ps pid proc addruid ppid pgrp flag

Re: Searching for users of netncp and nwfs to help debug5.0 problems

2002-11-21 Thread Brad Knowles
At 5:23 PM -0500 2002/11/21, Robert Watson wrote: (And, you have to bring your own test environment, as the second sentence suggests, but doesn't actually state). Over on -chat, we're in the process of putting together a list of volunteers, hardware, organizational talent, etc... to help

Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0R todo.sgml)

2002-11-21 Thread Ollivier Robert
According to Mitsuru IWASAKI: Thanks. Here is the result. The first check is there and there are several others in acpidump output. Full dump at http://www.keltia.net/download/acpidump-z600tek -=-=-=- Method(_PTS, 1) { If(LNot(LLess(Arg0, 0x2))) { Store(0x1, \_SB_.PCI0.CRST) }

Re: Searching for users of netncp and nwfs to help debug5.0problems

2002-11-21 Thread Julian Elischer
As the person who broke it I'd like to help.. The problem was that it referenced teh proc structure all over the place in several different ways, and it was not obvious, without knowing the protocol which should become thread references and which should stay proc references. On Fri, 22 Nov 2002,

Re: Why isn't NOCLEAN the default?

2002-11-21 Thread M. Warner Losh
In message: [EMAIL PROTECTED] David Schultz [EMAIL PROTECTED] writes: : Thus spake John Baldwin [EMAIL PROTECTED]: : Make release is a very poor example b/c make release goes to great : efforts to create a clean-room environment for a release. make : rerelease is quite helpful

Re: Searching for users of netncp and nwfs to help debug 5.0 problems

2002-11-21 Thread Robert Watson
On Fri, 22 Nov 2002, Brad Knowles wrote: At 5:23 PM -0500 2002/11/21, Robert Watson wrote: (And, you have to bring your own test environment, as the second sentence suggests, but doesn't actually state). Over on -chat, we're in the process of putting together a list of

Re: smbfs install option questions

2002-11-21 Thread Robert Watson
In terms of where to take this: there are many reported problems with smbfs on 5.0-CURRENT. It's not clear whether this is left over from the KSE imports, the Apple-derived fixes that might not have fixed things, etc. In any case, before we can look at smbfs install, we really need smbfs

5.0 DP2 on Vaio Z600

2002-11-21 Thread Richard Tobin
I'm trying to install DP2 on a Sony Vaio Z600TEK laptop, but it hangs at Probing devices, please wait (this can take a while) It's not completely hung, in that I can switch to the second console and back. The last message there is DEBUG: Add mapping for /dev/cuaa0 to sl0 and this is

Re: gcc 3.2.1 release import?

2002-11-21 Thread Marc Recht
There is neither a gcc 3.2.1 nor a gcc 3.3 yet, so I would't use any of them in a stable release. gcc 3.2.1 has been uploaded on ftp.gnu.org at Nov. 19th. Marc To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: [acpi-jp 1965] RE: Call for testers: acpica-unix-20021118.tar .gz

2002-11-21 Thread Moore, Robert
Unfortunately, the ACPI specification also says this: Each register block contains two registers of equal length: GPEx_STS and GPEx_EN (where x is 0 or 1). The length of the GPE0_STS and GPE0_EN registers is equal to half the GPE0_LEN. The length of the GPE1_STS and GPE1_EN registers is equal to

Re: recommended VAIO for ACPI hacking (Re: cvs commit: www/en/releases/5.0Rtodo.sgml)

2002-11-21 Thread Nate Lawson
On Fri, 22 Nov 2002, Ollivier Robert wrote: According to Mitsuru IWASAKI: Thanks. Here is the result. The first check is there and there are several others in acpidump output. Full dump at http://www.keltia.net/download/acpidump-z600tek -=-=-=- Method(_PTS, 1) {

Re: DP2 Fatal Trap

2002-11-21 Thread Terry Lambert
John Baldwin wrote: Is it any help to know that my problems on P4 stopped after enabling DISABLE_PSE? Initially I had both of these enabled, but seems that one is enough. Just FYI. If we can verify that DISABLE_PG_G has no effect then that would be nice. It has an effect: writing CR3 or

Re: 5.0 DP2 on Vaio Z600

2002-11-21 Thread Terry Lambert
Richard Tobin wrote: I'm trying to install DP2 on a Sony Vaio Z600TEK laptop, but it hangs at Probing devices, please wait (this can take a while) [ ... ] Any suggestions? Tell it to not load ACPI. -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: gcc 3.2.1 release import?

2002-11-21 Thread Terry Lambert
Marc Recht wrote: There is neither a gcc 3.2.1 nor a gcc 3.3 yet, so I would't use any of them in a stable release. gcc 3.2.1 has been uploaded on ftp.gnu.org at Nov. 19th. So it's been extensively tested by the full user base for the last two days, and you should have known about it before

VM locking problem... And doscmd(8)

2002-11-21 Thread Juli Mallett
I'm getting a giant owned assertion failure in the vm_map code, simply by running doscmd something.exe where something.exe is a self-extracting ZIP file (of BIOS upgrade stuff, FWIW), which leads trivially to tripping over it. I still don't have a good way to get the trace output from the box in

Re: About gbde questions

2002-11-21 Thread kai ouyang
Hi Everybody, Poul-Henning Kamp write: Right. By cold disk we mean that the pass-phrase and key-material is not available. A laptop which is only suspended does _not_ meet this criteria. Thank you. Yes, you want to newfs and mount /dev/da0s1f.bde I think the -l is a mistake in the usage, it

DP2 root partition size

2002-11-21 Thread Richard Tobin
Somewhere there should be a warning that the root partition needs to be *much* bigger in 5.0 than in 4.x. It's gone from 40-something MB to 92 MB for a default install. It's really frustrating to install a system and find that / is 104% full. It looks as if even with 128 MB you're not going to

sparc64 tinderbox failure

2002-11-21 Thread Mike Barcroft
Fri Nov 22 03:15:00 GMT 2002 ... U release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml U release/doc/ja_JP.eucJP/hardware/common/dev.sgml U release/doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml U release/doc/ja_JP.eucJP/hardware/ia64/article.sgml U

[no subject]

2002-11-21 Thread publicc
PUBLICC SOLUCIONES INFORMATICAS Los invitamos a visitar nuestro sitio web en: www.publiccsoluciones.com.ar Para conocer todas nuestras bases de datos de e-mail y las nuevas ofertas del mes. (Agregamos nuevos programas para envio de mails) Noviembre: 20.600 mails Educación (escuelas privadas y

No entries in /proc :: feature or problem ??

2002-11-21 Thread Dhee Reddy
Hello all. Just tried to look up some info and saw that the /proc filesystem doesn't contain any files. Shouldn't they contain entries correcponding to all the processes ? truely -- dhee To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of

Re: gcc 3.2.1 release import?

2002-11-21 Thread Terry Lambert
Marc Recht wrote: So it's been extensively tested by the full user base for the last two days, and you should have known about it before you posted. 8-) 8-). My original question was only if it will be imported before 5.0R. David O'Brien already answered it with no. That's fine with me.

Re: gcc 3.2.1 release import?

2002-11-21 Thread Steve Kargl
On Thu, Nov 21, 2002 at 10:22:42PM -0800, Terry Lambert wrote: Marc Recht wrote: So it's been extensively tested by the full user base for the last two days, and you should have known about it before you posted. 8-) 8-). My original question was only if it will be imported before