installing lib in centos jail fails no disk space

Status
Not open for further replies.

bickleigh

Cadet
Joined
Jan 25, 2014
Messages
6
It was recently pointed out to me that you can set up a linux environment in the jails.
I have set up a Centos jail and have tried to install various lib's that I need using yum. The install fails saying it needs more disk space. As you can see below using df -h shows there is plenty of disk space available on /, however sysfs show 0 bytes left. Is this the cause of the problem? \if \I need to increase the diskspace on sysfs how can I do this?
Does anyone know what might be causing this or if there are any known problems with this implementation of Centos?

thanks
Bick

Code:
installing package libSM-1.2.1-2.el6.i686 needs 419MB on the / filesystem
installing package netpbm-progs-10.47.05-11.el6.i686 needs 424MB on the / filesystem
installing package libvorbis-devel-1:1.2.3-4.el6_2.1.i686 needs 424MB on the / filesystem
installing package libXext-devel-1.3.1-2.el6.i686 needs 424MB on the / filesystem
installing package cairo-1.8.8-3.1.el6.i686 needs 425MB on the / filesystem
 
Error Summary ------------- Disk Requirements: At least 425MB more space needed on the / filesystem.
 
sh-4.1# df -h
Filesystem      Size    Used  Avail      Use%  Mounted on
/dev/sda3      11T      822M    11T      1%        /
sysfs                4.0K    4.0K      0          100%
/sys devpts    1.0K    1.0K      0          100%    /dev/pts df:
'/dev/shm': No such file or directory
/dev/sda1      11T        822M  11T      1%      /boot
df: `/proc/sys/fs/binfmt_misc': No such file or directory
 
Status
Not open for further replies.
Top