*** rashm2k has quit IRC | 00:01 | |
*** rashm2k has joined #harmattan | 00:01 | |
*** npm_ is now known as npm | 00:04 | |
*** ajalkane has quit IRC | 00:11 | |
*** louisdk has quit IRC | 00:11 | |
*** FReaper-PC has joined #harmattan | 00:13 | |
*** FlameReaper-PC has quit IRC | 00:14 | |
qwazix | Jonni, http://talk.maemo.org/showpost.php?p=1181095&postcount=119 :) | 00:15 |
---|---|---|
*** trigpoint_n9__ has joined #harmattan | 00:19 | |
*** trigpoint_n9_ has quit IRC | 00:22 | |
*** xes has quit IRC | 00:26 | |
*** rashm2k1 has joined #harmattan | 00:29 | |
*** rashm2k has quit IRC | 00:29 | |
*** suy has quit IRC | 00:52 | |
*** Sfiet_Konstantin has joined #harmattan | 00:54 | |
*** Sfiet_Konstantin has quit IRC | 00:59 | |
*** rashm2k1 has quit IRC | 01:01 | |
*** rashm2k1 has joined #harmattan | 01:04 | |
*** NIN101 has quit IRC | 01:10 | |
*** rashm2k1 has quit IRC | 01:11 | |
*** danielcbit has quit IRC | 01:28 | |
*** liar has quit IRC | 01:30 | |
*** luke-jr_ is now known as Luke-Jr | 01:34 | |
*** radiofree has quit IRC | 01:37 | |
*** radiofree has joined #harmattan | 01:38 | |
*** rashm2k has joined #harmattan | 01:45 | |
*** fmunozs has joined #harmattan | 01:49 | |
*** danielcbit has joined #harmattan | 01:49 | |
*** danielcbit has quit IRC | 02:05 | |
*** Martix has joined #harmattan | 02:16 | |
*** rashm2k has quit IRC | 02:30 | |
*** trigpoint_n9__ has quit IRC | 02:35 | |
*** trigpoint_n9__ has joined #harmattan | 02:35 | |
wmarone | anyone know of a GPS app for the N9 that will record and display the route you've taken in realtime? | 02:37 |
*** Rantwolf has quit IRC | 02:48 | |
wmarone | bleh, n/m found one, but it uses nokia's anemic maps | 02:58 |
*** trigpoint_n9__ has quit IRC | 03:02 | |
*** M4rtinK has quit IRC | 03:30 | |
*** Sfiet_Konstantin has joined #harmattan | 03:40 | |
*** gabriel9 has joined #harmattan | 03:45 | |
*** gabriel9 has quit IRC | 03:59 | |
*** Sfiet_Konstantin has quit IRC | 04:03 | |
*** arcean has quit IRC | 04:17 | |
*** Morpog_ has joined #harmattan | 04:32 | |
*** Morpog_Mobile has quit IRC | 04:32 | |
*** mschlens has joined #harmattan | 04:45 | |
*** mschlens_ has quit IRC | 04:48 | |
*** Hurrian has joined #harmattan | 05:17 | |
*** Martix has quit IRC | 05:37 | |
*** natunen has joined #harmattan | 05:43 | |
thedead1440 | coderus, Jonni & qwazix: thanks! One thing I don't understand is why the .conf file template has two fields; exec as user and exec as root but the exec as root part doesn't work. I guess its the aegis manifest that's at play here. I'll try both sudo and the manifest though. Thanks once again! | 05:56 |
*** DocScrutinizer05 has quit IRC | 06:03 | |
*** DocScrutinizer05 has joined #harmattan | 06:03 | |
*** natunen has quit IRC | 06:09 | |
coderus | thedead1440: talking about sudoers? | 06:16 |
thedead1440 | coderus: nope i mean the regular .conf file for /etc/init/apps/ | 06:17 |
coderus | init always executing apps as root. for executing as user need to use aegis-exec | 06:18 |
coderus | means exec aegis-exec -u user blah-blah | 06:18 |
thedead1440 | so for exec as root its just "exec /path/to/app" right? | 06:18 |
coderus | sure | 06:18 |
thedead1440 | when i do that like i said earlier; i get the respawning too fast error | 06:18 |
thedead1440 | the system kills it in that instance | 06:19 |
coderus | maybe your app have restrictions in access and can't access some api when root, like dbus and so | 06:19 |
thedead1440 | not sure; privoxy can only be run as root | 06:20 |
coderus | in normal mode root have no access ro everything,only to root, this causes many issues to normal experienced user | 06:20 |
thedead1440 | when devel-su; i type /opt/privoxy/privoxy | 06:20 |
thedead1440 | it works fine | 06:20 |
coderus | where privoxy for harmattan? i will try | 06:20 |
thedead1440 | nope not for harmattan; i've compiled the fremantle one for harmattan | 06:20 |
thedead1440 | let me post the link | 06:21 |
coderus | sure, share it | 06:21 |
thedead1440 | http://db.tt/J2fIEdml | 06:21 |
coderus | well, how to use it now? | 06:29 |
thedead1440 | you just run as root /opt/privoxy/privoxy | 06:29 |
coderus | it started and exited | 06:29 |
thedead1440 | yup its running in the background now if you ran it manually | 06:30 |
thedead1440 | the postinst runs it but exits it for same probelm | 06:30 |
thedead1440 | problem* | 06:30 |
thedead1440 | you need to run it manually | 06:30 |
thedead1440 | set both your http and https proxy to http(s)://127.0.0.1 and port 8118 for both | 06:31 |
thedead1440 | disconnect and connect back the connection; now when you go to sites it should be grey background with white text | 06:32 |
coderus | well, if it starting and exiting, to start in background, you cam't use it in init script. you'll always get MANY REBOOTS of instance, obliviously | 06:32 |
thedead1440 | how pages should look like: http://db.tt/azD2nduo http://db.tt/SsiHVqho http://db.tt/eO73eRpr | 06:32 |
thedead1440 | then what should be done? | 06:33 |
thedead1440 | using the sh method i said works for me there is only one instance running currently: | 06:33 |
thedead1440 | ~# ps -A | grep privoxy | 06:33 |
thedead1440 | 3235 root 1:55 /opt/privoxy/privoxy | 06:33 |
coderus | try with --no-daemon | 06:34 |
thedead1440 | you mean in /etc/init/apps/privoxy.con it should be "exec /opt/privoxy/privoxy --no-daemon" ? | 06:35 |
thedead1440 | .conf* | 06:35 |
coderus | yes. exec /opt/privoxy/privoxy --no-daemon /root/conf | 06:36 |
thedead1440 | why /root/conf ? | 06:36 |
coderus | path to conf file | 06:36 |
coderus | privoxy --help | 06:37 |
thedead1440 | yeah but its not needed as when i compiled i set the conf file to /root/conf | 06:37 |
thedead1440 | /root/config | 06:37 |
coderus | it trying to get conf from PWD | 06:37 |
coderus | /root/config, yes | 06:37 |
coderus | but i started app from different dir, and it said: | 06:38 |
coderus | /etc/init/apps # privoxy | 06:38 |
coderus | Mar 16 10:37:17.159 3aabe0f0 Fatal error: can't check configuration file '/etc/init/apps/config': No such file or directory | 06:38 |
thedead1440 | ah ok i'll check the compilation again | 06:39 |
thedead1440 | maybe the one i linked is an earlier build; anyway i'll try the --no-daemon now | 06:39 |
coderus | dont hardcode path, use cmd options | 06:40 |
coderus | i dont like /root/config location | 06:41 |
coderus | it should be /etc/privoxy/privoxy.conf or so | 06:41 |
coderus | thedead1440: i hope you not rebooting to test init.conf, right...? | 06:42 |
thedead1440 | nope i dropped my phone down; let me clean it one sec | 06:42 |
thedead1440 | still waiting for it to load | 06:43 |
thedead1440 | respawning too fast and quit :( | 06:45 |
thedead1440 | be back in 5mins something urgent | 06:45 |
thedead1440 | back | 06:54 |
thedead1440 | the --no-daemon without /path/to/config quit | 06:54 |
thedead1440 | let me restart services with the conf file's path | 06:54 |
thedead1440 | coderus: it works!!! | 06:56 |
thedead1440 | thanks for the help :) | 06:57 |
coderus | =) | 06:57 |
thedead1440 | coderus: this means the privoxy can't be killed via killall right? As if it were to be killed it would respawn? | 07:00 |
thedead1440 | yup its that way only stop apps/privoxy would stop it; perfect :) | 07:03 |
coderus | kill it 3 times or your respawn limit and profit =) | 07:03 |
coderus | but why want to kill? | 07:03 |
coderus | use initctl stop apps/privoxy | 07:04 |
thedead1440 | no just want to try it out ;) | 07:04 |
thedead1440 | or just stop apps/privoxy ;) | 07:04 |
coderus | stop/start invokes initctl. i like pure tools | 07:04 |
thedead1440 | hehe | 07:05 |
*** wmarone has quit IRC | 07:14 | |
*** wmarone has joined #harmattan | 07:15 | |
*** bluefox is now known as bluefox______ | 07:16 | |
*** infobot has quit IRC | 07:17 | |
*** bluefox______ is now known as bluefox | 07:21 | |
*** e-yes has joined #harmattan | 07:32 | |
*** keithzg has quit IRC | 07:48 | |
*** wmarone_ has joined #harmattan | 07:49 | |
*** wmarone has quit IRC | 07:51 | |
*** frals_ has joined #harmattan | 07:58 | |
*** frals has quit IRC | 07:58 | |
*** bef0rd has quit IRC | 08:01 | |
*** bef0rd has joined #harmattan | 08:05 | |
*** infobot has joined #harmattan | 09:13 | |
*** ChanServ sets mode: +v infobot | 09:13 | |
*** fmunozs has quit IRC | 09:16 | |
*** Morpog_ has quit IRC | 09:33 | |
*** marika has joined #harmattan | 09:38 | |
*** tomi has joined #harmattan | 09:38 | |
*** marika has quit IRC | 09:39 | |
*** marika has joined #harmattan | 09:40 | |
*** tomi has joined #harmattan | 09:40 | |
*** tomi has quit IRC | 09:41 | |
*** marika has quit IRC | 09:41 | |
*** trigpoint_n9 has joined #harmattan | 09:44 | |
*** bef0rd has quit IRC | 10:02 | |
*** Morpog_Mobile has joined #harmattan | 10:04 | |
*** trigpoint_n9_ has joined #harmattan | 10:15 | |
*** trigpoint_n9 has quit IRC | 10:19 | |
*** rcg has joined #harmattan | 10:24 | |
*** natunen has joined #harmattan | 10:38 | |
*** Elleo has quit IRC | 11:10 | |
*** Tronic has quit IRC | 11:15 | |
*** Tronic has joined #harmattan | 11:18 | |
*** trigpoint_n9__ has joined #harmattan | 11:19 | |
*** aziz has joined #harmattan | 11:19 | |
*** trigpoint_n9___ has joined #harmattan | 11:22 | |
*** trigpoint_n9_ has quit IRC | 11:22 | |
*** trigpoint_n9__ has quit IRC | 11:24 | |
*** gabriel9 has joined #harmattan | 11:29 | |
*** gabriel9 has quit IRC | 11:31 | |
*** NIN101 has joined #harmattan | 11:33 | |
*** aziz has quit IRC | 11:35 | |
*** aziz has joined #harmattan | 11:37 | |
*** aziz has quit IRC | 11:38 | |
*** Hurrian has quit IRC | 11:48 | |
*** rubdos has joined #harmattan | 11:55 | |
*** frals_ is now known as frals | 11:56 | |
*** frals has joined #harmattan | 11:56 | |
*** liar has joined #harmattan | 11:57 | |
*** Hurrian has joined #harmattan | 11:59 | |
*** M4rtinK has joined #harmattan | 12:09 | |
*** Hurrian has quit IRC | 12:10 | |
*** arcean has joined #harmattan | 12:16 | |
*** suy has joined #harmattan | 12:25 | |
ZogG_laptop | lol pure tools :) | 12:31 |
*** trigpoint_n9___ has quit IRC | 12:37 | |
*** trigpoint_n9___ has joined #harmattan | 12:37 | |
*** rashm2k has joined #harmattan | 12:38 | |
*** Hurrian has joined #harmattan | 12:41 | |
*** Martix has joined #harmattan | 12:56 | |
*** XenGi has quit IRC | 13:26 | |
*** Morpog_PC has joined #harmattan | 13:28 | |
*** Morpog_Mobile has quit IRC | 13:31 | |
*** liar has quit IRC | 13:38 | |
*** MBOUKSIM has joined #harmattan | 13:38 | |
*** ecloud has quit IRC | 13:39 | |
*** ecloud has joined #harmattan | 13:41 | |
*** ZogG_laptop has quit IRC | 13:46 | |
*** ZogG_laptop has joined #harmattan | 13:47 | |
*** ZogG_laptop has quit IRC | 13:47 | |
*** ZogG_laptop has joined #harmattan | 13:47 | |
*** rubdos has quit IRC | 13:52 | |
*** Burlone has joined #harmattan | 14:13 | |
*** Elleo has joined #harmattan | 14:14 | |
*** Burlone has quit IRC | 14:15 | |
*** MBOUKSIM has quit IRC | 14:20 | |
*** Sfiet_Konstantin has joined #harmattan | 14:27 | |
*** trigpoint_n9____ has joined #harmattan | 14:39 | |
*** trigpoint_n9____ has quit IRC | 14:40 | |
*** trigpoint_n9____ has joined #harmattan | 14:40 | |
*** trigpoint_n9___ has quit IRC | 14:42 | |
*** trigpoint_n9____ has quit IRC | 14:43 | |
*** trigpoint_n9____ has joined #harmattan | 14:43 | |
*** trigpoint_n9____ has quit IRC | 14:44 | |
*** trigpoint_n9____ has joined #harmattan | 14:44 | |
*** trigpoint_n9____ has quit IRC | 14:51 | |
*** trigpoint_n9____ has joined #harmattan | 14:51 | |
*** trigpoint_n9____ has quit IRC | 14:51 | |
*** trigpoint_n9____ has joined #harmattan | 14:51 | |
*** trigpoint_n9____ has quit IRC | 14:55 | |
*** trigpoint_n9____ has joined #harmattan | 14:55 | |
*** trigpoint_n9____ has quit IRC | 14:56 | |
*** trigpoint_n9____ has joined #harmattan | 14:57 | |
*** trigpoint_n9____ has quit IRC | 14:58 | |
*** PaulePanter has quit IRC | 14:58 | |
*** PaulePanter has joined #harmattan | 14:58 | |
*** trigpoint_n9____ has joined #harmattan | 14:58 | |
*** trigpoint_n9____ has quit IRC | 15:02 | |
*** trigpoint_n9____ has joined #harmattan | 15:02 | |
*** xes has joined #harmattan | 15:05 | |
*** trigpoint_n9____ has quit IRC | 15:13 | |
*** trigpoint_n9____ has joined #harmattan | 15:14 | |
*** Hurrian has quit IRC | 15:17 | |
*** Morpog_PC has quit IRC | 15:20 | |
*** e-yes_ has joined #harmattan | 15:28 | |
*** e-yes has quit IRC | 15:30 | |
*** NIN101 has quit IRC | 15:49 | |
*** NIN101 has joined #harmattan | 15:49 | |
dm8tbr | mgedmin: thanks for the quick reaction to my log ticket :) | 15:53 |
*** gabriel9 has joined #harmattan | 15:59 | |
*** bef0rd has joined #harmattan | 16:01 | |
*** arcean_ has joined #harmattan | 16:02 | |
*** arcean has quit IRC | 16:05 | |
*** Hurrian has joined #harmattan | 16:06 | |
*** arcean_ is now known as arcean | 16:08 | |
*** bef0rd has quit IRC | 16:18 | |
*** hardaker has joined #harmattan | 16:39 | |
*** trigpoint_n9____ has quit IRC | 16:43 | |
*** trigpoint_n9____ has joined #harmattan | 16:43 | |
*** tobbe_ has joined #harmattan | 16:48 | |
*** sferic has joined #harmattan | 16:58 | |
*** sferic has quit IRC | 16:59 | |
*** sferic has joined #harmattan | 16:59 | |
*** sferic has quit IRC | 17:00 | |
*** trigpoint_n9____ has quit IRC | 17:01 | |
*** sferic has joined #harmattan | 17:01 | |
*** trigpoint_n9____ has joined #harmattan | 17:02 | |
*** sferic has quit IRC | 17:02 | |
*** sferic has joined #harmattan | 17:03 | |
*** hotsoul has joined #harmattan | 17:14 | |
*** sferic has quit IRC | 17:15 | |
*** hotsoul has quit IRC | 17:17 | |
*** yawe has joined #harmattan | 17:17 | |
*** hotsoul has joined #harmattan | 17:18 | |
*** yawe has quit IRC | 17:19 | |
*** yawe has joined #harmattan | 17:20 | |
*** rashm2k has quit IRC | 17:23 | |
*** rashm2k has joined #harmattan | 17:23 | |
*** yawe has quit IRC | 17:26 | |
*** rashm2k has quit IRC | 17:41 | |
*** rashm2k has joined #harmattan | 17:41 | |
*** trigpoint_n9____ has quit IRC | 17:51 | |
*** trigpoint_n9____ has joined #harmattan | 17:51 | |
*** trigpoint_n9____ has quit IRC | 17:58 | |
*** trigpoint_n9____ has joined #harmattan | 17:58 | |
*** bef0rd has joined #harmattan | 18:01 | |
*** rashm2k has quit IRC | 18:02 | |
*** rashm2k has joined #harmattan | 18:02 | |
*** xes has quit IRC | 18:29 | |
*** Timo has joined #harmattan | 18:55 | |
*** ced117 has joined #harmattan | 19:03 | |
*** Timo has quit IRC | 19:22 | |
*** trigpoint_n9____ has quit IRC | 19:28 | |
*** trigpoint_n9____ has joined #harmattan | 19:28 | |
*** trigpoint_n9____ has quit IRC | 19:32 | |
*** trigpoint_n9____ has joined #harmattan | 19:33 | |
*** rashm2k1 has joined #harmattan | 19:42 | |
*** rashm2k has quit IRC | 19:42 | |
*** trigpoint_n9____ has quit IRC | 19:46 | |
*** trigpoint_n9____ has joined #harmattan | 19:47 | |
*** trigpoint_n9____ has quit IRC | 20:04 | |
*** trigpoint_n9____ has joined #harmattan | 20:04 | |
*** arcean has quit IRC | 20:33 | |
*** arcean has joined #harmattan | 20:34 | |
*** arcean_ has joined #harmattan | 20:40 | |
*** arcean has quit IRC | 20:42 | |
*** gabriel9 has quit IRC | 20:44 | |
*** arcean_ has quit IRC | 20:46 | |
*** arcean__ has joined #harmattan | 20:46 | |
*** ced117 has quit IRC | 21:04 | |
*** ced117 has joined #harmattan | 21:09 | |
*** arcean__ is now known as arcean | 21:10 | |
*** Guldfisk has joined #harmattan | 21:17 | |
*** Guldfisk has quit IRC | 21:19 | |
*** Burlone has joined #harmattan | 21:28 | |
*** Burlone has quit IRC | 21:28 | |
*** piggz has joined #harmattan | 21:32 | |
*** arcean has quit IRC | 21:38 | |
*** MohammadAG_ has joined #harmattan | 21:41 | |
*** MohammadAG has quit IRC | 21:42 | |
*** MohammadAG_ is now known as MohammadAG | 21:42 | |
*** arcean has joined #harmattan | 21:46 | |
*** Sfiet_Konstantin has quit IRC | 21:50 | |
*** arcean has quit IRC | 21:54 | |
*** Morpog_Mobile has joined #harmattan | 21:55 | |
*** arcean has joined #harmattan | 21:57 | |
*** Morpog_PC has joined #harmattan | 22:04 | |
*** anonfriese has joined #harmattan | 22:38 | |
*** friese has quit IRC | 22:39 | |
*** Martix has quit IRC | 22:46 | |
*** fmunozs has joined #harmattan | 23:01 | |
*** anonfriese has quit IRC | 23:03 | |
*** rcg has quit IRC | 23:13 | |
*** fmunozs has quit IRC | 23:22 | |
*** rcg has joined #harmattan | 23:34 | |
*** arcean has quit IRC | 23:47 | |
*** arcean has joined #harmattan | 23:48 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!