#raspbian IRC Log

Index

IRC Log for 2016-03-16

Timestamps are in GMT/BST.

[0:05] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[0:07] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) has joined #raspbian
[0:07] * heroux (sandroco@gateway/shell/insomnia247/x-anpwnbjcflbpkrit) Quit (Ping timeout: 264 seconds)
[0:08] * djukon (transitor@gateway/shell/insomnia247/x-sblfvevtlvxomekk) Quit (Ping timeout: 276 seconds)
[0:09] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Client Quit)
[0:15] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[0:16] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[0:18] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Client Quit)
[0:20] * SirMcp (~pi@c-50-180-97-219.hsd1.ga.comcast.net) Quit (Quit: Leaving)
[0:21] <Mia> how can I create and attach to a screen session on startup ?
[0:21] <valesi> GNU screen?
[0:21] <Mia> yes
[0:22] <Mia> valesi, oh wait, sudo apt-get install screen --- is gnu screen yes?
[0:22] <valesi> and I assume you mean login?
[0:22] <valesi> yes
[0:22] <Mia> valesi, yes, well I want my raspberry to create and attach to a screen session when it boots
[0:22] <Mia> it's not auto booting to gui
[0:22] <Mia> it's command line autologin setting
[0:22] <Mia> so right after logging in I want it to create and attach to a screen session
[0:23] * xplora1a (~stuart@2001:8b0:1679:ea38:224:d7ff:feec:e7ec) Quit (Ping timeout: 250 seconds)
[0:23] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[0:25] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[0:26] <valesi> for bash, it loads .profile on login. so a `screen -RR` would load the most recently used
[0:26] <valesi> although I don't think that's the proper way to do it
[0:27] <Mia> valesi, hmm
[0:27] <Mia> why don2t you tink it's proper
[0:27] <Mia> also I need to create a screen -- RR just tries to go into the recent one right?
[0:28] <Mia> would it also create a new screen
[0:28] <valesi> it will create a new one if there isn't one
[0:28] <valesi> but I don't think it's proper since on screen login, it will try to start screen again
[0:29] <Mia> hmm
[0:29] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[0:29] <valesi> I'm an amateur at this, but I think maybe you could test to see if the session is a tty or pts, and if it's tty then you would start screen
[0:30] <Mia> oh makes sense
[0:30] <Mia> something like:
[0:31] <Mia> test 'tty' = '/dev/tty0' && screen -RR
[0:31] <Mia> - ?
[0:31] <Mia> there should be a simpler way though
[0:31] <Mia> or that's what I want to believe in
[0:31] * hypech- is now known as hypech
[0:31] * hypech (hypech@gateway/shell/layerbnc/x-crwhgukhimruvhjr) Quit (Changing host)
[0:31] * hypech (hypech@unaffiliated/hypech) has joined #raspbian
[0:31] * hypech (hypech@unaffiliated/hypech) Quit (Changing host)
[0:31] * hypech (hypech@gateway/shell/layerbnc/x-crwhgukhimruvhjr) has joined #raspbian
[0:31] <Mia> Imean yeah when I do this in .bashrc or .profile maybe this is a solutin
[0:31] <Mia> but I think it could be done very well on execute as well
[0:32] <Mia> I mean boot, once
[0:32] <Mia> not on every time
[0:33] * loadbang (~simon@5.80.15.101) Quit (Quit: loadbang)
[0:34] <valesi> if [[ `tty | grep "tty" | wc -l` > 0 ]]; then screen -RR; fi -- seems to do it
[0:35] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[0:36] <valesi> feels hacky though
[0:36] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[0:36] <Mia> yeah very
[0:36] <Mia> there should be a way to create and attaach a screen on startup in a more clean way
[0:37] * cstk421 (~cstk421@50.153.234.136) has joined #raspbian
[0:38] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[0:38] * BetaSoul (~textual@32.208.29.124) Quit (Client Quit)
[0:40] <cstk421> has anyone tried to get the "bridge" working to use the pi as a vpn gateway ?
[0:40] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[0:41] <valesi> I haven't, but like an openvpn TAP?
[0:45] * troyt (~troyt@c-67-161-210-245.hsd1.ut.comcast.net) has joined #raspbian
[0:45] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[0:46] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[0:46] <cstk421> right
[0:47] <cstk421> well openvpn as an end client is TUN but to bridge 2 ethernet connections i guess needs to be a TAP bridge yes
[0:47] <cstk421> unless you know of an easier/ better way of doing it
[0:48] <valesi> I don't. my answer would be to google :/
[0:49] * cstk421_ (~cstk421@ip-64-134-145-171.public.wayport.net) has joined #raspbian
[0:50] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Client Quit)
[0:50] <cstk421_> got kicked sorry thanks
[0:52] * cstk421 (~cstk421@50.153.234.136) Quit (Ping timeout: 276 seconds)
[0:53] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[0:55] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[0:59] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[0:59] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[1:02] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[1:02] <raidensnake> too bad my pi3 won't load
[1:05] * jova2 (~jova2@138.0.214.106) has joined #raspbian
[1:08] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[1:09] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) Quit (Ping timeout: 240 seconds)
[1:10] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) has joined #raspbian
[1:10] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[1:13] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has joined #raspbian
[1:21] * cstk421 (~cstk421@12.157.19.199) has joined #raspbian
[1:22] * ries (~ries@D979CC89.cm-3-2d.dynamic.ziggo.nl) Quit (Quit: ries)
[1:22] * cstk421__ (~cstk421@50.153.232.2) has joined #raspbian
[1:23] * cstk421_ (~cstk421@ip-64-134-145-171.public.wayport.net) Quit (Ping timeout: 246 seconds)
[1:26] * cstk421 (~cstk421@12.157.19.199) Quit (Ping timeout: 268 seconds)
[1:28] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[1:28] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[1:32] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Client Quit)
[1:32] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[1:33] * desutoyou (~desu@wsip-174-77-191-4.ks.ks.cox.net) Quit (Quit: I don't even.)
[1:42] * cstk421 (~cstk421@50.153.235.4) has joined #raspbian
[1:42] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Quit: No Ping reply in 180 seconds.)
[1:42] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[1:43] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[1:44] * cstk421__ (~cstk421@50.153.232.2) Quit (Ping timeout: 240 seconds)
[1:48] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Quit: No Ping reply in 180 seconds.)
[1:48] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[1:51] * jazzzu (~jazoja@D97B7B1C.cm-3-4b.dynamic.ziggo.nl) Quit (Ping timeout: 276 seconds)
[1:52] * cstk421_ (~cstk421@50.153.235.4) has joined #raspbian
[1:54] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[1:55] * cstk421 (~cstk421@50.153.235.4) Quit (Ping timeout: 244 seconds)
[1:55] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Quit: No Ping reply in 180 seconds.)
[1:58] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) has joined #raspbian
[1:59] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[2:00] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[2:02] * cstk421 (~cstk421@50.153.235.4) has joined #raspbian
[2:04] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[2:04] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[2:05] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) Quit (Quit: Leaving)
[2:05] * cstk421_ (~cstk421@50.153.235.4) Quit (Ping timeout: 264 seconds)
[2:07] * cstk421_ (~cstk421@50.153.235.4) has joined #raspbian
[2:08] * Osirus126 (~Osirus126@63.135.20.70) has joined #raspbian
[2:10] * cstk421 (~cstk421@50.153.235.4) Quit (Ping timeout: 248 seconds)
[2:11] * shootbird (~quassel@beepbeep.serverpit.com) Quit (Ping timeout: 276 seconds)
[2:12] * imnichol (~ian@unaffiliated/imnichol) has joined #raspbian
[2:12] * imnichol (~ian@unaffiliated/imnichol) Quit (Remote host closed the connection)
[2:12] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[2:13] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[2:13] * cstk421 (~cstk421@50.153.235.4) has joined #raspbian
[2:14] * shootbird (~quassel@beepbeep.serverpit.com) has joined #raspbian
[2:16] * cstk421_ (~cstk421@50.153.235.4) Quit (Ping timeout: 240 seconds)
[2:16] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Client Quit)
[2:16] * raulet (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[2:19] * jova2 (~jova2@138.0.214.106) Quit (Ping timeout: 248 seconds)
[2:20] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) has joined #raspbian
[2:21] * raulet (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[2:23] * cyborg-one (~cyborg-on@62.16.4.172) Quit (Read error: Connection reset by peer)
[2:23] * cyborglone (~cyborg-on@62.16.4.172) has joined #raspbian
[2:23] * cstk421_ (~cstk421@50.153.235.4) has joined #raspbian
[2:24] * cstk421_ (~cstk421@50.153.235.4) Quit (Client Quit)
[2:25] * raulet_ (~raulet@x590f1896.dyn.telefonica.de) Quit (Ping timeout: 244 seconds)
[2:27] * cstk421 (~cstk421@50.153.235.4) Quit (Ping timeout: 268 seconds)
[2:27] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[2:33] * Tachyon` is now known as Tachyawn
[2:37] * shantorn (~Shantorn@174-25-0-253.ptld.qwest.net) has joined #raspbian
[2:37] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[2:38] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[2:38] * andrew__ (~andrew@61.141.94.115) has joined #raspbian
[2:39] * andrew__ (~andrew@61.141.94.115) Quit (Remote host closed the connection)
[2:40] * andrew__ (~andrew@61.141.94.115) has joined #raspbian
[2:42] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[2:43] * weox (uid112413@gateway/web/irccloud.com/x-yybstneklehufzse) Quit (Quit: Connection closed for inactivity)
[2:44] * andrew__ (~andrew@61.141.94.115) Quit (Remote host closed the connection)
[2:45] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[2:47] * andrew__ (~andrew@61.141.94.115) has joined #raspbian
[2:47] * andrew__ (~andrew@61.141.94.115) Quit (Remote host closed the connection)
[2:49] * shantorn (~Shantorn@174-25-0-253.ptld.qwest.net) Quit (Quit: Leaving)
[2:50] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) has joined #raspbian
[2:54] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[2:54] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[3:01] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[3:01] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[3:10] * likevinyl (~freebeer@unaffiliated/likevinyl) Quit (Quit: likevinyl)
[3:13] * rustPushmaster (~rusty@ip72-196-214-135.dc.dc.cox.net) Quit (Quit: Leaving)
[3:15] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[3:16] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[3:17] * bikram (~bikram@202.63.242.180) has joined #raspbian
[3:19] * BlackVenom (~textual@cpc1-pres19-2-0-cust241.18-3.cable.virginm.net) has joined #raspbian
[3:20] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[3:20] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[3:21] * taza (~taza@unaffiliated/taza) Quit ()
[3:23] * BetaSoul (~textual@32.208.29.124) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[3:25] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[3:26] * stroke (0e8cdce3@gateway/web/freenode/ip.14.140.220.227) has joined #raspbian
[3:27] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) Quit (Ping timeout: 268 seconds)
[3:27] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[3:29] <stroke> Friends, I am designing a RFID based attendance system and I want to create a template on 7 inch touch screen which shows the photo, name and timing of login and log out with a virtual pad. In what platform I can make this template? I am working in python for the rfid code.
[3:29] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) has joined #raspbian
[3:33] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[3:34] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[3:41] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[3:46] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[3:49] * likevinyl (~freebeer@unaffiliated/likevinyl) has joined #raspbian
[3:51] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[3:53] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) Quit (Ping timeout: 276 seconds)
[3:55] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) has joined #raspbian
[3:55] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[3:56] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[3:56] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:03] * cyborgIone (~cyborg-on@62.16.4.172) has joined #raspbian
[4:04] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[4:04] * cyborglone (~cyborg-on@62.16.4.172) Quit (Read error: Connection reset by peer)
[4:04] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:05] * flipp (~flipp@unaffiliated/flipp) Quit (Ping timeout: 260 seconds)
[4:05] * akar (~spot@119.82.230.178) has joined #raspbian
[4:09] * flipp (~flipp@unaffiliated/flipp) has joined #raspbian
[4:10] * cyborgIone (~cyborg-on@62.16.4.172) Quit (Quit: cyborgIone)
[4:12] <stroke> My SQL or Mongo DB data base? Which DB can I use to register the RFID tag data for the attendance system?
[4:16] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:17] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[4:20] * BlackVenom (~textual@cpc1-pres19-2-0-cust241.18-3.cable.virginm.net) Quit (Quit: Textual IRC Client: www.textualapp.com)
[4:20] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Client Quit)
[4:20] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:24] * cstk421 (~cstk421@107.16.123.214) has joined #raspbian
[4:26] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[4:26] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:30] * strayArch (~strayArch@li87-103.members.linode.com) has joined #raspbian
[4:30] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[4:31] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 244 seconds)
[4:32] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:32] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[4:33] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[4:36] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:37] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[4:46] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has left #raspbian
[4:46] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[4:47] * bikram (~bikram@202.63.242.180) Quit (Remote host closed the connection)
[4:47] * djukon (transitor@gateway/shell/insomnia247/x-vhftaecavhnabyoq) has joined #raspbian
[4:47] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[4:48] * linkedinyou (~linkediny@unaffiliated/linkedinyou) Quit (Quit: linkedinyou)
[4:50] * bikram (~bikram@202.63.242.180) has joined #raspbian
[4:51] * heroux (sandroco@gateway/shell/insomnia247/x-ypehhgpvozapdoel) has joined #raspbian
[4:58] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[4:59] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:03] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) Quit (Quit: Leaving...)
[5:05] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[5:05] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:05] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) Quit (Quit: Leaving)
[5:12] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:12] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) has joined #raspbian
[5:12] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[5:13] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) Quit (Client Quit)
[5:15] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Client Quit)
[5:15] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:22] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[5:23] * DevBox (~DevBox@unaffiliated/zacdev) Quit (Quit: DevBox)
[5:26] * djukon (transitor@gateway/shell/insomnia247/x-vhftaecavhnabyoq) Quit (Ping timeout: 248 seconds)
[5:26] * heroux (sandroco@gateway/shell/insomnia247/x-ypehhgpvozapdoel) Quit (Ping timeout: 264 seconds)
[5:29] <shiftplusone> stroke: whichever you prefer. Either will work fine.
[5:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[5:33] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[5:37] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) Quit (Ping timeout: 248 seconds)
[5:39] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) has joined #raspbian
[5:40] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[5:40] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[5:43] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:44] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 264 seconds)
[5:44] * Pulp (~Pulp@63-221-50-195.dyn.estpak.ee) Quit (Read error: Connection reset by peer)
[5:45] * cstk421 (~cstk421@107.16.123.214) Quit ()
[5:47] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Client Quit)
[5:47] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:53] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[5:55] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[5:58] * NuzzlePaws (~anonymous@209.95.50.68) Quit (Ping timeout: 276 seconds)
[6:00] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Read error: Connection reset by peer)
[6:00] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:03] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:04] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[6:06] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) Quit (Ping timeout: 240 seconds)
[6:07] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Client Quit)
[6:11] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:17] <brianx> is anyone else getting "GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0' failed" and a segfault when running apt-get update on jessie?
[6:22] * cwong_on_irc (~Adium@2601:646:c300:f2c4:dc55:9840:3d75:1996) has joined #raspbian
[6:22] <cwong_on_irc> i just got the pi3 today. i pulled the microSD card out of the older pi but it wont boot.
[6:23] <cwong_on_irc> i created a new image from download and it boots fine. but i want to use my old stuff from the old sd card
[6:26] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:27] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[6:27] * stroke (0e8cdce3@gateway/web/freenode/ip.14.140.220.227) Quit (Ping timeout: 252 seconds)
[6:28] <raidensnake> mine doesn't boot at all
[6:31] <shiftplusone> cwong_on_irc: plug it into a linux pc and copy the files you need.
[6:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[6:31] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[6:32] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:32] * BlackVenom (~textual@cpc1-pres19-2-0-cust241.18-3.cable.virginm.net) has joined #raspbian
[6:32] <cwong_on_irc> shiftplusone: ok. what files do i need?
[6:32] <cwong_on_irc> just the stuff in /boot?
[6:33] <shiftplusone> cwong_on_irc: I don't know, you said you want your old stuff from the old sd card. Whatever it is you need from there, copy it.
[6:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[6:36] <cwong_on_irc> oh....
[6:36] <cwong_on_irc> i want everything (especially the partitions) from the old sd card
[6:40] * bikram (~bikram@202.63.242.180) Quit (Remote host closed the connection)
[6:41] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[6:41] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:45] * BlackVenom (~textual@cpc1-pres19-2-0-cust241.18-3.cable.virginm.net) Quit (Quit: Textual IRC Client: www.textualapp.com)
[6:45] * bikram (~bikram@202.63.242.180) has joined #raspbian
[6:45] <raidensnake> I've tried everything and my pi just doesn't want to boot.
[6:47] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:47] <shiftplusone> raidensnake: how and what did you install onto the sd card? What are the LEDs doing when you power the pi on? What OS are you using on your PC? Do you have access to a linux PC with an sd card reader?
[6:47] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[6:48] <raidensnake> 1 every image available, just a solid red light with the rainbow boot screen, 3. windows and 4 no I don't.
[6:49] <shiftplusone> using win32diskimager then? Rainbow screen that doesn't go away means there's a problem with the kernel. What pi are you running it on?
[6:49] <raidensnake> yes and using pi 3
[6:50] <raidensnake> when I try the same images on the same memory cards on my pi 2 it loads fine
[6:51] <shiftplusone> You said you've tried every image. Can you give me the filename of the raspbian image you've tried?
[6:53] <raidensnake> i tried noobs, Jessie and Jessie lite from the main website
[6:53] <raidensnake> none of them worked
[6:53] <raidensnake> I even tried all of the others on the raspberry pi website
[6:54] <raidensnake> same problem
[6:56] <raidensnake> all the pi does is give me a rainbow boot screen and just sits there.
[6:57] * rustPushmaster (~rusty@ip72-196-214-135.dc.dc.cox.net) has joined #raspbian
[6:57] <brianx> kernel.img is failing.
[6:58] <brianx> is your /boot partition vfat?
[6:58] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[6:59] <raidensnake> yes
[6:59] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[6:59] <raidensnake> I even fdormatted it as fat32
[6:59] <raidensnake> when using other images
[7:00] <brianx> so you're choosing partition 1 when writing with win32diskimager ?
[7:00] <shiftplusone> If you're using a the most recent raspbian or raspbian lite image and the same sd card boots in another pi, return the pi3.
[7:01] <raidensnake> I tried to already it got rejected as farnel said it's cause the kernel for the actual chip hasn't been released yet.
[7:02] <shiftplusone> Seems like you've got a bad customer service person. Try again and be clear that the latest image supports the pi 3.
[7:03] <raidensnake> the pi foundsation even admitted they're just using the pi 2's kernel for now
[7:03] <shiftplusone> it's the same kernel, yes, but it works on both.
[7:04] <shiftplusone> Sec, I'll PM you if that's alright.
[7:04] <raidensnake> well obvious it doesn't being as the pi 3 is an armv8 and the pi 2 is an armv7
[7:04] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:04] <shiftplusone> okay, never mind then. I'll just continue using my pi 3 without any problems then even though the kernel doesn't run on it.
[7:05] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[7:05] * JakeSays (~jake@chat.thatswhatjakesaid.com) Quit (Ping timeout: 244 seconds)
[7:05] <raidensnake> all farnell said was to try and build a generic v7 kernel using a cross compiler
[7:05] <raidensnake> sorryu v8 kernel
[7:05] * JakeSays (~jake@chat.thatswhatjakesaid.com) has joined #raspbian
[7:06] <shiftplusone> okay
[7:13] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[7:13] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:22] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) has joined #raspbian
[7:24] * jazzzu (~jazoja@D97B7B1C.cm-3-4b.dynamic.ziggo.nl) has joined #raspbian
[7:27] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[7:27] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:30] <raidensnake> interesting seems like they provided an rpi 3 firmware loader a few hours ago
[7:31] <shiftplusone> we've had everything working well before the pi 3 was released
[7:31] <shiftplusone> using the image as is, without any special kernel
[7:31] <shiftplusone> or firmware
[7:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[7:31] * owl|wrk (~owlsoup__@staff-14.50.hgo.se) Quit (Ping timeout: 250 seconds)
[7:32] <raidensnake> https://github.com/raspberrypi/firmware/tree/master/boot
[7:32] <raidensnake> that's only ben updated 15 houra ago
[7:32] <raidensnake> hours*
[7:32] <raidensnake> one thing I did notice is none of the existing images have the bcm2710-rpi-3-b.dtb file
[7:33] <shiftplusone> raspbian does
[7:33] <shiftplusone> it really sounds like you're using old images
[7:34] <raidensnake> when I used the official rpi ones that file wasn't even there
[7:34] <raidensnake> I'm going to try that boot folder to see if it will boot.
[7:35] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:35] * spinza (~spin@197.89.233.166) Quit (Ping timeout: 244 seconds)
[7:35] <raidensnake> btw did you know there now exists a 200GB micro sd card?
[7:36] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[7:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[7:38] <shiftplusone> Wouldn't be surprised. But I think that's only useful for video. Wouldn't want to store that much important data on an sd card.
[7:39] <raidensnake> well you can do more with 200GB
[7:40] <raidensnake> one thing I was able to get running was virtualmin and webmin
[7:40] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:41] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[7:41] <brianx> why would you need more than a few GB total to use little tools like virtualmin and webmin?
[7:42] <raidensnake> just for testing
[7:42] <shiftplusone> Even if you need that much space, I think a usb HDD is the way to go.
[7:43] <raidensnake> tried one slow as herll transferring files
[7:43] <raidensnake> hell*
[7:43] <brianx> or sdd. something designed with a bit of reliability in mind.
[7:43] <brianx> sd cards are not designed to be reliable.
[7:43] * yann|work (~yann@nan92-1-81-57-214-146.fbx.proxad.net) Quit (Ping timeout: 244 seconds)
[7:43] <raidensnake> still too slow
[7:43] <raidensnake> cause of the USB bus speeds
[7:44] <brianx> both buses are similar speeds, but usb is used by too much.
[7:44] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Client Quit)
[7:45] * owl|wrk (~owl|wrk__@staff-14.50.hgo.se) has joined #raspbian
[7:45] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:45] * owl|wrk (~owl|wrk__@staff-14.50.hgo.se) has left #raspbian
[7:46] <brianx> imo, the lack of usb3 or multiple controllers or a better storage interface should have been addressed before the CPU increases in the Pi3.
[7:46] * [diablo] (~miles@unaffiliated/miles/x-000000001) has joined #raspbian
[7:46] <shiftplusone> doesn't seem that bad 369098752 bytes (369 MB) copied, 132.215 s, 2.8 MB/s
[7:49] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:49] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[7:50] <raidensnake> btw what was that command in config.txt to run the kernel in 64-bit mode?
[7:51] * spinza (~spin@197.89.233.166) has joined #raspbian
[7:51] <shiftplusone> don't remember off the top of my head, but there are no 64bit linux kernels for the pi yet anyway.
[7:51] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[7:54] <raidensnake> arm_control=0x200
[7:54] * mildouze (~Icedove@AAmiens-156-1-27-146.w90-18.abo.wanadoo.fr) has joined #raspbian
[7:55] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[7:56] * raulet_ (~raulet@f053023215.adsl.alicedsl.de) Quit (Quit: No Ping reply in 180 seconds.)
[7:56] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[7:58] <shiftplusone> just realised the speed I measured before was mostly the speed of /dev/urandom, not the disk itself.
[8:00] <shiftplusone> 792723456 bytes (793 MB) copied, 29.008 s, 27.3 MB/s
[8:00] <shiftplusone> compared to sd card.... 155189248 bytes (155 MB) copied, 28.1442 s, 5.5 MB/s
[8:01] <shiftplusone> So yeah, if you want speed, capacity and reliability.... usb HDD.
[8:01] * stroke (70c407ab@gateway/web/freenode/ip.112.196.7.171) has joined #raspbian
[8:02] <stroke> @Lifeofguenter, can you suggest any platform?
[8:03] <lifeofguenter> hm?
[8:04] * jazzzu (~jazoja@D97B7B1C.cm-3-4b.dynamic.ziggo.nl) Quit (Ping timeout: 240 seconds)
[8:05] * mildouze (~Icedove@AAmiens-156-1-27-146.w90-18.abo.wanadoo.fr) Quit (Quit: mildouze)
[8:05] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[8:07] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[8:07] * shantorn (~shantorn@174-25-0-253.ptld.qwest.net) Quit (Quit: Leaving)
[8:12] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) has joined #raspbian
[8:13] * raulet (~raulet@f053023215.adsl.alicedsl.de) Quit (Ping timeout: 244 seconds)
[8:14] * cwong_on_irc (~Adium@2601:646:c300:f2c4:dc55:9840:3d75:1996) Quit (Quit: Leaving.)
[8:17] * PowerKiller (~PowerKill@unaffiliated/powerkiller) has joined #raspbian
[8:18] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) Quit (Ping timeout: 260 seconds)
[8:20] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) has joined #raspbian
[8:22] * PowerKiller (~PowerKill@unaffiliated/powerkiller) Quit (Ping timeout: 260 seconds)
[8:23] * DiscoverY (~DiscoverY@58-104-190-109.dsl.ovh.fr) has joined #raspbian
[8:24] * ummontauceti32 (~ummon@149.255.33.155) Quit (Ping timeout: 246 seconds)
[8:28] * PowerKiller (~PowerKill@unaffiliated/powerkiller) has joined #raspbian
[8:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[8:32] * pnwise (~gruio@90.154.243.37) has joined #raspbian
[8:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 248 seconds)
[8:42] * ummontauceti32 (~ummon@149.255.33.155) has joined #raspbian
[8:45] * outofsorts (~outofsort@104.254.90.203) has joined #raspbian
[8:56] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) Quit (Ping timeout: 260 seconds)
[8:57] <DiscoverY> hi
[8:59] * cwong_on_irc (~Adium@2601:646:c300:f2c4:dc55:9840:3d75:1996) has joined #raspbian
[9:00] * Aussie_matt (~quassel@101.185.107.248) has joined #raspbian
[9:01] <cwong_on_irc> since i just got the new pi3. where can i get the official raspbian image/installer? https://www.raspbian.org/RaspbianInstaller? it seems outdated.
[9:02] * ries (~ries@D979CC89.cm-3-2d.dynamic.ziggo.nl) has joined #raspbian
[9:04] * raidensnake (5c13f82d@gateway/web/cgi-irc/kiwiirc.com/ip.92.19.248.45) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[9:07] * appa-nerd (~user@104.167.99.134) Quit (Ping timeout: 276 seconds)
[9:09] <cwong_on_irc> basically i want to do the raspbian install by going thru all the interactive steps like a debian install.
[9:10] <shiftplusone> Not a thing right now
[9:14] * outofsorts (~outofsort@104.254.90.203) Quit (Quit: I read the O'Reilly sendmail 'bat' book, now I know Kung Fu)
[9:14] * balrog-k1n (~balrog@89-67-121-18.dynamic.chello.pl) Quit (Ping timeout: 248 seconds)
[9:15] <cwong_on_irc> doh..
[9:16] <cwong_on_irc> so basically i just use the one from https://www.raspberrypi.org/downloads/raspbian/ is the best choice?
[9:16] * balrog-k1n (~balrog@89-67-121-18.dynamic.chello.pl) has joined #raspbian
[9:16] <shiftplusone> there's raspbian-ua-netinst, dietpi and many other alternatives
[9:17] <cwong_on_irc> i will stick with official.
[9:17] <cwong_on_irc> i am trying to do a dist-upgrade on the current version. if it upgrades the kernel and other stuff i will move the sdcard to the pi3 :P
[9:18] * jazzzu (~jazoja@ip4da3bd8d.direct-adsl.nl) has joined #raspbian
[9:23] * Tachyawn is now known as Tachyon`
[9:23] <DiscoverY> simmple question : A rasp 3 was a good idea for make a "NAS" ?
[9:23] <cwong_on_irc> yes
[9:25] <cwong_on_irc> another thing with the raspbian image from raspberrypi.org is that when i dd the .img it will create the /boot and linux partition… i want to setup the partition on my sdcard myself. like /boot, /, and some extra space for /home
[9:25] <DiscoverY> The rate of transfer are going to be good ?
[9:26] <shiftplusone> DiscoverY: depends on how many simultaneous users you have
[9:26] <DiscoverY> 2 max
[9:26] <shiftplusone> the transfer rate would be line speed, 100mbit over ethernet
[9:26] <DiscoverY> ok
[9:26] <shiftplusone> a bit faster if you hook up a gbit ethernet adapter over usb.
[9:26] <DiscoverY> the sd was to "short" i think i need a external disque
[9:27] <DiscoverY> disk*
[9:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[9:33] * NMI (~Nicolas@188.165.109.18) has joined #raspbian
[9:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 268 seconds)
[9:38] * NMI (~Nicolas@188.165.109.18) Quit (Quit: Textual IRC Client: www.textualapp.com)
[9:38] * Aussie_matt (~quassel@101.185.107.248) Quit (Read error: Connection reset by peer)
[9:39] * NMI (~Nicolas@188.165.109.18) has joined #raspbian
[9:40] * NMI (~Nicolas@188.165.109.18) has left #raspbian
[9:45] * nicolas_m (~Nicolas@188.165.109.18) has joined #raspbian
[9:49] * linkedinyou (~linkediny@unaffiliated/linkedinyou) has joined #raspbian
[9:51] * DropBear (~DropBear@rrcs-74-62-215-122.west.biz.rr.com) has joined #raspbian
[9:55] <lordievader> Good morning.
[9:56] <shiftplusone> 'morning
[9:57] <lordievader> Hey shiftplusone, how are you?
[9:58] <shiftplusone> Pretty good, can't complain.
[9:58] <shiftplusone> yourself?
[10:00] <lordievader> Got coffee, can't complain ;)
[10:17] * noway_ (~noway@2a02:8108:1900:246c:41:5ff:fe81:3131) has joined #raspbian
[10:17] * turtlehat (~filtered@2580DE54.rev.sefiber.dk) has joined #raspbian
[10:19] * pnwise (~gruio@90.154.243.37) Quit (Quit: Leaving)
[10:26] * Jackson (~Jackson@24.154.4.213) has joined #raspbian
[10:28] * Jackson (~Jackson@24.154.4.213) Quit (Client Quit)
[10:30] * jova2 (~jova2@138.0.214.106) has joined #raspbian
[10:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[10:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[10:38] * jova2 (~jova2@138.0.214.106) Quit (Ping timeout: 244 seconds)
[10:41] * Haruno (~lucas@197.226.182.90) has joined #raspbian
[10:41] * Yukino__ (~lucas@197.226.182.90) has joined #raspbian
[10:42] * Yukino__ (~lucas@197.226.182.90) Quit (Client Quit)
[10:42] * Haruno (~lucas@197.226.182.90) Quit (Client Quit)
[10:46] * loadbang (~simon@5.80.15.101) has joined #raspbian
[10:47] * Haruno (~lucas@197.226.182.90) has joined #raspbian
[10:49] * PowerKiller (~PowerKill@unaffiliated/powerkiller) Quit (Ping timeout: 260 seconds)
[10:51] * Aussie_matt (~quassel@101.185.107.248) has joined #raspbian
[10:52] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) Quit (Ping timeout: 248 seconds)
[10:54] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) has joined #raspbian
[11:00] * yann|work (~yann@LFbn-1-1026-146.w86-247.abo.wanadoo.fr) has joined #raspbian
[11:07] * lau- (~mmeh@62.12.173.51) has joined #raspbian
[11:12] * loadbang (~simon@5.80.15.101) Quit (Quit: loadbang)
[11:13] * swatti (~memory@business-89-132-60-56.business.broadband.hu) has joined #raspbian
[11:16] <devster31> why is /var/run/motd nonexistent in raspbian?
[11:17] <devster31> and the motd service is disabled
[11:22] <shiftplusone> Nothing special is done there, it should be whatever default debian behaviour is. The file is not explicitly deleted and the service is not disabled when the image is created. I don't know how it's meant to work, so I can't really investigate this.
[11:23] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) Quit (Ping timeout: 244 seconds)
[11:24] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) has joined #raspbian
[11:27] * outofsorts (~outofsort@104.254.90.203) has joined #raspbian
[11:27] * turtlehat (~filtered@2580DE54.rev.sefiber.dk) Quit (Quit: Leaving)
[11:28] <devster31> alright, so I should be able to create an update-motd.d folder and pam does the rest?
[11:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[11:32] * mase-tech (~mase-tech@2a02:908:1862:9260:e0d5:5d65:7b3b:857c) has joined #raspbian
[11:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 240 seconds)
[11:41] * bikram (~bikram@202.63.242.180) Quit (Remote host closed the connection)
[11:43] * PowerKiller (~PowerKill@unaffiliated/powerkiller) has joined #raspbian
[11:50] * outofsorts (~outofsort@104.254.90.203) Quit (Quit: I read the O'Reilly sendmail 'bat' book, now I know Kung Fu)
[11:51] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[11:54] * lau- (~mmeh@62.12.173.51) Quit (Read error: Connection reset by peer)
[11:54] * Gerritjan (~thorpeth@ip4da12a64.direct-adsl.nl) has joined #raspbian
[11:56] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[12:01] * shootbird (~quassel@beepbeep.serverpit.com) Quit (Ping timeout: 264 seconds)
[12:04] * shootbird (~quassel@beepbeep.serverpit.com) has joined #raspbian
[12:06] * stroke (70c407ab@gateway/web/freenode/ip.112.196.7.171) Quit (Ping timeout: 252 seconds)
[12:12] * stroke (70c407ab@gateway/web/freenode/ip.112.196.7.171) has joined #raspbian
[12:13] <stroke> how to design rfid application for attendance system like this: http://www.repeatvids.com/video/?id=K7Cq7cr5x8w I wish anybody can help.
[12:15] * loadbang (~simon@5.80.15.101) has joined #raspbian
[12:16] * CurryWurst_ (~CurryWurs@2001:1b48:203::1:1000) has joined #raspbian
[12:16] * CurryWurst (~CurryWurs@server.samoylyk.net) Quit (Ping timeout: 244 seconds)
[12:21] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[12:23] * stroke_ (70c407ab@gateway/web/freenode/ip.112.196.7.171) has joined #raspbian
[12:23] <stroke_> kindly reply again, connection error
[12:24] * stroke (70c407ab@gateway/web/freenode/ip.112.196.7.171) Quit (Ping timeout: 252 seconds)
[12:24] <shiftplusone> There was no reply, unfortunately
[12:26] <niston> need RFID reader peripherial, database (may be flat file) to store authorized RFID tag numbers and some script polling the reader for new RFID tag numbers. If same RFID tag number is read from RFID reader, look up tag number in database. If found -> accepted, if not -> access denied.
[12:27] <niston> ah, I meant to write "if same number is read twice"
[12:27] <niston> cause often, RFID readers will "read" spurious random tag numbers
[12:27] <niston> even if no tag present
[12:28] <niston> reader will more often than not use serial connection either by UART or by Serial over USB
[12:29] * tjader (tjader@roku.tjader.xyz) has joined #raspbian
[12:29] <niston> as soon as a tag is recognized, it'll simply spit out the tag number via this serial connection.
[12:30] <tjader> mirrordirector.raspbian.org resolves to an IPv6 address, but that address doesn't respond
[12:30] <Dagger> Connecting to mirrordirector.raspbian.org (mirrordirector.raspbian.org)|2001:41c9:1:3ce::11|:80... connected.
[12:30] <Dagger> seems to work for me
[12:30] <tjader> werid
[12:31] <tjader> I can connect to other IPv6 addresses, but not that one oO
[12:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[12:31] <niston> tjader: could be internetwork routing issue
[12:32] <niston> chances are it'll go away within the next 30 mintues
[12:32] <tjader> It has been like that for weeks
[12:32] <niston> ok
[12:32] <niston> is the traceroute6 ?
[12:32] <niston> there
[12:32] <niston> might want to find out where packets disappear
[12:33] <tjader> Lemme just install pastebinit
[12:33] <tjader> (And wait for apt-get to timeout on ipv6 :p)
[12:33] <tjader> Anyway, speaking of the topic, have you tried contacting http://www.c3sl.ufpr.br/mirrors to get a mirror in South America?
[12:35] * PowerKiller (~PowerKill@unaffiliated/powerkiller) Quit (Ping timeout: 240 seconds)
[12:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 246 seconds)
[12:38] <tjader> $ traceroute6 mirrordirector.raspbian.org | pastebinit: http://paste.debian.net/415913/
[12:39] <niston> the last reported node seems not to know what to do with the packets
[12:39] <tjader> Can you run a traceroute6 to the mirrordirector and see if your packets go through that router?
[12:39] <niston> no IPv6 here sadly
[12:40] <niston> although I suspect that Dagger could do the trace
[12:40] <tjader> np
[12:40] <tjader> I think I'll just force my pi to use IPv4 for that mirror
[12:41] <Dagger> it goes v316.core1.lon1.he.net -> te0-0-1-3.cr1.lon.bytemark.co.uk -> po1.cr2.yrk.bytemark.co.uk -> ... for me
[12:42] * PowerKiller (~PowerKill@unaffiliated/powerkiller) has joined #raspbian
[12:42] * CurryWurst_ (~CurryWurs@2001:1b48:203::1:1000) Quit (Read error: Connection reset by peer)
[12:42] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) has joined #raspbian
[12:42] <niston> tjader: so write a mail to bytemark.co.uk
[12:43] <tjader> I can try that
[12:43] <niston> post them the trace and ask them to check on their cr4 router in manchester
[12:43] <tjader> But first I'll solve my problem and force ipv4 :p
[12:43] <niston> looks like either BGP/IGRP session trouble or broken interface/sfp/whatever
[12:45] * Aussie_matt (~quassel@101.185.107.248) Quit (Remote host closed the connection)
[12:47] * meinside (uid24933@gateway/web/irccloud.com/x-pvjlfxbvygxtyeau) has joined #raspbian
[12:51] * vic_ (~vic@72-239-8-237.res.bhn.net) Quit (Ping timeout: 260 seconds)
[12:52] * wrinklytech (~vaughan@host109-151-32-157.range109-151.btcentralplus.com) has joined #raspbian
[12:52] * wrinklytech (~vaughan@host109-151-32-157.range109-151.btcentralplus.com) Quit (Client Quit)
[12:53] * Zbyshek (~neo@silentic.zbyshek.net) Quit (Ping timeout: 276 seconds)
[12:53] * judd (~judd@unaffiliated/themill/bot/judd) Quit (Ping timeout: 276 seconds)
[12:53] * XSoul (~XRule@130.204.109.55) Quit (Ping timeout: 240 seconds)
[12:55] * judd (~judd@unaffiliated/themill/bot/judd) has joined #raspbian
[12:55] * XSoul (~XRule@130.204.109.55) has joined #raspbian
[12:55] * cyborg-one (~cyborg-on@62.16.4.172) has joined #raspbian
[12:56] * Zbyshek (~neo@silentic.zbyshek.net) has joined #raspbian
[12:56] * vic_ (~vic@72-239-8-237.res.bhn.net) has joined #raspbian
[13:00] * jazzzu (~jazoja@ip4da3bd8d.direct-adsl.nl) Quit (Remote host closed the connection)
[13:06] * jazzzu (~jazoja@ip4da3bd8d.direct-adsl.nl) has joined #raspbian
[13:07] * stroke_ (70c407ab@gateway/web/freenode/ip.112.196.7.171) Quit (Ping timeout: 252 seconds)
[13:10] * jazzzu (~jazoja@ip4da3bd8d.direct-adsl.nl) Quit (Ping timeout: 248 seconds)
[13:16] * xplora1a (~stuart@host86-180-62-215.range86-180.btcentralplus.com) has joined #raspbian
[13:16] * vcolombo (~vcolombo@cip-248.trustwave.com) has joined #raspbian
[13:17] * Gerritjan (~thorpeth@ip4da12a64.direct-adsl.nl) Quit (Ping timeout: 264 seconds)
[13:17] * Haruno (~lucas@197.226.182.90) Quit (Ping timeout: 240 seconds)
[13:19] * rustPushmaster (~rusty@ip72-196-214-135.dc.dc.cox.net) Quit (Ping timeout: 248 seconds)
[13:24] * jazzzu (~jazoja@ip4da3bd8d.direct-adsl.nl) has joined #raspbian
[13:25] * EmrisM (~Miranda@195.234.58.25) has joined #raspbian
[13:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[13:33] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) has joined #raspbian
[13:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[13:36] * Haruno (~lucas@197.226.182.90) has joined #raspbian
[13:38] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) Quit (Ping timeout: 276 seconds)
[13:38] * lemonzest (~lemonzest@unaffiliated/lemonzest) has joined #raspbian
[13:41] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) has joined #raspbian
[13:50] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) Quit (Read error: Connection reset by peer)
[13:51] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[13:55] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) has joined #raspbian
[13:57] * reverse_light (~reverse_l@ntszok077015.szok.nt.adsl.ppp.infoweb.ne.jp) has joined #raspbian
[13:57] * reverse_light (~reverse_l@ntszok077015.szok.nt.adsl.ppp.infoweb.ne.jp) Quit (Client Quit)
[13:57] * Haruno (~lucas@197.226.182.90) Quit (Read error: Connection reset by peer)
[14:01] * shantorn (~shantorn@67-5-251-8.ptld.qwest.net) has joined #raspbian
[14:04] * swatti- (~memory@business-89-132-60-56.business.broadband.hu) has joined #raspbian
[14:06] * swatti (~memory@business-89-132-60-56.business.broadband.hu) Quit (Read error: Connection reset by peer)
[14:06] * xtort- (~xtort-@fuck.dumbfucks.org) Quit (Ping timeout: 244 seconds)
[14:07] * TheLostAdmin (~TheLostAd@45.72.133.64) has joined #raspbian
[14:07] * sjefen6 (~sjefen6@ti0098a400-0480.bb.online.no) Quit (Remote host closed the connection)
[14:08] * xtort- (~xtort-@fuck.dumbfucks.org) has joined #raspbian
[14:08] * sjefen6 (~sjefen6@ti0098a400-0480.bb.online.no) has joined #raspbian
[14:15] * cwong_on_irc (~Adium@2601:646:c300:f2c4:dc55:9840:3d75:1996) Quit (Quit: Leaving.)
[14:17] * heroux (sandroco@gateway/shell/insomnia247/x-onctgyfuhxcubdls) has joined #raspbian
[14:30] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) Quit (Ping timeout: 250 seconds)
[14:40] * taza (~taza@unaffiliated/taza) has joined #raspbian
[14:43] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) has joined #raspbian
[14:43] * EmrisM (~Miranda@195.234.58.25) Quit (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
[14:52] * rustPushmaster (~rusty@BYOD-NATout-129-174-182-122.byod.gmu.edu) has joined #raspbian
[14:53] * pnwise (~gruio@90.154.243.37) has joined #raspbian
[14:54] * methuzla (~methuzla@dsl254-017-117.sea1.dsl.speakeasy.net) has joined #raspbian
[14:56] * BetaSoul (~textual@32.208.29.124) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[15:07] * NicoHood (~linuxuser@ipb21a592e.dynamic.kabel-deutschland.de) has joined #raspbian
[15:16] * vcolombo (~vcolombo@cip-248.trustwave.com) Quit ()
[15:17] * jonassk (b97e6d4b@gateway/web/cgi-irc/kiwiirc.com/ip.185.126.109.75) has joined #raspbian
[15:19] * bobol (~user@41.107.66.96) has joined #raspbian
[15:20] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[15:20] * Zhyr (~Aimann@CPEbc4dfb6cb233-CMbc4dfb6cb230.cpe.net.cable.rogers.com) Quit (Ping timeout: 240 seconds)
[15:20] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Max SendQ exceeded)
[15:21] * michel_c12 (~michel@mac-b041-10-3057.loco.ucl.ac.be) has joined #raspbian
[15:22] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[15:22] * Haruno (~lucas@197.226.182.90) has joined #raspbian
[15:24] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[15:24] * bobol (~user@41.107.66.96) Quit (Ping timeout: 276 seconds)
[15:28] * m00n_urn (~m00n_urn@117.193.16.20) has joined #raspbian
[15:34] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[15:35] * azeam (~azeam@unaffiliated/azeam) Quit (Ping timeout: 276 seconds)
[15:35] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) Quit (Quit: Leaving...)
[15:36] * vcolombo (~vcolombo@cip-248.trustwave.com) has joined #raspbian
[15:38] * Yukino__ (~lucas@197.226.181.233) has joined #raspbian
[15:38] * Haruno (~lucas@197.226.182.90) Quit (Read error: Connection reset by peer)
[15:39] * oscarrivas (bec7883b@gateway/web/freenode/ip.190.199.136.59) has joined #raspbian
[15:40] * azeam_afk (~azeam@unaffiliated/azeam) has joined #raspbian
[15:40] * azeam_afk is now known as azeam
[15:44] * Yukino__ (~lucas@197.226.181.233) Quit (Quit: Leaving)
[15:45] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[15:45] * Tachyon` is now known as Tach[busy]
[15:47] <oscarrivas> buenas. alguien que hable español ???
[15:50] * shantorn (~shantorn@67-5-251-8.ptld.qwest.net) Quit (Quit: Leaving)
[15:51] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[15:55] * rustPushmaster (~rusty@BYOD-NATout-129-174-182-122.byod.gmu.edu) Quit (Quit: Leaving)
[15:55] * NicoHood (~linuxuser@ipb21a592e.dynamic.kabel-deutschland.de) Quit (Ping timeout: 276 seconds)
[15:56] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[16:03] * Syloq (~Syloq@unaffiliated/syloq) Quit (Quit: .)
[16:03] * Syloq (~Syloq@unaffiliated/syloq) has joined #raspbian
[16:06] * fus (~quassel@dev.rozestwinski.com) has joined #raspbian
[16:08] * shantorn (~shantorn@67-5-251-8.ptld.qwest.net) has joined #raspbian
[16:12] * fus (~quassel@dev.rozestwinski.com) Quit (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
[16:12] * NicoHood (~linuxuser@ipb21a592e.dynamic.kabel-deutschland.de) has joined #raspbian
[16:14] * EmrisM (~Miranda@chello062178245147.2.12.vie.surfer.at) has joined #raspbian
[16:16] * m00n_urn (~m00n_urn@117.193.16.20) Quit (Quit: m00n_urn)
[16:16] * nicolas_m (~Nicolas@188.165.109.18) Quit (Quit: Textual IRC Client: www.textualapp.com)
[16:16] * BetaSoul (~textual@32.208.29.124) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[16:18] * zeridon (~zeridon@95.111.106.198) Quit (Ping timeout: 250 seconds)
[16:20] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 244 seconds)
[16:21] * fus (~quassel@dev.rozestwinski.com) has joined #raspbian
[16:21] * fus (~quassel@dev.rozestwinski.com) Quit (Client Quit)
[16:22] * fus (~quassel@dev.rozestwinski.com) has joined #raspbian
[16:22] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Ping timeout: 260 seconds)
[16:23] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[16:28] * djukon (transitor@gateway/shell/insomnia247/x-nxlmfxduwesdmycs) has joined #raspbian
[16:29] * fus (~quassel@dev.rozestwinski.com) Quit (Remote host closed the connection)
[16:29] * fus (~quassel@dev.rozestwinski.com) has joined #raspbian
[16:30] * jazzzu (~jazoja@ip4da3bd8d.direct-adsl.nl) Quit (Ping timeout: 244 seconds)
[16:40] <gordonDrogon> oscarrivas, probably best stick to english here ..
[16:40] * mike_t (~mike@109.169.161.226) has joined #raspbian
[16:45] <oscarrivas> gordonDrogon thanks
[16:46] <oscarrivas> who knows some good raspbian channel in Spanish?
[16:46] * Simbaclaws (~hylke@a82-95-228-60.adsl.xs4all.nl) has joined #raspbian
[16:46] <Simbaclaws> hey all, I've got some problems with starting a script on boot runlevels with init.d on my pi
[16:46] * xplora1a (~stuart@host86-180-62-215.range86-180.btcentralplus.com) Quit (Quit: Bye Bye)
[16:46] <Simbaclaws> I've setup a script in /etc/init.d called myserver
[16:46] <Simbaclaws> when I do /etc/init.d/myserver start
[16:46] <Simbaclaws> it works
[16:47] <Simbaclaws> so I've added it to sudo update-rc.d myserver defaults
[16:47] * shantorn (~shantorn@67-5-251-8.ptld.qwest.net) Quit (Quit: Leaving)
[16:47] <Simbaclaws> and when I do ls /etc/rc*.d it is displayed in the rc.d files in the correct runlevels
[16:47] <Simbaclaws> but whenever I reboot the system the script simply doesn't start :/
[16:48] <Simbaclaws> I check with ps aux to see if it is running but it isn't and when I do /etc/init.d/myserver stop it displays that there is no process to kill
[16:49] <methuzla> Simbaclaws systemd
[16:49] <Simbaclaws> hold on I think I have forgot to set the provides correctly in the init info of the file
[16:49] <Simbaclaws> let me check
[16:51] <Simbaclaws> nope, didn't change a thing
[16:55] <thurstylark> Simbaclaws: Which version of raspbian are you using?
[16:55] <Simbaclaws> the latest I think, how do I check?
[16:55] <Simbaclaws> honestly I think I'm doing something wrong in my script :/
[16:55] <thurstylark> Simbaclaws: uname -a
[16:55] <Simbaclaws> Linux raspberrypi 4.1.19+ #853 Wed Mar 9 18:04:48 GMT 2016 armv6l GNU/Linux
[16:57] * yann|work (~yann@LFbn-1-1026-146.w86-247.abo.wanadoo.fr) Quit (Ping timeout: 276 seconds)
[16:59] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) Quit (Ping timeout: 252 seconds)
[16:59] <thurstylark> Simbaclaws: if you're running systemd, I would suggest making a systemd unit file that just runs the script, and define WantedBy=whatever.target in the [Install] section.
[17:00] <Simbaclaws> eeerm, how do I make a systemd unit file xD?
[17:00] <thurstylark> Simbaclaws: mainly because if you are running systemd, all the init scripts are being automatically converted to systemd units
[17:00] <thurstylark> Simbaclaws: man systemd.unit and man systemd.service
[17:00] <Simbaclaws> ok
[17:01] <Simbaclaws> does systemd execute from the working directory of where the file is stored? because this is nessecary
[17:01] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) has joined #raspbian
[17:01] <Simbaclaws> http://pastebin.com/V1rwj60Y
[17:01] * krackle (~krackle@2604:2000:f201:ef00:f4d0:fc1d:2b06:2a27) has joined #raspbian
[17:01] <Simbaclaws> that is my /etc/init.d/tibiad script
[17:02] <Simbaclaws> but I'll do what you suggest and see if that works
[17:05] * likevinyl (~freebeer@unaffiliated/likevinyl) Quit (Read error: Connection reset by peer)
[17:06] * h4ndy is now known as H4ndy
[17:07] <thurstylark> Simbaclaws: WorkingDirectory= in the [Service] section. details in man systemd.exec
[17:08] <Simbaclaws> I'm reading a lot right now I'll check it out as soon as I get to it
[17:08] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) Quit (Ping timeout: 260 seconds)
[17:09] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[17:09] * CurryWurst_ (~CurryWurs@2001:1b48:203::1:1000) has joined #raspbian
[17:09] * CurryWurst (~CurryWurs@2001:1b48:203::1:1000) Quit (Read error: Connection reset by peer)
[17:10] * hN3 (~hn3@QYS23XSAZ0BB.i-lan.nl) has joined #raspbian
[17:12] <thurstylark> Simbaclaws: Also, the default targets are detailed in man systemd.special. This is probably where you will find a target that is close to the runlevel you were trying to use (for your WantedBy= option). Optionally, you can also use another service in WantedBy= instead of a target if that suits your needs better.
[17:12] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[17:13] <Simbaclaws> I'm still having a hard time grasping the entire concept :/ I'm looking on google for example files
[17:14] <Simbaclaws> I suppose WantedBy should be multi-user.target for runlevel 3?
[17:15] * zeridon (~zeridon@95.111.106.198) has joined #raspbian
[17:16] <Simbaclaws> oh it would be quite useful to have an auto-restart on crashes :P
[17:17] <thurstylark> Simbaclaws: Yes, multi-user.target is pretty much runlevel 3.
[17:18] <thurstylark> Simbaclaws: Check the Restart= option in systemd.service
[17:18] <Simbaclaws> should I also set a PIDFile?
[17:19] <Simbaclaws> and After in unit should be after networking has started since it's a server that relies on some networking, including mysql
[17:22] <thurstylark> Simbaclaws: Which Type= are you using? You can specify After=network-online.target or (what I would do) specify WantedBy=network-online.target in your [Install] section
[17:22] <Simbaclaws> can I specify several WantedBy lines?
[17:22] <Simbaclaws> I'm using Type=simple
[17:22] <Simbaclaws> I think that's the right one but I don't know :/
[17:23] <Simbaclaws> I'm having a hard time understanding things
[17:23] * Telvana (~digits@2605:a000:ffc0:b7:59e1:5f66:634a:b5ac) has joined #raspbian
[17:24] * Multbrelch (~Multbrelc@160.19.69.86.rev.sfr.net) has joined #raspbian
[17:25] * oscarrivas (bec7883b@gateway/web/freenode/ip.190.199.136.59) Quit (Ping timeout: 252 seconds)
[17:25] * nepochal (~beezlebug@unaffiliated/nepochal) Quit (Remote host closed the connection)
[17:25] <thurstylark> Yeah, systemd.unit says you can specify WantedBy= multiple times by using multiple lines or using a space-separated list on the same line.
[17:25] <thurstylark> What is this service doing, exactly?
[17:26] <Simbaclaws> it's running a game server that I've compiled for raspberry
[17:26] <Simbaclaws> specifically tibia, it's for a friend who plays that
[17:26] * nepochal (~beezlebug@unaffiliated/nepochal) has joined #raspbian
[17:28] <Simbaclaws> so far I have this: /etc/systemd/system/tibia.service:
[17:28] <Simbaclaws> http://pastebin.com/aPEhH7nw
[17:28] <Simbaclaws> does that seem right?
[17:29] <thurstylark> Did you say that you needed it to run in a specific directory?
[17:29] <Simbaclaws> yeah
[17:29] <Simbaclaws> it needs to run from /home/pi/forgottenserver
[17:29] <Simbaclaws> because it looks for configuration files for the server there
[17:30] <Simbaclaws> oh right WorkingDirectory=/home/pi/forgottenserver in [Service] section right?
[17:30] <thurstylark> yup
[17:31] <thurstylark> is /home/pi/forgottenserver/tfs a binary?
[17:31] <Simbaclaws> I think it is yes, at least... it's compiled from source so yeah.
[17:31] <Simbaclaws> I can start it with ./tfs so I suppose it's a binary :)
[17:33] <thurstylark> cool. that oughta be fine.
[17:33] <thurstylark> stick it in /etc/systemd/system/ and then do `sudo systemctl daemon-reload` so that systemd is aware of its presence.
[17:34] <Simbaclaws> ok thanks, I'll do that. Should I also remove the /etc/init.d/tibiad script?
[17:34] <Simbaclaws> and remove it from updte-rc.d?
[17:35] <thurstylark> Yeah, that might confuse things
[17:35] <Simbaclaws> ok done it
[17:35] <Simbaclaws> sec doing systemctl right now
[17:35] <Simbaclaws> ok, now how do I check whether it works? should I just restart it?
[17:36] <Simbaclaws> reboot the pi?
[17:37] <thurstylark> so now you can do `systemctl start unitname` to start it up, `systemctl status unitname` to see its status, and `systemctl enable unitname` to make it start at boot.
[17:37] <Simbaclaws> ah thanks :)
[17:37] <Simbaclaws> I'll check
[17:37] <thurstylark> oh, also run those with sudo if you're not the root user :P
[17:37] <Simbaclaws> yeah I noticed xD
[17:38] <Simbaclaws> hmm the process is now /home/pi/forgottenserver/tfs
[17:38] <Simbaclaws> can I change the Exec to just tfs?
[17:38] <Simbaclaws> is easier to kill...
[17:38] <thurstylark> Where do you see that?
[17:39] <Simbaclaws> ps aux
[17:39] <thurstylark> You can stop the service with systemctl stop unitname
[17:40] <Simbaclaws> I know, I just wanted to test whether it restarts when I kill it unexpectedly :)
[17:40] <Simbaclaws> and it does :D
[17:40] <thurstylark> Ahh.
[17:40] <thurstylark> cool!
[17:40] <Simbaclaws> now my gameserver is always running :D so awesome
[17:41] <Simbaclaws> thanks a lot this means a lot to me
[17:41] <thurstylark> don't forget to enable it so it will start at boot :P
[17:41] <thurstylark> done that one before
[17:41] <Simbaclaws> yeah I already did it, let's see if it works, I'm gonna reboot my pi
[17:42] <thurstylark> no problem :) the archlinux wiki has a really good basic rundown on systemd if you're interested
[17:43] <Simbaclaws> hmmm, the service gets started as root, this may not be a good idea... if a hack becomes available for the game or someone shady uses some exploit they might have access to system files. Can I change the service to run as the user pi?
[17:43] <Simbaclaws> yeah I already looked at it
[17:45] <thurstylark> you cah specify User= and Group= in the [Service] section
[17:45] <thurstylark> both take name or id numbers
[17:47] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[17:47] <Simbaclaws> ah thanks :D
[17:48] <Simbaclaws> do I have to reload systemctl daemons?
[17:48] <Simbaclaws> ok works :)
[17:49] <thurstylark> if you edit it by hand, yes. The other option is to edit the unit using `systemctl edit --full unitname` which will automatically reload when you finish editing.
[17:49] <Simbaclaws> ah ok
[17:50] <Simbaclaws> well I'll just do it by hand, I feel comfortable with vim :)
[17:50] <thurstylark> I use vim when I do systemctl edit by specifying the $EDITOR variable.
[17:51] * BetaSoul (~textual@32.208.29.124) Quit (Ping timeout: 268 seconds)
[17:51] <Simbaclaws> ah ok
[17:54] * john-soda (~john-soda@chello080108121210.2.11.vie.surfer.at) has joined #raspbian
[17:55] * xplora1a (~stuart@host86-180-62-215.range86-180.btcentralplus.com) has joined #raspbian
[17:56] * mike_t (~mike@109.169.161.226) Quit (Remote host closed the connection)
[17:58] * DaQatz (~DB@2601:187:8400:5::427) Quit (Remote host closed the connection)
[18:01] * WebDawg (~webdawg@officialg0d.com) Quit (Ping timeout: 240 seconds)
[18:02] * xplora1a (~stuart@host86-180-62-215.range86-180.btcentralplus.com) Quit (Ping timeout: 244 seconds)
[18:06] * bengo (~textual@50-203-84-2-static.hfc.comcastbusiness.net) has joined #raspbian
[18:10] * Qatz (~DB@2601:187:8400:5::90) has joined #raspbian
[18:13] * SeeM2 (~lukasz@031011239049.warszawa.vectranet.pl) has joined #raspbian
[18:14] * john-soda (~john-soda@chello080108121210.2.11.vie.surfer.at) Quit (Quit: Leaving)
[18:17] * IrishGringo (~chatzilla@2601:586:c200:6eaa:a061:2193:2bb0:3195) has joined #raspbian
[18:17] * Multbrelch (~Multbrelc@160.19.69.86.rev.sfr.net) Quit (Quit: Leaving)
[18:20] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[18:22] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Client Quit)
[18:25] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[18:26] * bizarro_1 (~bizarro_1@13.Red-2-136-252.dynamicIP.rima-tde.net) has joined #raspbian
[18:31] * IrishGringo (~chatzilla@2601:586:c200:6eaa:a061:2193:2bb0:3195) Quit (Ping timeout: 250 seconds)
[18:40] * smokeo_ (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[18:40] * Simbaclaws (~hylke@a82-95-228-60.adsl.xs4all.nl) Quit (Quit: Lost terminal)
[18:40] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[18:41] * IrishGringo (~chatzilla@2601:586:c200:6eaa:a061:2193:2bb0:3195) has joined #raspbian
[18:43] * azeam (~azeam@unaffiliated/azeam) Quit (Ping timeout: 260 seconds)
[18:45] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[18:46] * azeam_afk (~azeam@unaffiliated/azeam) has joined #raspbian
[18:47] * azeam_afk is now known as azeam
[18:51] * jova2 (~jova2@177.38.20.114) has joined #raspbian
[19:00] * IrishGringo (~chatzilla@2601:586:c200:6eaa:a061:2193:2bb0:3195) Quit (Ping timeout: 248 seconds)
[19:06] * oscarrivas (bec7883b@gateway/web/freenode/ip.190.199.136.59) has joined #raspbian
[19:06] * bengo (~textual@50-203-84-2-static.hfc.comcastbusiness.net) Quit (Ping timeout: 268 seconds)
[19:08] * WebDawg (~webdawg@officialg0d.com) has joined #raspbian
[19:13] * jova2 (~jova2@177.38.20.114) Quit (Ping timeout: 268 seconds)
[19:15] * NicoHood (~linuxuser@ipb21a592e.dynamic.kabel-deutschland.de) has left #raspbian
[19:16] * linkedinyou (~linkediny@unaffiliated/linkedinyou) Quit (Quit: linkedinyou)
[19:20] * kristianpaul (~kristianp@unaffiliated/kristianpaul) has joined #raspbian
[19:21] <kristianpaul> Hi :D
[19:21] <kristianpaul> Whats the build system you use, is the same as in debian?
[19:26] * yann|work (~yann@nan92-1-81-57-214-146.fbx.proxad.net) has joined #raspbian
[19:26] * ShapeShifter499 (~ShapeShif@unaffiliated/shapeshifter499) Quit (Remote host closed the connection)
[19:29] * bengo (~textual@50-203-84-2-static.hfc.comcastbusiness.net) has joined #raspbian
[19:33] * mase-tech (~mase-tech@2a02:908:1862:9260:e0d5:5d65:7b3b:857c) Quit (Quit: Leaving)
[19:37] <oscarrivas> hi
[19:38] * likevinyl (~freebeer@unaffiliated/likevinyl) has joined #raspbian
[19:38] * bengo (~textual@50-203-84-2-static.hfc.comcastbusiness.net) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[19:38] * jonassk (b97e6d4b@gateway/web/cgi-irc/kiwiirc.com/ip.185.126.109.75) Quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client)
[19:40] * oscarrivas_ (bec7883b@gateway/web/freenode/ip.190.199.136.59) has joined #raspbian
[19:40] <oscarrivas_> Simbaclaws try this in the terminal
[19:41] * oscarrivas (bec7883b@gateway/web/freenode/ip.190.199.136.59) Quit (Ping timeout: 252 seconds)
[19:44] * ShapeShifter499 (~ShapeShif@unaffiliated/shapeshifter499) has joined #raspbian
[19:45] * nepochal (~beezlebug@unaffiliated/nepochal) Quit (Remote host closed the connection)
[19:47] * shantorn (~Shantorn@67-5-251-8.ptld.qwest.net) has joined #raspbian
[19:47] * oscarrivas_ (bec7883b@gateway/web/freenode/ip.190.199.136.59) Quit (Ping timeout: 252 seconds)
[19:51] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[19:53] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[19:54] * nepochal (~beezlebug@unaffiliated/nepochal) has joined #raspbian
[19:56] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[19:58] * IrishGringo (~chatzilla@2601:586:c200:6eaa:a061:2193:2bb0:3195) has joined #raspbian
[20:03] * likevinyl (~freebeer@unaffiliated/likevinyl) Quit (Quit: likevinyl)
[20:06] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: The Kirito is always right foundation. Grand reopening.)
[20:11] * TheLostAdmin (~TheLostAd@45.72.133.64) Quit (Quit: Leaving)
[20:14] * ChunkzZ-Mobile (uid98304@gateway/web/irccloud.com/x-xdderfbneqmpqrxi) has joined #raspbian
[20:18] * shantorn (~Shantorn@67-5-251-8.ptld.qwest.net) Quit (Quit: Leaving)
[20:21] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Quit: I have gone to sleep. ZZZzzz…)
[20:21] * loadbang (~simon@5.80.15.101) Quit (Quit: loadbang)
[20:27] * SeeM2 (~lukasz@031011239049.warszawa.vectranet.pl) Quit (Quit: leaving)
[20:28] * loadbang (~simon@5.80.15.101) has joined #raspbian
[20:38] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) has joined #raspbian
[20:38] * bengo (~textual@50-203-84-2-static.hfc.comcastbusiness.net) has joined #raspbian
[20:38] * dreamerboy (~dreamerbo@modemcable052.223-178-173.mc.videotron.ca) has joined #raspbian
[20:39] * q_bert_ (~hubert@190.212.91.61) has joined #raspbian
[20:39] <dreamerboy> hi all I've format my micro sd card to fat32 and dd rasbian_wheee_img to it. Now when I start it I only see a colorfull display splash screen with noting
[20:39] * xplora1a (~stuart@2001:8b0:1679:ea38:224:d7ff:feec:e7ec) has joined #raspbian
[20:39] <dreamerboy> wheezy* nothing*
[20:40] * pingaan (~tjohej@178.73.205.84) has joined #raspbian
[20:40] * q_bert (~hubert@186.77.166.51) Quit (Ping timeout: 244 seconds)
[20:41] * uur (d96701f7@gateway/web/freenode/ip.217.103.1.247) has joined #raspbian
[20:42] * krackle (~krackle@2604:2000:f201:ef00:f4d0:fc1d:2b06:2a27) Quit (Ping timeout: 268 seconds)
[20:42] <uur> hi guys, hi can i find the "System.map" of a running kernel of raspbian jessie lite on rpi2?
[20:43] * Tach[busy] is now known as Tachyon`
[20:49] * krackle (~krackle@2604:2000:f201:ef00:f4d0:fc1d:2b06:2a27) has joined #raspbian
[21:02] * fyrril (~fyrril@cpe-98-122-16-231.sc.res.rr.com) has joined #raspbian
[21:02] * krackle (~krackle@2604:2000:f201:ef00:f4d0:fc1d:2b06:2a27) Quit (Ping timeout: 248 seconds)
[21:03] * IrishGringo (~chatzilla@2601:586:c200:6eaa:a061:2193:2bb0:3195) Quit (Ping timeout: 250 seconds)
[21:04] * mihok (~mihok@CPE00180a0f3f8a-CM00222d76471d.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[21:10] * c-pin (~cwalk@2601:c9:8000:3b20:8176:9b78:190d:edbf) has joined #raspbian
[21:11] <c-pin> does the pi zero not output sound through mhdmi?
[21:12] <c-pin> cant seem to get any sound through my hdmi adapter
[21:16] * pingaan_ (~tjohej@178.73.197.10) has joined #raspbian
[21:20] * pingaan (~tjohej@178.73.205.84) Quit (Ping timeout: 268 seconds)
[21:25] <methuzla> c-pin try raspi-config -> advanced options -> audio -> force hdmi
[21:30] * likevinyl (~freebeer@unaffiliated/likevinyl) has joined #raspbian
[21:32] * samB__ (~samB__@2.217.240.139) Quit (Ping timeout: 244 seconds)
[21:33] * samB__ (~samB__@90.211.77.116) has joined #raspbian
[21:34] * loadbang (~simon@5.80.15.101) Quit (Quit: loadbang)
[21:35] * smokeo_ (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[21:38] * brianx (~brianx@unaffiliated/brianx) Quit (Ping timeout: 276 seconds)
[21:39] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) has joined #raspbian
[21:54] * loadbang (~simon@5.80.15.101) has joined #raspbian
[21:55] * noway_ (~noway@2a02:8108:1900:246c:41:5ff:fe81:3131) Quit (Ping timeout: 246 seconds)
[21:56] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[21:59] * bengo (~textual@50-203-84-2-static.hfc.comcastbusiness.net) Quit (Quit: Textual IRC Client: www.textualapp.com)
[21:59] * WebDawg (~webdawg@officialg0d.com) Quit (Ping timeout: 276 seconds)
[22:00] * EmrisM (~Miranda@chello062178245147.2.12.vie.surfer.at) Quit (Read error: Connection reset by peer)
[22:03] * rockstar__ (~rockstar@cpe-74-67-52-54.nycap.res.rr.com) has joined #raspbian
[22:04] * brianx (~brianx@unaffiliated/brianx) has joined #raspbian
[22:05] * nethershaw (woof@unaffiliated/nethershaw) has joined #raspbian
[22:05] * vcolombo (~vcolombo@cip-248.trustwave.com) Quit (Ping timeout: 260 seconds)
[22:09] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[22:15] <thurstylark> dreamerboy: Can you paste the exact dd command you used?
[22:16] * [diablo] (~miles@unaffiliated/miles/x-000000001) Quit (Ping timeout: 276 seconds)
[22:16] <thurstylark> I have a feeling you may have used of=/dev/sdXY instead of of=/dev/sdX
[22:16] * [diablo] (~miles@unaffiliated/miles/x-000000001) has joined #raspbian
[22:19] * dreamerboy (~dreamerbo@modemcable052.223-178-173.mc.videotron.ca) Quit (Ping timeout: 244 seconds)
[22:19] * jazzzu (~jazoja@D97B7B1C.cm-3-4b.dynamic.ziggo.nl) has joined #raspbian
[22:20] * aaronmehar (~aaronmeha@unaffiliated/aaronmehar) Quit (Quit: I'm off.. See Ya!)
[22:21] * XSoul (~XRule@130.204.109.55) Quit (Ping timeout: 248 seconds)
[22:21] * skulltip (~ronm@75-136-131-3.dhcp.gnvl.sc.charter.com) has joined #raspbian
[22:21] <skulltip> what's a recommended audio player for raspbian that is light on resources
[22:23] * XSoul (~XRule@130.204.109.55) has joined #raspbian
[22:23] <methuzla> aplay
[22:25] * rockstar__ (~rockstar@cpe-74-67-52-54.nycap.res.rr.com) Quit (Remote host closed the connection)
[22:26] <skulltip> aplay has a gui?
[22:27] * WebDawg (~webdawg@officialg0d.com) has joined #raspbian
[22:28] <methuzla> a gui is not light on resources
[22:31] * Osirus126 (~Osirus126@63.135.20.70) Quit (Read error: Connection reset by peer)
[22:31] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[22:35] * jazzzu (~jazoja@D97B7B1C.cm-3-4b.dynamic.ziggo.nl) Quit (Ping timeout: 264 seconds)
[22:37] * mrkramps (~mrkramps@p5B34661E.dip0.t-ipconnect.de) has joined #raspbian
[22:37] * ruben_m (~wouter@dd576f5e7.access.telenet.be) has joined #raspbian
[22:37] <ruben_m> Hi!
[22:37] <ruben_m> Hi! If I wanted to stream video from my raspberry pi to my tablet, phone... What are my options for that? A simple website with streaming video? I have no clue. If anyone could give me some suggestions. I can figure stuff out myself then. THANKS!
[22:37] * Osirus126 (~Osirus126@63.135.20.70) has joined #raspbian
[22:38] * weox (uid112413@gateway/web/irccloud.com/x-htbgagcqnosuiydg) has joined #raspbian
[22:39] <mrkramps> ruben_m, network shares (samba) or DNLA server
[22:39] <mrkramps> --DNLA ++DLNA
[22:42] * dougl (~doug@S0106c8fb265cba8c.wp.shawcable.net) Quit (Read error: Connection reset by peer)
[22:45] * lemonzest (~lemonzest@unaffiliated/lemonzest) Quit (Quit: Leaving)
[22:46] * dougl (~doug@S0106c8fb265cba8c.wp.shawcable.net) has joined #raspbian
[22:47] * H4ndy is now known as h4ndy
[22:54] <brianx> ruben_m: there's been some work on screencasting under linux but i doubt it's compatible to the videocore4 drivers in the pi.
[22:55] <brianx> DNLA is more a file share and not a video stream.
[22:56] * mat_ov (5b7e4843@gateway/web/freenode/ip.91.126.72.67) has joined #raspbian
[22:56] <mat_ov> Hi
[22:58] * WebDawg (~webdawg@officialg0d.com) Quit (Remote host closed the connection)
[23:00] <skulltip> clementine fits the bill i guess
[23:01] <skulltip> digging my rasp pi 3
[23:04] <forgotmypw> nice
[23:05] <forgotmypw> i want
[23:05] <forgotmypw> not a fan of clementine
[23:07] <skulltip> also installed vlc, just want simple music player i can do playlists with
[23:07] <mat_ov> I have a raspberry pi2 with raspbian, how can I execute Kodi as a regular program? I mean, so I can alt-tab into other programs
[23:07] <skulltip> dont think screensaver came with default raspbian
[23:10] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[23:11] * raulet (~raulet@f053023215.adsl.alicedsl.de) has joined #raspbian
[23:12] <skulltip> it came with 16Gb microsd card, thinking of getting this one though. http://www.amazon.com/SanDisk-microSDHC-Standard-Packaging-SDSQUNC-032G-GN6MA/dp/B010Q57T02/ref=pd_sim_147_9?ie=UTF8&dpID=41f7MricNhL&dpSrc=sims&preST=_AC_UL160_SR160%2C160_&refRID=163Z5D6ANY0K7B3K6P02
[23:15] * rustPushmaster (~rusty@BYOD-NATout-129-174-182-122.byod.gmu.edu) has joined #raspbian
[23:20] * ruben_m (~wouter@dd576f5e7.access.telenet.be) Quit (Quit: Leaving)
[23:20] * shantorn (~Shantorn@67-5-251-8.ptld.qwest.net) has joined #raspbian
[23:22] * BobCheese (~BobCheese@71.19.249.4) has joined #raspbian
[23:24] <furkan> does anybody know what kernel version is going be next in raspbian?
[23:27] * BobCheese (~BobCheese@71.19.249.4) has left #raspbian
[23:27] * dougiel (~doug@S0106c8fb265cba8c.wp.shawcable.net) has joined #raspbian
[23:29] * mat_ov (5b7e4843@gateway/web/freenode/ip.91.126.72.67) Quit (Quit: Page closed)
[23:34] * shantorn (~Shantorn@67-5-251-8.ptld.qwest.net) Quit (Ping timeout: 240 seconds)
[23:36] * xplora1a (~stuart@2001:8b0:1679:ea38:224:d7ff:feec:e7ec) Quit (Ping timeout: 250 seconds)
[23:36] * xplora1a (~stuart@178.80.187.81.in-addr.arpa) has joined #raspbian
[23:38] * uur (d96701f7@gateway/web/freenode/ip.217.103.1.247) Quit (Quit: Page closed)
[23:38] * shantorn (~Shantorn@67-5-251-8.ptld.qwest.net) has joined #raspbian
[23:38] * mrwonderful (4a81322f@gateway/web/freenode/ip.74.129.50.47) has joined #raspbian
[23:40] * BetaSoul (~textual@ool-2f1681b2.static.optonline.net) has joined #raspbian
[23:40] * mrwonderful (4a81322f@gateway/web/freenode/ip.74.129.50.47) Quit (Client Quit)
[23:41] * mrkramps (~mrkramps@p5B34661E.dip0.t-ipconnect.de) Quit (Quit: Quit)
[23:42] * bizarro_1 (~bizarro_1@13.Red-2-136-252.dynamicIP.rima-tde.net) Quit (Quit: Leaving)
[23:42] * ChunkzZ-Mobile (uid98304@gateway/web/irccloud.com/x-xdderfbneqmpqrxi) Quit (Quit: Connection closed for inactivity)
[23:44] * rasppiguy (~rasppiguy@192.111.133.10) has joined #raspbian
[23:45] * rasppiguy (~rasppiguy@192.111.133.10) Quit (Remote host closed the connection)
[23:45] * xplora1a (~stuart@178.80.187.81.in-addr.arpa) Quit (Ping timeout: 244 seconds)
[23:45] * rasppiguy (~rasppiguy@192.111.133.10) has joined #raspbian
[23:46] * rasppiguy (~rasppiguy@192.111.133.10) Quit (Remote host closed the connection)
[23:47] * rasppiguy (~rasppiguy@192.111.133.10) has joined #raspbian
[23:47] <rasppiguy> hello, is there a way i could automatically accept a Wifi hotspot in the browser? Like it would just automatically click accept for me, maybe a python script or something
[23:48] * rasppiguy (~rasppiguy@192.111.133.10) Quit (Remote host closed the connection)
[23:48] * rasppiguy (~rasppiguy@192.111.133.10) has joined #raspbian
[23:48] * rasppiguy (~rasppiguy@192.111.133.10) Quit (Remote host closed the connection)
[23:49] * dougiel (~doug@S0106c8fb265cba8c.wp.shawcable.net) Quit (Remote host closed the connection)
[23:50] * PowerKiller (~PowerKill@unaffiliated/powerkiller) Quit (Ping timeout: 240 seconds)
[23:51] * binaryhermit (~binaryher@107-219-125-74.lightspeed.cicril.sbcglobal.net) Quit (Ping timeout: 268 seconds)
[23:51] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) Quit (Read error: Connection reset by peer)
[23:53] * dougiel (~doug@S0106c8fb265cba8c.wp.shawcable.net) has joined #raspbian
[23:54] * stooj (~stooj@181.198.151.122.dynamic.dsl.dv.iprimus.net.au) Quit (Ping timeout: 244 seconds)
[23:55] * shantorn (~Shantorn@67-5-251-8.ptld.qwest.net) Quit (Quit: Leaving)
[23:56] * Lemmata (~quassel@201.11.187.81.in-addr.arpa) has joined #raspbian
[23:56] * clynamen (~clynamen@93-50-191-217.ip153.fastwebnet.it) has joined #raspbian
[23:56] * binaryhermit (~binaryher@107-219-125-74.lightspeed.cicril.sbcglobal.net) has joined #raspbian

These logs were automatically created by RaspbianLogBot on irc.freenode.net using the Java IRC LogBot.