IRC log for #harmattan on 20130316

00:16.31*** join/#harmattan Martix (~martix@static-84-242-103-180.net.upcbroadband.cz)
00:35.15*** join/#harmattan trigpoint_n9__ (~trigpoint@151.227.147.208)
00:37.23wmaroneanyone know of a GPS app for the N9 that will record and display the route you've taken in realtime?
00:58.57wmaronebleh, n/m found one, but it uses nokia's anemic maps
01:40.11*** join/#harmattan Sfiet_Konstantin (~sk@85.218.89.237)
01:45.51*** join/#harmattan gabriel9 (~gabriel9@14-131-241-92-bl.cable.dyn.broadband.blic.net)
02:32.10*** join/#harmattan Morpog_ (~Morpog@stgt-5d84160e.pool.mediaWays.net)
02:45.12*** join/#harmattan mschlens (~mschlens@p5DC16804.dip.t-dialin.net)
03:17.53*** join/#harmattan Hurrian (~Hurrian@121.54.2.104)
03:43.01*** join/#harmattan natunen (~nalle@213-186-240-19.bb.dnainternet.fi)
03:56.51thedead1440coderus, 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!
04:03.46*** join/#harmattan DocScrutinizer05 (~HaleBopp@openmoko/engineers/joerg)
04:16.44coderusthedead1440: talking about sudoers?
04:17.12thedead1440coderus: nope i mean the regular .conf file for /etc/init/apps/
04:18.19coderusinit always executing apps as root. for executing as user need to use aegis-exec
04:18.35coderusmeans exec aegis-exec -u user blah-blah
04:18.42thedead1440so for exec as root its just "exec /path/to/app" right?
04:18.48coderussure
04:18.56thedead1440when i do that like i said earlier; i get the respawning too fast error
04:19.13thedead1440the system kills it in that instance
04:19.39coderusmaybe your app have restrictions in access and can't access some api when root, like  dbus and so
04:20.03thedead1440not sure; privoxy can only be run as root
04:20.16coderusin normal mode root have no access ro everything,only to root, this causes many issues to normal experienced user
04:20.17thedead1440when devel-su; i type /opt/privoxy/privoxy
04:20.31thedead1440it works fine
04:20.43coderuswhere privoxy for harmattan? i will try
04:20.57thedead1440nope not for harmattan; i've compiled the fremantle one for harmattan
04:21.01thedead1440let me post the link
04:21.06coderussure, share it
04:21.38thedead1440http://db.tt/J2fIEdml
04:29.19coderuswell, how to use it now?
04:29.40thedead1440you just run as root /opt/privoxy/privoxy
04:29.49coderusit started and exited
04:30.04thedead1440yup its running in the background now if you ran it manually
04:30.15thedead1440the postinst runs it but exits it for same probelm
04:30.18thedead1440problem*
04:30.23thedead1440you need to run it manually
04:31.29thedead1440set both your http and https proxy to http(s)://127.0.0.1 and port 8118 for both
04:32.04thedead1440disconnect and connect back the connection; now when you go to sites it should be grey background with white text
04:32.32coderuswell, 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
04:32.48thedead1440how pages should look like: http://db.tt/azD2nduo http://db.tt/SsiHVqho http://db.tt/eO73eRpr
04:33.02thedead1440then what should be done?
04:33.46thedead1440using the sh method i said works for me there is only one instance running currently:
04:33.47thedead1440~# ps -A | grep privoxy
04:33.48thedead1440<PROTECTED>
04:34.56coderustry with --no-daemon
04:35.47thedead1440you mean in /etc/init/apps/privoxy.con it should be "exec /opt/privoxy/privoxy --no-daemon" ?
04:35.58thedead1440.conf*
04:36.24coderusyes. exec /opt/privoxy/privoxy --no-daemon /root/conf
04:36.49thedead1440why /root/conf ?
04:36.56coderuspath to conf file
04:37.07coderusprivoxy --help
04:37.25thedead1440yeah but its not needed as when i compiled i set the conf file to /root/conf
04:37.33thedead1440<PROTECTED>
04:37.36coderusit trying to get conf from PWD
04:37.45coderus/root/config, yes
04:38.06coderusbut i started app from different dir, and it said:
04:38.07coderus/etc/init/apps # privoxy
04:38.08coderusMar 16 10:37:17.159 3aabe0f0 Fatal error: can't check configuration file '/etc/init/apps/config':  No such file or directory
04:39.02thedead1440ah ok i'll check the compilation again
04:39.19thedead1440maybe the one i linked is an earlier build; anyway i'll try the --no-daemon now
04:40.40coderusdont hardcode path, use cmd options
04:41.19coderusi dont like /root/config location
04:41.32coderusit should be /etc/privoxy/privoxy.conf or so
04:42.15coderusthedead1440: i hope you not rebooting to test init.conf, right...?
04:42.45thedead1440nope i dropped my phone down; let me clean it one sec
04:43.25thedead1440still waiting for it to load
04:45.07thedead1440respawning too fast and quit :(
04:45.27thedead1440be back in 5mins something urgent
04:54.03thedead1440back
04:54.21thedead1440the --no-daemon without /path/to/config quit
04:54.34thedead1440let me restart services with the conf file's path
04:56.40thedead1440coderus: it works!!!
04:57.03thedead1440thanks for the help :)
04:57.32coderus=)
05:00.12thedead1440coderus: this means the privoxy can't be killed via killall right? As if it were to be killed it would respawn?
05:03.29thedead1440yup its that way only stop apps/privoxy would stop it; perfect :)
05:03.46coderuskill it 3 times or your respawn limit and profit =)
05:03.54coderusbut why want to kill?
05:04.01coderususe initctl stop apps/privoxy
05:04.02thedead1440no just want to try it out ;)
05:04.17thedead1440or just stop apps/privoxy ;)
05:04.40coderusstop/start invokes initctl. i like pure tools
05:05.10thedead1440hehe
07:13.32*** join/#harmattan infobot (~infobot@rikers.org)
07:13.32*** topic/#harmattan is A place for harmattan device and development discussions | Customers help customers on #N9 | Please stay on topic and no NDA stuff here | Developers : http://library.developer.nokia.com/ | http://wiki.meego.com/N950_landing_page | logs: http://mg.pov.lt/harmattan-irclog/ | ~aegis-no-thanks | LATEST ~update | http://www.engadget.com/2012/06/14/nokia-reportedly-scraps-meltemi/
07:13.33*** mode/#harmattan [+v infobot] by ChanServ
07:38.13*** join/#harmattan marika (~marika@85-23-233-109.bb.dnainternet.fi)
07:38.28*** join/#harmattan tomi (~tomi@85-23-233-109.bb.dnainternet.fi)
07:40.24*** join/#harmattan marika (~marika@85-23-233-109.bb.dnainternet.fi)
07:40.29*** join/#harmattan tomi (~tomi@85-23-233-109.bb.dnainternet.fi)
07:44.47*** join/#harmattan trigpoint_n9 (~trigpoint@151.227.147.208)
08:04.26*** join/#harmattan Morpog_Mobile (~Morpog@stgt-5d84160e.pool.mediaWays.net)
08:15.44*** join/#harmattan trigpoint_n9_ (~trigpoint@31.114.124.185)
08:24.29*** join/#harmattan rcg (~rcg@2a02:908:e252:e101:c0ab:32ab:909c:8912)
08:38.53*** join/#harmattan natunen (~nalle@213-186-240-19.bb.dnainternet.fi)
09:18.35*** join/#harmattan Tronic (tronic@dsl-hkibrasgw2-50dfd5-224.dhcp.inet.fi)
09:19.43*** join/#harmattan trigpoint_n9__ (~trigpoint@46.233.72.20)
09:19.52*** join/#harmattan aziz (~aziz@188.113.192.157)
09:22.18*** join/#harmattan trigpoint_n9___ (~trigpoint@31.115.111.124)
09:29.38*** join/#harmattan gabriel9 (~gabriel9@14-131-241-92-bl.cable.dyn.broadband.blic.net)
09:33.03*** join/#harmattan NIN101 (~NIN@p5DD280C8.dip0.t-ipconnect.de)
09:37.38*** join/#harmattan aziz (~aka@188.113.192.157)
09:55.04*** join/#harmattan rubdos (~rubdos@d54C46EF7.access.telenet.be)
09:56.28*** join/#harmattan frals (~frals@Maemo/community/contributor/frals)
09:57.34*** join/#harmattan liar (~liar@clnet-p09-185.ikbnet.co.at)
09:59.02*** join/#harmattan Hurrian (~Hurrian@121.54.2.104)
10:09.22*** join/#harmattan M4rtinK (~M4rtinK@mail.melf.eu)
10:16.20*** join/#harmattan arcean (~arcean@aafs24.neoplus.adsl.tpnet.pl)
10:25.28*** join/#harmattan suy (~alex@3.132.14.37.dynamic.jazztel.es)
10:31.20ZogG_laptoplol pure tools :)
10:37.26*** join/#harmattan trigpoint_n9___ (~trigpoint@31.115.111.124)
10:38.20*** join/#harmattan rashm2k (~rm@151.230.225.216)
10:41.26*** join/#harmattan Hurrian (~Hurrian@121.54.2.104)
10:56.29*** join/#harmattan Martix (~martix@static-84-242-103-180.net.upcbroadband.cz)
11:28.11*** join/#harmattan Morpog_PC (~Morpog@stgt-5d84160e.pool.mediaWays.net)
11:38.36*** join/#harmattan MBOUKSIM (~MBOUKSIM@41.249.160.6)
11:41.02*** join/#harmattan ecloud (~quassel@cm-84.211.85.120.getinternet.no)
11:47.52*** join/#harmattan ZogG_laptop (~ZogG_lapt@bzq-109-67-203-213.red.bezeqint.net)
11:47.52*** join/#harmattan ZogG_laptop (~ZogG_lapt@funtoo/user/ZogG)
12:13.35*** join/#harmattan Burlone (~Burlone@62.18.112.195)
12:14.33*** join/#harmattan Elleo (~Elleo@libre.fm/hacker/elleo)
12:27.45*** join/#harmattan Sfiet_Konstantin (~sk@85.218.89.237)
12:39.51*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:40.57*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:43.54*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:44.44*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:51.24*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:51.59*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:55.44*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:57.11*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
12:58.41*** join/#harmattan PaulePanter (~paul@mail.gw90.de)
12:58.45*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
13:02.26*** join/#harmattan trigpoint_n9____ (~trigpoint@02db4ef4.bb.sky.com)
13:05.47*** join/#harmattan xes (~xes@unaffiliated/xes)
13:14.07*** join/#harmattan trigpoint_n9____ (~trigpoint@149.254.183.19)
13:28.20*** join/#harmattan e-yes_ (~e-yes@94.45.165.112)
13:49.51*** join/#harmattan NIN101 (~NIN@p5DD280C8.dip0.t-ipconnect.de)
13:53.39dm8tbrmgedmin: thanks for the quick reaction to my log ticket :)
13:59.20*** join/#harmattan gabriel9 (~gabriel9@14-131-241-92-bl.cable.dyn.broadband.blic.net)
14:01.54*** join/#harmattan bef0rd (~bef0rd@unaffiliated/beford)
14:02.53*** join/#harmattan arcean_ (~arcean@aaep7.neoplus.adsl.tpnet.pl)
14:06.41*** join/#harmattan Hurrian (~Hurrian@121.54.2.104)
14:39.20*** join/#harmattan hardaker (~hardaker@mail.hardakers.net)
14:43.09*** join/#harmattan trigpoint_n9____ (~trigpoint@cpc8-leic14-2-0-cust151.8-1.cable.virginmedia.com)
14:48.10*** join/#harmattan tobbe_ (~tobbe@178-78-226-99.customers.ownit.se)
14:58.12*** join/#harmattan sferic (~sferic@xdsl-87-78-34-167.netcologne.de)
14:59.54*** join/#harmattan sferic (~sferic@xdsl-87-78-34-167.netcologne.de)
15:01.55*** join/#harmattan sferic (~sferic@xdsl-87-78-34-167.netcologne.de)
15:02.05*** join/#harmattan trigpoint_n9____ (~trigpoint@178.106.65.73)
15:03.41*** join/#harmattan sferic (~sferic@xdsl-87-78-34-167.netcologne.de)
15:14.13*** join/#harmattan hotsoul (~hot_soul@bba432544.alshamil.net.ae)
15:18.00*** join/#harmattan yawe (~hotsoulfo@bba432544.alshamil.net.ae)
15:18.02*** join/#harmattan hotsoul (~hot_soul@bba432544.alshamil.net.ae)
15:20.05*** join/#harmattan yawe (~hotsoulfo@bba432544.alshamil.net.ae)
15:23.51*** join/#harmattan rashm2k (~rm@151.230.225.216)
15:41.53*** join/#harmattan rashm2k (~rm@151.230.225.216)
15:51.52*** join/#harmattan trigpoint_n9____ (~trigpoint@149.254.182.146)
15:58.09*** join/#harmattan trigpoint_n9____ (~trigpoint@149.254.182.216)
16:01.44*** join/#harmattan bef0rd (~bef0rd@unaffiliated/beford)
16:02.49*** join/#harmattan rashm2k (~rm@151.230.225.216)
16:55.44*** join/#harmattan Timo (~timo@unaffiliated/tiempjuuh)
17:03.35*** join/#harmattan ced117 (~ced117@opensuse/member/ced117)
17:28.14*** join/#harmattan trigpoint_n9____ (~trigpoint@151.227.147.208)
17:33.02*** join/#harmattan trigpoint_n9____ (~trigpoint@31.113.190.227)
17:42.01*** join/#harmattan rashm2k1 (~rm@151.230.225.216)
17:47.06*** join/#harmattan trigpoint_n9____ (~trigpoint@178.104.132.145)
18:04.59*** join/#harmattan trigpoint_n9____ (~trigpoint@151.227.147.208)
18:34.21*** join/#harmattan arcean (~arcean@aaep7.neoplus.adsl.tpnet.pl)
18:40.11*** join/#harmattan arcean_ (~arcean@aaep7.neoplus.adsl.tpnet.pl)
18:46.44*** join/#harmattan arcean__ (~arcean@aaep7.neoplus.adsl.tpnet.pl)
19:09.15*** join/#harmattan ced117 (~ced117@opensuse/member/ced117)
19:17.11*** join/#harmattan Guldfisk (~Guldfisk@gprs-internet-bcee15-21.dhcp.inet.fi)
19:28.19*** join/#harmattan Burlone (971dddb7@gateway/web/freenode/ip.151.29.221.183)
19:32.54*** join/#harmattan piggz (~piggz@host-92-18-202-180.as13285.net)
19:41.41*** join/#harmattan MohammadAG_ (~MohammadA@Maemo/community/contributor/MohammadAG)
19:46.13*** join/#harmattan arcean (~arcean@aaep7.neoplus.adsl.tpnet.pl)
19:55.07*** join/#harmattan Morpog_Mobile (~Morpog@stgt-5d84160e.pool.mediaWays.net)
19:57.42*** join/#harmattan arcean (~arcean@aaep7.neoplus.adsl.tpnet.pl)
20:04.51*** join/#harmattan Morpog_PC (~Morpog@stgt-5d84160e.pool.mediaWays.net)
20:38.52*** join/#harmattan anonfriese (~anonfries@p54819EF7.dip.t-dialin.net)
21:01.10*** join/#harmattan fmunozs (~fmunozs@186.154.154.255)
21:34.38*** join/#harmattan rcg (~rcg@2a02:908:e252:e101:c0ab:32ab:909c:8912)
21:48.18*** join/#harmattan arcean (~arcean@aaep7.neoplus.adsl.tpnet.pl)
22:28.50*** join/#harmattan piscine_parker (~piscine_p@81.193.45.87)
22:29.53piscine_parkerhi
22:30.26piscine_parkerim having problems importing a self signed certificate
22:31.01piscine_parkerive been google for a while now cant find anything that would work
22:31.14piscine_parkercan you guys help me ?
22:33.49Hurrianpiscine_parker: http://talk.maemo.org/showthread.php?t=80484
22:36.30*** join/#harmattan piscine_parker (~piscine_p@bl4-45-87.dsl.telepac.pt)
22:38.09piscine_parkerHurrian that does get tye certificate installed but i cant connect to my server
22:38.35piscine_parkeri still get the couldnt open page error :/
22:39.53Hurrianpiscine_parker, hmm, wait, I think the proper way was to use acmcli
22:39.59Hurrianwait, lemme lookup the command.
22:41.15piscine_parkerive tried acmcli..it does not allow me to install the cert
22:41.21piscine_parkereven as root
22:41.41Hurrianacmcli -c common-ca -i file.pem?
22:41.45Jonnipiscine_parker: well root doesnt have enough capabilities, you need to use opensh to use acmcli
22:42.02Hurrianah, he's not in openmode.
22:43.15Jonnieven in openmode you need to use opensh, unless you use neutered kernel.
22:43.18piscine_parkerive installed inception..does that matter
22:43.34piscine_parkeralso the certificate is installed now
22:43.49Hurrianpiscine_parker: Run the command under opensh.
22:46.32Jonnibasicly for adding you would use something like this: opensh -c "acmcli -C aegis-certman-common-ca::CertCACommonAdd -lc common-ca -a CACert_root_certificate_that_you_want_to_add.pem"
22:46.39*** join/#harmattan jpwhiting (~jeremy@65-130-41-96.slkc.qwest.net)
22:46.39*** join/#harmattan jpwhiting (~jeremy@kde/developer/whiting)
22:47.09HurrianJonni: wow, that's one long shared cert domain name.
22:47.35Jonni;)
22:51.09piscine_parkerstill nothing :(
22:51.38piscine_parkerin opensh i dont get any errors but i still cant open the page
22:52.32Jonniis the page somewhere in internet?
22:52.43Jonniie that we can test on
22:53.33Jonniend you restarted your browser I presume
22:55.10*** join/#harmattan piscine_parker (~piscine_p@81.193.45.87)
22:55.32piscine_parkerquick reboot...still nothing :(
22:56.14Jonniis the page somewhere in internet? ie that we can test on? Are you sure that its not badly configured apache etc
22:56.43Jonnior just bad html syntax
22:57.50piscine_parkerits my homeserver..running owncloud
22:58.09piscine_parkerhttps://cascais.servebeer.com/owncloud
23:00.27piscine_parkermaybe there might be something wrong with the crt ?
23:00.53Jonnilets see, I'll test it on my N9
23:06.06piscine_parkerno malware i promisse :)
23:06.51*** join/#harmattan Hurrian (~Hurrian@121.54.2.104)
23:14.51*** join/#harmattan Morpog_ (~Morpog@stgt-5d84160e.pool.mediaWays.net)
23:14.53Jonnipiscine_parker: ah yes, its a bit tricky... default browser has some issues with that one. With N9 firefox it works.... I'll see if there is some tricks to get default browser working with that cert
23:16.10piscine_parkerwell i have to get this think to work with the system browser...my goal is to get caldav and carddav from owncloud
23:18.40*** join/#harmattan wirwe (~molenz@pool11.physik.hu-berlin.de)
23:22.36*** join/#harmattan piscine_parker (~piscine_p@81.193.45.87)
23:22.42piscine_parkerback
23:26.43Jonniunfortunately I have to go to sleep, I'll try to look the browser cert thingie at some later point, unless someone else manages to help you
23:31.37*** join/#harmattan Sfiet_Konstantin (~sk@85.218.89.237)
23:42.13*** join/#harmattan wirwe (~molenz@pool11.physik.hu-berlin.de)
23:48.44*** join/#harmattan nanashi_ (~nanashi@41.142.222.201)
23:50.17bef0rdhi
23:50.46nanashi_hi =)
23:51.39*** join/#harmattan MBOUKSIM (~MBOUKSIM@41.249.167.91)
23:54.34piscine_parkerJonni sry i was away
23:54.48piscine_parkerno problem thanks alot m8

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.