[PC-BSD Testing] 7.1 ugly crash
Kris Moore
kris at pcbsd.org
Fri Nov 20 06:07:15 PST 2009
On Fri, 20 Nov 2009, Jeff wrote:
> I tried that but I can't copy any of the files out of the directory.
>
> Every time I try to start Dolphin SU it crashes the whole system and reboots.
> In Krusader I can initiate the copy but it immediately stalls and does nothing.
>
> I can copy other files from the home directory for example, no problem.
>
> In the console I did:
>
> cd /media/disk/usr/local/warden/jails
> cp 192.168.1.12/*.* /usr/local/warden/jails
>
> And got "no match".
>
> Trying to copy the Drupal directory:
>
> cp -r /media/disk/usr/local/warden/jails/192.168.1.12/usr/local/www/apache22/data/*.* /usr/local/warden/jails/
>
> Results in all the files shown with this error message:
> cp: /usr/local/warden/jails/index.php: Bad address
>
> What am I doing wrong?
>
> ...Jeff
>
Those sound like troublesome errors. Try it with tar:
# cd /media/disk/usr/local/
# tar cvzf /usr/local/warden.tgz warden
# cd /usr/local
# tar xvpzf warden.tgz
# rm warden.tgz
Does that work, or still give address errors?
--
Kris Moore
PC-BSD Software
More information about the Testing
mailing list