Tagged Questions
1
vote
1answer
371 views
ssh-agent not starting in OpenSuSE desktop
It seems that ssh-agent is not starting on my OpenSuSE system. When I run pgrep -fl ssh-agent, the result is blank. On my Linux Mint laptop, I get 1785 /usr/bin/ssh-agent /usr/bin/dbus-launch ...
6
votes
4answers
2k views
Add item to inittab on OpenSuse 12.1
I am currently working on a project which needs to be added to inittab so that the program loads during startup.
The program that I am trying to start is a c# mono application. I have created a ...