Re: panic on yesterday's -CURRENT: linux emulation and vm (lockmgr: locking against myself)

2003-09-26 Thread Adam Migus
Alan Cox wrote: On Thu, Sep 25, 2003 at 11:15:57AM -0400, Robert Watson wrote: ... #6 0xc049f355 in vm_fault (map=0xc6fc1700, vaddr=0, fault_type=1 '\001', fault_flags=0) at /usr/src/sys/vm/vm_fault.c:219 #7 0xc04eddd9 in trap_pfault (frame=0xdd699b18, usermode=0, eva=0) at

Followup on atapi boot problem

2003-09-26 Thread Conrad J. Sabatier
Things are getting better, but still not quite perfect. My latest kernel (Tue Sep 23 23:17:37 CDT) still fails to attach the ata1-master device on boot. But interestingly, we later have this: $ atacontrol list ATA channel 0: Master: ad0 Maxtor 94091U8/FA520S60 ATA/ATAPI rev 5 Slave:

Re: yep, umass still broken

2003-09-26 Thread tokza
On Friday 26 September 2003 09:18, Brian Fundakowski Feldman wrote: ohci_intr() ithread_loop() Anyone have any clued? I'll include my dmesg, of course. Yes, the same bad thing with umass on my sony vaio pcg-v505bx laptop. This is the only reason I have to keep slackware linux within to

Re: ThinkPad R40 hangs during ACPI power down

2003-09-26 Thread Don Lewis
On 25 Sep, Nate Lawson wrote: I've got an IBM ThinkPad R40 that hangs when I do a shutdown -p. It wedges after printing Powering system off using ACPI. Attempting to use 'acpiconf -s to suspend produces similar hangs. Your system is halting correctly but powering off is failing. A cursory

Re: KSE howto?

2003-09-26 Thread Claus Guttesen
On 9 Sep 2003 at 17:06, Jesse Guardiani wrote: Howdy list, Is there a KSE howto guide anywhere? I'm thinking about updating my FreeBSD 5.1-RELEASE system to -CURRENT and compiling XFree, KDE, MySQL, and Apache2 with KSE support, just for fun. But I don't know how to enable KSE support

Geom and Gbde slides

2003-09-26 Thread Poul-Henning Kamp
To: [EMAIL PROTECTED] Subject: Geom and Gbde slides From: Poul-Henning Kamp [EMAIL PROTECTED] Date: Sun, 21 Sep 2003 21:19:52 +0200 Message-ID: [EMAIL PROTECTED] As promised, but somewhat delayed, I have uploaded my slides from BSDcon03 to my web-server: http://phk.freebsd.dk/pubs --

CF image building script (for soekris etc)

2003-09-26 Thread Poul-Henning Kamp
To: [EMAIL PROTECTED] Subject: CF image building script (for soekris etc) From: Poul-Henning Kamp [EMAIL PROTECTED] Date: Sun, 21 Sep 2003 21:22:59 +0200 Message-ID: [EMAIL PROTECTED] I promised various people to post my shellscript for building a CF image for my soekris boxes:

Re: Where is my SLIP interface

2003-09-26 Thread Willem Jan Withagen
From: Bernd Walter [EMAIL PROTECTED] On Thu, Sep 25, 2003 at 07:49:18PM +1000, Peter Jeremy wrote: On Thu, Sep 25, 2003 at 02:43:21PM +0930, Greg 'groggy' Lehey wrote: Perhaps 'The Complete FreeBSD' by Greg Lehey will help out. Not any more. I removed that chapter from the book. The

Re: Where is my SLIP interface

2003-09-26 Thread Bernd Walter
On Fri, Sep 26, 2003 at 12:47:53PM +0200, Willem Jan Withagen wrote: From: Bernd Walter [EMAIL PROTECTED] On Thu, Sep 25, 2003 at 07:49:18PM +1000, Peter Jeremy wrote: But am I to understand that running slattach creates the sl0 device?? by something like 'ifconfig sl0 create'? Or is

Re: Where is my SLIP interface

2003-09-26 Thread Willem Jan Withagen
Don't ask why, but running 'slattach -l /dev/cuaa0' works No modem is connect now so it could be the -l stuff. And slattach would be waiting for my modem to signal things. it created sl1 but who am I to complain. Thanx for getting me on my way again... --WjW - Original Message -

