Re: GCC tickling obscure hardware bug or...?

2003-09-13 Thread Anthony Ginepro
> On Fri, 2003-09-12 at 12:56, [EMAIL PROTECTED] wrote: > > Quoting Scott Reese <[EMAIL PROTECTED]>: > > > > > Hello all, I'm rephrasing my previous question to reflect new findings > > > in my situation in the hopes that someone may have an idea of what's > > > going on here (see thread "Internal

Re: USB da(4) quirks deprecated

2003-09-13 Thread John-Mark Gurney
Andrew Thompson wrote this message on Sat, Sep 13, 2003 at 16:33 +1200: > I have just got around to trying this pen-drive again and have been > trying tracking down data corruptions. If I mount the drive, write a > file, umount/mount again the file is different. > > Using cmp I have found that

Re: ATAng interrupt storm and bogus interrupt stormproofing

2003-09-13 Thread Bruce Evans
On Tue, 9 Sep 2003, Bruce Evans wrote: > 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. > ... > Bugs in interrupt

Re: usb flashkey disk copy error

2003-09-13 Thread John-Mark Gurney
Barney Wolff wrote this message on Fri, Sep 12, 2003 at 15:52 -0400: > Patch below had some problems. Needed #ifdef USB_DEBUG around the > ref to ohcidebug to compile, and either BROKEN_OHCI added to the > list of valid options or (as I did) kludged to 1. Worse, trying > to mount_msdosfs my camer

re: usb flashkey

2003-09-13 Thread raoul.megelas
hello all, I tested the flashkey with and without fsync. Infortunately the result is the same in all cases: a random write fault for one byte at each time, repeated at random places. With a 32Mb (old model i think) flashkey, all is correct and repeated writes are ok. Reading operations are corre

Re: How do put an ATA disk into sleep/standby mode?

2003-09-13 Thread John-Mark Gurney
Darren Pilgrim wrote this message on Thu, Sep 11, 2003 at 17:55 -0700: > In my workstation, running 5.1-R, I have two disks, one containing > FreeBSD, the other Windows. Since the Windows disk isn't used at all > when in FreeBSD, I would like to put it into standby or sleep mode > (whichever is ne

Re: Shared object "libintl.so.4" not found

2003-09-13 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 09:26:03PM -0700, Kevin Oberman wrote: > > Please don't give bogus advice. The solution is to update everything > > that depends upon gettext, e.g. by using portupgrade. > > > > Kris > > Maybe, but this bit me and the solution was to re-build gmake. Like I said, the sol

Re: How do put an ATA disk into sleep/standby mode?

2003-09-13 Thread Darren Pilgrim
On 2003.09.13 01:16:16 -0700, John-Mark Gurney <[EMAIL PROTECTED]> wrote: > Darren Pilgrim wrote this message on Thu, Sep 11, 2003 at 17:55 -0700: > > In my workstation, running 5.1-R, I have two disks, one containing > > FreeBSD, the other Windows. Since the Windows disk isn't used at > > all wh

mysql-client compiler error

2003-09-13 Thread Matt
After building world as of late last night I decided to portupgrade -rRaf, mainly due to having the libintl.so.4 missing problem when I tried to start X. Everything compiled perfectly fine (and X is now working fine) except for databases/mysql40-client. I get this error: checking for C compiler

Re: ATAng - delay probing for non-existent drive

2003-09-13 Thread Lukas Ertl
On Fri, 12 Sep 2003, Bryan Liesner wrote: > The last change to ata-lowlevel (rev 1.11) causes a 10-15 second delay > probing for a drive that's not there: > > ata2: at 0xb400 on atapci0 > ata2: [MPSAFE] > > hangs here for about 15 seconds > > ata3: at 0xa800 on atapci0 > ata3: [MPSAFE] I can co

Re: ATAng - delay probing for non-existent drive

2003-09-13 Thread Dag-Erling Smørgrav
Bryan Liesner <[EMAIL PROTECTED]> writes: > The last change to ata-lowlevel (rev 1.11) causes a 10-15 second delay > probing for a drive that's not there: [...] Same symptoms here... DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED]

Bad performance

2003-09-13 Thread sebastian ssmoller
hi, i recently switched from mandrake to freebsd. i used a second system, to install freebsd 5.1 (release) on a 15 gb western digital disk. i installed the whole system without problems and managed to start gdm and gnome2. everything worked fine and performance (launching gdm, gnome2 and firebird)

Re: ATAng - delay probing for non-existent drive

2003-09-13 Thread Benjamin Kohler
On Sat, 13 Sep 2003 14:28:03 +0200 [EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote: > Bryan Liesner <[EMAIL PROTECTED]> writes: > > The last change to ata-lowlevel (rev 1.11) causes a 10-15 second delay > > probing for a drive that's not there: [...] > > Same symptoms here... > and here. cu kob _

Re: Bad performance

2003-09-13 Thread Arjan van Leeuwen
On Saturday 13 September 2003 14:52, sebastian ssmoller wrote: > hi, > i recently switched from mandrake to freebsd. i used a second system, > to install freebsd 5.1 (release) on a 15 gb western digital disk. i > installed the whole system without problems and managed to start gdm and > gnome2. eve

Re: Bad performance

2003-09-13 Thread sebastian ssmoller
On Sat, 2003-09-13 at 15:08, Arjan van Leeuwen wrote: > On Saturday 13 September 2003 14:52, sebastian ssmoller wrote: > > hi, > > i recently switched from mandrake to freebsd. i used a second system, > > to install freebsd 5.1 (release) on a 15 gb western digital disk. i > > installed the whole sy

Re: Bad performance

2003-09-13 Thread Alexander Leidinger
On 13 Sep 2003 14:52:29 +0200 sebastian ssmoller <[EMAIL PROTECTED]> wrote: > then i moved the disk from the hardware used during install into the > "production" environment which includes VIA 82C8363 (Apollo KT133A) > board, NVidia GeForce2 grafic card (using nvidia native driver for x11), > AMD

Re: 3C940 / Asus P4P800 gigabit LAN driver

2003-09-13 Thread Stuart Walsh
On Fri, Sep 12, 2003 at 09:55:54PM -0400, Jung-uk Kim wrote: > I have my own *working* driver, which is for 4-STABLE. It works with > SK-9521 V2.0 (for me, at least) and it should work with 3C940. > > Note: This driver is ported from Nathan L. Binkert's OpenBSD driver. > Note: This is completely

Re: bikeshed

2003-09-13 Thread Liew Jay Sern
I missed BSDcon 03, what's a bikeshed got to do with anything, anyway? (besides bikes). Jay Sern Liew [EMAIL PROTECTED],ieee}.org gpg --keyserver pgp.mit.edu --recv-keys 0xA115A33F

Re: bikeshed

2003-09-13 Thread Bill Moran
Liew Jay Sern wrote: I missed BSDcon 03, what's a bikeshed got to do with anything, anyway? (besides bikes). Let's see if I remember the story correctly: If you were building a nuclear reactor, your board of directors would likely agree with you on just about anything you tried to do, since a nucl

Re: bikeshed

2003-09-13 Thread Thorsten Greiner
* Liew Jay Sern <[EMAIL PROTECTED]> [2003-09-13 17:07]: > I missed BSDcon 03, what's a bikeshed got to do with anything, anyway? > (besides bikes). See the Handbook here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#BIKESHED-PAINTING Regards -Thorsten -- You can't ca

Re: bikeshed

2003-09-13 Thread Daniel C. Sobral
Bill Moran wrote: Thus "building a bikeshed" has become a euphamism for discussing relatively unimportant details into the ground. Just to point out a few examples, whenever someone wants to tweak with the rc scripts, or discuss what sysinstall should or shouldn't do, or even if we should bundle

Re: Bad performance

2003-09-13 Thread sebastian ssmoller
On Sat, 2003-09-13 at 16:34, Alexander Leidinger wrote: > On 13 Sep 2003 14:52:29 +0200 > sebastian ssmoller <[EMAIL PROTECTED]> wrote: > > > then i moved the disk from the hardware used during install into the > > "production" environment which includes VIA 82C8363 (Apollo KT133A) > > board, NVid

Re: Bad performance

2003-09-13 Thread sebastian ssmoller
On Sat, 2003-09-13 at 16:34, Alexander Leidinger wrote: > On 13 Sep 2003 14:52:29 +0200 > sebastian ssmoller <[EMAIL PROTECTED]> wrote: > > > then i moved the disk from the hardware used during install into the > > "production" environment which includes VIA 82C8363 (Apollo KT133A) > > board, NVid

Re: USB da(4) quirks deprecated

2003-09-13 Thread Nate Lawson
On Sat, 13 Sep 2003, John-Mark Gurney wrote: > Andrew Thompson wrote this message on Sat, Sep 13, 2003 at 16:33 +1200: > > I have just got around to trying this pen-drive again and have been > > trying tracking down data corruptions. If I mount the drive, write a > > file, umount/mount again the f

Re: Shared object "libintl.so.4" not found

2003-09-13 Thread Michael Edenfield
* Kevin Oberman <[EMAIL PROTECTED]> [030913 00:26]: > > From: Kris Kennaway <[EMAIL PROTECTED]> > > Please don't give bogus advice. The solution is to update everything > > that depends upon gettext, e.g. by using portupgrade. > > Maybe, but this bit me and the solution was to re-build gmake. T

Re: Bad performance

2003-09-13 Thread Arjan van Leeuwen
On Saturday 13 September 2003 18:05, sebastian ssmoller wrote: > On Sat, 2003-09-13 at 16:34, Alexander Leidinger wrote: > > On 13 Sep 2003 14:52:29 +0200 > > > > sebastian ssmoller <[EMAIL PROTECTED]> wrote: > > > then i moved the disk from the hardware used during install into the > > > "producti

Re: Bad performance

2003-09-13 Thread Fred Souza
> I have the same southbridge and a very fast system. That can't be the problem > - and it really does sound like a network problem. It looks like it's looking > for a host that it can't find. Possibly your own hostname. I've seen a problem somewhat like that one if portmap/rpcbind is not ru

Re: ACPI problems with this morning's -CURRENT

2003-09-13 Thread Nate Lawson
The post you reference shows the user with a kernel that has both APM and ACPI installed, apparently. This is not valid. Please report your kernel config. If GENERIC in 2003/9/6 booted fine with ACPI and then your rebuilt kernel from 2003/9/7 fails, it is almost certainly the devices you include

page fault while in kernel mode: AcpiNsMapHandleToNode + 0x20

2003-09-13 Thread David Wolfskill
Got today's (CVSup between 03:47 - 03:55 US/Pacific, 7 hrs. W of GMT) -CURRENT built on the laptop (i5000e) without incident -- after having built from similarly-updated source on my build machine without incident. On reboot, saw (hand-transcribed, so there may be transcription errors): ... Start

ps: kvm_getprocs: No such file or directory

2003-09-13 Thread Jay Cornwall
Hi I just updated my FreeBSD 5.1 system to HEAD, to see if the NFS problems had been fixed. I've done {build|install}world, built a new kernel (with my config from 5.1), and mergemaster -i. Running ps with the -a option produces this error: ps: kvm_getprocs: No such file or directory Have I d

Re: ps: kvm_getprocs: No such file or directory

2003-09-13 Thread Ruslan Ermilov
On Sat, Sep 13, 2003 at 08:42:42PM +0100, Jay Cornwall wrote: > Hi > > I just updated my FreeBSD 5.1 system to HEAD, to see if the NFS problems > had been fixed. I've done {build|install}world, built a new kernel (with > my config from 5.1), and mergemaster -i. > > Running ps with the -a option

Re: Bad performance

2003-09-13 Thread Arjan van Leeuwen
> > > > > > as mentioned: really bad performace occurs when lauching mozilla, gaim, > > > gnome2, etc. ... when mozilla is running the perfomance seems to be ok > > > ... possibly a bit too slow but i do not know how to proof this (?) > > > > > > i suppose a udma/disk/controller problem. i found ou

Re: ps: kvm_getprocs: No such file or directory

2003-09-13 Thread Jay Cornwall
Ruslan Ermilov wrote: If you did it exactly like you describe, then you forgot to install and boot with the new kernel. Oh. *blushes* :) I can't believe I forgot to do 'make install'. Thanks Rus. ;) -- Cheers, Jay http://www.evilrealms.net/ - Systems Administrator & Developer http://www.ic.ac.uk

mystery kernel spew

2003-09-13 Thread masta
Howdy list, For some time now I've have an issue with a dell laptop I use. It spews a bunch of kernel junk after init is spawned, and the spew causes my dmesg to become too full to actually produce a file I can send to the list that is meaningfull. But I'm tired of the spew, so I've decided to pr

Re: Bad performance

2003-09-13 Thread Fred Souza
> i guess portmapper is not runing. whats the name of the rc.d script on fbsd > ? > i looked for portmap (as under linux) but haven't found in /etc/rc.d ... If you're running 4.x, it's portmap. If it's 5.x, it's rpcbind. To have it loaded at boot-time, just put rpcbind_enable="YES" into your

Re: devd/devctl

2003-09-13 Thread Doug Barton
On Sat, 13 Sep 2003, M. Warner Losh wrote: > Yes. that has been the plan for some time now. However, dhclient is > really lame in a lot of ways. Martin Blapp has made it a lot better > of lates. In geral, I tend to believe that I shouldn't fix bugs in > dhclient with devd things. However, a m

Re: devd/devctl

2003-09-13 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Doug Barton <[EMAIL PROTECTED]> writes: : That functionality is being ported back to the vendor, if it hasn't been : already. If we want really cool whizbang features that are more specific : to us, we _should_ be looking at stuff like devd. The trick is

Re: scsi_cd or atapicam crash in current.

2003-09-13 Thread Vladimir Kushnir
Hello, here camcontrol still shows bogus numbers when there's no CD: #camcontrol cmd cd0 -v -c "25 0 0 0 0 0 0 0 0 0" -i 8 "i4 i4" -791621424 -791621424 No boot crashes, though, only the usual ones due to cdrecord usage which nobody seem to care about :-( On Fri, 12 Sep 2003, Kenneth D. Merry wr

Re: devd/devctl

2003-09-13 Thread Doug Barton
On Sat, 13 Sep 2003, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Doug Barton <[EMAIL PROTECTED]> writes: > : That functionality is being ported back to the vendor, if it hasn't been > : already. If we want really cool whizbang features that are more specific > : to us, we

Re: scsi_cd or atapicam crash in current.

2003-09-13 Thread Daniel Eischen
On Sun, 14 Sep 2003, Vladimir Kushnir wrote: > Hello, > here camcontrol still shows bogus numbers when there's no CD: > > #camcontrol cmd cd0 -v -c "25 0 0 0 0 0 0 0 0 0" -i 8 "i4 i4" > -791621424 -791621424 > > No boot crashes, though, only the usual ones due to cdrecord usage > which nobody se

Re: Bad performance

2003-09-13 Thread Peter Jeremy
On Sat, Sep 13, 2003 at 02:52:29PM +0200, sebastian ssmoller wrote: >then i moved the disk from the hardware used during install into the >"production" environment which includes VIA 82C8363 (Apollo KT133A) ... >everything worked fine again. BUT: launching gdm needs a lot of time, >same for gnome2.

Re: devd/devctl

2003-09-13 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Doug Barton <[EMAIL PROTECTED]> writes: : On Sat, 13 Sep 2003, M. Warner Losh wrote: : : > In message: <[EMAIL PROTECTED]> : > Doug Barton <[EMAIL PROTECTED]> writes: : > : That functionality is being ported back to the vendor, if it hasn't b

Re: devd/devctl

2003-09-13 Thread Brandon S. Allbery KF8NH
On Sat, 2003-09-13 at 18:49, M. Warner Losh wrote: > and you cannot tell dhclient that interfaces have arrived. dhclient(8) seems to think otherwise, although it doesn't explain quite how (I assume it wants you to pause and resume via OMAPI/omshell(8) since it doesn't appear to support "interface"

SOS: ATAng: Broke my ATA (ICH3).

2003-09-13 Thread Larry Rosenman
I have a ICH3 controller, and a 9/9 kernel works just fine, but a today kernel hangs(!) after printing ata0: [MPSAFE] Here is the GOOD dmesg: $ dmesg|grep ata atapci0: port 0x1c20-0x1c2f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 mem 0xe010-0xe01003ff at device 31.1 on pci0 ata0: at 0

Re: page fault while in kernel mode: AcpiNsMapHandleToNode + 0x20

2003-09-13 Thread Nate Lawson
Your backtrace shows that your acpi_tz_monitor() thread is hitting an invalid pointer. It would be interesting to see what package that is (i.e. the _ALx values). Please send a URL to the output of: acpidump -t -d -o david.dsdt > david.asl -Nate ___

Re: SOS: ATAng: Broke my ATA (ICH3).

2003-09-13 Thread Larry Rosenman
--On Saturday, September 13, 2003 18:09:21 -0500 Larry Rosenman <[EMAIL PROTECTED]> wrote: I have a ICH3 controller, and a 9/9 kernel works just fine, but a today kernel hangs(!) after printing ata0: [MPSAFE] Here is the GOOD dmesg: $ dmesg|grep ata atapci0: port 0x1c20-0x1c2f,0x374-0x377,0x17

Re: ATAng suspend/resume support broken

2003-09-13 Thread Nate Lawson
On Mon, 1 Sep 2003, Soren Schmidt wrote: > It seems Nate Lawson wrote: > > This worked with old ATA. For now I've supped sys/dev/ata back to > > 2003/8/23. Ideas? > > Not really, it does work on my laptop hmm.. > > I'll try to get it onto a few other laptops at work, see if I can > reproduce the

Re: page fault while in kernel mode: AcpiNsMapHandleToNode + 0x20

2003-09-13 Thread David Wolfskill
>Date: Sat, 13 Sep 2003 16:26:58 -0700 (PDT) >From: Nate Lawson <[EMAIL PROTECTED]> >To: David Wolfskill <[EMAIL PROTECTED]> >cc: [EMAIL PROTECTED] >Subject: Re: page fault while in kernel mode: AcpiNsMapHandleToNode + 0x20 >Your backtrace shows that your acpi_tz_monitor() thread is hitting an >in

Re: devd/devctl

2003-09-13 Thread Bruce M Simpson
On Sat, Sep 13, 2003 at 06:59:21PM -0400, Brandon S. Allbery KF8NH wrote: > On Sat, 2003-09-13 at 18:49, M. Warner Losh wrote: > > and you cannot tell dhclient that interfaces have arrived. One way for it to tell that this has happened automatically is to get it to listen on a PF_ROUTE socket and

ATAng ate my hampster...

2003-09-13 Thread Ashley Penney
Hiya, I recently upgraded my -current box, only to have my Serial ATA device move from ar0 to ad6, making things cry. Here's the relevant information currently in dmesg, my main concern is not the name change, but more the reporting of the disk as UDMA133, which it clearly isn't! Soren, if I can

Re: USB da(4) quirks deprecated

2003-09-13 Thread Andrew Thompson
Nate Lawson wrote: On Sat, 13 Sep 2003, John-Mark Gurney wrote: Andrew Thompson wrote this message on Sat, Sep 13, 2003 at 16:33 +1200: I have just got around to trying this pen-drive again and have been trying tracking down data corruptions. If I mount the drive, write a file, umount/mount agai

Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-13 Thread Jun Kuriyama
At Fri, 12 Sep 2003 20:01:36 + (UTC), Kris Kennaway wrote: > This used to work fine, but now it is dying with the following: > > install -o root -g wheel -m 644 > /a/asami/portbuild/amd64/5/src/etc/sendmail/freebsd.mc > /a/asami/portbuild/amd64/5/src/etc/sendmail/freebsd.cf //var/chroot/etc

ATA problems(unlean fs) on recent cvsup

2003-09-13 Thread Alastair G. Hogge
Hello list, I've recently cvsup'd current (14th of Sep). After a build and install world/kernel I rebooted to find some new and interesting kernel messages about ata? MPSAFE. Well as the booting continued I notcied the machine was going through more disk activity then usal. It was also taking alot