Install problem bsdtar

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Install problem bsdtar

Postby haiku » Mon Sep 08, 2014 7:57 am

Hello,

I try to install Arch on a pogoplug v4 and i've been following rigorously the installation guide. It seem like i run out of space when i take the image :
Code: Select all
/tmp # wget http://archlinuxarm.org/os/ArchLinuxARM-kirkwood-latest.tar.gz
Connecting to archlinuxarm.org (50.116.36.110:80)
Connecting to os.archlinuxarm.org (142.4.223.96:80)
wget: short write
/tmp # df   
Filesystem           1K-blocks      Used Available Use% Mounted on
ubi0:rootfs              99316     14568     84748  15% /
none                     59312     59312         0 100% /tmp
/dev/sda1             14903200    168188  13977972   1% /tmp/alarm

I don't know what should i do now :oops:
Thanks
Last edited by haiku on Mon Sep 08, 2014 9:47 am, edited 1 time in total.
haiku
 
Posts: 96
Joined: Tue May 31, 2011 6:34 am

Re: Install problem /tmp ran out of space

Postby haiku » Mon Sep 08, 2014 9:22 am

now i've cd to /tmp/alarm and skipped "-C alarm" but i've got few errors
Code: Select all
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
./usr/bin/ping6: Cannot restore extended attributes on this file system
./usr/bin/ping: (null)
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Error exit delayed from previous errors.

duh, now let's md5 check :?
haiku
 
Posts: 96
Joined: Tue May 31, 2011 6:34 am

Re: Install problem /tmp ran out of space

Postby haiku » Mon Sep 08, 2014 9:46 am

Code: Select all
/tmp/alarm # md5sum ArchLinuxARM-kirkwood-latest.tar.gz
0dcda9f329d622bedd09436ccecaee4f  ArchLinuxARM-kirkwood-latest.tar.gz
/tmp/alarm # more ArchLinuxARM-kirkwood-latest.tar.gz.md5
0dcda9f329d622bedd09436ccecaee4f  ArchLinuxARM-2014.09-kirkwood-rootfs.tar.gz
/tmp/alarm #
/tmp/alarm # md5sum bsdtar     
e2023d64ba9fb614010911330396e3af  bsdtar
/tmp/alarm # more bsdtar.md5
e2023d64ba9fb614010911330396e3af  bsdtar
/tmp/alarm #
/tmp/alarm # ./bsdtar -xpf ArchLinuxARM-kirkwood-latest.tar.gz
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
bsdtar: Linkname can't be converted from UTF-8 to current locale.
./usr/bin/ping6: Cannot restore extended attributes on this file system
./usr/bin/ping: (null)
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Pathname can't be converted from UTF-8 to current locale.
bsdtar: Error exit delayed from previous errors.

bad day :cry:
haiku
 
Posts: 96
Joined: Tue May 31, 2011 6:34 am

Re: Install problem bsdtar

Postby haiku » Tue Sep 09, 2014 11:31 am

Other day, same result.. bsdtar: Error exit delayed from previous error
The build of 06 Sept seem defect but the bsdtar arrive that day as well for the installation. Should i try this one from 09 August with the same method ? Or maybe a simple tar -xzvf Arch* ? :|
haiku
 
Posts: 96
Joined: Tue May 31, 2011 6:34 am

Re: Install problem bsdtar

Postby haiku » Tue Sep 09, 2014 12:13 pm

Ok, it works the old fashioned way (tar -xzvf) :)
haiku
 
Posts: 96
Joined: Tue May 31, 2011 6:34 am

Re: Install problem bsdtar

Postby metalshark » Sat Sep 13, 2014 6:05 am

Hello Haiku,

Im happy that you were able to resolve your problem. I too have the same problem and I also tried using Tar but i got this error:
Code: Select all
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'


I have searched high and low for this error but being a total Newbie at this, I cant seem to find a solution.

Can somebody please help? I was in the process of creating a new boot USB so it seems I ruined my only working USB.
metalshark
 
Posts: 21
Joined: Tue Sep 02, 2014 12:17 am

Re: Install problem bsdtar

Postby haiku » Sat Sep 13, 2014 8:03 am

Don't worry, just reformat your usb drive and then mount it as /tmp/alarm.
cd to /tmp/alarm and wget http://archlinuxarm.org/os/ArchLinuxARM ... est.tar.gz
:idea: Don't use bsdtar but use tar -xzvf ArchLinuxARM-kirkwood-latest.tar.gz in place.
continue the guide..
haiku
 
Posts: 96
Joined: Tue May 31, 2011 6:34 am

Re: Install problem bsdtar

Postby metalshark » Sat Sep 13, 2014 4:52 pm

Thank Haiku.. I did actually work! LOL
metalshark
 
Posts: 21
Joined: Tue Sep 02, 2014 12:17 am


Return to Marvell Kirkwood

Who is online

Users browsing this forum: Google [Bot] and 7 guests