Reconfigure Docker instance running out of the space. Recreate data file up to 20GB.
service docker stop
rm -rf /var/lib/docker
/etc/init.d/docker restart
dd if=/dev/zero of=/var/lib/docker/devicemapper/devicemapper/data bs=1G count=0 seek=20
Reconfigure Docker instance running out of the space. Recreate data file up to 20GB.
service docker stop
rm -rf /var/lib/docker
/etc/init.d/docker restart
dd if=/dev/zero of=/var/lib/docker/devicemapper/devicemapper/data bs=1G count=0 seek=20
In case you see “Starting tomcat6: Error code 4”, make sure you have some free space on the file system…
Tomáš Kašpárek - Mar 2, 2014
You can actually get this error any time even you have plenty of free space, following helps all the time rm /var/lock/subsys/tomcat6 rm /var/run/tomcat6.pid service tomcat6 start
Due to SELinux enabled we are not able to use public key authentication on Centos 6. Here is the quick fix:
test -x /sbin/restorecon && /sbin/restorecon .ssh .ssh/authorized\_keys
Centos 4 is now EOLed. You should upgrade or remove your 4.x server from production. Since EOL all repositories have been moved to vault.centos.org. Yum is not working any more because of that. Here is my quick and dirty solution.
sed "s/\/mirror\.centos\.org\/centos/\/vault\.centos\.org/g;\
s/^#baseurl/baseurl/g;\
s/^mirrorlist/#mirrorlist/g;\
s/\$releasever/4\.9/g" /etc/yum.repos.d/CentOS-Base.repo -i.bak
sed "s/\/mirror\.centos\.org\/centos/\/vault\.centos\.org/g;\
s/^#baseurl/baseurl/g;\
s/^mirrorlist/#mirrorlist/g;\
s/\$releasever/4\.9/g" /etc/yum.repos.d/CentOS-fasttrack.repo -i.bak
It’s a quite long time I have announced Firefox 3.6 and Thunderbird 3.0 packages for CentOS 5.
Announcement has been submitted via CentOS mail-list. See http://lists.centos.org/pipermail/centos-devel/2010-February/005416.html and http://lists.centos.org/pipermail/centos/2010-February/090418.html. Packages have been tested by users and have been always within the testing repository only.
Today I’m pushing new firefox 3.6.2 into the stable repository together with xulrunner, mozilla-filesystem, and thunderbird. Packages are to be found here: http://fs12.vsb.cz/hrb33/el5/hrb/stable/i386/repoview/ http://fs12.vsb.cz/hrb33/el5/hrb/stable/x86_64/repoview/