NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/44571: startup script display annoyances (rc_postprocess related ?)



>Number:         44571
>Category:       bin
>Synopsis:       startup script display annoyances
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 14 18:10:00 +0000 2011
>Originator:     Manuel Bouyer
>Release:        5.99.45
>Organization:
>Environment:
System: NetBSD comore.lip6.fr 5.99.45 NetBSD 5.99.45 (XEN3_DOMU) #2: Fri Feb 11 
15:24:25 CET 2011  
bouyer@hop:/dsk/l1/misc/bouyer/tmp/amd64/obj/dsk/l1/misc/bouyer/quota2/src/sys/arch/amd64/compile/XEN3_DOMU
 amd64
Architecture: amd64
Machine: amd64
>Description:
        on at last 2 -current installation, I noticed these small annoyances:
- ^T doesn't seem to make it to the process being run (for utilities with
  a SIGINFO handler), or its status is not reported back to the console.
  For example, the tty prints that fsck_ffs is being run, but I never
  see the fsck_ffs progress status on the tty.
- some rc.d scripts prints (with echo -n) a message before
  starting a command which can take some times, and then
  print "done." One example is rc.d/quota, which prints
  Checking quotas: done.
  with quotacheck -a being actually run between "Checking quotas: " and
  "done.". Now the whole line is printed at once, after \n has been
  received on the pipe. The effect is that the user sees the boot
  hang, and doesn't know why.
>How-To-Repeat:
        have a non-WAPBL+quota system do an unclean reboot, watch it boot.
>Fix:
        



Home | Main Index | Thread Index | Old Index