0
votes
0answers
220 views

Cannot start network service in Fedora 15 [closed]

I am pretty new to Linux operating system.I googled the error but did not find any solution to my problem. I am using Fedora15. Any pointers would be appreciated.Thanks service network start ...
0
votes
0answers
108 views

File does not exist

I am newbie to Linux. I am working on a project that needs me to switch to Linux. I am trying to build a library thats coded in C++. When I pass in the "cmake ." command, I get the following error. ...
0
votes
1answer
57 views

GTK+ How to ask for super user with prompt

I am developing an application with GTK+-2.0. I need to access /dev/mmcblk0 device but it needs super user priviliges. It is not user friendly to login as su in terminal and run the program. I want ...
1
vote
1answer
92 views

deleting a user unlocked all locked files by that user in perforce

I've deleted a particular user from perforce which has removed the locks from the files where that user has placed a lock. I'd expect the lock to remain, so why is it not happening ? What should be ...
0
votes
0answers
203 views

Upgrading mysql from 4.1.22 to 5.0

I'm trying to upgrade our company's 4.1.22 version of MySQL to 5. I'm using sudo yum --enablerepo=centosplus upgrade mysql* but keep getting an error of conflicted files with the 4.1 version. ...
12
votes
5answers
7k views

Run a linux system command as a superuser, using a python script

I have got postfix installed on my machine and I am updating virtual_alias on the fly programmatically(using python)(on some action). Once I update the entry in the /etc/postfix/virtual_alias, I am ...