Menu

#2041 When adding a line to webmin starup the config vanished

open
5
2005-04-11
2005-04-11
Anonymous
No

This happened on MacOsx 10.3.8

I pressed "save" and everything was gone. Webmin version was
1.190. I've only done one test so this might be a one off.

Discussion

  • Jamie Cameron

    Jamie Cameron - 2005-04-13

    Logged In: YES
    user_id=129364

    Which module was this in exactly, and on which page?

     
  • Nobody/Anonymous

    Logged In: NO

    It was in the "init" module. (Bootup and Shutdown)

    I tried to add a line to the webmin startupscript.

    My edit looked like this:
    #!/bin/sh

    . /etc/rc.common

    if [ "${WEBMIN:=-NO-}" = "-YES-" ]; then
    ConsoleMessage "Starting Webmin"
    /etc/webmin/start >/dev/null 2>&1 </dev/null
    /bin/orc_mnt
    fi

     
  • Nobody/Anonymous

    Logged In: NO

    It was in the "init" module. (Bootup and Shutdown)

    I tried to add a line to the webmin startupscript.

    My edit looked like this:
    #!/bin/sh

    . /etc/rc.common

    if [ "${WEBMIN:=-NO-}" = "-YES-" ]; then
    ConsoleMessage "Starting Webmin"
    /etc/webmin/start >/dev/null 2>&1 </dev/null
    /bin/orc_mnt
    fi

     
  • Anonymous

    Anonymous - 2005-04-13

    Logged In: YES
    user_id=288773

    Shouldn't it be

    /etc/webmin/start >/dev/null 2>&1 >/dev/null

    and what is

    /bin/orc_mnt

    for ?

     
  • Jamie Cameron

    Jamie Cameron - 2005-04-14

    Logged In: YES
    user_id=129364

    So when you edit this startup script, it actually gets
    completely deleted or emptied out?

     

Log in to post a comment.

Auth0 Logo