Re: patch for ATAng bug

2003-09-07 Thread Soren Schmidt
It seems David Gilbert wrote: > I submitted kern/56572 a few minutes ago. It patches ata-disk.c to > reject a disk that has zero blocks. > > This is a good thing ... malicious or broken disks (compact flash, > whatever) shouldn't crash machines. > > But in this case, the detected ad3 doesn't exi

Re: pst driver: timeout explosion? (patch is attached)

2003-09-07 Thread Soren Schmidt
It seems Aaron Smith wrote: > Hi, > > I think I may have found the cause of the pst timeout panics. I'm using > the Promise SX6000 RAID on -CURRENT, using the pst driver. Unfortunately, > under sufficiently high I/O load, the box starts printing: > > "pst: timeout mfa=0x00327b90 cmd=0x01" >

[current tinderbox] failure on amd64/amd64

2003-09-07 Thread Tinderbox
TB --- 2003-09-08 05:30:41 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2003-09-08 05:30:41 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-09-08 05:32:27 - building world TB --- cd /

Re: usb flashkey disk copy error

2003-09-07 Thread John-Mark Gurney
raoul.megelas wrote this message on Sun, Sep 07, 2003 at 11:33 +0200: > You have found the trick, fsync after cp works fine. > Thanks very much. > > But why the fsync is not automatically done by umount on umass? > > (note) if you need to test against flashkey i can do that if you want.) Well, w

Re: ACPI problems on MSI K7D

2003-09-07 Thread Nate Lawson
This is the line that triggers that panic, from /sys/dev/acpica/Osd/OsdHardware.c: if (pci_cfgregopen() == 0) panic("AcpiOsDerivePciId unable to initialize pci bus"); Please report the dmesg from boot -v as that should help figure out why pci_cfgregopen() fails. Also, I think the fol

Re: LS120, ATANg and Atapicam

2003-09-07 Thread Josh Elsasser
On Sun, Sep 07, 2003 at 12:18:56AM +, Mark Dixon wrote: > Hi, > > I'm not sure if this is a known problem, but I don't see any references > to it. I've gone from 5.1-RELEASE to todays CURRENT to try to get rid of > a different panic (no news on that yet), but I have hit this one. > > If I b

ADI AD1980 / VIA VT8237 sound support?

2003-09-07 Thread Josh Elsasser
I just bought a new Asus A7V600 motherboard, which claims to have an "ADI AD1980 SoundMAX 6-channel CODEC" and a VIA VT8237 southbridge. Unfortunately, the sound does not seem to be supported. That's what I get for buying newly-released hardware I guess. Here is the appropriate portion of pcicon

Re: Problems with ATAng and cdparanoia

2003-09-07 Thread Josh Elsasser
On Sun, Sep 07, 2003 at 01:59:55PM +0200, Arjan van Leeuwen wrote: > Hi, > > Since the ATAng import, I can't use the cd ripper cdparanoia > (audio/cdparanoia) with my IDE CD-ROM drive. When I direct cdparanoia to > device /dev/acd0, it will exit with the message > > 006: Could not read any dat

Re: 3C940 / Asus P4P800 gigabit LAN driver

2003-09-07 Thread Josh Elsasser
On Fri, Sep 05, 2003 at 07:50:24PM +0100, Stuart Walsh wrote: > On Mon Aug 25, 11:11P -0500, Glenn Johnson wrote: > > Hi again chaps, > > I've been working on other things lately, including getting ready to > move house and looking after my 3 month old daughter :) but recently I've > took up try

usb flashkey error

2003-09-07 Thread raoul.megelas
Hello all, in a precedent message, i reported an error using a flashkey. I must add the following: as one can see in the dmesg below, the controller is NOT the ohci but uhci. The error occurs on writing not reading I tested the file written to the flashkey, without fsync and after unmount applied;

Re: ATAng and CF cards

2003-09-07 Thread YazzY
Isn't the ATAng code great? It makes it affordable to get a 9007199253773098MB CF for the price of a 32 MB card. Now I am taking backups of the internet on it. :) M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Bruce Evans <[EMAIL PROTECTED]> writes: : On Sun, 7 Sep 2003, Dou

