Re: /netbsd: wd0a: error reading fsbn?

2016-01-07 Thread Christos Zoulas
In article <20160107165638.GA22040@dstar>, scole_mail wrote: >While copying some files between disks I got these errors: > >/netbsd: wd0a: error reading fsbn 3522624 of 3522624-3522751 (wd0 bn >3522687; cn 3494 tn 11 sn 42), retrying >/netbsd: wd0: (uncorrectable data error)

Re: /netbsd: wd0a: error reading fsbn?

2016-01-07 Thread scole_mail
I think I should amend my previous reply: dd if=/dev/rwd0d seek=3522687 count=1 of=foo didn't generate any kernel messagese, but the file generated looks very suspicious: dstar# dd if=/dev/rwd0d seek=3522687 count=1 of=foo 1+0 records in 1+0 records out 512 bytes transferred in 0.001 secs

Re: xHCI not working on ASUS F555 laptop

2016-01-07 Thread gary
=> On Jan 7, 2016, at 5:08, Gary Duzan wrote: =>> =>> In Message <47820a2c8eb.b1d4...@mail.owl.de>, =>> Frank Wille wrote: =>> =>> =>Hi, =>> => =>> =>I was given an Asus F555L laptop for installing NetBSD. It came with =>> FreeDOS =>> =>preinstalled and

Re: xHCI not working on ASUS F555 laptop

2016-01-07 Thread Dave Huang
On 1/7/2016 4:17, Frank Wille wrote: The complete list of PCI devices on this board: 000:00:0: Intel Core 4G (mobile) Host Bridge, DRAM (host bridge, revision 0x0b) 000:02:0: Intel HD Graphics (GT2) (VGA display, revision 0x0b) 000:03:0: Intel Core 4G (mobile) Mini HD audio (mixed mode

/netbsd: wd0a: error reading fsbn?

2016-01-07 Thread scole_mail
While copying some files between disks I got these errors: /netbsd: wd0a: error reading fsbn 3522624 of 3522624-3522751 (wd0 bn 3522687; cn 3494 tn 11 sn 42), retrying /netbsd: wd0: (uncorrectable data error) /netbsd: wd0a: error reading fsbn 3522624 of 3522624-3522751 (wd0 bn 3522687; cn 3494

Re: Firsts in NetBSD

2016-01-07 Thread Andrei M.
Hello, NetBSD was among pioneers to support Xen, although I'm not sure it superceded Linux and others. Hope this helps, Andrei 2016-01-07 21:13 GMT+03:00 Swift Griggs : > > I'm writing some documentation for a class I'm teaching soon at my job. One > section covers

Re: /netbsd: wd0a: error reading fsbn?

2016-01-07 Thread Michael van Elst
scole_m...@gmx.com (scole_mail) writes: >dstar# dd if=/dev/rwd0d seek=3522687 count=1 of=foo >1+0 records in >1+0 records out >512 bytes transferred in 0.001 secs (512000 bytes/sec) >dstar# /bin/ls -l foo >-rw-r--r-- 1 root users 1803616256 Jan 7 15:20 foo The seek parameter is the output

Re: Firsts in NetBSD

2016-01-07 Thread Kamil Rytarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 07.01.2016 19:13, Swift Griggs wrote: > > I'm writing some documentation for a class I'm teaching soon at my > job. One section covers various BSD's (each separate) contribution > to features in the collective endowment of Unix variants out >

Re: Firsts in NetBSD

2016-01-07 Thread David Brownlee
On 7 January 2016 at 18:13, Swift Griggs wrote: > > > I'm writing some documentation for a class I'm teaching soon at my job. One > section covers various BSD's (each separate) contribution to features in the > collective endowment of Unix variants out there. > > Here are

Re: /netbsd: wd0a: error reading fsbn?

2016-01-07 Thread Manuel Bouyer
On Thu, Jan 07, 2016 at 07:26:32PM +, Christos Zoulas wrote: > This looks ok... Can you try: > > dd if=/dev/rwd0d seek=3522687 count=1 of=foo you want skip=, not seek= I guess -- Manuel Bouyer NetBSD: 26 ans d'experience feront toujours la difference --

Re: Firsts in NetBSD

2016-01-07 Thread Swift Griggs
On Thu, 7 Jan 2016, David Young wrote: First with an 802.11 stack, net80211, by Atsushi Onoe. First with the extensible 802.11 radio-information header, radiotap. [...] All of these and the others from other folks are GREAT! I'll create a collated list and re-post it here in a few days so

Re: Firsts in NetBSD

2016-01-07 Thread David Young
On Thu, Jan 07, 2016 at 11:13:12AM -0700, Swift Griggs wrote: > > I'm writing some documentation for a class I'm teaching soon at my > job. One section covers various BSD's (each separate) contribution > to features in the collective endowment of Unix variants out there. > > Here are the things

Re: /netbsd: wd0a: error reading fsbn?

2016-01-07 Thread Christos Zoulas
On Jan 7, 10:53pm, bou...@antioche.eu.org (Manuel Bouyer) wrote: -- Subject: Re: /netbsd: wd0a: error reading fsbn? | On Thu, Jan 07, 2016 at 07:26:32PM +, Christos Zoulas wrote: | > This looks ok... Can you try: | > | > dd if=/dev/rwd0d seek=3522687 count=1 of=foo | | you want skip=,