IRC log of #harmattan for Saturday, 2013-03-16

*** rashm2k has quit IRC00:01
*** rashm2k has joined #harmattan00:01
*** npm_ is now known as npm00:04
*** ajalkane has quit IRC00:11
*** louisdk has quit IRC00:11
*** FReaper-PC has joined #harmattan00:13
*** FlameReaper-PC has quit IRC00:14
qwazixJonni, http://talk.maemo.org/showpost.php?p=1181095&postcount=119 :)00:15
*** trigpoint_n9__ has joined #harmattan00:19
*** trigpoint_n9_ has quit IRC00:22
*** xes has quit IRC00:26
*** rashm2k1 has joined #harmattan00:29
*** rashm2k has quit IRC00:29
*** suy has quit IRC00:52
*** Sfiet_Konstantin has joined #harmattan00:54
*** Sfiet_Konstantin has quit IRC00:59
*** rashm2k1 has quit IRC01:01
*** rashm2k1 has joined #harmattan01:04
*** NIN101 has quit IRC01:10
*** rashm2k1 has quit IRC01:11
*** danielcbit has quit IRC01:28
*** liar has quit IRC01:30
*** luke-jr_ is now known as Luke-Jr01:34
*** radiofree has quit IRC01:37
*** radiofree has joined #harmattan01:38
*** rashm2k has joined #harmattan01:45
*** fmunozs has joined #harmattan01:49
*** danielcbit has joined #harmattan01:49
*** danielcbit has quit IRC02:05
*** Martix has joined #harmattan02:16
*** rashm2k has quit IRC02:30
*** trigpoint_n9__ has quit IRC02:35
*** trigpoint_n9__ has joined #harmattan02:35
wmaroneanyone 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 IRC02:48
wmaronebleh, n/m found one, but it uses nokia's anemic maps02:58
*** trigpoint_n9__ has quit IRC03:02
*** M4rtinK has quit IRC03:30
*** Sfiet_Konstantin has joined #harmattan03:40
*** gabriel9 has joined #harmattan03:45
*** gabriel9 has quit IRC03:59
*** Sfiet_Konstantin has quit IRC04:03
*** arcean has quit IRC04:17
*** Morpog_ has joined #harmattan04:32
*** Morpog_Mobile has quit IRC04:32
*** mschlens has joined #harmattan04:45
*** mschlens_ has quit IRC04:48
*** Hurrian has joined #harmattan05:17
*** Martix has quit IRC05:37
*** natunen has joined #harmattan05:43
thedead1440coderus, 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 IRC06:03
*** DocScrutinizer05 has joined #harmattan06:03
*** natunen has quit IRC06:09
coderusthedead1440: talking about sudoers?06:16
thedead1440coderus: nope i mean the regular .conf file for /etc/init/apps/06:17
coderusinit always executing apps as root. for executing as user need to use aegis-exec06:18
coderusmeans exec aegis-exec -u user blah-blah06:18
thedead1440so for exec as root its just "exec /path/to/app" right?06:18
coderussure06:18
thedead1440when i do that like i said earlier; i get the respawning too fast error06:18
thedead1440the system kills it in that instance06:19
coderusmaybe your app have restrictions in access and can't access some api when root, like  dbus and so06:19
thedead1440not sure; privoxy can only be run as root06:20
coderusin normal mode root have no access ro everything,only to root, this causes many issues to normal experienced user06:20
thedead1440when devel-su; i type /opt/privoxy/privoxy06:20
thedead1440it works fine06:20
coderuswhere privoxy for harmattan? i will try06:20
thedead1440nope not for harmattan; i've compiled the fremantle one for harmattan06:20
thedead1440let me post the link06:21
coderussure, share it06:21
thedead1440http://db.tt/J2fIEdml06:21
coderuswell, how to use it now?06:29
thedead1440you just run as root /opt/privoxy/privoxy06:29
coderusit started and exited06:29
thedead1440yup its running in the background now if you ran it manually06:30
thedead1440the postinst runs it but exits it for same probelm06:30
thedead1440problem*06:30
thedead1440you need to run it manually06:30
thedead1440set both your http and https proxy to http(s)://127.0.0.1 and port 8118 for both06:31
thedead1440disconnect and connect back the connection; now when you go to sites it should be grey background with white text06:32
coderuswell, 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, obliviously06:32
thedead1440how pages should look like: http://db.tt/azD2nduo http://db.tt/SsiHVqho http://db.tt/eO73eRpr06:32
thedead1440then what should be done?06:33
thedead1440using the sh method i said works for me there is only one instance running currently:06:33
thedead1440~# ps -A | grep privoxy06:33
thedead1440 3235 root       1:55 /opt/privoxy/privoxy06:33
coderustry with --no-daemon06:34
thedead1440you mean in /etc/init/apps/privoxy.con it should be "exec /opt/privoxy/privoxy --no-daemon" ?06:35
thedead1440.conf*06:35
coderusyes. exec /opt/privoxy/privoxy --no-daemon /root/conf06:36
thedead1440why /root/conf ?06:36
coderuspath to conf file06:36
coderusprivoxy --help06:37
thedead1440yeah but its not needed as when i compiled i set the conf file to /root/conf06:37
thedead1440 /root/config06:37
coderusit trying to get conf from PWD06:37
coderus/root/config, yes06:37
coderusbut i started app from different dir, and it said:06:38
coderus/etc/init/apps # privoxy06:38
coderusMar 16 10:37:17.159 3aabe0f0 Fatal error: can't check configuration file '/etc/init/apps/config':  No such file or directory06:38
thedead1440ah ok i'll check the compilation again06:39
thedead1440maybe the one i linked is an earlier build; anyway i'll try the --no-daemon now06:39
coderusdont hardcode path, use cmd options06:40
coderusi dont like /root/config location06:41
coderusit should be /etc/privoxy/privoxy.conf or so06:41
coderusthedead1440: i hope you not rebooting to test init.conf, right...?06:42
thedead1440nope i dropped my phone down; let me clean it one sec06:42
thedead1440still waiting for it to load06:43
thedead1440respawning too fast and quit :(06:45
thedead1440be back in 5mins something urgent06:45
thedead1440back06:54
thedead1440the --no-daemon without /path/to/config quit06:54
thedead1440let me restart services with the conf file's path06:54
thedead1440coderus: it works!!!06:56
thedead1440thanks for the help :)06:57
coderus=)06:57
thedead1440coderus: this means the privoxy can't be killed via killall right? As if it were to be killed it would respawn?07:00
thedead1440yup its that way only stop apps/privoxy would stop it; perfect :)07:03
coderuskill it 3 times or your respawn limit and profit =)07:03
coderusbut why want to kill?07:03
coderususe initctl stop apps/privoxy07:04
thedead1440no just want to try it out ;)07:04
thedead1440or just stop apps/privoxy ;)07:04
coderusstop/start invokes initctl. i like pure tools07:04
thedead1440hehe07:05
*** wmarone has quit IRC07:14
*** wmarone has joined #harmattan07:15
*** bluefox is now known as bluefox______07:16
*** infobot has quit IRC07:17
*** bluefox______ is now known as bluefox07:21
*** e-yes has joined #harmattan07:32
*** keithzg has quit IRC07:48
*** wmarone_ has joined #harmattan07:49
*** wmarone has quit IRC07:51
*** frals_ has joined #harmattan07:58
*** frals has quit IRC07:58
*** bef0rd has quit IRC08:01
*** bef0rd has joined #harmattan08:05
*** infobot has joined #harmattan09:13
*** ChanServ sets mode: +v infobot09:13
*** fmunozs has quit IRC09:16
*** Morpog_ has quit IRC09:33
*** marika has joined #harmattan09:38
*** tomi has joined #harmattan09:38
*** marika has quit IRC09:39
*** marika has joined #harmattan09:40
*** tomi has joined #harmattan09:40
*** tomi has quit IRC09:41
*** marika has quit IRC09:41
*** trigpoint_n9 has joined #harmattan09:44
*** bef0rd has quit IRC10:02
*** Morpog_Mobile has joined #harmattan10:04
*** trigpoint_n9_ has joined #harmattan10:15
*** trigpoint_n9 has quit IRC10:19
*** rcg has joined #harmattan10:24
*** natunen has joined #harmattan10:38
*** Elleo has quit IRC11:10
*** Tronic has quit IRC11:15
*** Tronic has joined #harmattan11:18
*** trigpoint_n9__ has joined #harmattan11:19
*** aziz has joined #harmattan11:19
*** trigpoint_n9___ has joined #harmattan11:22
*** trigpoint_n9_ has quit IRC11:22
*** trigpoint_n9__ has quit IRC11:24
*** gabriel9 has joined #harmattan11:29
*** gabriel9 has quit IRC11:31
*** NIN101 has joined #harmattan11:33
*** aziz has quit IRC11:35
*** aziz has joined #harmattan11:37
*** aziz has quit IRC11:38
*** Hurrian has quit IRC11:48
*** rubdos has joined #harmattan11:55
*** frals_ is now known as frals11:56
*** frals has joined #harmattan11:56
*** liar has joined #harmattan11:57
*** Hurrian has joined #harmattan11:59
*** M4rtinK has joined #harmattan12:09
*** Hurrian has quit IRC12:10
*** arcean has joined #harmattan12:16
*** suy has joined #harmattan12:25
ZogG_laptoplol pure tools :)12:31
*** trigpoint_n9___ has quit IRC12:37
*** trigpoint_n9___ has joined #harmattan12:37
*** rashm2k has joined #harmattan12:38
*** Hurrian has joined #harmattan12:41
*** Martix has joined #harmattan12:56
*** XenGi has quit IRC13:26
*** Morpog_PC has joined #harmattan13:28
*** Morpog_Mobile has quit IRC13:31
*** liar has quit IRC13:38
*** MBOUKSIM has joined #harmattan13:38
*** ecloud has quit IRC13:39
*** ecloud has joined #harmattan13:41
*** ZogG_laptop has quit IRC13:46
*** ZogG_laptop has joined #harmattan13:47
*** ZogG_laptop has quit IRC13:47
*** ZogG_laptop has joined #harmattan13:47
*** rubdos has quit IRC13:52
*** Burlone has joined #harmattan14:13
*** Elleo has joined #harmattan14:14
*** Burlone has quit IRC14:15
*** MBOUKSIM has quit IRC14:20
*** Sfiet_Konstantin has joined #harmattan14:27
*** trigpoint_n9____ has joined #harmattan14:39
*** trigpoint_n9____ has quit IRC14:40
*** trigpoint_n9____ has joined #harmattan14:40
*** trigpoint_n9___ has quit IRC14:42
*** trigpoint_n9____ has quit IRC14:43
*** trigpoint_n9____ has joined #harmattan14:43
*** trigpoint_n9____ has quit IRC14:44
*** trigpoint_n9____ has joined #harmattan14:44
*** trigpoint_n9____ has quit IRC14:51
*** trigpoint_n9____ has joined #harmattan14:51
*** trigpoint_n9____ has quit IRC14:51
*** trigpoint_n9____ has joined #harmattan14:51
*** trigpoint_n9____ has quit IRC14:55
*** trigpoint_n9____ has joined #harmattan14:55
*** trigpoint_n9____ has quit IRC14:56
*** trigpoint_n9____ has joined #harmattan14:57
*** trigpoint_n9____ has quit IRC14:58
*** PaulePanter has quit IRC14:58
*** PaulePanter has joined #harmattan14:58
*** trigpoint_n9____ has joined #harmattan14:58
*** trigpoint_n9____ has quit IRC15:02
*** trigpoint_n9____ has joined #harmattan15:02
*** xes has joined #harmattan15:05
*** trigpoint_n9____ has quit IRC15:13
*** trigpoint_n9____ has joined #harmattan15:14
*** Hurrian has quit IRC15:17
*** Morpog_PC has quit IRC15:20
*** e-yes_ has joined #harmattan15:28
*** e-yes has quit IRC15:30
*** NIN101 has quit IRC15:49
*** NIN101 has joined #harmattan15:49
dm8tbrmgedmin: thanks for the quick reaction to my log ticket :)15:53
*** gabriel9 has joined #harmattan15:59
*** bef0rd has joined #harmattan16:01
*** arcean_ has joined #harmattan16:02
*** arcean has quit IRC16:05
*** Hurrian has joined #harmattan16:06
*** arcean_ is now known as arcean16:08
*** bef0rd has quit IRC16:18
*** hardaker has joined #harmattan16:39
*** trigpoint_n9____ has quit IRC16:43
*** trigpoint_n9____ has joined #harmattan16:43
*** tobbe_ has joined #harmattan16:48
*** sferic has joined #harmattan16:58
*** sferic has quit IRC16:59
*** sferic has joined #harmattan16:59
*** sferic has quit IRC17:00
*** trigpoint_n9____ has quit IRC17:01
*** sferic has joined #harmattan17:01
*** trigpoint_n9____ has joined #harmattan17:02
*** sferic has quit IRC17:02
*** sferic has joined #harmattan17:03
*** hotsoul has joined #harmattan17:14
*** sferic has quit IRC17:15
*** hotsoul has quit IRC17:17
*** yawe has joined #harmattan17:17
*** hotsoul has joined #harmattan17:18
*** yawe has quit IRC17:19
*** yawe has joined #harmattan17:20
*** rashm2k has quit IRC17:23
*** rashm2k has joined #harmattan17:23
*** yawe has quit IRC17:26
*** rashm2k has quit IRC17:41
*** rashm2k has joined #harmattan17:41
*** trigpoint_n9____ has quit IRC17:51
*** trigpoint_n9____ has joined #harmattan17:51
*** trigpoint_n9____ has quit IRC17:58
*** trigpoint_n9____ has joined #harmattan17:58
*** bef0rd has joined #harmattan18:01
*** rashm2k has quit IRC18:02
*** rashm2k has joined #harmattan18:02
*** xes has quit IRC18:29
*** Timo has joined #harmattan18:55
*** ced117 has joined #harmattan19:03
*** Timo has quit IRC19:22
*** trigpoint_n9____ has quit IRC19:28
*** trigpoint_n9____ has joined #harmattan19:28
*** trigpoint_n9____ has quit IRC19:32
*** trigpoint_n9____ has joined #harmattan19:33
*** rashm2k1 has joined #harmattan19:42
*** rashm2k has quit IRC19:42
*** trigpoint_n9____ has quit IRC19:46
*** trigpoint_n9____ has joined #harmattan19:47
*** trigpoint_n9____ has quit IRC20:04
*** trigpoint_n9____ has joined #harmattan20:04
*** arcean has quit IRC20:33
*** arcean has joined #harmattan20:34
*** arcean_ has joined #harmattan20:40
*** arcean has quit IRC20:42
*** gabriel9 has quit IRC20:44
*** arcean_ has quit IRC20:46
*** arcean__ has joined #harmattan20:46
*** ced117 has quit IRC21:04
*** ced117 has joined #harmattan21:09
*** arcean__ is now known as arcean21:10
*** Guldfisk has joined #harmattan21:17
*** Guldfisk has quit IRC21:19
*** Burlone has joined #harmattan21:28
*** Burlone has quit IRC21:28
*** piggz has joined #harmattan21:32
*** arcean has quit IRC21:38
*** MohammadAG_ has joined #harmattan21:41
*** MohammadAG has quit IRC21:42
*** MohammadAG_ is now known as MohammadAG21:42
*** arcean has joined #harmattan21:46
*** Sfiet_Konstantin has quit IRC21:50
*** arcean has quit IRC21:54
*** Morpog_Mobile has joined #harmattan21:55
*** arcean has joined #harmattan21:57
*** Morpog_PC has joined #harmattan22:04
*** anonfriese has joined #harmattan22:38
*** friese has quit IRC22:39
*** Martix has quit IRC22:46
*** fmunozs has joined #harmattan23:01
*** anonfriese has quit IRC23:03
*** rcg has quit IRC23:13
*** fmunozs has quit IRC23:22
*** rcg has joined #harmattan23:34
*** arcean has quit IRC23:47
*** arcean has joined #harmattan23:48

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!