Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-07-03 Thread Alex Zbyslaw
[EMAIL PROTECTED] wrote: --- Alex Zbyslaw <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: I forgot about nice being interal to csh, that is likely to source of my problems... I use this for a dump dump -0 -C 32 -f - |bzip2 --best | dd of=/foo/bar.dbz2 and then on

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread backyard1454-bsd
--- Alex Zbyslaw <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > >I forgot about nice being interal to csh, that is > >likely to source of my problems... > > > >I use this for a dump > > > >dump -0 -C 32 -f - |bzip2 --best | dd > of=/foo/bar.dbz2 > > > >and then on a restore > > > >bz

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread Alex Zbyslaw
[EMAIL PROTECTED] wrote: I forgot about nice being interal to csh, that is likely to source of my problems... I use this for a dump dump -0 -C 32 -f - |bzip2 --best | dd of=/foo/bar.dbz2 and then on a restore bzip2 -dc | (cd /foo; restore -r -f -) the error I get is expected 234234 got 23

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread backyard1454-bsd
--- Alex Zbyslaw <[EMAIL PROTECTED]> wrote: > Brian McKeon wrote: > > >I've been having some issues using nice... > > > >I usually setup a system building script to > automate > >things when I go out or to sleep. something along > >these lines... > > > >echo "cd /usr/sys; make clean && make build

Re: problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread Alex Zbyslaw
Brian McKeon wrote: I've been having some issues using nice... I usually setup a system building script to automate things when I go out or to sleep. something along these lines... echo "cd /usr/sys; make clean && make buildworld && make buildkernel" > /root/makeme; chmod u+x /root/makeme the

problems with Nice and Dump in FreeBSD 6.1-Current (Stable-#5)

2006-06-30 Thread Brian McKeon
I've been having some issues using nice... I usually setup a system building script to automate things when I go out or to sleep. something along these lines... echo "cd /usr/sys; make clean && make buildworld && make buildkernel" > /root/makeme; chmod u+x /root/makeme then I would under rel_5 j