Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
open-vm-tools
vmware-user-autostart-wrapper
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vmware-user-autostart-wrapper of Package open-vm-tools
#!/bin/sh MAX_RETRY=8 RETRY=0 SLEEP=1 unset SESSION_MANAGER while [ $RETRY -lt $MAX_RETRY ]; do if [ -f /proc/fs/vmblock/dev ]; then /usr/bin/vmware-user-suid-wrapper exit 0 else logger "Try $RETRY/$MAX_RETRY : /proc/fs/vmblock/dev not available. sleeping for $SLEEP seconds" sleep $SLEEP RETRY=$[ $RETRY + 1 ] SLEEP=$[ $SLEEP * 2 ] fi done
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor