The services tag has no wiki summary.
1
vote
2answers
273 views
What's the right way to run a python script as a daemon (service) in raspbian (or debian)?
I'd like to use my Pi as a home thermostat, with the control loop running in a python script. I want to run it as a daemon on raspbian (debian) at startup.
There's an example bash script in ...
0
votes
0answers
268 views
How to start a daemon in Debian on Raspberry Pi
I'm new when coming to services/daemons. I found this: http://stackoverflow.com/questions/1221110/windows-like-services-development-in-linux-using-mono/1234761#1234761
I'm trying to start my test ...
0
votes
2answers
142 views
How do I run a background service written in MONO?
I need the service to automatically start upon boot, it does not require console access for a start. Ofcause it would be nice to be able to produce some output for logging/debugging/stats. But for ...
1
vote
6answers
1k views
Webcam disconnects after a few hours of running motion
I've been working on getting a Raspberry Pi webcam set up, thanks to a how-to post on PingBin. However, I cannot get past a problem where the camera becomes lost after a few hours of taking snapshots.
...
4
votes
1answer
944 views
Apache2 subtext can't acces 000-default
I have been using Apache2 and webmin with my Raspberry Pi. After a restart and reinstallations Apache won't start.
> sudo /etc/init.d/apache2 restart
apache2: Syntax error on line 268 of ...
3
votes
2answers
364 views
Bluetooth Dongle not automatically Pairing with BlueSmirf
I've setup Bluetooth on my RaspPi and attempted to connect to my BlueSmirf from Sparkfun.
I can send text to my BlueSmirf from the RaspberryPi using:
echo "Testing" > /dev/rfcomm0
Now the red ...
2
votes
1answer
3k views
Init after everything is up?
I have a service I start/stop on boot/shutdown which I'm using to help me keep track of what I'm doing while experimenting with distributions on my RPi and swapping SD cards all the time.
The problem ...