Difference between revisions of "TroubleShooting"
From Linuxintro
imported>ThorstenStaerk (New page: = My program does not start = If your program does not start * make sure you have execute priviledges for it using the command ls -l * make sure the program can load its libraries...) |
imported>ThorstenStaerk |
||
Line 10: | Line 10: | ||
= My network connection is broken = | = My network connection is broken = | ||
* [[TroubleShooting network]] | * [[TroubleShooting network]] | ||
+ | |||
+ | = Umount does not work = | ||
+ | lsof | grep /mnt | ||
+ | Then kill the process. |
Revision as of 09:36, 28 April 2009
My program does not start
If your program does not start
- make sure you have execute priviledges for it using the command
ls -l
- make sure the program can load its libraries using the command
ldd
- look what the problem is using the command
strace
My network connection is broken
Umount does not work
lsof | grep /mnt
Then kill the process.