This is a discussion on Log of init.d services started.... within the Debian Linux Users forum forums, part of the Debian Linux category; --> Is there any log of services started on boot from the rc?.d/init.d directories. For reason I can't fathom (yet), ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is there any log of services started on boot from the rc?.d/init.d directories. For reason I can't fathom (yet), my DSL connection doesn't come up on boot, but running the init.d later does work. It's currently set up as S95adsl in rc2.d. I knwow I could do something by modifying the script in question, but I thought I'd check and see if there was any standard source of information for this . David -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| On Thu, Jul 10, 2003 at 06:56:57PM -0400, David Corbin wrote: > Is there any log of services started on boot from the rc?.d/init.d > directories. I'm afraid not. -- Colin Watson [cjwatson@flatline.org.uk] -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| On Thursday 10 July 2003 19:27, Colin Watson wrote: > On Thu, Jul 10, 2003 at 06:56:57PM -0400, David Corbin wrote: > > Is there any log of services started on boot from the rc?.d/init.d > > directories. > > I'm afraid not. > While we're on the subject, any reason debian doesn't use a standardized set of script support functions (conceptually) like RedHat does? > -- > Colin Watson [cjwatson@flatline.org.uk] -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| In article <20030711011511.GA24542@riva.ucam.org>, Colin Watson <cjwatson@debian.org> wrote: >[Please don't send me private copies of list mail.] > >On Thu, Jul 10, 2003 at 09:08:55PM -0400, David Corbin wrote: >> On Thursday 10 July 2003 19:27, Colin Watson wrote: >> > On Thu, Jul 10, 2003 at 06:56:57PM -0400, David Corbin wrote: >> > > Is there any log of services started on boot from the rc?.d/init.d >> > > directories. >> > >> > I'm afraid not. >> >> While we're on the subject, any reason debian doesn't use a >> standardized set of script support functions (conceptually) like >> RedHat does? > >Have you ever tried debugging your way through those things? >time I tried I got completely lost ... The next sysvinit upload will have 'bootlogd', which will save everything printed to the console (except for kernel/dmesg messages) in /var/log/boot. That should help. Mike. -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| |||
| On Mon, 14 Jul 2003, Miquel van Smoorenburg wrote: > The next sysvinit upload will have 'bootlogd', which will save > everything printed to the console (except for kernel/dmesg messages) > in /var/log/boot. That should help. Then, since kernel messages essentially give way to init scripts after the kernel finishes loading, that means that between dmesg and bootlogd there should be a mostly complete record of everything happening when a Debian machine boots, right? Thanks very much for everything. It sounds way cool. <grin> - Aaron -- Aaron Hall : If UNIX is the heroin of operating systems, ahall@vitaphone.net : then...Windows is filling your sinuses with : lucite and letting it set. : -- The Usenet Oracle -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
| ||||
| In article <Pine.LNX.4.53.0307141913360.24641@aja.vitaphone.n et>, Aaron Hall <lisps@vitaphone.net> wrote: >On Mon, 14 Jul 2003, Miquel van Smoorenburg wrote: > >> The next sysvinit upload will have 'bootlogd', which will save >> everything printed to the console (except for kernel/dmesg messages) >> in /var/log/boot. That should help. > >Then, since kernel messages essentially give way to init scripts >after the kernel finishes loading, that means that between dmesg and >bootlogd there should be a mostly complete record of everything >happening when a Debian machine boots, right? Yes, that is the basic idea. Mike. -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |