/srv/irclogs.ubuntu.com/2014/08/08/#ubuntu-us-pa.txt

rmg51Morning09:23
ChinnoDogMorning11:50
teddy-dbearMorning peoples, dogs, turkeys, hamsters and everything else12:10
jedijfwhat's fosscon? www.fosscon.us/Attend12:10
teddy-dbearmust be something jedijf keeps sending emails about :-/12:11
jedijflol12:13
jedijfyou unfortunately will be getting more12:13
jedijfi did apologize yesterday......must not have /meant/ it \o/12:14
teddy-dbearnot me! I don't get any :-D12:15
MutantTurkeyJonathanD: the fosscon site is bonkers14:23
MutantTurkeythe speaker list has links and thy're all forbidden14:23
JonathanDMutantTurkey: just fixed14:25
MutantTurkeyso we have waltman pleia2 ?14:26
MutantTurkeyanyone else giving a talk here?14:27
JonathanDMutantTurkey: you14:32
jedijfMutantTurkey: just *you* are forbidden14:38
MutantTurkeyJonathanD: thanks14:42
MutantTurkeyjedijf: 'talk info now up14:52
jedijfMutantTurkey: thanks; just finished spamming around the globe14:55
jedijfsocial listy - leaflets14:56
JonathanDMutantTurkey: are you registered?14:56
JonathanDMutantTurkey: if you register now, you'll be number 200!14:56
jedijfyesterday14:57
jedijfJonathanD: hold off til noon forthe next drumroll14:57
MutantTurkeyi am14:57
MutantTurkeycan i register again?14:57
JonathanDDoes that mean I can take a nap?14:57
JonathanDMutantTurkey: if you bring someone with you :P14:58
MutantTurkeycompany -> Chernobyl Poultry Associates Inc14:58
MutantTurkeyLLC14:58
MutantTurkeylow-level-chicken14:58
MutantTurkey ♫ rollin west philly, listening to big willie, driving my mini-van, afraid of getting pulled ova in lower merion, ♫15:00
waltmanIs that a song?15:03
MutantTurkeyi just made it up15:05
JonathanDMutantTurkey's talk is on making up music on the fly.15:06
MutantTurkeyDJ Nucleo-BASS15:06
qtrainHello everyone.  Can anyone help with a quick $PATH issue? http://askubuntu.com/questions/508655/installing-a-script-in-path15:14
MutantTurkeysurely15:15
MutantTurkeyhere's the solution, well it doesn't work like that15:16
MutantTurkeyyou are trying to run 'yo' right?15:16
MutantTurkeyso you need to mark the head of the cli.js file with a proper shebang (it might be there), and chmod +x it15:16
JonathanDHowdy qtrain15:16
MutantTurkeynot to familiar with with node though15:17
qtrainJohathanD:  Hi!15:17
qtrainMutantTurkey: Yes trying to run yo15:17
MutantTurkeymaybe a symlink would work best here, in addition to that15:18
MutantTurkeymy guess is there are several js files?15:18
MutantTurkeyat the top of your cli.js file you should put a shebang like this15:18
MutantTurkey#!/usr/bin/env node15:18
MutantTurkeythen chmod +x cli.js15:18
MutantTurkeythen ln -s cli.js /usr/bin/yo15:19
qtrainMutantTurkey: yes cli.js and yoyo.js and a subdirectory node_modules15:19
MutantTurkeyright15:19
MutantTurkeyso first,15:19
qtrainrunning node cli.js brings up the generator15:19
MutantTurkeyhead -n 1 cli.js15:19
MutantTurkeywhat do you see?15:19
MutantTurkey$ head -n 1 cli.js  #  run this15:19
MutantTurkeyif you come to fosscon we can help :p15:19
qtrain#!/usr/bin/env node15:19
MutantTurkeygreat!15:19
MutantTurkeynow15:19
MutantTurkeychmod +x cli.js15:19
MutantTurkeythat will set it 'executable'15:20
JonathanDqtrain: indeed, come to fosscon!15:20
MutantTurkeyqtrain: did that work?15:20
MutantTurkey$ chmod +x cli.js # run this15:20
qtrainMutantTurkey: ran chmod command but yo still isn't returns command not found15:21
MutantTurkeyqtrain: you need to create a symlink to it now15:21
MutantTurkey$ sudo ln -s cli.js /usr/bin/yo # run this15:21
MutantTurkey#tbt to the time i didn't know anything about linux and told jedijf there was no such command as 'is' b/c is and ls look identical on the crappy tty fonts15:22
qtrainMutantTurkey: ln: failed to create symbolic link ‘/usr/bin/yo’: File exists15:22
MutantTurkeyuh15:22
MutantTurkeytype which yo15:22
MutantTurkey'which yo'15:22
MutantTurkeycat /usr/bin/yo15:22
MutantTurkeyls -l /usr/bin/yo15:23
MutantTurkeymight already be a symlink15:23
MutantTurkeyyou might need to chmod +X /usr/bin15:23
qtrainwhich yo returns no output cat /usr/bin/yo returns no such file or directory15:23
MutantTurkeyok so there is no /usr/bin/yo15:23
MutantTurkeydid you do it as root?15:23
MutantTurkeywith sude that is15:24
MutantTurkeyJonathanD: any ideas here?15:24
qtrainsudo returns command not found for sudo /usr/bin/yo15:24
MutantTurkeyo15:24
MutantTurkeyno15:24
MutantTurkeyi mean the ln15:24
qtrainls -l /usr/bin/yo returns lrwxrwxrwx 1 root root 29 Aug  6 12:41 /usr/bin/yo -> ../lib/node_modules/yo/cli.js15:24
MutantTurkeyso it exists15:24
MutantTurkeyand ther's already a symlink for it15:24
JonathanDMutantTurkey: not really.15:24
MutantTurkeyqtrain: what happens if you do /usr/bin/yo15:25
MutantTurkeyoh but that's a relative symlink, so i don't know about that15:25
qtrainno such file or directory15:25
MutantTurkeyqtrain: is ls -l on the file red15:25
MutantTurkeyor indicate in some way the link is broken?15:25
qtrain/usr/bin/yo -> ../lib/node_modules/yo/cli.js is all red15:25
MutantTurkeyright15:26
MutantTurkeyso that's a 'broken' link15:26
MutantTurkeyok15:26
qtrainok gotcha15:26
MutantTurkeyso remove that15:26
JonathanDMutantTurkey: I'll read scrollback when I have a few and see if it makes any sense :)15:26
MutantTurkeybecause it points to nowhere15:26
MutantTurkeythen try to run the sudo ln -s cli.js /usr/bin/yo15:26
qtrainok not sure how to remove symlink.  pretty new15:26
MutantTurkeyrm15:26
MutantTurkeyjust like any other file15:27
qtrainrm /usr/bin/yo?  rm -r?15:27
MutantTurkeyrm /usr/bin/yo15:27
MutantTurkeysudo !! if you need it15:27
qtrainok done.  ls -l returns no such file15:28
MutantTurkeyyou created the symlink?15:28
MutantTurkeyyou cannot do a relative path in your symlink btw15:28
MutantTurkeyit needs to be15:28
MutantTurkey/full/path/to/cli.js /usr/bin/yo15:28
qtrainno not yet was just checking to make sure it was removed15:29
MutantTurkeyoh15:29
qtrainok so create symlink?15:29
MutantTurkeyye15:29
qtrainln -s /home/qtrain/.node/lib/node_modules/yo/cli.js /usr/bin/yo15:30
qtrainis that correct?15:30
MutantTurkeyyes15:30
qtrainMutantTurkey: B-e-a-utiful  Yo works.  Thanks so much!15:32
MutantTurkeysurely15:33
MutantTurkeyFOSScon is the premire local open source even taking place at the Franklin institute tomorrow, and it's free!15:33
MutantTurkeythere's my plug15:33
qtrainFOSScon?  awsome!  right outside of philly.  I'll be there!15:34
waltmanyay15:36
MutantTurkeywaltman: still workin on cricket15:37
MutantTurkeyJonathanD: what's with the open block at 10 am?15:38
JonathanDMutantTurkey: we're short a talk (maybe not though, waiting on confirmation)15:39
MutantTurkeyah15:39
MutantTurkeyagain, i have great free-form raps15:39
MutantTurkeyalso can solve a rubiks cube15:39
MutantTurkeyi own a raspberry pi, so i am basically like richard stallman level of prophet15:40
qtrainhahaha emacs is soo hard!!15:42
JonathanDqtrain: don't forget to register!15:42
JonathanDqtrain: https://secure.fosscon.us15:42
JonathanDqtrain: it's free (or you can contribute and get a shirt) but we need reasonably accurate counts :)15:42
waltmanMutantTurkey: I can bring in a cube for you to solve!15:42
lazyPowero/15:45
lazyPowergood afternoon15:45
lazyPower(almost)15:45
JonathanDHowdy.15:45
JonathanDlazyPower: are you coming to fosscon?15:45
qtrainJonathanD: done thanks.15:46
lazyPoweri see the registration link - when is it?15:46
JonathanDlazyPower: tomorrow.15:46
lazyPoweroh :( no, i'm going to the WPLUG picnic15:46
lazyPoweralready promised to help out with provisioning/etc.15:46
lazyPowerman15:46
lazyPowerwe need to coordinate with you guys15:46
lazyPowerthats it. i nominate myself to be the gopher for the PA LOCO and WPLUG15:47
lazyPowerplz plz plz ping me with events so i can relay them to our linux/bsd homies of WPLUG15:47
JonathanDlazyPower: relocate picnic. How's a rooftop deck on the Franklin Institute sound?15:48
lazyPowerhaha, already paid to reserve a shelter @ north park15:48
JonathanDlazyPower: we'll cover the shelter cost :P15:48
lazyPowermaybe next year we can forego the picnic and go to fosscon instead.15:56
lazyPowerI'm about due for another philly steak15:56
lazyPowerhttps://lh3.googleusercontent.com/-Kdr88rxEW3A/U6RyM-4bnsI/AAAAAAAAJt8/PG59DP-JNlE/w1191-h881-no/IMG_20140618_201457.jpg15:56
MutantTurkeyWPLUG?17:34
MutantTurkeywest pa?17:34
MutantTurkeyshouldn't there be a super active pittsburgh lug?17:34
jedijfMutantTurkey: that's it18:19
MutantTurkeyoh18:28
jedijfsaplug == wplug18:33
square-r00tMutantTurkey: #wplug on freenode19:46
=== jedijf is now known as po_box
=== po_box is now known as jedijf
waltmanwhat's the sa stand for in saplug?20:45
waltmaner, the sap20:45
jedijfsuper active pittsburgh lug20:47
waltmanaha20:53
MutantTurkeygot to hangout with the head of CS at CMU earlier this year20:57
MutantTurkeywe happen to be family friends! and there was a wedding so we spent some extended time at the wedding20:57
MutantTurkeyweird how people are just people20:57
waltmanMutantTurkey: who's the head of CS there?21:21

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!