Slow write with EADDR

2007-04-06 Thread Trevor Blackwell
r (i=0; i<5; i++) { write(fd, buf, 256); write(fd, NULL, 256); } close(fd); } -- Compile with gcc -o t_slow_write t_slow_write.c -- Trevor Blackwell [EMAIL PROTECTED]http://tlb.org 650 776 7870 ___ freebsd-questions@freebsd.org

ATA to CF fails to mount root

2005-05-05 Thread Trevor Blackwell
: type 0xa5, start 63, end=1000943, size 1000881: OK start_init: trying /sbin/init [HANG. Ctl-Alt-Del does a clean reboot] -- Trevor Blackwell [EMAIL PROTECTED] (650) 210-9272 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.or

Re: USB generic driver problems

2004-05-19 Thread Trevor Blackwell
E) == UE_INTERRUPT but only allows a generic write for devices with XFERTYPE of UE_BULK. So it gives a ENXIO (device not configured) when you call write. I've also fooled around with using the uhid driver, but I haven't been able to complete a write with it either. If you figure

SCSI Travan tape drive is flaky

2003-11-17 Thread Trevor Blackwell
lock size 22528: record 13190 file 0: eof after 13191 records: 864442368 bytes Any suggestions? -- Trevor Blackwell [EMAIL PROTECTED] (650) 776-7870 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Travan SCSI tape random failures

2003-11-01 Thread Trevor Blackwell
0:ahd1:0:4:0): Write error /kernel: (sa0:ahd1:0:4:0): failed to write terminating filemark(s) /kernel: (sa0:ahd1:0:4:0): tape is now frozen- use an OFFLINE, REWIND or MTEOM command to clear this state. The drive and tape are both new; I haven't used this kind before. Any suggestions? -- T