Hi,

I'm seeing the same problem. Here's the trace of `bash -x /etc/init.d/acpid 
start`:

+ set -e                                         
+ ACPID=/usr/sbin/acpid                          
+ DEFAULTS=/etc/default/acpid                    
+ '[' -x /usr/sbin/acpid ']'                     
+ OPTIONS=                                       
+ MODULES=                                       
+ '[' -r /etc/default/acpid ']'                  
+ . /etc/default/acpid                           
+ . /lib/lsb/init-functions                      
++ FANCYTTY=                                     
++ '[' -e /etc/lsb-base-logging.sh ']'           
++ . /etc/lsb-base-logging.sh                    
+ . /etc/default/rcS                             
++ TMPTIME=0                                     
++ SULOGIN=no                                    
++ DELAYLOGIN=no                                 
++ UTC=no                                        
++ VERBOSE=no                                    
++ FSCKFIX=no                                    
++ RAMRUN=no                                     
++ RAMLOCK=no                                    
++ HWCLOCKPARS=--directisa                       
+ case "$1" in                                   
+ load_modules                                   
+ '[' -f /proc/modules ']'                       
+ '[' '' = all ']'                               
+ '[' -z '' ']'                                  
+ return                                         
+ log_begin_msg 'Starting ACPI services...'      
+ log_daemon_msg 'Starting ACPI services...'     
+ '[' -z 'Starting ACPI services...' ']'         
+ SPL_UPD=/sbin/splashy_update                   
+ '[' -r /etc/default/splashy ']'                
+ . /etc/default/splashy                         
++ CHVT_TTY=auto                                 
++ ENABLE_INITRAMFS=1                            
++ DEBUG=0                                       
+ log_use_splashy                                
+ '[' n = y ']'                                  
+ pidof splashy                                  
+ log_to_console log_daemon_msg 'Starting ACPI services...'
+ '[' n '!=' y ']'                                         
+ '[' no '!=' yes ']'                                      
++ readlink /proc/self/fd/0                                
+ stdin=/dev/pts/2                                         
+ '[' /dev/pts/2 '!=' /dev/pts/2 ']'                       
+ return 0                                                 
+ log_use_fancy_output                                     
+ TPUT=/usr/bin/tput                                       
+ EXPR=/usr/bin/expr                                       
+ '[' -t 1 ']'                                             
+ '[' xxterm '!=' '' ']'                                   
+ '[' xxterm '!=' xdumb ']'                                
+ '[' -x /usr/bin/tput ']'                                 
+ '[' -x /usr/bin/expr ']'                                 
+ /usr/bin/tput hpa 60                                     
+ /usr/bin/tput setaf 1                                    
+ '[' -z ']'                                               
+ FANCYTTY=1                                               
+ case "$FANCYTTY" in                                      
+ true                                                     
+ /usr/bin/tput xenl                                       
++ /usr/bin/tput cols                                      
+ COLS=80                                                  
+ '[' 80 ']'                                               
+ '[' 80 -gt 6 ']'                                         
++ /usr/bin/expr 80 - 7                                    
+ COL=73                                                   
+ printf ' * Starting ACPI services...       '             
 * Starting ACPI services...       ++ /usr/bin/expr 80 - 1 
+ /usr/bin/tput hpa 79                                     
                                                                               
+ 
printf ' '                                                                     
 + '[' -x /sbin/splashy_update ']'                                              
+ '[' -z '' ']'                                                                 
++ runlevel                                                                     
++ sed 's/^. //'                                                                
+ RUNLEVEL=2                                                                    
+ '[' -z 2 ']'                                                                  
+ '[' x2 = x6 ']'                                                               
+ '[' x2 = x0 ']'                                                               
+ '[' '!' -z '' ']'                                                             
+ start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/acpid --          
+ log_end_msg 0                                                                 
+ '[' -z 0 ']'                                                                  
+ STEPS_DIR=/lib/init/rw/splashy                                                
+ SPL_UPD=/sbin/splashy_update                                                  
+ '[' -r /etc/default/splashy ']'                                               
+ . /etc/default/splashy                                                        
++ CHVT_TTY=auto                                                                
++ ENABLE_INITRAMFS=1                                                           
++ DEBUG=0
+ log_use_splashy
+ '[' n = y ']'
+ pidof splashy
+ log_to_console log_end_msg 0
+ '[' n '!=' y ']'
+ '[' no '!=' yes ']'
++ readlink /proc/self/fd/0
+ stdin=/dev/pts/2
+ '[' /dev/pts/2 '!=' /dev/pts/2 ']'
+ return 0
+ '[' 73 ']'
+ '[' -x /usr/bin/tput ']'
+ printf '\r'
+ /usr/bin/tput hpa 73
                                                                         + '[' 
0 -eq 0 ']'
+ echo '[ OK ]'
[ OK ]
+ '[' -x /sbin/splashy_update ']'
+ '[' '!' -d /lib/init/rw/splashy ']'
+ SPL_PRG=/lib/init/rw/splashy/2-progress
+ '[' -f /lib/init/rw/splashy/2-progress ']'
+ return 1

It seems as if the error is in line 341 of /etc/lsb-base-logging.sh. Splashy 
is looking for the file /lib/init/rw/splashy/2-progress which doesn't exist and 
returns 1, i.e. error, for the entire configuration process.

Regards,

    Georg

-- 
Georg Wittenburg
http://page.mi.fu-berlin.de/~wittenbu/

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to