Firewire disk/tape access stopped working after recent CAM commit

2012-01-22 Thread Richard Todd
Hi. I tried upgrading my amd64 10-CURRENT box to the most recent -CURRENT code and found that the new kernel couldn't find my two disks and tape drive that are on a Firewire bus. All the USB and AHCI-attached hardware still showed up okay, it's just the Firewire stuff that failed to show up prope

Re: panic: No NCF_TS

2012-01-22 Thread Yuri Pankov
On Mon, Jan 23, 2012 at 05:05:13AM +0200, Kostik Belousov wrote: > On Mon, Jan 23, 2012 at 05:36:42AM +0400, Yuri Pankov wrote: > > Seems to be reproducible here running r230467 as the NFS client and > > r230135 as NFS server. NFSv4 not enabled. > > > > # mount > > [...] > > sirius:/data/distfiles

Re: panic: No NCF_TS

2012-01-22 Thread Kostik Belousov
On Mon, Jan 23, 2012 at 05:36:42AM +0400, Yuri Pankov wrote: > Seems to be reproducible here running r230467 as the NFS client and > r230135 as NFS server. NFSv4 not enabled. > > # mount > [...] > sirius:/data/distfiles on /usr/ports/distfiles (nfs) > > # /usr/bin/env /usr/bin/fetch -AFpr -S 4682

Re: Problems with enabling iwi due to sysctl

2012-01-22 Thread Super Bisquit
Yes, it is corrected now. I was missing the firmware ko. Thanks. On 1/22/12, Michael Butler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/22/12 12:46, Super Bisquit wrote: >> No dice, people. It isn't doing diddly. > > You did, of course, reboot after adding the license ack t

panic: No NCF_TS

2012-01-22 Thread Yuri Pankov
Seems to be reproducible here running r230467 as the NFS client and r230135 as NFS server. NFSv4 not enabled. # mount [...] sirius:/data/distfiles on /usr/ports/distfiles (nfs) # /usr/bin/env /usr/bin/fetch -AFpr -S 4682084 -o /usr/ports/distfiles/sqlite-src-3071000.zip http://www.sqlite.org/sq

Re: Problems with enabling iwi due to sysctl

2012-01-22 Thread Andreas Tobler
On 01/22/12 15:51, Super Bisquit wrote: # sysctl legal.intel_iwi.license_ack=1 sysctl: unknown oid 'legal.intel_iwi.license_ack' You should put it in your loader.conf. [t43:~] andreast% cat /boot/loader.conf legal.intel_iwi.license_ack=1 Given that your were looking on how to make iwi work..

Re: i18n and shell scripts

2012-01-22 Thread Jilles Tjoelker
On Sun, Jan 22, 2012 at 04:05:10PM -0600, Ron McDowell wrote: > I'm working on the new bsdconfig, and looking for some good examples of > how to incorporate internationalization into the scripts. I'm not > finding much love in this area. :-( > Any pointers appreciated. Yes, this is not very ea

Re: Snapshot listing speedup.

2012-01-22 Thread Yuri Pankov
On Sun, Jan 22, 2012 at 12:23:22PM +0100, Pawel Jakub Dawidek wrote: > If you have many snapshots and you were complaining that listing them > takes a lot of time, you may find the commit below useful. > > It only works if your listing is limited to snapshot names and you want > to sort also by sn

Re: i18n and shell scripts

2012-01-22 Thread Tim Kientzle
On Jan 22, 2012, at 2:05 PM, Ron McDowell wrote: > I'm working on the new bsdconfig, and looking for some good examples of how > to incorporate internationalization into the scripts. I'm not finding much > love in this area. :-( > > Any pointers appreciated. GNU gettext may not be an option

Re: Problems with enabling iwi due to sysctl

2012-01-22 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/22/12 12:46, Super Bisquit wrote: > No dice, people. It isn't doing diddly. You did, of course, reboot after adding the license ack to /boot/loader.conf .. imb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (FreeBSD) Comment: Usi

i18n and shell scripts

2012-01-22 Thread Ron McDowell
I'm working on the new bsdconfig, and looking for some good examples of how to incorporate internationalization into the scripts. I'm not finding much love in this area. :-( Any pointers appreciated. -- Ron McDowell San Antonio TX ___ freebsd-curre

Re: Snapshot listing speedup.

2012-01-22 Thread Freddie Cash
On Jan 22, 2012 3:26 AM, "Pawel Jakub Dawidek" wrote: > > If you have many snapshots and you were complaining that listing them > takes a lot of time, you may find the commit below useful. > > It only works if your listing is limited to snapshot names and you want > to sort also by snapshot name (

Re: Problems with enabling iwi due to sysctl

2012-01-22 Thread Super Bisquit
No dice, people. It isn't doing diddly. # ifconfig -a iwi0: flags=8802 metric 0 mtu 2290 ether 00:0e:35:53:a9:fe media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier fwe0: flags=8802 metric 0 mtu 1500 options=8 ether 02:e0:b8:00:ba:fb ch 1 dma -1 f

Re: new panic in cpu_reset() with WITNESS

2012-01-22 Thread Gleb Smirnoff
On Sat, Jan 21, 2012 at 03:38:59PM +0200, Andriy Gapon wrote: A> on 20/01/2012 17:41 Gleb Smirnoff said the following: A> > A> > On Tue, Jan 17, 2012 at 03:02:42PM +0400, Gleb Smirnoff wrote: A> > T> New panic has been introduced somewhere between A> > T> r229851 and r229932, that happens on shu

Re: Problems with enabling iwi due to sysctl

2012-01-22 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/22/12 09:51, Super Bisquit wrote: > # sysctl legal.intel_iwi.license_ack=1 > sysctl: unknown oid 'legal.intel_iwi.license_ack' > > On 9.0, the XML type input does not include the intel license. > > I switched to 8.2 thinking that it was the re

Problems with enabling iwi due to sysctl

2012-01-22 Thread Super Bisquit
# sysctl legal.intel_iwi.license_ack=1 sysctl: unknown oid 'legal.intel_iwi.license_ack' On 9.0, the XML type input does not include the intel license. I switched to 8.2 thinking that it was the release; however, that is not the case. What is the fix to this? I'm using 5.5GB of space for my ins

Snapshot listing speedup.

2012-01-22 Thread Pawel Jakub Dawidek
If you have many snapshots and you were complaining that listing them takes a lot of time, you may find the commit below useful. It only works if your listing is limited to snapshot names and you want to sort also by snapshot name (by default snapshots are sorted by creation time). On Sat, Jan 21