i was trying to execute a script following these instructions (#2 towards the bottom of the page) at login by creating a loginhook. however, i must have somehow messed up editing the script that was called.
i used:
prog=(/usr/local/bin/synergyc -f hostname)
when it should have been something like this:
prog=(/usr/local/bin/synergyc -n $(hostname -s) ip-address-of-server)
since i didnt know that $ was a passed variable and went and edited with the hostname. now i can log-in but nothing happens; it just stays at the default apple login background/wallpaper.
i dont have any other accounts available on the system either, and i didn't enable the root account. what can i do? i've got access to my desktop pc and now.
thanks
UPDATE: i managed to fix this one before i turned in. i installed macdrive to allow me to read the native mac filesystem and i put the powerbook into target disk/firewire mode. i then edited the script with the correct parameters. and now it's back to normal. thanks again.
i used:
prog=(/usr/local/bin/synergyc -f hostname)
when it should have been something like this:
prog=(/usr/local/bin/synergyc -n $(hostname -s) ip-address-of-server)
since i didnt know that $ was a passed variable and went and edited with the hostname. now i can log-in but nothing happens; it just stays at the default apple login background/wallpaper.
i dont have any other accounts available on the system either, and i didn't enable the root account. what can i do? i've got access to my desktop pc and now.
thanks
UPDATE: i managed to fix this one before i turned in. i installed macdrive to allow me to read the native mac filesystem and i put the powerbook into target disk/firewire mode. i then edited the script with the correct parameters. and now it's back to normal. thanks again.
