Webmin startet nach Reboot nicht mehr

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
hans maulwurf
Beiträge: 25
Registriert: 06.11.2003 10:58:13

Webmin startet nach Reboot nicht mehr

Beitrag von hans maulwurf » 24.11.2003 09:42:03

Hi,

auf meinem Root Server startet Webmin nach einem Reboot nicht mehr.
Wenn ich manuell starte mit /etc/init.d/webmin start dann kommt die Meldung:
Starting webmin: webmin.
Wenn ich dann testweise stoppen will kommt:
Stopping webmin: start-stop-daemon: warning: failed to kill 379: No such process
webmin.

Ich hatte das Problem schon malund habe dann Webmin deinstalliert und wieder installiert, dann ging es biszum Test Reboot wieder, aber das kanns ja nicht sein.

Hat da einer ne Ahnung, wie ich das wieder hin bekomme ?

Benutzeravatar
RHase
Beiträge: 177
Registriert: 20.11.2003 10:09:49
Wohnort: Munich/Germoney
Kontaktdaten:

Beitrag von RHase » 21.12.2003 17:28:52

Hi,

Code: Alles auswählen

# Stop webmin with the command /etc/webmin/stop
# Add the line inetd=1 to /etc/webmin/miniserv.conf
# Remove the line session=1 from /etc/webmin/miniserv.conf
# Edit /etc/services and add a line like :
   webmin 10000/tcp
# Edit /etc/inetd.conf and add a line like :
   webmin stream tcp nowait root /usr/libexec/webmin/miniserv.pl miniserv.pl /etc/webmin/miniserv.conf
If you have installed webmin somewhere else, you will have to change the /usr/libexec/webmin part of the path above.
# Restart inetd to make the changes take effect. You should now be able to access webmin on port 10000 as normal.
# Using the Bootup and Shutdown module, make sure that inetd is configured to start at boot time, and that webmin is not.

cu,
RH

Antworten