Re: Chmod Issue on 810

2008-08-02 Thread Frantisek Dufka
Dr. Nicholas Shaw wrote: Frantisek, I tried the link and the deb file for sqlite3 but it is not installable on Chinook, incompatible application package. Sigh... Download it and run 'dpkg -i sqlite3_3.4.1-1osso3_armel.deb' as root. Application Manager can install only 'user friendly' packages

RE: Chmod Issue on 810

2008-08-01 Thread Graham Cobb
On Thursday 31 July 2008 23:11:49 Dr. Nicholas Shaw wrote: Graham Cobb has sqlite3? Ok, over to his web site... :-) Sorry, Nick, no. I have sqlite (including the sqlite shell), but not sqlite3. From my experience building sqlite, I would guess that re-building the debian sqlite3 should be

Re: Chmod Issue on 810

2008-08-01 Thread Frantisek Dufka
Graham Cobb wrote: On Thursday 31 July 2008 23:11:49 Dr. Nicholas Shaw wrote: Graham Cobb has sqlite3? Ok, over to his web site... :-) Sorry, Nick, no. I have sqlite (including the sqlite shell), but not sqlite3. http://lists.maemo.org/pipermail/maemo-developers/2008-June/033562.html

RE: Chmod Issue on 810

2008-08-01 Thread Dr. Nicholas Shaw
, incompatible application package. Sigh... I'll solve this eventually... Nick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Graham Cobb Sent: Friday, August 01, 2008 05:05 To: maemo-developers@maemo.org Subject: RE: Chmod Issue on 810 On Thursday 31

Re: Chmod Issue on 810

2008-07-31 Thread maemo
On Mon, 28 Jul 2008, Luca Olivetti wrote: You mean, the sqlite3 shell isn't installed, since sqlite3 itself *is* that library. I'm not sure if is there a package for maemo providing the shell It appears currently there isn't one: https://bugs.maemo.org/show_bug.cgi?id=3215 I ran up

RE: Chmod Issue on 810

2008-07-31 Thread Dr. Nicholas Shaw
Graham Cobb has sqlite3? Ok, over to his web site... :-) Nick. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 31, 2008 16:04 To: Luca Olivetti Cc: maemo-developers@maemo.org Subject: Re: Chmod Issue on 810 On Mon

RE: Chmod Issue on 810

2008-07-28 Thread Dr. Nicholas Shaw
Luca, Don't take my word for it, but I think sqlite3 is already included on the tablet (at least I can see /usr/lib/libsqlite3.so.0.8.6), maybe you just have to install the sdk version of the packages (repository.maemo.org) Yes, you are correct, e.g. libsqlite3.so.0.8.6 is present on the

Re: Chmod Issue on 810

2008-07-28 Thread Luca Olivetti
En/na Dr. Nicholas Shaw ha escrit: Luca, Don't take my word for it, but I think sqlite3 is already included on the tablet (at least I can see /usr/lib/libsqlite3.so.0.8.6), maybe you just have to install the sdk version of the packages (repository.maemo.org) Yes, you are correct, e.g.

Re: Chmod Issue on 810

2008-07-28 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: You mean, the sqlite3 shell isn't installed, since sqlite3 itself *is* that library. I'm not sure if is there a package for maemo providing the shell It appears currently there isn't one: https://bugs.maemo.org/show_bug.cgi?id=3215 Bye -- Luca

Re: Chmod Issue on 810

2008-07-27 Thread Jac Kersing
On Sat, 26 Jul 2008, Sarah Newman wrote: No, it won't be able to store those bits because such permission information isn't stored on that file system. But I can run executables stored on VFAT with those options. Isn't that good enough? If you don't care the system considers all files

Re: Chmod Issue on 810

2008-07-27 Thread Luca Olivetti
El Sat, 26 Jul 2008 17:27:18 -0600 Dr. Nicholas Shaw [EMAIL PROTECTED] escribió: I untar'd sqlite3 and I am able to see the execute bits and I was able to run configure (script). Sadly though there are errors that may be the result of Maemo being only a subset of Debian. So I'll start

Re: Chmod Issue on 810

2008-07-26 Thread Sarah Newman
There is a mount option, 'noexec,' that could be preventing you from running something on the SD card. You can check by running 'mount' with no options and if necessary editing /etc/fstab to remove the option and then remount the cards. Dr. Nicholas Shaw wrote: I have an issue that has me

Re: Chmod Issue on 810

2008-07-26 Thread Jac Kersing
On Sat, 26 Jul 2008, Dr. Nicholas Shaw wrote: I ran chmod and checked the permissions and - still no execute bits. Thinking it had something to do with the external card, I moved the entire directory to the internal card - same thing. By default both cards are mounted VFAT file systems. No

Re: Chmod Issue on 810

2008-07-26 Thread Sarah Newman
I have execute available on my vfat cards. from fstab: /dev/mmcblk0p1 /media/mmc2 vfat rw,noauto,nodev,nosuid,utf8,uid=2 0 0 /dev/mmcblk1p1 /media/mmc1 vfat rw,noauto,nodev,nosuid,utf8,uid=2 0 0 Jac Kersing wrote: On Sat, 26 Jul 2008, Dr. Nicholas Shaw wrote: I ran chmod and

Re: Chmod Issue on 810

2008-07-26 Thread Jac Kersing
On Sat, 26 Jul 2008, Sarah Newman wrote: I have execute available on my vfat cards. from fstab: /dev/mmcblk0p1 /media/mmc2 vfat rw,noauto,nodev,nosuid,utf8,uid=2 0 0 /dev/mmcblk1p1 /media/mmc1 vfat rw,noauto,nodev,nosuid,utf8,uid=2 0 0 Have you tried chmod +x on a file and looked

Re: Chmod Issue on 810

2008-07-26 Thread Sarah Newman
No, it won't be able to store those bits because such permission information isn't stored on that file system. But I can run executables stored on VFAT with those options. Isn't that good enough? Jac Kersing wrote: On Sat, 26 Jul 2008, Sarah Newman wrote: I have execute available on my

RE: Chmod Issue on 810

2008-07-26 Thread Dr. Nicholas Shaw
: Re: Chmod Issue on 810 On Sat, 26 Jul 2008, Sarah Newman wrote: I have execute available on my vfat cards. from fstab: /dev/mmcblk0p1 /media/mmc2 vfat rw,noauto,nodev,nosuid,utf8,uid=2 0 0 /dev/mmcblk1p1 /media/mmc1 vfat rw,noauto,nodev,nosuid,utf8,uid=2 0 0 Have you tried chmod

RE: Chmod Issue on 810

2008-07-26 Thread Dr. Nicholas Shaw
: Sarah Newman [mailto:[EMAIL PROTECTED] Sent: Saturday, July 26, 2008 16:37 To: Jac Kersing Cc: Dr. Nicholas Shaw; 'maemo-dev List' Subject: Re: Chmod Issue on 810 No, it won't be able to store those bits because such permission information isn't stored on that file system. But I can run