#raspbian IRC Log

Index

IRC Log for 2015-01-04

Timestamps are in GMT/BST.

[0:00] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[0:01] <klem> chmod it back to unexecutable then use gearie or what ever.....or since its just one line delete it and do it again
[0:02] <RyRys> What about the script in cd /etc/init.d/
[0:02] <klem> you don't have to call it vnc.sh that is just a label to keep us humans from getting confused as far as the computer is concerned you could call it 123abc.sh
[0:03] <klem> what happens if you try to run vncvboot?
[0:04] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Remote host closed the connection)
[0:05] <klem> the fact that ./vnc.sh failed probably indicates that vncboot ran from init, creating the console....
[0:07] <RyRys> Running ./vnc.sh with it set to 1 instead of 0 works
[0:07] <RyRys> How do I kill a vnc server? (I just changed the resolution)
[0:07] <klem> vncserver -kill
[0:08] <RyRys> ahh, I was trying vncserver kill
[0:10] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) has joined #raspbian
[0:11] <RyRys> "what happens if you run vncvboot (just type vncboot? or vncvboot?) it says not a known bash command
[0:11] <RyRys> "command not found"
[0:11] <klem> try ./vncboot
[0:13] <RyRys> I don't have that file... so nothing
[0:13] <RyRys> http://i.imgur.com/AJw2abD.png
[0:15] <klem> are you in /etc/init.d ?
[0:15] <klem> what does it show when you ls -l
[0:17] <RyRys> my bad, I'm in init.d now, i'll try vncboot
[0:18] <RyRys> cannot start .vnc.
[0:18] <RyRys> http://i.imgur.com/iU9L3Ke.png
[0:18] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) Quit (Remote host closed the connection)
[0:19] <RyRys> I guess I need to change the script to :1 instead of 0
[0:20] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: Welp! ZNC has quit.)
[0:20] * ApolloJustice (~ApolloJus@189.235.236.149) has joined #raspbian
[0:20] * ApolloJustice (~ApolloJus@189.235.236.149) Quit (Changing host)
[0:20] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[0:21] <klem> I think the problem is that you don't have a user directory named 'root' which I *think* (I'm new to this too) is what is implied by USER=root: HOME=/root
[0:23] <RyRys> surely my "root" is rypi?
[0:25] <klem> try it. you can't break a computer with a script file......you do have all your important setting backed up on another sd card right?
[0:25] * SkyNetGlobal (~textual@CPE-58-165-61-105.vic.bigpond.net.au) has joined #raspbian
[0:25] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-udwhtnpalctmdzot) has joined #raspbian
[0:26] <RyRys> I can't even login to su to edit the script..
[0:26] <RyRys> su and then typing my pass of "ryry" returns failed authentication
[0:27] <RyRys> but yet sudo su works..
[0:30] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[0:30] <RyRys> klem, sorry for being a noob. I am new to all this
[0:31] <klem> there is a difference between a SU user and a SUDOER user... you are experiencing said difference
[0:31] <klem> http://www.raspberrypi.org/documentation/linux/usage/users.md
[0:32] <RyRys> I changed the vncboot to 1: but you're right it has to be because of the whole root thing...
[0:34] <klem> I'd change both USER= and HOME=/ to pi or whatever your default sudo user is
[0:34] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 256 seconds)
[0:36] <klem> Or add a user named 'root'
[0:37] <klem> a third and perhaps more scary option is that these things exist and your script doesn't have permissions to create the ./root/vncserver
[0:39] * skylite (~skylite@BC064AB4.dsl.pool.telekom.hu) Quit (Ping timeout: 244 seconds)
[0:39] <RyRys> normal terminal shows "pi@rypi" and then once I run sudo su it shows "root@rypi" <--
[0:40] * skylite (~skylite@BC064AB4.dsl.pool.telekom.hu) has joined #raspbian
[0:40] <klem> type cd .. and see if there is a /home/root dir
[0:43] <klem> if the /home/root directory exists then the script would run, if it had permission to run things in the /home/root directory, but it doesn't....no idea how to fix......maybe google knows
[0:45] <RyRys> I think the directory is /pi
[0:46] <RyRys> /home/pi
[0:50] * benonsoftware (benny@ubuntu/member/benonsoftware) Quit (Quit: ZNC @ TrekWeb - https://trekweb.org)
[0:50] * tobinski (~tobinski@x2f6158d.dyn.telefonica.de) Quit (Quit: Leaving)
[0:51] <klem> well when it says root@rypi that means user root in dir rypi.....we know that the script wants to run user root in dir root. so the question becomes does directory (home/) root exist?
[0:52] <klem> or you could just change the script to run as root in some other dir
[0:55] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[1:10] <RyRys> so confused lol
[1:13] <klem> about what?
[1:14] <RyRys> The whole thing, I'm just doing trial and error to make it work now. I think I may have done it.. got to reboot
[1:15] <klem> troubleshooting is doing the wrong thing until you do the right thing.....hopefully with the help of logic, but I never turn down luck
[1:19] <RyRys> I changed the user to root and the directory to rypi and rebooted, the vnc works but on my actual screen it shows some login form asking me to type a password to login to the default xsession
[1:21] <klem> yeah its looking for root's password, which doesn't exist.....I don't know why R Pi's own tutorial would do that
[1:26] <RyRys> http://i.imgur.com/YMZVxVM.png
[1:26] * benonsoftware (benny@ubuntu/member/benonsoftware) has joined #raspbian
[1:27] <klem> does that mean you got it?
[1:29] <RyRys> The vnc works but I have no access to the actual pi (through the hdmi cable) lol
[1:30] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[1:30] <klem> was the hdmi plugged in when you powered the Pi up?
[1:31] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[1:31] <RyRys> yep
[1:31] * NicoHood (~Thunderbi@p57925617.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[1:34] <klem> weird, I've never checked, I've only done vnc on Pi a couple of times
[1:34] <klem> and I go in and start it manually with SSH
[1:35] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 265 seconds)
[1:36] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[1:39] <RyRys> I have no idea what I've done lol
[1:40] <RyRys> reverting it back to root for both home and user still does the same thing
[1:41] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 255 seconds)
[1:43] * Megaf_ (~Megaf@unaffiliated/megaf) has joined #raspbian
[1:44] * Megaf (~Megaf@unaffiliated/megaf) Quit (Ping timeout: 240 seconds)
[1:44] <klem> but it allows you to logon?
[1:45] <RyRys> not anymore ^_^ lol, guess I'll re-install wheezy
[1:46] <klem> try changing both user and home to rypi first
[1:46] <RyRys> I switched it to RyPi and pi and it killed my login access
[1:46] <klem> hmm no idea
[1:48] * foulou (~foulou@202.22.144.14) has joined #raspbian
[2:05] * Techguy305 (~kvirc@128.90.90.49) Quit (Read error: Connection reset by peer)
[2:05] * UniOn (~UniOn___@5419C81A.cm-5-2d.dynamic.ziggo.nl) Quit (Remote host closed the connection)
[2:09] * Jayden_ (~Jayden_@blk-215-73-121.eastlink.ca) Quit (Ping timeout: 244 seconds)
[2:09] * Hopper (Hopper@62.75.218.87.dynamic.jazztel.es) Quit (Read error: Connection reset by peer)
[2:15] * sander^home (~sander@ti0108a400-1668.bb.online.no) has joined #raspbian
[2:15] <sander^home> Do anyone know if any speaker with microphone I can connect to the pi?
[2:15] <sander^home> of*
[2:16] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[2:17] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) Quit (Quit: Leaving)
[2:17] * jorb (~jorb@pool-96-255-238-163.washdc.fios.verizon.net) Quit (Ping timeout: 244 seconds)
[2:18] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) has joined #raspbian
[2:19] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) Quit (Remote host closed the connection)
[2:20] * jorb (~jorb@pool-96-255-238-163.washdc.fios.verizon.net) has joined #raspbian
[2:20] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[2:24] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) has joined #raspbian
[2:25] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) Quit (Read error: Connection reset by peer)
[2:25] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) has joined #raspbian
[2:26] * fnawothn1g (~fo253@a89-182-82-144.net-htp.de) has joined #raspbian
[2:27] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) Quit (Read error: Connection reset by peer)
[2:28] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) has joined #raspbian
[2:29] * lost_soul (~Shawn@cpe-67-246-98-246.twcny.res.rr.com) has joined #raspbian
[2:30] * fnawothnig (~fo253@a89-182-66-208.net-htp.de) Quit (Ping timeout: 264 seconds)
[2:31] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[2:35] * vu_ (~Ingwei@2604:2000:1403:6072:224:21ff:fead:a326) has joined #raspbian
[2:35] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-udwhtnpalctmdzot) Quit (Quit: Connection closed for inactivity)
[2:36] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[2:36] * vu (~vu@2604:2000:1403:6072:224:21ff:fead:a326) Quit (Quit: Leaving)
[2:36] * vu_ (~Ingwei@2604:2000:1403:6072:224:21ff:fead:a326) Quit (Read error: Connection reset by peer)
[2:36] * vu (~Ingwei@2604:2000:1403:6072:224:21ff:fead:a326) has joined #raspbian
[2:40] * foulou (~foulou@202.22.144.14) Quit (Ping timeout: 240 seconds)
[2:46] * otter768 (~otter768@67.11.53.3) Quit (Remote host closed the connection)
[2:50] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) Quit (Remote host closed the connection)
[2:52] * bolt (r00t@unaffiliated/bolt) Quit (Ping timeout: 244 seconds)
[3:05] * bolt (r00t@unaffiliated/bolt) has joined #raspbian
[3:07] <klem> Sander^home you mean like this https://www.adafruit.com/product/1475
[3:07] * KT4KB_Jon (~jon@cpe-098-121-202-161.sc.res.rr.com) has joined #raspbian
[3:20] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) has joined #raspbian
[3:23] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: Welp! ZNC has quit.)
[3:30] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[3:30] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[3:32] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[3:36] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[3:37] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 250 seconds)
[3:38] * fengshaun (~fengshaun@unaffiliated/fengshaun) has joined #raspbian
[3:40] * dm7freek_ (~dm7freek@73.181.156.29) Quit ()
[3:41] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[3:41] * jorb (~jorb@pool-96-255-238-163.washdc.fios.verizon.net) Quit (Ping timeout: 256 seconds)
[3:42] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[3:43] * jorb (~jorb@pool-96-255-238-163.washdc.fios.verizon.net) has joined #raspbian
[3:43] * melroy (~danger89@095-096-207-026.static.chello.nl) Quit (Remote host closed the connection)
[3:44] * dm7freek (~dm7freek@73.181.156.29) has joined #raspbian
[3:53] * theshadow (~theshadow@24.8.4.50) Quit (Ping timeout: 264 seconds)
[3:56] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[4:11] * taza (~taza@unaffiliated/taza) Quit ()
[4:18] * theshadow (~theshadow@24.8.4.50) Quit (Ping timeout: 244 seconds)
[4:19] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[4:19] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[4:20] * RyRys (4e94b03a@gateway/web/freenode/ip.78.148.176.58) Quit (Quit: Page closed)
[4:21] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[4:22] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[4:24] * lupinedk is now known as Lupinedk
[4:24] * soypirate (~soypirate@74.60.8.227) has joined #raspbian
[4:33] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[4:37] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[4:39] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) has joined #raspbian
[4:44] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) Quit (Ping timeout: 265 seconds)
[4:50] * lost_soul (~Shawn@cpe-67-246-98-246.twcny.res.rr.com) has left #raspbian
[4:51] * sifar (~CD@106.66.168.194) has joined #raspbian
[4:51] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[4:52] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[4:52] * wad (~wad@c-67-186-230-142.hsd1.ut.comcast.net) Quit (Quit: Leaving)
[4:53] * diederik (~quassel@dhcp-077-251-173-228.chello.nl) Quit (Remote host closed the connection)
[4:56] * klem (~klem@c-75-71-128-197.hsd1.co.comcast.net) Quit (Remote host closed the connection)
[5:07] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[5:15] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[5:15] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[5:18] * Techguy305 (~kvirc@199.48.241.158) has joined #raspbian
[5:19] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) Quit (Quit: *schwupps*)
[5:22] * mah454 (~quassel@46.209.247.248) Quit (Ping timeout: 245 seconds)
[5:25] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[5:34] * Gazpaxxo (~bizarro_1@221.Red-79-158-47.staticIP.rima-tde.net) Quit (Quit: Leaving)
[5:34] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[5:35] * dm7freek (~dm7freek@73.181.156.29) Quit (Remote host closed the connection)
[5:39] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[5:43] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[5:44] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 244 seconds)
[5:47] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[6:01] * rockstar_ (~rockstar@cpe-74-76-158-50.nycap.res.rr.com) has joined #raspbian
[6:05] * AlphaTech (uid35525@gateway/web/irccloud.com/x-celyzwacaofvfgmb) Quit (Quit: Connection closed for inactivity)
[6:28] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) has joined #raspbian
[6:32] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) Quit (Ping timeout: 244 seconds)
[6:34] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[6:35] * iazz_ (~iazz@d184112.adsl.hansenet.de) Quit (Ping timeout: 245 seconds)
[6:38] * imnichol (~ian@unaffiliated/imnichol) Quit (Remote host closed the connection)
[6:39] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[6:40] * iazz_ (~iazz@d119025.adsl.hansenet.de) has joined #raspbian
[6:54] * sifar (~CD@106.66.168.194) Quit (Quit: Bye)
[7:06] * rockstar_ (~rockstar@cpe-74-76-158-50.nycap.res.rr.com) Quit (Ping timeout: 240 seconds)
[7:21] * theshadow (~theshadow@24.8.4.50) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[7:24] * dm7freek (~dm7freek@2601:8:b280:79:6dc2:47c2:d62e:4bfe) has joined #raspbian
[7:28] * dm7freek (~dm7freek@2601:8:b280:79:6dc2:47c2:d62e:4bfe) Quit (Ping timeout: 244 seconds)
[7:33] * sifar (~CD@117.233.237.242) has joined #raspbian
[7:35] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[7:40] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 245 seconds)
[7:43] * arpad_______ (20320@ninthfloor.org) has joined #raspbian
[7:47] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[7:47] * theshadow (~theshadow@24.8.4.50) Quit (Remote host closed the connection)
[7:48] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[7:49] * Techguy305 (~kvirc@199.48.241.158) Quit (Ping timeout: 255 seconds)
[7:53] * theshadow (~theshadow@24.8.4.50) Quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
[8:02] * arpad_______ (20320@ninthfloor.org) Quit (Quit: Lost terminal)
[8:06] * hanfm (~Thunderbi@koln-5d812c1f.pool.mediaWays.net) has joined #raspbian
[8:06] * hanfm (~Thunderbi@koln-5d812c1f.pool.mediaWays.net) Quit (Client Quit)
[8:07] * hanfm (~Thunderbi@koln-5d812c1f.pool.mediaWays.net) has joined #raspbian
[8:16] * otter768 (~otter768@67.11.53.3) Quit (Remote host closed the connection)
[8:17] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) has joined #raspbian
[8:21] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) Quit (Ping timeout: 256 seconds)
[8:22] * ggate (~earth@2601:9:782:bed0:a11:96ff:fec0:f278) Quit (Read error: Connection reset by peer)
[8:27] * GHOSTnew (~GHOSTnew@gateway/tor-sasl/ghostnew) Quit (Remote host closed the connection)
[8:36] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[8:36] * peppis (~peppis@94-137-97-144.customers.ownit.se) has joined #raspbian
[8:40] * twager (~twager@trufflesdad.plus.com) has joined #raspbian
[8:40] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 250 seconds)
[8:52] * sifar (~CD@117.233.237.242) Quit (Read error: Connection reset by peer)
[8:53] * twager (~twager@trufflesdad.plus.com) Quit (Quit: Leaving)
[8:55] * ggate (~earth@2601:9:782:bed0:a11:96ff:fec0:f278) has joined #raspbian
[9:01] * bbrks (~bbrks@host-2-103-168-109.as13285.net) has joined #raspbian
[9:03] * lost_soul (~Shawn@cpe-67-246-98-246.twcny.res.rr.com) has joined #raspbian
[9:04] * bbrks_ (~bbrks@host-2-103-168-109.as13285.net) Quit (Ping timeout: 272 seconds)
[9:13] * dm7freek (~dm7freek@73.181.156.29) has joined #raspbian
[9:17] * dm7freek (~dm7freek@73.181.156.29) Quit (Ping timeout: 245 seconds)
[9:17] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) has joined #raspbian
[9:20] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: Welp! ZNC has quit.)
[9:21] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[9:30] * NicoHood (~Thunderbi@p508B5617.dip0.t-ipconnect.de) has joined #raspbian
[9:31] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-qqrujptvbaebgndb) has joined #raspbian
[9:32] * ClepCidre (~Cidre@2a02:a03f:2251:4e00:19ef:efa6:82f0:b225) has joined #raspbian
[9:37] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[9:41] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[10:02] * kvt (~kvt@91-158-68-77.elisa-laajakaista.fi) Quit (Quit: leaving)
[10:06] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) has joined #raspbian
[10:06] * arpad_______ (20320@ninthfloor.org) has joined #raspbian
[10:11] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) Quit (Ping timeout: 255 seconds)
[10:13] * drindt (~drindt@host-88-132-184-55.prtelecom.hu) has joined #raspbian
[10:13] * tobinski (~tobinski@x2f5f427.dyn.telefonica.de) has joined #raspbian
[10:17] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[10:21] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: Welp! ZNC has quit.)
[10:21] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 255 seconds)
[10:27] * nakechocochip_ (~nakechoco@71-47-185-129.res.bhn.net) has joined #raspbian
[10:27] * drindt (~drindt@host-88-132-184-55.prtelecom.hu) Quit (Quit: Ex-Chat)
[10:30] * nakechocochip_ (~nakechoco@71-47-185-129.res.bhn.net) Quit (Quit: Leaving)
[10:31] * drindt (~drindt@host-88-132-184-55.prtelecom.hu) has joined #raspbian
[10:35] * Pappaduck (~Pappaduck@cpc6-lewi15-2-0-cust67.2-4.cable.virginm.net) has joined #raspbian
[10:35] * imlinder (~imlinder@h-176-10-249-42.na.cust.bahnhof.se) has joined #raspbian
[10:37] * peppis (~peppis@94-137-97-144.customers.ownit.se) Quit (Quit: Lost terminal)
[10:38] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[10:38] * drindt (~drindt@host-88-132-184-55.prtelecom.hu) Quit (Quit: Ex-Chat)
[10:42] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[10:46] * twolife` is now known as twolife
[10:49] * bbrks (~bbrks@host-2-103-168-109.as13285.net) Quit (Ping timeout: 240 seconds)
[10:55] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[10:55] * haruspexx (~uonline@p5B0C0DA4.dip0.t-ipconnect.de) has joined #raspbian
[10:57] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[10:57] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[11:02] * dm7freek (~dm7freek@73.181.156.29) has joined #raspbian
[11:05] * lost_soul (~Shawn@cpe-67-246-98-246.twcny.res.rr.com) has left #raspbian
[11:06] * dm7freek (~dm7freek@73.181.156.29) Quit (Ping timeout: 244 seconds)
[11:18] * NicoHood (~Thunderbi@p508B5617.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[11:19] * eXtremo (~eXtremo@unaffiliated/extremo) Quit (Ping timeout: 240 seconds)
[11:22] * eXtremo (~eXtremo@unaffiliated/extremo) has joined #raspbian
[11:30] * Lupinedk is now known as lupinedk
[11:34] * slentzen (~slentzend@port-ip-213-211-236-167.reverse.mdcc-fun.de) has joined #raspbian
[11:34] * plugwash (~plugwash@97e3d8fe.skybroadband.com) Quit (Ping timeout: 264 seconds)
[11:34] * plugwash (~plugwash@97e3d8fe.skybroadband.com) has joined #raspbian
[11:34] * ChanServ sets mode +o plugwash
[11:35] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-qqrujptvbaebgndb) Quit (Quit: Connection closed for inactivity)
[11:38] * Hopper (~Hopper@62.75.218.87.dynamic.jazztel.es) has joined #raspbian
[11:38] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[11:41] * bizarro_1 (~bizarro_1@180.Red-88-20-116.staticIP.rima-tde.net) has joined #raspbian
[11:43] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[11:49] * rafaelcpalmeida (~rafaelcpa@pa3-84-91-120-114.netvisao.pt) has joined #raspbian
[11:57] * SkyNetGlobal (~textual@CPE-58-165-61-105.vic.bigpond.net.au) Quit (Quit: Textual IRC Client: www.textualapp.com)
[12:02] * Scriven_ (~UserName@S01063085a9395770.vc.shawcable.net) has joined #raspbian
[12:03] * foogle (~foogle@gateway/tor-sasl/foogle) Quit (Ping timeout: 250 seconds)
[12:05] * Scriven (~UserName@S01063085a9395770.vc.shawcable.net) Quit (Ping timeout: 244 seconds)
[12:15] * v0lt_ (~textual@unaffiliated/v0lt/x-7782577) has joined #raspbian
[12:15] * imlinder (~imlinder@h-176-10-249-42.na.cust.bahnhof.se) Quit (Disconnected by services)
[12:15] * foogle (~foogle@gateway/tor-sasl/foogle) has joined #raspbian
[12:16] * Techguy305 (~kvirc@199.48.244.230) has joined #raspbian
[12:17] * Techguy305 (~kvirc@199.48.244.230) Quit (Max SendQ exceeded)
[12:17] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[12:18] * Techguy305 (~kvirc@199.48.244.230) has joined #raspbian
[12:22] * mah454 (~quassel@46.209.247.248) Quit (Remote host closed the connection)
[12:22] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 245 seconds)
[12:22] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) Quit (Ping timeout: 265 seconds)
[12:26] * iazz_ (~iazz@d119025.adsl.hansenet.de) Quit (Remote host closed the connection)
[12:29] * iazz_ (~iazz@d119025.adsl.hansenet.de) has joined #raspbian
[12:39] * SkyNetGlobal (~textual@CPE-58-165-61-105.vic.bigpond.net.au) has joined #raspbian
[12:40] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[12:40] * haruspexx (~uonline@p5B0C0DA4.dip0.t-ipconnect.de) Quit (Ping timeout: 245 seconds)
[12:40] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) has joined #raspbian
[12:42] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) has joined #raspbian
[12:42] * Techguy305 (~kvirc@199.48.244.230) Quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[12:42] * Techguy305 (~kvirc@199.48.244.230) has joined #raspbian
[12:43] * skylite_ (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[12:43] * SkyNetGlobal (~textual@CPE-58-165-61-105.vic.bigpond.net.au) Quit (Client Quit)
[12:44] * SkyNetGlobal (~textual@CPE-58-165-61-105.vic.bigpond.net.au) has joined #raspbian
[12:44] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 255 seconds)
[12:46] * skylite (~skylite@BC064AB4.dsl.pool.telekom.hu) Quit (Ping timeout: 245 seconds)
[12:48] * SkyNetGlobal (~textual@CPE-58-165-61-105.vic.bigpond.net.au) Quit (Client Quit)
[12:48] * BCMM (~BCMM@unaffiliated/bcmm) has joined #raspbian
[12:50] * dm7freek (~dm7freek@2601:8:b280:79:f1a5:d525:3f0d:de5f) has joined #raspbian
[12:55] * dm7freek (~dm7freek@2601:8:b280:79:f1a5:d525:3f0d:de5f) Quit (Ping timeout: 244 seconds)
[12:59] * haruspexx (~uonline@p5B0C0DA4.dip0.t-ipconnect.de) has joined #raspbian
[12:59] * lazy_prince (~killer_pr@122.171.103.188) Quit (Ping timeout: 265 seconds)
[13:00] * Jayden_ (~Jayden_@blk-215-73-121.eastlink.ca) has joined #raspbian
[13:00] * killer_prince (~killer_pr@122.172.98.134) has joined #raspbian
[13:00] * killer_prince is now known as lazy_prince
[13:05] * lupinedk is now known as Lupinedk
[13:20] * Azodon (~Azodon3@2601:3:9000:8070:4551:f6cc:90de:221e) has joined #raspbian
[13:22] * Techguy305 (~kvirc@199.48.244.230) Quit (Ping timeout: 240 seconds)
[13:27] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) has joined #raspbian
[13:40] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[13:44] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[13:45] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) Quit (Ping timeout: 244 seconds)
[13:46] * slentzen (~slentzend@port-ip-213-211-236-167.reverse.mdcc-fun.de) Quit (Ping timeout: 256 seconds)
[13:46] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) has joined #raspbian
[13:49] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) Quit (Ping timeout: 265 seconds)
[13:54] * Lupinedk is now known as lupinedk
[13:55] * Hopper (~Hopper@62.75.218.87.dynamic.jazztel.es) Quit (Ping timeout: 265 seconds)
[14:15] * hdurr (~hdurrrrr@ip-176-198-183-65.hsi05.unitymediagroup.de) Quit (Ping timeout: 240 seconds)
[14:18] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[14:20] * mah454 (~quassel@91.99.52.162) has joined #raspbian
[14:23] * BCMM (~BCMM@unaffiliated/bcmm) Quit (Quit: Konversation terminated!)
[14:23] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 264 seconds)
[14:28] * hdurr (~hdurrrrr@ip-176-198-183-65.hsi05.unitymediagroup.de) has joined #raspbian
[14:28] * Bercik (~Yotsuba@unaffiliated/bercik) Quit (Read error: Connection reset by peer)
[14:38] * Bercik (~Yotsuba@unaffiliated/bercik) has joined #raspbian
[14:39] * GHOSTnew (~GHOSTnew@gateway/tor-sasl/ghostnew) has joined #raspbian
[14:39] * dm7freek (~dm7freek@73.181.156.29) has joined #raspbian
[14:41] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[14:44] * dm7freek (~dm7freek@73.181.156.29) Quit (Ping timeout: 245 seconds)
[14:46] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 256 seconds)
[14:57] * scoofy (~spirit@catv-89-135-80-2.catv.broadband.hu) has joined #raspbian
[14:58] * taza (~taza@unaffiliated/taza) has joined #raspbian
[15:07] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) has joined #raspbian
[15:10] * Hopper (Hopper@62.75.218.87.dynamic.jazztel.es) has joined #raspbian
[15:15] * pbn (pbn@2a02:578:4601:0:2::22) has joined #raspbian
[15:31] * Jayden_ (~Jayden_@blk-215-73-121.eastlink.ca) Quit (Ping timeout: 240 seconds)
[15:32] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[15:34] * NicoHood (~Thunderbi@p5B3FF1DE.dip0.t-ipconnect.de) has joined #raspbian
[15:39] * rockstar_ (~rockstar@cpe-74-76-158-50.nycap.res.rr.com) has joined #raspbian
[15:42] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[15:46] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: I just broke my connection, but no worries, we can rebuild it. We have the technology.)
[15:46] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 245 seconds)
[15:55] * NicoHood (~Thunderbi@p5B3FF1DE.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[15:57] <glen> does anuone know, does raspbmc use X11?
[16:01] * dan1elhughes (5200b646@gateway/web/freenode/ip.82.0.182.70) has joined #raspbian
[16:02] * NicoHood (~Thunderbi@p5B3FF1DE.dip0.t-ipconnect.de) has joined #raspbian
[16:02] <shiftplusone> glen, it... can if you launch it. XBMC itself does not.
[16:04] * dan1elhughes (5200b646@gateway/web/freenode/ip.82.0.182.70) has left #raspbian
[16:04] <glen> and how does it draw the "picture" then?
[16:05] <shiftplusone> I don't know what it uses as the backend, but it's either opengl es or something a littl emore exotic like dispmanx... or a combination.
[16:05] <shiftplusone> X is not a prerequisite to having graphics, it's a hurdle.
[16:05] <glen> ah, opengl es makes sense
[16:06] <glen> and i know x11 is crap :P
[16:06] <shiftplusone> well... on devices like the pi. Seems to be 'good enough' on the desktop for most use cases.
[16:07] <glen> http://elinux.org/Raspberry_Pi_VideoCore_APIs this seems to explain something
[16:11] * mike_t (~mike@109.169.181.88) has joined #raspbian
[16:15] * Guest41326 (~dan1elhug@cpc24-rdng21-2-0-cust69.15-3.cable.virginm.net) has joined #raspbian
[16:15] * Guest41326 (~dan1elhug@cpc24-rdng21-2-0-cust69.15-3.cable.virginm.net) has left #raspbian
[16:16] * H4ndy (~H4ndy@77-64-182-145.dynamic.primacom.net) has joined #raspbian
[16:19] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[16:24] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 264 seconds)
[16:25] * ragedragon (~ragedrago@hus54-1-78-214-148-27.fbx.proxad.net) has joined #raspbian
[16:28] * dm7freek (~dm7freek@2601:8:b280:79:f9d7:6955:1e28:ddf6) has joined #raspbian
[16:29] * haruspexx (~uonline@p5B0C0DA4.dip0.t-ipconnect.de) Quit (Ping timeout: 245 seconds)
[16:31] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) Quit (Ping timeout: 256 seconds)
[16:32] <glen> any ideas how to configure user locale? want to use mosh, but it requires utf8 locale
[16:33] <shiftplusone> raspi-config
[16:33] <glen> http://sprunge.us/gUMb <- POSIX
[16:33] <shiftplusone> that's the quick and lazy way, anyway.
[16:33] <glen> i did dpkg reconfigure locales btw
[16:33] <shiftplusone> ah, nevermind then
[16:33] * dm7freek (~dm7freek@2601:8:b280:79:f9d7:6955:1e28:ddf6) Quit (Ping timeout: 265 seconds)
[16:33] <glen> so, the locales exist, but not set for shell
[16:34] * dm7freek (~dm7freek@2601:8:b280:79:b9ad:ee6f:8ea:a985) has joined #raspbian
[16:34] <glen> http://sprunge.us/ZHHC
[16:34] <glen> i tried ~/.profile ... din't help
[16:34] <glen> and in regular linux i use PassEnv in sshd config, but dropbear has nothing like that
[16:36] * jorb (~jorb@pool-96-255-238-163.washdc.fios.verizon.net) Quit (Ping timeout: 255 seconds)
[16:38] * jorb (~jorb@pool-96-255-238-163.washdc.fios.verizon.net) has joined #raspbian
[16:39] * facelessloser (~facelessl@host86-156-56-68.range86-156.btcentralplus.com) has joined #raspbian
[16:39] <glen> meh http://sprunge.us/hHKg
[16:40] * rockstar_ (~rockstar@cpe-74-76-158-50.nycap.res.rr.com) Quit (Ping timeout: 244 seconds)
[16:40] <glen> looks like whatever filled it, did not check that /bin/sh can actually process echo "-ne" options
[16:40] <glen> looks like debian bug
[16:40] <ShorTie> if you have them set, run 'locale-gen'
[16:40] <glen> wait. nevermind about the -ne
[16:41] <glen> ShorTie: look earlier paste too, locale gen has been ran!
[16:41] * Lorenzo64 (~lorenzo@adsl-ull-92-1.42-151.net24.it) has joined #raspbian
[16:41] <glen> ShorTie: interactively ~/.bashrc works, but not interactively it's not even processed!
[16:42] <ShorTie> and if not set like 'sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen' and then 'locale-gen' maybe
[16:42] <glen> see: http://sprunge.us/MZGi
[16:42] * Lorenzo64 (~lorenzo@adsl-ull-92-1.42-151.net24.it) Quit (Max SendQ exceeded)
[16:42] <glen> look, locale-gen is fine, it's problem that not inited via ssh
[16:43] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[16:45] <ShorTie> ok, guess my 2cents was worth nothing, sorry, lol.
[16:46] <facelessloser> Hi I could do with some help with vim.
[16:46] <glen> some other googling suggests /etc/default/locale ... i have it configured, but has no effect for shell (interactive or not)
[16:46] <glen> http://sprunge.us/SaVH
[16:47] <facelessloser> ive got some autocmd in my .vimrc but when i open a text files it comes up with "--- Auto-Commands ---
[16:47] <facelessloser> Press ENTER or type command to continue
[16:47] <facelessloser> "
[16:47] <ShorTie> try nano maybe
[16:47] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[16:48] <facelessloser> but when i have the same setup on my main ubuntu laptop it doesnt go into command mode
[16:48] <glen> facelessloser: probably you need "enchanced" version of vim
[16:48] <glen> try apt-cache search vim, and see if there's enchanced/advanced version of vim and install it and hope alternatives makes it default
[16:48] <facelessloser> glen, on raspbian its version 7.3 but on ubuntu its 7.4 is that the problem?
[16:49] <facelessloser> glen, ok I will try and have a look
[16:49] * daenzy (~daenzy@95.91.211.110) has joined #raspbian
[16:50] <glen> facelessloser: no, i think the problem of vim you have installed
[16:50] <glen> if you install "tiny" version of vim, it's crippled and doesn't have much of features available
[16:50] <glen> you could fix your vimrc by wrapping sections with: if has("autocmd")
[16:51] <facelessloser> glen, I uninstalled vim-tiny
[16:52] <facelessloser> glen, and i installed vim-gui-common too
[16:52] <glen> nah. not gui. but then again, i don't know how debian packages it's vims
[16:54] <facelessloser> glen, thanks for the pointers i will do some more investagating
[16:54] <glen> does anyone know if i can set default os to boot if i used noobs and installed several os at once
[16:57] * facelessloser (~facelessl@host86-156-56-68.range86-156.btcentralplus.com) Quit (Remote host closed the connection)
[17:00] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) has joined #raspbian
[17:04] <glen> got it
[17:11] * CEnnis91 (uid3543@gateway/web/irccloud.com/x-uopiurxfogmdyyth) has joined #raspbian
[17:12] * rockstar_ (~rockstar@cpe-74-76-158-50.nycap.res.rr.com) has joined #raspbian
[17:15] <glen> ahaa, shiftplusone display driver is dispmanx as you guessed
[17:15] <glen> shiftplusone: as i enabled vnc i see this process now: /usr/bin/vnc_dispmanx
[17:16] <shiftplusone> Curious =S
[17:17] * mah454 (~quassel@91.99.52.162) Quit (Remote host closed the connection)
[17:19] * mah454 (~quassel@91.99.52.162) has joined #raspbian
[17:19] * mah454 (~quassel@91.99.52.162) Quit (Remote host closed the connection)
[17:19] * facelessloser (~facelessl@host86-156-56-68.range86-156.btcentralplus.com) has joined #raspbian
[17:20] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) has joined #raspbian
[17:20] <facelessloser> glen, I found my problem, I had left a autocmd incomplete in my .vimrc file
[17:22] * facelessloser (~facelessl@host86-156-56-68.range86-156.btcentralplus.com) Quit (Client Quit)
[17:31] * KT4KB_Jon (~jon@cpe-098-121-202-161.sc.res.rr.com) Quit (Quit: Leaving)
[17:33] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[17:33] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[17:36] * GHOSTnew (~GHOSTnew@gateway/tor-sasl/ghostnew) Quit (Ping timeout: 250 seconds)
[17:37] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[17:38] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[17:38] * GHOSTnew (~GHOSTnew@gateway/tor-sasl/ghostnew) has joined #raspbian
[17:41] * pbn (pbn@2a02:578:4601:0:2::22) Quit (Remote host closed the connection)
[17:43] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[17:48] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[17:49] * slentzen (~slentzend@port-ip-213-211-236-167.reverse.mdcc-fun.de) has joined #raspbian
[18:00] * rockstar_ (~rockstar@cpe-74-76-158-50.nycap.res.rr.com) Quit (Remote host closed the connection)
[18:00] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) Quit (Ping timeout: 264 seconds)
[18:01] * Hopper (Hopper@62.75.218.87.dynamic.jazztel.es) Quit (Ping timeout: 255 seconds)
[18:06] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) has joined #raspbian
[18:07] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) Quit (Read error: Connection reset by peer)
[18:08] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) has joined #raspbian
[18:16] * scoofy (~spirit@catv-89-135-80-2.catv.broadband.hu) has left #raspbian
[18:20] * stealthii (sid17385@gateway/web/irccloud.com/x-jojuwulxrvguhapl) Quit (Ping timeout: 245 seconds)
[18:20] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[18:22] * stealthii (sid17385@gateway/web/irccloud.com/x-howhlhwdnhojysqw) has joined #raspbian
[18:24] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 240 seconds)
[18:31] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #raspbian
[18:33] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) Quit (Ping timeout: 256 seconds)
[18:37] * Hopper (~Hopper@62.75.218.87.dynamic.jazztel.es) has joined #raspbian
[18:39] * UniOn (~UniOn___@5419C81A.cm-5-2d.dynamic.ziggo.nl) has joined #raspbian
[18:42] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) has joined #raspbian
[18:44] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[18:46] * mah454 (~quassel@91.99.52.162) has joined #raspbian
[18:47] * haruspexx (~uonline@p5B0C0666.dip0.t-ipconnect.de) has joined #raspbian
[18:49] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 245 seconds)
[18:52] * mike_t (~mike@109.169.181.88) Quit (Remote host closed the connection)
[18:53] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) has joined #raspbian
[19:00] * klem (~klem@c-75-71-128-197.hsd1.co.comcast.net) has joined #raspbian
[19:03] * NicoHood (~Thunderbi@p5B3FF1DE.dip0.t-ipconnect.de) Quit (Remote host closed the connection)
[19:04] * bbrks (~bbrks@host-2-103-168-109.as13285.net) has joined #raspbian
[19:05] * peppis (~peppis@94-137-97-144.customers.ownit.se) has joined #raspbian
[19:13] * mah454 (~quassel@91.99.52.162) Quit (Remote host closed the connection)
[19:14] * dh64 (~dh64@174-21-148-238.tukw.qwest.net) Quit (Quit: Konversation terminated!)
[19:15] * haruspexx (~uonline@p5B0C0666.dip0.t-ipconnect.de) Quit (Ping timeout: 245 seconds)
[19:19] * saint-ron (~rons@bb219-74-71-79.singnet.com.sg) Quit (Ping timeout: 244 seconds)
[19:20] * GHOSTnew (~GHOSTnew@gateway/tor-sasl/ghostnew) Quit (Ping timeout: 250 seconds)
[19:22] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 255 seconds)
[19:25] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[19:25] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[19:25] * adsmz (~adsmz@76-198-18-197.lightspeed.livnmi.sbcglobal.net) Quit (Read error: Connection reset by peer)
[19:25] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) Quit (Ping timeout: 245 seconds)
[19:25] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[19:26] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[19:29] * jakllsch (~jakllsch@netbsd/developer/jakllsch) Quit (Ping timeout: 245 seconds)
[19:29] * jakllsch (~jakllsch@netbsd/developer/jakllsch) has joined #raspbian
[19:31] * Techguy305 (~kvirc@207-207-24-146.fwd.datafoundry.com) has joined #raspbian
[19:35] * jakllsch (~jakllsch@netbsd/developer/jakllsch) Quit (Ping timeout: 245 seconds)
[19:36] * ragedragon (~ragedrago@hus54-1-78-214-148-27.fbx.proxad.net) Quit (Ping timeout: 265 seconds)
[19:37] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[19:37] * ChanServ sets mode +o vagrantc
[19:38] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[19:41] * jakllsch (~jakllsch@netbsd/developer/jakllsch) has joined #raspbian
[19:45] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[19:46] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[19:49] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[19:51] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) has joined #raspbian
[19:52] * arpad_______ (20320@ninthfloor.org) Quit (Quit: Lost terminal)
[19:54] * jakllsch (~jakllsch@netbsd/developer/jakllsch) Quit (Ping timeout: 250 seconds)
[19:55] * jakllsch (~jakllsch@netbsd/developer/jakllsch) has joined #raspbian
[19:56] * 6A4AAYL2Y (~dh64@174-21-148-238.tukw.qwest.net) has joined #raspbian
[20:03] * Techguy305 (~kvirc@207-207-24-146.fwd.datafoundry.com) Quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
[20:04] * Smx (Elite8556@gateway/shell/elitebnc/x-uqifcaludfjotydy) Quit (Excess Flood)
[20:05] * Smx (Elite8556@gateway/shell/elitebnc/x-qkoxrjyirgbvwuzc) has joined #raspbian
[20:05] * Smx (Elite8556@gateway/shell/elitebnc/x-qkoxrjyirgbvwuzc) Quit (Excess Flood)
[20:05] * adsmz (~adsmz@76-198-18-197.lightspeed.livnmi.sbcglobal.net) has joined #raspbian
[20:09] * Smx (Elite8556@gateway/shell/elitebnc/x-jeazmeiamkmoocnk) has joined #raspbian
[20:10] * twolife is now known as twolife`
[20:21] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[20:26] * ppq (~ppq@unaffiliated/ppq) has joined #raspbian
[20:28] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) has joined #raspbian
[20:29] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[20:30] <lapide_viridi> I'm making some images of my raspberry pi's SD. If I'm correct, the image would not work well on another type of SD with smaller or larger storage? Would it suffice to just copy the files of the SD card and paste them to a new one?
[20:30] * wiiguy (fake@unaffiliated/wiiguy) has joined #raspbian
[20:30] * siruf (~siruf@unaffiliated/motley) Quit (Ping timeout: 244 seconds)
[20:31] <shiftplusone> you can image a larger card just fine, you'll just need to use raspi-config to expand the partition.
[20:31] * siruf (~siruf@unaffiliated/motley) has joined #raspbian
[20:31] <shiftplusone> But if you want, you can do it the quick way by copying the files, but it's not an idiot-proof method.
[20:32] <shiftplusone> I don't mean to suggest that you're an idiot, but that it's easy to do it wrong if you don't know exactly what you're doing.
[20:32] <lapide_viridi> shiftplusone, care to explain why copying the files would not suffice?
[20:32] <shiftplusone> It would suffice
[20:32] <shiftplusone> as long as the destination card is partitioned properly and you preserve all the permissions when copying
[20:34] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[20:34] <lapide_viridi> Not sure if the permissions are preserved if I copy it from an SD to my Windows and over to another SD later on.
[20:34] <shiftplusone> oh dear
[20:35] <shiftplusone> forget it, you can't do it from windows
[20:35] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[20:35] <shiftplusone> is the destination card larger? if so, just create the image and write that.
[20:36] <lapide_viridi> shiftplusone, the hypothetical crisis I try to prevent is me breaking the 8 GB card somehow, and then have to resort to a smaller one.
[20:37] <lapide_viridi> That's why I'm unsure of the imaging.
[20:39] <shiftplusone> If you're up for some learning, install linux on your pc.
[20:40] <lapide_viridi> I just set up Ubuntu on an extended partition.
[20:41] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Read error: Connection reset by peer)
[20:44] * skylite_ (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[20:44] <lapide_viridi> Well, thanks for the pointers!
[20:44] * kilian_ (~kilian@neu67-3-82-239-81-116.fbx.proxad.net) Quit (Quit: Konversation terminated!)
[20:44] <shiftplusone> any time
[20:46] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[20:47] * Jusii_ (~jalanara@nblzone-224-48.nblnetworks.fi) Quit (Read error: Connection reset by peer)
[20:49] * Azazell (~Azraell@2a02:a03f:2607:400:d4b7:fb9a:8535:665) has joined #raspbian
[20:50] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 250 seconds)
[20:51] <Azazell> would it be possible for a raspberry pi to host a minecraft server for 4-6 players (all using windows)?
[20:57] <shiftplusone> As long as there are no mods, the world is empty, everyone is on the same chunk and doesn't move =P
[20:57] * Jusii (~jalanara@nblzone-224-48.nblnetworks.fi) has joined #raspbian
[20:57] <shiftplusone> Maybe some server written in C would be good enough, but... minecraft isn't very fun without mods.
[20:58] * bigmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[20:59] <lapide_viridi> Azazell, some Minecraft clones might work. Not sure if picraft has servers yet, though.
[20:59] <Azazell> thanks
[21:00] * NicoHood (~Thunderbi@p5B3FF1DE.dip0.t-ipconnect.de) has joined #raspbian
[21:00] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) Quit (Quit: Leaving)
[21:00] * AlphaTech (uid35525@gateway/web/irccloud.com/x-woraxylxuuxcqxge) has joined #raspbian
[21:02] * Techguy305 (~kvirc@69.80.109.131) has joined #raspbian
[21:06] * Azazell (~Azraell@2a02:a03f:2607:400:d4b7:fb9a:8535:665) Quit (Quit: Leaving)
[21:06] <glen> how to disable automount of unwanted partitions?
[21:06] <glen> i understand in raspbmc they are automounted with udisks glue
[21:07] * Jusii (~jalanara@nblzone-224-48.nblnetworks.fi) Quit (Remote host closed the connection)
[21:08] * NicoHood (~Thunderbi@p5B3FF1DE.dip0.t-ipconnect.de) Quit (Quit: *poof*)
[21:08] * foogle (~foogle@gateway/tor-sasl/foogle) Quit (Remote host closed the connection)
[21:09] * foogle (~foogle@gateway/tor-sasl/foogle) has joined #raspbian
[21:10] * haruspexx (~uonline@p5B0C2490.dip0.t-ipconnect.de) has joined #raspbian
[21:11] * H4ndy (~H4ndy@77-64-182-145.dynamic.primacom.net) Quit (Quit: Even a man who has nothing can still offer his life.)
[21:13] <klem> glen, you can add a umount to the /etc/rc.local files check this page http://www.raspberry-projects.com/pi/pi-operating-systems/raspbian/auto-running-programs
[21:16] * 6A4AAYL2Y (~dh64@174-21-148-238.tukw.qwest.net) Quit (Quit: Konversation terminated!)
[21:16] <glen> that's super hack. want to do it properly
[21:17] <glen> also (ab)using ".a" as "extension" for wrong purpose is wrong too
[21:17] <glen> .a is static ar archive
[21:22] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) Quit (Remote host closed the connection)
[21:26] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 264 seconds)
[21:37] <klem> well, I'm probably the least informed person in here, I just hang out to learn stuff. So perhaps one of them could answer your questiont,
[21:44] * nils2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[21:47] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[21:47] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 265 seconds)
[21:51] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[21:51] * nils2 is now known as nils_2
[21:51] * theshadow (~theshadow@24.8.4.50) Quit (Read error: Connection reset by peer)
[21:52] * theshadow (~theshadow@24.8.4.50) has joined #raspbian
[21:53] * Techguy305 (~kvirc@69.80.109.131) Quit (Ping timeout: 244 seconds)
[21:53] * AndyBotwin (~botwin@unaffiliated/andybotwin) Quit (Quit: Leaving)
[21:56] * Tuttist (~Istutt@177.8.150.83.ftth.as8758.net) Quit (Quit: *schwupps*)
[22:06] * v0lt_ (~textual@unaffiliated/v0lt/x-7782577) Quit (Quit: gone)
[22:13] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[22:15] * foulou (~foulou@gw-tech.lagoon.nc) has joined #raspbian
[22:17] * rela (~x@pdpc/supporter/active/rela) Quit (Quit: Leaving)
[22:19] * peppis (~peppis@94-137-97-144.customers.ownit.se) Quit (Quit: Lost terminal)
[22:26] * tydeas (~dmtrs@188.4.66.10.dsl.dyn.forthnet.gr) has joined #raspbian
[22:31] * dh64 (~dh64@174-21-148-238.tukw.qwest.net) has joined #raspbian
[22:41] * Pappaduck (~Pappaduck@cpc6-lewi15-2-0-cust67.2-4.cable.virginm.net) Quit (Read error: Connection reset by peer)
[22:47] * lupinedk is now known as Lupinedk
[22:47] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[22:47] * hanfm (~Thunderbi@koln-5d812c1f.pool.mediaWays.net) Quit (Quit: hanfm)
[22:52] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 244 seconds)
[22:57] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 250 seconds)
[22:58] * slentzen (~slentzend@port-ip-213-211-236-167.reverse.mdcc-fun.de) Quit (Ping timeout: 245 seconds)
[22:58] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[22:59] * haruspexx (~uonline@p5B0C2490.dip0.t-ipconnect.de) Quit (Quit: leaving)
[23:06] * trisi (~trisi@63-140-83-115.nwc.dsl.dynamic.acsalaska.net) Quit (Ping timeout: 240 seconds)
[23:07] * trisi (~trisi@63-140-83-115.nwc.dsl.dynamic.acsalaska.net) has joined #raspbian
[23:07] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[23:08] * teran_ (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[23:11] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 256 seconds)
[23:12] * teran (~teran@91.218.144.129) has joined #raspbian
[23:14] * teran_ (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[23:27] * emoko (50021268@gateway/web/freenode/ip.80.2.18.104) has joined #raspbian
[23:27] <emoko> `greeting all
[23:28] <emoko> would anyone be so kind and offer some help compiling an application?
[23:28] <Azodon> ask your question so we know what you need
[23:29] <emoko> oik,
[23:29] <emoko> ok
[23:30] <emoko> I am attempting to compile fuse-sdl, but the tutorial I am using is a little out of date and it looks like the sources have been updates.
[23:31] <emoko> so I have go so far as making fuse but the compilation finishes with a bunch of errors
[23:31] <emoko> such as ../libtool: 5639: ../libtool: libtool_args+= -lglib-2.0: not found
[23:35] * AndyBotwin (~botwin@unaffiliated/andybotwin) has joined #raspbian
[23:37] * Techguy305 (~kvirc@207-207-17-246.fwd.datafoundry.com) has joined #raspbian
[23:45] <emoko> ok think I missed this sudo apt-get install libaudiofile-dev libsdl1.2-dev
[23:45] <emoko> trying again
[23:48] * AlphaTech (uid35525@gateway/web/irccloud.com/x-woraxylxuuxcqxge) Quit ()
[23:51] * hanfm (~Thunderbi@koln-5d812c1f.pool.mediaWays.net) has joined #raspbian
[23:52] * dh64 (~dh64@174-21-148-238.tukw.qwest.net) Quit (Quit: Konversation terminated!)
[23:57] <emoko> damn, same issue

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