- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Fri, 08 Aug 2008 14:14:03 +0200
- To: "Steven Pemberton" <steven.pemberton@cwi.nl>, "www-amaya@w3.org" <www-amaya@w3.org>
David Woolley pointed out to me that the problem may be that Amaya is trying to set Unix permissions on a FAT filesystem, which only understands the MS-DOS permission model. I tried on a Windows machine writing to an SD Card, but didn't get the same error message. Steven Pemberton On Thu, 07 Aug 2008 17:01:34 +0200, Steven Pemberton <steven.pemberton@cwi.nl> wrote: > I am running Amaya 10.1 on an Asus EEE 701 4G running Xandros. > > When I start it up, it writes this to the log: > > (amaya_bin:1639): Gtk-CRITICAL **: gtk_widget_set_colormap: assertion > `!GTK_WIDGET_REALIZED (widget)' failed > > (amaya_bin:1639): Gtk-CRITICAL **: gtk_widget_set_colormap: assertion > `!GTK_WIDGET_REALIZED (widget)' failed > > But that is not the problem I want to describe. > > I am editing a file on an SD card. Amaya wrote it initially to the card > with no complaint. However, each time I try to save the file, it pops up > a dialogue box saying: "Cannot save in: > /home/user/MMC-SD/8GIG/2008-08.html". > However, it *has* saved the file! > > The error message to the log is: > > 01:34:47 PM: Error: Impossible to set permissions for the file > '/home/user/MMC-SD/8GIG/2008-08.html' (error 1: Operation not permitted) > > For your edification, here are the permissions as they are on the files: > > /home/user> ls -l MMC-SD > lrwxrwxrwx 1 root root 13 2008-08-06 13:33 MMC-SD -> /media/MMC-SD/ > > /home/user> cd MMC-SD > /home/user/MMC-SD> ls -l > total 32 > drwxrwxrwx 5 root root 32768 2008-08-06 13:34 8GIG/ > > /home/user/MMC-SD> cd 8GIG/ > /home/user/MMC-SD/8GIG> ls -l 2008-08.html > -rw-rw-rw- 1 root root 4798 2008-08-06 13:34 2008-08.html > > Best wishes, > > Steven Pemberton
Received on Friday, 8 August 2008 12:14:40 UTC