* help with startup items?
@ Tyler Littlefield
` Raul A. Gallegos
0 siblings, 1 reply; 8+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hay,
How would I get a program to start as soon as my system does?
I just compiled and got a server going, and finally the mud, and want to get things starting up when the comp does.
Thanks,
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: help with startup items?
help with startup items? Tyler Littlefield
@ ` Raul A. Gallegos
` Gregory Nowak
0 siblings, 1 reply; 8+ messages in thread
From: Raul A. Gallegos @ UTC (permalink / raw)
To: speakup
Tyler. It depends on which distro you are using.
Here are some tips though. Put a start up script in /etc/init.d if you
have such a beast. This is how it's done on systems like Debian and
Fedora Core. If you have slackware then if memory serves the script you
add things to is /etc/rc.d/rc.local
HTH.
--
Life is like bein' on a mule team. Unless you're the lead mule, all the
scenery looks about the same.
Raul A. Gallegos ... IliwSsmc
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: help with startup items?
` Raul A. Gallegos
@ ` Gregory Nowak
` Tyler Littlefield
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
One more thing to add here is that in debian, once you've put your
script into /etc/init.d, you then need to run update-rc.d to link it
into the startup/shutdown script directories.
Greg
On Sun, Apr 09, 2006 at 11:00:06AM -0600, Raul A. Gallegos wrote:
> Tyler. It depends on which distro you are using.
>
> Here are some tips though. Put a start up script in /etc/init.d if you
> have such a beast. This is how it's done on systems like Debian and
> Fedora Core. If you have slackware then if memory serves the script you
> add things to is /etc/rc.d/rc.local
>
> HTH.
>
> --
> Life is like bein' on a mule team. Unless you're the lead mule, all the
> scenery looks about the same.
> Raul A. Gallegos ... IliwSsmc
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
iD8DBQFEOX+57s9z/XlyUyARAq73AJ9EwuZs+NI2UeqMdxf9ICDcqm7JewCeMkn0
6AWPoFLQEAFPi8yzd+8v5Iw=
=scYE
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: help with startup items?
` Gregory Nowak
@ ` Tyler Littlefield
` Tyler Littlefield
` Tyler Littlefield
` Tyler Littlefield
2 siblings, 1 reply; 8+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
ok, when I do
update-rc.d start /etc/init.d/moo it doesn't work. it says it can't find the
file, but when I do cat /etc/init.d/moo, it works fine...
----- Original Message -----
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, April 09, 2006 3:42 PM
Subject: Re: help with startup items?
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> One more thing to add here is that in debian, once you've put your
> script into /etc/init.d, you then need to run update-rc.d to link it
> into the startup/shutdown script directories.
>
> Greg
>
>
> On Sun, Apr 09, 2006 at 11:00:06AM -0600, Raul A. Gallegos wrote:
>> Tyler. It depends on which distro you are using.
>>
>> Here are some tips though. Put a start up script in /etc/init.d if you
>> have such a beast. This is how it's done on systems like Debian and
>> Fedora Core. If you have slackware then if memory serves the script you
>> add things to is /etc/rc.d/rc.local
>>
>> HTH.
>>
>> --
>> Life is like bein' on a mule team. Unless you're the lead mule, all the
>> scenery looks about the same.
>> Raul A. Gallegos ... IliwSsmc
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (GNU/Linux)
>
> iD8DBQFEOX+57s9z/XlyUyARAq73AJ9EwuZs+NI2UeqMdxf9ICDcqm7JewCeMkn0
> 6AWPoFLQEAFPi8yzd+8v5Iw=
> =scYE
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: help with startup items?
` Gregory Nowak
` Tyler Littlefield
@ ` Tyler Littlefield
` Lorenzo Taylor
` Tyler Littlefield
2 siblings, 1 reply; 8+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
OK, I got it, but what do I put in NN?
----- Original Message -----
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, April 09, 2006 3:42 PM
Subject: Re: help with startup items?
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> One more thing to add here is that in debian, once you've put your
> script into /etc/init.d, you then need to run update-rc.d to link it
> into the startup/shutdown script directories.
>
> Greg
>
>
> On Sun, Apr 09, 2006 at 11:00:06AM -0600, Raul A. Gallegos wrote:
>> Tyler. It depends on which distro you are using.
>>
>> Here are some tips though. Put a start up script in /etc/init.d if you
>> have such a beast. This is how it's done on systems like Debian and
>> Fedora Core. If you have slackware then if memory serves the script you
>> add things to is /etc/rc.d/rc.local
>>
>> HTH.
>>
>> --
>> Life is like bein' on a mule team. Unless you're the lead mule, all the
>> scenery looks about the same.
>> Raul A. Gallegos ... IliwSsmc
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (GNU/Linux)
>
> iD8DBQFEOX+57s9z/XlyUyARAq73AJ9EwuZs+NI2UeqMdxf9ICDcqm7JewCeMkn0
> 6AWPoFLQEAFPi8yzd+8v5Iw=
> =scYE
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: help with startup items?
` Tyler Littlefield
@ ` Tyler Littlefield
0 siblings, 0 replies; 8+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Tyler Littlefield, Speakup is a screen review system for Linux.
please ignore that message.
----- Original Message -----
From: "Tyler Littlefield" <compgeek13@gmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Friday, May 12, 2006 8:11 AM
Subject: Re: help with startup items?
> ok, when I do
> update-rc.d start /etc/init.d/moo it doesn't work. it says it can't find
> the
> file, but when I do cat /etc/init.d/moo, it works fine...
>
> ----- Original Message -----
> From: "Gregory Nowak" <greg@romuald.net.eu.org>
> To: "Speakup is a screen review system for Linux."
> <speakup@braille.uwo.ca>
> Sent: Sunday, April 09, 2006 3:42 PM
> Subject: Re: help with startup items?
>
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> One more thing to add here is that in debian, once you've put your
>> script into /etc/init.d, you then need to run update-rc.d to link it
>> into the startup/shutdown script directories.
>>
>> Greg
>>
>>
>> On Sun, Apr 09, 2006 at 11:00:06AM -0600, Raul A. Gallegos wrote:
>>> Tyler. It depends on which distro you are using.
>>>
>>> Here are some tips though. Put a start up script in /etc/init.d if you
>>> have such a beast. This is how it's done on systems like Debian and
>>> Fedora Core. If you have slackware then if memory serves the script you
>>> add things to is /etc/rc.d/rc.local
>>>
>>> HTH.
>>>
>>> --
>>> Life is like bein' on a mule team. Unless you're the lead mule, all the
>>> scenery looks about the same.
>>> Raul A. Gallegos ... IliwSsmc
>>>
>>> _______________________________________________
>>> Speakup mailing list
>>> Speakup@braille.uwo.ca
>>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>>
>> - --
>> web site: http://www.romuald.net.eu.org
>> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
>> skype: gregn1
>> (authorization required, add me to your contacts list first)
>>
>> - --
>> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.2.2 (GNU/Linux)
>>
>> iD8DBQFEOX+57s9z/XlyUyARAq73AJ9EwuZs+NI2UeqMdxf9ICDcqm7JewCeMkn0
>> 6AWPoFLQEAFPi8yzd+8v5Iw=
>> =scYE
>> -----END PGP SIGNATURE-----
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: help with startup items?
` Tyler Littlefield
@ ` Lorenzo Taylor
0 siblings, 0 replies; 8+ messages in thread
From: Lorenzo Taylor @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
nn signifies the time when the service runs. Lower numbers run earlier
than higher numbers. Most startup services use the number 20. THis is
the default. Only change it if you have a specific reason why it should
run before or after something else.
HTH,
Lorenzo
- --
Q: What do Winnie the Pooh and John the Baptist have in common?
A: The same middle name.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEZNaEG9IpekrhBfIRAhK2AKDDlIJcfUJngTZcFUvL3WcAqO2R4gCeILh8
3A0LIvui7ztb7KXjv8NS9AY=
=WuhH
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: help with startup items?
` Gregory Nowak
` Tyler Littlefield
` Tyler Littlefield
@ ` Tyler Littlefield
2 siblings, 0 replies; 8+ messages in thread
From: Tyler Littlefield @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
What do I put for the runlevel?
----- Original Message -----
From: "Gregory Nowak" <greg@romuald.net.eu.org>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, April 09, 2006 3:42 PM
Subject: Re: help with startup items?
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> One more thing to add here is that in debian, once you've put your
> script into /etc/init.d, you then need to run update-rc.d to link it
> into the startup/shutdown script directories.
>
> Greg
>
>
> On Sun, Apr 09, 2006 at 11:00:06AM -0600, Raul A. Gallegos wrote:
>> Tyler. It depends on which distro you are using.
>>
>> Here are some tips though. Put a start up script in /etc/init.d if you
>> have such a beast. This is how it's done on systems like Debian and
>> Fedora Core. If you have slackware then if memory serves the script you
>> add things to is /etc/rc.d/rc.local
>>
>> HTH.
>>
>> --
>> Life is like bein' on a mule team. Unless you're the lead mule, all the
>> scenery looks about the same.
>> Raul A. Gallegos ... IliwSsmc
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.2.2 (GNU/Linux)
>
> iD8DBQFEOX+57s9z/XlyUyARAq73AJ9EwuZs+NI2UeqMdxf9ICDcqm7JewCeMkn0
> 6AWPoFLQEAFPi8yzd+8v5Iw=
> =scYE
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
help with startup items? Tyler Littlefield
` Raul A. Gallegos
` Gregory Nowak
` Tyler Littlefield
` Tyler Littlefield
` Tyler Littlefield
` Lorenzo Taylor
` Tyler Littlefield
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).