Re: Where is my SLIP interface

2003-09-26 Thread Bernd Walter
On Fri, Sep 26, 2003 at 01:29:30PM +0200, Willem Jan Withagen wrote: Don't ask why, but running 'slattach -l /dev/cuaa0' works No modem is connect now so it could be the -l stuff. And slattach would be waiting for my modem to signal things. Possible - I never used anything else, because I

re,rl and BURN_BRIDGES

2003-09-26 Thread Jiri Mikulas
Hello when i use BURN_BRIDGES in kernel config, it seems that there is resubmited old part of code in function suspend and resume - PCIR_MAPS symbol i made diff for me - see attachment please could anybody submit corrected version into cvs tree? i'm not maintainer ... Thanks for help :) Jiri ---

Re: yep, umass still broken

2003-09-26 Thread Wesley Morgan
On Fri, 26 Sep 2003, Brian Fundakowski Feldman wrote: I can get fdisk to read the MBR, but when I try mdir, I get this trace back (of course, no crash dump because those haven't worked for me in a year): trap 0xc memcpy() ohci_softintr() usb_schedsoftintr() ohci_intr1() ohci_intr()

RE: Fixing -pthreads (Re: ports and -current)

2003-09-26 Thread Garrett Wollman
On Thu, 25 Sep 2003 19:33:06 -0700, David Schwartz [EMAIL PROTECTED] said: think '-pthread' is a good thing. It's nice to have a portable way to say that I want to compile POSIX code. What good is a standard if there's no standard way to get to it? The Standard way to do it is: c99

Re: re,rl and BURN_BRIDGES

2003-09-26 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Jiri Mikulas [EMAIL PROTECTED] writes: : when i use BURN_BRIDGES in kernel config, : it seems that there is resubmited old part of code : in function suspend and resume - PCIR_MAPS symbol : i made diff for me - see attachment : please could anybody submit

cannot boot -s

2003-09-26 Thread Shin-ichi Yoshimoto
Hi, After new kernel installing, I cannot boot -s. This kernel always runs multiuser mode. What's happen ?? -- Shin-ichi YOSHIMOTO [EMAIL PROTECTED] http://diary.waishi.jp/~yosimoto/diary/ ___ [EMAIL PROTECTED] mailing list

Re: cannot boot -s

2003-09-26 Thread Jonathan Fosburgh
On Friday 26 September 2003 10:32 am, Shin-ichi Yoshimoto wrote: Hi, After new kernel installing, I cannot boot -s. This kernel always runs multiuser mode. What's happen ?? I have the same thing from this morning's sources. Also, shutdown -s just brings me back up into single-user mode.

Something is wrong with the fxp network driver

2003-09-26 Thread Glenn Johnson
I am having a problem with recent builds of -current with the fxp driver. A couple of days ago, the 6 machines in my cluster with fxp interfaces all died at about the same time with fxp timeout errors. The machines with 3Com xl interfaces kept on going. Today, I am observing that the throughput

Re: Something is wrong with the fxp network driver

2003-09-26 Thread Lanny Baron
Hi Glenn, We have several FreeBSD boxes here. Some run -current and some run -5.1-P4 and all have fxp* and em* You must have something else going wrong that is causing you the grief. fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 options=3RXCSUM,TXCSUM inet6

Re: ThinkPad R40 hangs during ACPI power down

2003-09-26 Thread Don Lewis
On 26 Sep, To: [EMAIL PROTECTED] wrote: On 25 Sep, Nate Lawson wrote: To debug this, please boot a newer kernel with the ACPI_DEBUG option with the following options in loader.conf: debug.acpi.layer=ACPI_ALL_COMPONENTS ACPI_ALL_DRIVERS debug.acpi.level=ACPI_LV_FUNCTIONS You'll

Will 5.2 ship with WITH_LIBMAP? (was Re: KSE howto?)

2003-09-26 Thread Terry Lambert
Claus Guttesen wrote: Before the 'make world/kernel' these two apps would crash at regular intervals, and I had to make these addititions to /etc/libmap.conf so they wouldn't go down: [/usr/X11R6/bin/firebird] libc_r.so.5 libthr.so.1 libc_r.solibthr.so Which begs the question... is

Re: Will 5.2 ship with WITH_LIBMAP? (was Re: KSE howto?)

2003-09-26 Thread Jeroen C . van Gelderen
On Friday, Sep 26, 2003, at 13:29 US/Eastern, Terry Lambert wrote: Which begs the question... is 5.2 going to ship with WITH_LIBMAP enabled by default? http://www.google.com/search?q=libmap+default+WITH_LIBMAPie=UTF- 8oe=UTF-8 http://people.freebsd.org/~bmah/relnotes/CURRENT/relnotes-i386.txt

Re: Will 5.2 ship with WITH_LIBMAP? (was Re: KSE howto?)

2003-09-26 Thread Daniel Eischen
On Fri, 26 Sep 2003, Terry Lambert wrote: Claus Guttesen wrote: Before the 'make world/kernel' these two apps would crash at regular intervals, and I had to make these addititions to /etc/libmap.conf so they wouldn't go down: [/usr/X11R6/bin/firebird] libc_r.so.5 libthr.so.1

Re: Will 5.2 ship with WITH_LIBMAP? (was Re: KSE howto?)

2003-09-26 Thread Terry Lambert
Jeroen C.van Gelderen wrote: On Friday, Sep 26, 2003, at 13:29 US/Eastern, Terry Lambert wrote: Which begs the question... is 5.2 going to ship with WITH_LIBMAP enabled by default? http://www.google.com/search?q=libmap+default+WITH_LIBMAPie=UTF- 8oe=UTF-8

Re: cannot boot -s

2003-09-26 Thread Cameron Murdoch
I have the same here from this morning's -current but I also see this on boot up: *snip* mounting root from ufs:/dev/ad0s2a pid 87 (fsck_ufs), uid 0: exited on signal 8 pid 88 (fsck_ufs), uid 0: exited on signal 8 The machine then displays the login prompt, but not the missing startup messages.

boot -s change in -current?

2003-09-26 Thread Aaron Wohl
I just cvsuped -current/build/install. Now boot -s doesnt work, it ignores the -s. Do I need to do something to enable -s nowadays? Or how to get into standalone now? ___ [EMAIL PROTECTED] mailing list

Re: boot -s change in -current?

2003-09-26 Thread Scott Long
On Fri, 26 Sep 2003, Aaron Wohl wrote: I just cvsuped -current/build/install. Now boot -s doesnt work, it ignores the -s. Do I need to do something to enable -s nowadays? Or how to get into standalone now? I have no idea what the cause is, but does the 'boot single user' option of the

Re: boot -s change in -current?

2003-09-26 Thread Cameron Murdoch
On Fri, 2003-09-26 at 19:42, Scott Long wrote: On Fri, 26 Sep 2003, Aaron Wohl wrote: I just cvsuped -current/build/install. Now boot -s doesnt work, it ignores the -s. Do I need to do something to enable -s nowadays? Or how to get into standalone now? I have no idea what the cause

Re: CF image building script (for soekris etc)

2003-09-26 Thread masta
Thanks phk, May I use this in wifibsd without any copywrite dramma? Your beer-ware license, or bsd license, is asumed. I was engineering my own script that does the same job, if you care to colaborate, you may see it at: http://masta.yazzy.org/wifibsd/bin/mkimage.sh Mine is still a work in

Re: CF image building script (for soekris etc)

2003-09-26 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], masta writes: Thanks phk, May I use this in wifibsd without any copywrite dramma? Absolutely, go right ahead. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe

