* [gentoo-user-de] stunnel init_file
@ 2012-11-13 11:50 Michael Volland
0 siblings, 0 replies; only message in thread
From: Michael Volland @ 2012-11-13 11:50 UTC (permalink / raw
To: gentoo-users-de
Hi,
stunnel startete hier auf einem neu aufgesetzten Rechner nicht.
Fehlermeldung:
Cannot create pid file /var/run/stunnel/stunnel.pid
Grund:
/var/run ist ein softlink auf /run und
/run ist als tmpfs gemounted.
Habe den Fehler behoben, indem ich in
/etc/init.d/stunnel
start() {
- rm -rf /var/run/stunnel/*.pid
+ rm -rf /var/run/stunnel/
+ mkdir -p /var/run/stunnel/
+ chown stunnel:stunnel /var/run/stunnel
geaendert habe.
Ist wahrscheinlich nicht elegant?
Auf dem einiges aelteren Ersatzrechner war der
Softlink auf /run nicht gesetzt. (i386)
Ist das ein bug oder bloß bei mir aufgetreten?
Der Rechner ist ein beagleboard xm
CHOST="armv7a-hardfloat-linux-gnueabi"
den ich mit einem entsprechenden stage-3-tarball aufgesetzt hatte.
Gruß
Michael
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-13 11:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13 11:50 [gentoo-user-de] stunnel init_file Michael Volland
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox