View Single Post
Posts: 179 | Thanked: 90 times | Joined on Dec 2007
#17
Originally Posted by bg4 View Post
update on problem and foll error

Cannot open file /home/user/MyDocs/.documents/trips/.googleroute.gpx

error continues and still no suggestions for a fix-

I am able to become root - cd to /home/user/MyDocs
then do a ls and .documents is not shown - hidden? could this be the problem?
cd .documents - ls and trips is visible
cd trips - ls and nothing is shown. googleroutes.gpx should be there.

Again any help would be appreciated. Thanks
bg4,

Files/directories that start with a dot are hidden. To view them use 'ls -a'.

Please reread my previous post regarding the permissions.-
If it does exist, please verify the permissions on it. To do that you can post back the output from the following command in xterm-

$ ls -l /home/user/.documents/

the trips dir should look like-

drwxr-xr-x 2 user users 4096 00:00 trips

If the permissions or ownership are wrong, or the directory doesn't exist, that'll cause your problem.
If the drwx... stuff doesn't look the same, or the directory doesn't belong to user:users then there's your problem.

You can change the permissions and ownership by doing (as root)-
# chmod 755 /home/user/MyDocs/.documents/trips
# chown -R user:users /home/user

Or to totally start from scratch, uninstall RoadMap, the open xterm, get root and do(exactly)-

# rm -rf /home/user/.roadmap
# rm -rf /home/user/MyDocs/.documents/trips

Then reinstall RoadMap. It will recreate the needed directories with the correct permissions

Hope that helps,
kernelpanic
 

The Following User Says Thank You to kernelpanic For This Useful Post: