Disk Quota Exceeded? Problem with disk i...

Something strange happened to my unmanaged vps yesterday. Everytime i upload muliple files from ftp, it says that disk quota exeeded. Hemm…maybe my user quota has reach the limit. So i try to fetch a single tar file as root with wget, and extract it. But… it says again that disk quota exeeded :hammer: root user has a limit? How wonder :amazed:

(more…)

configure: error: c compiler cannot crea...

recently a friend of mine asked me too install curl and enable it on php configuration in his Virtual Dedicated Server with debian linux as operating system

So i transfered curl source from http://curl.haxx.se/ , extract it, and as usual, i run ./configure

but error message is appeared, it says : configure: error: C compiler cannot create executables

(more…)

“Server refused to allocate pty...

As a normal practice, it is a good idea to not reboot to solve problems on a Linux system, because Linux systems are usually quite stable, and issues, if not directly kernel related (very rare except under kernel or module development and testing), then it is a service that can be restarted. After an update, that messed up, you have to make sure it put everything back the way it should be so it can boot back up if you are going to reboot. It may have hosed your /dev/ directory and stuff in it. It could be the result of a broken udev or makedev install.

(more…)