search for: g_vfs_done

Displaying 9 results from an estimated 9 matches for "g_vfs_done".

2009 Jan 16
1
g_vfs_done()...errors
...ABLE right now), I'm getting the message buffer filled by errors. This is my dvd-rw $ sysctl dev.acd.0.%desc dev.acd.0.%desc: PIONEER DVD-RW DVR-109/1.58 attached to $ sysctl dev.atapci.1.%desc dev.atapci.1.%desc: VIA 8237A UDMA133 controller And the followings are some examples of the error: g_vfs_done():cd0[READ(offset=3533693165190270976, length=2048)]error = 5 g_vfs_done():cd0[READ(offset=8751655366962446336, length=2048)]error = 5 g_vfs_done():cd0[READ(offset=8751655370713257984, length=2048)]error = 5 g_vfs_done():acd0[READ(offset=3533693165190270976, length=2048)]error = 5 g_vfs_done():acd...
2008 Aug 27
1
Finding which GEOM provider is generating errors in a graid3
...v1.0 ATA channel 8: Master: ad16 <ST3320620AS/3.AAK> Serial ATA v1.0 ATA channel 9: Master: ad18 <ST3320620AS/3.AAK> Serial ATA v1.0 ATA channel 10: Master: ad20 <ST3320620AS/3.AAK> Serial ATA v1.0 Output in /var/log/messages: > Aug 27 17:17:27 backup kernel: g_vfs_done():raid3/data1[READ(offset=160320159744, length=16384)]error = 5 > Aug 27 17:25:45 backup kernel: g_vfs_done():raid3/data1[READ(offset=160320159744, length=16384)]error = 5 > Aug 27 17:25:45 backup last message repeated 7 times > Aug 27 17:25:45 backup kernel: g_vfs_done():raid3/data1[READ(...
2008 Dec 02
6
repeatable crash on RELENG7
...ry ? If so, is there anything I can adjust to prevent this, yet still use mfs in this way ? mdconfig -a -t malloc -s 1800M newfs /dev/md0 mount /dev/md0 /usr/obj/ time make -j4 buildworld > /var/log/build.out in the middle of the buildworld on the serial console (after adding witness etc) g_vfs_done():md0[WRITE(offset=1752924160, length=6144)]error = 28 g_vfs_done():md0[WRITE(offset=1752952832, length=4096)]error = 28 g_vfs_done():md0[WRITE(offset=1753006080, length=14336)]error = 28 g_vfs_done():md0[WRITE(offset=1753020416, length=2048)]error = 28 g_vfs_done():md0[WRITE(offset=1753202688, len...
2006 Mar 05
2
g_vfs_done with offset greater than disk size
...regs: error 10, sector count 20, LBA low ff, LBA mid ff, LBA high ff, device 4f, status 51 which results in the disk being dropped from the array. A sharp eyed engineer at Highpoint has just spotted the fact that the read error reported later is well beyond the end of the array ( 750Gb ): kernel: g_vfs_done():da0s1h[READ(offset=535260184576,length=131072)]error = 5 As such is it possible there is a problem in the FS that fsck is not detecting which could be causing this behaviour when an rsync ( read only ) is performed against it? If there is indeed a vfs error which fsck is not detecting how would...
2009 Jan 25
1
recently happend kernel panics regarding usb
Hi, I'm experiencing recently happend kernel panics while making bacula backups on my external USB harddisk. It first happened some days ago while I was running 6.4-PRERLEASE. I then updated to 6.4-STABLE and enabled all the kernel debugging stuff. I've uploaded "screenshots" (including backtrace) here: http://pics.pofo.de/gallery/v/misc/ I'm now not sure if the external
2013 Aug 29
2
gmirror crash writing to disk? Or is it su+j crash?
...sys/STRIKE i386 and it has two 2T SATA disks. To keep this post short, the crash.txt is here. https://uk.eicat.ca/owncloud/public.php?service=files&t=fea9d25579fe0c4afb808859e80e1493 now curiously, while running a "make -j4 buildkernel" ... almost every time ... it crashes with: g_vfs_done():mirror/walke[WRITE(offset=516764794880, length=65536)]error = 11 /usr: got error 11 while accessing filesystem panic: softdep_deallocate_dependencies: unrecovered I/O error ... no error report from the hard drives, simply an error report from the mirror. The filesystem is ufs with su+j... but I...
2008 Nov 22
0
ddd issue with 6.4-PRERELEASE #2 and udf/cd9660
When ever I try try to mount any burned CD/DVD media I get the error below. mount_cd9660 -v /dev/cd0 /mnt using starting sector 0 mount_cd9660: /dev/cd0: Input/output error Exit 1 Which in dmesg results in... g_vfs_done():cd0[READ(offset=-2207623839744, length=2048)]error = 5 This is odd because if I unplug the USB CD drive and plug it into my netbook running a old RELENG 7.0-STABLE it works. On the machine that it errors on it has been doing this for any burned CD/DVD media in either the DVD drive in it or on th...
2008 May 19
2
Suspend/resume on IBM X31
...ver if I start powerd before suspending, I get the following extra kernel messages (hand transcribed): acpi_ec0: warning: EC done before starting event wait subdisk0: detached ad0: detached and any subsequent attempts to access the disk (eg. dmesg>/some/file, kldstat) produce errors of the form: g_vfs_done(): ad0s2e[READ(offset=8478572544, length=16384)] error=6 and eventually another panic. Of course if /etc/rc.suspend worked, I could disable powerd before suspending :-/. If anyone has any ideas, I'd love to hear them, and I'll provide any more info that's needed. Other than this, I'...
2008 Oct 27
1
Short SMART check causes disk op timeouts
...ssages: Oct 26 04:54:15 35 kernel: ad6: TIMEOUT - WRITE_DMA48 retrying (1 retry left) LBA=836986454 Oct 26 04:54:25 35 kernel: ad6: TIMEOUT - WRITE_DMA48 retrying (0 retries left) LBA=836986454 Oct 26 04:54:25 35 kernel: ad6: FAILURE - WRITE_DMA48 timed out LBA=836986454 Oct 26 04:54:25 35 kernel: g_vfs_done():ad6s2d[WRITE(offset=13150142464, length=16384)]error = 5 And the SMART test results log on the disk contains line like this: # 1 Short offline Interrupted (host reset) 00% 297 - This is on 7.1-PRERELEASE #0: Wed Oct 15 18:56:54 UTC 2008, with GENERIC kernel. Now, does t...