Re: usb flashkey disk copy error

2003-09-07 Thread raoul.megelas
John-Mark Gurne wrote this message on Sun, Sep 07, 2003 at 08:45 +0200: raoul.megelas wrote: > I have a copy error between hdd and a flashkey 1gig usb (easydisk) > on Current dated August 28. Here is in short: > > mount -t msdos /dev/da2s1 /flashkey > cp myfile /flashkey/ > diff myfile /flashkey/

pst driver: timeout explosion? (patch is attached)

2003-09-07 Thread Aaron Smith
Hi, I think I may have found the cause of the pst timeout panics. I'm using the Promise SX6000 RAID on -CURRENT, using the pst driver. Unfortunately, under sufficiently high I/O load, the box starts printing: "pst: timeout mfa=0x00327b90 cmd=0x01" The 'mfa' address varies. It starts printing

ACPI problems with this morning's -CURRENT

2003-09-07 Thread Damian Gerow
I set up a box yesterday to play with -CURRENT on. I used the 2003-09-06 snapshot code from ftp://current.freebsd.org/. Initial setup and boot worked just fine, but when I did a rebuild/reboot last night, this is what I saw: pmap_mapdev: Couldn't alloc kernel virtual memory So thinking I mi

Re: i386_set_ldt messages with today's world

2003-09-07 Thread Daniel Eischen
On Mon, 8 Sep 2003, Harald Schmalzbauer wrote: > On Monday 08 September 2003 00:17, Eric Anholt wrote: > > On Sun, 2003-09-07 at 14:13, Daniel Eischen wrote: > > > On Sun, 7 Sep 2003, Harald Schmalzbauer wrote: > > *SCHNIP* > > > > > See the i386_set_ldt man page for more info > > > > > > Someth

sylogd not logging

2003-09-07 Thread itchibahn
I used to run 4.6 where syslogd worked fine with cisco 7507, as5300, and max4048. Eversince I've installed 5.0-RELEASE, I used exact same config as old, but can't get it working. Please help. The following is configs: *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern

Re: ATAng and CF cards

2003-09-07 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Bruce Evans <[EMAIL PROTECTED]> writes: : On Sun, 7 Sep 2003, Doug White wrote: : > On Sun, 7 Sep 2003, Martin Jessa wrote: : > > ad4: 9007199253773098MB <\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-P\M-

Re: Help with password expire

2003-09-07 Thread Glenn Johnson
On Sun, Sep 07, 2003 at 04:31:33PM -0700, Chris Petrik wrote: > I am trying to use freebsd's way of password expiration to make it so > i need to change my password every 30 days ive got: > :warnpassword=4d:\ > :passwordtime=30d: > in my /etc/login.conf did a cap_mkdb /etc/login.conf i tryed to ch

Re: i386_set_ldt messages with today's world

2003-09-07 Thread Harald Schmalzbauer
On Monday 08 September 2003 00:17, Eric Anholt wrote: > On Sun, 2003-09-07 at 14:13, Daniel Eischen wrote: > > On Sun, 7 Sep 2003, Harald Schmalzbauer wrote: *SCHNIP* > > > See the i386_set_ldt man page for more info > > > > Something is using i386_set_ldt() static ldt allocations. We > > added

Help with password expire

2003-09-07 Thread Chris Petrik
I am trying to use freebsd's way of password expiration to make it so i need to change my password every 30 days ive got: :warnpassword=4d:\ :passwordtime=30d: in my /etc/login.conf did a cap_mkdb /etc/login.conf i tryed to change the password of one of my users using passwd and it doesnt seem to

Re: i386_set_ldt messages with today's world

2003-09-07 Thread Eric Anholt
On Sun, 2003-09-07 at 14:13, Daniel Eischen wrote: > On Sun, 7 Sep 2003, Harald Schmalzbauer wrote: > > > Hi all, > > > > I have no idea what it means, but since today's world I get the following > > messages after starting x: > > > > Warning: pid 541 used static ldt allocation. > > See the i38

Re: ATAng and CF cards

2003-09-07 Thread YazzY
Hi. It can be mounted when I boot the laptop and do not take the card out of the slot. If I eject it and then put it back in, I cannot mount it or dd files to it anymore... Anyway, this bit of dmesg does not look healthy to me. And as I said, everything worked fine before the ATAng code got cha

Re: usb flashkey disk copy error

2003-09-07 Thread Andrew Gordon
On Sun, 7 Sep 2003, John-Mark Gurney wrote: > > Hmmm. I just thought of something. Now is the data corrupt still correupt > on another system? What I mean is did the data get written properly, but > just isn't being read back from the media correctly. Unless you are > coping a file larger than

Re: i386_set_ldt messages with today's world

2003-09-07 Thread Harald Schmalzbauer
On Sunday 07 September 2003 23:13, Daniel Eischen wrote: *SNIP* > > Warning: pid 577 used static ldt allocation. > > See the i386_set_ldt man page for more info > > Something is using i386_set_ldt() static ldt allocations. We > added the warning message to detect usage of these allocations > so

Re: i386_set_ldt messages with today's world

2003-09-07 Thread Daniel Eischen
On Sun, 7 Sep 2003, Harald Schmalzbauer wrote: > Hi all, > > I have no idea what it means, but since today's world I get the following > messages after starting x: > > Warning: pid 541 used static ldt allocation. > See the i386_set_ldt man page for more info > Warning: pid 547 used static ldt a

[current tinderbox] failure on i386/pc98

2003-09-07 Thread Tinderbox
TB --- 2003-09-07 20:02:57 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-09-07 20:02:57 - 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-07 20:05:46 - building world TB --- cd /home

Re: devd *NOT* called on wi0 insert?

2003-09-07 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> David Gilbert <[EMAIL PROTECTED]> writes: : > "M" == M Warner Losh <[EMAIL PROTECTED]> writes: : : M> In message: <[EMAIL PROTECTED]> Larry : M> Rosenman <[EMAIL PROTECTED]> writes: : I have a (within the week) : M> -CURRENT system. If I boot with m

Re: usb flashkey disk copy error

2003-09-07 Thread John-Mark Gurney
Barney Wolff wrote this message on Sun, Sep 07, 2003 at 15:48 -0400: > I can't do more detailed diagnosis right now, but could in a few days. When you get a chance (or anyone else who has this problem), try the attached patch, and add options BROKEN_OHCI to your kernel config file. Please set hw.u

patch for ATAng bug

2003-09-07 Thread David Gilbert
I submitted kern/56572 a few minutes ago. It patches ata-disk.c to reject a disk that has zero blocks. This is a good thing ... malicious or broken disks (compact flash, whatever) shouldn't crash machines. But in this case, the detected ad3 doesn't exist. The machine is a laptop with a drive on

Re: ATAng problems

2003-09-07 Thread Andrew Lankford
>Si for all del ikke noe dritt om meg, for jeg forst=E5r dere ;> Soeren cyning,ATAng & das blinkenleiten dryhten, beorna beahgifa,& his broþor eac, Fred,ealdorlangne tir geslogon æt sæccesweorda ecgum ymbe [EMAIL PROTECTED] Bordweal clufan, heowan heaþolindehamora lafan, afaran Eadweardes,swa hi

i386_set_ldt messages with today's world

2003-09-07 Thread Harald Schmalzbauer
Hi all, I have no idea what it means, but since today's world I get the following messages after starting x: Warning: pid 541 used static ldt allocation. See the i386_set_ldt man page for more info Warning: pid 547 used static ldt allocation. See the i386_set_ldt man page for more info Warning:

Re: problems with_dynamicroot =yes/noshared=no ?

2003-09-07 Thread Ruslan Ermilov
On Sun, Sep 07, 2003 at 09:32:51PM +0200, [EMAIL PROTECTED] wrote: > Hello friends, > > I'm seeing a weird issue with my recent build, here goes: > > shiba# ls -ld /lib > drwxr-xr-x 2 root wheel 1024 Sep 7 01:53 /lib > shiba# ls -lh /lib/libc.so.5 > -r--r--r-- 1 root wheel862K Sep 7 01

