I'm setting up a print server which is headless, where the only login is ssh from a desktop. When I boot this box, I have no way of knowing the soonest I can log in. I downloaded a "beep" program from the internet, and I need to know the point I can insert a script to ring the internal speaker a few times. It would have to be right at the end of the boot process, before mingetty is called. -- It will be advantageous to cross the great stream ... the Dragon is on the wing in the Sky ... the Great Man rouses himself to his Work.
I'm setting up a print server which is headless, where the only login is ssh from a desktop.
When I boot this box, I have no way of knowing the soonest I can log in. I downloaded a "beep" program from the internet, and I need to know the point I can insert a script to ring the internal speaker a few times. It would have to be right at the end of the boot process, before mingetty is called.
-- It will be advantageous to cross the great stream ... the Dragon is on the wing in the Sky ... the Great Man rouses himself to his Work. -- It will be advantageous to cross the great stream ... the Dragon is on
I just came across something that brings up another question. The print server I was talking about has no graphics; I am administering it using the character based yast over ssh. In the "Hardware" section, I don't see the printer setup listed. Anyone know why not? On Mon, 2004-05-31 at 22:47, Tim Hanson wrote: the wing in the Sky ... the Great Man rouses himself to his Work.
The Monday 2004-05-31 at 22:47 -0700, Tim Hanson wrote:
When I boot this box, I have no way of knowing the soonest I can log in. I downloaded a "beep" program from the internet, and I need to know the point I can insert a script to ring the internal speaker a few times. It would have to be right at the end of the boot process, before mingetty is called.
First, read the "The SuSE boot concept" chapter of the admin book (or man init.d). Use "/etc/init.d/skeleton" for a starting point for your script. Enter into the "Required-Start" line those services that should be up before your script runs (perhaps "$ALL"?). Insert your script with "chkconfig script on". By the way, what "beep" program are you using? -- Cheers, Carlos Robinson
The Monday 2004-05-31 at 22:47 -0700, Tim Hanson wrote:
When I boot this box, I have no way of knowing the soonest I can log in. I downloaded a "beep" program from the internet, and I need to know the point I can insert a script to ring the internal speaker a few times. It would have to be right at the end of the boot process, before mingetty is called.
First, read the "The SuSE boot concept" chapter of the admin book (or man init.d). Use "/etc/init.d/skeleton" for a starting point for your script. Enter into the "Required-Start" line those services that should be up before your script runs (perhaps "$ALL"?). Insert your script with "chkconfig script on".
By the way, what "beep" program are you using?
-- Cheers, Carlos Robinson -- It will be advantageous to cross the great stream ... the Dragon is on
I got it here: http://archives.neohapsis.com/archives/linux/redhat/2002-q2/0002.html On Tue, 2004-06-01 at 02:30, Carlos E. R. wrote: the wing in the Sky ... the Great Man rouses himself to his Work.
participants (2)
-
Carlos E. R.
-
Tim Hanson