VirtualBox

Changeset 56883 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jul 9, 2015 5:16:11 AM (9 years ago)
Author:
vboxsync
Message:

Installer/linux: errors to the log file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/install.sh

    r56882 r56883  
    377377
    378378    # Install runlevel scripts
    379     install_init_script $INSTALLATION_DIR/vboxdrv.sh vboxdrv
    380     install_init_script $INSTALLATION_DIR/vboxballoonctrl-service.sh vboxballoonctrl-service
    381     install_init_script $INSTALLATION_DIR/vboxautostart-service.sh vboxautostart-service
    382     install_init_script $INSTALLATION_DIR/vboxweb-service.sh vboxweb-service
     379    install_init_script $INSTALLATION_DIR/vboxdrv.sh vboxdrv 2>> $LOG
     380    install_init_script $INSTALLATION_DIR/vboxballoonctrl-service.sh vboxballoonctrl-service 2>> $LOG
     381    install_init_script $INSTALLATION_DIR/vboxautostart-service.sh vboxautostart-service 2>> $LOG
     382    install_init_script $INSTALLATION_DIR/vboxweb-service.sh vboxweb-service 2>> $LOG
    383383
    384384    # Write the configuration. Do this before we call /etc/init.d/vboxdrv setup!
     
    393393
    394394    delrunlevel vboxdrv > /dev/null 2>&1
    395     addrunlevel vboxdrv # This may produce useful output
     395    addrunlevel vboxdrv 2>> $LOG # This may produce useful output
    396396    delrunlevel vboxballoonctrl-service > /dev/null 2>&1
    397     addrunlevel vboxballoonctrl-service # This may produce useful output
     397    addrunlevel vboxballoonctrl-service 2>> $LOG # This may produce useful output
    398398    delrunlevel vboxautostart-service > /dev/null 2>&1
    399     addrunlevel vboxautostart-service # This may produce useful output
     399    addrunlevel vboxautostart-service 2>> $LOG # This may produce useful output
    400400    delrunlevel vboxweb-service > /dev/null 2>&1
    401     addrunlevel vboxweb-service # This may produce useful output
     401    addrunlevel vboxweb-service 2>> $LOG # This may produce useful output
    402402
    403403    # Create users group
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette