=== Joe_CoT is now known as water | ||
=== water is now known as Joe_CoT | ||
rmg51 | Morning | 09:49 |
---|---|---|
InHisName | Morning to you rmg51 | 10:13 |
rmg51 | o/ | 10:16 |
JonathanD | Morning. | 10:29 |
rmg51 | kernel update, back soon | 11:03 |
adom | morning | 13:33 |
adom | i love that im always at least 2 hrs later than everyone else with the "morning"s. | 13:33 |
JonathanD | You should get up earlier. | 13:38 |
MutantTurkey | morning | 14:18 |
JonathanD | MutantTurkey: as should you. | 14:19 |
MutantTurkey | I've been up since 6 | 14:19 |
MutantTurkey | thank you very much. | 14:19 |
MutantTurkey | :-) | 14:20 |
MutantTurkey | just no laptop till my second class | 14:20 |
ChinnoDog | sup MutantTurkey | 14:46 |
MutantTurkey | schoo yoo | 14:46 |
ChinnoDog | ? | 14:46 |
waltman | MutantTurkey: I was disappointed. I drive by TBird Lanes on Sunday and didn't see you outside. :( | 14:51 |
MutantTurkey | sorry :| | 14:51 |
MutantTurkey | going camping awwwwwwyaah | 15:50 |
MutantTurkey | more like going to a cabin with my friends but sitll | 15:51 |
MutantTurkey | it's a nice park, Linn Rn | 15:51 |
MutantTurkey | Run' | 15:51 |
waltman | It's not Turkey Season, is it? | 15:57 |
JonathanD | mmmm | 15:58 |
rmg51 | it's always MutantTurkey season | 16:00 |
adom | i dont get up early because i dont have to and because i work two jobs. 9-4ish here at the office, 5-10ish at texas roadhouse making real money :p | 16:04 |
adom | although i do usually get up around 7:30 because my dog has to go outside | 16:05 |
=== 15SABH73M is now known as passstab | ||
waltman | You make more money waiting tables than at your "real job"?! | 17:23 |
MutantTurkey | anyone down to troubelshoot | 17:38 |
MutantTurkey | I have a video card that has a video video output | 17:39 |
MutantTurkey | like boring old video component output | 17:39 |
MutantTurkey | doesn't work | 17:39 |
MutantTurkey | with X11, but itwork in the console | 17:39 |
MutantTurkey | dunno | 17:39 |
MutantTurkey | xrandr doesn't see it | 17:39 |
adom | waltman: absolutely. i dont get paid shit here. | 17:47 |
adom | still techinically paid as a work study, even though i havent attended classes here for almost 2 years. | 17:48 |
adom | well, almost a year and a half. been here 2.5 yrs total. | 17:48 |
adom | they have one main salary sysadmin that delegates work to work studies. problem is, ive been here so long, there are things/methods they use here that ive implemented and they'd be crippled without me | 17:49 |
adom | they'd have to subcontract in just for reimaging, i set the entire system up from scratch and no one knows how to use it. | 17:49 |
adom | software i use (if anyones curious): http://fogproject.org/ | 17:50 |
PennBot | Title: fogproject.org (at fogproject.org) | 17:50 |
adom | tried getting a WDS server up and running but couldnt seem to get our software to work with it correctly | 17:50 |
adom | tried FOG and alls well | 17:50 |
adom | also im the only linux guy here | 17:50 |
waltman | adom: where is "here"? | 18:15 |
waltman | Maybe it's time to renegotiate your compensation package :) | 18:15 |
ChinnoDog | hi lamalex | 18:34 |
[HCI]Maraakate | sup | 18:52 |
[HCI]Maraakate | im actually looking to setup some really slim install of debian or ubuntu, whatever | 18:52 |
[HCI]Maraakate | just need a small basic dev setup here | 18:52 |
[HCI]Maraakate | should CD (not DVD) 1 of Debian be enough for most of my needs? | 18:52 |
pleia2 | yes | 18:53 |
[HCI]Maraakate | I just need to grab GCC 2 and then start working on this code | 18:53 |
pleia2 | just deselect all the preselected install stuff at the end of the install, you'll get a super basic system | 18:53 |
pleia2 | in Ubuntu 12.04 you can check out ubuntu-core | 18:53 |
[HCI]Maraakate | then just sudo apt-get whatever it bitches about when i go to run "make" | 18:53 |
pleia2 | https://wiki.ubuntu.com/Core | 18:53 |
PennBot | Title: Core - Ubuntu Wiki (at wiki.ubuntu.com) | 18:53 |
[HCI]Maraakate | let me see what the makefile dependencies are | 18:54 |
[HCI]Maraakate | not sure | 18:54 |
[HCI]Maraakate | yes this is for an old quake 2 engine based game btw | 18:54 |
[HCI]Maraakate | anyways | 18:54 |
[HCI]Maraakate | STD_CXX= xgcc #g++ | 18:54 |
[HCI]Maraakate | STD_CXXFLAGS= $(PLATFORM_CXXFLAGS) $(BUILD_CXXFLAGS) -fno-for-scope \ | 18:54 |
[HCI]Maraakate | -DDEDICATED_ONLY=1 -Duse_t=_use_t | 18:54 |
[HCI]Maraakate | #-fpermissive | 18:54 |
[HCI]Maraakate | STD_LDFLAGS= $(RPATH). | 18:54 |
[HCI]Maraakate | STD_LIBS= -lm -ldl # //solarisy -lnsl $(LSOCKET) | 18:54 |
[HCI]Maraakate | it originally had solaris stuff that was incomplete so we fixed that, now its been ported over to linux too properly | 18:55 |
[HCI]Maraakate | but my buddy is moving and i was using PuTTy with nano to work on this | 18:55 |
[HCI]Maraakate | so i have to set up something for myself and i have some old p4 laptop laying around i figured thatd be enough to work on it | 18:55 |
[HCI]Maraakate | the ubuntu core sounds like its more effort to set all that up | 19:00 |
[HCI]Maraakate | i just want a slim'ish install wherei can just apt-get the gcc 2 and have some basic KDE or Gnome | 19:00 |
[HCI]Maraakate | w/e idc which one | 19:00 |
[HCI]Maraakate | just sometihng that works | 19:00 |
jedijf | alt install cli only <--ubuntu | 19:05 |
[HCI]Maraakate | oo buntu | 19:20 |
=== Joe_CoT is now known as lyesmith | ||
=== lyesmith is now known as Joe_CoT | ||
ChinnoDog | core looks pretty cool | 20:08 |
ChinnoDog | especially with rootfs of 20mb | 20:10 |
ChinnoDog | hi [HCI]Maraakate, I have not seen you in here before. | 20:13 |
jedijf | ChinnoDog: indeed, core does look interesting | 20:16 |
jedijf | dl'd b2 and haven't had a chance to destroy it yet | 20:17 |
ChinnoDog | Seems like a good place to start a new *buntu from | 20:23 |
ChinnoDog | ChinnoBuntu | 20:23 |
jedijf | do it! | 20:26 |
JonathanD | ChinnoDog: excellent. | 20:27 |
ChinnoDog | ChinnoBuntu: The fastest Ubuntu, the way ChinnoDog intended it. | 20:31 |
jedijf | ego much | 20:33 |
jedijf | narcissibuntu? | 20:33 |
adom | waltman: Mercyhurst College Institute for Intelligence Studies. now known as Institute for Intelligence Studies at Mercyhurst University. | 20:33 |
adom | mciis.org | 20:33 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!