Borklog: One entry
1 June 2004
I've migrated Badgertronics to the latest OpenACS. Upgraded the webserver, the database, and the toolkit. There's still a couple of items to iron out, like hiding the :8008 port number in the url, and daemon tools is not wanting to start this service. If anyone can tell me what I'm doing wrong, please lemme know:
-
% sudo svc -u /service/badgertronics
results in
svc: warning: unable to control /service/badgertronics: file does not exist
-
/service/badgertronics/run
exists, and is root:root/700
- running it by hand (
sudo /service/badgertronics/run
) brings up the website happily. (I'm also having other, weird daemontools problems)
-
svscan
is running.
- other daemontools services are running fine.
Which exhausts all the stuff I've been able to Google for.
admin@badgertronics.com