Re: Why /etc/init.d/bootmisc.sh doesn't Required-Start mountnfs-bootclean too?

2012-09-24 Thread Sven Joachim
On 2012-09-24 20:58 +0200, Regid Ichira wrote: > $ grep Provides /etc/init.d/mountnfs-bootclean.sh > # Provides: mountnfs-bootclean > > $ grep Description /etc/init.d/bootmisc.sh > # Short-Description: Miscellaneous things to be done during bootup. >

Why /etc/init.d/bootmisc.sh doesn't Required-Start mountnfs-bootclean too?

2012-09-24 Thread Regid Ichira
$ grep Provides /etc/init.d/mountnfs-bootclean.sh # Provides: mountnfs-bootclean $ grep Description /etc/init.d/bootmisc.sh # Short-Description: Miscellaneous things to be done during bootup. # Description: Some cleanup. Note, it need to run after mountnfs

Re: bootmisc.sh

2012-01-04 Thread Balint Szigeti
thank you to everyone the help. I now understand it. Balint -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4f046073.2070...@gmail.com

Re: bootmisc.sh

2012-01-04 Thread Wilko Fokken
On Wed, Jan 04, 2012 at 11:10:11AM +, Balint Szigeti wrote: > > I found this > > *: > */var/run/utmp > > in /etc/init.d/bootmisc.sh on Debian 6.0.3 > > Can you explain what does " : > " mean? > > Thank you > Bali

Re: bootmisc.sh

2012-01-04 Thread Karl E. Jorgensen
Hi! On Wed, Jan 04, 2012 at 06:10:11AM -0500, Balint Szigeti wrote: > hello > > I found this > > : > /var/run/utmp > > in /etc/init.d/bootmisc.sh on Debian 6.0.3 > > Can you explain what does " : > " mean? The &quo

Re: bootmisc.sh

