Opened 15 years ago
Closed 15 years ago
#5472 closed defect (fixed)
vboxadditioins_3.0.10_54097/autorun.sh fails in Solaris 10 U8 (10/09) x86 Guest => Fixed in SVN
| Reported by: | LnxGnome | Owned by: | |
|---|---|---|---|
| Component: | guest additions | Version: | VirtualBox 3.0.10 |
| Keywords: | autorun.sh | Cc: | |
| Guest type: | Solaris | Host type: | Solaris |
Description
vboxadditioins_3.0.10_54097/autorun.sh fails in Solaris 10 U8 (10/09) x86 Guest
autorun.sh tries to run id -u, which on a default installation runs /usr/bin/id (which does not support the '-u' option).
Workaround: put /usr/xpg4/bin at the front of the PATH. ( /usr/xpg4/bin/id does support '-u' )
See attachment for exact script output.
Attachments (1)
Change History (4)
by , 15 years ago
comment:1 by , 15 years ago
This has been fixed and will be part of the next release. Thanks for reporting.
comment:2 by , 15 years ago
| Summary: | vboxadditioins_3.0.10_54097/autorun.sh fails in Solaris 10 U8 (10/09) x86 Guest → vboxadditioins_3.0.10_54097/autorun.sh fails in Solaris 10 U8 (10/09) x86 Guest => Fixed in SVN |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.


autorun.sh script output