Re: cannot boot -s

2003-09-26 Thread Jonathan Fosburgh
On Friday 26 September 2003 01:13 pm, Cameron Murdoch wrote: I have the same here from this morning's -current but I also see this on boot up: *snip* mounting root from ufs:/dev/ad0s2a pid 87 (fsck_ufs), uid 0: exited on signal 8 pid 88 (fsck_ufs), uid 0: exited on signal 8 I noticed the

Re: cannot boot -s

2003-09-26 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Jonathan Fosburgh writes: On Friday 26 September 2003 01:13 pm, Cameron Murdoch wrote: I have the same here from this morning's -current but I also see this on boot up: *snip* mounting root from ufs:/dev/ad0s2a pid 87 (fsck_ufs), uid 0: exited on signal 8 pid

DANGER! broken /dev/console

2003-09-26 Thread Poul-Henning Kamp
I seem to have messed up /dev/console. If you have any console related problems with -current from today, please upgrade to after this commit before sending me your error report! Poul-Henning phk 2003/09/26 12:35:50 PDT FreeBSD src repository Modified files: sys/alpha/tlsb

Re: cannot boot -s

2003-09-26 Thread Jonathan Fosburgh
Try to pull in the commit I just did to syscons, I looks like I messed something up somewhere :-( That seems to have fixed it. I get the startup and shutdown messages. I didn't make it back to my console soon enough after rebooting to go straight to singule-user mode, but I was able to

recent changes prohibit vinum swap.

2003-09-26 Thread David Gilbert
Recent changes to -CURRENT prohibit vinum swap: [1:6:[EMAIL PROTECTED]:~ swapon /dev/vinum/swapmu swapon: /dev/vinum/swapmu: Operation not supported by device Dave. -- |David Gilbert, Independent Contractor. |

5.1 p7 to 5.1 p8 compile problems

2003-09-26 Thread Derek Ragona
I am trying to update a server from RELENG_5_1 p7 to RELENG_5_1 p8 for the last security advisory. I had no problem building the p7. I cvsup'd but the compile breaks. I tried other mirrors, and even completely repopulated /usr/src. But it still breaks. The latest breakdown is:

Re: recent changes prohibit vinum swap.

2003-09-26 Thread Robert Watson
On Fri, 26 Sep 2003, David Gilbert wrote: Recent changes to -CURRENT prohibit vinum swap: [1:6:[EMAIL PROTECTED]:~ swapon /dev/vinum/swapmu swapon: /dev/vinum/swapmu: Operation not supported by device In order to support swapping, Vinum will need to be modified to use struct disk and the

Re: Something is wrong with the fxp network driver

2003-09-26 Thread Mike Tancsa
Are they Tyan motherboards by chance ? There was a thread in stable about this a few weeks ago. The problems seem specific to those motherboards. Someone posted a potential workaround as well. ---Mike On Fri, 26 Sep 2003 11:40:08 -0500, in sentex.lists.freebsd.current you wrote: I am

Re: Something is wrong with the fxp network driver

2003-09-26 Thread Derek Ragona
Mine is an IntelĀ® Server Board S875WP1-E, I was using a patch but it quite working on the fxp0 interface. -Derek At 08:07 PM 9/26/2003 -0400, Mike Tancsa wrote: Are they Tyan motherboards by chance ? There was a thread in stable about this a few weeks ago. The problems seem specific

Re: Something is wrong with the fxp network driver

2003-09-26 Thread Derek Ragona
This worked until I went beyond p4 on 5.1 release I found a PR that suggested adding: { 0x1050, Intel 82801EB (ICH5) Pro/100 Ethernet }, line to the if_fxp.c file, in the struct: /* * Claim various Intel PCI device identifiers for this driver. The * sub-vendor and sub-device

Re: recent changes prohibit vinum swap.

2003-09-26 Thread Greg 'groggy' Lehey
On Friday, 26 September 2003 at 18:38:48 -0400, Robert Watson wrote: On Fri, 26 Sep 2003, David Gilbert wrote: Recent changes to -CURRENT prohibit vinum swap: [1:6:[EMAIL PROTECTED]:~ swapon /dev/vinum/swapmu swapon: /dev/vinum/swapmu: Operation not supported by device In order to support

Re: recent changes prohibit vinum swap.

2003-09-26 Thread Robert Watson
On Sat, 27 Sep 2003, Greg 'groggy' Lehey wrote: I recently noticed that Vinum may be averse to blocksizes other than 512 bytes. It shouldn't be. There's never been any dependency on it. I've attached the output from trying to use a swap md set below the malloc md set. I also noticed

Re: recent changes prohibit vinum swap.

2003-09-26 Thread David Gilbert
Robert == Robert Watson [EMAIL PROTECTED] writes: Robert On Fri, 26 Sep 2003, David Gilbert wrote: Recent changes to -CURRENT prohibit vinum swap: [1:6:[EMAIL PROTECTED]:~ swapon /dev/vinum/swapmu swapon: /dev/vinum/swapmu: Operation not supported by device Robert In order to support

Re: recent changes prohibit vinum swap.

2003-09-26 Thread Greg 'groggy' Lehey
On Friday, 26 September 2003 at 19:28:45 -0400, David Gilbert wrote: Robert == Robert Watson [EMAIL PROTECTED] writes: Robert On Fri, 26 Sep 2003, David Gilbert wrote: Recent changes to -CURRENT prohibit vinum swap: [1:6:[EMAIL PROTECTED]:~ swapon /dev/vinum/swapmu swapon:

Tonight's current breaks IPFILTER

2003-09-26 Thread David Gilbert
Tonight's current breaks compiling IPFILTER. It complains that it can't find the 'PFIL_OUT' symbol. Dave. -- |David Gilbert, Independent Contractor. | Two things can only be | |Mail: [EMAIL PROTECTED]

Re: Tonight's current breaks IPFILTER

2003-09-26 Thread Kris Kennaway
On Fri, Sep 26, 2003 at 09:56:08PM -0400, David Gilbert wrote: Tonight's current breaks compiling IPFILTER. It complains that it can't find the 'PFIL_OUT' symbol. Did you read UPDATING? Kris pgp0.pgp Description: PGP signature

Re: Tonight's current breaks IPFILTER

2003-09-26 Thread Sam Leffler
Tonight's current breaks compiling IPFILTER. It complains that it can't find the 'PFIL_OUT' symbol. Read UPDATING; you need PFIL_HOOKS in your kernel config file. Sam ___ [EMAIL PROTECTED] mailing list

Re: recent changes prohibit vinum swap.

2003-09-26 Thread David Gilbert
Greg == Greg Lehey Greg writes: Greg Don't hold your breath. This will probably happen in the course Greg of migrating Vinum functionality to GEOM. So... is vinum-as-we-know-it going to disappear into the GEOM monster? There seems to be cross purposes here. Dave. --

Re: Tonight's current breaks IPFILTER

2003-09-26 Thread Philip Paeps
On 2003-09-26 21:56:08 (-0400), David Gilbert [EMAIL PROTECTED] wrote: Tonight's current breaks compiling IPFILTER. It complains that it can't find the 'PFIL_OUT' symbol. The top entry in UPDATING insists that you stick PFIL_HOOKS in your configuration. I've just rebuilt a kernel with that

Re: recent changes prohibit vinum swap.

2003-09-26 Thread Greg 'groggy' Lehey
On Friday, 26 September 2003 at 22:08:25 -0400, David Gilbert wrote: Greg == Greg Lehey Greg writes: Greg Don't hold your breath. This will probably happen in the course Greg of migrating Vinum functionality to GEOM. So... is vinum-as-we-know-it going to disappear into the GEOM monster? I

problems with Intel pro/100 VE

2003-09-26 Thread Richard Coleman
I did a search on the FreeBSD web site, as well as a google search, but didn't see an answer to this. I apologize if this has been discussed before. I've tried to installing FreeBSD 4.8 and 5.1. But neither of these recognize my network card (Intel PRO/100 VE running on new Dell computer).

Re: Something is wrong with the fxp network driver

2003-09-26 Thread Glenn Johnson
On Fri, Sep 26, 2003 at 08:07:38PM -0400, Mike Tancsa wrote: Are they Tyan motherboards by chance ? There was a thread in stable about this a few weeks ago. The problems seem specific to those motherboards. Someone posted a potential workaround as well. No, five of them are MSI dual

Re: Something is wrong with the fxp network driver

2003-09-26 Thread Mike Tancsa
At 11:32 PM 26/09/2003, Glenn Johnson wrote: On Fri, Sep 26, 2003 at 08:07:38PM -0400, Mike Tancsa wrote: Are they Tyan motherboards by chance ? There was a thread in stable about this a few weeks ago. The problems seem specific to those motherboards. Someone posted a potential workaround as