Re: usb flashkey disk copy error

2003-09-07 Thread Barney Wolff
On Sun, Sep 07, 2003 at 10:55:24AM -0700, John-Mark Gurney wrote: > > > > Make me the third. I have a Sony F707 camera, which I can use on > > 4-stable and with 5-current on a Dell I5000 laptop, but not on 5-current > > on an Asus A7M266-D with world/kernel built 9/4/03. The bad data starts > >

problems with_dynamicroot =yes/noshared=no ?

2003-09-07 Thread masta
Hello friends, I'm seeing a weird issue with my recent build, here goes: shiba# ls -ld /lib drwxr-xr-x 2 root wheel 1024 Sep 7 01:53 /lib shiba# ls -lh /lib/libc.so.5 -r--r--r-- 1 root wheel862K Sep 7 01:50 /lib/libc.so.5 shiba# ls -lh /usr/lib/libc.so.5 -r--r--r-- 1 root wheel87

LS120, ATANg and Atapicam

2003-09-07 Thread David Gilbert
> "Mark" == Mark Dixon <[EMAIL PROTECTED]> writes: Mark> Hi, I'm not sure if this is a known problem, but I don't see any Mark> references to it. I've gone from 5.1-RELEASE to todays CURRENT Mark> to try to get rid of a different panic (no news on that yet), Mark> but I have hit this one. Mar

Re: ATAng problems

2003-09-07 Thread Eirik Oeverby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To all the english speaking on this list, I'm sorry for this small internal joke - but when I observe two danes thinking they are the only ones to understand their language, I need to remind them otherwise ;) Si for all del ikke noe dritt om meg, for

Re: devd *NOT* called on wi0 insert?

2003-09-07 Thread David Gilbert
> "M" == M Warner Losh <[EMAIL PROTECTED]> writes: M> In message: <[EMAIL PROTECTED]> Larry M> Rosenman <[EMAIL PROTECTED]> writes: : I have a (within the week) M> -CURRENT system. If I boot with my Linksys : WPC11 V.3 card M> inserted : I get the dhcp actions and all is fine. If I remove th

Re: ATAng problems

2003-09-07 Thread Bruce Evans
On Sun, 7 Sep 2003, Scott Lambert wrote: > I thought I was going to miss out on the ATAng issues... > > I use a SanDisk CompactFlash PC Card Adapter to read my digital camera > pictures. It worked fine before ATAng. Now I get: > > ata2: spurious interrupt - status=0xff error=0x00 reason=0x00 > a

Re: ATAng problems

2003-09-07 Thread Scott Lambert
-CURRENT but still have the same problem. Starting update: Sat Sep 6 21:27:09 EDT 2003 Finished update: Sat Sep 6 21:35:20 EDT 2003 http://www.lambertfam.org/~lambert/laptop/5/20030907-1331 has the verbose dmesg.boot and dmesg showing the insertion and removal of the card as well as other things

Re: usb flashkey disk copy error

2003-09-07 Thread John-Mark Gurney
Barney Wolff wrote this message on Sun, Sep 07, 2003 at 13:46 -0400: > On Sun, Sep 07, 2003 at 12:32:46AM -0700, John-Mark Gurney wrote: > > > > You're the second person that has reported corruption with USB umass > > devices. I am interested in tracking down this problem, but it's a > > bit diff

Re: usb flashkey disk copy error

2003-09-07 Thread Barney Wolff
On Sun, Sep 07, 2003 at 12:32:46AM -0700, John-Mark Gurney wrote: > > You're the second person that has reported corruption with USB umass > devices. I am interested in tracking down this problem, but it's a > bit difficult since I haven't seen it myself. Make me the third. I have a Sony F707 c

Re: ATAng problems

2003-09-07 Thread Christian Laursen
Soren Schmidt <[EMAIL PROTECTED]> writes: > I have one other report of problems on the older Acer chips, > I must have screwed something up there. I'll dig out my > old ASUS board and see what I can find out... Great, I'll be happy to test stuff. > Bortset fra det kunne vi da snakke dansk ku' vi

Re: ATAng and CF cards

