#raspbian IRC Log

Index

IRC Log for 2014-12-30

Timestamps are in GMT/BST.

[0:00] <rmc08> vagrantc: what am I looking for in there?
[0:00] <rmc08> I don't see anything pointing to certs
[0:02] <teclo-> rmc08: basically auth.log will list failed and successful logins
[0:02] <vagrantc> the failed ones might give you information about what went wrong
[0:02] <teclo-> rmc08: if you're trying to login through ssh for instance, it will be logged there
[0:03] <teclo-> for instance I'm seeing "Accepted publickey for ..." when I login using ssh and a public key
[0:04] <rmc08> the thing is, my keys are all in the right place
[0:04] <rmc08> but it's not asking for them during login
[0:04] <rmc08> its letting me in with just my pi password
[0:04] <rmc08> "Accepted password for pi from 192.168.1.3 port 59982 ssh2"
[0:04] <gregoa> `ssh -v' or -vv or -vvv might also give you a clue about what's happening
[0:05] <teclo-> rmc08: perhaps didn't you put the keys at the right place...
[0:05] <teclo-> yes, you can also use ssh -v like gregoa says
[0:06] <teclo-> it will probably be easier because you'll see everything you client is trying
[0:06] * vagrantc would recommend jumping straight to -vvv
[0:07] <gregoa> rmc08: how did you put the public key into ~/.ssh/authorized_keys on the server?
[0:07] <rmc08> I just ran cat ~/.ssh/id_rsa.pub | ssh <USERNAME>@<IP-ADDRESS> 'cat >> .ssh/authorized_keys'
[0:07] <rmc08> on my iPhone's terminal
[0:07] <rmc08> and it successfully stored it just now
[0:08] <rmc08> I had copy /pasted it before and tried a command line to see if this would work instead but it shouldn't change anything I dont think
[0:08] <rmc08> let me try ssh -v
[0:08] <gregoa> iphone? keys on the rpi? I'm confused from where to where you want to connect :)
[0:09] <rmc08> I set up keys for each of my devices
[0:09] <rmc08> I'm trying to make the rpi require public keys from each device
[0:09] <rmc08> and I generated some public / private keypairs on my jailbroken iPhone and just added the public key to authorized_keys on my rpi
[0:10] <gregoa> ah, ok. I was confused by the generation of keys on the rpi that you mentioned earlier
[0:11] <rmc08> there's nothing in any settings file that I have to enable for certs to work, is there?
[0:12] <gregoa> not on debian/raspbian, should just work
[0:12] <gregoa> no idea if your iphone uses the key when connecting
[0:12] <rmc08> but shouldnt my rpi be refusing connection w/o the key?
[0:13] <rmc08> it should say at the top when it logs in that it's using a cert, and it does not. I also never typed in the rpi's private key
[0:13] <rmc08> password*
[0:14] <gregoa> in the default config, the sshd on the rpi either uses the key (first) or asks for a passphrase (second)
[0:14] <rmc08> -v is giving me some good info
[0:15] <rmc08> http://pastie.org/9804386
[0:16] <rmc08> gregoa: wait, so it will take either/or then?
[0:16] <rmc08> I need it to require both, mandatory
[0:17] <gregoa> both? you can either use a key or your account password to log in. or do you mean the passphrase of the key? that's also client-side
[0:18] <gregoa> so what the log shows is that the client offers a key, and the server doesn't like it an proposes to go on via password authentication
[0:18] <rmc08> yeah I want it so that a password AND a whitelisted public key is required
[0:19] <rmc08> also yeah the reason that client was rejected is since I didn't add the public key from my ubuntu vm
[0:19] <gregoa> hm, I don't know if that's possible, at least I've never seen it. time for reading man sshd_config :)
[0:19] <gregoa> ok. that makes sense then if the public key is not on the server :)
[0:21] <rmc08> according to debug on my iphone it seems my iphone doesn't want to connect via public key either =/ does the public key have to be named id_rsa?
[0:22] <rmc08> also I think the issue is definitely in the configuration, at least for needing both password and certificate :)
[0:23] <rmc08> aha, renaming it to id_rsa allowed me to connect via cert ^^
[0:24] <gregoa> you can see that names of possible private key files in your earlier paste, and the public key parts are typically the same plus ".pub"
[0:25] <gregoa> just curious but why would you want both the key and the user password? (as opposed to a key with a passphrase e.g.)
[0:25] <rmc08> its more secure isn't it? :)
[0:26] <rmc08> and yeah that was my bad
[0:26] <rmc08> I quickly skimmed it
[0:29] <vagrantc> just put a password on each of your keys and be done with it.
[0:29] * vagrantc waves
[0:29] * vagrantc (~vagrant@freegeek/vagrantc) Quit (Quit: leaving)
[0:32] * santpython (~santpytho@2601:7:9d00:4a8:224:d7ff:fee6:ba3c) Quit (Ping timeout: 258 seconds)
[0:33] <rmc08> oh I never got to say thank you >.<
[0:51] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Ping timeout: 240 seconds)
[0:51] * butcher99 (butcher907@cpc6-ipsw1-2-0-cust904.7-4.cable.virginm.net) Quit (Ping timeout: 276 seconds)
[0:51] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[0:52] * skylite (~skylite@BC064AB4.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[0:59] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Ping timeout: 245 seconds)
[1:01] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) has joined #raspbian
[1:05] * efc (~efc@node96.11.251.72.1dial.com) Quit (Remote host closed the connection)
[1:06] * efc (~efc@node96.11.251.72.1dial.com) has joined #raspbian
[1:07] * acidjazz[OAK] is now known as acidjazz
[1:11] * Hopper (Hopper@166.87.76.188.dynamic.jazztel.es) Quit (Quit: Leaving)
[1:18] * efc (~efc@node96.11.251.72.1dial.com) Quit (Quit: Too many cooks!)
[1:19] * efc (~efc@82.sub-75-203-151.myvzw.com) has joined #raspbian
[1:24] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[1:26] * angasule (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) Quit (Read error: Connection reset by peer)
[1:26] * angasule_ (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) has joined #raspbian
[1:31] * Aranel (~Aranel@unaffiliated/aranel) Quit (Ping timeout: 245 seconds)
[1:32] * Aranel (~Aranel@unaffiliated/aranel) has joined #raspbian
[1:34] * Anakat (~Anakat@213.21.25.26) has joined #raspbian
[1:37] * Aranel (~Aranel@unaffiliated/aranel) Quit (Ping timeout: 258 seconds)
[1:43] * Aranel (~Aranel@unaffiliated/aranel) has joined #raspbian
[1:46] * efc2 (~efc@210.sub-75-204-87.myvzw.com) has joined #raspbian
[1:48] * efc (~efc@82.sub-75-203-151.myvzw.com) Quit (Ping timeout: 255 seconds)
[1:52] * dm7freek (~dm7freek@c-67-182-131-225.hsd1.wa.comcast.net) Quit (Remote host closed the connection)
[1:55] * Anakat_ (~Anakat@94.229.78.60) has joined #raspbian
[1:56] * Anakat (~Anakat@213.21.25.26) Quit (Ping timeout: 245 seconds)
[2:16] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Remote host closed the connection)
[2:22] * Riviera_ (Riviera@2a03:b0c0:1:d0::10:b001) has joined #raspbian
[2:24] * Anakat (~Anakat@h5-152-200-213.host.redstation.co.uk) has joined #raspbian
[2:28] * Anakat_ (~Anakat@94.229.78.60) Quit (Ping timeout: 244 seconds)
[2:29] * keel (~keel@2001:470:1f14:dd5:ba7e::face) Quit (Ping timeout: 265 seconds)
[2:39] * arcaos (~arcaos@host-12-205-154.linksat.net.ar) Quit (Ping timeout: 245 seconds)
[2:40] * efc2 (~efc@210.sub-75-204-87.myvzw.com) Quit (Read error: Connection reset by peer)
[2:46] * efc (~efc@node96.11.251.72.1dial.com) has joined #raspbian
[3:01] * Hopper (Hopper@166.87.76.188.dynamic.jazztel.es) has joined #raspbian
[3:05] * rmc08 (~quassel@unaffiliated/rmc08) Quit (Remote host closed the connection)
[3:05] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Remote host closed the connection)
[3:06] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[3:07] * rmc08 (~quassel@pool-173-54-111-96.nwrknj.fios.verizon.net) has joined #raspbian
[3:07] * rmc08 (~quassel@pool-173-54-111-96.nwrknj.fios.verizon.net) Quit (Changing host)
[3:07] * rmc08 (~quassel@unaffiliated/rmc08) has joined #raspbian
[3:18] * dm7freek (~dm7freek@73.181.156.29) has joined #raspbian
[3:20] * superkulak (~superkula@2a00:d880:6:262::45a3) Quit (Ping timeout: 258 seconds)
[3:21] * Alynna (~alynna@c-174-51-45-219.hsd1.co.comcast.net) Quit (Ping timeout: 258 seconds)
[3:22] * Alynna (~alynna@2001:558:6040:9:7179:af91:648c:980b) has joined #raspbian
[3:23] * superkulak (~superkula@2a00:d880:6:262::45a3) has joined #raspbian
[3:26] * i8igmac (~bigmac@c-71-231-89-72.hsd1.wa.comcast.net) Quit (Ping timeout: 240 seconds)
[3:43] * Anakat (~Anakat@h5-152-200-213.host.redstation.co.uk) Quit (Ping timeout: 244 seconds)
[3:53] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 245 seconds)
[3:56] * efc (~efc@node96.11.251.72.1dial.com) Quit (Ping timeout: 258 seconds)
[3:58] * mike_t (~mike@pluto.dd.vaz.ru) has joined #raspbian
[4:04] * efc (~efc@node25.12.251.72.1dial.com) has joined #raspbian
[4:17] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[4:22] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 244 seconds)
[4:27] * taza (~taza@unaffiliated/taza) Quit ()
[4:28] * sifar (~CD@106.66.160.70) has joined #raspbian
[4:32] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) Quit (Quit: Nettalk6 - www.ntalk.de)
[4:41] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[4:53] * Domin (domin@hahah.org) Quit (Ping timeout: 244 seconds)
[4:53] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 264 seconds)
[4:58] * Domin (domin@70.39.90.69) has joined #raspbian
[5:02] * morlenxus (~morlenxus@enlightenment/developer/morlenxus) Quit (Disconnected by services)
[5:06] * dm7freek (~dm7freek@73.181.156.29) Quit (Remote host closed the connection)
[5:18] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[5:23] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 244 seconds)
[5:44] * killer_prince (~killer_pr@122.172.220.47) Quit (Ping timeout: 244 seconds)
[5:59] * angasule_ (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) Quit (Ping timeout: 245 seconds)
[6:02] * killer_prince (~killer_pr@122.167.170.118) has joined #raspbian
[6:02] * killer_prince is now known as lazy_prince
[6:04] * mah454 (~quassel@46.209.247.248) has joined #raspbian
[6:05] * Hopper (Hopper@166.87.76.188.dynamic.jazztel.es) Quit (Read error: Connection reset by peer)
[6:12] * sifar (~CD@106.66.160.70) Quit (Read error: Connection reset by peer)
[6:19] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[6:20] * arpad_______ (20320@ninthfloor.org) has joined #raspbian
[6:23] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 240 seconds)
[6:36] * iazz_ (~iazz@g224179096.adsl.alicedsl.de) Quit (Ping timeout: 245 seconds)
[6:36] * bizarro_1 (~bizarro_1@87.Red-88-21-73.staticIP.rima-tde.net) Quit (Read error: Connection reset by peer)
[6:41] * iazz_ (~iazz@d185232.adsl.hansenet.de) has joined #raspbian
[6:41] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[6:48] * arpad_______ (20320@ninthfloor.org) Quit (Quit: Lost terminal)
[6:51] * dm7freek (~dm7freek@2601:8:b280:79:fd70:f83e:8093:2319) has joined #raspbian
[6:57] * yahooguntu (~yahoogunt@adsl-69-208-3-216.dsl.akrnoh.ameritech.net) Quit (Ping timeout: 250 seconds)
[6:57] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[7:01] * Techguy305|2 (~kvirc@199.48.244.124) has joined #raspbian
[7:03] * Techguy305 (~kvirc@128.90.35.138) Quit (Ping timeout: 264 seconds)
[7:30] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 256 seconds)
[7:32] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 245 seconds)
[7:34] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[8:02] * Anakat (~Anakat@213.21.25.26) has joined #raspbian
[8:03] * Anakat (~Anakat@213.21.25.26) Quit (Remote host closed the connection)
[8:04] * twolife` is now known as twolife
[8:09] * otter768 (~otter768@67.11.53.3) Quit (Remote host closed the connection)
[8:17] * teran_ (~teran@91.218.144.129) has joined #raspbian
[8:19] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[8:27] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[8:31] * MIR100 (~mir100@c-76-16-58-23.hsd1.il.comcast.net) has joined #raspbian
[8:40] * mike_t (~mike@pluto.dd.vaz.ru) Quit (Remote host closed the connection)
[8:41] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[8:41] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[8:43] * efc (~efc@node25.12.251.72.1dial.com) Quit (Ping timeout: 245 seconds)
[8:46] * BManojlovic (~steki@91.195.39.5) has joined #raspbian
[8:46] * BManojlovic (~steki@91.195.39.5) Quit (Changing host)
[8:46] * BManojlovic (~steki@opensuse/member/bmanojlovic) has joined #raspbian
[8:56] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) has joined #raspbian
[9:02] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[9:05] * teran_ (~teran@91.218.144.129) Quit (Ping timeout: 255 seconds)
[9:06] * v0lt_ (~textual@unaffiliated/v0lt/x-7782577) has joined #raspbian
[9:06] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 244 seconds)
[9:10] * Lupinedk is now known as lupinedk
[9:10] * v0lt_ (~textual@unaffiliated/v0lt/x-7782577) Quit (Ping timeout: 240 seconds)
[9:13] * Anakat (~Anakat@213.21.19.234) has joined #raspbian
[9:18] * Anakat (~Anakat@213.21.19.234) Quit (Ping timeout: 245 seconds)
[9:20] * Anakat (~Anakat@213.21.19.234) has joined #raspbian
[9:24] * stealthii (sid17385@gateway/web/irccloud.com/x-dsulllmvwulhygkh) Quit (Ping timeout: 258 seconds)
[9:25] * i_ron (ES@2001:41d0:52:300::5b0) Quit (Ping timeout: 258 seconds)
[9:26] * AgentThom (~AgentThom@524A4C42.cm-4-3b.dynamic.ziggo.nl) Quit (Ping timeout: 258 seconds)
[9:27] * stealthii (sid17385@gateway/web/irccloud.com/x-qryamdvbcuyrycdc) has joined #raspbian
[9:27] * AgentThom (~AgentThom@524A4C42.cm-4-3b.dynamic.ziggo.nl) has joined #raspbian
[9:28] * i_ron (ES@2001:41d0:52:300::5b0) has joined #raspbian
[9:39] * keel (~keel@2001:470:1f14:dd5:ba7e::face) has joined #raspbian
[9:47] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Quit: Leaving...)
[9:49] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) Quit (Ping timeout: 265 seconds)
[9:49] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[9:53] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) has joined #raspbian
[9:56] * Anakat (~Anakat@213.21.19.234) Quit (Ping timeout: 250 seconds)
[9:56] * Anakat (~Anakat@h5-152-200-204.host.redstation.co.uk) has joined #raspbian
[9:57] * Paradisee (~quassel@93.49.196.181) has joined #raspbian
[10:10] * Anakat (~Anakat@h5-152-200-204.host.redstation.co.uk) Quit (Ping timeout: 245 seconds)
[10:10] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[10:10] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 244 seconds)
[10:15] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 240 seconds)
[10:16] * blkaway is now known as blkhawk
[10:23] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) has joined #raspbian
[10:29] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Read error: Connection reset by peer)
[10:30] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[10:32] * MIR100 (~mir100@c-76-16-58-23.hsd1.il.comcast.net) Quit (Quit: Ex-Chat)
[10:33] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) Quit (Quit: Leaving)
[10:40] * tobinski (~tobinski@x2f60bda.dyn.telefonica.de) has joined #raspbian
[10:50] * mah454 (~quassel@46.209.247.248) Quit (Remote host closed the connection)
[10:55] * butcher99 (~butcher90@host-92-28-246-17.as13285.net) has joined #raspbian
[11:11] * teran (~teran@91.218.144.129) has joined #raspbian
[11:38] * darkbasic (~quassel@niko.linuxsystems.it) Quit (Quit: No Ping reply in 180 seconds.)
[11:38] * darkbasic (~quassel@niko.linuxsystems.it) has joined #raspbian
[11:41] * Paradisee (~quassel@93.49.196.181) Quit (Remote host closed the connection)
[11:46] * blkhawk is now known as blkaway
[11:48] * blkaway is now known as blkhawk
[12:00] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: ZNC - http://znc.in)
[12:01] * ApolloJustice (~ApolloJus@201.127.189.29) has joined #raspbian
[12:04] * ApolloJustice (~ApolloJus@201.127.189.29) Quit (Changing host)
[12:04] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[12:05] * ErfanBs (05ed0d4f@gateway/web/freenode/ip.5.237.13.79) has joined #raspbian
[12:07] <ErfanBs> Hi, which one is better for Raspberry Pi 512MB, Raspbian or Debian ?
[12:11] <ApolloJustice> I just prefer Raspbian because it just works better out of the box, I have a B+
[12:11] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[12:13] * Gamoder_ (~quassel@2a03:f80:ed16:ed16:ed16:ed16:17a0:67c0) has joined #raspbian
[12:13] * qdk (~qdk@87.72.0.40) Quit (Ping timeout: 256 seconds)
[12:14] * Gamoder (~quassel@2a03:f80:ed16:ed16:ed16:ed16:17a0:67c0) Quit (Ping timeout: 258 seconds)
[12:15] <shiftplusone> ErfanBs: raspbian, no doubt about it.
[12:15] <leio> mainly because debian doesn't work on armv6 at all and isn't a valid choice :D
[12:16] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 264 seconds)
[12:17] <ErfanBs> leech started for raspbian :D
[12:17] * zGrr (~grr@213.158.219.201.pat.umts.dynamic.t-mobile.pl) has joined #raspbian
[12:20] * Techguy305|2 (~kvirc@199.48.244.124) Quit (Ping timeout: 244 seconds)
[12:20] * ErfanBs (05ed0d4f@gateway/web/freenode/ip.5.237.13.79) Quit (Quit: Page closed)
[12:24] * lellel (58cf80e7@gateway/web/freenode/ip.88.207.128.231) has joined #raspbian
[12:25] * lellel (58cf80e7@gateway/web/freenode/ip.88.207.128.231) has left #raspbian
[12:33] <shiftplusone> leio: armel does
[12:34] <leio> oh ok, yes, soft and all that
[12:34] <shiftplusone> typ
[12:34] <shiftplusone> *yup
[12:45] * hanfm (~Thunderbi@koln-5d81d57b.pool.mediaWays.net) has joined #raspbian
[12:48] * magicknot (~magicknot@unaffiliated/magicknot) has joined #raspbian
[12:52] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) has joined #raspbian
[12:56] * rela (~x@pdpc/supporter/active/rela) has joined #raspbian
[12:59] * ApolloJustice_ (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[12:59] * asciich_ch (~quassel@89-184.104-92.cust.bluewin.ch) has joined #raspbian
[12:59] * ascii_ch (~quassel@89-184.104-92.cust.bluewin.ch) Quit (Remote host closed the connection)
[12:59] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Disconnected by services)
[12:59] * ApolloJustice_ is now known as ApolloJustice
[13:00] * pablo_pi (~pablo@190.148.17.210) has joined #raspbian
[13:04] * pablo_pi_ (~pablo@190.148.17.210) Quit (Ping timeout: 255 seconds)
[13:04] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 245 seconds)
[13:05] * KavanS (~quassel@LINBIT/KavanS) Quit (Write error: Connection reset by peer)
[13:05] * KavanSx (~quassel@220.sub-70-210-135.myvzw.com) has joined #raspbian
[13:05] * sifar (~CD@106.76.206.173) has joined #raspbian
[13:05] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[13:06] * wiiguy (~fake@unaffiliated/wiiguy) has joined #raspbian
[13:16] * mike_t (~mike@95.67.143.145) has joined #raspbian
[13:17] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[13:20] * angasule_ (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) has joined #raspbian
[13:23] * Hopper (~Hopper@166.87.76.188.dynamic.jazztel.es) has joined #raspbian
[13:25] * taza (~taza@unaffiliated/taza) has joined #raspbian
[13:25] * nils_2_ (~nils_2@p5795DE04.dip0.t-ipconnect.de) has joined #raspbian
[13:28] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) Quit (Ping timeout: 258 seconds)
[13:31] * mike_t (~mike@95.67.143.145) Quit (Remote host closed the connection)
[13:32] * nils_2_ is now known as nils_2
[13:32] * nils_2 (~nils_2@p5795DE04.dip0.t-ipconnect.de) Quit (Changing host)
[13:32] * nils_2 (~nils_2@unaffiliated/nils-2/x-2480262) has joined #raspbian
[13:34] * qdk (~qdk@188.120.76.163) has joined #raspbian
[13:36] * Kaboon (~Kaboon@524A76E8.cm-4-3b.dynamic.ziggo.nl) Quit (Ping timeout: 250 seconds)
[13:40] * teran (~teran@91.218.144.129) Quit (Remote host closed the connection)
[13:42] * Kaboon (~Kaboon@524A76E8.cm-4-3b.dynamic.ziggo.nl) has joined #raspbian
[13:55] * fengshaun (~fengshaun@unaffiliated/fengshaun) Quit (Ping timeout: 245 seconds)
[14:03] * angasule_ (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) Quit (Ping timeout: 250 seconds)
[14:09] * hanfm (~Thunderbi@koln-5d81d57b.pool.mediaWays.net) Quit (Quit: hanfm)
[14:12] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[14:13] * efc (~efc@196.sub-75-204-18.myvzw.com) has joined #raspbian
[14:17] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 244 seconds)
[14:29] * sifar (~CD@106.76.206.173) Quit (Quit: Bye)
[14:32] * efc (~efc@196.sub-75-204-18.myvzw.com) Quit (Ping timeout: 240 seconds)
[14:50] * MushroomKing (~Brian@71-10-176-81.dhcp.stls.mo.charter.com) Quit (Quit: SILENCE!)
[14:53] * MushroomKing (~Brian@71-10-176-81.dhcp.stls.mo.charter.com) has joined #raspbian
[14:53] * Scriven__ (~UserName@S01063085a9395770.vc.shawcable.net) Quit (Read error: Connection reset by peer)
[14:53] * Scriven__ (~UserName@S01063085a9395770.vc.shawcable.net) has joined #raspbian
[15:14] * sobral (c930e787@gateway/web/freenode/ip.201.48.231.135) has joined #raspbian
[15:15] <sobral> hello everyone!
[15:16] * skylite (~skylite@business-178-48-4-145.business.broadband.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[15:17] <sobral> i'm having problems with apt-get on raspbian, I can ping to archive.raspbian.org but "sudo apt-get update" still not working ( Some index files failed to download. They have been ignored, or old ones used instead.)
[15:18] * mah454 (~quassel@91.99.59.147) has joined #raspbian
[15:20] * bolt_ is now known as bolt
[15:22] <sobral> I can ping all the repositories with very low latency, but apt-get update fails completely, anyone can help?
[15:23] * frals (~frals@Maemo/community/contributor/frals) Quit (Quit: upgrades!)
[15:29] * sobral (c930e787@gateway/web/freenode/ip.201.48.231.135) Quit (Quit: Page closed)
[15:39] * twolife is now known as twolife`
[15:45] * BManojlovic (~steki@opensuse/member/bmanojlovic) Quit (Remote host closed the connection)
[15:45] * zGrr (~grr@213.158.219.201.pat.umts.dynamic.t-mobile.pl) Quit (Ping timeout: 258 seconds)
[15:50] * skylite (~skylite@BC064AB4.dsl.pool.telekom.hu) has joined #raspbian
[15:56] * mpmc (mpmc@unaffiliated/mpmc) Quit (Ping timeout: 258 seconds)
[15:56] * Climuffff (~Climufff@ip1f138eee.dynamic.kabel-deutschland.de) has joined #raspbian
[15:57] * zGrr (~grr@213.158.221.175) has joined #raspbian
[15:57] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[15:58] * Smx (Elite8556@gateway/shell/elitebnc/x-pisivgyqroinkyro) Quit (Excess Flood)
[15:59] * ApolloJustice_ (~ApolloJus@201.127.189.29) has joined #raspbian
[16:00] * ApolloJustice_ (~ApolloJus@201.127.189.29) Quit (Client Quit)
[16:00] * rela (~x@pdpc/supporter/active/rela) Quit (Ping timeout: 272 seconds)
[16:02] * mah454 (~quassel@91.99.59.147) Quit (Ping timeout: 250 seconds)
[16:03] * hgth (~smuxi@dslb-188-099-044-046.188.099.pools.vodafone-ip.de) has joined #raspbian
[16:04] * Smx (Elite8556@gateway/shell/elitebnc/x-ecpjtyactikrwqua) has joined #raspbian
[16:06] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: Leaving)
[16:08] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[16:09] * s7r (~s7r@openvpn/user/s7r) has joined #raspbian
[16:09] * teran_ (~teran@static.199.118.9.176.clients.your-server.de) has joined #raspbian
[16:12] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 264 seconds)
[16:13] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[16:13] * hgth (~smuxi@dslb-188-099-044-046.188.099.pools.vodafone-ip.de) Quit (Remote host closed the connection)
[16:17] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 256 seconds)
[16:19] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 264 seconds)
[16:22] * mpmc (mpmc@unaffiliated/mpmc) has joined #raspbian
[16:22] <- *mpmc* I'm not here at the moment, your message has been logged and I'll get back to you when I can / %
[16:27] * gax10 (~gx10@90.206.239.182) has joined #raspbian
[16:27] <gax10> evening
[16:27] * mpmc (mpmc@unaffiliated/mpmc) Quit (Ping timeout: 265 seconds)
[16:29] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) has joined #raspbian
[16:34] * mpmc (mpmc@unaffiliated/mpmc) has joined #raspbian
[16:34] <- *mpmc* I'm not here at the moment, your message has been logged and I'll get back to you when I can / %
[16:40] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) has joined #raspbian
[16:41] * teran_ (~teran@static.199.118.9.176.clients.your-server.de) Quit (Ping timeout: 256 seconds)
[17:09] * Urbani (~pi@a91-155-141-83.elisa-laajakaista.fi) has joined #raspbian
[17:10] <Urbani> I have little problem with RPi mobel b using raspbian, I tried to figure out how I can have audio from mic directly to speakers? Like using RPi as "megafone" because my amplifier doesnt have mic input. I have usb mic and HDMI voice out.
[17:11] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) has joined #raspbian
[17:11] * fengshaun (~fengshaun@unaffiliated/fengshaun) has joined #raspbian
[17:11] <shiftplusone> when you say mic.... how's thaat connected?
[17:11] <shiftplusone> sorry
[17:11] <shiftplusone> I should've finished reading what you said first >.>
[17:12] <shiftplusone> I think pulseaudio might a starting point, but I'm not sure about the best approach
[17:13] <shiftplusone> Yup.... google seems to agree that pulseaudio is the way to go
[17:13] * wad (~wad@c-67-161-249-46.hsd1.ut.comcast.net) has joined #raspbian
[17:14] <Urbani> I have tried to install pulseaudio for hours and its not working for now
[17:14] <Urbani> It starts, pacmd works but pactl gives me an error everytime..
[17:15] <shiftplusone> yup.... sounds like linux audio alright... I try not to touch the stuff.
[17:20] * zGrr (~grr@213.158.221.175) Quit (Quit: Leaving)
[17:22] <Urbani> I have avoided it years but now I have to
[17:23] <Urbani> Because.. Wife says so
[17:24] <Urbani> I founded this with google and I want do same thing exept not transferring sound via ssh just play it back immediatly
[17:24] <Urbani> arecord -D plughw:1,0 -f dat | ssh -C user@remoteip aplay -f dat
[17:25] <Urbani> Im in wrong direction if I want use something like this?
[17:35] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Ping timeout: 245 seconds)
[17:36] * sifar (~CD@106.77.165.90) has joined #raspbian
[17:39] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[17:49] * blkhawk is now known as blkaway
[17:50] * keel (~keel@2001:470:1f14:dd5:ba7e::face) Quit (Ping timeout: 265 seconds)
[17:50] * Techguy305 (~kvirc@128.90.33.77) has joined #raspbian
[17:52] * yahooguntu (~yahoogunt@adsl-69-208-0-164.dsl.akrnoh.ameritech.net) has joined #raspbian
[17:56] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) has joined #raspbian
[18:09] * keel (~keel@2001:470:1f14:dd5:ba7e::face) has joined #raspbian
[18:11] * yahooguntu (~yahoogunt@adsl-69-208-0-164.dsl.akrnoh.ameritech.net) Quit (Quit: Leaving)
[18:17] * dm7freek (~dm7freek@2601:8:b280:79:fd70:f83e:8093:2319) Quit (Remote host closed the connection)
[18:17] * Natch (~Natch@h-155-122.a444.priv.bahnhof.se) Quit (Remote host closed the connection)
[18:22] * mike_t (~mike@95.67.143.145) has joined #raspbian
[18:23] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) Quit (Quit: Leaving)
[18:25] * bizarro_1 (~bizarro_1@182.Red-88-20-113.staticIP.rima-tde.net) has joined #raspbian
[18:26] * frals (~frals@Maemo/community/contributor/frals) has joined #raspbian
[18:26] * mike_t (~mike@95.67.143.145) Quit (Remote host closed the connection)
[18:33] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) Quit (Ping timeout: 265 seconds)
[18:34] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Quit: ZNC - http://znc.in)
[18:35] * And_prog_desaste (~chatzilla@88.134.130.45) has joined #raspbian
[18:35] <And_prog_desaste> hi all i need help to get a non keybord non display system runing a bash sh on startup
[18:36] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) Quit (Excess Flood)
[18:36] <And_prog_desaste> so fa all works fine on monitor and keyboard
[18:37] <And_prog_desaste> but how do i manage that as a just start on power
[18:38] <shiftplusone> make it a service or add it to rc.local
[18:39] <And_prog_desaste> will google for that
[18:45] * Natch (~Natch@h-155-122.a444.priv.bahnhof.se) has joined #raspbian
[18:45] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) has joined #raspbian
[18:47] * batabatu (~batabatu@121-99-165-117.bng1.tvc.orcon.net.nz) Quit (Ping timeout: 264 seconds)
[18:48] * sifar (~CD@106.77.165.90) Quit (Quit: Bye)
[18:49] * mah454 (~quassel@91.99.59.147) has joined #raspbian
[18:52] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) Quit (Excess Flood)
[18:53] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) has joined #raspbian
[18:53] * UniOn (~UniOn___@5419C81A.cm-5-2d.dynamic.ziggo.nl) has joined #raspbian
[18:54] * vagrantc (~vagrant@freegeek/vagrantc) has joined #raspbian
[18:54] * ChanServ sets mode +o vagrantc
[18:54] * dm7freek (~dm7freek@c-67-182-131-225.hsd1.wa.comcast.net) has joined #raspbian
[19:02] <And_prog_desaste> im not gettinh it nano /etc/inittab
[19:02] <And_prog_desaste> there is a line for #1:2345:respawn:/sbin/getty --noclear 38400 tty1
[19:03] <And_prog_desaste> this is not the last
[19:03] <And_prog_desaste> the lgin shoudt be the last as far as i think on startup
[19:03] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) Quit (Excess Flood)
[19:03] <And_prog_desaste> last line is T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100
[19:03] <Getty> hu?
[19:03] <Getty> wait wait
[19:04] <Getty> the ordering position or whatever in the inittab is irrelevant
[19:04] <And_prog_desaste> ok
[19:04] <Getty> the first thing that is on is "tty1"
[19:04] <Getty> so if you remove the getty on tty1 you have no login anymore
[19:04] <Getty> at least on the first console ;)
[19:04] <Getty> if you dont remove it on 2 and 3 or so, you can stil go there
[19:04] <Getty> whatever its all pretty logical :)
[19:05] <Getty> you want to run something like on startup?
[19:05] <Getty> no i mean, like on the screen
[19:05] <Getty> so that its there
[19:05] <And_prog_desaste> yes i want to get a wlan gridge
[19:05] <And_prog_desaste> it works perfect
[19:05] <And_prog_desaste> but i need to get keyboard an monitor to log i and start the sh
[19:05] <And_prog_desaste> this is now to get rid of
[19:06] <Getty> yeah with the #1:2345:respawn:/sbin/getty --noclear 38400 tty1 you deactivated it
[19:06] <Getty> just remove the #
[19:06] * Ziink (~Ziinks@2a00-b180-00c2-dd00-490d-40df-b1d6-514a.rev.sfr.net) has joined #raspbian
[19:06] <Getty> then you got it back
[19:06] <Getty> just make "init q" after it, then you dont need to restart
[19:06] <And_prog_desaste> i want to only get power plug in and system goes on
[19:07] <Getty> yeah thats already given so or so
[19:07] <Getty> linux system barly deny to startup ;-)
[19:07] <And_prog_desaste> but ssh putty asks for login
[19:07] <Getty> noone wants one who doesnt! :D
[19:07] <Getty> you mean, if you ssh to the system it asks for a login? yeah sure, it must do so
[19:07] <And_prog_desaste> ok
[19:08] <And_prog_desaste> i added that line 1:2345:respawn:/bin/login -f pi tty1 </dev/tty1 >/dev/tty1 2>&1
[19:08] <Getty> hu?!.... why
[19:08] <Getty> thats what getty is for
[19:08] <Getty> you just leave the getty there as it was
[19:08] <And_prog_desaste> http://www.opentechguides.com/how-to/article/raspberry-pi/5/raspberry-pi-auto-start.html
[19:08] <Getty> 1:2345:respawn:/sbin/getty --noclear 38400 tty1
[19:08] <Getty> instead of
[19:08] <And_prog_desaste> folowed that
[19:08] <Getty> #1:2345:respawn:/sbin/getty --noclear 38400 tty1
[19:09] <And_prog_desaste> ok
[19:09] <Getty> holy shit
[19:09] <Getty> fuck that howto
[19:09] <And_prog_desaste> restarting raspberry
[19:09] <Getty> i mean if you want to "display" something on it you can do it more directly
[19:09] * Ziink (~Ziinks@2a00-b180-00c2-dd00-490d-40df-b1d6-514a.rev.sfr.net) Quit (Read error: Connection reset by peer)
[19:09] <And_prog_desaste> no display
[19:10] <And_prog_desaste> yust garden wlanbridge
[19:10] <Getty> then you might have a startup of the X environment and that is overloading the screen
[19:10] <Getty> and this one is wrong configured for some reason
[19:11] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) has joined #raspbian
[19:11] <Getty> no idea what the hell you did before hehe ;-)
[19:11] * Ziink (~Ziinks@2a00-b180-00c2-dd00-490d-40df-b1d6-514a.rev.sfr.net) has joined #raspbian
[19:12] * efc (~efc@244.sub-75-232-23.myvzw.com) has joined #raspbian
[19:12] <And_prog_desaste> it has been realy easy to that point img on SD raspconfig get dnsmasq copy wlanbridge script plug the wlan restart plug the eth accesspoint and it workt perfect
[19:13] <Getty> but you had all the time just a blank screen on the HDMI?
[19:13] <And_prog_desaste> no all fine
[19:13] <Getty> and SUDDENLY it disappeared?
[19:13] <And_prog_desaste> no
[19:13] <Getty> you confuse me!
[19:13] * Gamodr (~Gamoder@d86-32-127-67.cust.tele2.at) has joined #raspbian
[19:13] <And_prog_desaste> i just want to get it run without anything
[19:14] <Gamodr> Hi everyone, what is the best WLAN Adapter not requiring a powered usb hub (B+) working perfectly in AP mode?
[19:14] <Getty> "run" is no clean definition
[19:14] <Getty> you want something to run
[19:14] <And_prog_desaste> so rasperian without keybord mouse hdmi YUST plug in and wlan goes to access point ICS
[19:14] <Getty> you have a script that setups something and you want that executed on startup so that the raspberry is directly configured
[19:14] <Getty> yes
[19:14] <Getty> thats normal
[19:14] <Getty> for this you dont need to login
[19:14] <Getty> there is a COMPLETE WORLD behind that login: prompt running
[19:14] <Getty> you dont need to autologin to let it do something
[19:15] <Getty> it DOES already a shitload of stuff without you logging in
[19:15] <Getty> and oyu can add stuff to that list, like shiftplusone told you
[19:15] <Getty> via rc.local
[19:15] <Getty> just edit /etc/rc.local and add wnat you want to run on startup before the exit 0
[19:16] <And_prog_desaste> Gamod logilink wl0084B
[19:16] <And_prog_desaste> Gamod i use them all on my 16 Tractors and harverster to get location transmited
[19:16] <Getty> you should really try to understand more first what a linux system is ;)
[19:16] <Getty> yeah blabla, you still miss ground understandment
[19:16] <Getty> what you want is just adding some startup stuff to rc.local, thats all
[19:17] <Getty> which was already told to you several times
[19:17] <Getty> if this is really to hard to understand then please go back a step and learn how a linux works
[19:17] <And_prog_desaste> Getty im getting it
[19:17] <Getty> i hope ;)
[19:17] <Getty> cause i dont explain it ;)
[19:17] <And_prog_desaste> so only the rc.local gets me to that
[19:17] <Getty> there are 982759324328742 ways
[19:17] <Getty> but you would know this
[19:17] <Getty> if you would understand the concepts of linux
[19:17] <Getty> (see step A)
[19:18] <shiftplusone> well.... 3 legitimate ways and only 2 of them are standard >_<
[19:18] <Getty> rc.local is already the lazy people version, real men add an init script
[19:18] <Getty> just saying ;)
[19:19] <shiftplusone> meh, real men are overrated. rc.local gets the job done without all the faffing about >.>
[19:19] <Getty> ........... if i would be dead i would turn in my grave now ;)
[19:20] <shiftplusone> I suppose you could just roll over, but that would be a very uncomfortable way to sit.
[19:20] * Smx (Elite8556@gateway/shell/elitebnc/x-ecpjtyactikrwqua) Quit (Excess Flood)
[19:20] <Getty> there was a time where we valued the unix system we administrated
[19:20] <Getty> but i am getting old and people get lazy.... and rc.local gets famous
[19:21] * Smx (Elite8556@gateway/shell/elitebnc/x-ilbbsukqeykjjtyt) has joined #raspbian
[19:21] <shiftplusone> Oh, I wouldn't do it on a system I care about. If it's worth doing right, I'd definitely write an init script for it.
[19:21] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) has joined #raspbian
[19:22] * haruspexx (~uonline@p5B0C1B9E.dip0.t-ipconnect.de) has joined #raspbian
[19:22] <haruspexx> hi
[19:22] <Getty> see, then dont say so evil things like "gets the job done".... thats culture violation ;)
[19:22] <shiftplusone> But nowadays, I often just need to test something or have some other temporary thing I need to run on boot a few times on a card that I'll be re-imaging later anyway.
[19:22] <haruspexx> just got my new raspberry model b+
[19:22] <shiftplusone> haruspexx, hello and congratulations.
[19:23] <Getty> haruspexx: already years old stuff, noone uses it anymore! you are late! ;-)
[19:23] <haruspexx> what is the default password for root user?
[19:23] <Getty> haruspexx: joke!
[19:23] <haruspexx> i know the pw for the pi user
[19:23] <haruspexx> ^only
[19:23] <shiftplusone> haruspexx, the default password is there is no password, you need to set one from the pi user
[19:23] <Getty> and then you could sudo passwd root ;)
[19:24] <haruspexx> ok thx
[19:24] <Getty> sudo is also one of those...... things i dont like about the modern linux hipsters
[19:24] <haruspexx> sudo -s
[19:24] <haruspexx> :)
[19:24] * Gamodr (~Gamoder@d86-32-127-67.cust.tele2.at) Quit (Ping timeout: 244 seconds)
[19:24] <Getty> if a user account can execute something as root, in my eyes then its already a security problem, BUT WHAT I SAY! ;-)
[19:25] <Getty> i am old, so just ignore my grumble
[19:25] * shiftplusone installs systemd and Unity on Getty's system.
[19:25] <And_prog_desaste> haruspexx: what img did you put on the sd
[19:25] <Getty> shiftplusone: i hope you die a painful death
[19:25] <shiftplusone> hehe
[19:25] <haruspexx> ok i see .. so it means that .. originally raspian is not thought to be run with a root user..�
[19:26] <haruspexx> ?
[19:26] <kingi> i never understood the linux design in that
[19:26] <And_prog_desaste> pi raspberry
[19:26] <Getty> if someone likes systemd, he should leave the job and try to become kindergärtner so he can be together with people of his mental age
[19:26] <shiftplusone> haruspexx, it just takes an ubuntu-ism where you'd just use sudo rather than ever logging in as root. It's stupid, but.... seems to be the way it is.
[19:26] <And_prog_desaste> haruspexx: in europ the y is a z
[19:26] <Getty> its just ubuntu culture and sadly took over the raspberry culture
[19:27] <Getty> sudo is not common everywhere else, not in this way
[19:27] <Getty> i also dont get why its at all on raspbian as its not on debian
[19:27] <Getty> oh oh i forgot, arch... they also have eaten the sudo culture AFAIR
[19:27] <shiftplusone> eh?
[19:27] <shiftplusone> Arch?
[19:27] <Getty> arch
[19:28] <shiftplusone> I don't think Arch even comes with sudo installed
[19:28] <Getty> oh yeah not by default, its arch ;) nothing is default really
[19:28] <shiftplusone> but I might be wrong on that one
[19:28] <Getty> but by documentations
[19:28] <vagrantc> Getty: enough with attacking people with different ideas of what's right...
[19:28] <Getty> AFAIR the documentations mostly go the sudo ways.. no wait.. stop.. i mix something up here
[19:28] <Getty> i dont mean arch
[19:28] <Getty> i mean...
[19:28] * shiftplusone checks the wiki.
[19:28] <Getty> fuck what was it....
[19:28] <Getty> this self compiler linux
[19:28] <Getty> right right
[19:28] <shiftplusone> gentoo?
[19:29] <Getty> yes!
[19:29] <Getty> i forgot their name... wow
[19:29] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) Quit (Excess Flood)
[19:29] * Ziink (~Ziinks@2a00-b180-00c2-dd00-490d-40df-b1d6-514a.rev.sfr.net) Quit (Quit: Leaving)
[19:29] <Getty> does that mean something?
[19:29] <shiftplusone> happens at.... advanced age. >.>
[19:29] <Getty> + weed
[19:29] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) has joined #raspbian
[19:30] * Pappaduck (~Pappaduck@cpc6-lewi15-2-0-cust67.2-4.cable.virginm.net) has joined #raspbian
[19:30] * dm7freek is now known as DavidBlaine
[19:30] <And_prog_desaste> i try to build up a 10mil biogasplant network to monitor the hole harvest with raspberry
[19:30] * Ziink (~Ziinks@2a00-b180-00c2-dd00-490d-40df-b1d6-514a.rev.sfr.net) has joined #raspbian
[19:31] <And_prog_desaste> harvester and farmtraktors already run on gps raspberry
[19:31] * DavidBlaine is now known as dm7freek
[19:31] <And_prog_desaste> and cheep 20USD chinese 4.2 tablets
[19:31] <Getty> Oh, i am actually developer of electronics specific for bio-related topics
[19:31] <Getty> so if you want a serious solution, hire us :) but i think you are on a good path if you can solve it yourself with the raspberry
[19:32] <shiftplusone> Checked the gentoo handbooks... don't see sudo being mentioned there.
[19:32] <Getty> no?
[19:32] <Getty> <scratchhead>
[19:32] <And_prog_desaste> Getty: i paid 15.000EUR for a fail harvest so i desided to do somthing
[19:32] <Getty> good point, yeah, its a hard topic, we really wanna do more but its hard to get people who want to invest in technology
[19:33] <And_prog_desaste> orderd 50 android at 20USD etch
[19:33] <shiftplusone> Well, I guess there's a little bit of that. the livecd they provide requires you to run sudo -i
[19:33] <Getty> we already made a produt for end-customer for aquarium management
[19:33] <shiftplusone> and near the end they write "If a user ever needs to perform some task as root, they can use su - to temporarily receive root privileges. Another way is to use the sudo package which is, if correctly configured, very secure."
[19:33] * Ziink (~Ziinks@2a00-b180-00c2-dd00-490d-40df-b1d6-514a.rev.sfr.net) Quit (Client Quit)
[19:33] <Getty> but none was bought........ then we have one version for breeder and still not mch feedback ;)
[19:33] <And_prog_desaste> now all vihicles get mad as they drive on a wrong field
[19:33] * efc2 (~efc@190.sub-75-231-29.myvzw.com) has joined #raspbian
[19:33] <Getty> shiftplusone: you are right, all docu is without sudo
[19:34] <Getty> shiftplusone: so its REALLY just disgusting ubuntu culture?
[19:34] * efc (~efc@244.sub-75-232-23.myvzw.com) Quit (Ping timeout: 244 seconds)
[19:34] <Getty> and_prog_desaste: holy shit 8-)
[19:34] <And_prog_desaste> ok i hacked alot today i will be back soon bye from germany
[19:34] <Getty> and_prog_desaste: hey
[19:34] <Getty> and_prog_desaste: ia m also in germany
[19:34] <shiftplusone> take care
[19:34] <Getty> and_prog_desaste: so if you want to link up, just msg me in german and we might can really help
[19:34] <And_prog_desaste> gety querry
[19:47] <vagrantc> Getty: could you please state your opinions without being disrespectful?
[19:47] * tchiwam (~tchiwam@194.177.246.182) Quit (Quit: leaving)
[19:48] <Getty> vagrantc: you mean about systemd people? want to make a serious discussion about systemd?
[19:49] <vagrantc> Getty: systemd, sudo, ubuntu ... you've made several inflammatory comments without really contributing meaningfully to any discussion
[19:50] <Getty> wow ;) so you dont want opinions at all, just facts, ok, get it, wow ;)
[19:50] <Getty> so this channel will also die of lonelineness (thats a fact no opinion)
[19:51] <shiftplusone> All the systemd discussions have already been had. If Arch, Debian and kernel devs don't have a problem with it, then...
[19:51] <vagrantc> Getty: no, but "disgusting ubuntu culture" and "try to become kindergärtner so he can be together with people of his mental age" are out of line.
[19:52] <vagrantc> i think there are plenty of people capable of discussing dissenting ideas without resorting to insults.
[19:52] * And_prog_desaste (~chatzilla@88.134.130.45) Quit (Quit: ChatZilla 0.9.91 [Firefox 20.0/20130329043827])
[19:52] <Getty> vagrantc: yeah those are my opinions ;) the kindergärtner is hard but hey, systemd is like exactly that level of sanity, so....
[19:52] <vagrantc> so i have no fear of this channel being condemned to lonliness.
[19:53] <Getty> systemd people are already insulting by challenging the concept in the way they do it
[19:53] <vagrantc> Getty: enough with the trolling.
[19:55] <Getty> its no trolling, sorry, you are misusing the word, but its a strong opinion, i see that this might offend someone
[19:55] <Getty> trolling would be doing it just for making the stress
[19:55] <Getty> so please, use proper wording if you want to put me in fences
[19:55] <vagrantc> Getty: i do not believe that you are doing anything but intentionally trying to offend people.
[19:56] <kingi> ops on freenode are famous for being autistic and generally not understanding words and people
[19:56] <Getty> vagrantc: ?!?!?! i really hope that noone in here is actually a systemd friend, and i was just saying that as general statement
[19:56] <Getty> vagrantc: i am not going to #systemd and say that, that would be trolling
[19:58] <shiftplusone> well, that all took an ugly turn. I appreciate vagrantc's effort to restore some civility though. =/
[19:59] <Getty> yeah back to join/leave flood ;-)
[19:59] <vagrantc> Getty: i consider it wildly off-topic to rant about systemd, sudo, ubuntu on #raspbian. you expressed "opinions" in using insulting language. it is unnacceptable.
[19:59] <vagrantc> Getty: so, adapt, or go elsewhere.
[19:59] <Getty> yeah sorry to bring in offtopic, was a common culture always on irc to chat a bit on flow
[19:59] <Getty> but that culture died totally
[20:00] <Getty> zombie ready for answering next support question!
[20:01] <vagrantc> a little off-topic is one thing, pushing some agenda is another...
[20:01] <Getty> i dont push an agenda, i just felt to vent about it in the context of the sudo culture whcih i find a high security risk
[20:01] <Getty> which sounds for me pretty near, but whatever, i know all to far already
[20:02] * vagrantc nods
[20:08] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Read error: Connection reset by peer)
[20:09] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[20:12] * lupinedk is now known as Lupinedk
[20:15] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[20:17] * haruspex1 (~uonline@p5B0C1B9E.dip0.t-ipconnect.de) has joined #raspbian
[20:18] * wad (~wad@c-67-161-249-46.hsd1.ut.comcast.net) Quit (Read error: Connection reset by peer)
[20:18] * wad (~wad@c-67-161-249-46.hsd1.ut.comcast.net) has joined #raspbian
[20:19] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 265 seconds)
[20:20] * haruspexx (~uonline@p5B0C1B9E.dip0.t-ipconnect.de) Quit (Ping timeout: 258 seconds)
[20:21] * mah454 (~quassel@91.99.59.147) Quit (Ping timeout: 240 seconds)
[20:23] <diederik> regarding sudo: If you don't specify a root user while installing Debian (with d-i), sudo gets used.
[20:23] <diederik> And sudo itself is not an issue, it's actually a rather powerful tool.
[20:24] <diederik> But when you blindly do "ALL (ALL)" (or however it is specified) with no password ... then yeah, I'd consider that a security issue too
[20:24] <diederik> s/root user/root password/
[20:28] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Max SendQ exceeded)
[20:30] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) Quit (Ping timeout: 245 seconds)
[20:30] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[20:32] * _yoy_ (~YoY@ltl56-2-88-169-169-201.fbx.proxad.net) has joined #raspbian
[20:33] * efc (~efc@233.sub-75-231-169.myvzw.com) has joined #raspbian
[20:34] * efc2 (~efc@190.sub-75-231-29.myvzw.com) Quit (Ping timeout: 240 seconds)
[20:53] * skylite (~skylite@BC064AB4.dsl.pool.telekom.hu) Quit (Quit: Textual IRC Client: www.textualapp.com)
[21:24] * asciich_ch is now known as ascii_ch
[21:25] * tramm (~p6der@bongo.p6drad-teel.net) has joined #raspbian
[21:26] * Domin (domin@70.39.90.69) Quit (Ping timeout: 258 seconds)
[21:26] * Scriven__ (~UserName@S01063085a9395770.vc.shawcable.net) Quit (Read error: Connection reset by peer)
[21:27] * Scriven__ (~UserName@S01063085a9395770.vc.shawcable.net) has joined #raspbian
[21:27] * Domin (domin@hahah.org) has joined #raspbian
[21:32] * haruspex1 (~uonline@p5B0C1B9E.dip0.t-ipconnect.de) Quit (Ping timeout: 265 seconds)
[21:32] * efc2 (~efc@100.sub-75-251-202.myvzw.com) has joined #raspbian
[21:33] * vostorga (vostorga@2600:3c02::f03c:91ff:fe96:ebf2) Quit (Changing host)
[21:33] * vostorga (vostorga@gentoo/developer/vostorga) has joined #raspbian
[21:34] * efc (~efc@233.sub-75-231-169.myvzw.com) Quit (Ping timeout: 245 seconds)
[21:43] * Zbyshek (~neo@silentic.zbyshek.net) Quit (Ping timeout: 240 seconds)
[21:46] * Valgio63 (~valter@host39-132-dynamic.16-87-r.retail.telecomitalia.it) has joined #raspbian
[21:57] * Domin (domin@hahah.org) Quit (Quit: I can fix anything, I have duct tape..;-))))
[21:59] * Domin (domin@hahah.org) has joined #raspbian
[21:59] * odebleon_ (~darius@cpc14-glfd5-2-0-cust237.6-2.cable.virginm.net) Quit (Ping timeout: 272 seconds)
[22:00] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[22:03] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Max SendQ exceeded)
[22:04] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[22:06] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) has joined #raspbian
[22:06] * PhotoJim (~Jim@devonport.ip6.photojim.ca) Quit (Ping timeout: 244 seconds)
[22:07] * PhotoJim (~Jim@devonport.ip6.photojim.ca) has joined #raspbian
[22:15] * otter768 (~otter768@67.11.53.3) has joined #raspbian
[22:17] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) Quit (Ping timeout: 240 seconds)
[22:19] * efc2 (~efc@100.sub-75-251-202.myvzw.com) Quit (Ping timeout: 240 seconds)
[22:20] * otter768 (~otter768@67.11.53.3) Quit (Ping timeout: 250 seconds)
[22:20] * efc (~efc@node157.12.251.72.1dial.com) has joined #raspbian
[22:23] * twolife` is now known as twolife
[22:25] * teran (~teran@broadband-109-173-61-206.nationalcablenetworks.ru) Quit (Ping timeout: 244 seconds)
[22:26] * teran (~teran@91.218.144.129) has joined #raspbian
[22:28] * haruspexx (~uonline@p5B0C1B9E.dip0.t-ipconnect.de) has joined #raspbian
[22:30] * Valgio63 (~valter@host39-132-dynamic.16-87-r.retail.telecomitalia.it) Quit (Quit: Sto andando via)
[22:30] * Mom_ (47652275@gateway/web/freenode/ip.71.101.34.117) has joined #raspbian
[22:30] <Mom_> anybody here?
[22:31] * Mom_ (47652275@gateway/web/freenode/ip.71.101.34.117) Quit (Client Quit)
[22:32] * Valgio63 (~valter@host39-132-dynamic.16-87-r.retail.telecomitalia.it) has joined #raspbian
[22:33] <setesat> o/
[22:39] * Nik05 (~Nik05@unaffiliated/nik05) Quit (Remote host closed the connection)
[22:42] * Nik05 (~Nik05@unaffiliated/nik05) has joined #raspbian
[22:46] * haruspexx (~uonline@p5B0C1B9E.dip0.t-ipconnect.de) Quit (Quit: leaving)
[22:47] * angasule_ (~angasule@24-107-4-211.dhcp.stls.mo.charter.com) has joined #raspbian
[22:50] * Diaoul (~Diaoul@static-5-51-3-145.ftth.abo.bbox.fr) Quit (Ping timeout: 250 seconds)
[22:52] * Diaoul (~Diaoul@static-5-51-3-145.ftth.abo.bbox.fr) has joined #raspbian
[22:54] * twolife is now known as twolife`
[22:55] * ApolloJustice (~ApolloJus@unaffiliated/apollojustice) has joined #raspbian
[22:55] * Valgio63 (~valter@host39-132-dynamic.16-87-r.retail.telecomitalia.it) Quit (Quit: Sto andando via)
[22:58] * blkaway is now known as blkhawk
[23:07] * lapide_viridi (~lapide_vi@ti0097a400-0813.bb.online.no) Quit (Quit: Leaving)
[23:07] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) Quit (Excess Flood)
[23:13] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) has joined #raspbian
[23:27] * gregoa (~gregoa@2a02:5d8:2:5:f:f:f:f) Quit (Ping timeout: 258 seconds)
[23:43] * osxdude|MBP (~osxdude@unaffiliated/osxdude) Quit (Max SendQ exceeded)
[23:44] * gregoa (~gregoa@colleen.colgarra.priv.at) has joined #raspbian
[23:44] * osxdude|MBP (~osxdude@unaffiliated/osxdude) has joined #raspbian
[23:45] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) Quit (Excess Flood)
[23:47] * tobinski (~tobinski@x2f60bda.dyn.telefonica.de) Quit (Quit: Leaving)
[23:47] * Diaoul (~Diaoul@static-5-51-3-145.ftth.abo.bbox.fr) Quit (Quit: ZNC - http://znc.in)
[23:49] * Diaoul (~Diaoul@static-5-51-3-145.ftth.abo.bbox.fr) has joined #raspbian
[23:51] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) has joined #raspbian
[23:52] * setesat (~setesat@2a01:e35:87e8:2160:1e4b:d6ff:fec7:38ba) Quit (Ping timeout: 265 seconds)
[23:54] * dougl (~doug@S0106744401495b56.wp.shawcable.net) has joined #raspbian
[23:58] * Muzer (~muzer@cpc72421-sotn15-2-0-cust723.15-1.cable.virginm.net) Quit (Excess Flood)

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