#raspbian IRC Log

Index

IRC Log for 2016-05-01

Timestamps are in GMT/BST.

[0:18] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[0:18] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) Quit (Quit: Leaving...)
[0:22] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) has joined #raspbian
[0:27] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) Quit (Quit: iamfrankenstein)
[0:31] * blindwolf (~tamas@host86-182-236-209.range86-182.btcentralplus.com) has joined #raspbian
[0:31] <blindwolf> hi all
[0:36] * MITI (~MITI@unaffiliated/miti) Quit (Ping timeout: 260 seconds)
[0:38] * yasnothil (yasnothil@2600:3c03::f03c:91ff:fe55:c675) has joined #raspbian
[0:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[0:41] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: The Kirito is always right foundation. Grand reopening.)
[0:42] <blindwolf> hi
[0:56] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Remote host closed the connection)
[1:00] * Shdw-Knt (~Shdw-Knt@c-68-55-196-211.hsd1.mi.comcast.net) has joined #raspbian
[1:01] <Shdw-Knt> Sup! Question - anyone do anything like a twitter or facebook notifier? I have been working on both codes for over 2 weeks and I cant get it to work - I dont understand if its only reading items that other people post on my page/twitter or if when I tweet something too.. I want to put up a tweet or fb post - and then have the pi notice it and make an LED blink (mulitple led's blink actually)
[1:02] * jova2 (~jova2@199.58.81.144) has joined #raspbian
[1:07] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[1:11] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Ping timeout: 250 seconds)
[1:12] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) Quit (Quit: Leaving)
[1:12] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) has joined #raspbian
[1:14] * fhtagn (~fhtagn@142.167.68.248) has joined #raspbian
[1:16] <fhtagn> I'm having a bit of trouble making my USBHDD usable on my rpi could anyone help me please?
[1:20] * Mia (~Mia@unaffiliated/mia) Quit (Read error: Connection reset by peer)
[1:21] * taza (~taza@unaffiliated/taza) Quit ()
[1:21] * Gin (~johan@h94n3-vn-a12.ias.bredband.telia.com) Quit (Ping timeout: 246 seconds)
[1:21] <blindwolf> hi
[1:21] <blindwolf> fhtagn
[1:22] <blindwolf> usb3 usbhdd?
[1:22] <fhtagn> hello
[1:22] <fhtagn> it's a usbhdd usb powered
[1:23] <fhtagn> my rpi is connected to a 2.4A amp
[1:24] <blindwolf> so the problem is power
[1:24] <blindwolf> you just have to add /boot/config.txt a line
[1:24] <blindwolf> max_usb_current=1
[1:24] <blindwolf> than the usb got more power maximum 1.6 A
[1:25] <blindwolf> with that it will work
[1:25] <fhtagn> well I can see it with blkid though
[1:25] <blindwolf> and if you want to automount
[1:25] <blindwolf> just add rootdelay=10 to /boot/cmdline.txt
[1:26] <blindwolf> whitch format
[1:26] <blindwolf> ?
[1:26] <blindwolf> ntfs?
[1:26] <blindwolf> ext
[1:26] <blindwolf> ?
[1:26] <fhtagn> ok I'll do that
[1:26] <fhtagn> it's in ext4
[1:26] <fhtagn> what does the value mean on max_usb_current?
[1:27] <blindwolf> that it will change the usb current limit from 0.5A to 1.6A , with this it will be more stable and usb3 faster
[1:28] <fhtagn> I see, nice :)
[1:28] <blindwolf> i just use usb3 ext4 usbhdd
[1:28] <blindwolf> for more than a half a year now
[1:28] <blindwolf> as torrent server
[1:28] <fhtagn> usb3 on a rasp?
[1:29] <fhtagn> would you suggest running:
[1:29] <fhtagn> sudo setfacl -Rdm g:pi:rwx /mnt/usbstorage
[1:29] <fhtagn> sudo setfacl -Rm g:pi:rwx /mnt/usbstorage
[1:31] <blindwolf> if i were you i would just use sudo chown pi:pi
[1:32] <blindwolf> sudo chown -R pi:pi /mnt/usbstorage
[1:32] <blindwolf> and
[1:32] <blindwolf> sudo chmod -R 770
[1:32] <blindwolf> thats all
[1:33] <blindwolf> setfacl would be suitable for more user with complicate permissions
[1:33] <fhtagn> I see; ok
[1:33] <fhtagn> setting all that up and testing - brb
[1:33] <blindwolf> first time with linux?
[1:34] <fhtagn> yes, really enjoying it
[1:34] <blindwolf> which raspi?
[1:34] <fhtagn> hoping to learn some python and work my php
[1:34] <fhtagn> rpi3b
[1:34] <blindwolf> sweet
[1:35] <blindwolf> it's the best for that
[1:35] <blindwolf> with dydns and with a little workaround you can start webserver
[1:36] <blindwolf> from home
[1:36] <fhtagn> I'm actually setting up a subsonic media server
[1:37] <blindwolf> :D
[1:39] <fhtagn> I should definately learn to --help more in console haha
[1:39] <blindwolf> just one thing
[1:40] <blindwolf> if you want to search in help
[1:40] <blindwolf> just use two things
[1:40] <blindwolf> | less after the command
[1:40] <fhtagn> minimalism is life
[1:40] <fhtagn> haha
[1:40] <blindwolf> if you not using window manager
[1:41] <blindwolf> or just use
[1:41] <blindwolf> |grep "pattern"
[1:41] <blindwolf> with that you can search in help or in file
[1:41] <blindwolf> i would suggest you to learn bash basic commands
[1:41] * lala (uid79385@gateway/web/irccloud.com/x-ohkumtttvmhgwhkr) Quit (Quit: Connection closed for inactivity)
[1:41] <blindwolf> its give you much help
[1:43] <blindwolf> for example you can make shortcuts
[1:43] <blindwolf> a ='sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get dist-upgrade'
[1:43] <fhtagn> not sure of the syntax for | less
[1:43] <blindwolf> for example
[1:44] <fhtagn> oh that's useful
[1:44] <blindwolf> ffmpeg --help| less
[1:44] <fhtagn> ok thanks
[1:44] <blindwolf> your welcome
[1:45] <fhtagn> so bash are kind of command macros?
[1:45] <blindwolf> yep
[1:45] <fhtagn> love it
[1:45] <blindwolf> based on C
[1:45] <blindwolf> with good programs like awk , grep , curl etc
[1:46] <blindwolf> you can do much. But it's little harder than python
[1:46] <blindwolf> but faster
[1:46] <blindwolf> and got some other perks
[1:46] <blindwolf> if you want to learn php
[1:47] <blindwolf> i would suggest you to use just simple apache and after that just share your /var/www/html on network with full permission(777) and edit from a desktop
[1:48] <blindwolf> and you got a very good webserver IDE
[1:48] <blindwolf> and you can edit even from your phone ,tablet
[1:48] <fhtagn> Oh sweet
[1:48] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) has joined #raspbian
[1:49] <fhtagn> I was planning on using a software to be able to receive sms on the server and execute different commands
[1:49] <fhtagn> but the webserver is a better alternative I think
[1:51] <blindwolf> yeah with dydns and router port fowarding you can access it from anywher
[1:51] <blindwolf> e
[1:52] <blindwolf> but beware which commands you can run with what kind of permission
[1:52] <blindwolf> because if someone find it they can use it for other nasty stuff
[1:54] <blindwolf> for example shellinabox
[1:54] <blindwolf> ssh webserver
[1:54] <blindwolf> it will be vulnarable
[1:56] * cooolbreeze (~cooolbree@ip54542ab4.speed.planet.nl) Quit (Quit: Ik ga weg)
[1:57] * LostSoul (~LostSoul@78.11.189.153) Quit (Ping timeout: 244 seconds)
[1:59] * LostSoul (~LostSoul@78.11.189.153) has joined #raspbian
[2:00] * skazz (~onsltd@cpc72663-nmal21-2-0-cust271.19-2.cable.virginm.net) Quit (Ping timeout: 260 seconds)
[2:01] * marshal0605 (~marshal05@trivialand/elite/marshal0505) has joined #raspbian
[2:03] * marshal0505 (~marshal05@trivialand/elite/marshal0505) Quit (Ping timeout: 260 seconds)
[2:14] * weox (uid112413@gateway/web/irccloud.com/x-qkyjtvwkfobaadcl) Quit (Quit: Connection closed for inactivity)
[2:16] * fhtagn (~fhtagn@142.167.68.248) Quit ()
[2:21] * Efynox`` (~Efynox@2a01:e35:2f42:a10:f11c:c503:52b3:135) Quit (Ping timeout: 260 seconds)
[2:41] * Shdw-Knt (~Shdw-Knt@c-68-55-196-211.hsd1.mi.comcast.net) Quit (Ping timeout: 240 seconds)
[2:53] * RadioNova327 (~TStaley32@107-147-255-24.res.bhn.net) has joined #raspbian
[2:54] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) Quit (Ping timeout: 276 seconds)
[2:55] * laza (~laza@b2b-130-180-1-210.unitymedia.biz) has joined #raspbian
[3:02] * Shdw-Knt (~Shdw-Knt@c-68-55-196-211.hsd1.mi.comcast.net) has joined #raspbian
[3:08] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[3:09] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[3:11] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) Quit (Read error: Connection reset by peer)
[3:14] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Ping timeout: 244 seconds)
[3:24] * sweatsuit (~sweatsuit@unaffiliated/sweatsuit) Quit (Quit: ZNC - http://znc.in)
[3:24] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) has joined #raspbian
[3:26] * jova2 (~jova2@199.58.81.144) Quit (Ping timeout: 260 seconds)
[3:26] * sweatsuit (~sweatsuit@unaffiliated/sweatsuit) has joined #raspbian
[3:27] * plugwash (~plugwash@97e07685.skybroadband.com) Quit (Remote host closed the connection)
[3:27] <brianx> mmm shellinabox. fun times.
[3:37] * YoY (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 276 seconds)
[3:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[3:40] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Read error: No route to host)
[3:40] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[3:45] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[3:47] * vcolombo (~vcolombo@c-73-74-204-246.hsd1.il.comcast.net) has joined #raspbian
[3:51] * dh64 (~dh64@97-113-2-123.tukw.qwest.net) has joined #raspbian
[3:51] * InfoTest (~Thunderbi@tgn.149.26.40.dts.mg) has joined #raspbian
[3:52] * dougl (~doug@S0106c8fb265cba8c.wp.shawcable.net) has joined #raspbian
[3:52] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) Quit (Read error: Connection reset by peer)
[3:52] * fhtagn (~fhtagn@142.167.68.248) has joined #raspbian
[3:52] <fhtagn> sup!
[3:52] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) has joined #raspbian
[3:52] * vcolombo (~vcolombo@c-73-74-204-246.hsd1.il.comcast.net) Quit (Ping timeout: 260 seconds)
[3:53] <fhtagn> what's the path for /media/USBHDD from an external device?
[3:54] <fhtagn> raspberry pi's network IP address/media/USBHDD ?
[3:58] <blindwolf> you have to config samba
[3:58] <blindwolf> sudo apt-get install samba , if you didn't done it yet
[3:58] <blindwolf> and edit /etc/samba/smb.conf
[3:58] <blindwolf> you just have to add to the bottom of the file
[3:59] <blindwolf> like this [usb]
[3:59] <blindwolf> comment = external hdd
[3:59] <blindwolf> path = /mnt/usb
[3:59] <blindwolf> create mask = 777
[3:59] <blindwolf> directory mask = 777
[3:59] <blindwolf> guest ok = yes
[3:59] <blindwolf> Writeable = yes
[3:59] <blindwolf> read only = no
[3:59] * augustomna2010 (~augustomn@186.225.88.191) has joined #raspbian
[3:59] <blindwolf> browseable = yes
[4:01] * outofsorts (~outofsort@184.75.214.163) Quit (Ping timeout: 260 seconds)
[4:06] * sweatsuit (~sweatsuit@unaffiliated/sweatsuit) Quit (Quit: ZNC - http://znc.in)
[4:06] * outofsorts (~outofsort@162.219.176.3) has joined #raspbian
[4:07] * sweatsuit (~sweatsuit@unaffiliated/sweatsuit) has joined #raspbian
[4:10] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[4:13] * augustomna2010 (~augustomn@186.225.88.191) Quit (Remote host closed the connection)
[4:14] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) Quit (Quit: Leaving)
[4:15] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Ping timeout: 260 seconds)
[4:23] * blindwolf (~tamas@host86-182-236-209.range86-182.btcentralplus.com) Quit (Quit: Leaving)
[4:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[4:44] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 276 seconds)
[4:45] * mrz (~mrz@unaffiliated/mrz) Quit (Remote host closed the connection)
[4:45] * mrz (~mrz@unaffiliated/mrz) has joined #raspbian
[5:30] * denningsrogue (~denningsr@192.175.94.110) has joined #raspbian
[5:31] * Shdw-Knt (~Shdw-Knt@c-68-55-196-211.hsd1.mi.comcast.net) Quit ()
[5:32] * denningsrogue (~denningsr@192.175.94.110) Quit (Client Quit)
[5:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[5:42] * DevBox (~DevBox@unaffiliated/zacdev) Quit (Ping timeout: 260 seconds)
[5:44] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[6:04] * JakeSays (~jake@chat.thatswhatjakesaid.com) Quit (Ping timeout: 260 seconds)
[6:04] * lemonzest (~lemonzest@unaffiliated/lemonzest) has joined #raspbian
[6:05] * a1batr0ss (~a1batr0ss@unaffiliated/a1batr0ss) has joined #raspbian
[6:05] * JakeSays (~jake@chat.thatswhatjakesaid.com) has joined #raspbian
[6:10] * Tuttist (~Istutt@237.17.150.83.ftth.as8758.net) has joined #raspbian
[6:12] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[6:17] * lemonzest (~lemonzest@unaffiliated/lemonzest) Quit (Ping timeout: 276 seconds)
[6:17] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Ping timeout: 246 seconds)
[6:18] * lemonzest (~lemonzest@unaffiliated/lemonzest) has joined #raspbian
[6:35] * InfoTest (~Thunderbi@tgn.149.26.40.dts.mg) Quit (Quit: InfoTest)
[6:38] * PowerKiller (~PK@116.193.132.84) has joined #raspbian
[6:38] * PowerKiller (~PK@116.193.132.84) Quit (Changing host)
[6:38] * PowerKiller (~PK@unaffiliated/powerkiller) has joined #raspbian
[6:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[6:43] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 250 seconds)
[6:51] * dougl (~doug@S0106c8fb265cba8c.wp.shawcable.net) Quit (Remote host closed the connection)
[7:03] * iamfrankenstein (~Thunderbi@h90192.upc-h.chello.nl) has joined #raspbian
[7:09] * xplora1a (~stuart@178-164-209-77.pool.digikabel.hu) has joined #raspbian
[7:13] * NicoHood (~linuxuser@ip-178-201-120-186.hsi08.unitymediagroup.de) has joined #raspbian
[7:14] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[7:15] * stiv (~steve@blender/coder/stivs) Quit (Ping timeout: 246 seconds)
[7:19] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Ping timeout: 240 seconds)
[7:21] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[7:26] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[7:27] * cyborg-one (~cyborg-on@188-115-145-176.broadband.tenet.odessa.ua) has joined #raspbian
[7:32] * cyborg-one (~cyborg-on@188-115-145-176.broadband.tenet.odessa.ua) Quit (Ping timeout: 252 seconds)
[7:37] * xplora1a (~stuart@178-164-209-77.pool.digikabel.hu) Quit (Ping timeout: 250 seconds)
[7:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[7:43] * lupinedk (~lupine6@unaffiliated/lupinedk) Quit (Ping timeout: 244 seconds)
[7:44] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 250 seconds)
[7:59] * lupinedk (~lupine6@unaffiliated/lupinedk) has joined #raspbian
[8:03] * kareeoleez (~kareeolee@188.4.44.235.dsl.dyn.forthnet.gr) has joined #raspbian
[8:03] <kareeoleez> has anyone used any deployment tools for raspbian devices ? I am researching about Chef
[8:04] * mildouze (~Icedove@AAmiens-156-1-47-25.w90-18.abo.wanadoo.fr) has joined #raspbian
[8:13] * kareeoleez (~kareeolee@188.4.44.235.dsl.dyn.forthnet.gr) Quit (Remote host closed the connection)
[8:13] * Enari (~Enari@shell.minit.nu) Quit (Ping timeout: 276 seconds)
[8:13] * riddle (riddle@us.yunix.net) Quit (Ping timeout: 260 seconds)
[8:16] * DevBox (~DevBox@unaffiliated/zacdev) has joined #raspbian
[8:18] * elastix (~Thunderbi@net-2-37-61-66.cust.vodafonedsl.it) has joined #raspbian
[8:21] * riddle (riddle@us.yunix.net) has joined #raspbian
[8:21] * Enari (~Enari@shell.minit.nu) has joined #raspbian
[8:24] * ShorTie (~Idiot@unaffiliated/shortie) Quit (Quit: C Ya)
[8:26] * cyborg-one (~cyborg-on@188-115-145-176.broadband.tenet.odessa.ua) has joined #raspbian
[8:27] * nethershaw (~nether@unaffiliated/nethershaw) Quit (Ping timeout: 276 seconds)
[8:29] * blindwolf (~tamas@host86-182-236-209.range86-182.btcentralplus.com) has joined #raspbian
[8:33] * elastix (~Thunderbi@net-2-37-61-66.cust.vodafonedsl.it) Quit (Ping timeout: 276 seconds)
[8:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[8:43] * nethershaw (~nether@unaffiliated/nethershaw) has joined #raspbian
[8:44] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 250 seconds)
[8:50] * avenger (~arch@24.4.84.18) Quit (Changing host)
[8:50] * avenger (~arch@unaffiliated/avenger) has joined #raspbian
[8:52] * xplora1a (~stuart@178-164-209-77.pool.digikabel.hu) has joined #raspbian
[8:54] * h4ndy is now known as H4ndy
[8:58] * blindwolf (~tamas@host86-182-236-209.range86-182.btcentralplus.com) Quit (Quit: Leaving)
[8:59] * Domin (domin@hahah.org) Quit (Ping timeout: 240 seconds)
[9:02] * levengli (~levengli@IGLD-84-228-221-104.inter.net.il) has joined #raspbian
[9:02] * ShorTie (~Idiot@unaffiliated/shortie) has joined #raspbian
[9:02] * HerculeP (~herc@ip-109-47-0-241.web.vodafone.de) Quit (Read error: Connection reset by peer)
[9:03] <levengli> Hi. Noob question (sorry): where can I find information regarding the Linux kernel version used in raspbian? I would like to work on the kernel
[9:03] <lordievader> Good morning.
[9:04] <levengli> Morning, lordievader
[9:05] <lordievader> Hey levengli
[9:06] * Domin (domin@hahah.org) has joined #raspbian
[9:06] <levengli> Hey. I wanted to understand about contributing to the Linux kernel and device drivers. Is there anything specific to raspbian - in the realm of the kernel - that can't be found in the Debian Wheezy distribution?
[9:08] <lordievader> I suppose you are looking for: https://github.com/raspberrypi/linux
[9:09] * HerculeP (~herc@ip-109-47-0-241.web.vodafone.de) has joined #raspbian
[9:09] <levengli> Hell yeah :)
[9:10] <levengli> Is work done on this fork of Linux or should any contributions be made to the main Linux tree?
[9:11] <lordievader> No idea...
[9:12] <levengli> Thanks
[9:16] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[9:21] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Ping timeout: 276 seconds)
[9:28] <levengli> when developing the kernel, which port on the Pi is used for viual output (dmesg)?
[9:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[9:41] * nadir (uid134094@gateway/web/irccloud.com/x-canpwroenkyoqojk) Quit (Quit: Connection closed for inactivity)
[9:44] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 276 seconds)
[9:44] * levengli (~levengli@IGLD-84-228-221-104.inter.net.il) Quit ()
[9:47] * elastix (~Thunderbi@net-93-66-233-233.cust.vodafonedsl.it) has joined #raspbian
[9:49] * taza (~taza@unaffiliated/taza) has joined #raspbian
[9:53] * RockKeyman (~RockKeyma@net-2-33-19-248.cust.dsl.teletu.it) has joined #raspbian
[9:56] * Dadou (~Dadou@AMontsouris-654-1-96-129.w90-2.abo.wanadoo.fr) Quit (Ping timeout: 276 seconds)
[9:56] * DevBox (~DevBox@unaffiliated/zacdev) Quit (Ping timeout: 260 seconds)
[9:59] * lemonzest (~lemonzest@unaffiliated/lemonzest) Quit (Quit: Leaving)
[10:02] * Dadou (~Dadou@AMontsouris-654-1-115-91.w82-123.abo.wanadoo.fr) has joined #raspbian
[10:04] * Tuttist (~Istutt@237.17.150.83.ftth.as8758.net) Quit (Quit: *schwupps*)
[10:08] * BLaCK_PiT (~the_One@94.23.84.4) Quit (Ping timeout: 264 seconds)
[10:08] * lemonzest (~lemonzest@unaffiliated/lemonzest) has joined #raspbian
[10:08] * Stig (~the_One@94.23.84.4) has joined #raspbian
[10:11] * harvi (b2283872@gateway/web/freenode/ip.178.40.56.114) has joined #raspbian
[10:17] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[10:17] * harvi (b2283872@gateway/web/freenode/ip.178.40.56.114) Quit (Ping timeout: 250 seconds)
[10:18] * cooolbreeze (~cooolbree@ip54542ab4.speed.planet.nl) has joined #raspbian
[10:21] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 260 seconds)
[10:28] <elastix> hi all I'm trying to install tincd in a raspberry.... I've connectted the raspberyy pi 3 to the tinc network but I can't see the new interface in ifconfig
[10:28] * dano5 (~dano5@208.79-160-124.customer.lyse.net) Quit (Quit: ZNC - http://znc.in)
[10:32] <elastix> ?
[10:37] * princef (05164f97@gateway/web/freenode/ip.5.22.79.151) has joined #raspbian
[10:38] <princef> hi, i want to write a script to play video on rpi with python. i'm using omxplayer and it works like this: omxplayer -o hdmi file.mp4, and this work perfectly. i want to use python omxplayer-wrapper im my script. it works but player have not sound. how can i work with it to have sound?
[10:39] <princef> my code: https://dpaste.de/YEni
[10:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[10:42] * dano5 (~dano5@208.79-160-124.customer.lyse.net) has joined #raspbian
[10:43] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 244 seconds)
[10:46] * princef (05164f97@gateway/web/freenode/ip.5.22.79.151) Quit (Quit: Page closed)
[10:59] * Mia (~Mia@176.234.130.58) has joined #raspbian
[10:59] * Mia (~Mia@176.234.130.58) Quit (Changing host)
[10:59] * Mia (~Mia@unaffiliated/mia) has joined #raspbian
[11:02] * PowerKiller (~PK@unaffiliated/powerkiller) Quit (Ping timeout: 252 seconds)
[11:12] * mase-tech (~mase-tech@2a02:908:1862:9260:6c17:9a52:405d:bd6c) has joined #raspbian
[11:18] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[11:19] * Gin (~johan@h94n3-vn-a12.ias.bredband.telia.com) has joined #raspbian
[11:22] * netsin (~jiggalato@unaffiliated/jiggalator) Quit (Read error: Connection reset by peer)
[11:23] * Gin (~johan@h94n3-vn-a12.ias.bredband.telia.com) Quit (Client Quit)
[11:23] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) Quit (Ping timeout: 260 seconds)
[11:29] * MobGod (~Mob@unaffiliated/mobgod) has joined #raspbian
[11:29] * repozitor (~repozitor@unaffiliated/deadperson) has joined #raspbian
[11:29] * repozitor (~repozitor@unaffiliated/deadperson) has left #raspbian
[11:29] * repozitor (~repozitor@unaffiliated/deadperson) has joined #raspbian
[11:29] * Tuttist (~Istutt@237.17.150.83.ftth.as8758.net) has joined #raspbian
[11:30] <repozitor> i want to read 16pin as GPIO, can i do that with Raspberry pi?
[11:31] <repozitor> and if yes, what is the maximum speed of GPIO read input?
[11:33] * nkuttler (~nkuttler@unaffiliated/nkuttler) has joined #raspbian
[11:34] * repozitor (~repozitor@unaffiliated/deadperson) Quit (Quit: Leaving.)
[11:36] <gordonDrogon> if only repozitor had hung about a little longer...
[11:39] * dbtid (~dbtid@unaffiliated/dbtid) has joined #raspbian
[11:39] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[11:40] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Read error: No route to host)
[11:41] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[11:45] * w00die (~pi@95.73.255.198) has joined #raspbian
[11:48] * MobGod (~Mob@unaffiliated/mobgod) Quit (Ping timeout: 244 seconds)
[11:48] * w00die (~pi@95.73.255.198) Quit (Client Quit)
[11:49] * w00die (~pi@95.73.255.198) has joined #raspbian
[11:49] * w00die (~pi@95.73.255.198) Quit (Client Quit)
[11:50] * w00die (~pi@95.73.255.198) has joined #raspbian
[11:51] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[11:59] * factor (~factor@ip70-185-223-172.ok.ok.cox.net) has joined #raspbian
[12:03] * marshal0605 is now known as marshal0505
[12:04] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[12:09] * jimvideo (~jimvideo@172.77.19.205) has joined #raspbian
[12:09] * alex1a_ (~alex1a@a81-84-222-27.cpe.netcabo.pt) has joined #raspbian
[12:11] * puzzola (~puzzola@unaffiliated/puzzola) has joined #raspbian
[12:11] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) Quit (Ping timeout: 276 seconds)
[12:12] * Domi (~chatzilla@2a02:8070:ba4:de00:7df9:2c09:279b:6060) has joined #raspbian
[12:14] <Domi> Hello, I want to use logo the of www.raspbian.org (Debian + Raspberry) for a presentation at my universtity. What license does the logo have?
[12:19] * gbaman (~gbaman@host81-142-46-233.in-addr.btopenworld.com) has joined #raspbian
[12:21] * lau- (~mmeh@109.71.90.184) has joined #raspbian
[12:24] * Tuttist (~Istutt@237.17.150.83.ftth.as8758.net) Quit (Quit: *schwupps*)
[12:32] * weox (uid112413@gateway/web/irccloud.com/x-okjegmvlrgssbcrf) has joined #raspbian
[12:33] * xplora1a (~stuart@178-164-209-77.pool.digikabel.hu) Quit (Ping timeout: 250 seconds)
[12:46] * Spec (~Spec@unaffiliated/spec) Quit (Ping timeout: 260 seconds)
[12:47] * lau- (~mmeh@109.71.90.184) Quit (Read error: Connection reset by peer)
[12:50] * lau- (~mmeh@109.71.90.184) has joined #raspbian
[12:54] <gordonDrogon> Domi, https://www.raspberrypi.org/trademark-rules/
[12:56] <gordonDrogon> essentially if your presentation is about the Pi then you're fine, but do state somewhere: �Raspberry Pi is a trademark of the Raspberry Pi Foundation�.
[12:56] * lau- (~mmeh@109.71.90.184) Quit (Read error: Connection reset by peer)
[12:57] * lau- (~mmeh@109.71.90.184) has joined #raspbian
[13:00] * lau- (~mmeh@109.71.90.184) Quit (Client Quit)
[13:02] * teclo- (42@unaffiliated/teclo) Quit (Quit: Lost terminal)
[13:03] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) has joined #raspbian
[13:13] <Domi> My presentation is about different operation systems for the PI. So i think it is ok
[13:16] * teclo- (~teclo-@unaffiliated/teclo) has joined #raspbian
[13:24] * PowerKiller (~PK@unaffiliated/powerkiller) has joined #raspbian
[13:54] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[13:54] * ChanServ sets mode +o vagrantc
[14:04] * Stig (~the_One@94.23.84.4) Quit (Ping timeout: 264 seconds)
[14:05] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[14:06] * Seres (~lambda@c-76-123-31-213.hsd1.va.comcast.net) has joined #raspbian
[14:08] * Stig (~the_One@94.23.84.4) has joined #raspbian
[14:08] * c-pin (~c-pin@2601:c9:8000:3b20:a1f8:5750:49ee:2582) Quit (Read error: Connection reset by peer)
[14:10] * c-pin (~c-pin@c-73-207-37-170.hsd1.ga.comcast.net) has joined #raspbian
[14:20] * Haruno (~lucas@197.226.183.161) has joined #raspbian
[14:27] <dbtid> when i run X11 on my 23" monitor, it doesn't take up the whole screen. it's as if X11 isn't properly detecting the dimensions. so it cuts off the clock, for example.
[14:27] <dbtid> is this something that has to be fixed in /boot/config.txt or in X11 itself (i wouldn't think it would be in X11 since it queries...)
[14:27] <dbtid> thanks
[14:29] * nadir (uid134094@gateway/web/irccloud.com/x-cvifokakqkqchdms) has joined #raspbian
[14:33] * robingr (~robingr@heather.robingroppe.de) Quit (Quit: ZNC 1.6.2+deb2+trusty0 - http://znc.in)
[14:33] * robingr (~robingr@heather.robingroppe.de) has joined #raspbian
[14:36] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[14:57] * jova2 (~jova2@199.58.81.144) has joined #raspbian
[14:57] * shantorn (~Shantorn@75-164-168-30.ptld.qwest.net) Quit (Quit: Leaving)
[15:00] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[15:02] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[15:07] * Seres (~lambda@c-76-123-31-213.hsd1.va.comcast.net) Quit (Ping timeout: 252 seconds)
[15:09] * skylite (~skylite@5402F427.dsl.pool.telekom.hu) Quit (Ping timeout: 244 seconds)
[15:13] * skylite (~skylite@91EC3DE2.dsl.pool.telekom.hu) has joined #raspbian
[15:17] * jimvideo (~jimvideo@172.77.19.205) Quit (Ping timeout: 244 seconds)
[15:18] * jimvideo (~jimvideo@172.77.19.205) has joined #raspbian
[15:19] * InfoTest (~Thunderbi@tgn.149.26.40.dts.mg) has joined #raspbian
[15:20] * PowerKiller (~PK@unaffiliated/powerkiller) Quit (Remote host closed the connection)
[15:23] * ctarx (~ctarx@unaffiliated/ctarx) has joined #raspbian
[15:31] <at0m> dbtid: hdmi overscan? i'd play with disable_overscan=1 in config.txt
[15:31] * Tuttist (~Istutt@237.17.150.83.ftth.as8758.net) has joined #raspbian
[15:32] * IrishGringo (~chatzilla@2601:586:c200:6eaa:88e7:ff9f:1c40:d1c) has joined #raspbian
[15:34] * Spec (~Spec@unaffiliated/spec) has joined #raspbian
[15:40] * ctarx (~ctarx@unaffiliated/ctarx) Quit (Quit: Textual IRC Client: www.textualapp.com)
[15:42] * Nik05 (~Nik05@unaffiliated/nik05) Quit (Remote host closed the connection)
[15:45] * Nik05 (~Nik05@unaffiliated/nik05) has joined #raspbian
[15:55] * Domi__ (~chatzilla@s-8d3a1188.off.site.uni-stuttgart.de) has joined #raspbian
[15:56] * alex1a_ (~alex1a@a81-84-222-27.cpe.netcabo.pt) Quit (Quit: Leaving)
[15:56] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) has joined #raspbian
[15:56] * Domi__ (~chatzilla@s-8d3a1188.off.site.uni-stuttgart.de) Quit (Client Quit)
[15:56] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[15:59] * Domi (~chatzilla@2a02:8070:ba4:de00:7df9:2c09:279b:6060) Quit (Ping timeout: 260 seconds)
[16:00] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[16:14] * ctarx (~ctarx@unaffiliated/ctarx) has joined #raspbian
[16:21] * kish (~oracle@unaffiliated/oracle) has joined #raspbian
[16:25] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[16:27] * hecatae (~hecatae@host-89-242-13-240.static.as13285.net) has joined #raspbian
[16:30] * Haruno (~lucas@197.226.183.161) Quit (Read error: Connection reset by peer)
[16:31] * stiv (~steve@blender/coder/stivs) has joined #raspbian
[16:31] * lemonzest (~lemonzest@unaffiliated/lemonzest) Quit (Quit: Leaving)
[16:33] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[16:41] * wad (~wad@c-73-98-147-82.hsd1.ut.comcast.net) has joined #raspbian
[16:41] * deathleff (~duke@richhardt-bau.de) Quit (Quit: Democracy is not a spectator sport)
[16:43] * deathleff (~duke@itservice-schaefer.de) has joined #raspbian
[16:43] * taza (~taza@unaffiliated/taza) Quit ()
[16:48] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[16:49] * segf4ult (~segf4ult@stud-129.sdu.dk) has joined #raspbian
[16:51] * wad (~wad@c-73-98-147-82.hsd1.ut.comcast.net) Quit (Quit: Leaving)
[16:54] * white_magic (~white_mag@cpe-23-241-117-147.socal.res.rr.com) has joined #raspbian
[16:54] <white_magic> hi, does anyone here know which program is used in raspbian debian (for raspberry pi) to automatically mount usb drives?
[16:55] * xplora1a (~stuart@178-164-209-77.pool.digikabel.hu) has joined #raspbian
[17:00] * xplora1a (~stuart@178-164-209-77.pool.digikabel.hu) Quit (Ping timeout: 250 seconds)
[17:01] * AfroThundr (~AfroThund@2601:147:c000:ef5e:f06c:2e68:590e:9ba9) Quit (Ping timeout: 250 seconds)
[17:01] * AfroThundr (~AfroThund@2601:147:c000:ef5e:a4f6:1e98:35fe:46bd) has joined #raspbian
[17:02] * stiv guesses randomly: udev rules
[17:02] * AfroThundr (~AfroThund@2601:147:c000:ef5e:a4f6:1e98:35fe:46bd) Quit (Max SendQ exceeded)
[17:03] * taza (~taza@unaffiliated/taza) has joined #raspbian
[17:03] * AfroThundr (~AfroThund@2601:147:c000:ef5e:a4f6:1e98:35fe:46bd) has joined #raspbian
[17:03] <white_magic> hmm
[17:05] * drtic1 (~drtic@24.6.81.52) has joined #raspbian
[17:06] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[17:06] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[17:08] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[17:10] * InfoTest1 (~Thunderbi@154.126.65.95) has joined #raspbian
[17:11] <vagrantc> white_magic: kind of depends on what packages you have installed ...
[17:12] <white_magic> vagrantc: i dont have any packages related to filesystems installed. i have the standard raspbian jesse build on my pi
[17:13] * InfoTest (~Thunderbi@tgn.149.26.40.dts.mg) Quit (Ping timeout: 276 seconds)
[17:13] * InfoTest1 is now known as InfoTest
[17:13] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) Quit (Quit: Leaving)
[17:13] <vagrantc> white_magic: you mean the image produced by raspberrypi.org?
[17:13] <white_magic> yes
[17:13] <white_magic> im guessing that udisks is what mounts it automatically
[17:13] <vagrantc> do you know what desktop environment it is running?
[17:14] <white_magic> i thinks its xfce lemme check
[17:15] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[17:16] <vagrantc> now that i think about it, i don't think i've booted a raspberrypi.org image once in the 3+ years i've been messing with raspberry pi.
[17:16] <white_magic> been using arch instead?
[17:16] <vagrantc> no, i use raspbian or debian.
[17:17] <vagrantc> but not the raspberrypi.org generated images.
[17:17] <white_magic> oh, you get your raspbian image from elsewhere?
[17:17] <vagrantc> i just build it with debootstrap.
[17:18] <white_magic> wait, why does it matter which desktop env i have? im usually using it via ssh anyway
[17:18] <segf4ult> is that hard to do? buidling an image with debootstrap??
[17:20] * spinza (~spin@197.89.23.103) Quit (Ping timeout: 276 seconds)
[17:20] <white_magic> @vagrantc: figured it out: my desktop env is openbox
[17:22] <vagrantc> white_magic: i haven't really used any automounters other than with desktops ... but udisks seems to be the thing these days.
[17:29] * spinza (~spin@197.89.23.103) has joined #raspbian
[17:31] * segf4ult (~segf4ult@stud-129.sdu.dk) Quit (Quit: leaving)
[17:32] * skazz (~onsltd@bcdf2b22.skybroadband.com) has joined #raspbian
[17:33] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) Quit (Quit: Leaving...)
[17:39] <dbtid> at0m: thanks
[17:39] * dbtid (~dbtid@unaffiliated/dbtid) Quit (Quit: leaving)
[17:48] * dbtid (~dbtid@unaffiliated/dbtid) has joined #raspbian
[17:48] <dbtid> at0m: that worked, thanks.
[17:50] * BetaSoul (~textual@32.208.29.124) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[17:55] * InfoTest (~Thunderbi@154.126.65.95) Quit (Quit: InfoTest)
[17:57] * dougl (~doug@S0106c8fb265cba8c.wp.shawcable.net) has joined #raspbian
[18:01] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[18:02] * Beres (~beres@121.128.30.227) Quit (Quit: Beres IRC Script)
[18:03] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Remote host closed the connection)
[18:04] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[18:07] * yasnothil (yasnothil@2600:3c03::f03c:91ff:fe55:c675) Quit (Max SendQ exceeded)
[18:09] * Alan1 (~User@200.121.220.238) has joined #raspbian
[18:09] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[18:10] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[18:14] * augustomna2010 (~augustomn@177.98.178.25) has joined #raspbian
[18:14] * Alan1 (~User@200.121.220.238) has left #raspbian
[18:16] * BetaSoul (~textual@32.208.29.124) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[18:19] <fhtagn> Hi guys!
[18:20] <fhtagn> How can I give subsonic the /media/USBHDD/Movies path? is it [RPI_IP]/media/USBHDD/Movies ?
[18:20] * rominronin (~rominroni@91-115-164-221.adsl.highway.telekom.at) has joined #raspbian
[18:24] * AfroThundr (~AfroThund@2601:147:c000:ef5e:a4f6:1e98:35fe:46bd) Quit (Read error: Connection reset by peer)
[18:24] * BetaSoul (~textual@32.208.29.124) has joined #raspbian
[18:29] * jimvideo (~jimvideo@172.77.19.205) Quit (Ping timeout: 276 seconds)
[18:30] * jimvideo (~jimvideo@172.77.19.205) has joined #raspbian
[18:30] * blindwolf (~blindwolf@host86-182-236-209.range86-182.btcentralplus.com) has joined #raspbian
[18:32] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[18:33] <fhtagn> guys
[18:33] <fhtagn> what would be the path to acces /media/USBHDD remotely?
[18:34] * aguirab (52e856ec@gateway/web/freenode/ip.82.232.86.236) has joined #raspbian
[18:34] * aguirab (52e856ec@gateway/web/freenode/ip.82.232.86.236) Quit (Client Quit)
[18:34] * weox (uid112413@gateway/web/irccloud.com/x-okjegmvlrgssbcrf) Quit (Quit: Connection closed for inactivity)
[18:36] <white_magic> fhtagn: what do you mean remotely?
[18:36] <white_magic> you need to set up a means to access it
[18:36] <white_magic> do you mean from the same local network or from outside it?
[18:37] * taza (~taza@unaffiliated/taza) Quit ()
[18:41] * taza (~taza@unaffiliated/taza) has joined #raspbian
[18:42] <stiv> pi@raspberrypi:/media/USBHDD/Movies
[18:42] <white_magic> that would require ssh to be enabled
[18:42] <white_magic> but i think it would work
[18:43] * rominronin (~rominroni@91-115-164-221.adsl.highway.telekom.at) Quit ()
[18:43] <stiv> does NFS work on the pi?
[18:44] * TheLostAdmin (~TheLostAd@75-119-244-208.dsl.teksavvy.com) has joined #raspbian
[18:45] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[18:50] * AfroThundr (~AfroThund@2601:147:c000:ef5e:889:1068:634b:fbee) has joined #raspbian
[18:50] * AfroThundr (~AfroThund@2601:147:c000:ef5e:889:1068:634b:fbee) Quit (Max SendQ exceeded)
[18:53] * hinderaker (glenn@hinderaker.com) Quit (Quit: Quiting, because I can!)
[18:54] * mase-tech (~mase-tech@2a02:908:1862:9260:6c17:9a52:405d:bd6c) Quit (Remote host closed the connection)
[18:54] * hinderaker (~glenn@46.101.28.240) has joined #raspbian
[18:55] * hinderaker (~glenn@46.101.28.240) Quit (Client Quit)
[18:56] * hinderaker (glenn@hinderaker.com) has joined #raspbian
[18:56] * squirrel (mj@unaffiliated/squirrel) has joined #raspbian
[18:57] * aguirab (52e856ec@gateway/web/freenode/ip.82.232.86.236) has joined #raspbian
[18:58] <fhtagn> ok I'm back
[18:58] <fhtagn> @stiv that should do it
[18:58] * aguirab (52e856ec@gateway/web/freenode/ip.82.232.86.236) Quit (Client Quit)
[18:58] <fhtagn> it's on the local yes
[18:58] <fhtagn> but I'm running in another issue now
[18:58] <fhtagn> mounted my USBHDD to /media/USBHDD and now it seems to be read-only file system and I can't write on it
[18:59] * aguirab (52e856ec@gateway/web/freenode/ip.82.232.86.236) has joined #raspbian
[18:59] <stiv> who mounted it?
[19:01] <fhtagn> I did, with sudo mount -o uid=pi,gid=pi /dev/sda1 /media/USBHDD
[19:02] * weox (uid112413@gateway/web/irccloud.com/x-czxdyxpewyqzoryw) has joined #raspbian
[19:02] <fhtagn> I did, with sudo mount -o uid=pi,gid=pi /dev/sda1 /media/USBHDD
[19:05] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[19:06] <fhtagn> is it the right syntax?
[19:06] <fhtagn> so pi is the gid and uid user
[19:07] <fhtagn> do I need to add "w" to make it rw?
[19:07] * augustomna2010 (~augustomn@177.98.178.25) Quit (Ping timeout: 260 seconds)
[19:08] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[19:18] * aguirab (52e856ec@gateway/web/freenode/ip.82.232.86.236) Quit (Quit: Page closed)
[19:21] <stiv> yeah. you need a write flag. or 'defaults'
[19:23] <fhtagn> hmm just rebooted and it's stuck at Atached SCSI disk
[19:32] * whatever_sc_ (~whatever_@63-158-200-238.dia.static.qwest.net) Quit (Ping timeout: 240 seconds)
[19:33] * whatever_sc_ (~whatever_@63-158-200-238.dia.static.qwest.net) has joined #raspbian
[19:40] * ctarx (~ctarx@unaffiliated/ctarx) Quit (Quit: Textual IRC Client: www.textualapp.com)
[19:43] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[19:43] * YoY_ (~YoY@ARennes-659-1-168-139.w2-12.abo.wanadoo.fr) has joined #raspbian
[19:46] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 252 seconds)
[19:49] * blindwolf (~blindwolf@host86-182-236-209.range86-182.btcentralplus.com) Quit (Remote host closed the connection)
[20:00] * TheLostAdmin (~TheLostAd@75-119-244-208.dsl.teksavvy.com) Quit (Quit: Leaving)
[20:04] * vagrantc (~vagrant@unaffiliated/vagrantc) Quit (Quit: leaving)
[20:09] * mind_ (~mind@p54A97DB3.dip0.t-ipconnect.de) has joined #raspbian
[20:10] <mind_> hello, i need help with udev, i want to restart a service whenever a certain wifi stick is plugged in
[20:11] <mind_> it looks like the idProcut und idVendor is never recognized or the RUN+= fails, but i have no odea hwo to check
[20:11] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[20:12] * startxssh_ (bcb002c3@gateway/web/freenode/ip.188.176.2.195) has joined #raspbian
[20:12] <startxssh_> hey
[20:13] <startxssh_> can i do startx over ssh or do i need to do e.g. "firefox"
[20:14] <mind_> you can install lynx and do ssh browsing XD works interestingly good
[20:14] <startxssh_> i k r
[20:14] <mind_> i mean textbrowsing
[20:14] <startxssh_> i need to setup bluetooth by ssh
[20:14] <mind_> when you have xserver on your side you can tunne x-session of vssh
[20:14] <startxssh_> but wait.. i have an monitor, i can just use it..
[20:15] <mind_> nah sorry for my typos it's late and dark
[20:15] <startxssh_> ikr, ssh -Y
[20:15] <startxssh_> or -X
[20:15] <startxssh_> don't be affrid ;)
[20:15] <mind_> do you by chance know how tu program udev rules ? :D
[20:15] <startxssh_> light some lights, candles or eat some popcorn
[20:15] <startxssh_> what do you mean?
[20:16] <startxssh_> also i useually use ferm for firewalls
[20:16] <mind_> i want a service restarted whenever i plug in my wifi
[20:16] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[20:16] <startxssh_> sorry, i can't help you with that
[20:16] <mind_> nah okay :)
[20:17] <startxssh_> take care mind_
[20:17] * mildouze (~Icedove@AAmiens-156-1-47-25.w90-18.abo.wanadoo.fr) Quit (Remote host closed the connection)
[20:17] <startxssh_> btw, do you come here often?
[20:18] <startxssh_> at freenode i mean?
[20:18] <mind_> no, first visit
[20:18] <stiv> mind_, /etc/udev/rules.d
[20:18] <startxssh_> alright, i have a user here, might come in handy if you want to talk
[20:19] <mind_> k, i'll move freenode a bit up in my favorites XD
[20:19] * jova2 (~jova2@199.58.81.144) Quit (Ping timeout: 276 seconds)
[20:20] <mind_> stiv: yes, i creates a .rules file and added ACTION="add", UBSYSTEM="usb", RUN+="sudo service hostapd restart" but it looks like it's never been run
[20:20] <startxssh_> mind_ check tabs
[20:20] <mind_> SUBSYSTEM
[20:21] <stiv> the ATTRS part matters
[20:21] * startxssh_ (bcb002c3@gateway/web/freenode/ip.188.176.2.195) Quit (Quit: Page closed)
[20:22] <mind_> ATTRS{idVendor}=="148f", ATTRS{idProduct}=="5370", RUN+= .... did nothing also
[20:22] * taza (~taza@unaffiliated/taza) Quit ()
[20:23] <mind_> i used it with and without action. same for subsystem
[20:23] <mind_> can you give me a minimal line to get a simple running example to check against ?
[20:24] <mind_> and maybe more meaningful response than creating a directory XD something with direct feedbackl yould be nice
[20:24] * taza (~taza@unaffiliated/taza) has joined #raspbian
[20:28] * IrishGringo (~chatzilla@2601:586:c200:6eaa:88e7:ff9f:1c40:d1c) Quit (Ping timeout: 276 seconds)
[20:29] * pingaan (~tjohej@46.246.88.163) has joined #raspbian
[20:31] * taza (~taza@unaffiliated/taza) Quit ()
[20:32] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) has joined #raspbian
[20:35] * BetaSoul (~textual@32.208.29.124) Quit (Quit: My Mac has gone to sleep. ZZZzzz…)
[20:36] * elastix (~Thunderbi@net-93-66-233-233.cust.vodafonedsl.it) Quit (Quit: elastix)
[20:40] * jova2 (~jova2@199.58.81.144) has joined #raspbian
[20:48] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[20:52] * outofsorts (~outofsort@162.219.176.3) Quit (Ping timeout: 276 seconds)
[20:52] * nethershaw (~nether@unaffiliated/nethershaw) Quit (Ping timeout: 276 seconds)
[20:56] * dougl (~doug@S0106c8fb265cba8c.wp.shawcable.net) Quit (Remote host closed the connection)
[20:56] * outofsorts (~outofsort@104.254.90.203) has joined #raspbian
[21:00] * mind_ (~mind@p54A97DB3.dip0.t-ipconnect.de) Quit (Quit: Leaving)
[21:02] * rela (~x@pdpc/supporter/active/rela) Quit (Read error: Connection reset by peer)
[21:03] * NicoHood (~linuxuser@ip-178-201-120-186.hsi08.unitymediagroup.de) has left #raspbian
[21:04] * pingaan (~tjohej@46.246.88.163) Quit (Ping timeout: 252 seconds)
[21:05] * Pulp (~Pulp@63-221-50-195.dyn.estpak.ee) has joined #raspbian
[21:05] * pingaan (~tjohej@178.73.196.55) has joined #raspbian
[21:06] * PasNox_ (~pasnox@2a01:e34:ee42:d070:5804:2a0c:d811:49c8) Quit (Quit: Leaving - Cross platform IDE http://monkeystudio.org)
[21:08] * Pulp (~Pulp@63-221-50-195.dyn.estpak.ee) Quit (Client Quit)
[21:08] * Pulp (~Pulp@63-221-50-195.dyn.estpak.ee) has joined #raspbian
[21:15] * wiiguy (~fake@unaffiliated/wiiguy) Quit (Quit: The Kirito is always right foundation. Grand reopening.)
[21:19] * fhtagn (~fhtagn@142.167.68.248) Quit (Ping timeout: 252 seconds)
[21:23] * factor (~factor@ip70-185-223-172.ok.ok.cox.net) Quit (Quit: Leaving)
[21:29] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[21:32] * dougl (~doug@S0106c8fb265cba8c.wp.shawcable.net) has joined #raspbian
[21:34] * Tuttist (~Istutt@237.17.150.83.ftth.as8758.net) Quit (Quit: *schwupps*)
[21:36] * john51_ (~john@15255.s.time4vps.eu) Quit (Remote host closed the connection)
[21:37] * yasnothil (~yasnothil@li394-234.members.linode.com) has joined #raspbian
[21:37] * john51 (~john@15255.s.time4vps.eu) has joined #raspbian
[21:38] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[21:39] * xg (~xg@KD113159255002.ppp-bb.dion.ne.jp) has joined #raspbian
[21:40] * hecatae (~hecatae@host-89-242-13-240.static.as13285.net) Quit (Quit: Leaving)
[21:41] * funky1 (~funky@ip51cf100e.direct-adsl.nl) Quit (Remote host closed the connection)
[21:56] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) Quit (Quit: Leaving)
[21:56] * alex1a (~alex1a@a81-84-222-27.cpe.netcabo.pt) has joined #raspbian
[21:59] * pingaan (~tjohej@178.73.196.55) Quit (Remote host closed the connection)
[22:04] * plugwash (~plugwash@97e07685.skybroadband.com) has joined #raspbian
[22:04] * ChanServ sets mode +o plugwash
[22:06] * pingaan (~tjohej@5.254.151.117) has joined #raspbian
[22:09] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[22:11] * smokeo_ (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[22:11] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Read error: Connection reset by peer)
[22:16] * smokeo_ (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Ping timeout: 276 seconds)
[22:28] * H4ndy is now known as h4ndy
[22:33] * fhtagn (~fhtagn@142.167.68.248) has joined #raspbian
[22:34] * Stig (~the_One@94.23.84.4) Quit (Ping timeout: 264 seconds)
[22:35] * Stig (~the_One@94.23.84.4) has joined #raspbian
[22:40] * trench (trench@unaffiliated/trench) Quit (Ping timeout: 260 seconds)
[22:44] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[22:46] * trench (trench@unaffiliated/trench) has joined #raspbian
[22:47] <matthias1> hey, so i added in crontab -e
[22:47] <matthias1> @reboot /usr/bin/deluge-web
[22:47] <matthias1> and now it wont boot up... any idea what i can do to reverse it ?
[22:49] * squirrel (mj@unaffiliated/squirrel) has left #raspbian
[22:51] * Azlux (~Azlux@unaffiliated/azlux) has joined #raspbian
[22:52] * Azlux (~Azlux@unaffiliated/azlux) Quit (Remote host closed the connection)
[22:55] <nkuttler> matthias1: what won't boot?
[22:55] <nkuttler> the entire os?
[23:04] * jova2 (~jova2@199.58.81.144) Quit (Ping timeout: 260 seconds)
[23:05] * white_magic (~white_mag@cpe-23-241-117-147.socal.res.rr.com) Quit (Ping timeout: 276 seconds)
[23:17] * balrog-k1n (~balrog@89-67-121-18.dynamic.chello.pl) Quit (Ping timeout: 276 seconds)
[23:18] * balrog-k1n (~balrog@89-67-121-18.dynamic.chello.pl) has joined #raspbian
[23:18] * jova2 (~jova2@199.58.81.144) has joined #raspbian
[23:27] * skazz (~onsltd@bcdf2b22.skybroadband.com) Quit (Ping timeout: 276 seconds)
[23:31] * MobGod (~Mob@unaffiliated/mobgod) has joined #raspbian
[23:31] * nethershaw (~nether@unaffiliated/nethershaw) has joined #raspbian
[23:34] * vagrantc (~vagrant@unaffiliated/vagrantc) has joined #raspbian
[23:34] * ChanServ sets mode +o vagrantc
[23:37] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) Quit (Remote host closed the connection)
[23:38] * Seres (~lambda@105.sub-75-192-237.myvzw.com) has joined #raspbian
[23:43] * joshskidmore (~joshskidm@108.61.193.136) Quit (Ping timeout: 276 seconds)
[23:44] * jimvideo (~jimvideo@172.77.19.205) Quit (Quit: Leaving)
[23:45] * RockKeyman (~RockKeyma@net-2-33-19-248.cust.dsl.teletu.it) Quit (Quit: Leaving)
[23:45] * joshskidmore (~joshskidm@108.61.193.136) has joined #raspbian
[23:47] * smokeo (~smokeo@CPE00fc8d959ad3-CM00fc8d959ad0.cpe.net.cable.rogers.com) has joined #raspbian
[23:47] <matthias1> nkuttler: yep, just got 'stuck'
[23:49] <matthias1> plugged in a screen and booting it now
[23:51] <matthias1> Loading kernel module fuse (a few modprobe errors before and a fatal)
[23:51] <matthias1> and checking if shift key is held fown:
[23:51] <matthias1> and its dead here
[23:52] * DevBox (~DevBox@unaffiliated/zacdev) has joined #raspbian
[23:59] <fhtagn> what command should I use to grant full access to a USBHDD drive I hooked on my rasp?

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