VirtualBox

Opened 15 years ago

Closed 15 years ago

#3435 closed defect (fixed)

rc.vboxadd-timesync shell script is missing the on begin( ) function for Slackware -> fixed in SVN

Reported by: cdkyle Owned by:
Component: guest additions Version: VirtualBox 2.1.4
Keywords: Slackware vboxadd-timesync begin Cc:
Guest type: Linux Host type: Windows

Description

After installing the Guest Additions from VirtualBox 2.1.4 on Slackware 12.2 the resulting rc.vboxadd-timesync shell script produces an error when run. The error is "begin: command not found". This is caused by the fact that the begin() function is not being defined in the Slackware section of the script.

There is thread in the end-user forum, "Slackware 12 Guest no daemon", that had similiar issues with other functions. http://forums.virtualbox.org/viewtopic.php?t=4709

The easy fix is to place a copy of the begin() function at line 197 in /etc/rc.d/rc.vboxadd-timesync

Below is the needed code for the begin function:

begin() {
 echo -n "$1"
}

Change History (2)

comment:1 by Michael Thayer, 15 years ago

Summary: rc.vboxadd-timesync shell script is missing the on begin( ) function for Slackwarerc.vboxadd-timesync shell script is missing the on begin( ) function for Slackware -> fixed in SVN

Thanks for reporting this. In fact this is already fixed, but unfortunately only after 2.1.4 was release.

comment:2 by Sander van Leeuwen, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use