| *** andrius has joined #maemo-devel | 00:00 | |
| andrius | hi, i can't edit or delete records from my notes on n900, it just says error occurred | 00:01 |
|---|---|---|
| andrius | is there any logging on the device? | 00:01 |
| andrius | where do i get more information about the error message? | 00:01 |
| *** DocScrutinizer51 has quit IRC | 00:02 | |
| *** Docscrutemp has joined #maemo-devel | 00:02 | |
| joorin | andrius, as far as i know, syslogd is not installed out of the box. logging is ... hard to find. | 00:02 |
| *** Docscrutemp is now known as DocScrutinizer51 | 00:02 | |
| andrius | what file permissions should be on /var folder? | 00:03 |
| joorin | drwxr-xr-x 14 root root 936 Dec 17 12:39 var | 00:04 |
| andrius | ls -alR /var please? | 00:04 |
| joorin | andrius, ill get kicked for flooding. | 00:04 |
| joorin | -R is for teh lose. | 00:04 |
| andrius | could you send it to me using private chat please | 00:05 |
| lcuk | andrius, why | 00:05 |
| *** DocScrutinizer51 has quit IRC | 00:05 | |
| andrius | i moved var to a different partion as root, and i think that some files inside got changed to owner root | 00:05 |
| andrius | and that could be the reason for my calendar and notes not working properly | 00:06 |
| joorin | andrius, others have tried moving /var, its not a good idea. reflash was suggested... | 00:06 |
| *** Joonas has joined #maemo-devel | 00:06 | |
| andrius | i think the problem is file permissions | 00:06 |
| andrius | so i just need ls -laR /var | 00:06 |
| joorin | andrius, find where your notes are stored and ill provide permissions for that path. | 00:07 |
| andrius | if anyone could send me that i would apreciate | 00:07 |
| andrius | i'm not sure | 00:07 |
| joorin | andrius, grep -R? | 00:07 |
| andrius | yea but for what | 00:07 |
| andrius | notes? | 00:08 |
| andrius | or calendar | 00:08 |
| andrius | or what | 00:08 |
| joorin | andrius, for something thats saved IN a note? | 00:09 |
| andrius | ok so if you run ls -laR on /var on your device, can you tell if all files are owned by root or is there any files that are owned by a diffrent user? | 00:09 |
| lcuk | contents of /var/tmp (which has tracker-user and calendar journal etc are user users | 00:10 |
| andrius | could i get the list of these files? | 00:10 |
| lcuk | /var/run/pulse contents are owned by pulse:pulse | 00:10 |
| lcuk | all in those folders | 00:11 |
| lcuk | chown /var/tmp/* | 00:11 |
| lcuk | (reading from device so cant c&p | 00:12 |
| joorin | this is impressive: | 00:13 |
| joorin | <entry name="modified" mtime="1271747607" type="string"> | 00:13 |
| joorin | <stringvalue>1271747607</stringvalue> | 00:13 |
| joorin | </entry> | 00:13 |
| andrius | lcuk, i think "ls -laR|grep -v root" should give the list | 00:13 |
| andrius | lcuk, i think "ls -laR /var|grep -v root" should give the list | 00:13 |
| lcuk | andrius, i can see the list now but im not transcribing it | 00:14 |
| lcuk | trying to use brevity | 00:14 |
| andrius | i believe /var/run file permissions are not important as it gets created everytime i restart the device | 00:15 |
| andrius | same with /var/tmp | 00:15 |
| lcuk | andrius, where did you move the folder to | 00:16 |
| andrius | to /home | 00:16 |
| andrius | and create a symlink | 00:16 |
| andrius | but i moved as root user | 00:16 |
| andrius | and now all files became owned by root | 00:16 |
| lcuk | isnt var potentially used before /home is mounted | 00:17 |
| lcuk | /var | 00:17 |
| andrius | don't know | 00:17 |
| andrius | the partition table on the device is really not good | 00:18 |
| lcuk | but it boots for now | 00:18 |
| andrius | i moved it back and restart and it boots | 00:18 |
| lcuk | yeah and you are extending it further | 00:18 |
| lcuk | did it fail to boot after oyu initially moved it? | 00:18 |
| lcuk | or did you just not reboot | 00:18 |
| lcuk | and chickened out | 00:18 |
| andrius | i didn't reboot | 00:19 |
| andrius | now i just moved /var/cache/apt | 00:19 |
| andrius | and symlinked it | 00:19 |
| andrius | apt-get can install packages and i'm happy | 00:19 |
| lcuk | ok so whats actually wrong with your cal and notes | 00:19 |
| andrius | but not sure what's broken because of permissions | 00:19 |
| andrius | i can't edit or delete or add any new stuff | 00:20 |
| andrius | not sure what else could be broken because of that | 00:20 |
| joorin | andrius, some kind of last resort is to use strace to try to figure it out. | 00:20 |
| andrius | ok | 00:21 |
| andrius | can i start calendar from command line | 00:21 |
| lcuk | if you open notes what happens? | 00:21 |
| andrius | i can open it | 00:21 |
| andrius | but just can't edit | 00:21 |
| andrius | if i try edit it says error occured | 00:21 |
| andrius | and that's it | 00:21 |
| lcuk | at the point of hitting key? | 00:22 |
| andrius | yes | 00:23 |
| andrius | it comes up a yellow line on top of the screen and inside says error occurred | 00:23 |
| lcuk | can you edit text in other apps? | 00:23 |
| andrius | i tested few other things on the phone and so far everything else seem to work fine | 00:24 |
| lcuk | andrius, can you go onto the clock and try to create a new alarm | 00:25 |
| lcuk | im wondering if its gtk thats ballsed | 00:25 |
| andrius | ok let try taht | 00:25 |
| andrius | that works fine | 00:26 |
| *** Docscrutemp has joined #maemo-devel | 00:31 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 00:31 | |
| andrius | lcuk, what about ls -al /var/lib/ | 00:33 |
| andrius | is there any non-root folders? | 00:33 |
| *** lardman has quit IRC | 00:35 | |
| SpeedEvil | andrius: see http://qkwv.com/perms | 00:37 |
| SpeedEvil | all directories on / | 00:37 |
| andrius | SpeedEvil, owesome, thank you! | 00:39 |
| SpeedEvil | np | 00:39 |
| *** DocScrutinizer51 has quit IRC | 00:40 | |
| *** Docscrutemp has joined #maemo-devel | 00:41 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 00:41 | |
| *** Joonas has quit IRC | 00:44 | |
| *** DocScrutinizer51 has quit IRC | 00:54 | |
| *** Docscrutemp has joined #maemo-devel | 00:55 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 00:55 | |
| lcuk | andrius, theres a 500kb log from calling that | 00:57 |
| lcuk | and its got information i cannot give you, sorry | 00:58 |
| *** DocScrutinizer51 has quit IRC | 00:59 | |
| andrius | lcuk, thanks for looking, i got file permissions now | 01:00 |
| *** Docscrutemp has joined #maemo-devel | 01:00 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 01:00 | |
| *** DocScrutinizer51 has quit IRC | 01:02 | |
| *** lukkash has quit IRC | 01:20 | |
| SpeedEvil | gnu find ++ | 01:23 |
| *** rsalveti has joined #maemo-devel | 01:23 | |
| *** njsf_ has quit IRC | 01:46 | |
| *** fregl has quit IRC | 02:00 | |
| *** andrius has quit IRC | 02:00 | |
| *** SpeedEvil has quit IRC | 02:07 | |
| *** SpeedEvil has joined #maemo-devel | 02:22 | |
| *** njsf_ has joined #maemo-devel | 02:27 | |
| *** ecksun has quit IRC | 03:11 | |
| *** ecksun has joined #maemo-devel | 03:11 | |
| *** lcuk2 has joined #maemo-devel | 04:34 | |
| *** lcuk has quit IRC | 04:38 | |
| *** lcuk2 is now known as lcuk | 04:47 | |
| *** lcuk has joined #maemo-devel | 04:47 | |
| *** swc|666 has quit IRC | 05:44 | |
| *** boogeyman has quit IRC | 05:44 | |
| *** swc|666 has joined #maemo-devel | 06:04 | |
| *** Acedip has joined #maemo-devel | 06:37 | |
| *** njsf_ has quit IRC | 07:18 | |
| *** DocScrutinizer has quit IRC | 07:31 | |
| *** DocScrutinizer has joined #maemo-devel | 07:32 | |
| *** Acedip has quit IRC | 07:41 | |
| *** lukkash has joined #maemo-devel | 08:48 | |
| *** pb_jelly has joined #maemo-devel | 08:57 | |
| *** Acedip has joined #maemo-devel | 09:07 | |
| *** aboyer has joined #maemo-devel | 09:12 | |
| *** bricks has joined #maemo-devel | 09:16 | |
| *** aboyer has quit IRC | 09:22 | |
| *** ppenz has joined #maemo-devel | 09:29 | |
| *** aboyer has joined #maemo-devel | 09:30 | |
| *** lukkash has quit IRC | 09:32 | |
| *** swc|666 has quit IRC | 09:41 | |
| *** Acedip has quit IRC | 09:50 | |
| *** tbf has joined #maemo-devel | 10:01 | |
| *** Acedip has joined #maemo-devel | 10:03 | |
| *** pb_jelly has quit IRC | 10:23 | |
| *** Joonas has joined #maemo-devel | 10:28 | |
| *** amigadave has joined #maemo-devel | 10:32 | |
| *** Joonas has quit IRC | 10:33 | |
| *** Joonas has joined #maemo-devel | 10:37 | |
| *** Acedip has quit IRC | 10:52 | |
| *** Acedip has joined #maemo-devel | 11:04 | |
| *** Acedip has quit IRC | 11:20 | |
| *** kamui__ has joined #maemo-devel | 11:22 | |
| *** shinkamui has quit IRC | 11:25 | |
| *** Joonas has quit IRC | 11:31 | |
| *** Acedip has joined #maemo-devel | 11:33 | |
| *** Joonas has joined #maemo-devel | 11:34 | |
| *** nito has joined #maemo-devel | 11:35 | |
| nito | Hi, | 11:36 |
| nito | anyone familiar with the packaging of debian packages? | 11:36 |
| nito | Regarding different perl versions in the SDK and the | 11:37 |
| nito | end device? | 11:37 |
| lcuk | nito, http://wiki.maemo.org/Perl | 11:42 |
| nito | Yes I have been through that | 11:43 |
| nito | I found that when you submit the package to the dev | 11:43 |
| nito | repository | 11:43 |
| nito | it uses | 11:43 |
| nito | 5.8.4 | 11:43 |
| nito | instead of the 5.8.3 | 11:43 |
| nito | In the SDK | 11:44 |
| nito | I need to set | 11:44 |
| nito | export SBOX_REDIRECT_IGNORE=/usr/bin/perl | 11:44 |
| nito | to get things working | 11:44 |
| nito | but this doesn't seem to work on the automated build env | 11:44 |
| nito | Any suggestions? | 11:45 |
| nito | (at least for the ARM target) | 11:46 |
| *** JPohlmann has joined #maemo-devel | 11:48 | |
| *** dazo_afk is now known as dazo | 12:11 | |
| *** nito has left #maemo-devel | 12:14 | |
| *** Acedip has quit IRC | 12:23 | |
| *** achipa has joined #maemo-devel | 12:39 | |
| *** Joonas has quit IRC | 12:44 | |
| *** Joonas has joined #maemo-devel | 12:48 | |
| *** JPohlmann has quit IRC | 12:50 | |
| *** Joonas has quit IRC | 13:33 | |
| *** JPohlmann has joined #maemo-devel | 13:36 | |
| *** Joonas has joined #maemo-devel | 13:37 | |
| *** Acedip has joined #maemo-devel | 13:42 | |
| *** lizardo has joined #maemo-devel | 15:08 | |
| *** rsalveti has quit IRC | 15:24 | |
| *** lizardo_ has joined #maemo-devel | 15:41 | |
| *** lizardo has quit IRC | 15:42 | |
| *** lizardo_ is now known as lizardo | 15:42 | |
| lcuk | csaavedra, you asked about pymaemo on saturday, i was just reminded when lizardo entered ;) | 15:48 |
| lcuk | <lizardo> lcuk: well, if you see him around, feel free to ask him to join #pymaemo where the whole team can be found :) | 15:48 |
| csaavedra | ah, thanks | 15:48 |
| *** rsalveti has joined #maemo-devel | 15:51 | |
| *** rsalveti has quit IRC | 15:51 | |
| *** JPohlmann has quit IRC | 15:53 | |
| *** rsalveti has joined #maemo-devel | 16:17 | |
| *** edisson has joined #maemo-devel | 16:17 | |
| *** rsalveti_ has joined #maemo-devel | 16:24 | |
| *** rsalveti has quit IRC | 16:24 | |
| *** silbo__ has joined #maemo-devel | 16:27 | |
| *** rsalveti_ has quit IRC | 16:27 | |
| *** rsalveti__ has joined #maemo-devel | 16:27 | |
| *** rsalveti__ has quit IRC | 16:27 | |
| *** rsalveti has joined #maemo-devel | 16:30 | |
| *** Acedip has quit IRC | 16:46 | |
| *** rsalveti has quit IRC | 16:49 | |
| *** rsalveti_ has joined #maemo-devel | 16:49 | |
| *** rsalveti_ is now known as rsalveti | 16:50 | |
| *** Acedip has joined #maemo-devel | 16:59 | |
| *** ppenz has quit IRC | 17:16 | |
| *** lizardo has quit IRC | 17:18 | |
| *** lizardo has joined #maemo-devel | 17:35 | |
| *** edisson has quit IRC | 17:40 | |
| *** rsalveti has quit IRC | 17:41 | |
| *** edisson_ has joined #maemo-devel | 17:42 | |
| *** edisson_ has quit IRC | 17:46 | |
| *** edisson has joined #maemo-devel | 17:47 | |
| *** AtnNn has quit IRC | 18:02 | |
| *** amigadave has quit IRC | 18:04 | |
| *** lcuk has quit IRC | 18:21 | |
| *** silbo__ has quit IRC | 18:41 | |
| *** achipa has quit IRC | 18:41 | |
| *** zgoldberg has quit IRC | 18:41 | |
| *** silbo__ has joined #maemo-devel | 18:42 | |
| *** achipa has joined #maemo-devel | 18:42 | |
| *** zgoldberg has joined #maemo-devel | 18:42 | |
| *** bricks has left #maemo-devel | 18:56 | |
| *** VDVsx has joined #maemo-devel | 19:06 | |
| *** VDVsx has quit IRC | 19:27 | |
| *** VDVsx has joined #maemo-devel | 19:41 | |
| *** achipa has quit IRC | 19:51 | |
| *** rsalveti has joined #maemo-devel | 19:58 | |
| *** Docscrutemp has joined #maemo-devel | 20:18 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 20:18 | |
| *** DocScrutinizer51 has quit IRC | 20:19 | |
| *** Docscrutemp has joined #maemo-devel | 20:19 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 20:19 | |
| *** DocScrutinizer51 has quit IRC | 20:21 | |
| *** Docscrutemp has joined #maemo-devel | 20:21 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 20:21 | |
| *** DocScrutinizer51 has quit IRC | 20:30 | |
| *** Docscrutemp has joined #maemo-devel | 20:30 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 20:30 | |
| *** DocScrutinizer51 has quit IRC | 20:35 | |
| *** Docscrutemp has joined #maemo-devel | 20:35 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 20:35 | |
| *** DocScrutinizer51 has quit IRC | 20:38 | |
| *** Docscrutemp has joined #maemo-devel | 20:38 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 20:38 | |
| *** dymaxion has joined #maemo-devel | 20:40 | |
| *** Joonas has quit IRC | 20:51 | |
| *** rlinfati has joined #maemo-devel | 20:53 | |
| *** rlinfati has quit IRC | 20:54 | |
| *** Joonas has joined #maemo-devel | 20:55 | |
| *** PortaLu has joined #maemo-devel | 21:05 | |
| *** DocScrutinizer51 has quit IRC | 21:26 | |
| *** Docscrutemp has joined #maemo-devel | 21:26 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 21:27 | |
| *** DocScrutinizer51 has quit IRC | 21:29 | |
| *** Docscrutemp has joined #maemo-devel | 21:29 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 21:30 | |
| *** DocScrutinizer51 has quit IRC | 21:34 | |
| *** rsalveti_ has joined #maemo-devel | 21:36 | |
| *** rsalveti has quit IRC | 21:36 | |
| *** rsalveti_ is now known as rsalveti | 21:36 | |
| *** Docscrutemp has joined #maemo-devel | 21:37 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 21:38 | |
| *** DocScrutinizer51 has quit IRC | 21:38 | |
| *** dazo is now known as dazo_afk | 21:57 | |
| *** Joonas has quit IRC | 22:19 | |
| *** Joonas has joined #maemo-devel | 22:22 | |
| *** lukkash has joined #maemo-devel | 22:22 | |
| *** VDVsx has quit IRC | 22:24 | |
| *** rsalveti_ has joined #maemo-devel | 22:36 | |
| *** rsalveti has quit IRC | 22:36 | |
| joorin | gconf sure isnt impossible, and better than dbus, but still a pain to have to get there via an API that's so flexible. | 22:36 |
| joorin | to actually do proper errorhandling, meh. | 22:37 |
| *** Acedip has quit IRC | 22:38 | |
| *** VDVsx has joined #maemo-devel | 22:39 | |
| *** rsalveti_ has quit IRC | 22:40 | |
| *** VDVsx has quit IRC | 22:44 | |
| *** Docscrutemp has joined #maemo-devel | 22:44 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 22:44 | |
| *** Joonas has quit IRC | 23:01 | |
| *** Joonas has joined #maemo-devel | 23:05 | |
| *** alnitak has joined #maemo-devel | 23:14 | |
| *** silbo__ has quit IRC | 23:16 | |
| *** t-tan has joined #maemo-devel | 23:16 | |
| *** shinkamui has joined #maemo-devel | 23:21 | |
| *** kamui__ has quit IRC | 23:25 | |
| *** DocScrutinizer51 has quit IRC | 23:28 | |
| *** Docscrutemp has joined #maemo-devel | 23:29 | |
| *** Docscrutemp is now known as DocScrutinizer51 | 23:29 | |
| *** AtnNn has joined #maemo-devel | 23:50 | |
| *** lukkash has quit IRC | 23:54 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!