PDA

View Full Version : Amost There...


jlossett
10-16-2001, 03:43 PM
I have a new Sony T60 which has never dialed in. I have been trying for 2 days to get fixup to run. I have copied it the the hard drive, edited the correct files, but no go. I still have the "final steps" screen. I have also tried running it from the BASH prompt but I get "command not found" even though I can navigate to the correct directory and do an ECHO * and see the file. I have tried transferring with both -a and -b but I get the same results. Anyone have any ideas?? Thanks.

Jason

winter
10-16-2001, 06:40 PM
I assume you already did chmod +x on the file?

genericuser
10-16-2001, 07:35 PM
File not found sounds more like a $PATH problem. Do this...
navigate to the correct directory and then type ./fixup

This tells it to run the script from the current directory. As the previous poster stated, do a ls -al and verify the script is executable.

Also, make certain that the script sets the completion variable to 7 so that it thinks the fulle setup ahs been run.

jlossett
10-16-2001, 09:43 PM
Thanks for the replies guys. I FINALLY got it to work. It seems that my copy of the fixup scipt had a "funny" character at the end of each line. I removed them and all is well. I got a clue when I chmoded -x and tried to run the file. I got a "access denied" error instead of file not found. So, that told me the file was there, just not correct. I then found another post about someone saying windows had added some characters to his file. I loaded it up in Joe, and sure enough, I had some funny stuff also. Thanks again...

Jason