Re: BOOTMFS requires 'device miibus'

2003-09-09 Thread Shin-ichi Yoshimoto
Subject: Re: BOOTMFS requires 'device miibus', On Wed, 10 Sep 2003 02:43:23 +0300, Ruslan Ermilov wrote: > Please try the attached patch instead, and let me know if it fixes > the release build. You can try ``make rerelease'' to speed up the > things, after applying this patch in ${CHROOTDIR}/usr/

Re: BOOTMFS requires 'device miibus'

2003-09-09 Thread John Hay
> > > Please try the attached patch instead, and let me know if it fixes > the release build. You can try ``make rerelease'' to speed up the > things, after applying this patch in ${CHROOTDIR}/usr/src. > > Index: release/i386/drivers.conf > ===

Re: partition C doesn't start at 0!

2003-09-09 Thread Jason C. Wells
On Tue, 9 Sep 2003, Ulrich Spoerlein wrote: > On Mon, 08.09.2003 at 22:06:58 -0700, Jason C. Wells wrote: > > I can boot from ad0s1. I am still monkeying around with the ad0s2 slice. > > In the process of trying to get ad0s2 to boot with a PicoBSD-esque system, > > I looked at my disklabel and I

Realtek 8129 doesn't seem to be probing since 08 Sep 2003

2003-09-09 Thread David Wolfskill
My SMP (2x886 MHz PIII) "build" machine has a RealTek 8129 NIC; I generally track -CURRENT (on slice 4) on a daily basis. Until yesterday (08 Sep, as I write this), it had worked adequately for my purposes. After the build & reboot yesterday (and again today), the NIC does not seem to have been p

Re: -pthread deprecated, but when?

2003-09-09 Thread Scot W. Hetzel
From: "Doug Barton" <[EMAIL PROTECTED]> > On Tue, 9 Sep 2003, Matthias Andree wrote: > > Doug Barton <[EMAIL PROTECTED]> writes: > > > > > @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched > > > @ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \ > > > > How about: ${SED} -Ee 's#-l?

Re: BOOTMFS requires 'device miibus'

2003-09-09 Thread Ruslan Ermilov
On Wed, Sep 10, 2003 at 05:40:04AM +0900, Shin-ichi Yoshimoto wrote: > make release failed because BOOTMFS forgot > > "device miibus" > > Please add this option in BOOTMFS. > Please try the attached patch instead, and let me know if it fixes the release build. You can try ``make rerelease'' to

Re: -pthread deprecated, but when?

2003-09-09 Thread Doug Barton
On Tue, 9 Sep 2003, Matthias Andree wrote: > Doug Barton <[EMAIL PROTECTED]> writes: > > > @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched > > @ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \ > > How about: ${SED} -Ee 's#-l?pthread#${PTHREAD_LIBS}#g' \ > > That's the one neces

Re: -pthread deprecated, but when?

2003-09-09 Thread Doug Barton
On Tue, 9 Sep 2003, Kevin Oberman wrote: > For which versions of FreeBSD? I just tried using ${PTHREAD_LIBS}, but > the loader could not find any of the pthread routines. I assume it > should be defined in one of the .mk files, but it does not seem to be > on either a current (yesterday) or an old

Re: -pthread deprecated, but when?

2003-09-09 Thread Doug Barton
On Tue, 9 Sep 2003, Khairil Yusof wrote: > On Tue, 2003-09-09 at 16:07, Doug Barton wrote: > > > Any occurences of -lc_r should be changed to ${PTHREAD_LIBS} too. > > Seems that -lc_r is set by default in bsd.port.mk for ${PTHREAD_LIBS}. The reason we use the variable is that it expands different

Re: current: network collision increase

2003-09-09 Thread Seishi Hiragushi
It seems that collision increased from the change bewtween 2003.07.05.12 and 2003.07.08.12 although I acquired and tried the kernel on CVSUP. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, s

Re: ATAng: ata1-slave CDRW is only sometimes detected

2003-09-09 Thread Lefteris Chatzibarbas
On Tue, Sep 09, 2003 at 06:00:12PM +, Jens Rehsack wrote: > I detected a similar problem with yesterdays current, but giving > it a chance I detected I a had a loosely cable. ?! I had checked the cables and they are fine. I should add, that I have this problem for almost a week (since I adde

[current tinderbox] failure on ia64/ia64

2003-09-09 Thread Tinderbox
TB --- 2003-09-09 20:53:59 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-09-09 20:53:59 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-09 20:56:05 - building world TB --- cd /home

Re: -pthread deprecated, but when?

2003-09-09 Thread Matthias Andree
Doug Barton <[EMAIL PROTECTED]> writes: > @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched > @ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \ How about: ${SED} -Ee 's#-l?pthread#${PTHREAD_LIBS}#g' \ That's the one necessary to catch -pthread (such as BerkeleyDB) in addition t

Re: KSE howto?

2003-09-09 Thread Daniel Eischen
On Tue, 9 Sep 2003, Dan Langille wrote: > On 9 Sep 2003 at 17:09, Daniel Eischen wrote: > > > On Tue, 9 Sep 2003, Jesse Guardiani wrote: > > > > > Howdy list, > > > > > > Is there a KSE howto guide anywhere? > > > > > > I'm thinking about updating my FreeBSD 5.1-RELEASE > > > system to -CURREN

Re: KSE howto?

2003-09-09 Thread Dan Langille
On 9 Sep 2003 at 17:09, Daniel Eischen wrote: > On Tue, 9 Sep 2003, 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 s

Re: KSE howto?

2003-09-09 Thread Dan Langille
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

Re: KSE howto?

2003-09-09 Thread Daniel Eischen
On Tue, 9 Sep 2003, 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 sup

KSE howto?

2003-09-09 Thread Jesse Guardiani
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 at compile time... Thanks! -- Jesse Guardiani, System

[current tinderbox] failure on i386/pc98

2003-09-09 Thread Tinderbox
TB --- 2003-09-09 19:40:14 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-09-09 19:40:14 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-09 19:42:18 - building world TB --- cd /home

BOOTMFS requires 'device miibus'

2003-09-09 Thread Shin-ichi Yoshimoto
make release failed because BOOTMFS forgot "device miibus" Please add this option in BOOTMFS. -- Shin-ichi YOSHIMOTO <[EMAIL PROTECTED]> http://diary.waishi.jp/~yosimoto/diary/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listin

ufs related panic with latest current

2003-09-09 Thread Tomi Vainio - Sun Finland
Tomi Vainio - Sun Finland writes: > Our system died when using iozone -a to ~300G vinum partition made > from four disks. Sources were cvsupped 7.9.2003. > Second panic an hour later. Any good ideas how to fix this? Tomppa panic: kmem_malloc(4096): kmem_map too small: 28229632 total alloc

Re: -pthread deprecated, but when?

2003-09-09 Thread Dan Nelson
In the last episode (Sep 09), Kevin Oberman said: > > From: Doug Barton <[EMAIL PROTECTED]> The right thing to do is to > > file a PR when this stuff breaks. This process will actually be a > > good thing, since ports should not have been compiling on -current > > with -pthread for a long time now.

Re: re-fdisk'ing a partition - permission denied?

2003-09-09 Thread Michael Edenfield
* Ulrich Spoerlein <[EMAIL PROTECTED]> [030909 12:33]: > On Mon, 08.09.2003 at 18:10:38 -0400, Michael Edenfield wrote: > > e.g., if you have ad0s1a mounted as /, you cannot: > > > > * fdisk ad0 to create ad0s2 > > * disklabel ad0s2 to create ad0s2a > > * perform any data transfer with ad0 as the

[current tinderbox] failure on i386/i386

2003-09-09 Thread Tinderbox
TB --- 2003-09-09 18:24:00 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-09-09 18:24:00 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-09 18:25:51 - building world TB --- cd /home

Re: -pthread deprecated, but when?

2003-09-09 Thread Kevin Oberman
> Date: Tue, 9 Sep 2003 01:07:46 -0700 (PDT) > From: Doug Barton <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Tue, 9 Sep 2003, Harald Schmalzbauer wrote: > > > On Tuesday 09 September 2003 06:23, leafy wrote: > > > IMO this deprecation deserves a place in UPDATING. And what are the > >

ufs related panic with latest current

2003-09-09 Thread Tomi Vainio - Sun Finland
Our system died when using iozone -a to ~300G vinum partition made from four disks. Sources were cvsupped 7.9.2003. Tomppa kmem_malloc(8192): kmem_map too small: 28229632 total allocated db> trace Debugger(c03cc728,c0429ce0,c03db0bd,ca6c4800,100) at Debugger+0x54 panic(c03db0bd,1000,1aec000,

Re: weird text size

2003-09-09 Thread Dan Nelson
In the last episode (Sep 09), Dag-Erling Smorgrav said: > [EMAIL PROTECTED] /home/des# ps -opid,vsize,tsiz,command -p$$ > PID VSZ TSIZ COMMAND > 4712 23804 zsh > > How can the text size for zsh be only 4 kB? Easy: # ls -l =zsh -r-xr-xr-x 2 root wheel 2496 Aug 15 00:05 /usr/local/bin

Re: ATAng: ata1-slave CDRW is only sometimes detected

2003-09-09 Thread Jens Rehsack
Lefteris Chatzibarbas wrote: Hello, I have the following units on a MSI KT4V (KT400/VT8235) motherboard (80pin cable is used for both primary and secondary controller): ata0-master: WDC WD800JB ATA-6 disk ata0-slave: ata1-master: TEAC DV-516E DVDROM drive ata1-slave: TEAC CD-W524E C

ATAng: ata1-slave CDRW is only sometimes detected

2003-09-09 Thread Lefteris Chatzibarbas
Hello, I have the following units on a MSI KT4V (KT400/VT8235) motherboard (80pin cable is used for both primary and secondary controller): ata0-master: WDC WD800JB ATA-6 disk ata0-slave: ata1-master: TEAC DV-516E DVDROM drive ata1-slave: TEAC CD-W524E CDRW drive For about a week

[current tinderbox] failure on alpha/alpha

2003-09-09 Thread Tinderbox
TB --- 2003-09-09 16:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-09-09 16:00:01 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-09 16:01:51 - building world TB --- cd /

Re: ACPI problems on MSI K7D

2003-09-09 Thread Nate Lawson
On Tue, 9 Sep 2003, Dag-Erling [iso-8859-1] Smørgrav wrote: > Nate Lawson <[EMAIL PROTECTED]> writes: > > Please report the dmesg from boot -v as that should help figure out why > > pci_cfgregopen() fails. > > Full log attached, both with and without ACPI. Perhaps someone who knows our PCI code be

Re: Bluetooth stack for FreeBSD (Netgraph)

2003-09-09 Thread Maksim Yevmenkin
Tobias, > > After a very long delay (sorry!) I'm pleased to announce that I'm still > around > > and new a snapshot can be downloaded from > > kickass! I will try it out later today :) > > Here is the list of things I'm planing to do next: > > > > o Prepare patches for FreeBSD source tree > >

Re: dhclient bug

2003-09-09 Thread Martin Blapp
Hi, >with a missing dhcpserver or non-existent interface, this works. >however, it does not when i unplug the ethernet cable. in that case, i get >back true after the timeout, not 2. > >can someone verify this? is it a bug that must be fixed from the freebsd >side or should a bug report to the is

Re: re-fdisk'ing a partition - permission denied?

2003-09-09 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Kevin Oberman" writes: >In any case, since GEOM was added you can no longer slice or label an >active device. As a result, the only way I know of to change slices or >labels on V5 is to boot off of CD or floppy Fixit disks or install >disks. (I just had to do this

dhclient bug

2003-09-09 Thread Tobias Roth
from man 8 dhclient: The -1 flag cause dhclient to try once to get a lease. If it fails, dhclient exits with exit code two. with a missing dhcpserver or non-existent interface, this works. however, it does not when i unplug the ethernet cable. in that case, i get back true after

Re: [patch] annoying newline in kernel printf

2003-09-09 Thread Bruce Evans
On Tue, 9 Sep 2003, Pawel Worach wrote: > Is this blank line necessary? > > -- dmesg snippet -- > APIC_IO: Testing 8254 interrupt delivery > APIC_IO: routing 8254 via IOAPIC #0 intpin 2 > > Timecounters tick every 10.000 msec > acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0

Re: -pthread deprecated, but when?

2003-09-09 Thread Daniel Eischen
On Tue, 9 Sep 2003, Harald Schmalzbauer wrote: > On Tuesday 09 September 2003 06:23, leafy wrote: > > IMO this deprecation deserves a place in UPDATING. And what are the > > plans to Do The Right Thing? QT currently does not compile on -current > > with the -pthread deprecated. > > Was port@ info

Re: -pthread deprecated, but when?

2003-09-09 Thread Khairil Yusof
On Tue, 2003-09-09 at 16:07, Doug Barton wrote: > Any occurences of -lc_r should be changed to ${PTHREAD_LIBS} too. Seems that -lc_r is set by default in bsd.port.mk for ${PTHREAD_LIBS}. Does it mean that we should be able to specify a pthread library in future as a make option for installing po

Re: ACPI problems on MSI K7D

2003-09-09 Thread Dag-Erling Smørgrav
Nate Lawson <[EMAIL PROTECTED]> writes: > Please report the dmesg from boot -v as that should help figure out why > pci_cfgregopen() fails. Full log attached, both with and without ACPI. > Also, I think the following should be "\_S3": >Name (\SS3, Package (0x04) That shouldn't have any impac

ATAng interrupt storm and bogus interrupt stormproofing

2003-09-09 Thread Bruce Evans
ATAng generates an interrupt storm deterministically on 1 system here. This should lock up the system, but bugs in interrupt handler scheduling prevent the lockup except in my version of -current where the bugs are different. ATAng interrupt storm: The ATA_ATAPI_IDENTIFY command generates a second

[current tinderbox] failure on ia64/ia64

2003-09-09 Thread Tinderbox
TB --- 2003-09-09 09:33:41 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-09-09 09:33:41 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-09 09:37:03 - building world TB --- cd /home

Re: [patch] usb ohci suspend/resume v2

2003-09-09 Thread Mark Sergeant
When compiling /usr/src/sys/dev/usb/ohci.c: In function `ohci_resume': /usr/src/sys/dev/usb/ohci.c:1035: warning: unused variable `hcr' /usr/src/sys/dev/usb/ohci.c:1035: warning: unused variable `desca' /usr/src/sys/dev/usb/ohci.c: In function `ohci_suspend': /usr/src/sys/dev/usb/ohci.c:1125:

Re: ATAng problem: drive gets no longer detected

2003-09-09 Thread Soren Schmidt
It seems Stefan Ehmann wrote: > After tonight's cvsup and kernel build my primary slave hard disk gets > no longer detected. > > This is due to the latest update to src/sys/dev/ata/ata-lowlevel.c. When > i revert from version 1.10 to 1.9 everything is fine again. > > So much about the "Hopefully

[current tinderbox] failure on i386/pc98

2003-09-09 Thread Tinderbox
TB --- 2003-09-09 08:10:51 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-09-09 08:10:51 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-09 08:15:59 - building world TB --- cd /home

ATAng problem: drive gets no longer detected

2003-09-09 Thread Stefan Ehmann
After tonight's cvsup and kernel build my primary slave hard disk gets no longer detected. This is due to the latest update to src/sys/dev/ata/ata-lowlevel.c. When i revert from version 1.10 to 1.9 everything is fine again. So much about the "Hopefully this doesn't loose any real ATA disks..."

Re: My current box still got panic after ATAng

2003-09-09 Thread Putinas
I started to get panic in ufs after few system crashes, and what I found what to run fsck once is not enough. After crash I had to run 3 times fsck -y until it stoped saying about any error ( only 4th pass was ok ). I just was wondering is it meant to be like this ? - Original Message

Re: My current box still got panic after ATAng

2003-09-09 Thread Shin-ichi Yoshimoto
Subject: Re: My current box still got panic after ATAng, On Tue, 9 Sep 2003 09:19:01 +0200 (CEST), Soren Schmidt wrote: > Hmm, have you run fsck on that filesystem lately ? Yes, every panic. -- Shin-ichi YOSHIMOTO <[EMAIL PROTECTED]> http://diary.waishi.jp/~yosimoto/diary/ __

Re: No pccard with last night's kernel

2003-09-09 Thread Doug Barton
Argh. I got this working again by putting the hw.pci.allow_unsupported_io_range back into my /boot/loader.conf.local file. I had it in there originally thinking it would help with my acpi problems, but when the new .aml file fixed the acpi issues, I took it out. I attached two files, one is the re

weird text size

2003-09-09 Thread Dag-Erling Smørgrav
[EMAIL PROTECTED] /home/des# ps -opid,vsize,tsiz,command -p$$ PID VSZ TSIZ COMMAND 4712 23804 zsh How can the text size for zsh be only 4 kB? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freeb

Re: -pthread deprecated, but when?

2003-09-09 Thread Doug Barton
On Tue, 9 Sep 2003, Harald Schmalzbauer wrote: > On Tuesday 09 September 2003 06:23, leafy wrote: > > IMO this deprecation deserves a place in UPDATING. And what are the > > plans to Do The Right Thing? QT currently does not compile on -current > > with the -pthread deprecated. Probably be nice t

Re: Bluetooth stack for FreeBSD (Netgraph)

2003-09-09 Thread Tobias Roth
On Mon, Sep 08, 2003 at 12:45:03PM -0700, Maksim Yevmenkin wrote: > After a very long delay (sorry!) I'm pleased to announce that I'm still around > and new a snapshot can be downloaded from kickass! I will try it out later today [snip of long interesting list of enhancments] > Here is the list

Re: -pthread deprecated, but when?

2003-09-09 Thread Harald Schmalzbauer
On Tuesday 09 September 2003 06:23, leafy wrote: > IMO this deprecation deserves a place in UPDATING. And what are the > plans to Do The Right Thing? QT currently does not compile on -current > with the -pthread deprecated. Was port@ informed before the change? Not only qt isn't compiling any more

[patch] usbd debug message typo

2003-09-09 Thread Anish Mistry
http://www.freebsd.org/cgi/query-pr.cgi?pr=56622 -- Anish Mistry pgp0.pgp Description: signature

Re: [patch] usb ohci suspend/resume v2

2003-09-09 Thread Mark Sergeant
I've cvsup'ed applied this patch and am now compiling world and kernel, should have an update in a few hours. Cheers, Mark On Tue, 2003-09-09 at 17:18, Anish Mistry wrote: > On Monday 08 September 2003 02:39 am, you wrote: > > I've tried this patch but was unable to compile my kernel against it

Re: My current box still got panic after ATAng

2003-09-09 Thread Soren Schmidt
It seems Shin-ichi Yoshimoto wrote: > My recent kernel still got the panic when I tried to do CVSup. > > # cvsup -g -z -L 2 /home/yosimoto/mk/daemon-supfile 2>&1 | tee > /var/tmp/log/cvsup.`date "+%m%d.%H.%M.%S"`; > Parsing supfile "/home/yosimoto/mk/daemon-supfile" > Connecting to cvsup.jp.FreeB

[patch] usb ohci suspend/resume v2

2003-09-09 Thread Anish Mistry
On Monday 08 September 2003 02:39 am, you wrote: > I've tried this patch but was unable to compile my kernel against it > with any of the sources from the past couple of weeks, it does apply > cleanly though. > > Cheers, > > Mark > Updated patch at (same as attached): http://am-productions.biz/docs

Delete e-mail adress

2003-09-09 Thread Larsson Daniel
Hi FreeBSD-Current, Can you please remove this e-mail address ([EMAIL PROTECTED])from your mailing list. I don't own that address any more so I cant read mail from it and I have forgot the password to it on your side. Please take it away because nobody can read mail that sends to it. I have a ne