hmc
Active Member
Hi guys,
creating a PND, I just have the problem that the application reports a problem creating a lock file in the home directory
"Failed to set permissions on lock file ~/.filename.lock (error 1: Operation not permitted)".
I had this problem before, when I did
in the run script of the PND, and that's normal, because this new home is the appdata directory, which, in many cases, is located on a FAT fs, where no file permissions are possible.
But I commented out these two lines in my current run script, and still get the error.
Questions:
- What is the default home directory used when a PND application is started? the utmp mount point of the PND? That would explain the error message.
- How can I set the home used by the PND to the real user's home? Or what else would make sense to use? (It must be a permanent place, since a config file will be stored there, which needs to be available across PND launches).
- Did the behavior of PNDs change from Zaxxon to SuperZaxxon Beta5 in some way? On Zaxxon it was not a problem running (an earlier version of) this PND, and now, on SuperZaxxon, I have that problem. Could be a change in the application, too, since I upgraded it, but it rather seems to be a firmware change?
Thank you
Daniel
creating a PND, I just have the problem that the application reports a problem creating a lock file in the home directory
"Failed to set permissions on lock file ~/.filename.lock (error 1: Operation not permitted)".
I had this problem before, when I did
Code:
HOME="./"
export HOME
in the run script of the PND, and that's normal, because this new home is the appdata directory, which, in many cases, is located on a FAT fs, where no file permissions are possible.
But I commented out these two lines in my current run script, and still get the error.
Questions:
- What is the default home directory used when a PND application is started? the utmp mount point of the PND? That would explain the error message.
- How can I set the home used by the PND to the real user's home? Or what else would make sense to use? (It must be a permanent place, since a config file will be stored there, which needs to be available across PND launches).
- Did the behavior of PNDs change from Zaxxon to SuperZaxxon Beta5 in some way? On Zaxxon it was not a problem running (an earlier version of) this PND, and now, on SuperZaxxon, I have that problem. Could be a change in the application, too, since I upgraded it, but it rather seems to be a firmware change?
Thank you
Daniel
Last edited by a moderator: