This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

turn off beeps at shutdown

Hi @all!

Do anybody know how i can turn off the beeps if i shutdown my firewall? I don't need this feature, beacause it nerves.

I was searching at the  whole Forum but i don't found anything about this.

I'm using Astaro Ver. 4 for privat. But maybe, i will use it in my company too.

thx and sorry my bad english
  


This thread was automatically locked due to age.
Parents
  • shutdown, then press the power button [;)]

    do you need it in down state & powered up?

    I think that's a great feature, cause is very useful for diagnostic ,
    getting status & getting where you ASL is in a large server room [;)]

    Matteo.
     
  • I hate these nerving answers too.
    Instead of helping one, one always get these "great" advices.

    To turn off the beeps, just edit the /etc/rc.d/halt file
    and comment or delete out the lines:

    while true ; do
     echo -n ...
     sleep 1
    done

    at the end of the file.

    mfg
    chris
     
Reply
  • I hate these nerving answers too.
    Instead of helping one, one always get these "great" advices.

    To turn off the beeps, just edit the /etc/rc.d/halt file
    and comment or delete out the lines:

    while true ; do
     echo -n ...
     sleep 1
    done

    at the end of the file.

    mfg
    chris
     
Children