update-problem - disc space?

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
LAN-Opfer
Posts: 98
Joined: 03 Oct 2014 13:23

update-problem - disc space?

Post by LAN-Opfer »

....again I have a Problem to update - from v2.0.1-rc4 to rc5. It seems to be a Problem with not enough Memory, but where?

Code: Select all

pi@raspberrypi ~ $ df -hT
Filesystem     Type      Size  Used Avail Use% Mounted on
rootfs         rootfs    2.7G  2.2G  406M  85% /
/dev/root      ext4      2.7G  2.2G  406M  85% /
devtmpfs       devtmpfs   85M     0   85M   0% /dev
tmpfs          tmpfs      19M  224K   19M   2% /run
tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
tmpfs          tmpfs      37M     0   37M   0% /run/shm
/dev/mmcblk0p1 vfat       56M   19M   38M  33% /boot
tmpfs          tmpfs      37M     0   37M   0% /tmp
pi@raspberrypi ~ $ wget -q -O - razberry.z-wave.me/install/v2.0.1-rc5 | sudo bash
Removing MathKernel
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'wolfram-engine' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded.
Installing additional libraries
Reading package lists...
Building dependency tree...
Reading state information...
libyajl2 is already the newest version.
sharutils is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded.
Installing additional libraries for HomeKit
Reading package lists...
Building dependency tree...
Reading state information...
libavahi-compat-libdnssd-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 132 not upgraded.
Getting Z-Way for Raspberry Pi
--2014-12-18 17:24:28--  http://razberry.z-wave.me/z-way-server/z-way-server-RaspberryPiXTools-v2.0.1-rc5.tgz
Resolving razberry.z-wave.me (razberry.z-wave.me)... 46.20.244.36
Connecting to razberry.z-wave.me (razberry.z-wave.me)|46.20.244.36|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11817402 (11M) [application/x-gzip]
Saving to: `STDOUT'

83% [==================================================================================================>                    ] 9,906,891    687K/s  eta 3s      tar: z-way-server/libs/libv8.so: Wrote only 8704 of 10240 bytes
87% [=======================================================================================================>               ] 10,330,251   687K/s  eta 3s      tar: z-way-server/libs/libxml2.so: Cannot write: No space left on device
92% [============================================================================================================>          ] 10,894,731   687K/s  eta 2s      tar: z-way-server/libs/libzenocean.so: Cannot write: No space left on device
tar: z-way-server/libs/libzway.so: Cannot write: No space left on device
94% [===============================================================================================================>       ] 11,176,971   687K/s  eta 1s      tar: z-way-server/libs/libxml2.so.2: Cannot write: No space left on device
100%[======================================================================================================================>] 11,817,402   687K/s   in 17s

2014-12-18 17:24:46 (673 KB/s) - written to stdout [11817402/11817402]

tar: z-way-server/libs/libzcommons.so: Cannot write: No space left on device
tar: z-way-server/ChangeLog: Cannot write: No space left on device
tar: Exiting with failure status due to previous errors
Downloading and extracting z-way-server failded
Exiting
pi@raspberrypi ~ $
pi@raspberrypi ~ $ df -hT
Filesystem     Type      Size  Used Avail Use% Mounted on
rootfs         rootfs    2.7G  2.2G  406M  85% /
/dev/root      ext4      2.7G  2.2G  406M  85% /
devtmpfs       devtmpfs   85M     0   85M   0% /dev
tmpfs          tmpfs      19M  224K   19M   2% /run
tmpfs          tmpfs     5.0M     0  5.0M   0% /run/lock
tmpfs          tmpfs      37M     0   37M   0% /run/shm
/dev/mmcblk0p1 vfat       56M   19M   38M  33% /boot
tmpfs          tmpfs      37M   37M     0 100% /tmp
pi@raspberrypi ~ $

...is tmpfs to small? How can I enlarge it? Or is it a nother Problem?
I am linux beginners and Need some Support

Uwe
Z-Way v2.0.1-rc18 on Raspberry Pi
User avatar
PoltoS
Posts: 7649
Joined: 26 Jan 2011 19:36

Re: update-problem - disc space?

Post by PoltoS »

Z-Way installer uses /tmp to download and untar files.

As a temporarily solutions do before install:
mv /tmp /tmp_orig
mkdir /tmp

and after install
rm -Rf /tmp
mv /tmp_orig /tmp
LAN-Opfer
Posts: 98
Joined: 03 Oct 2014 13:23

Re: update-problem - disc space?

Post by LAN-Opfer »

Thank you!!

sudo mv /tmp /tmp_orig
sudo mkdir /tmp
wget -q -O - razberry.z-wave.me/install/v2.0.1-rc5 | sudo bash
sudo rm -Rf /tmp
sudo mv /tmp_orig /tmp

...and I had, what I want :-)

Uwe
Z-Way v2.0.1-rc18 on Raspberry Pi
Post Reply