I am hoping someone can help this init script newbie.
For my init script I would like to switch to a different user account for security reasons. Using the start-stop-daemon I have used the "--chuid" option to switch users.
This works fine however I have found that the user account does not make use keychain for ssh connections.
Is this normal behaviour for the start-stop-daemon?
To work around this issue I have just created a seperate wrapper script "invoke_app" that manually calls keychain and then invokes the application.
All was working fine, until I reset the computer (Turnkey LAMP running in VMWare Server) and now it cannot get a lease from any DHCP server and setting a static IP does nothing.
There are 2 errors in startup that I am not sure whether were always there:
Host SMBus controller not enabled!
and
udhcpc[3560]: SIOCGIFINDEX failed!: No such device
The latter is more likely to be the problem, but it eludes me why it would start to produce error after a simple restart.
I would like to know if it would be possible to migrate a Turnkey Drupal to a Drupal running on a regulr host. The reason I ask is because I dont think I will be able to convince my employer to load a virtual machine or a Turnkey Drupal I am using for development for a their production environment.
What would be the critical areas to pay attention to?
I was recommended turnkey as a mean to try redmine. And it looks sooooo great. But I am not sure what I need to download. Can I later on change the redmine code to laterst trunk version?