If you get something like when you try to run a terminal, or emerge an ebuild on gentoo, check the following : You should see this if everything is correctly set: then you should (as root) delete the /dev/null with: and recreate it (as root) again with: (The device number according to the Kernel source [...]
Archive for March, 2010
This is a shell script which I recently wrote which creates a DNS zone in /var/named called domain.com.db ( where domain.com is the domain you inputted upon the script execution). Execution of the script is stopped if you are trying to run the script as a non-root user given the needed permissions you would need [...]
I sometimes got various error messages when trying to start-up certain daemons that there is another application using the same port the daemon tries to bind on. Obviously, that would prevent the daemon from starting up so I had to see what's the other application which is using the port. A way to do this [...]