just about that ;)
when entering a runlevel, the daemon basically goes through each file in
/etc/rcx.d that starts with S and runs it like this:
S90startstuff start
note the start argument. Then when leaving it does the same thing with
the K's saying stop.
They are run in numerical order, s
Ahh, update-rc.d was what I was thinking of when I typed
update-alternatives. What the sequence number do?
--- Rich Puhek <[EMAIL PROTECTED]> wrote:
> Also look at the update-rc.d command (see man update-rc.d for
> details).
> That will allow you to do things like:
>
> update-rc.d postres start
Hi All,
I responded to this question and said to use 'update-alternatives' myself. I
meantupdate-rc.d.
Doh!
Jimmy Richards
On Thursday 29 March 2001 14:25, Daniel Freedman wrote:
> Hi,
>
> On Thu, Mar 29, 2001, Alan Chen wrote:
> > Just as an excercise to my own sys admin knowledge, I'l
On Thu, Mar 29, 2001 at 11:57:54AM -0800, Alan Chen wrote:
...
> update-alternatives (or was it alternatives-update) is a admin tool for
> adding, removing daemons from various runlevels.
No, it is for managing Debian's alternatives sytem. Like whether vim,
or vi or tiny-vi should be named vi. O
Hi,
On Thu, Mar 29, 2001, Alan Chen wrote:
> Just as an excercise to my own sys admin knowledge, I'll summarize my
> general knowledge and just ask if anyone has suggestions or differences
> in my understanding.
>
> Daemons (or services) can be manually manipulated in debian using
> /etc/init.d/
Also look at the update-rc.d command (see man update-rc.d for details).
That will allow you to do things like:
update-rc.d postres start 3 (start postres in runlevel 3)
update-rc.d postres stop 50 6 (stop postres at sequence 50 in runlevel
6)
--Rich
Alan Chen wrote:
>
> Just as an excercis
Just as an excercise to my own sys admin knowledge, I'll summarize my
general knowledge and just ask if anyone has suggestions or differences
in my understanding.
Daemons (or services) can be manually manipulated in debian using
/etc/init.d/ with the command start, stop, restart, etc..
This will
I can see a script to call it on my system in /etc/rcS.d
This directory has scripts that start when booting in any
runlevel.
Dermot
On Thu, Mar 29, 2001 at 02:41:58PM +0900, Debian User wrote:
> A daemon called /sbin/portmap starts when I boot my Debian Linux 2.2
> system.
>
> I have searched fo
Hi There TwinSun,
Try outupdate-alternatives -f portmap remove
The manual way is/etc/init.d/portmap stop
Hope that's what yer looking for,
Jimmy Richards
On 29 Mar 2001 14:41:58 +0900, Debian User wrote:
> A daemon called /sbin/portmap starts when I boot my Debian Linux 2.2
> system
Debian User wrote:
>
> A daemon called /sbin/portmap starts when I boot my Debian Linux 2.2
> system.
>
> I have searched for the script that starts /sbin/portamp when my system
> boots. However, I can't find it. It doesn't seem to be in rc2.d.
>
> Does anyone know how to make it not start upo
A daemon called /sbin/portmap starts when I boot my Debian Linux 2.2
system.
I have searched for the script that starts /sbin/portamp when my system
boots. However, I can't find it. It doesn't seem to be in rc2.d.
Does anyone know how to make it not start upon booting?
11 matches
Mail list logo