2003-09-07 Thread Bruce Evans
On Sun, 7 Sep 2003, Doug White wrote: > On Sun, 7 Sep 2003, Martin Jessa wrote: > > > The latest changes in ATAng code made it impossible to use my CF cards. > > I have a few of them which previously worked just fine. > > Now, each time I put one to my laptop's PCMCIA slot i get following errors:

Re: ATAng and CF cards

2003-09-07 Thread Doug White
On Sun, 7 Sep 2003, Martin Jessa wrote: > The latest changes in ATAng code made it impossible to use my CF cards. > I have a few of them which previously worked just fine. > Now, each time I put one to my laptop's PCMCIA slot i get following errors: Looks like it mounted fine to me; some of the s

ATAng and CF cards

2003-09-07 Thread Martin Jessa
Hi. The latest changes in ATAng code made it impossible to use my CF cards. I have a few of them which previously worked just fine. Now, each time I put one to my laptop's PCMCIA slot i get following errors: pccard0: Allocation failed for cfe 0 ata2: at port 0x110-0x11f irq 11 function 0 config

5.1-RELEASE-p2 panic

2003-09-07 Thread Brandon Weisz
For the last couple weeks, I have been getting a daily panic just before 24 hours uptime. Seems to have started after -p2 patches and rebuild. The system was solid up until that point. I know I have seen others complain about this "24 hr panic" but no suggestions. [.] panic: from debugger

Problems with ATAng and cdparanoia

2003-09-07 Thread Arjan van Leeuwen
Hi, Since the ATAng import, I can't use the cd ripper cdparanoia (audio/cdparanoia) with my IDE CD-ROM drive. When I direct cdparanoia to device /dev/acd0, it will exit with the message 006: Could not read any data from drive Cdparanoia could not find a way to read audio from this drive. If,

Re: LS120, ATANg and Atapicam

2003-09-07 Thread Bruce Evans
On Sun, 7 Sep 2003, Mark Dixon wrote: > I'm not sure if this is a known problem, but I don't see any references > to it. I've gone from 5.1-RELEASE to todays CURRENT to try to get rid of > a different panic (no news on that yet), but I have hit this one. > > If I boot my system with no floppy in t

Re: [PATCH] /bin/sh buglet

2003-09-07 Thread Jens Schweikhardt
On Sun, Sep 07, 2003 at 04:27:00AM +0300, Enache Adrian wrote: # $ a=foo # $ : $((a=15)) # arithmetic expression: variable assignment error: "a=15" # $ echo $a # 15 # # --- /usr/src/bin/sh/arith.y Thu Sep 4 23:31:14 2003 # +++ ./arith.y Sun Sep 7 01:04:06 2003 # @@ -155,7 +155,7 @@ #

cosmetic bug in newsyslog ?

2003-09-07 Thread Putinas
Hi all, maybe not really proper mailling list, I just cvsuped 4.9 prerelease and funny thing with syslog this is newsyslog.conf /var/log/httpd-referer.log 644 20*$M1D0 BZ /var/run/httpd.pid 30 this is newsyslog -v output /var/log/httpd-referer.log <20Z>: --> will

Re: ATAng problems

2003-09-07 Thread Soren Schmidt
It seems Christian Laursen wrote: > Since ATAng was comitted I've had problems with the disk on > which my root filesystem is residing. > > If I choose 'Safe mode' in the boot menu, it will boot but > it is then running with DMA and write caching disabled. > > This is the dmesg output from a fail

[current tinderbox] failure on i386/pc98

2003-09-07 Thread Tinderbox
TB --- 2003-09-07 07:43:59 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-09-07 07:43:59 - 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-07 07:46:20 - building world TB --- cd /home

Re: usb flashkey disk copy error

2003-09-07 Thread John-Mark Gurney
raoul.megelas wrote this message on Sun, Sep 07, 2003 at 08:45 +0200: > I have a copy error between hdd and a flashkey 1gig usb (easydisk) > on Current dated August 28. Here is in short: > > mount -t msdos /dev/da2s1 /flashkey > cp myfile /flashkey/ > diff myfile /flashkey/myfile > (ok). co