Submitted by jcvb on Tue, 04/02/2013 - 04:40
Hello After Install Updates Package MySql Database Server Dont RESTART i need help all customer with JOOMLA web site doenst WORK Thanks
Status:
Active
Hello After Install Updates Package MySql Database Server Dont RESTART i need help all customer with JOOMLA web site doenst WORK Thanks
Comments
Submitted by JamieCameron on Tue, 04/02/2013 - 12:33 Comment #1
Which linux distribution are you running there?
If you SSH into the system and run
/etc/init.d/mysql start
, what error does it output?Submitted by jcvb on Tue, 04/02/2013 - 15:46 Comment #2
Hello
The error : the partion with /var/lib/mysql is too full
Submitted by andreychek on Tue, 04/02/2013 - 15:56 Comment #3
It sounds like you may need to free up some disk space on your /var partition.
If you run 'df -h', what output do you receive?
Submitted by jcvb on Tue, 04/02/2013 - 16:30 Comment #4
login as: root root@46.244.125.106's password: Linux pinguin01 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009 i686
The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. No mail. Last login: Tue Apr 2 22:41:18 2013 from 109.129.223.14 pinguin01:~# pinguin01:~# bf -h -bash: bf: command not found pinguin01:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 327M 325M 0 100% / tmpfs 1014M 0 1014M 0% /lib/init/rw udev 10M 96K 10M 1% /dev tmpfs 1014M 0 1014M 0% /dev/shm /dev/sda9 219G 12G 197G 6% /home /dev/sda8 373M 11M 343M 3% /tmp /dev/sda5 4.6G 987M 3.4G 23% /usr /dev/sda6 2.8G 2.8G 0 100% /var pinguin01:~#
Submitted by jcvb on Tue, 04/02/2013 - 16:33 Comment #5
login as: root
root@46.244.125.106's password:
Linux pinguin01 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009 i686
The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. No mail. Last login: Tue Apr 2 22:41:18 2013 from 109.129.223.14 pinguin01:~# pinguin01:~# bf -h -bash: bf: command not found pinguin01:~# df -h Filesystem Size Used Avail Use% Mounted on
/dev/sda1 327M 325M 0 100% /
tmpfs 1014M 0 1014M 0% /lib/init/rw
udev 10M 96K 10M 1% /dev
tmpfs 1014M 0 1014M 0% /dev/shm
/dev/sda9 219G 12G 197G 6% /home
/dev/sda8 373M 11M 343M 3% /tmp
/dev/sda5 4.6G 987M 3.4G 23% /usr
/dev/sda6 2.8G 2.8G 0 100% /var
pinguin01:~#
Submitted by andreychek on Tue, 04/02/2013 - 16:39 Comment #6
Yeah, it looks like both your / partition, and your /var partition, are full.
You'd need to review the files and directories in those partitions and delete unneeded files in order to free up some space.