2012-01-04 Thread Roger Leigh
On Wed, Jan 04, 2012 at 11:10:11AM +, Balint Szigeti wrote: > I found this > : > /var/run/utmp > in /etc/init.d/bootmisc.sh on Debian 6.0.3 > > Can you explain what does " : > " mean? : is a builtin shell command that does nothing. Thus piping its output (no

bootmisc.sh

2012-01-04 Thread Balint Szigeti
hello I found this *: > */var/run/utmp in /etc/init.d/bootmisc.sh on Debian 6.0.3 Can you explain what does " : > " mean? Thank you Balint

Re: I messed up bootmisc.sh - now can't log in!

2005-08-31 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Bryan Donlan <[EMAIL PROTECTED]> wrote: >On 8/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Can anyone suggest a tutorial on writing what I think are called init >> scripts? > >Take a look at the files in /etc/init.d, just use one of them as a >templat

Re: I messed up bootmisc.sh - now can't log in!

2005-08-30 Thread Bryan Donlan
On 8/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Bryan Donlan <[EMAIL PROTECTED]> wrote: > > >On 8/30/05, David W. Williams <[EMAIL PROTECTED]> wrote: > >> I should have mentioned, I'm the: > >> > >> > >> Re: I m

Re: I messed up bootmisc.sh - now can't log in!

2005-08-30 Thread dwilliams1066
Bryan Donlan <[EMAIL PROTECTED]> wrote: >On 8/30/05, David W. Williams <[EMAIL PROTECTED]> wrote: >> I should have mentioned, I'm the: >> >> >>   Re: I messed up bootmisc.sh - now can't log in! guy >> >> from debian-user >> >

Re: I messed up bootmisc.sh - now can't log in!

2005-08-30 Thread Bryan Donlan
On 8/30/05, David W. Williams <[EMAIL PROTECTED]> wrote: > I should have mentioned, I'm the: > > > Re: I messed up bootmisc.sh - now can't log in! guy > > from debian-user > > I just tried this with vi, and when I went to save, got this message: >

Re: I messed up bootmisc.sh - now can't log in!

2005-08-30 Thread dwilliams1066
ype linux init=/bin/sh. > >Either way will get you a command prompt. Then: >mount -t proc proc /proc >mount -o remount,rw / >[edit, fix bootmisc.sh] >mount -o remount,ro / >umount /proc >exec /sbin/init > __

Re: I messed up bootmisc.sh - now can't log in!

2005-08-30 Thread Bryan Donlan
Either way will get you a command prompt. Then: mount -t proc proc /proc mount -o remount,rw / [edit, fix bootmisc.sh] mount -o remount,ro / umount /proc exec /sbin/init

Re: I messed up bootmisc.sh - now can't log in!

2005-08-29 Thread dwilliams1066
[EMAIL PROTECTED] wrote: >Michael Spang <[EMAIL PROTECTED]> wrote: > >>[EMAIL PROTECTED] wrote: >> >>>Michael Spang <[EMAIL PROTECTED]> wrote: >>> >>> >>> Alan Ianson wrote: >On Sat August 27 2005 06:38 pm, [EMAIL PROTECTED] wrote: > > > > >>Alan Ianson <

Re: I messed up bootmisc.sh - now can't log in!

2005-08-28 Thread dwilliams1066
Michael Spang <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: > >>Michael Spang <[EMAIL PROTECTED]> wrote: >> >> >> >>>Alan Ianson wrote: >>> >>> >>> On Sat August 27 2005 06:38 pm, [EMAIL PROTECTED] wrote: >Alan Ianson <[EMAIL PROTECTED]> wrote: >

Re: I messed up bootmisc.sh - now can't log in!

2005-08-28 Thread Michael Spang
[EMAIL PROTECTED] wrote: Michael Spang <[EMAIL PROTECTED]> wrote: Alan Ianson wrote: On Sat August 27 2005 06:38 pm, [EMAIL PROTECTED] wrote: Alan Ianson <[EMAIL PROTECTED]> wrote: On Sat August 27 2005 05:28 pm, [EMAIL PROTECTED] wrote: I've

Re: I messed up bootmisc.sh - now can't log in!

2005-08-28 Thread dwilliams1066
Michael Spang <[EMAIL PROTECTED]> wrote: >Alan Ianson wrote: > >>On Sat August 27 2005 06:38 pm, [EMAIL PROTECTED] wrote: >>   >> >>>Alan Ianson <[EMAIL PROTECTED]> wrote: >>>     >>> On Sat August 27 2005 05:28 pm, [EMAIL PROTECTED] wrote:       >I've tried booting off a cd-rom

Re: I messed up bootmisc.sh - now can't log in!

2005-08-28 Thread Michael Spang
Alan Ianson wrote: On Sat August 27 2005 06:38 pm, [EMAIL PROTECTED] wrote: Alan Ianson <[EMAIL PROTECTED]> wrote: On Sat August 27 2005 05:28 pm, [EMAIL PROTECTED] wrote: I've tried booting off a cd-rom and mounting the disk, but I can't get the disk to mount for some reason.

Re: I messed up bootmisc.sh - now can't log in!

2005-08-27 Thread Alan Ianson
On Sat August 27 2005 06:38 pm, [EMAIL PROTECTED] wrote: > Alan Ianson <[EMAIL PROTECTED]> wrote: > >On Sat August 27 2005 05:28 pm, [EMAIL PROTECTED] wrote: > >> I've tried booting off a cd-rom and mounting the disk, but I can't get > >> the disk to mount for some reason. I'm willing to try prett

Re: I messed up bootmisc.sh - now can't log in!

2005-08-27 Thread dwilliams1066
Alan Ianson <[EMAIL PROTECTED]> wrote: >On Sat August 27 2005 05:28 pm, [EMAIL PROTECTED] wrote: > >> I've tried booting off a cd-rom and mounting the disk, but I can't get the >> disk to mount for some reason. I'm willing to try pretty much anything at >> this point. > >My default grub menu list

Re: I messed up bootmisc.sh - now can't log in!

2005-08-27 Thread Alan Ianson
On Sat August 27 2005 05:28 pm, [EMAIL PROTECTED] wrote: > I've tried booting off a cd-rom and mounting the disk, but I can't get the > disk to mount for some reason. I'm willing to try pretty much anything at > this point. My default grub menu list has a "recovery" option. If that option isn't

I messed up bootmisc.sh - now can't log in!

2005-08-27 Thread dwilliams1066
I added a command to run mysqld to bootmisc.sh. Now everything boots fine, but the command that I added to bootmisc.sh runs but doesn't exit, leaving me with a system running mysql but at runlevel 2 (single user mode) . It does not return a prompt so I can't log in and fix the problem