DVD burner failure on FreeBSD: the LUN appears to be stuck

2013-06-03 Thread Yuri
I have DVD burner Pioneer DVR-112D failing on FreeBSD-9.1 amd64. It begins to write ok, but later gets stuck at some percentage point with "the LUN appears to be stuck" message (log is below). Command used to burn is: $ growisofs -dvd-compat -speed=4 -Z /dev/acd0=my.iso growisofs is from dvd+rw-

Re: DVD burner failure on FreeBSD: the LUN appears to be stuck

2013-06-03 Thread Thomas Schmitt
Hi, i am not a skilled user of FreeBSD but have knowledge about DVD burners and growisofs. > growisofs is from dvd+rw-tools-7.1, which hasn't been updated from 2008. That's the current release. It should be ok for DVD burning. > :-? the LUN appears to be stuck writing LBA=7fe10h, keep retrying

Re: src builds and STDERR

2013-06-03 Thread rank1seeker
> Hello! > > On Fri, Mar 2, 2012 at 1:24 PM, Eygene Ryabinkin wrote: > > Thu, Mar 01, 2012 at 09:38:06AM -0800, Garrett Cooper wrote: > >> On Thu, Mar 1, 2012 at 9:01 AM, Chris Rees wrote: > >> > On 1 Mar 2012 16:31, "Garrett Cooper" wrote: > >> >> See: > >> >> http://lists.freebsd.org/pipermai

Re: UNIVERSE_TARGET doesn't seem to work

2013-06-03 Thread Navdeep Parhar
On 05/30/13 18:43, Navdeep Parhar wrote: > I build kernel-toolchain and MAKE_JUST_KERNELS (often with NO_CLEAN, but > not this time) as part of my pre-commit checklist. It doesn't seem to > work after the switch to bmake. What am I missing? This on a system > at r251171 with nothing in make.conf

Re: UNIVERSE_TARGET doesn't seem to work

2013-06-03 Thread Eitan Adler
On 3 June 2013 23:13, Navdeep Parhar wrote: > On 05/30/13 18:43, Navdeep Parhar wrote: >> I build kernel-toolchain and MAKE_JUST_KERNELS (often with NO_CLEAN, but >> not this time) as part of my pre-commit checklist. It doesn't seem to >> work after the switch to bmake. What am I missing? This

Re: UNIVERSE_TARGET doesn't seem to work

2013-06-03 Thread Mark Johnston
On Mon, Jun 03, 2013 at 02:13:38PM -0700, Navdeep Parhar wrote: > On 05/30/13 18:43, Navdeep Parhar wrote: > > I build kernel-toolchain and MAKE_JUST_KERNELS (often with NO_CLEAN, but > > not this time) as part of my pre-commit checklist. It doesn't seem to > > work after the switch to bmake. Wha

Re: UNIVERSE_TARGET doesn't seem to work

2013-06-03 Thread Navdeep Parhar
On 06/03/13 14:20, Eitan Adler wrote: > On 3 June 2013 23:13, Navdeep Parhar wrote: >> On 05/30/13 18:43, Navdeep Parhar wrote: >>> I build kernel-toolchain and MAKE_JUST_KERNELS (often with NO_CLEAN, but >>> not this time) as part of my pre-commit checklist. It doesn't seem to >>> work after the

Re: UNIVERSE_TARGET doesn't seem to work

2013-06-03 Thread Simon J. Gerraty
On Mon, 3 Jun 2013 14:13:38 -0700, Navdeep Parhar writes: >On 05/30/13 18:43, Navdeep Parhar wrote: >> I build kernel-toolchain and MAKE_JUST_KERNELS (often with NO_CLEAN, but >> not this time) as part of my pre-commit checklist. It doesn't seem to >> work after the switch to bmake. What am I mi

Re: UNIVERSE_TARGET doesn't seem to work

2013-06-03 Thread Simon J. Gerraty
On Mon, 3 Jun 2013 14:13:38 -0700, Navdeep Parhar writes: >On 05/30/13 18:43, Navdeep Parhar wrote: >> I build kernel-toolchain and MAKE_JUST_KERNELS (often with NO_CLEAN, but >> not this time) as part of my pre-commit checklist. It doesn't seem to >> work after the switch to bmake. What am I mi

pw

2013-06-03 Thread gs_stol...@juno.com
NetZero now offers 4G mobile broadband. Sign up now. http://www.netzero.net/?refcd=NZINTISP0512T4GOUT1 I have 2 FreeBSD systems (they are using versions 4.3 and 4.7 of the FreeBSD Operating System) that I have not used for a l

Re: pw

2013-06-03 Thread Jason Hellenthal
Boot a live cd and mount the rootfs and replace the passwd files with some preconfigured ones. It's really not that hard. -- Jason Hellenthal Inbox: jhellent...@dataix.net Voice: +1 (616) 953-0176 JJH48-ARIN On Jun 4, 2013, at 1:47, "gs_stol...@juno.com" wrote: > > > __

Re: pw

2013-06-03 Thread Jason Hellenthal
I guess I could have been more clear about this as well... Files you need ( pre-prepped ): /etc/passwd /etc/master.passwd /etc/pwd.db - or - Use /usr/bin/vi following up with /usr/sbin/pwd_mkdb - or - /usr/sbin/vipw Either which way there is a man page for each and recovering a old system like

Re: pw

2013-06-03 Thread rank1seeker
> I guess I could have been more clear about this as well... > > Files you need ( pre-prepped ): > /etc/passwd > /etc/master.passwd > /etc/pwd.db > > - or - > Use /usr/bin/vi following up with /usr/sbin/pwd_mkdb > > - or - > > /usr/sbin/vipw > > Either which way there is a man page for each an