[00:00] cat << EOF > $PKG/install/doinst.sh [00:00] rm -f /usr/lib${LIBSUFFIX}/python26/site-packages/libxml2.pyc [00:00] EOF [00:00] Add that after the slack-desc line in libxml2.SlackBuild - I think that will handle this acceptable. [00:00] that might be the best yup. [00:00] s/le/ly/ [00:00] Old_Fogie: yeah, likely it just doesn't save it on disk if it lacks write permission [00:00] it doesn't seem to be a file that even a user needs on the box [00:01] Hakudoshi (i=supergea@97-118-62-213.hlrn.qwest.net) joined ##slackware. [00:01] why the upstream devs (for years) have not fixed that , I don't know. [00:01] well, no, but it's supposed to speed up app startup (no need to recompile the .py source code if the .pyc compiled code already exists) [00:01] python byte-compiles the python code for faster startup in the future -- IOW, it ignores the raw .py file later. [00:01] right [00:01] it's got bug reports going back to 2002 I see here. [00:01] rworkman: does it at least compare the timestamps on the .py and .pyc files, in case the source got changed? [00:02] Not that I'm aware. [00:02] yuck [00:02] must make life really interesting for python devs [00:02] You'll notice that I just blindly remove the *.pyc files in wicd's postinstall. Safer that way. [00:02] this is why you build on a dev box. because a normal user cant wright to odd places, and cause a break later on to update this pyc it sounds like. [00:03] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) left irc: "I'm outta here! Later!" [00:03] it's breaking chroot on gentoo they say too [00:03] the 'sand box' bug report they got. [00:04] Hakudoshi (i=supergea@97-118-62-213.hlrn.qwest.net) left irc: Client Quit [00:04] nachox (n=nacho@190.51.54.22) left irc: "Leaving" [00:05] Hakudoshi (i=supergea@97-118-62-213.hlrn.qwest.net) joined ##slackware. [00:06] antiwire (n=antiwire@unaffiliated/antiwire) left irc: "mIRC" [00:06] hm. OTOH, if I'm packaging up a python app, might I want to include the compiled versions? [00:07] (this app I'm thinking of is windows-like, it expects to be run from its own directory. If it has write permissions, it writes .pyc files to its dir) [00:07] Naraku (i=supergea@75-171-185-117.hlrn.qwest.net) joined ##slackware. [00:08] Urchlay: as long as the package includes them, that's fine. [00:08] cool [00:08] pi31415 (n=chatzill@c-98-246-78-78.hsd1.or.comcast.net) left irc: "ChatZilla 0.9.84 [Firefox 3.0.10/2009042315]" [00:08] will check & see just how much it actually speeds app startup time, it might not be worth the trouble [00:09] stef_208 (n=stef@unaffiliated/stef-204/x-384198) joined ##slackware. [00:09] yea man who needs defrag, we can haz byte crunching compiling [00:09] gm152 (n=glen@d121-140-120.home3.cgocable.net) left irc: "Lost terminal" [00:09] :) [00:10] this damn thing takes like 10 seconds from the time I type the command to the time it shows its GUI [00:10] it'd still be nice tho if these python guys would address it some way shape form I dont see any notes in the docs yet..but there's alot of docs [00:10] hey any of you guys had luck with a mach64 card in slackware? [00:10] toastytoast: my laptop has an old mach64 chip in it [00:10] I only get 2d accell on mine [00:11] an old mach64 [00:11] I get 3d accel, but it's pretty useless for anything newer than quake 1 or so [00:11] Naraku (i=supergea@75-171-185-117.hlrn.qwest.net) left irc: Client Quit [00:11] i've seen while searchering there supose to be a way tog et 3d [00:11] but from what i've found nothign actually much helpful [00:12] toastytoast, I got a funny feeling them cards 3d can change on who built the card [00:12] lemme fire up X and see if the current iteration of xorg.conf on there actually supports 3d [00:12] kind of like a bunch of company's buy the chip, and did $DIETY knows what to them [00:12] l00t (n=i-i3id3r@189.105.20.35) joined ##slackware. [00:13] stef_208 (n=stef@unaffiliated/stef-204/x-384198) left irc: Client Quit [00:13] glxinfo reports "direct rendering: yes" [00:13] oh yea? nice. [00:13] may i see your xorg.conf please? [00:14] sure [00:14] ty [00:14] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) joined ##slackware. [00:14] tuvok302 (n=vircuser@clgrtnt3-port-246.dial.telus.net) joined ##slackware. [00:14] http://pastie.org/476462 [00:14] sounds like a topless dancer site [00:15] :) [00:15] umislack (i=1000@58.64.89.80) joined ##slackware. [00:16] Oh? What's this about topless dancers? [00:16] toastytoast: I did disable the Composite and AIGLX stuff, I don't use it, and it was slowing things down [00:16] rworkman, thanks again on the input on that pyc file. [00:16] i am no longer sure i've messed with xong.conf so many time already [00:16] Urchlay, yea that makes a diff, even if you're not using it, physically disabling it does help i find too [00:16] toastytoast, ther'es a back up of the stock in /etc/X11 [00:17] the vesa one [00:17] toastytoast: it's possible I had to add the mach64 module myself, see if you have a mach64.ko somewhere under /lib/modules [00:17] just make a copy of that and edit accordingly [00:17] firedix (n=firedix@201.254.116.40) joined ##slackware. [00:18] yeah, I did. No mach64.ko anywhere in /var/log/packages. [00:18] superGear (i=supergea@97-118-0-111.hlrn.qwest.net) left irc: Read error: 110 (Connection timed out) [00:19] toastytoast: http://pastie.org/476464 [00:20] I had to get the mach64 module from freedesktop.org git [00:21] and beware: there are at least theoretically some security concerns with the mach64 kernel module (not worried about it on my crappy old laptop, but you might be) [00:21] i see [00:21] wow, now the CVE people use ubunut and linux words interchangeably. from my rss feed "CVE-2009-1601 (linux)" [00:22] wth is going on in the world [00:22] proper way to do it would be to create a SlackBuild script for the mach64 kernel driver, but I, um, didn't [00:22] idiocracy [00:22] Action: toastytoast highlights middle clicks in vim :w xorg.conf :wq meh sftp 192.168.1.106 put xorg.conf meh [00:22] now lets see if i can get it to work for mye thank you very much [00:23] Arirang (n=Arirang@unaffiliated/kool-aid) left irc: Remote closed the connection [00:23] Old_Fogie: have you seen the movie "Idiocrocy" ? [00:23] by itself the xorg.conf won't do anything special, it needs the git mach64 driver [00:24] er, Idiocracy, that is [00:24] rk4n3, no I haven't. was it good? [00:24] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) left irc: Read error: 113 (No route to host) [00:24] rk4n3: I have. It's a little too close to reality to be entirely funny :( [00:24] Old_Fogie: yeah, its worth a watch - Urchlay's right, its hilarious in some parts, but almost too true to be funny in others [00:24] i know i got that asc well that was the meh [00:24] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [00:24] rk4n3, ah I see. [00:25] also if you can find it anywhere, see "The Marching Morons" by Cyril Kornbluth (same thing, written 50 years earlier, not as a comedy though) [00:25] superGear (i=supergea@75-171-185-117.hlrn.qwest.net) joined ##slackware. [00:25] Urchlay: ah, cool - thanks, I'll have to check that out :) [00:25] s/ee/read/ [00:25] sounds like I see it daily these days in the news [00:25] er, s/ee/see/ :) [00:25] straterra (n=straterr@projectstfu.com) left irc: Remote closed the connection [00:26] Hakudoshi (i=supergea@97-118-62-213.hlrn.qwest.net) left irc: Read error: 101 (Network is unreachable) [00:26] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [00:26] Kornbluth was one of those science fiction writers who had a promising future, but died young :( [00:26] unfortunate [00:26] (at least he didn't have to get old and find out how crappy the future actually is...) [00:27] that line from Spaceballs always cracks me up for some reason... "Dammit, even in the future nothing works!" [00:27] Old_Fogie: what I found compelling about Idiocracy was its opening sequence which fairly rationally details the concept of how collective intelligence of the human race naturally degrades by virtue of innate reproduction behaviors [00:28] Urchlay: haha [00:28] alisonken1noc (n=alisonke@ip-66-33-206-8.dreamhost.com) joined ##slackware. [00:28] fevel (n=fevel@189.4.233.162) left irc: [00:28] yeah. Dumb people can't think of anything better to do than screw, so they have 10 kids... the smart ones keep thinking "we're not ready to have kids yet" until they die of old age :( [00:29] Old_Fogie: more specifically, the dumb procreate far more prolifically than the smart do, so just by the numbers the species as a whole gradually works its way to idiocy [00:29] rk4n3, wow that's an interesting, sad, theory. [00:30] how long ago did it come out abot? [00:30] about [00:30] indeed - so the movie goes from that sober observation straight into scenes depicting absoltely hilarious (but also shamefully pathetic) dumbness [00:30] oh 2006 [00:30] yeah, 2006 [00:31] ... and by the way things have gone since then, I think "prophetic" comes to mind [00:33] you can get a decent glimpse of the movie's sense of humor ... http://www.imdb.com/title/tt0387808/quotes [00:35] the Kornbluth story has to be from the 1950s [00:35] always wondered if Mike Judge ever read it [00:35] briareus (n=briareus@unaffiliated/briareus) left irc: Connection timed out [00:36] I'm gonna have to read that ... [00:39] MLanden (n=mello@pool-72-82-75-249.nrflva.east.verizon.net) left irc: Read error: 104 (Connection reset by peer) [00:39] while you're at it, read "The Space Merchants" by Pohl and Kornbluth (and/or its sequel, "The Merchants' War" by Pohl alone) [00:39] ah I just reserved the movie at my library, can get it tomorrow :) [00:39] sweet :) [00:39] yup, I never rent :) [00:39] my tax payer dollars at work [00:39] Floops (n=baihu@2001:470:a073:0:0:0:0:200) left irc: Read error: 104 (Connection reset by peer) [00:40] indeed - reclaim at every opportunity [00:40] hm, public libraries actually carry new-ish movies? I did not know that [00:40] heck yea [00:40] they have the value line too for stocks [00:40] (last time I was inside a library was before DVDs were invented, and before VHS was affordable) [00:40] I dont buy that either [00:40] oh I get vhs at the library too [00:40] our library will actually order it from other libraries, and I get it at my library [00:40] unfortunately, you can even get gems like "Thug Life" and "Lords of Dogtown" at the library ... just what the idiocracy needs ... [00:40] we pay no fee's for inter-officemailing [00:41] probably there's a Wanted poster of my 15-year-old self hanging there... for 20+ years of late fees [00:41] haha [00:42] Oh I can't even begine to tell ya the amount of money you save by the library vs going to block buster. Yeah, you dont see a movie that came out last week, but who cares. [00:42] add that up over the years, it's monstrous [00:42] I can believe it [00:42] used to read a ton of library books [00:42] these days I buy them from the used book stores and don't have to remember to bring them back [00:42] they even had music cd's for a while, still do on classic stuff. seems like they're not getting new for whatever reson [00:43] (used books are cheaper than my typical library late fees, in a lot of cases) [00:44] this is nice, point click, order it, get it when you want. you can even (at our library) go online and rebook it if noone else has asked for it. [00:45] amazing [00:45] it wouldn't surprise me if the libraries here were still using paper files and microfilm [00:45] yeah, they even have a buy option, so if you borrow a movie, it tells you, your late fee's will never exceed $XYZ dollars [00:46] (actually I used to like the microfilm readers for the card catalog, very original-Trek look and feel to them) [00:46] holy cow i might have jsut broke slackware second night in a row that has to be new record [00:46] toastytoast: doing what, trying to install the mach64 module? [00:46] no [00:47] i was isntalling the kernel sources and removeing xfce at the same tiem laptop restarted [00:47] "restarted" [00:47] like it spontaneously rebooted? [00:48] and now it has restarted twice again by itself and right now it's sitting there hung up at starting syslog deamons [00:48] prolyl becasue the laptop ame unplugged [00:48] the battery in ti doesn't hold a charge [00:48] i ordered a new one but it hasn't come yet cot liek 40 bucks [00:48] i think [00:49] it was under 50 i knwo that [00:49] hm, wonder if my laptop's worth trying to restore [00:49] it needs: a battery, a new backlight, and a new hard drive [00:49] MLanden (n=mello@pool-72-82-75-249.nrflva.east.verizon.net) joined ##slackware. [00:49] well the parts for this were under 100 from ebay [00:50] hhannsnls (n=name@c-69-140-223-165.hsd1.md.comcast.net) joined ##slackware. [00:50] all the parts i got from ebay work fine jsut my bad luck sometimes [00:50] oh wait ti mgiht work this time [00:50] I've had it since 2002 and it's been great (everything works except I never bothered with the modem) [00:50] ilj (n=ilj@sourcemage/grimoire/apprentice/ilj) joined ##slackware. [00:51] its thinking [00:51] and it has real RS232 ports (which I actually do use for a few things) [00:51] THANK LINUX TORVALDS! [00:51] it lives [00:51] linus* [00:52] :( apperently the world will in in 5 mins and i need to log out [00:52] World ends tonight at 10PM! Details at 11! [00:52] Party at 12..:D [00:52] firebird619: Three of my four cores have a baseline of 33C. Only jumping up when busy. [00:55] nice [00:55] and the fourth? [00:56] is on fire :) [00:56] haha [00:57] Shingoshi: get the extinguisher quick, watch out, it's gonna blow up. :P [00:57] inspiron630 (i=458cdfa5@gateway/web/ajax/mibbit.com/x-ddbc2f70b676d9cd) joined ##slackware. [00:58] how do i change what my default permission are set to when creating a folder [00:58] inspiron630, that would be 'umask' [00:58] inspiron630: add a call to "umask" to your ~/.bash_profile [00:59] unfortunately "man umask" won't tell you what you need to know about it, "help umask" does [00:59] slackwiki has a nice tut, hopefully that page ain't broken there [00:59] er, well, not really it doesn't, if you don't already know :( [01:00] yeah like a chilton's car manual. if you took the car apart 10x over the manual makes sense, if not, your outta luck. [01:00] troys (n=troys@68.165.100.2) joined ##slackware. [01:01] ugh. My favorite is the 56-step procedure for dismantling something, and the one-step procedure for putting it back together (step 1: follow the steps from the dismantling procedure in reverse) [01:01] heh, my .ccache is almost 20 gig... /me thinks I'm gonna have to clear this out some day soon [01:01] oh yea that just kills me [01:02] or ... you get half way thru the job, and it says "use Special Tool #44 for this" and you have no idea what tool they mean. [01:02] lol [01:03] yeah, I think gnu man page writers, are probably employee's of chiltons. maybe chilton's is the FOSS sponsor of gnu documentation? [01:03] lol [01:03] straterra (n=straterr@projectstfu.com) joined ##slackware. [01:03] everyone, and anyone here, who's used a Chilton's manual *really* knows I'm not too far off base on this one, heh :) [01:04] not unless the chilton's manuals have changed drastically in the last 10 years [01:05] briareus (n=briareus@unaffiliated/briareus) joined ##slackware. [01:05] hey no screenshots of 'stfu' straterra ? [01:05] X_X [01:06] Urchlay, tehy haven't, ever pick up a recent manual, it still shows the 1950's version of that model car. Like the 2007 Impala manual, show's a 60's Impala :) [01:06] firebird619: I'll wait until morning to raise the clock here. Temps seem to be dropping back down. [01:06] hhannsnls (n=name@c-69-140-223-165.hsd1.md.comcast.net) left irc: Read error: 104 (Connection reset by peer) [01:06] tpollard (n=tpollard@eth3227.qld.adsl.internode.on.net) left irc: "So long and thanks for all the fish" [01:06] Shingoshi: cool. Good luck with it. Don't blow it up. :P [01:07] Old_Fogie: heh, that must fill their customers with confidence... [01:07] Hope not! [01:07] Urchlay, yea really [01:07] and I suppose there's no chiltons manuals for stuff like saturns or kias [01:07] not sure really, I dont work on them. [01:07] if there are, they just have a lump of raw iron ore on the front cover? (or I guess a puddle of raw petroleum would be more accurate) [01:08] welp, bed time for bonzo. night night all. [01:08] Old_Fogie (n=Old_Fogi@cpe-69-204-70-243.buffalo.res.rr.com) left irc: [01:08] frigging saturns. I can't even *check the automatic transmission fluid* on mine. There is *no dipstick* [01:08] neonflux_ (n=neonflux@adsl-68-127-153-156.dsl.pltn13.pacbell.net) joined ##slackware. [01:08] only way to find out how much fluid's in there is to take it to a saturn dealer and they query the onboard computer [01:09] (well, or I suppose I could drain all the fluid out, see how much there is, and pour it back in. Lame.) [01:12] inspiron630 (i=458cdfa5@gateway/web/ajax/mibbit.com/x-ddbc2f70b676d9cd) left irc: "http://www.mibbit.com ajax IRC Client" [01:14] tuvok302 (n=vircuser@clgrtnt3-port-246.dial.telus.net) left irc: No route to host [01:15] inspiron630 (i=458cdfa5@gateway/web/ajax/mibbit.com/x-caf2c6c404b4e97a) joined ##slackware. [01:15] there is no clear command for my xterm :( [01:15] to clear the screen [01:15] i mean bash [01:15] clear doesn't work? [01:16] yeah [01:16] so what are you having problems with then? [01:16] i should mention i'm on a windows comp using cygwin right now heh [01:16] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) left irc: Read error: 110 (Connection timed out) [01:16] clear doesn't work [01:16] .... [01:16] press control-L [01:16] or use "reset" instead of "clear" [01:17] lowkyalur (n=low@dslb-088-070-025-137.pools.arcor-ip.net) joined ##slackware. [01:18] or "tput clear" [01:18] if none of the above works, press and hold Enter for a few seconds :) [01:19] lol, that'll for sure clear it. :P [01:19] ^L works [01:19] but aliasing it doesn't heh [01:19] ctrl-L [01:19] how can i make an alias for that? [01:20] ^L gave problems for the alias [01:21] alias clear=echo -e '\x0c' [01:21] TL_CLD (n=TL_CLD@cpe.atm2-0-71283.banxx3.customer.tele.dk) joined ##slackware. [01:21] err, except that doesn't actually seem to clear the screen for me [01:22] quotes needed, alias clear="echo -e '\x0c'" [01:22] but it still doesn't actually worj [01:22] s/j/k [01:22] Nick change: inspiron630 -> alnasfd [01:23] can programs clear the screen? Like if you run some curses or terminfo based program (maybe vim or nano), does that clear the screen? [01:23] gregsparc (n=chatzill@208.65.91.90) left irc: Read error: 113 (No route to host) [01:24] MLanden (n=mello@pool-72-82-75-249.nrflva.east.verizon.net) left ##slackware. [01:24] gregsparc (n=chatzill@208.65.91.90) joined ##slackware. [01:24] Man-erg (n=meck@93-40-86-107.ip38.fastwebnet.it) left irc: Read error: 60 (Operation timed out) [01:24] another question: why do you want an alias? easier to just press ^L when you want to clear the screen [01:26] ivan__ (n=ivan8013@190.149.49.254) joined ##slackware. [01:27] hey guys i sjut double faulted on the dell i rlly am on a roll today [01:27] i have no clue how i manageign to make so many things go wring today [01:28] its easier to type clear [01:28] or even type c [01:28] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) joined ##slackware. [01:29] where's dive ? [01:29] good evening slackers [01:29] slackmagic: good early morning :P [01:30] Hey slackmagic. How goes it? [01:30] what package is clear in [01:31] alnasfd: grep for it. [01:31] firebird619: oh everything goes well :) [01:31] xdan779 (n=daniel@c-98-227-170-111.hsd1.il.comcast.net) joined ##slackware. [01:31] c, enter... is the same number of keystrokes as ctrl-L [01:32] slackmagic: http://imagebin.org/48849 I don't think you seen this one. [01:32] you're not trying to fix an ailing shell script that tries to call clear and fails, are you? cause your aliases don't apply inside of scripts [01:32] yeah but the positioning is better [01:32] slackware is the coolest thing that have ever came into my life, i treat it like its my own child. Sometimes i try too much and learn as much but i cant and just learn bits [01:33] did you try "reset" and/or "tput clear"? [01:34] yeah [01:34] mogunus (n=user@173-9-7-10-New-England.hfc.comcastbusiness.net) left irc: Read error: 110 (Connection timed out) [01:34] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) left irc: "leaving" [01:35] firebird619: nice wallpaper, I'm assuming you're into Music, or play music instruments or something of that nature. I think you could use more fonts though, and terminals with some shade look very nice too imho, but again, all that is personal preference [01:35] and neither one worked? [01:36] slackmagic: Yeah, I love music. I'm trying to teach myself to play piano/keyboard, slowly but surely I'm getting there. Any recommendations on fonts? Eterm, which I use there supports shading. [01:36] got it, its the ncursers package [01:37] wait, I thought you meant "clear" ran, but didn't clear the screen [01:37] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) joined ##slackware. [01:37] you mean you didn't even have it installed? ptptpt [01:38] o/ [01:38] hey frullet. How are you? [01:38] firebird619: I use urxvt or also known as rxvt-unicode I believe. Bitstream Vera Sans Mono looks very nice actually and should be already on your system iirc. HandelGotDBol / HandelGotDLig, the artwiz fonts package [can get that from SBo] and a bunch of other fonts are what I mainly use [01:38] Motoko-chan (n=maoyama@pool-173-55-52-127.lsanca.fios.verizon.net) left irc: "End Of Line" [01:38] firebird619: cant complain, you? [01:38] yeah [01:39] slackmagic: Hmm, ok, I'll have to look into changing the terminal font in eterm (I've tried several times) or learn urxvt a bit more for shading, etc. [01:39] firebird619: Mod1 F2 :ExecCommand urxvt -tint grey -sh 20 -fn xft:"Liberation Mono":pixelsize=13 -geometry 134x20+752+889 [01:39] frullet: doing very well, thanks. [01:39] alnasfd (i=458cdfa5@gateway/web/ajax/mibbit.com/x-caf2c6c404b4e97a) left irc: "http://www.mibbit.com ajax IRC Client" [01:39] slackmagic: well that was quick, thanks. :) [01:40] I love the liberation fonts [01:40] imexius (n=imexius@unaffiliated/imexius) left irc: Read error: 104 (Connection reset by peer) [01:40] imexius (n=imexius@S01060018f85afd84.tb.shawcable.net) joined ##slackware. [01:40] slackmagic: that looks very nice. [01:41] for example is one of the lines in my ~/.fluxbox/keys , opens up a urxvt terminal with perfect positioning for my 1920x1200 resolution (right bottom of the screen) [01:42] slackmagic: my question is: why do you ever close that terminal? Why not have it start when X starts, and leave it there always? [01:43] oh wow i'm pulling a mbit from ftp://slackware.mirrors.tds.net/pub/slackware/slackware-12.2 [01:43] ivan_ (n=ivan8013@190.149.49.254) left irc: Read error: 110 (Connection timed out) [01:43] slackmagic: Ok, so with that, F2 would start the terminal. [01:43] Urchlay: oh my first workspace is usually up with a bunch of terminals, of which some use screen and some don't [01:44] firebird619: ALT + F2 [01:44] i changed all my keys back to the older ones [01:44] slackmagic: Ok, so you changed the key that brings up run then. [01:44] alt + f keys to switch workspaces [01:44] and TUX + F1 / F2 / F3 ... changes my workspace (therefore I don't really need a taskbar) [01:45] firebird619: no, you can have as many keybindings you can memorize in your fluxbox/keys file [01:45] I tried having multiple terminals and having one or all of them running screen, and found it impossible to keep track of [01:45] and i made ctrl + f1 brign up aterm ctrl + f2 bring up firefox and i think ctrl + f3 brings up run [01:45] slackmagic: yeah, but for me anyway, the default for Alt + F2 is Run. You can't have the same keycombo for multiple things. [01:46] I mean, I do use screen for running irssi, but only so I can detach/reattach it (the screen only has one terminal inside it) [01:46] firebird619: I disabled xfce's ALT + F2 for Run [01:46] slackmagic: The run is for flux, fbrun, in ~/.fluxbox/keys [01:46] for me anyway [01:47] Urchlay: it takes probably less than a second to open up a terminal on my system, so I don't mind closing or reopening them as I go, I know I use F1, F2, F3, F4, F5 for different terminals with different shades and fonts for different purposes [01:47] firebird619: yeah but I changed that too :) Control Mod1 x :ExecCommand fbrun -nearmouse -font Matto -w 500 -h 50 [01:48] default for opening a terminal for me is Alt + F1 [01:48] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) left irc: "Lost terminal" [01:49] the only time I open a new terminal is when using the firefox mozex extension to edit a textarea with vim (yes, I really do that), or "view source" with vim (color syntax highlighting, a lot nicer than ff's default "view source") [01:49] heh, fortune: We don't care how they do it in New York. [01:49] firebird619: I'm so used to the way I've set up my flux, that I don't even think about what is/was default. Certainly goes back to the saying: you may like it this way, and I may like it that way. [01:50] slackmagic: exactly. [01:50] I prefer more an -sh 40 for urxvt and --pixelsize=16 [01:50] must be getting hungry [01:50] I read that as --pizzasize=16 [01:50] haha [01:51] I'm a little hungry too, I'll be having a snack here in a bit. [01:51] slackmagic: One thing I think we can both agree on, fluxbox is awesome. [01:51] bbiab [01:51] Action: firebird619 calls the pizza place for Urchlay [01:52] firebird619: I do like it, yep :) [01:52] any place that delivered here would have closed at least 2 hours ago :( [01:53] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [01:53] yo firebird619! how ya doin? :P [01:53] hey, look, antler's awake [01:53] Delivered pizza, that would be nice to have available [01:54] Urchlay: awake and enjoying a big meat-lovers pizza and ice cold pepsi that i just had delivered to my door [01:54] obviously you are not in the eastern timezone [01:54] Urchlay: and how's your pizza? [01:54] :P [01:54] j/k [01:55] well, or else the pizza driver got hideously lost and you had to wait 2-3 hours [01:55] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [01:56] Urchlay: dood.... "you haven't read macbeth(?) until you've read it in the original klingon" that kills me :P [01:56] yeah [01:56] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [01:56] think he just says "shakespeare" [01:56] yeah [01:56] haha, straterra what channel were you in when this happened? http://noobfarm.org/?id=1520 [01:56] if I were feeling a little more nerdly than I am, I'd figure out how to write "shakespeare" in klingon, and paste that in here [02:00] http://noobfarm.org/?id=1513, " why on earth doesn't anybody code for atari 2600 anymore? " [02:00] people do. I do. [02:00] charle97 (n=c@udp226182uds.hawaiiantel.net) left irc: "leaving" [02:00] She might as well got a tattoo saying, I'm an idiot!! http://failblog.org/2009/05/12/tattoo-fail/ [02:01] i'm on 'the final frontier' right now. skipped 'the search for spock' [02:01] antler: HAH, are you watching old star trek? [02:01] really? I kinda liked "search for spock" [02:01] early use of fractal-generated landscape [02:01] agentc0re: yeah, grabbed a box set from a buddy [02:02] Urchlay: i'll probably come back to it. i don't remember much of it [02:02] Urchlay: for some reason or other, young spock in 'the search ...' irritated me [02:02] charle97 (n=c@udp226182uds.hawaiiantel.net) joined ##slackware. [02:02] (from what i remember, anyway) [02:02] I liked the new movie, it was pretty awesome. Much better than Wolverine. [02:03] agentc0re: oh you've seen it. worth the dough you forked out? [02:03] the annoying thing to me in that movie is they replaced the actress that played the vulcan chick [02:03] Yeah, the Star Trek Movie was great. I'll probably go see it in imax. [02:03] in II, it's whats-her-name from Cheers [02:04] Urchlay: kirstie(?) ally was pretty hot as a vulcan, yeah [02:04] I see a lot of movies coming from this. I just hope the same people are in them and JJ directs it again. [02:04] Sylar as Spock, the guy from Shawn of the Dead as the engineer? [02:04] agentc0re: i wish they would make a movie from 'enterprise' [02:05] simon pegg was great as scotty heh [02:05] he was great in shawn of the dead too [02:05] eviljames++ [02:05] agentc0re: who's JJ? [02:05] agentc0re: k, was I the only one who thought bones was eerie? [02:05] J. Jonah Jameson? [02:06] j. jonah jabrhamson [02:06] firedix (n=firedix@201.254.116.40) left irc: "Ex-Chat" [02:06] J. Jonah Jameson isn't a director... though he was played by the director's brother in the spiderman movies [02:06] that was Sam Raimi's brother? [02:06] eviljames: Dude, he was awesome. I liked how he played that character but i couldn't help keep picturing him in doom. lol [02:07] Urchlay: lol i know [02:07] firebird619: PM? [02:07] agentc0re: hahah I never saw doom so I didn't have that effect. [02:07] jj abrams http://www.imdb.com/name/nm0009190/ [02:07] agentc0re: I thought he was just impossibly accurate. [02:07] eviljames: Heh, doom was a funny but good movie. i totally bought it. [02:07] possibly... too accurate. [02:08] superGear (i=supergea@75-171-185-117.hlrn.qwest.net) left irc: [02:08] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) joined ##slackware. [02:08] oh, he produced 'star trek' the movie [02:08] doom, the movie? ugh [02:08] huge difference between 'directed' and 'produced' [02:08] imo [02:09] that could have been good if it'd been done camp style, like the evil dead movies [02:09] agentc0re: also, this movie like you mention is sequel central. whole new series is inbound. [02:09] http://www.imdb.com/title/tt0796366/fullcredits#cast It says "directed by" right on the damn page! [02:10] I believe all of the internets, you must be wrong. :P [02:10] slackmagic: sure [02:10] Hey agentc0re [02:10] Hi antler [02:11] agentc0re: oh, it seems that he directed and produced it [02:12] Hakudoshi (i=1000@75-171-185-117.hlrn.qwest.net) joined ##slackware. [02:12] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) left irc: Read error: 101 (Network is unreachable) [02:13] wow a pretty hot uhura [02:14] the doom movie suffered from... I dunno what the name is for this syndrome, but... where the characters find themselves in a horror-movie situation, and they all act like they've never seen a horror movie before [02:14] omfg. NOT that guy for sulu. damn. [02:15] lol [02:16] mogunus (n=user@173-9-7-10-New-England.hfc.comcastbusiness.net) joined ##slackware. [02:16] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [02:17] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [02:17] yay [02:18] Hey nix_chix0r. How are you? [02:19] honey im home [02:19] :) [02:19] lol, and you shrunk the kid? [02:20] Urchlay: dumbass-syndrome? [02:20] :P [02:21] 'gee, this corridor looks scary as hell, but i'll mosy on through hoping that michael myers is NOT there holding a huge knife" [02:22] yeah... "Friday the 13th syndrome" maybe [02:22] ivan__ (n=ivan8013@190.149.49.254) left irc: Remote closed the connection [02:22] when the guy gets bit by a zombie, even the stupidest people in the audience knew he was about to turn into a zombie [02:22] michael myers meets crocodile dundee. "that's not a knife. there, now that's a knife" [02:22] v4nelle (n=van@adsl2-124.lsf.forthnet.gr) left irc: Remote closed the connection [02:22] but the highly-educated scientists & doctors in the movie don't know it... [02:23] yeah, there's only so much suspension of disbelief a guy can do [02:24] another happy day at the office [02:24] which is one reason I liked Farscape a lot [02:24] nix_chix0r: good to hear. :) [02:24] ivan_ (n=ivan8013@190.149.49.254) joined ##slackware. [02:24] the guy's from earth, gets whisked off into space and finds out there are aliens... so he's constantly making star trek jokes, stuff like that [02:24] 'the shining' is proably one of my all-time favs in that genre [02:25] ah, the original, not the remake, right? [02:25] i'm eating coleslaw and potato salad for dinner. it's one of those nights where you have "mustgoes" [02:25] the original. i haven't seen the remake [02:26] me either [02:26] saw the remake of "psycho" and that turned me off to remakes in general [02:26] the original is the only good one [02:26] The new Star Trek is good tho [02:26] i was curious about the new star trek movie [02:27] (except I like the 1970s remake of "invasion of the body snatchers" and the modern "Charlie and the chocolate factory" with Johnny Depp is OK) [02:27] Urchlay: you've seen 'bug', yeah? same guy who did 'the exorcist' [02:27] not seen "bug" [02:27] never heard of Bug [02:27] besides the Sega Saturn game [02:28] worth the trip to blockbusters, imo [02:28] who actually goes to blackbusters? [02:28] lowkyalur (n=low@dslb-088-070-025-137.pools.arcor-ip.net) left irc: Read error: 113 (No route to host) [02:28] netflix ftw [02:28] I used to, to buy used DVDs [02:28] or blockbusters online [02:29] ooooo 'blackbusters' would not be popular in tha hood [02:29] err [02:29] but they offloaded the used-DVD department into a separate business, and doubled/tripled the prices, so screw that [02:29] Blockbusters :P [02:30] dunno where i got Blackbusters from [02:30] lol [02:30] Hakudoshi: maybe you're like brian from the family guy [02:30] I'm not a dog [02:30] haha, I remember that [02:30] FG isn't even funny [02:31] eh, occasionally it is [02:31] it's filth! [02:31] filth can be funny though [02:31] and ruining our children! [02:31] or smthin [02:31] panzer (n=panzer@dsl017-120-043.bhm1.dsl.speakeasy.net) left irc: Read error: 104 (Connection reset by peer) [02:31] nix4me (i=1000@unaffiliated/chopp) joined ##slackware. [02:32] anyone dumb enough to think Family Guy is a kid's show... probably has kids too dumb to get the jokes anyway [02:32] all toons are for kids! [02:32] (and you have to be just about a vegetable to not get some of the "jokes"...) [02:32] lol [02:33] nix4me (i=1000@unaffiliated/chopp) left irc: Client Quit [02:33] well the 90s people probably won't get the plethora of 80s references [02:33] yeah [02:33] i'm 80s [02:33] well 70s i guess [02:34] but i don't remember alot of the 70s [02:34] Hakudoshi: because you were a little kid, or because you were stoned for the entire decade? :) [02:34] Hakudoshi: you're not 80s unless you know on what did we build this city. [02:34] little kid [02:34] on rock'n'roll [02:34] i hate that song [02:35] hahah [02:35] Jefferson Starship or smthin [02:36] oh yeah? what song was playing when molly ringwald's character walked in to her grad wearing a dress she had made? :P [02:37] Starship (a late incarnation of Jefferson Starship) [02:37] panzer (n=panzer@dsl017-120-043.bhm1.dsl.speakeasy.net) joined ##slackware. [02:37] Airplane you mean [02:37] ckt1g3r (n=ckt1g3r@bl5-169-110.dsl.telepac.pt) joined ##slackware. [02:37] Jefferson Airplane changed to Jefferson Starship first [02:37] ... then to just Starship [02:37] I didn't watch those Pretty in Pink crap movies [02:38] John Houston or whatever his name was [02:38] Hughes [02:38] or smthin [02:38] John Hughes [02:38] John Cusack, maybe ? [02:38] think i only like The Breakfast Club [02:39] I never saw "pretty in pink" or "the breakfast club" until like 2003 [02:39] don't forget "Sixteen Candles" [02:39] i saw it on VHS back in the day [02:39] Grosse Point Blank was awesome [02:39] the Brat Pack [02:39] at the time "the breakfast club" came out, I was still in high school, I didn't really want to watch a movie about saturday detentions, I saw too much of the real thing [02:39] haha 16 cancles [02:39] lol [02:39] i remember that one [02:40] 16 cankles ? [02:40] 1986 i was in Middle school [02:40] heh [02:40] 16 candles [02:40] typo [02:40] yeah, I know - it was a great typo though :) [02:40] I was 13 so 7th grade [02:40] yeah. '16 cankles: a jenny craig special' [02:40] lol [02:40] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [02:41] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [02:41] cankles are the new black [02:41] what was the other one? "Heathers"? [02:41] St. Elmo's Fire [02:41] hated that movie [02:41] i think [02:41] oh man....this is taking me way back [02:41] or thought it was boring [02:41] actually kinda liked it (again, didn't see it until like 2003 or so) [02:42] one of the two [02:42] 'gonna be your man in motion, all i need is a pair of wheels' [02:42] ttyX (i=1000@115.108.13.72) joined ##slackware. [02:42] heh [02:42] there was a caveman movie out around the same time, "Quest for Fire"... always thought they should do a "Quest for St. Elmo's Fire" [02:42] I like The Last Starfighter for some reason [02:42] liked* [02:42] St. Elmo's Fire just carried the stereotype/archtype schtick of the Brat Pack to its "next level" [02:43] liked the Karate Kids (1 and 2) [02:43] 3 and next are horrible [02:43] Karate Kid (1) is probably one of the more timeless movies from the 80's [02:43] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) left irc: Remote closed the connection [02:44] karate kid 1, yeah.... totally 80s [02:44] one of the 80s classics [02:44] Short Circuit was cool too [02:45] it was OK, in a sort of "rated G" sense ... a little too naive for me [02:45] i dunno i thought it was cool at the time [02:45] The Last Starfighter was great [02:45] still enjoy it tho [02:45] also Tron [02:45] and War Games [02:45] I like The Last Starfighter alot [02:45] The Last Starfighter i loved [02:45] oooo... war games .... awesome [02:46] i saw it like 13 times in the theater [02:46] jnylin (n=jnylin@rainbow.ext.hb.se) joined ##slackware. [02:46] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) joined ##slackware. [02:47] War Games, I remember liking it a lot, but when I first saw it, I noticed something... [02:47] War Games was grear [02:47] tho never saw it the Theater [02:47] at the start of the movie, he makes a big deal out of hooking up a speech synth to his computer, so it can tale [02:47] saw it on HBO or smthin [02:47] talk [02:47] Urchlay, maybe it was a big deal in the early 80s [02:47] later on, when he's captured by the army or whoever, he uses a terminal in someone's office, and it talks with the same voice [02:48] Urchlay: yeah, that was weird to me too [02:48] ferris buehler' day off, speaking aobut mathew broderick [02:48] good one [02:48] nix4me (i=1000@unaffiliated/chopp) joined ##slackware. [02:48] good movie [02:48] Legend [02:49] was aweful [02:49] was that the one with david bowie? [02:49] tho i liked it when i was young [02:49] Tom Cruise [02:49] David Bowie was in Labyrinth [02:49] mogunus (n=user@173-9-7-10-New-England.hfc.comcastbusiness.net) left irc: Success [02:49] i know he did one called 'labarynth' or something like that [02:50] yeah [02:50] Legend, IIRC, was awful because there was a fire in the studio and a huge chunk of the film got destroyed [02:50] wow, I never knew that [02:50] the same fire that caught michael jackson's hair while doing the pepsi commercial? :P [02:50] they didn't have the budget to re-shoot, so a lot of it was out-takes or just plain missing [02:51] I always just assumed that Legend was just as close as Hollywood could get to a Lord-of-the-Rings-type film at the time [02:51] isn't that the same movie that has Tim Curry as Satan? I might be mis-remembering [02:51] Yeah, Tim Curry was awesome in that moive [02:51] movie [02:51] Urchlay, yes [02:51] Tim Curry made a good Satan [02:52] that was the only good in that movie [02:52] slackytude (n=hotline@p4FD89C0F.dip0.t-ipconnect.de) joined ##slackware. [02:52] heh not as good as al pacino [02:52] actually, the creature effects were all good - goblin makeup was excellent [02:52] morning [02:52] DeNiro makes a pretty scary Satan too (Angel Heart) [02:52] y0 rk4n3 [02:52] long time no see [02:52] something special about al [02:52] Best Satan is on CW [02:53] hey slackytude - what's happnin :) [02:53] Reaper [02:53] CW? [02:53] Urchlay: yeah, that fscking egg-eater [02:53] CW network [02:53] no idea [02:53] the station nobody watches [02:53] apparently not [02:53] rk4n3, not much, just working or studying. no rest for the tired. how about you? [02:53] panzer (n=panzer@dsl017-120-043.bhm1.dsl.speakeasy.net) left irc: Remote closed the connection [02:53] they have that crappy superman show [02:53] smallville [02:53] panzer (n=panzer@dsl017-120-043.bhm1.dsl.speakeasy.net) joined ##slackware. [02:53] superman's lame anyway [02:54] slackytude: same mostly - work piled on top of more work [02:54] i'm interested -----> all-time best flick, any genre? [02:54] Superman 2 was good [02:54] how can you be a hero if you're invulnerable? you're not risking your life and limb... [02:54] krytonite [02:54] antler: really hard question to answer [02:54] rk4n3, anything interest? [02:54] kryptonite [02:54] Urchlay, you're a hero for saving other people's life [02:54] rk4n3: yeah, depends a lot on mood, i guess [02:54] Batman ftw! [02:55] which Batman [02:55] slackytude: well, I could tell you a saga of a struggle with a storage array I've had, but that might be a little boring :) [02:55] oh man only the last two batmans were good [02:55] yeah. Kryptonite = parts of the planet Krypton. How big was that planet, how far away was it, that *so frigging much* kryptonite made its way to Earth after it blew up? [02:55] Star Wars nerd will say Star Wars The Empire Strikes back [02:55] Batman Begins & TDK [02:55] antler: "All time best" is difficult to decide [02:55] antler: yeah, and there's so many movies that I love for quite different reasons, too [02:56] yeah. a guy in tights who flies around wearing a red cape and has a big s on his chest. [02:56] I'd have to say the LOTR trilogy must be up at the top somewhere [02:56] LOTR isn't on my top 10 [02:56] tho it was ok [02:56] currently I'd want to put Watchmen in the top 10, but I might not think that if you ask me again in a year or two [02:56] hell i don't even know what would i consider my fav movie [02:56] (I'd definitely put the Watchmen comic in the top 10 books though) [02:57] for me spiderman is the lamest of em all :p [02:57] Spiderman was ok [02:57] better than superman 1 3 4 5 returns [02:57] hiptobecubic (n=john@nat079.wireless.miami.edu) left irc: Read error: 110 (Connection timed out) [02:57] superman 2 was the only good superman movie [02:57] was that when he gave up his powers for lois? [02:57] superman 3 was only watchable cause of Richard Pryor [02:57] and got beat up in a bar? [02:57] lol [02:57] which one had Richard Pryor making fake kryptonite out of cigarette tar? That one was bad, but funny [02:58] Superman 3 [02:58] Twelve Monkeys is one of my favorites [02:58] rk4n3: good one! [02:58] One of the worse movie of the 80s == superman 4 [02:58] :) [02:58] rk4n3: yeah, brad pitt movies are usually good [02:58] he was in that, right? [02:59] He-Man was pretty aweful too [02:59] antler: yeah, and he does a really great job in that one too [02:59] Worse movie of all time? [02:59] antler: though Bruce Willis shines as well [02:59] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [02:59] Street Fighter: The legend of Chun Li [02:59] Rocky Horror Picture Show has got to be high up on the "worst ever" list [02:59] I think Buckaroo Bonzai is one of the worst movies ever [02:59] Hakudoshi, maybe u haven't seen the DBS movie yet? [02:59] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [02:59] DBZ* [02:59] Rocky Horoor is great [03:00] Horror [03:00] haha [03:00] if you're on drugs [03:00] it sux balls [03:00] Rocky Horror is fun to go to, but not because the movie's any good [03:00] Herman (n=Hermann@h-156-174.A155.priv.bahnhof.se) joined ##slackware. [03:00] (and actually maybe that's s/is/was/, last few times I've been to a showing of Rocky, it was pretty lame) [03:00] wow too many bad ones to list [03:00] It's like listening to The Greatful Dead [03:01] you gotta be high [03:01] heh. Did anyone ever see the "Captain America" movie? one of the worst superhero movies ever... [03:01] same with Phish [03:01] haha - how about the KISS movie [03:01] that was lame [03:01] Shingoshi (n=Shingosh@c-98-246-122-42.hsd1.or.comcast.net) left irc: Remote closed the connection [03:01] alright. best villain ever? [03:01] Hannibal Lector [03:01] I saw some animated "KISS vs. the phantom of the opera" once, it was pretty awful [03:01] DBZ movie deserves negative rating [03:02] Joker [03:02] yeah, Lecter has to be pretty close to the best villain ever [03:02] oh man the new joker. that dude was goooooood. he made that movie [03:02] both Jokers [03:02] Nicholson as the Joker was great [03:02] nope. just the guy that died recently [03:02] haven't seen the new one yet [03:03] Keith Ledger [03:03] I haven't seen it yet either [03:03] yeah [03:03] Heath Ledger was gr8 [03:03] Heath Ledger :) [03:03] Heath [03:03] whatever [03:03] the brokeback Mountain guy [03:03] he ownz the whole movies :p [03:03] rk4n3: Urchlay : oh man. he was quite awesome [03:03] movie* [03:03] The Patriot was a great movie, too [03:03] (Heath Ledger did a great job in that one too) [03:04] he doesn't own at the movies [03:04] he's dead :| [03:04] heh i'm surprised no one mention gene hackman as lex :P [03:04] on the subject of hannibal lecter (lector? I dunno)... did anyone besides me *really hate* the prequel that had his childhood & how he becamme a killer? [03:04] Dragonball Evolution aka worst movie of all time [03:04] Urchlay: that was disappointing [03:04] Hannibal? [03:04] xdan779 (n=daniel@c-98-227-170-111.hsd1.il.comcast.net) left irc: [03:05] Urchlay: I found it to be OK, but definitely not very mentionable [03:05] some movies weren't meant to have sequels [03:05] silence of the lambs is one of them, imo [03:05] yo slackytude. How's it going? [03:05] Short Circuit 2 [03:05] horrible [03:05] though the prequel was pretty good [03:05] slackmagic: Here's a really nice flux desktop imo: http://farm4.static.flickr.com/3188/2928850755_2e4fa55ce8_o.jpg [03:05] rk4n3, nothing to fancy then [03:05] I mean, in the first however many movies, he's evil, and you get the impression that he chooses to be evil, which makes him more scary... instead, in the prequel, it's "Poor Hannibal was abused/tortured as a kid, he can't help being insane"... [03:05] Star Trek V [03:06] firebird619, good morning. Im fine, how do you do? [03:06] slackytude: not really :) [03:06] slackytude: doing very well, thanks. [03:06] some movie sequels were simply better than the originals [03:06] Urchlay: the prequel was called 'manhunter' [03:06] Godfather is one of them [03:06] Wrath of Khan [03:06] ttyX: Star Trek II vs. I, you mean? [03:06] slackytude: I'm on flux now getting it nice and customized. [03:06] firebird619, seems like nobody noticed me missing [03:06] antler: no, the pre-prequel then, the one where he's a little kid at the beginning [03:06] firebird619, traitor! ;) [03:06] firebird619, any reason? [03:07] Urchlay: that's the sequel, when that asian chick taught him the sword, no? [03:07] Hannibal Rising is a prequel [03:07] some people would say "The Empire Strikes Back" is better than the first "Star Wars" [03:07] but I'm not one of those people [03:07] ... prequel meaning its set before the events of any of the other movies [03:07] slackytude: haha, just always wanted to get on flux and make a really nice setup and now I'm finally doing that. [03:07] yeah, "Hannibal Rising" is the one I meant, that I hated [03:07] rk4n3: oh, i get it. [03:08] Saw And Justice For All and I must say it's a highly underrated Pacino movie [03:08] Urchlay: yeah, i would say 'empire' is better than 'star wars' [03:08] ttyX: I don't suppose the soundtrack is by Metallica? :) [03:08] (thanks to harrison ford) [03:09] cmk_zzz (n=martink@219-89-201-169.adsl.xtra.co.nz) left ##slackware. [03:10] firebird619, if the new xfce does away with the right click menu I might switch as well [03:10] man i remember thinking when hannibal escaped: "wow. what a great escape" :P [03:10] yeah, hannibal's one of the villains you want to see win, even though you know he's a bad guy... [03:10] just like when neil's crew robbed the bank: "wow. what a great bank robbery" [03:10] like the Master, from Dr. Who. I always want to see him win... [03:11] I like villains winning :p [03:11] slackytude: gosh I hope it doesn't. [03:11] poor guy, he's been trying to take over the universe for like 1500 years, keeps getting thwarted by the same goody-goody enemy... [03:11] heroes win ll the time and that sux [03:11] ttyX: seen (or read) "Watchmen"? [03:11] yet to see [03:12] chopp (i=1000@unaffiliated/chopp) left irc: Nick collision from services. [03:12] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) joined ##slackware. [03:12] The International is also due [03:12] i gotta rent that or something [03:12] watchmen [03:12] Nick change: nix4me -> chopp [03:12] it's worth seeing. Was afraid it wouldn't be, but they did about as good a job as possible without making the movie 6 hours long [03:12] i haven't even seen the comics [03:13] never read comics anyways [03:13] heh. Far be it from me to suggest such a course of action, but if you went to a certain site and searched for "watchmen pdf", you might find a certain file... [03:13] haha [03:13] google :p [03:14] scribd might be better [03:14] ttyX: Watchmen, the comic, is worth reading even if you don't normally like comics. It holds its own with any good science fiction book [03:15] firebird619: opps, didn't notice that you messaged me, yeah that's a nice screenshot, I believe I have already seen it though [03:15] has anyone seen the new xmen movie? [03:16] slackytude: Here's what I got atm, it seemingly changes quite often. :P http://imagebin.org/48858 [03:16] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) joined ##slackware. [03:16] slackmagic: Yeah, I kind of think I have in the past as well, but it looks quite nice. [03:16] firebird619, I was pretty impressed with opera mail last night, btw [03:16] slackytude: really, how so? [03:16] I love opera mail. :) [03:17] Hi Camarade_Tux [03:17] firebird619, got an email with a bunch of attachments, nothing zipped. nice way they handled downloading them, I was pleasantly surpised [03:17] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) joined ##slackware. [03:17] Urchlay: dood. http://en.wikipedia.org/wiki/File:Watchmencharacters.jpg <----- the guy kneeling looks like j jonah jameson [03:17] hey firebird619 :) [03:18] (in the spiderman cartoon) [03:18] slackytude: It is very nice how opera handles that, several attachments and it brings up a window, you can pick and choose which ones you want and where you want them. [03:18] Camarade_Tux: How are you? [03:18] antler, and the blond guy on the left looks like he has ********** ******** *** in the *** [03:18] firebird619, nice, thanks, and you ? [03:19] Camarade_Tux: lol [03:19] so true [03:19] Camarade_Tux: very well, thanks. [03:19] antler: yah, he does. I'm sure it's on purpose, too [03:19] but back in the mid 80s... all the cartoon characters looked the same [03:19] I don't want to do anything today, I don't way to go in school ! =/ [03:20] firebird619, aye [03:20] Camarade_Tux, morning [03:20] nah, read it. There's pretty much nothing in there that's not on purpose. It's partly a self-critical examination of the superhero comic genre [03:20] Camarade_Tux: skip a day. stay home and enjoy it. :P [03:20] fAu (n=fAu@78-134-6-96.static.ngi.it) left irc: Read error: 104 (Connection reset by peer) [03:20] yeah, skip a day [03:20] did that last week ^-^ [03:21] get to school you damn slacker [03:21] lol [03:21] firebird619, impossible, first course is English and I have something to show (and something to give the teacher that I haven't done) [03:21] firebird619, thats conky on the left side? [03:21] firebird619, very nice, btw [03:21] slackytude: yup, conky. [03:21] I find english courses really boring =/ [03:21] slackytude, hey :) [03:21] Camarade_Tux: that's to bad. guess you have not choice. [03:21] Camarade_Tux: if you haven't done your homework, what's the point of going to class, if all you're going to do is say "Sorry, don't have it" [03:21] s/not/no [03:22] fAu (n=fAu@78-134-6-96.static.ngi.it) joined ##slackware. [03:22] slackytude: I downloaded all the flux styles from tenr.de, haven't really found that perfect one yet that makes me say "Wow, that's it." [03:22] and the teacher wants me to sing in English because I spoke French last time [03:22] haha, seriously? [03:22] sing in english? [03:22] Urchlay, well, we're at most 15 in this class and we have to be there [03:23] yeah, sing a song in English... [03:23] 15, eh? not easy to hide [03:23] Camarade_Tux: "i want it that way" backstreet boys? [03:23] firebird619, whats the white security feed? also conky? [03:23] just a suggestion [03:23] Camarade_Tux: which song? [03:23] slackytude: yeah, diff of slackware changelog in conky. :) [03:24] firebird619, the one I want [03:24] firebird619, different instance of conky? [03:24] hey all [03:24] those are accurate right now though, that one is just a test of diff. [03:24] but I already told her "no way", I don't know if she still expect me to sing [03:24] firebird619: what are you doing up so late [03:24] hi masterx831 [03:24] masterx831: still messing with flux and chatting here. :) [03:24] antler, certainly not... [03:25] slackytude: each thing on there in conky is a separate conkyrc file called by a script. [03:25] Camarade_Tux: or you can do "don't be cruel" by bobby brown and do the running man for the class [03:25] i'd pay money to see that [03:26] flux takes up alot of mem [03:26] antler, how much ? [03:26] only got 500mb here :P [03:26] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) joined ##slackware. [03:26] Camarade_Tux: 10 pesos? [03:26] antler, hmmm, ok, but I need you to give me the camcorder then :) [03:27] antler, heh [03:27] here, have my 1TB sony from japan [03:27] Urchlay, btw, I haven't done _all_ the homework, and the remaining part is a completely useless dumb writing and that's why I haven't done it, I couldn't get myself to write that [03:28] antler, ok, I'll ship you the recording [03:28] sounds like my work [03:28] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) left irc: Remote closed the connection [03:28] not sure it will get to you if I pay one peso though [03:28] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) joined ##slackware. [03:28] Camarade_Tux: honestly, i think you should do, "how will i know if he really loves me?" --whitney houston [03:29] masterx831: flux doesn't take up much ram at all. [03:29] antler, something by Celine Dion ? [03:29] antler, why not go to school with a shootgun and go on a rampage. [03:29] Camarade_Tux: the titantic theme. :P [03:29] antler, that would be more human [03:29] firebird619, yep, and with the choregraphy... [03:29] Camarade_Tux: yeah, or that. stand up in front of the class do celine dion, stretch out your arms, and yell out "i'm free" when you're done [03:29] slackytude, lol ;p [03:29] jeev3 (n=email@24-180-16-19.dhcp.mtpk.ca.charter.com) joined ##slackware. [03:30] slackytude: hahah [03:30] antler, and undress and run naked ? [03:30] Camarade_Tux, obviously, you need to do MC Hammer [03:30] break it down! hammertime [03:30] slackytude: oh yeah [03:30] jeev (n=email@unaffiliated/jeev) left irc: Nick collision from services. [03:30] Nick change: jeev3 -> jeev [03:30] I thought about singing Apocalyptica =) [03:30] can't touch this. :P [03:31] it's very easy to sing, they don't sing :) [03:31] Camarade_Tux: Hey, they're good. Apocalyptica - I Don't Care. :) [03:31] ttyX (i=1000@115.108.13.72) left irc: Read error: 104 (Connection reset by peer) [03:32] I told the teacher I could thing if I had drunk enough but she told me we're not allowed to bring alcohol [03:32] Camarade_Tux: or is it okay if you just hummed the theme from mash? [03:32] haha [03:32] I like the being drunk idea [03:32] good grief, tenner's added more flux styles, I can't keep up. [03:33] I think the answer is definitive : I won't sing anything at all :) [03:33] she said that you couldn't bring any. that certainly doesn't mean you can't come bombed. [03:33] well, I'd better move my ass or I'll be late and she'll give me some other stupid thing to do [03:33] haha [03:34] antler, yeah but the class is located on the third floor (or fourth if you're American) and I'd have to take the stairs :D [03:34] see ya Camarade_Tux [03:34] then you'd have to sing 2 songs. [03:34] plus I hadn't planned it would be my first course ;) [03:34] firebird619, hmmm, let me think a bit about that ;) [03:34] dood. don't miss your chance to shine [03:34] Camarade_Tux: haha. Sing whatever song it is "The best things in life are free" :P [03:34] damn customers [03:35] omg. i would seriously do "rock lobster" by peter griffin. [03:35] Camarade_Tux: does France have something like American Idol. Go audition. :P [03:35] that song kicked ass [03:37] Camarade_Tux: here are the lyrics, if you share my enthusiasm http://www.lyricsmode.com/lyrics/f/family_guy/rock_lobster.html [03:39] Wow, I have about 100 or so flux styles now. :) [03:39] everybody had matching towels [03:39] firebird619: real men only use the defaults ;) [03:39] haha, the default sucked imho [03:40] frullet, that would be fluxbox's default theme, it definitely sucks ! [03:40] kamaji (n=kamaji@resnet-186224.resnet.bris.ac.uk) joined ##slackware. [03:40] Camarade_Tux: you use flux? [03:40] firebird619, no, but the look is why I don't use it ;) [03:41] Camarade_Tux: your one of those... [03:41] *shuns* [03:41] haha [03:41] Camarade_Tux: if you ever try it again, check out tenner's styles at tenr.de. AMAZING. [03:41] (yeah, I know, with my current settings, I don't see anything from the theme but...) [03:42] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [03:42] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [03:43] yo antler. How goes it? [03:44] yo firebird619. everything's kool and the gang. wassup with you? [03:44] nothin much, just working on getting flux how I want. [03:45] I've pretty much gave up with freebsd and the mouse issue. :) [03:45] quitter. [03:45] :P [03:46] antler: think about it, I quit freebsd. I'm still on slackware. :P [03:46] slackmagic: tenner even has his conkyrc file and everything on there. [03:46] you're better than i, who quit before he started [03:47] haha [03:47] gosh, what tenner can do is insane, it's amazing. [03:48] yarvin (n=yarvin@42-57-74-65.gci.net) joined ##slackware. [03:49] firebird619: yep i know that he keeps his config files online :) [03:49] ckt1g3r (n=ckt1g3r@bl5-169-110.dsl.telepac.pt) left irc: "Leaving" [03:49] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) left irc: "leaving" [03:49] slackmagic: I was just looking through them, he does some amazing stuff. [03:51] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) joined ##slackware. [03:51] slackmagic: he's got some nice irssi themes as well. [03:52] hey all [03:52] hmmm, I could maybe sing Rammstein, Die Apokalyptischen Reiter, Die Töten Hosen or Die Ârzte [03:52] say i wanted to install a package from the dvd .. do i just do pkgtool and look for the package ? [03:53] macman__, pkgtool /mnt/dvd/slackware/ap/Idontknowhy.tgz [03:53] s/pkgtool/installpkg/ sortty [03:53] *sorry [03:53] too early in the morning (I know it's nearly 10) [03:54] brb, changed irssi theme. :) [03:54] firebird619 (n=firebird@unaffiliated/firebird619) left irc: "leaving" [03:54] firebird619 (n=firebird@unaffiliated/firebird619) joined ##slackware. [03:55] back. [03:55] Camarade_Tux: i have a /mnt/dvd but for some reason its not /mnt/dvd/slackware [03:55] i have the dvd in already [03:55] Hmm, it didn't change. I must have something else set wrong or something. [03:55] macman__, that was just an example, where have you mounted the dvd ? [03:55] looking [03:56] Ah, the color's are different because I have that set differently. Ugh, I'd have to start a brand new irssi config for it to work. [03:59] Starchaser (n=geek@80.66.88.130) joined ##slackware. [03:59] Camarade_Tux: its on /media/slackdvd/slackware [04:00] so installpkg /media/slackdvd/slackware/directory_here/package [04:00] I'm going to have not to say "package.tgz" anymore ;p [04:00] hmmm, somehow this sentence sounds wrong... [04:01] isn't bitchx on the dvd [04:02] Shingoshi (n=Shingosh@c-98-246-122-42.hsd1.or.comcast.net) joined ##slackware. [04:02] bitchx is probably on the dvd, but bitchx is EOL'd [04:03] what is eold .. firebird619 im just testing how to use slackware before i actually install it .. im running slackware in virtualbox [04:03] end of life'd. It won't be supported any more starting with -current and future releases iirc. [04:03] macman__, see http://www.slackware.com/security/viewer.php?l=slackware-security&y=2009&m=slackware-security.285737 [04:03] firebird619: I'm running at 3.11GHz. And my cores are basically flat at 33C. [04:03] Shingoshi: nice. [04:03] Only one core is always at 40C. [04:04] that's not bad. That really helpd. [04:04] helped [04:04] I'm pleased with every little bit of increase. [04:04] indeed. congrats. :D [04:05] The seems almost counterintuitive. But the higher the speed, the less effort to process, the lower the temps are in result. [04:05] WOW, I just found a perfect wallpaper that works with my flux config. YAY [04:05] Good! [04:06] Now that I'm happier, I should go to bed. [04:06] haha, it's bed time here too. 03:01 [04:07] Camarade_Tux: so i just did a installpkg /media/Slackdvd/slackware/n/BitchX [04:07] how do i remove it .. removepkg /bin/BitchX didn't work [04:07] EST? [04:07] CST [04:07] macman__: removepkg [04:07] yea [04:07] macman__, you can only install something that end in .tgz for now [04:07] Oh yeah. I wasn't paying attention. [04:07] i did that [04:07] and 'removepkg bitchx' (don't know the caps) [04:07] have to go now, laterz =) [04:07] removepkg /var/log/packages/bitchx-whatever the rest is. [04:08] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) left irc: "Leaving" [04:08] ok [04:08] wow i need to learn this [04:08] Later guys. Have a good morning/afternoon/evening. Take care. [04:08] firebird619: I can't believe this. My board temps are 20C lower than the highest I ever saw recorded. [04:08] wow [04:08] yay [04:09] well, that new stuff sure paid off. :) [04:09] Really amazing [04:09] I guess so! [04:09] Well, I gotta get going. [04:09] Good Night Shingoshi [04:09] ok [04:10] Hi fred! [04:10] have fun macman__, good luck. :) [04:10] firebird619 (n=firebird@unaffiliated/firebird619) left ##slackware ("Good Night"). [04:12] hey all .. earlier i was pointed to slackbuilds.org .. do i need that website .. if so why ? [04:12] i told you. [04:12] if its not in the repo or something right ? [04:13] hiptobecubic (n=john@nat079.wireless.miami.edu) joined ##slackware. [04:13] you were looking for a tool that doesn't come in the distribution. [04:13] antiwire: what if i find a pkg / tgz on the internet [04:13] who built it? [04:13] don't know im throwing it out there [04:14] macman__: throw yourself out there [04:14] do you think that installing random packages from unknown sources is good? [04:14] antiwire: of course not .. i do research on them etc .. [04:16] nite all [04:16] still not clear? [04:16] macman__ (n=macman_@unaffiliated/macman-/x-7349243) left irc: "Lost terminal" [04:16] :) [04:17] jonsmith1982 (n=jon@82-38-88-58.cable.ubr01.donc.blueyonder.co.uk) left irc: Read error: 113 (No route to host) [04:18] funny shit [04:20] Offtopic, Im reading about how BSA calculates the number of cd burners in a "bust", a 40x cd burner is the equivalent of four 10x cd burners .. i love that line of reasoning :) [04:20] elge_ (n=elge@mx.nethence.com) joined ##slackware. [04:20] hi there. how to create an initrd.img like the one in isolinux/ ? [04:20] Nick change: elge_ -> elge [04:21] hi elge, I believe there is a program called mkinitrd that can help [04:23] yarvin (n=yarvin@42-57-74-65.gci.net) left irc: Remote closed the connection [04:23] one customer of us gets his budget doubled in some of his prjects [04:24] looks like the software tries to convert the sums from DM to Euro, altho they have been entered as Euro [04:25] elge, most cd burning apps allow you to write to an ISO instead of burning to disc [04:25] like k3b and so on [04:26] d4vidc (n=d@74-209-6-39.dsl.elltel.net) left irc: No route to host [04:26] kethry_ (n=kethry@unaffiliated/kethry) joined ##slackware. [04:28] Shingoshi (n=Shingosh@c-98-246-122-42.hsd1.or.comcast.net) left irc: Read error: 113 (No route to host) [04:29] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [04:33] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: Remote closed the connection [04:33] slackytude & tank-man, I'm asking how to make a ramdisk initrd, not how to burn an iso [04:34] $ apropos mkinitrd [04:34] mkinitrd (8) - create or rebuilt an initrd (initial ramdisk) [04:36] kethry (n=kethry@unaffiliated/kethry) left irc: Read error: 110 (Connection timed out) [04:48] _RadioHead (n=DevBox@82.114.94.4) joined ##slackware. [04:48] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 54 (Connection reset by peer) [04:48] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [04:59] Guest17709 (n=ant@85.245.54.77.rev.vodafone.pt) joined ##slackware. [04:59] i there. [05:00] please can someone tell if i need to install slackware before gslac_ky [05:01] i mean i am a gnome user and i never tested slackware before [05:01] so i want to install gslacky [05:01] greymaus (n=greymaus@86-46-227-18-dynamic.b-ras1.pgs.portlaoise.eircom.net) left irc: "Lost terminal" [05:02] its awful, trust me you dont want to! [05:02] elge, sorry, I misread [05:02] but i looks like i need to install slackware first .. or not? [05:03] or could you please tell me if there is a gslacky channel to ask ? [05:05] hello? [05:06] slackytude can you tell me..? [05:07] paissad (n=paissad@5.55.198-77.rev.gaoland.net) joined ##slackware. [05:09] Guest17709 (n=ant@85.245.54.77.rev.vodafone.pt) left irc: "Leaving" [05:10] Herman (n=Hermann@h-156-174.A155.priv.bahnhof.se) left irc: Read error: 113 (No route to host) [05:12] elge (n=elge@mx.nethence.com) left ##slackware. [05:18] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) left irc: Remote closed the connection [05:18] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) joined ##slackware. [05:23] Arirang (n=Arirang@unaffiliated/kool-aid) joined ##slackware. [05:23] antiwire (n=antiwire@unaffiliated/antiwire) left irc: Read error: 113 (No route to host) [05:24] axept (n=ant@85.245.54.77.rev.vodafone.pt) joined ##slackware. [05:26] Sorry for asking again but i could not find the answer yet [05:26] axept, ? [05:26] axept: first install Slackware [05:26] ok thanks [05:26] Gslacky is a Gnome *addon* for Slackware [05:27] but that is goin to leave any kde packages? [05:28] Yes, so you should not install *all* of Slackware [05:28] It's all up to you [05:28] ok thanks [05:29] axept (n=ant@85.245.54.77.rev.vodafone.pt) left irc: "Leaving" [05:35] Herman (i=1000@pc-20091230-o.fy.chalmers.se) joined ##slackware. [05:36] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [05:36] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: Remote closed the connection [05:43] ttyX (i=1000@115.108.13.72) joined ##slackware. [05:52] mib_ehleyrh8 (i=5b6c6911@gateway/web/ajax/mibbit.com/x-1314b564ee49b17a) joined ##slackware. [05:53] 900 percent is some hell of a growth rate [05:54] The_Faithful (n=Mak@wana-15-237-12-196.wanamaroc.com) joined ##slackware. [05:54] Apple is gonna have hard time dealing with Google :p [05:55] greeting [05:58] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [05:58] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [05:59] Lexus1 (n=Lexus@62.165.60.236) joined ##slackware. [06:01] mib_ehleyrh8 (i=5b6c6911@gateway/web/ajax/mibbit.com/x-1314b564ee49b17a) left ##slackware. [06:01] dhabyx (n=dhabyx@unaffiliated/dhabyx) left irc: Remote closed the connection [06:03] _RadioHead (n=DevBox@82.114.94.4) left irc: "Leaving" [06:04] slackytude (n=hotline@p4FD89C0F.dip0.t-ipconnect.de) left irc: Remote closed the connection [06:18] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [06:18] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [06:20] gynterk (n=gynterk@unaffiliated/gynterk) joined ##slackware. [06:25] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [06:25] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [06:33] evo- (n=evo@p5DDE7B36.dip.t-dialin.net) joined ##slackware. [06:38] alicephilippa (i=alice@78-105-168-173.zone3.bethere.co.uk) left irc: Read error: 110 (Connection timed out) [06:45] znuzzy (n=mike@cpe-74-77-18-63.buffalo.res.rr.com) joined ##slackware. [06:52] root (n=enigma@222.172.214.182) joined ##slackware. [06:52] Nick change: root -> Guest27509 [06:53] Nick change: Guest27509 -> esom [06:53] thumbs (i=1000@modemcable220.141-200-24.mc.videotron.ca) left irc: Read error: 60 (Operation timed out) [06:57] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [06:57] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [06:58] ttyX (i=1000@115.108.13.72) left ##slackware ("Leaving"). [06:58] ttyX (i=1000@115.108.13.72) joined ##slackware. [07:01] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) joined ##slackware. [07:06] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) left irc: "leaving" [07:06] alicephilippa (i=alice@89.194.3.12) joined ##slackware. [07:07] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) joined ##slackware. [07:11] esom (n=enigma@222.172.214.182) left ##slackware. [07:12] ttyX (i=1000@115.108.13.72) left irc: "Leaving" [07:13] souljas (n=souljas@nc-76-0-181-126.dhcp.embarqhsd.net) left ##slackware ("Leaving"). [07:13] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) left irc: "Lost terminal" [07:13] zmyrgel (n=user@hoasb-ff09dd00-209.dhcp.inet.fi) joined ##slackware. [07:14] wdyy (n=yy@123.80.27.160) left irc: Read error: 113 (No route to host) [07:17] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) left irc: "leaving" [07:18] jdetring (n=jay@adsl-71-153-134-62.dsl.tul2ok.sbcglobal.net) left irc: Read error: 110 (Connection timed out) [07:18] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) joined ##slackware. [07:18] byteframe (n=bytefram@pool-71-174-6-135.bstnma.east.verizon.net) left irc: Read error: 110 (Connection timed out) [07:18] byteframe (n=bytefram@pool-98-118-70-69.bstnma.east.verizon.net) joined ##slackware. [07:18] jdetring (n=jay@70.234.178.32) joined ##slackware. [07:20] The-Croupier (n=the-crou@static062038244013.dsl.hol.gr) joined ##slackware. [07:21] CyberS0nic (n=CyberS0n@201.47.103.50) joined ##slackware. [07:22] greetings [07:22] hows it going today guys? [07:23] kama (n=kama@87.19.118.26) joined ##slackware. [07:27] kama (n=kama@87.19.118.26) left irc: Remote closed the connection [07:27] Pa^2 (n=GrumpyPa@63.238.104.170) joined ##slackware. [07:28] caio_ (n=caio@190.244.36.137) joined ##slackware. [07:30] The-Croupier (n=the-crou@static062038244013.dsl.hol.gr) left irc: "Java user signed off" [07:31] BentoPUNK (n=BentoPUN@201.72.199.2) joined ##slackware. [07:31] sombriks (n=sombriks@201009019213.user.veloxzone.com.br) joined ##slackware. [07:36] ttyX (i=1000@115.108.13.72) joined ##slackware. [07:36] Intel fined $.145bn lol [07:36] $1.45bn* [07:36] Thats gotta feel great [07:37] next up MS :D [07:44] other_rafa (n=rafa@shellium/member/rafa) joined ##slackware. [07:45] Action: ttyX wonders how much of that amount will go to AMD [07:45] zmyrgel (n=user@hoasb-ff09dd00-209.dhcp.inet.fi) left irc: Read error: 131 (Connection reset by peer) [07:47] zmyrgel (n=user@hoasb-ff09dd00-209.dhcp.inet.fi) joined ##slackware. [07:48] gnubien (n=e@71.245.100.97.cfl.res.rr.com) joined ##slackware. [07:48] feindbild (n=iostream@HSI-KBW-095-208-107-117.hsi5.kabel-badenwuerttemberg.de) joined ##slackware. [07:48] hello :) [07:49] where can I send patches? ^^ [07:49] andrew_46 (n=andrew@unaffiliated/andrew46/x-040147) joined ##slackware. [07:49] what patches? [07:49] caio_ (n=caio@190.244.36.137) left irc: Read error: 104 (Connection reset by peer) [07:51] hi ppl,what do you suggest for file transfer between 2 servers (gigabit link between them) ? it's about 1 file, larger than 2 GB . ftp or a nfs share ? which is faster ? [07:51] ttyX: well ... 1.) bzip2smp support for makepkg which makes package creation faster on multicore systems compared to tgz/txz/..., and tiny patch for the openssh slackbuild to support hardware engines [07:53] info@slackware.com? [07:53] caio_ (n=caio@190.244.36.137) joined ##slackware. [07:54] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) left irc: Read error: 113 (No route to host) [07:55] andrew_46 (n=andrew@unaffiliated/andrew46/x-040147) left irc: "leaving" [07:56] ttyX: thanks, I'll try my luck ^^ [07:56] maybe alienBOB can help too [08:02] alicephilippa (i=alice@89.194.3.12) left irc: Read error: 104 (Connection reset by peer) [08:05] Pa^2 (n=GrumpyPa@63.238.104.170) left irc: Read error: 60 (Operation timed out) [08:09] xMDKx (n=mdkcore@nat/mandriva/x-75092fc31c3c28b0) joined ##slackware. [08:10] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [08:12] hiptobecubic (n=john@nat079.wireless.miami.edu) left irc: Connection timed out [08:13] do u guys like turtles? :) [08:13] http://www.youtube.com/watch?v=tPghUEw4VG8&NR=1 [08:23] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 110 (Connection timed out) [08:28] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 60 (Operation timed out) [08:28] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [08:31] wdyy (n=yy@123.80.27.11) joined ##slackware. [08:31] fevel (n=fevel@189.4.233.162) joined ##slackware. [08:36] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) joined ##slackware. [08:45] Cann0n (n=jack@unaffiliated/cann0n) joined ##slackware. [08:45] hahahahaha [08:45] that scammer I emailed last night.. RESPONDED! [08:46] masterx831 (n=masterx8@adsl-235-226-47.mco.bellsouth.net) left irc: Read error: 60 (Operation timed out) [08:46] hey [08:46] o/ [08:47] Dominian: what did he say? [08:48] he weants me to confirm my identity lol [08:48] he sent me a jpg attachment of his "passport" so that I can trust him and know who I'm dealing with [08:48] Action: Dominian is going to have to get creative with Gimp ;) [08:48] dTd (n=dTd@d-206-53-76-241.cpe.metrocast.net) left irc: "Leaving" [08:50] dTd (n=dTd@d-206-53-76-241.cpe.metrocast.net) joined ##slackware. [08:55] fevel (n=fevel@189.4.233.162) left irc: [08:57] RitualMast3r (n=maddoc@62.221.144.229) joined ##slackware. [08:57] hi all! [08:57] hey [08:57] what i need to install txz packages? [08:57] -current [08:57] If you're on anything other than -current .txz packages aren't going to work [08:57] AzalynX (n=midgar@mcbain.semsolutions.com) joined ##slackware. [08:58] on 12.2? [08:58] -current != 12.2 [08:58] but what i need to install them [08:58] i know [08:58] RitualMast3r: You [08:58] RitualMast3r: Don't. [08:58] check the changelog - it should have some notes in it somewhere :) [08:58] RitualMast3r: You have quite a few things you'd have to build and upgrade to make it work. [08:58] :> [08:59] upgrading distro may help? [08:59] the easiest way to upgrade packages with .txz is d/l the -current test iso's and install on a test machine [08:59] :P [08:59] RitualMast3r: there is going to be no real easy way [09:00] RitualMast3r: the question is WHY do you want txz packages? [09:00] you dont need them [09:00] because the newest Slack portred packages are in txz [09:00] wdyy (n=yy@123.80.27.11) left irc: "‚»" [09:01] packages from who? [09:01] from official slack community [09:01] fevel (n=fevel@187.42.9.185) joined ##slackware. [09:01] *headdesk* [09:01] upyr (n=upyr@79.174.35.21) joined ##slackware. [09:01] zmyrgel (n=user@hoasb-ff09dd00-209.dhcp.inet.fi) left irc: Read error: 131 (Connection reset by peer) [09:01] the only official slack community I know of is slackware.com [09:02] There are 0 official packages for 12.2 in txz format [09:02] nill [09:02] nada [09:02] a face palm would have been more appropriate ;) [09:02] zilch [09:02] ya but..no matter :> [09:03] RitualMast3r: if your using anything other then -current, forget about *.txz packages, simple as that [09:03] or even use another version on installpkg? [09:05] _chess_ (n=chess@unaffiliated/chess/x-7295101) left irc: "Lost terminal" [09:05] ivan_ (n=ivan8013@190.149.49.254) left irc: "Saliendo" [09:05] so i need to compile software myself then [09:06] _chess_ (n=chess@unaffiliated/chess/x-7295101) joined ##slackware. [09:06] RitualMast3r: yes [09:06] RitualMast3r: using a slackbuild [09:07] RitualMast3r: whether one of pats, or on SlackBuilds.org or via sbopkg [09:08] :P [09:08] slackbuild nope... [09:08] ffs.. look.. what are you trying to build? [09:08] what are the optinals parameters to build a program for slack [09:08] lol [09:09] later dudes [09:09] Cann0n (n=jack@unaffiliated/cann0n) left irc: "Lost terminal" [09:09] RitualMast3r: answer the question [09:10] Xfce 4.6.1 [09:10] you're building xfce on a live system ? [09:10] RitualMast3r: Depends, are you talking about ./configure options for the program itself or slackware options? Because it's really going to differ from each script. [09:11] xfce will spam your / partition. I hope you ran the slackbuild from a chroot or so [09:11] i know configure options are different for each program [09:11] thrice` live cd? [09:11] agentc0re i mean common build parameters [09:11] for ex. prefix [09:12] AzalynX_ (n=midgar@mcbain.semsolutions.com) joined ##slackware. [09:12] of course you can't build from a liveCD [09:12] RitualMast3r: there defined within the slackbuild [09:13] what is your end goal, to have xfce 4.6.1 for slackware 12.2 ? [09:13] thrice` i don't use livecd! [09:13] thrice` is it impossible [09:13] is that what you want ? [09:13] yes? [09:13] http://rlworkman.net/pkgs/12.2/xfce46/xfce-4.6.1-i486-1_rlw.tgz [09:13] :> [09:14] of course it's possible, but you need to actually say what you're trying to do [09:15] RitualMast3r (n=maddoc@62.221.144.229) left irc: "See you...in H33L!" [09:16] why not just install xfce 4.6.1 from current repo? [09:17] fevel (n=fevel@187.42.9.185) left irc: [09:17] RitualMast3r (n=maddoc@62.221.144.229) joined ##slackware. [09:17] tha'ts more like it! [09:18] ttyX: because -current pacakges are compiled against -current libraries, not 12.2 libraries [09:18] I thought you learned that awhile back ;) [09:18] sahko (n=sahko@ppp-94-68-166-138.home.otenet.gr) left irc: "leaving" [09:18] ;) [09:18] i see [09:20] how come I never knew there existed something known as atunes [09:21] Action: ttyX kicks himself [09:21] though I don't like the name [09:22] looks like an amarok clonedone in java [09:22] I smell a lawsuit [09:22] who cares Apple sux anways :p [09:23] They all should learn something from Intel's EU case :p [09:23] alisonken1noc (n=alisonke@ip-66-33-206-8.dreamhost.com) left irc: "KVIrc 3.4.2 Shiny http://www.kvirc.net/" [09:23] $1.45bn fine lol [09:23] matt0 (n=matt0@CPE-60-226-3-65.qld.bigpond.net.au) joined ##slackware. [09:23] apple will just play the victim card. [09:24] 1.45bn EUR [09:24] since they were almost dead just a little over decade ago or so [09:24] nope [09:24] USD [09:24] oh [09:24] XGizzmo_ (n=gizzmo@ampache/staff/XGizzmo) left irc: Read error: 110 (Connection timed out) [09:25] but man when are they gonna get something like that in Asia [09:25] Korea is the only country who took em on [09:25] why does it matter? [09:26] coz they play unfiar? [09:26] unfair* [09:26] fair competition is what I like [09:26] firedix (n=firedix@201.254.116.40) joined ##slackware. [09:26] like Nvidia vs ATI [09:27] MS is next I sense [09:27] alisonken1noc (n=alisonke@ip-66-33-206-8.dreamhost.com) joined ##slackware. [09:29] AzalynX (n=midgar@mcbain.semsolutions.com) left irc: Read error: 110 (Connection timed out) [09:29] hahaha [09:29] nvidia v ati [09:29] alisonken1noc (n=alisonke@ip-66-33-206-8.dreamhost.com) left irc: Client Quit [09:30] just because they're both in the market, and still alive, that doesn't mean they are *fair* [09:30] raela|alt (n=raela@206.21.75.76) joined ##slackware. [09:30] none of em is a 'monopolist' atleast [09:30] bartiosze (i=bartiosz@nintendos.pl) joined ##slackware. [09:31] If you want to eliminate monopolism [09:31] You better be ready to eliminate capitalism. [09:32] Nick change: AzalynX_ -> AzalynX [09:32] capitalism needs reworking to favour quality over price and morality over greed [09:32] IAIW [09:32] dgdg (n=ljh@host86-162-93-95.range86-162.btcentralplus.com) joined ##slackware. [09:32] hi anyone use slackbuild gnome ? [09:33] ive got an error when i startx ....>>> http://pastebin.com/m3ff3cc0f [09:34] Zordrak: impossible in my opinion [09:34] AzalynX: nothing is impossible.. just difficult or improbable [09:34] libgio-2.0.so.0 [09:34] ok. [09:35] it would be easier to make a functional socialist society, than a "moral capitalist" one. [09:35] yeah.. but suckier [09:36] _RadioHead (n=DevBox@82.114.94.3) joined ##slackware. [09:36] Dominus (i=unices@82-170-225-106.ip.telfort.nl) left irc: Read error: 60 (Operation timed out) [09:36] Dominus (i=unices@82-170-225-106.ip.telfort.nl) joined ##slackware. [09:38] fevel (n=fevel@187.42.1.72) joined ##slackware. [09:38] atunes is flashy [09:39] Action: ttyX is lovin atunes [09:39] better than Amarok? [09:39] Action: ttyX still dislikes the name :p [09:40] <_RadioHead> hi all [09:41] <_RadioHead> hi Zordrak ttyX [09:42] evo- (n=evo@p5DDE7B36.dip.t-dialin.net) left ##slackware ("parted..."). [09:44] inahurry (i=bcirap@ariel.minilab.bdeb.qc.ca) joined ##slackware. [09:44] ttyX (i=1000@115.108.13.72) left irc: Read error: 104 (Connection reset by peer) [09:44] hi, what is the preferred way of installing apache tomcat on slackware-current? [09:45] There isn't one. [09:45] generally I install tomcat just downloading the precompiled binaries and that's it. [09:45] great, thanks a lot : -) [09:47] feindbild (n=iostream@HSI-KBW-095-208-107-117.hsi5.kabel-badenwuerttemberg.de) left irc: Remote closed the connection [09:47] Zordrak: "functional" does not mean sucky. [09:48] capitalism is about money. not about fairness, the idea is everyone should be able to profit to the best of their abilities, if you have the ability to do something that someone else doesn't, market-wise, then OH WELL. [09:48] no.. socialist does [09:48] the system is *fundamentally* about money. [09:48] no [09:48] its about greed [09:48] cute. [09:48] and thats where the problem lies [09:48] those two are more or less the same [09:48] money leads to greed. [09:49] and there is no other way to do it [09:49] ttyX (i=1000@115.108.13.72) joined ##slackware. [09:49] as long as a society is built on the notion of scarcity, you will always have greed [09:49] and built on selective distribution of resources. [09:49] its that viewpoint that CAUSES the problem [09:49] atunes is not better than amarok but for a java music player it's not bad at all [09:49] no it isn't. [09:49] that is reality [09:49] it isn't a viewpoint [09:49] money and greed can be separated [09:50] the fact of the matter is that our technology has given us a *virtual* abundance for nearly anything we need. [09:50] and yet, because of capitalism [09:50] to think otherwise is to continue to propagate a failed system [09:50] resources are still distributed as if scarcity applied. [09:50] socialism is about greed? maybe I misunderstood you.. [09:50] money is fundamentally attached to greed. [09:51] how can you have a fair society that is based on money and class? [09:51] Power makes u corrupt [09:51] dgdg (n=ljh@host86-162-93-95.range86-162.btcentralplus.com) left irc: "Leaving" [09:51] when you said "failed system", which system were you talking about? [09:51] in a society with money, you will *ALWAYS* have the rich and the middle class and the poor. always. you may be able to improve it, but you cannot remove class, if you do then it's communism, everyone having the same wealth [09:51] ttyX: Power alone does not [09:52] ttyX: only when combined with greed [09:52] Absolute power is dangerous [09:52] ttyX: but in the rigt hands.. can be fruitful... the problem is the rarity of "right hands" [09:53] true that [09:53] evo- (n=evo@p5DDE7B36.dip.t-dialin.net) joined ##slackware. [09:53] _chess_ (n=chess@unaffiliated/chess/x-7295101) left irc: "Darkness shrugs and bids the day goodbye" [09:53] Zordrak: that's still a failure of the system to anticipate human evil. [09:53] Might i suggest that Pat is one of those occurrences [09:53] in fact that is the same problem that communism/socialism has. [09:53] Pat rulez! [09:53] Pat for next President? [09:53] humanity breaks the system [09:53] I wonder how many of you lived in eastern bloc before 89-91 [09:53] :p [09:54] because the system becomes corrupt [09:55] money --> class --> corruption [09:55] it won't suddenly stop working that way just because you enact some laws [09:56] good luck. [09:56] _chess_ (n=chess@unaffiliated/chess/x-7295101) joined ##slackware. [09:57] AzalynX: you are being way too simplistic. None of those things lead to corruption on thir own. It is manipulation of the sytem by the greedy that causes that end. [09:57] Administrator__ (n=Administ@193.2.84.240) joined ##slackware. [09:57] uh... [09:57] and that will never end [09:58] hi everybody ! [09:58] you are deluded if you think you can create a capitalist society that cannot be manipulated [09:58] The problem with humans are that they're way too intelligent [09:58] you have to remove the source of the problem [09:58] is* [09:58] It will.. it will just take enough evolutionary change.. which unfortunately cannot be within our lifetime [09:58] ... [09:58] dude [09:58] bartiosze (i=bartiosz@nintendos.pl) left ##slackware. [09:59] i have a problem after installing slackware, i have no /etc/lilo.conf (the setup endend succesfully and liloconfig too) ....i just have /etc/lilo-error-***** [09:59] what pros/cons to keep /tmp on separate partition? [09:59] here is his content http://pastebin.fr/4529 [09:59] do you really understand where the world is headed right now? [09:59] can someone help me before i restart my system .... [09:59] capitalism *cannot* survive [09:59] the system doesn't *work* anymore [09:59] i just finished the installation [09:59] even if you could somehow ensure morality, which is not possible... [10:00] the economy simply cannot take it anymore. [10:00] each generation creates more debt, to pay off the debt of the previous generation [10:00] AzalynX: It's attitudes like that that cause unnecessary panic and violence [10:00] ... [10:00] It's not an attitude [10:00] it's MATH. [10:00] AzalynX: Capitalism has survived a very long time and has been through harder times than these [10:01] No it hasn't [10:01] It has *NEVER* been through harder times. [10:01] Administrator__ (n=Administ@193.2.84.240) left irc: Read error: 104 (Connection reset by peer) [10:01] EVER. [10:01] Administrator__ (n=Administ@193.2.84.240) joined ##slackware. [10:01] First of all, can you name one job that a human performs, that cannot be automated by a machine? [10:01] btw, i would think that the device should be name like this /dev/mapper/VG_paissad_maxtor/usr_slack for example [10:01] am i wrong ? [10:01] And I don't mean today. I mean even in the future. [10:01] AzalynX: Go take your eleventy-ones to an economics professor and quit with the panic [10:02] not /dev/mapper/VG_paissad_maxtor-usr_slack [10:02] AzalynX: no machine prostitutes yet ;) [10:02] fevel (n=fevel@187.42.1.72) left irc: [10:02] Maybe you should take your own advice. The economists are all saying the same thing. [10:02] novacrust (n=Crust@dhcp-0-13-10-db-a4-5d.cpe.mountaincable.net) joined ##slackware. [10:02] Administrator__ (n=Administ@193.2.84.240) left irc: Client Quit [10:02] but when i created my pv,vg and lv ... (LVM) everything worked nice [10:02] bojevnik (n=Administ@193.2.84.240) joined ##slackware. [10:02] gnubien: like i said, even in the future. [10:03] Not a single task a human performs is immune to future automation. [10:03] AzalynX: woody allen had an orgasmatron machine in one of his movies ;) [10:03] Soo.. capitalism is dead because in the future there might be robot prostitution? [10:03] yes they are [10:03] Have you heard yourself? [10:03] math:) [10:03] bojevnik: AI. [10:04] bojevnik: math is plural [10:04] mathematics -> maths [10:04] :) [10:04] roorah_ (n=foo@87.244.223.14) joined ##slackware. [10:04] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 54 (Connection reset by peer) [10:04] gnubien (n=e@unaffiliated/gnubien) left irc: "leaving" [10:04] Zordrak: I didn't mention prostitution. [10:04] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [10:04] Nor do I care about it. [10:04] Someone else mentioned that. [10:05] 15:02:17 < gnubien> AzalynX: no machine prostitutes yet ;) [10:05] 15:02:55 < AzalynX> gnubien: like i said, even in the future. [10:05] Maybe you should pay attention. [10:05] roorah (n=foo@87.244.223.14) left irc: Read error: 113 (No route to host) [10:05] nobody haven't any idea about what's wrong with my installation ? ..... even if setup finished successfully, ? [10:05] So? [10:05] I was answering him [10:05] I wasn't using it as an argument. [10:05] bojevnik, where are you from? [10:05] slovenia [10:05] Action: Zordrak *plonk*s AzalynX -- Ahh.. such peace and quiet... [10:06] The point is, if every job can be automated, and if machines are self-sustaining [10:06] where's slovenia btw? [10:06] then there are no more jobs. [10:06] is it near Russia? [10:06] no) [10:06] in the Europe [10:06] dude, this is common sense, if you are too deluded to see it, then i don't know what to say to you. [10:06] east of italy [10:06] the former Jugoslavia [10:06] south of austria [10:06] my geography usx [10:06] if you are old enough and been there while Tito was in power or if you are familiar with the subject, maybe you can tell AzalynX and Zordrak about how former yugoslavia (socialist country) had so much success [10:07] sux* [10:07] life standards equal to western economies [10:07] inahurry: are you being sarcastic? [10:07] countries [10:07] or was it actually successful? [10:07] no [10:07] yes [10:07] and besides, i didn't diss socialism. [10:07] until Tito's death, of course [10:07] inahurry: dont make me plonk you too [10:07] i was 8 when yugoslavia colappsed [10:07] zordak seems to be disfavoring it though. [10:08] now we have more technology and other stuff but more pore people and less healthcare [10:08] i said a proper socialist society might be easier than to 'fix' capitalism like Zordrak is suggesting. i said fixing capitalism will never work. heh [10:08] marchhare (n=marchhar@65.30.221.199) joined ##slackware. [10:09] captalism is here to stay [10:09] it isn't. [10:09] it can't sustain itself anymore. [10:09] if you understood how the system works, you'd see why. [10:09] system never works on its own [10:09] well most of sucessfull contries are capitalistic [10:09] i also cout china as capitalistic [10:10] people make it work [10:10] and also make it fall [10:10] all money in circulation is created by banks who give out loans. the money is created through your guarantee to pay back the loan. [10:10] the trick however, is that the loan has interest. but only principle is created in society [10:11] bojevnik, whatever goes up must come down [10:11] it applies to all countries [10:11] marchhare (n=marchhar@65.30.221.199) left irc: Client Quit [10:11] so everyone in society has to pay back interest and principle, from a pool of money that consists only of principle. [10:11] principal** sorry. :| [10:11] _RadioHead (n=DevBox@82.114.94.3) left irc: "Leaving" [10:11] zmyrgel (n=user@hoasb-ff09dd00-209.dhcp.inet.fi) joined ##slackware. [10:11] which is of course impossible [10:12] this means that there is *always* more debt in a society than there is actual real money in existence. [10:12] not everyone [10:12] and each generation, gets into more debt, to pay off the previous generation's debt. [10:12] jnylin (n=jnylin@rainbow.ext.hb.se) left irc: "Leaving" [10:12] which.. creates more debt when that debt is paid off. [10:13] and it is exponential. [10:13] there just has to be enough of ppl that overpayed to cover for those who didnt [10:13] that is *not* sustainable [10:13] it *IS* going to crash. [10:13] bojevnik: dude.. you don't get it. [10:13] that money doesn't exist [10:13] the money to pay back the interest does not exist [10:14] the pool of money consists only of principal. [10:14] and yet, you have to pay both principal and interest. [10:14] hence, always more debt than there is real money. [10:14] you can "enlarge" pool of money [10:15] uh.. [10:15] no. [10:15] unless you want to risk inflation. [10:15] atlhou that usualy lead to inflation [10:15] the banks control how much money there is. [10:15] the mint doesn't do *shit* [10:15] except make printed cash. [10:15] even then they usually follow the lead of banks. [10:16] doesnt goverment say how much money there will be printed? [10:16] "Yugoslavia was resurrected again after the war by Josip Broz Tito  a Croat  who used communism and his charismatic personality to glue it back together. It was the most liberal of all communist countries, with a vibrant private sector, and it was relatively prosperous. At the time I was born, in the '60s, the living standard in Yugoslavia was about the same as in Greece and Spain, and... [10:16] ...considerably higher than in Portugal. Unlike our East European neighbors, we could sample the Western lifestyle and were free to travel. With a Yugoslav passport, one could pass through the Berlin Wall as if it wasn't there, and we were equally welcome in Israel and Egypt." [10:16] from Time'S [10:18] I have friends from former yugoslavia one slovene, a croat and a serbian, one decade ago their people were at each other's throats after yugoslavia desintegrated and never agree on something except for one thing, that social and financial conditions under Tito's Yugoslavia were several times better than today [10:18] RitualMast3r (n=maddoc@62.221.144.229) left irc: Remote closed the connection [10:18] bojevnik (n=Administ@193.2.84.240) left irc: Read error: 54 (Connection reset by peer) [10:18] Administrator__ (n=Administ@193.2.84.240) joined ##slackware. [10:19] so if you want to build a fair and working system, start with the yugoslav one and patch it where it needs : -) it wasn'T perfect, but it was by far the most fair and efficient [10:21] ttyX (i=1000@115.108.13.72) left irc: "Leaving" [10:22] or just eliminate everything [10:22] heh [10:22] ClaudioM (n=ClaudioM@c-76-108-13-112.hsd1.fl.comcast.net) joined ##slackware. [10:22] i think opensource, the internet, and anonymous are a nice prototype personally. [10:23] imperialist economies like US were jealous that a socialist economy like former yugoslavia's offered so much fairness and prosperity, so they killed it by imposing trade barriers :) [10:23] does slackware works nice if it's installed into a partition which is fully LVM ? [10:25] AzalynX, are you a misanthrope? :D [10:25] matt0 (n=matt0@CPE-60-226-3-65.qld.bigpond.net.au) left irc: "wut" [10:25] inahurry: hm? no. [10:25] why do you say that? [10:25] you said eliminate anything [10:26] I'm talking about the current governments [10:26] eliminate them all. [10:26] but if you are, it's ok, imo you're justified.. the world is a giant mess and needs to be cleaned [10:26] Starchaser (n=geek@80.66.88.130) left irc: ">340 O C<5@ =5 1K;> =8:>3>, :B> 1K MB> >?@>25@3" [10:26] and start from a new system [10:26] Less economics, more slackware [10:26] it's not just the governments, it's the people, corporations, etc. too [10:26] inahurry: the people are starting to change. [10:26] when you give people so many liberties, it be comes "free for all" [10:27] look at the situation with anonymous. [10:27] it's human nature .... the topic is closed :-) [10:27] and thepiratebay trial [10:27] the youth of today know their rights more than the previous generation [10:27] and the internet has given them *real* power. [10:28] please guys, can someone help me ? .... [10:28] does slackware work nice if it's installed into a partition which is fully LVM ? [10:28] because after the setup, my lilo.conf was not created [10:28] I don't know paissad, I'm new to slackware myself [10:29] np [10:29] run lilo maybe? [10:29] bojevnik (n=Administ@193.2.84.240) joined ##slackware. [10:29] Administrator__ (n=Administ@193.2.84.240) left irc: Read error: 54 (Connection reset by peer) [10:30] better yet, don't mind what I say, if you listen to me you'll probably end up with something broken : -) [10:30] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) left irc: "Leaving" [10:30] i got erros :), ..... [10:30] I'm still learning [10:30] don't worry, thanks ! [10:30] Agiofws (n=Agiofws@athedsl-429003.home.otenet.gr) joined ##slackware. [10:31] http://slackware.osuosl.org/slackware-12.2/README_LVM.TXT [10:31] read section using LVM during Setup, maybe that will help [10:32] sombriks (n=sombriks@201009019213.user.veloxzone.com.br) left irc: Remote closed the connection [10:32] are you using 12.2? [10:33] inahurry, i did see that link yesterday [10:33] i followed that [10:37] Administrator__ (n=Administ@193.2.84.240) joined ##slackware. [10:37] bojevnik (n=Administ@193.2.84.240) left irc: Read error: 104 (Connection reset by peer) [10:40] BentoPUNK (n=BentoPUN@201.72.199.2) left irc: "Leaving" [10:42] greymaus (n=greymaus@86-46-193-149-dynamic.b-ras1.pgs.portlaoise.eircom.net) joined ##slackware. [10:42] vald0r (n=mbarrett@cmr-208-124-137-187.cr.net.cable.rogers.com) joined ##slackware. [10:43] _arfon_ (n=arfon@ip67-95-13-58.z13-95-67.customer.algx.net) joined ##slackware. [10:44] I have a bash scripting question. I have a sh script that calls an application that presents the user with a y/n question before in continues. is there a way i can pipe a y or n input to the application in the script to make it fully automated? [10:44] <_arfon_> I've got a router behind a router..... [10:44] <_arfon_> [looks around] [10:45] vald0r, You can use expect to do this [10:45] Administrator__ (n=Administ@193.2.84.240) left irc: Read error: 104 (Connection reset by peer) [10:45] bojevnik (n=Administ@193.2.84.240) joined ##slackware. [10:46] vald0r: check out this slackbuild: http://slackbuilds.org/slackbuilds/12.2/desktop/murrine/murrine.SlackBuild [10:46] xMDKx (n=mdkcore@nat/mandriva/x-75092fc31c3c28b0) left irc: [10:48] xMDKx (n=mdkcore@nat/mandriva/x-89496401c6e1c0ae) joined ##slackware. [10:48] how do you untar txz? [10:48] fevel (n=fevel@189.106.84.184) joined ##slackware. [10:49] most of the program archives in slackware-current are *.txz [10:49] thrice: Checking it out now. Looks like one awesome theme [10:49] greymaus: if you dont know about txz, you're accessing packages that you shouldnt be [10:50] vald0r: nooo, I meant for the input that prompts the user ;) [10:50] oooh [10:50] already there, where I shouldn't be! [10:50] I think i got the wrong slackbuild [10:50] Zordrak: well said. [10:50] made a boo-boo this morning, so I decided to reinstall [10:51] installed all right [10:51] If anyone is keeping up with current make sure you install the new tgz's for pkgtool and xz so you can install the rest of the packages with slapt-get [10:51] I noticed someone complaining earlier about the txz format not working thats why [10:51] from the `dd if=usbboot.img of=/dev/sdb (USB stick) [10:52] vald0r: why should we care about how slapt-get handles things? [10:52] booted all right [10:52] is it for a uptodate sort of tar? [10:53] just for anyone new who may try to install the new txz packages with an older version of installpkg and are getting an error [10:53] anys back to my corner ;p [10:54] anyways* [10:54] raela|alt (n=raela@206.21.75.76) left irc: Remote closed the connection [10:54] raelakoira (n=raela@206.21.75.76) joined ##slackware. [10:55] BP{k} because we can know what went wrong [10:58] alisonken1church (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) joined ##slackware. [10:59] alisonken1church (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) left irc: Remote closed the connection [10:59] exit [10:59] opps [10:59] vald0r (n=mbarrett@cmr-208-124-137-187.cr.net.cable.rogers.com) left ##slackware. [11:00] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) left irc: Read error: 101 (Network is unreachable) [11:01] alisonken1home (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) joined ##slackware. [11:11] rizitis (n=rizitis@unaffiliated/rizitis) joined ##slackware. [11:13] smica (n=smica@h128-180.pool212-16.dyn.tolna.net) joined ##slackware. [11:14] j0z (n=JESUS@unaffiliated/j0z) left irc: Read error: 110 (Connection timed out) [11:16] allend (n=allend@CPE-58-168-198-91.vic.bigpond.net.au) joined ##slackware. [11:18] raelakoira (n=raela@206.21.75.76) left irc: Read error: 110 (Connection timed out) [11:20] bojevnik (n=Administ@193.2.84.240) left irc: Read error: 110 (Connection timed out) [11:20] Cann0n (n=jack@unaffiliated/cann0n) joined ##slackware. [11:22] gar0t0 (n=tcosta@md5.mdsystems.com.br) joined ##slackware. [11:22] lf4 (n=KJR@pdpc/supporter/student/lf4) left irc: "rebooting" [11:25] unixfool (i=y2k@20.Red-88-25-179.staticIP.rima-tde.net) joined ##slackware. [11:26] unixfool (i=y2k@20.Red-88-25-179.staticIP.rima-tde.net) left ##slackware. [11:26] znuzzy (n=mike@cpe-74-77-18-63.buffalo.res.rr.com) left irc: Read error: 110 (Connection timed out) [11:27] Dominus (i=unices@82-170-225-106.ip.telfort.nl) left irc: Read error: 60 (Operation timed out) [11:27] inahurry (i=bcirap@ariel.minilab.bdeb.qc.ca) left irc: "ChatZilla 0.9.84 [Firefox 2.0.0.20/2008121709]" [11:28] Dominus (i=unices@82-170-225-106.ip.telfort.nl) joined ##slackware. [11:37] caio_ (n=caio@190.244.36.137) left irc: "leaving" [11:38] caio (n=caio@190.244.36.137) joined ##slackware. [11:38] hiptobecubic (n=john@nat076.wireless.miami.edu) joined ##slackware. [11:43] nathanbw (n=nathan@c-98-192-82-158.hsd1.ga.comcast.net) joined ##slackware. [11:43] marchhare (n=marchhar@CPE-65-30-221-199.wi.res.rr.com) joined ##slackware. [11:47] sombriks (n=sombriks@201009019213.user.veloxzone.com.br) joined ##slackware. [11:47] arny (n=arny@62.231.93.87) joined ##slackware. [11:47] hello [11:48] zeroXzero (n=zeroXzer@61.17.21.91) joined ##slackware. [11:50] caio (n=caio@190.244.36.137) left irc: "leaving" [11:50] marchhare (n=marchhar@CPE-65-30-221-199.wi.res.rr.com) left irc: "leaving" [11:51] marchhare (n=marchhar@CPE-65-30-221-199.wi.res.rr.com) joined ##slackware. [11:52] marchhare (n=marchhar@CPE-65-30-221-199.wi.res.rr.com) left irc: Client Quit [11:53] Dominus (i=unices@82-170-225-106.ip.telfort.nl) left irc: Read error: 60 (Operation timed out) [11:53] Dominus (i=unices@82-170-225-106.ip.telfort.nl) joined ##slackware. [11:56] neonflux_ (n=neonflux@adsl-68-127-153-156.dsl.pltn13.pacbell.net) left irc: "I'm outta here! Later!" [11:58] neonflux_ (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) joined ##slackware. [11:59] Nick change: neonflux_ -> neonflux [11:59] vdvluc (n=vdvluc@ip5657384e.direct-adsl.nl) left irc: "leaving" [12:02] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) joined ##slackware. [12:03] arny, hello [12:03] and i see some nice noobfarm quotes :) [12:03] http://noobfarm.org/viewquote.php?id=1518 <- does not happen enough [12:04] <_arfon_> I can't seem to get any of my conversations posted on noobfarm :( [12:04] If they aren't funny, I reject them [12:04] <_arfon_> Who do i have to pay off? [12:04] Me. [12:04] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) joined ##slackware. [12:04] <_arfon_> :( [12:04] dhabyx (n=dhabyx@unaffiliated/dhabyx) joined ##slackware. [12:04] <_arfon_> I'll give ya a dollar... [12:04] _arfon_, you can pay me... [12:05] straterra is a lil wayne fan [12:05] though i offer no guarantees [12:05] other than the fact that i will try in accordance with my pay [12:05] <_arfon_> You take pesos Edman007? [12:05] No [12:05] uhm, that's a hell no [12:05] if it can be converted to USD without legal trouble, yes [12:06] <_arfon_> I might have a few thousand lira somewhere.... [12:06] <_arfon_> Oh well, one day I'll say something dumb enough to make it "on the 'farm" [12:08] Arirang (n=Arirang@unaffiliated/kool-aid) left irc: Remote closed the connection [12:09] allend (n=allend@CPE-58-168-198-91.vic.bigpond.net.au) left irc: "Leaving" [12:11] http://news.bbc.co.uk/2/hi/business/8047546.stm [12:11] intel deserves that [12:12] Action: edman007 looks for a way to get some of that fine money [12:12] edman007, like 1% ? ;p [12:12] Camarade_Tux, yea...more if possible [12:13] macman_ (n=macman_@unaffiliated/macman-/x-7349243) joined ##slackware. [12:13] "antitrust infringement decisions against it now in Japan, Korea, and the EU, while the US authorities are investigating Intel" [12:13] hey all [12:13] wow, from everywhere basically [12:13] hey again macman_ :) [12:13] edman007, 1% will be ok for me ;) [12:13] macman_, come here to give me money? [12:13] Camarade_Tux: your still up ? [12:14] lol edman007 [12:14] Camarade_Tux, i will take what i can get [12:14] if i can get 50%, i'm taking it [12:14] new question today ... [12:14] Herman (i=1000@pc-20091230-o.fy.chalmers.se) left irc: Read error: 110 (Connection timed out) [12:15] macman_, yep :) [12:15] but I live in France ;) [12:15] edman007, he, I'll also take what I can get ;) [12:15] compl3x (n=eddie@43.103.2.81.in-addr.arpa) joined ##slackware. [12:16] installed slackware and my sound isn't working im getting a Sound server error device /dev/dsp can't be opened (No such file or directory) [12:16] should i just install alsamixer ? [12:17] ran alsaconf? [12:17] im doing it now compl3x [12:17] macman_: okay [12:18] im not getting the full feal of slack .. its installed in virtualbox [12:18] feel* [12:18] sound is not guaranteed to work then [12:18] ok .. well i still need to get the basics before i put it on my main partition [12:20] guys i have parititoned my hd into 5 partitions .. 3 primary partitions 1 extended and 1 swap [12:20] will i be able to install 1 more and just point fstab to the swap partition installed alread ? [12:20] already* [12:21] yht (n=yht@114.121.74.13) joined ##slackware. [12:21] 4 primary parts is the max [12:22] http://img525.imageshack.us/img525/4752/screenshotrootmacmanlap.png [12:22] firebird619 (n=firebird@unaffiliated/firebird619) joined ##slackware. [12:22] Zordrak: extended and swap shouldn't count right ? [12:23] http://paste.lisp.org/display/80147 [12:23] yea so i did cfdisk .. and shows only 3 primary's .. i should be good [12:24] lol Camarade_Tux very nice [12:24] look at all them window boxes [12:24] Hey Camarade_Tux. How's it going? Did you have to sing in class then? [12:25] macman_, one may go away, one is actually swap (for windows and I use the file for linux swap), and the two at the ends are test partitions iirc ;) [12:25] firebird619, :) [12:25] didn't have to sing :) [12:25] and how is it going for you ? [12:25] windows with swap ? wtf ? [12:25] Camarade_Tux: going great, thanks. [12:25] :) [12:26] macman_, pagefile.sys so it needs an ntfs partition [12:26] have to go eat, bbl :) [12:26] later Camarade_Tux [12:27] so say i parition out a hd for slackware right .. say 20 gigs ... in the setup will it find /dev/sda5 that has swap on it already ? [12:27] hd (i=jd@Wikipedia/HellDragon) joined ##slackware. [12:27] macman_: If you have a linux swap on it, slackware will see it. [12:27] ok another thing [12:28] ok .. good .. im just going to keep windows in virtualbox and make my paritions linux [12:28] ok thanks [12:28] bbs [12:28] macman_ (n=macman_@unaffiliated/macman-/x-7349243) left irc: "Lost terminal" [12:29] >.> [12:29] Hi Necos. How are you? [12:30] fuzzix (n=fuzzix@86-42-152-52-dynamic.b-ras1.bbh.dublin.eircom.net) left irc: Read error: 60 (Operation timed out) [12:30] fevel (n=fevel@189.106.84.184) left irc: [12:30] HellDragon (i=jd@Wikipedia/HellDragon) left irc: Nick collision from services. [12:31] Nick change: hd -> HellDragon [12:31] alright, altho i probably shouldn't be at work [12:31] i think i'm gonna fall asleep ^_^ [12:32] haha, can you go home early? :P [12:33] nope ;-; [12:33] coworker's are out 'cause of finals week [12:33] that's to bad. how much longer do you have to work today? [12:34] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [12:37] fevel (n=fevel@200.142.124.146) joined ##slackware. [12:38] I dunno about you guys, but I'm working for the next 8 hours :( [12:39] haha, have fun eviljames. :) [12:40] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: Remote closed the connection [12:40] tsolox (n=guest@120.28.196.200) joined ##slackware. [12:40] paissad (n=paissad@5.55.198-77.rev.gaoland.net) left irc: Remote closed the connection [12:40] tsolox (n=guest@120.28.196.200) left ##slackware. [12:41] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [12:41] hiptobecubic (n=john@nat076.wireless.miami.edu) left irc: Connection timed out [12:41] is there a place online that has up-to-date reference on all of the kernel options when compiling one of your own and a somewhat human description of how the options affect normal desktop users? [12:42] I'm sure there is somewhere, just have to do some searching. [12:42] dartmouth: use the question mark key [12:42] It gives an explanation [12:43] yeaaaah. those are uhm...haha I'm not really sure how to say this. [12:43] Hi straterra. How's it going? [12:43] Hi [12:43] fine, you? [12:43] doing great, thank you. :) [12:43] The descriptions that come with the kernel are tailored, I'm sure very well compared to what they could be, but I don't think they're right for general desktop users. [12:44] paissad (n=paissad@5.55.198-77.rev.gaoland.net) joined ##slackware. [12:44] General desktop users don't compile their own kernel [12:44] Also..it says "If unsure, pick foobar" [12:44] what makes you think general users dont want to compile their own kernel? [12:45] Because they have no business compiling their own kernel [12:45] Action: edman007 slaps dartmouth [12:45] Might as well go ask my mom to replace the head gasket in her buick [12:45] Hey edman007. [12:45] haha [12:45] hi [12:45] edman007: How are you? [12:45] good [12:45] studying... [12:45] Action: edman007 goes back to studying for finals [12:45] ya know straterra, it might happen >.> [12:46] maybe [12:46] I'd do it for her [12:46] I'd love to get my hands on that northstar [12:46] lol [12:46] Some moms probably can replace the head gasket on their car. [12:46] eah [12:46] Yeah^ [12:46] in a later report, straterra was arrested for joyriding [12:46] But not general usage moms :) [12:46] I get a sense that the general view on these things is that user levels are polarized-- you've got your lame desktop user who doesn't know much about it at all, then you've got your adept linux user who knows a little about modules, dependencies, userspace stuff and some infrastructure and good practices, and then -boom- you're at MIT and you're hacking up the kernel headers in C. I don't think it should be so black and white [12:46] between the latter user levels [12:46] Necos: I can joyride in my own car :O [12:47] straterra, your mom is very skilled [12:47] i know [12:47] dartmouth: that's how it works [12:47] because the kernel is complex... you don't want mere mortals fucking with it anyway [12:48] dartmouth: if you want to learn more about compiling kernels..make notes of shit you don't understand in menuconfig..and research it [12:48] my first time through menuconfig took me 3-4 hours, lol [12:49] my first make config took even longer than that =p [12:49] there ya go [12:49] sombriks (n=sombriks@201009019213.user.veloxzone.com.br) left irc: Remote closed the connection [12:50] my issue is prerequisite learning when it comes to this stuff; I want to know what different options are actually doing, so I have to learn bash to be able to read a script (which I don't terribly want to know how to do), and all this :P [12:50] eh? [12:50] You dont need bash knowledge to understand kernel options [12:50] your issue is you don't want to read [12:50] Necos: exactly [12:50] I know shit about Bash..but I'm pretty damn good at compiling kernels [12:50] I'm practically illiterate as it is.... [12:50] so, you're being a lazy fuck... sounds like a personal problem to me [12:51] But atleast you can make coffee! [12:51] I can. And I have. And I do. [12:51] lf4 (n=KJR@pdpc/supporter/student/lf4) joined ##slackware. [12:51] Action: dartmouth makes his coffee in the AM with a manual filter and a teapot [12:52] jonsmith1982 (n=jon@82-38-88-58.cable.ubr01.donc.blueyonder.co.uk) joined ##slackware. [12:53] leave the kernel compiles to the rest of us [12:53] fevel (n=fevel@200.142.124.146) left irc: [12:53] Action: Necos agrees [12:53] Starchaser (n=iron@host89-251-107-28.hnet.ru) joined ##slackware. [12:54] meep! [12:54] ttyX (i=1000@115.108.13.72) joined ##slackware. [12:54] !peem [12:54] zeroXzero (n=zeroXzer@61.17.21.91) left irc: ":wq" [12:54] straterra: I understand. And thank you-- where can I email my .config file and hardware specs? [12:54] I don't have your email saved... [12:55] lf4 (n=KJR@pdpc/supporter/student/lf4) left irc: Client Quit [12:55] Hey Cann0n, how are you? [12:55] lf4 (n=KJR@pdpc/supporter/student/lf4) joined ##slackware. [12:55] #gentoo is >>>> way [12:56] haha [12:56] lol guess you can run a screen session with in a screen session :) [12:56] yeah, you can ^_^ [12:56] hey firebird619 how are you doing? [12:56] lf4: doing great, thanks. you? [12:56] compiling a kernel is hardly a gentoo practice [12:56] compiling a kernel for minute optimization is, however [12:57] disagree [12:57] Necos: Here is what I did... Screen[1] running irssi,x with in x I tried to pull the irssi :P [12:57] yeah, I don't get the frequency explanations [12:57] there's two of them [12:57] firebird619: I'm doing pretty well thanks. [12:57] dartmouth: straterra@fuhell.com [12:57] or straterra@projectstfu.com [12:57] straterra: ok; can I get my kernel config mailed back to me by midnight? [12:57] Yup [12:58] you know I'm kidding, right? [12:58] I'm not [12:58] did that kid ever compile a kernel from last night? he was having some issues [12:58] really? [12:58] Really [12:58] sweet. I'll see what I can do on my own and send it to you and see if you can make it smaller [12:58] thrice`: most defaults in the kernel are sensible [12:58] er, hardly [12:58] Cann0n: the one with the kernel panic? I'm not sure if he got it fixed or not. [12:58] eh... i dunno Necos [12:58] i said "most", not all =p [12:59] Hello, anyone see a problem with using 2.4 on a OS designed around 2.6.x? [12:59] es [12:59] yes [12:59] hey acidchild. How's it going? [12:59] good thanks. [12:59] firebird619: no the kid who didnt know what (M) meant. lol. might be same kid. i left early. [12:59] acidchild: most definitely ;) [12:59] thrice`: like what? its not for a desktop [12:59] toolchain ? [12:59] udev for one [12:59] no dbus use... [12:59] glibc should immediately puke [12:59] gah, i havent used 2.4 since 2005ish [12:59] damn [13:00] thrice`: yeah your right, didn't think about glibc [13:00] 2007* [13:00] Cann0n: Oh, I wonder if it wasn't the same one, but I'd have to check the logs to be sure. :) [13:00] dbus / udev / hal / etc... [13:00] i can remove udev. [13:00] bash should die right away with "kernel too old" I think [13:00] i still have slack10 on my server somewhere up north [13:00] glibc is gonna be a bitch. [13:00] Zordrak (n=jaz@zelda.tpa.me.uk) left irc: Read error: 60 (Operation timed out) [13:00] you can cross compile that tho [13:00] LFS style [13:01] yeah, LFS is gonna come soon :) [13:01] hehe [13:01] acidchild can't make up his mine what distro to use ;) [13:01] well i gotta pump something production out this week [13:01] for what? [13:02] acidchild: For the wireless or you need an actual server up and running? [13:02] Dominian: shouldnt be a hard question! lol. Slackware. Duh! [13:02] this project i'm working on [13:02] scrat1 (n=thomas@static-87-79-66-160.netcologne.de) joined ##slackware. [13:02] Cann0n: hehe [13:02] Dominian: wireless. [13:02] Action: Dominian nods [13:02] Its Arch linux actully :P [13:02] ewww =p [13:02] acidchild: I'm here if you need anything.. the last email you sent me seemed like ya needed something hehe [13:02] Necos: arch is not bad actually [13:02] Dominian: well i'm getting worried. [13:02] ;/ [13:02] acidchild: You should looke at FreeBSD 7.2 :) [13:02] about hosting [13:02] acidchild: oh? [13:02] Why? [13:02] so i'm down with buying something today [13:02] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [13:02] but i wana fine the best deal [13:03] and the best kind of bandwidth [13:03] fdcservers still seems pretty good [13:03] find* [13:03] is slackware abut slacklines? [13:03] have you checked 1and1.com? [13:03] linode! [13:03] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [13:03] straterra: nope.. won't work [13:03] arch is fun to play with [13:03] what wont work? [13:03] straterra: limited bandwidth..limited storage [13:03] yeah [13:03] straterra: We need something with unmetered bandwidth [13:03] limited bandwidth? [13:03] oh [13:03] pacman isn't nearly as silly as yum though... [13:03] straterra: uhh yeah linodes are metered [13:03] i know that [13:03] Necos: pacman works for arch because arch is built around it.. [13:03] Necos .. slackware based? [13:04] Necos: just like pkgsrc in netbsd or ports in FreeBSD [13:04] yeah, i know [13:04] well, just saying, they work :) [13:04] like slackpkg for slackware.. [13:04] all distros have their packaging schemes.. but you're right... yum sucks [13:04] i'm just saying yum and apt-get are kinda scary >.> [13:04] I rather like zypper in openSUSE [13:04] Necos: yes they are [13:05] i'm wondering if we can get something in israel [13:05] i tried a suggestion (just to see if it was true) to yum remove python... it marked about 50 other packages lol [13:05] i cancelled it, but yeah... scared the shit out of me [13:05] Herman (n=Hermann@h-156-174.A155.priv.bahnhof.se) joined ##slackware. [13:05] http://www.klick-game.de/archiv-3439.html [13:05] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: Remote closed the connection [13:05] I've decided to do all of my human communication from this day forward in the form of depeche mode lyrics. [13:05] How is the enlightenment wm any one use it? [13:05] old [13:05] dead [13:05] lame [13:06] lf4: it's nice [13:06] dartmouth is a n00b [13:06] the file manager sucks though [13:06] SlackLnx (n=SlackWar@85.139.11.111) joined ##slackware. [13:06] Dominian: http://www.sharktech.net/ [13:06] Which plan? [13:06] acidchild: im really not. i just act like one. [13:06] http://www.sharktech.net/?ID=10Mbps_unmetered [13:07] IPv6 too [13:07] dartmouth: I'm installing it now to try :) any known issues with D17? [13:07] dissociative (n=dissocia@190.71.10.18) joined ##slackware. [13:07] enlightenment was fun back i nthe day [13:07] acidchild: not bad.. never heard of them though [13:07] and 1and1.com is metered.. so forget that [13:07] same as FDC [13:07] lf4: yes. you'll have to rig your toaster oven through a USB port. [13:07] Necos: What wm do you use now? [13:07] but they are DDoS protected [13:08] same NOC [13:08] is this channel about slacklines? [13:08] slacklines? [13:08] acidchild: ahhh nice [13:08] scrat1: slacklines? [13:08] ##slackware: mode change '+o rworkman' by ChanServ!ChanServ@services. [13:08] wtf is a slackline? [13:08] Action: SlackLnx hi o/ [13:08] ##slackware: mode change '+b %scrat1!*@*' by rworkman!n=rworkman@about/slackware/rworkman [13:08] apparently rworkman knows who that is [13:08] hi SlackLnx [13:08] yep [13:08] :) [13:08] hah [13:08] Dominian: Processor (CPU) Intel Pentium E5200 (2 cores x 2.5 GHz) ? [13:08] I thought I did something bad for a sec ;) [13:08] I don't know who it is, but he's asked the same nonsensical question twice, and posted one random link to something. [13:09] i cant want until i see myself from the future... any day now... [13:09] rworkman is being a badass [13:09] get my lynchin rope [13:09] :P [13:09] lol rworkman [13:09] ##slackware: mode change '-o rworkman' by rworkman!n=rworkman@about/slackware/rworkman [13:09] acidchild: that looks good.. what's the turnaround time on a build though? [13:09] It's like when your dad takes off his belt; it doesn't matter how old you get, or how long it's been since you've gotten a woopin'; you can be 35 and when he takes off that belt your heart stops for a second lol. same with opers in ## [13:10] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [13:11] i have a feeling ill be pulling into walmart in about 10 minutes.... laters! [13:11] LOL [13:11] http://www.asanaclimbing.com/slack.htm [13:11] acidchild: i have the same cpu at home [13:11] well that explains alot lol [13:11] Cann0n (n=jack@unaffiliated/cann0n) left irc: "Lost terminal" [13:11] i use openbox personally [13:11] fluxbox mofo! [13:11] no thanks [13:11] hell eyeah [13:12] i've used openbox since the 2.x days [13:12] ok, any dangers from increasing the kernel log buffer size to 128KB? [13:12] I guess default is 32? [13:12] fluxbox :) [13:12] 64 dartmouth [13:12] mine was set to 32 (15) [13:12] Action: lf4 is trying to find his nice wm :) [13:12] i just bumped it up to 128 [13:13] i wonder if dmesg will change the buffer size automatically too [13:13] that would be nice [13:13] im getting a ton of fglrx errors from mismatched kernel data, so it would be cool to actually READ my dmesg lol [13:14] where is the bash file that you can configure commands? [13:14] scrat1 (n=thomas@static-87-79-66-160.netcologne.de) left ##slackware. [13:14] configure....commands....? [13:14] you mean aliases? [13:14] what I do is just write a script and put it in /usr/sbin/ and +x [13:15] dartmouth: when I type ls it does not include options so I have to add --color [13:15] Necos: Yea [13:15] yeah use alias for that [13:15] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: Remote closed the connection [13:16] no man page for alias? :( aww [13:16] vim ~/.bashrc [13:16] if i understand right though that's a setup issue for the root login profile and should be fixed there, but I want one of the old-timers to confirm that before trying it [13:16] Necos: :) thanks will do some reading about all of it now. [13:17] lf4: by default bash shows color; are you using screen? [13:17] xMDKx (n=mdkcore@nat/mandriva/x-89496401c6e1c0ae) left irc: Remote closed the connection [13:17] lee555J5: Yes [13:17] yo lee555J5 [13:17] which is why I want to configure it [13:17] alexzyp (n=ping@113.65.6.237) joined ##slackware. [13:17] you can just change the term type (and i think that will be fixed) [13:17] hey panzer [13:18] omg what is firefox doing to my memory! [13:18] and dartmouth, you might not want to fix it in /etc/skel if they are very specific aliases (like those involving passwords) [13:19] Necos: you mean switch from bash to another? [13:19] imexius (n=imexius@unaffiliated/imexius) left irc: Read error: 110 (Connection timed out) [13:19] ttyX (i=1000@115.108.13.72) left irc: Read error: 104 (Connection reset by peer) [13:19] I don't think bash does that by default. I'm pretty sure somewhere an "alias ls=ls --color=auto -pb" is done. [13:20] alexzyp (n=ping@113.65.6.237) left irc: Client Quit [13:20] something new for noobfarm.. A friend of a friend pours his car's used engine oil down the storm sewer and is perfectly okay about it cause "I ride my bicycle to work most days." [13:20] Necos: i was just referring to retaining color after su'ing to root [13:20] jeev: Way to green shift, buddy! :D [13:20] oh bleh =p [13:20] hehe [13:21] Necos: no, I fixed this on mine in Slack 12.1 and I'm trying to remember how. I know I looked at /etc/profile, ~/.bashrc. login shells don't show color either, by default. [13:21] dartmouth: yeah using su it does that I've noticed as well. [13:23] Arno[Slack] (i=100@gre92-1-81-57-177-108.fbx.proxad.net) left irc: Remote closed the connection [13:23] *ahem* alias ls='ls --color=auto -pb' [13:24] If it retains colour when going to root that is because su is not calling a new login shell. [13:25] There would be a difference between "su" and "su - " [13:25] alias [13:26] Arno[Slack] (i=100@gre92-1-81-57-177-108.fbx.proxad.net) joined ##slackware. [13:27] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) joined ##slackware. [13:27] kde4 doesnt' seem to really be suitable for an office environment....and...now that I think about it, I can't think of a WM that is [13:27] any suggestions? [13:28] besides XP? (lol) [13:28] kde4 is great in my office [13:28] eviljames> I don't think bash does that by default. I'm pretty sure somewhere an "alias ls=ls --color=auto -pb" is done. You are correct. That alias shows in LS_OPTIONS if you type set. [13:28] Though, the only people using it are the tech department :D [13:28] eviljames: yeah, that's what I mean lol [13:29] kde4 LOOKS like it should be in an office, but it's not ready. [13:29] lee555J5: I'm certain bash does not. Check /etc/profile and /etc/skel/bashrc to find where said alias is being set. I use zsh, which also does not do this. I added the alias in ~/.zshrc [13:29] dartmouth: Disagree there, for office functions kde4 is great imho. [13:29] haha. your opinion isn't humble. [13:29] Firefox + OpenOffice are pretty much the day-to-day stuff done in an office environment, I don't see how kde4 impedes that. [13:30] dartmouth: *any* move from XP will require training for the masses :) [13:30] im more or less talking about the desktop environment; I don't see file management from the desktop being 'complete'. [13:30] lee555J5: While that's true, the xp->kde transition is the least painful I think. [13:30] pqk544 (n=Blue@S0106001c109fc40c.ss.shawcable.net) left irc: Read error: 60 (Operation timed out) [13:30] it's got too much going on. [13:30] dartmouth: We probably aren't going to see eye to eye on this one either, I think dolphin is possibly the best file manager available. [13:30] heh [13:30] I haven't even messed with KDE4 [13:31] oh, i love dolphin [13:31] dolphin is very, very nice. I really like it. [13:31] i'ts replaced my thunar entirely [13:31] caio (n=caio@190.244.36.137) joined ##slackware. [13:31] but the KDE4 desktop is not dolphin [13:31] Dolphin definitely takes some getting used to, because the interactions are significantly different from the xp/vista/gnome/thunar side of things. [13:31] Well, dartmouth, I haven't heard much of an example of why kde4 wouldn't be ready for day-to-day office use though... [13:32] eviljames: most of it is that for it too look nice you've got to bog it down so much that it isn't worth using [13:32] also when you set up icons on the desktop it kind of [13:32] fud [13:32] it gets ugly [13:32] Desktop Icons are always ugly. [13:32] thats not fud, that's applied experience [13:32] That's why the plasmoid for file containers is so great [13:32] or whatever it's called. [13:32] that' what im currently using [13:32] alot of my issue too is that i want to use sshfs for all of my remote mounting because it's so easy [13:33] dolphin does that for you. [13:33] caveat on that of course is that it interacts well with anything that supports the kparts, but I don't know that firefox saves to their fish or sshfs service (can't recall name offhand) easily [13:34] Yes my carputer parts are arriveing this week :) [13:34] lf4: Awesome! Did you use that Atom board I pasted you? [13:35] Or maybe you told me you already had a board ready to go and I forgot :P [13:35] eviljames: No... yeah I had the board already. :) [13:35] eviljames: eh; sshfs seems to be more of a novelty than a real to me anyway; I don't know what I expect from a DE, but I know KDE4 doesn't have what I'm looking for-- I hope that changes with an alternative that's compatible with the rest of KDE4 [13:35] it's 'almost' there [13:35] It sounds like kde4 won't meet your expectations until you define them and file bugs. [13:35] its a mini itx with a celeron dual-core 2GHz and 2GB of ram [13:36] I thought it was 'almost' there 6 months ago, and now it's 'past' there and works well :D [13:36] lol [13:36] note, I'm a bit of a devil's advocate right now, because I'm on gnome [13:36] Gnome under OpenSolaris, though. [13:36] Control Group Support in kernel options. The description means nothing. [13:36] My laptop is slamd64/kde4, but it isn't handy, otherwise I'd have better info :P [13:36] 'grouping' sets of processes together? [13:36] Odds are you don't need it then. [13:37] :P [13:37] probably, but what does that even mean? [13:37] ps waux shows only one ssh process even if you have 30 sessions going? [13:38] Where do yo usee the control group support? [13:38] it's in general setup [13:38] Oh, most certainly you don't need that. [13:38] This option will let you use process cgroup subsystems such as Cpusets [13:38] I don't have it enabled. [13:39] It sounds like this is in place if you need to control groups of CPUs. [13:39] oh [13:39] well [13:39] when i evolve to multi-proc systems I'll keep that in mind ;) [13:40] heh, someone could correct me on that, it's a bit of a guess :P [13:40] CPUSETs are lightweight objects in the linux kernel that enable users to partition their multiprocessor machine by creating execution areas. A virtualization layer has been added so it becomes possible to split a machine in terms of CPUs. [13:40] Sounds like it was pretty close to the mark. [13:41] what bugs me is I've not found a good rundown that explains these options very well. like a 'this is the dynamic structure of the kernel'. [13:42] Have you tried make menuconfig ? [13:42] like namespace support? [13:42] that's what im in [13:42] look at the description for config_namespaces [13:42] sounds good to me, but it's beyond dual or quadcore. It sounds like you can group several cores of a many-core system into smaller groups, perhaps dedicated to specific tasks. [13:42] there's so much prerequisite knowledge required in that example that you'd be reading for days to figure out if you even need it [13:43] lee555J5: yeah, that's what cpusets is for. If you have, say, a dozen procs and want to dedicate 6 to apache and 6 to mysql or something. [13:43] dartmouth: Yay for reading! :P [13:43] bah! [13:44] dartmouth: If it helps your piece of mind any, Namespace support on my system is required (that is, I can't disable it) but none of the sub-options are enabled at all. [13:44] Action: dartmouth mumbles a comment about linux eating up my critical thinking study's brainspace [13:44] fevel (n=fevel@200.142.124.146) joined ##slackware. [13:44] no IPC, no UTS, neither of the experimental ones [13:44] ataxic (n=ataxic@87.112.224.123) joined ##slackware. [13:44] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [13:44] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [13:45] why do you need it? [13:46] I'd bet because something, somewhere, that I've marked as "mandatory" requires it. [13:46] lol [13:46] same here for me [13:47] flvr (n=flvr@host-93-182-19-84.real.kvidex.net) joined ##slackware. [13:47] flvr (n=flvr@host-93-182-19-84.real.kvidex.net) left irc: Remote closed the connection [13:48] fevel (n=fevel@200.142.124.146) left irc: Read error: 104 (Connection reset by peer) [13:48] fevel (n=fevel@189.25.102.168) joined ##slackware. [13:49] Reason: Could not reproduce. [13:50] beatzz (n=sheep@65.61.57.135) joined ##slackware. [13:50] omg whatsup all [13:50] just got slack12 going [13:50] pwntz [13:50] >.> [13:50] pwntz on you, 12.2 is out [13:50] indeed. [13:50] i meant 12.2 [13:50] 12 is ooooold [13:50] it's all the same stuff [13:51] i figured u would all assume [13:51] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [13:51] becsue 12 is soooo old [13:51] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 60 (Operation timed out) [13:51] *checks disk again :P [13:51] assume you were someone who could speak clearly? noo [13:51] firedix (n=firedix@201.254.116.40) left irc: "Ex-Chat" [13:51] fevel_ (n=fevel@189.25.102.168) joined ##slackware. [13:52] beatzz (n=sheep@65.61.57.135) left irc: Client Quit [13:52] fevel (n=fevel@189.25.102.168) left irc: Read error: 104 (Connection reset by peer) [13:52] some people just don't get it. if you can't speak clearly you're supposed to overcompensate with blind, belligerent, post-pubescent, youthful aggression. [13:53] j0z (n=JESUS@201-89-208-79.ctame700.dsl.brasiltelecom.net.br) joined ##slackware. [13:54] dartmouth: Welcome to America. [13:54] dartmouth: Case in point: Rush Limbaugh, Bill O'Reilly, Hannity, etc. etc. etc. [13:54] lol [13:54] It certainly is how we do things. [13:55] "I have nothing intelligent to say, so I will just TALK LOUDER" [13:55] That's how it's done? [13:55] SHUT UP WHORE [13:55] straterra: CRAM IT, TARDONAUT. [13:55] LICK MY CHUTECREAM! [13:55] stop it, my text to speach is screaming at me! [13:56] great I feel ike I am at a Tourette's convention. [13:56] BP{k}: wanna shave a dog? [13:56] fevel (n=fevel@189.25.102.168) joined ##slackware. [13:57] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [13:57] bojevnik (n=bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: Remote closed the connection [13:58] humm don't know if I like enlightenment that much. [13:59] umislack (i=1000@58.64.89.80) left irc: "leaving" [14:00] ivan_ (n=ivan8013@190.148.145.13) joined ##slackware. [14:00] ivan_ (n=ivan8013@190.148.145.13) left irc: Client Quit [14:02] it's antiquated [14:03] Hey BP{k}. How are you? [14:03] firebird619: just the guy I was looking for , hey how are you? [14:04] Hey compl3x, I'm doing great, thanks. you? [14:04] firebird619: im good [=, ever get that script working? [14:05] compl3x: sure did. Now in conky it shows the diff of the slackware changelog. :) [14:05] firebird619: want to share? [= [14:05] fevel_ (n=fevel@189.25.102.168) left irc: Operation timed out [14:05] compl3x: well of course. [14:06] firebird619: [= [14:09] adampc (n=adampc@cpc3-wilm1-0-0-cust915.bagu.cable.ntl.com) joined ##slackware. [14:09] stef_204 (n=stef@unaffiliated/stef-204/x-384198) joined ##slackware. [14:09] Hi guy's :) [14:09] Hi guy. :) [14:09] hey adampc [14:09] I am going to try out this new Slackware 12.1 [14:09] ttyX (i=1000@115.108.13.72) joined ##slackware. [14:10] I got a magz in Tesco for £6.49 [14:10] Got a disc with it on :D [14:10] The latest slackware is 12.2 btw. [14:10] new slackware 12.1? - 12.2's been out since december [14:10] no :( [14:10] 12.2 [14:10] fuzzix (n=fuzzix@86-42-152-52-dynamic.b-ras1.bbh.dublin.eircom.net) joined ##slackware. [14:10] yeah think so [14:10] hiptobecubic (n=john@nat079.wireless.miami.edu) joined ##slackware. [14:10] yup I have [14:11] I have d1 & d2 [14:11] on the disc. [14:11] package_tools also.. [14:11] do I just burn d1.iso to one disc, thne d1.iso to the other? nad boot :/ [14:12] I have a spare hdd in side my pc that is 80gig. [14:12] knoxville (n=knoxvill@c-71-63-138-244.hsd1.mn.comcast.net) joined ##slackware. [14:12] compl3x: http://pastebin.slackadelic.com/13700 [14:12] adanoc: might want to try putting more messages in one line - may get autokicked for flooding [14:12] imexius (n=imexius@S01060018f85afd84.tb.shawcable.net) joined ##slackware. [14:12] compl3x: maybe [14:12] LifeForce4 (n=KJR@pdpc/supporter/student/lf4) joined ##slackware. [14:12] compl3x: but maybe not [14:12] ah ok, sorry. [14:13] firebird619: thanks buddy [14:13] paul424 (i=1000@k165-242.KREDKA.ds.uni.wroc.pl) joined ##slackware. [14:13] humm fluxbox did not add OOo to the menu. [14:13] adampc: take it your in the UK :p - tescoz :p [14:14] compl3x: no problem [14:14] LifeForce4: /opt/openofficeversionhere/soffice :p [14:14] LifeForce4: did you regenerate the menu? [14:14] LifeForce4: I thinkXD [14:14] other_rafa (n=rafa@shellium/member/rafa) left irc: "Leaving" [14:14] firebird619: no lol never really used flux before. [14:14] LifeForce4: Give that a shot [14:14] compl3x: yeah I could add it manually but there are other apps also mission [14:15] After I regenerated the menu, it added it for me. [14:15] LifeForce4: also if you want to personalise the menu - check ~/.fluxbox/menu [= [14:15] Alright, here's my current desktop: http://imagebin.org/48942 [14:15] firebird619: Im too hardcore to let fluxbox make my menu for me haha [14:15] will do :) thanks firebird619 and compl3x [14:15] LifeForce4: yw [14:16] LifeForce4: no worries [14:16] compl3x: I've been manually adding the icons in ~/.fluxbox/menu [14:16] vastina (n=vastina@206.105.111.187) joined ##slackware. [14:16] firebird619: Ill show you my desktop once ive added the changelogs :) [14:17] k, you look at the one I posted above? [14:17] LifeForce4 (n=KJR@pdpc/supporter/student/lf4) left irc: Client Quit [14:17] firebird619: yes very nice [= [14:17] bhodgins (n=bhodgins@office.sephone.net) joined ##slackware. [14:17] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [14:17] Hows it going? [14:17] compl3x: btw, tenner added a few more styles yesterday. [14:17] bhodgins: going great, you? [14:18] Pretty good. [14:18] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [14:19] firebird619: I dont have an old change log - so icant test it - nothings showing up [14:21] compl3x: I just made one myself to test, I downloaded the lastest changelog twice and renamed one ChangeLog.old and removed some stuff from it. :) [14:22] firebird619: Ill give it a shot [= [14:22] stef_204 (n=stef@unaffiliated/stef-204/x-384198) left irc: Read error: 104 (Connection reset by peer) [14:22] alright. :) [14:22] adampc (n=adampc@cpc3-wilm1-0-0-cust915.bagu.cable.ntl.com) left irc: Remote closed the connection [14:22] If you do that, you have to temporarily remove the first two lines after TEXT in the conkyrc file, otherwise the test won't work. [14:23] oops, I mean the 2nd and 3rd line, the first defines the color. [14:24] Oh man, I'm slipping, it's the 2nd, 3rd, and 4th line. :P [14:25] lol I just copied a changelog from my mirror - and removed the latest update [14:25] there ya go [14:27] firebird619: can I set a fixed width? [14:28] for the window the changelog goes into, sure. [14:28] firebird619: I gotta pop out for a bit - cya in abit [14:28] ok, later compl3x [14:31] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) left irc: Read error: 110 (Connection timed out) [14:31] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) joined ##slackware. [14:32] fevel (n=fevel@189.25.102.168) left irc: Read error: 110 (Connection timed out) [14:35] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 60 (Operation timed out) [14:36] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [14:37] firebird619, i have to share something hillarious with you [14:38] i was reading medical records last night and a doctor noted a clients file for a yeast infection and stated : patient has no pussy discharge: like what kinda doctor has the nerve to put something like that in a womans medical record [14:38] especially if it will be reviewed by a judge [14:38] haha [14:39] that doctor doesn't seem very professional. [14:39] SlackLnx (n=SlackWar@85.139.11.111) left irc: "I'll Be Back" [14:40] SlackLnx (n=SlackWar@85.139.11.111) joined ##slackware. [14:41] eh, I think that's "puss-y", like full of pus [14:41] kinda disgusting to think about first thing in the morning, I'm gonna go get coffee, you guys change the subject... [14:42] could be, but it just doesn't really read right. [14:42] get alot of coffee. :) [14:42] nix_chix0r: So how are you doing? [14:42] firebird619, good, baby slept for 9hrs last night so i actually got sleep for once [14:42] chowabunga (n=chowabun@c-76-105-123-64.hsd1.ga.comcast.net) joined ##slackware. [14:43] fajita@#apache: slackware [14:43] The hands-on distro that focuses on speed and simplicity. It also scales very well. Version 12 includes a recent version of apache (2.2.4), and the config is possibly the sanest found in any distribution package. [14:43] wow, he's getting to sleep alot longer then, that's nice. [14:43] for a 2month old he jjust now started eating 7 ounces [14:43] BOFH (n=berserk@unaffiliated/bofh) left irc: Read error: 60 (Operation timed out) [14:43] that's a lot of formula [14:43] how much does he weigh now? [14:43] mm i'd say 10 ,11lb [14:44] cool, they grow fast don't they. :) [14:44] yeah and he's so damn smiley it makes me laugh [14:45] my great-nephew is like that, smiling all the time, and giggling. [14:45] BOFH (n=berserk@unaffiliated/bofh) joined ##slackware. [14:46] i thought this was #slackware [14:47] nix_chix0r> if you inject him with vaccines the smiling will stop [14:47] chowabunga: absolutely. If you have anything slackware-related to discuss, start talking and we'll pay attention [14:47] eh, but if nobody's got anything to say about slackare, might as well get to know each other as people, you know? [14:47] chowabunga, if people are discussing slack the rule of thumb for of topic generally will taper as we are nerds [14:47] nix_chix0r> you might want to read labels on formula/baby foods too....and dont use BPA (bisphenol-a) bottles/plastics at all [14:48] yeah i got thegood bottles, and he's getting his 2month shots this week or next week [14:48] just words of the wise...not that the next generation really has a future anyway [14:49] how bout you dont inject him with themerisol [14:49] i'll make his dad hold him while he gets shots not me [14:49] i wont be the bad buy [14:49] AlexElliott (n=alex@sns6-212.york.ac.uk) left irc: Read error: 110 (Connection timed out) [14:49] moms are supposed to make it all better;) [14:49] you are making a mistake [14:49] hehehe [14:49] chowabunga: Coming from you..that means nothing [14:49] vaccinating the kid isn't a bad idea >.> [14:50] if you want to vaccinate your kid, wait till its starting kindergarten or get a religious exemption [14:50] Action: vastina listens to some music via xmms on his fluxbox desktop actively maintaining 3 servers. [14:50] You've exhibited a LOT of fail here [14:50] i'm not a big fan of the combination shots but i trust the pediatrician hes cool [14:50] wtf [14:50] Action: vastina likes playing with unix boxes [14:50] great doc [14:50] nix_chix0r> doesnt mean he isnt brainwashed [14:50] chowabunga: >.> [14:50] chowabunga: antivaccination stuff is a great way to have your kids die from painful disease [14:50] med school is 1000% hazing [14:50] chowabunga: I wouldn't trust your thoughts on making coffee, let alone child care [14:50] chowabunga: but otherwise is patently useless. [14:50] lol [14:50] eviljames> everyone else is vaccinated, so the chance of that happening are slim to none [14:50] Action: vastina opens a new eterm window [14:50] chowabunga, you know why people dont get polio anymore.. or if they do it's very rare. it's because of the vaccination [14:50] Action: vastina doesn't have nor want a baby [14:50] chowabunga: That's not how vaccination works. [14:51] well fine, shoot up his brain with mercury which babies cant really remove from their body [14:51] nix_chix0r: thank you. The disease itself is still floating around, but due to the vaccination it doesn't have any effect on us. [14:51] chowabunga: The mercury thing is a LIE. [14:51] bullshit [14:51] i dont agree that they should get it so young but it should happen [14:51] Yes, you are bullshit. [14:51] request a product fact sheet from your pediatrician [14:51] chowabunga: There was one batch of flu medicine that had greater than the natural background rate of mercury in your body in terms of ppm. [14:51] chowabunga: You should look this stuff up some day. [14:51] eviljames> i look it up daily [14:51] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 54 (Connection reset by peer) [14:52] Why would you look it up daily? [14:52] chowabunga: Then you should be more knowledgeable about the topic. [14:52] lol [14:52] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [14:52] knoxville (n=knoxvill@c-71-63-138-244.hsd1.mn.comcast.net) left irc: Connection timed out [14:52] That's like looking up the constitution daily [14:52] I'm fine with religious nutjobs not vaccinating their children, it just means less religious nutjobs in the world. [14:52] It might have changed..but..I doubt it [14:52] But normal, sane, intelligent people? They'll vaccinate. [14:52] eviljames, :) [14:53] lol eviljames [14:53] eviljames> intelligent till after their brains get mercury int hem [14:53] Action: vastina does some debugging with gdb. Without a child, consequently not needing vaccination. [14:53] i got a flu shot in like 2002 [14:53] 2003 [14:53] chowabunga: Again, mercury is pure fud. [14:53] Drgb (n=berserk@unaffiliated/bofh) joined ##slackware. [14:53] chowabunga: How about this..raise your kids like you want to..let others do what they want [14:53] and my cognitive functions dropped for 3 years [14:53] lol [14:53] chowabunga: You're being intellectually dishonest by even promoting that anti-vacc mess [14:53] eviljames> no its not, themerisol its on the product sheets [14:53] Ahh [14:53] i don't think the flu shot had anything to do with that... [14:53] chowabunga: Yeah, in a concentration LESS than the naturally occuring background rate already in your body. [14:53] http://www.fda.gov/CBER/vaccine/thimerosal.htm [14:53] yeah but what about for a baby [14:54] Necos: +1. He's still suffering from decreased cognitive ability. [14:54] whos brains are not even formed yet [14:54] plus the polio vaccination the he will be getting is a synthetic not live and active veresion [14:54] nix_chix0r> still requiest the product sheet [14:54] then study up [14:54] its your kid, im just warning you [14:54] dont want some vegetable [14:54] lol [14:54] that you have to put on ritalin cuz its brain was f'd up [14:54] when you have a BA or MA in medicine we'll discuss it further [14:54] then it will mature slower cuz of the ritalin [14:55] we're already reading the text of one :) [14:55] then tehy will say its depressed [14:55] and give it more drugs [14:55] he is not gooing on any of those bullshit drugs mayne [14:55] well im gonna get a masters in journalism :) [14:55] fucking kids with the add and adhd i disagree with givning out like skittles [14:55] nix_chix0r> its the same lies at every level [14:55] i have adhd [14:56] jeev, not all kids truly have that [14:56] a lot of it has to do with parenting [14:56] straterra (n=straterr@projectstfu.com) left irc: "Lost terminal" [14:56] straterra (n=straterr@projectstfu.com) joined ##slackware. [14:56] jeev> in london they found ADD/ADHD was caused by FOOD COLORINGS [14:56] the others maybe its' a chemical imbalance [14:56] true nix_chix0r but all this shit is created so more medicine can be sold [14:56] its all about diet [14:56] ahahahahah [14:56] a master's in journalism AKA a master's in dishonesty? [14:57] eviljames> there are still some good people in this world [14:57] Not in the media industry, it seems. [14:57] i'll end up in prison exposing the lies [14:57] good journalists dont get hired [14:57] nix_chix0r: =1 [14:57] you gota lie [14:57] err [14:57] +1 hahah [14:57] you'll have a BA and working at hardees [14:57] eviljames> jealous? i already have a masters degree [14:57] not even being a manager [14:58] chowabunga: I'm working on Mathematics, I'll never be jealous of a journalist. [14:58] i haev a masters in CE/CS...but i want journalism too [14:58] since they offer a scholarship full ride to coders [14:58] I don't believe you, on grounds that I'd expect your analytical skills to be better. [14:58] eviljames> you are the one drinking the cool-aid [14:59] i like the grape koolaid [14:59] lol [14:59] nix_chix0r: I prefer tropical punch or lemon/lime myself. [14:59] nix_chix0r: y0 in da hood [14:59] =][ [14:59] That electric blue lemonaid is pretty good. [14:59] lemon lime is good [14:59] hardly any one drinks that [14:59] eviljames> remember the first swine flu scare in 1976? 25 people died from the vaccine, one from the flu [14:59] i take it and mix it with sprite [14:59] nix_chix0r: and that's good? I've never tried that. [15:00] yupyup [15:00] man, jouirnalism is bullshit, cant believe it's a field [15:00] why do you have to study to tell the truth [15:00] nix_chix0r: I usually get those koolaid singles packets and pour it into a water bottle. :) [15:00] chowabunga: I have problems remembering things that happened prior to my birth. [15:00] "The soft metals will cause them to lose their minds. We will promise to find a cure from our many fronts, yet we will feed them more poison." [15:00] TV might have something to do with kids lack of attention span [15:01] firebird619, lazy turd [15:01] hahaha [15:01] the kids need a good diet and a good book [15:01] straterra (n=straterr@projectstfu.com) left irc: Client Quit [15:01] its almost shower time [15:01] watch the tube for an hour, time how long it is between the scene changes on average [15:01] straterra (n=straterr@projectstfu.com) joined ##slackware. [15:01] chowabunga: On that last one, we agree 100%. [15:01] you know what else causes a lack of attention spam? kids are growing up too fast, at 3-4-5-6 years of age, they're sent to 5-6 different classes.. kids have bigger scheduled then grown men [15:01] nix_chix0r: fruit punch juice + sprite or 7up is good. [15:01] ugh, yeah [15:01] ZMR (n=zmonge@201.206.18.30) left irc: Connection timed out [15:01] adampc (n=adampc@cpc3-wilm1-0-0-cust915.bagu.cable.ntl.com) joined ##slackware. [15:02] ilj (n=ilj@sourcemage/grimoire/apprentice/ilj) left irc: Remote closed the connection [15:02] jeev, another thing i dont agree with is 7-8th graders going to school with seniors [15:02] i'm probally going to do part time homeschooling with him [15:02] jeev: It's pretty easy to say that is the sole cause, but I think it's more combinatoric than that. [15:02] dive (n=diverse@unaffiliated/dive) left irc: Read error: 110 (Connection timed out) [15:03] everything adds on to it.. of course [15:03] nix_chix0r: not gonna work? :) [15:03] nix_chix0r, i think home schooling is smart.. [15:03] Urchlay: That's another excellent point, the primary source of media/information in the majority of western households maintains an attention span of 30seconds or less. [15:03] high school and college education is weak [15:03] I remember being 6 or 7 and going to school with a kid who'd flunked a couple of grades... he was in 5th grade, was maybe 13 or 14, had facial hair even, and for fun he liked to beat the crap out of the little kids half his age [15:03] there is no need for some GE classes [15:03] Necos, i work right now but i work nights so does the huby [15:03] so i could do some part time homeschooling and he can still get some social interaction with kids [15:03] ah [15:03] eviljames: it's to the point where, when (or if) I ever have kids, I don't want a TV anywhere in the house [15:04] but there would be a computer, so maybe it doesn't matter [15:04] lol Urchlay [15:04] Urchlay: I probably still will have something that resembles a tv, but any modern medium is rife with these issues. [15:04] Urchlay: with the computer + internet, it doesn't really matter I don't think. Sometimes that can be just as bad if not worse. [15:04] firebird619: +1 [15:05] just keep the kids away from rush limbaugh and sean hannity [15:05] Urchlay, you can just have a timer thing for the tv so it shuts off after a certain period of time or just lay the hammer down and say tv is not the babysitter and actually interact with your kids [15:05] jeev: lol [15:05] BOFH (n=berserk@unaffiliated/bofh) left irc: Read error: 110 (Connection timed out) [15:05] nix_chix0r: with X10, you can control the power jack from your computer. [15:06] yeah i seen something like that before [15:06] straterra (n=straterr@projectstfu.com) left irc: Client Quit [15:06] straterra (n=straterr@projectstfu.com) joined ##slackware. [15:06] eviljames: I have something called IBM Home Director that you can control whatever you have plugged into the module. [15:06] s0d0 (n=sod@host86-175-193-104.wlms-broadband.com) joined ##slackware. [15:06] tv, lamp, whatever. [15:06] In terms of raw power on/off, or do you have some more control than that? [15:07] firebird619: google tells me that it is an X10 device :P [15:07] if it's X10, he should be able to dim lamps at least [15:07] Umm, can't quite remember, I think it was more than just power on/off. [15:07] firebird619: http://slackbuilds.org/repository/12.2/misc/heyu/ [15:07] It's in a box in the closet right now, haven't used it for a little while. [15:08] that's the software for it, when/if you decide to hook it all up [15:08] byteframe (n=bytefram@pool-98-118-70-69.bstnma.east.verizon.net) left irc: Remote closed the connection [15:08] Urchlay: sweet, thanks. [15:08] tbh, I had forgotten about it until eviljames mentioned X10. :P [15:08] lemme know if you use it, I packaged it up for SBo :) [15:08] time to shower and get ready for work got a couple appointments with a few clients today about the work history and daily livng and hopefully this time they can remember what they do from the time they get up till they go to sleep [15:08] Urchlay: ok, will do. [15:08] wow, x10 heh [15:08] take care nix_chix0r :) [15:09] (##slackware) Channel ban on %scrat1!*@* expired. [15:09] ##slackware: mode change '-b %scrat1!*@*' by slackboy!n=thongson@li6-30.members.linode.com [15:09] later nix_chix0r. :) Have a good day. [15:09] Necos, thanks [15:09] firebird619, seeya [15:09] nix_chix0r: have fun. [15:09] owitjowjt yeah [15:09] eviljames: I hardly ever watch actual TV as it is (I do download & watch shows, minus the commercials, sometimes)... whenever I'm around people watching TV, I'm more interested in watching the people than the TV [15:09] makerc (n=makerc@201-42-165-233.dsl.telesp.net.br) joined ##slackware. [15:10] it's kinda scary actually: most of them seem to be thinking what the TV tells them to think [15:10] mogunus (n=user@173-9-7-10-New-England.hfc.comcastbusiness.net) joined ##slackware. [15:11] Urchlay: What's a little more problematic is tha they're conditioned not to think back. [15:11] Urchlay: It's not so much what you read and see on the Internet, TV, etc. it's what you *believe* from what you see and read. [15:11] straterra (n=straterr@projectstfu.com) left irc: Client Quit [15:11] firebird619: one caveat: most CFL lightbulbs are not dimmable. You can turn them on or off, that's it... you have to look for special (more expensive) dimmable CFLs [15:11] straterra (n=straterr@projectstfu.com) joined ##slackware. [15:11] eviljames: exactly! [15:11] Urchlay: ok, thanks. [15:12] I don't begrudge anyone for watching tv for entertainment's sake, or even information's sake (despite being a one-way medium).. but to not consider it analytically/critically is a HUGE mistake. [15:12] That thing come with IBM software too that had a ton of settings, menus, etc. [15:12] firebird619: IBM software that'll run on slack? [15:12] Nah, this was when I was still on windows. [15:12] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) left irc: Read error: 110 (Connection timed out) [15:12] I don't think it'll run on slack, wine maybe, but not slack. [15:13] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) joined ##slackware. [15:13] firebird619: hey buddy - back :) [15:13] heh, I remember on IRC once, some guy was talking about setting up some software like that... said it had a web interface... so I did a /whois to get his IP, went there in a browser, and there it was... so I started turning stuff off, and there he goes, "connection reset by peer" [15:14] you would think software like that would at least be password-protected... [15:14] toastytoastSchoo (n=toast@208.233.36.250) joined ##slackware. [15:14] compl3x: hey compl3x [15:14] :P [15:14] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [15:14] straterra (n=straterr@projectstfu.com) left irc: Client Quit [15:14] bojevnik (n=Bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [15:14] bojevnik (n=Bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: Client Quit [15:14] antiwire (n=antiwire@unaffiliated/antiwire) left irc: Client Quit [15:15] Urchlay: heh, you would think. [15:15] lol apparently not >.> [15:15] also it's kinda dumb to have the computer that controls the X10 stuff, on an outlet controlled by X10, IMO [15:15] straterra (n=straterr@fuhell.com) joined ##slackware. [15:16] That IBM software had where you could put whatever on timers too for turning on and off, etc. [15:16] (once you turn it off, how exactly are you going to turn it back on, unless you have another one?) [15:16] firebird619: heyu doesn't need timers, it runs on an OS that comes with stuff like cron and at :) [15:17] indeed it does. :) [15:17] afaik, the actual X10 hardware doesn't contain its own timers [15:17] (or maybe it's just the cheap ones I had don't, maybe the nice ones do?) [15:18] Cann0n (n=jack@unaffiliated/cann0n) joined ##slackware. [15:18] I'm not sure [15:18] mine was in fact the same one you have, IBM home director (though it was pretty old) [15:19] ARGH! why is it so hard to find a job... ? only job i found is 300 wiles north cutting grass..... [15:19] firebird619: how can I view the changelog at a predefined width? so its not over flowing past the rest of my conky? [15:20] you should look at the drop out rates of american highschools [15:20] compl3x: dotfiles.org [15:20] so dumbed down they cant even pass the dumbed down tests [15:21] compl3x: in the .conkyrc_changelog file, you can set minimum_size 1000 600 and maximum_width. Keep adjusting until you get them how you like [15:21] 1000 and 600 are what I use. You'll probably want to change those. [15:21] firebird619: okay cheers [15:21] heh, im an idiot. but still, i just moved down here to look for work... now i have to go back up north to get a job mowing yards.... WTF [15:21] dive (n=diverse@unaffiliated/dive) joined ##slackware. [15:22] automounting in flux? ivman & pmount a good choice? [15:22] wow this house cleaner has been here for 6 hours [15:22] and i only have to pay 130 cash [15:22] eh... i dunno. i just use pcmanfm and it does my media well [15:22] i dont like automounting so... :P [15:22] firebird619, I use Thunar and it auto mounts when I open it [15:23] chowabunga: house cleaner aye? :p [15:23] mexican [15:23] pcmanfm > Thumar [15:23] easier than setting up automounter [15:23] dive: it doesn't for me, at least it didn't yesterday. [15:23] i want to find a job where i get paid cash [15:23] Cann0n: Oh yeah, someone mentioned pcmanfm yesterday. I forgot about it already. :) [15:23] chowabunga: i'll clean your house for half of what you pay now.... [15:23] firebird619: that did nothing - and btw I have all my configs in one file :) - i never used that link you gave me.. [15:23] i guess i better start freelancing/donig more contracting [15:24] well you need the settings turned on and the thunar mount manager plugin or whatever its' acalled [15:24] dive: I have that setup. Thunar's volume management. [15:24] firebird619: pcmanfm is the shit. it's better han Thumar imho [15:24] ah I using xfce 4.6 from rworkman though [15:24] compl3x: did you restart conky? [15:24] macman__ (n=macman_@adsl-75-5-240-205.dsl.scrm01.sbcglobal.net) joined ##slackware. [15:24] mexicans are better...work harder for less money [15:24] dive: me too [15:24] hey all im back [15:24] firebird619: ofcourse [15:24] and spend it more wisely no doubt [15:24] macman__: Oh NO. [15:24] :P [15:24] lol [15:24] can you belive im irssing on windows [15:24] yep [15:25] firebird619: dw think i got something here [= [15:25] macman__> cygwin? [15:25] compl3x: what did you change to. It may be because you combined everything. [15:25] chowabunga: no [15:25] one sec [15:25] AlexElliott (n=alex@sns6-212.york.ac.uk) joined ##slackware. [15:25] i bet it uses cygwin1.dll [15:25] http://irssi.org/files/irssi-win32-0.8.12.exe [15:25] firebird619: No im using a basic script - like standard conky [15:25] probably [15:25] chowabunga: they are also the reason im unemployeed... at wendy's last week, the cashier asked me what i wanted in spanish.... this is fucking America! at least use our language after you steal all the jobs.... [15:26] Cann0n> uh they steal the low paying jobs because they are uneducated...whats your excuse [15:26] anyways .. i don't want to use lilo as my boot loader i want to use grub as i already have linux installed [15:26] is this possible ? [15:26] you can go skilled labor or educated route [15:26] Cann0n: installing pcmanfm now. Thanks. :) [15:26] skilled labor has my respect [15:26] anyone here using grub or triple / dual booting slackware ? [15:26] my excuse is ive been job hunting in Florida for 2.5 years and finally have a single job oppurtunity cutting yards 300 miles away... [15:27] if your job involves talking to the public though, you ought to be speaking the language of the country you're in... I'd never go to mexico or germany or whatever, and try to get a customer-service job speaking only english [15:27] i need a second language [15:27] i've applied at over 200 different places just this year... [15:27] chowabunga: try perl :) [15:27] Cann0n> are you a sex offender? [15:27] no. clean record. [15:28] well its going to get worse, so....id learn some survival skills [15:28] good drivers record too... never had a ticket. [15:28] Cann0n> maybe you are aiming too low...get a government job, or a factory job [15:29] chowabunga: i know... 2.5 years of sleeping on peoples couches is probably the best moral increaser EVER! [15:29] will pay better and probably more likely to get hired than competing with 17 year olds [15:29] try UPS [15:29] also buy this book :P http://ofthefield.com/html/learning_resources_3.html [15:29] chowabunga: heh... they are down sizing gavt jobs here.... [15:29] florida is a cesspool [15:29] they are canning 30% of the cops here... and they closed 4 schools in the county [15:30] work for UPS as a package handler....you make lots of money [15:31] i can live in the woods if i had to... ive plucked chickens, skinned squirrels, made traps, friction fires, etc [15:31] nathanbw (n=nathan@c-98-192-82-158.hsd1.ga.comcast.net) left irc: Read error: 110 (Connection timed out) [15:31] chowabunga: they not hiring here [15:31] Cann0n> so go to louisville [15:32] hell, i was for sure i was getting a job at a fire sprinler company, being i have all kinds of fire science certs.... but they had over 300 eople with 5+ years experience apply... so i doubt i got the job... plus they are family friends of the people im staying at... :( [15:33] wouldnt that be a shoe-in [15:33] chowabunga: i should just make a virus that seeks out people living in the USA that dont speak english and have jobs..... [15:33] hehe, you sound like a PNAC member [15:33] lol [15:34] you know what that means? [15:34] Cann0n: Sweet, pcmanfm works great and automounts. Thanks agian. [15:34] but really, ive even been to those labor pools where all the mexicans stand in the mornings... and i never got hired... not even for bitch work... [15:34] s/agian/again [15:35] firebird619: np dude! it's the only fm i use in X [15:35] Cann0n, when I plug in usb stick pcmanfm shows it twice and it also shows / for some reason... [15:35] why is that? [15:36] "And advanced forms of biological warfare that can "target" specific genotypes may transform biological warfare from the realm of terror to a politically useful tool." - PNAC - Rebuilding Americas Defenses - Cheney, Rumsfeld, Wolfowitz, Perle, Jeb Bush, etcc [15:36] dive: hmmm... that's odd. how do you have your fstab? did you add the right lines? [15:36] same document they called for a new pearl harbor to start their iraq-attack (which we got on 9/11) [15:36] I don't have any lines for usb in fstab [15:36] one sec though [15:37] dive: mine did the same thing, showed my sd card twice, but after restarting pcmanfm, it was fine. [15:37] ok .. i just installed slackware to /dev/sda2 how would i put that into grub ? [15:37] dive: i dunno dude. never seen that issue. never had a chance to work on it. try setting up your fstab properly for the device. mines /dev/sda1 [15:37] grub is too complex for me [15:37] macman__: use lilo? :p [15:37] i <3 lilo [15:37] lilo FTW! [15:38] hey it works...why would anyone want grub [15:38] Cann0n: +1 [15:38] compl3x: i already have grub setup [15:38] obviously you didnt set it up yourself [15:38] or you would know how to add an entry [15:38] #grub [15:38] macman__: google: add grub entry ? :p [15:39] chowabunga: i did .. i have put many distors into grub [15:39] ok slackware is the same [15:39] then you should know how to add slackware [15:39] /boot/vmlinuz [15:39] compl3x: it came up but im missing something .. does slackware use a splash.initrd or what ? [15:39] ok seems to be behaving after 2nd time I start it [15:39] copy the file or whatever...you need initrd too [15:39] macman__: slackware doesn't have a splash screen [15:39] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [15:40] firebird619> mine does....it came with 12.2 [15:40] ok so i just need a /boot/vmlinuz [15:40] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [15:40] dive: yeah, it did that here too, just an odd quirk Iguess. [15:40] chowabunga: so what do you have then ? [15:40] macman__> yeah and the initrd... [15:40] firedix (n=firedix@201.254.116.40) joined ##slackware. [15:41] chowabunga: Oh wait, you mean lilo? My lilo has a splash screen. It shows Slackware Linux. [15:41] chowabunga: where is the initrd located ? [15:41] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) left irc: Read error: 110 (Connection timed out) [15:41] macman__> in /boot/ [15:41] Nick change: Agiofws -> Sakis-Rouvas [15:41] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) joined ##slackware. [15:42] chowabunga: im going to put up a image tell me if it right ok [15:42] or you need to make one....its all documented in /boot/ [15:42] i dont use grub [15:42] its a posimo [15:43] Grub serves its purpose, though. [15:43] agreed, grub has it's place. [15:43] where is that? [15:43] kernel /boot/vmlinuz root=/dev/sda2 vga=127 [15:43] initrd /boot/initrd [15:43] AzalynX (n=midgar@mcbain.semsolutions.com) left irc: Remote closed the connection [15:44] I don't know. Not on my system anyway. :) [15:44] Well, to name a few examples [15:44] chowabunga: that look good ? [15:44] OpenSolaris uses a customized version of grub to support booting from ZFS. [15:44] Dual-boot opensolaris and Linux must use grub. [15:44] ZFS FTW!!! :) [15:44] firebird619: you know it bud :P [15:44] :D [15:44] eviljames> uh solaris cant do initrd [15:45] lilo on linux partition + solaris entry + initrd ? [15:45] No. [15:45] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [15:45] Lilo cannot read ZFS. [15:45] ovnicraft (n=ovnicraf@201.234.200.99) joined ##slackware. [15:45] it doesnt need to, the root= is passed [15:45] and thus couldn't load the Solaris kernel at all. [15:45] the kernel is on the linux partition /boot/ [15:45] heh [15:45] ok, well, you're welcome to try that. [15:46] Let me know how it works out for you. On the other hand, you install opensoalris w/ its grub and it will boot up your Linux side juste fine. [15:46] i wont install anything that uses grub :) [15:47] I said the same once. I'm still a proponent of lilo in an all-Linux environment. [15:47] no grubs in my master butt record [15:47] Turns out that when you are doing work with a system your requirements change a bit. [15:47] true [15:47] mogunus (n=user@173-9-7-10-New-England.hfc.comcastbusiness.net) left irc: Remote closed the connection [15:47] macman___ (n=macman_@adsl-75-5-240-205.dsl.scrm01.sbcglobal.net) joined ##slackware. [15:47] ttyX (i=1000@115.108.13.72) left irc: "Leaving" [15:48] chowabunga: i don't see a /boot/initrd in /boot on slackware [15:48] macman___ (n=macman_@adsl-75-5-240-205.dsl.scrm01.sbcglobal.net) left irc: Client Quit [15:48] ... [15:48] are you in slackware now? [15:49] are you using the huge kernel? [15:49] if so, you won't see one [15:49] macman__> try doing it withuot the initrd then [15:49] Hey Dominian. How are you? [15:49] you will need to build your initrd if you are not using a huge kernel and if you are able to ls /boot i can take a wild guess here that you're using huge [15:50] firebird619: doing well! YOu? [15:50] karmetasploit is pretty scary [15:50] i have it working here now at a test [15:51] i loves you Dominian :P [15:51] Dominian: Doing very well. Thanks. I haven't implemented my mailserver yet with your guide. I really want to soon though. From your guide, could I then also use imapd to sort of great my own imap server with my isp mail and point the mail client at it? [15:51] /runs [15:51] tecky: hey [15:51] afternoon :) [15:51] i'm driving to boston tonight :\ [15:51] ugh [15:51] tecky: good afternoon, how are you? [15:52] firebird619: decent, like i said .. kinda pissed i gotta drive all night tonight :( [15:52] firebird619: IMAP doesn't "pulL" email.. you'd have to use fetchmail for something like that [15:52] Dominian: yeah, but I could use imapd to sort of make an imapd server to use couldn't I? [15:52] sure [15:52] basically, it sets up an AP that automatically becomes any AP that clients probe for. then when they connect it has a slew of fake services running, like email, http, ftp, whatever that the clients might try to use. when they try to use one of the fake services metasploit automatically tries to inject shells or tcp listeners or will try to exploit the web browser to gain information. it's sick as all hell. [15:53] hey if my aunt bought a bunch of domains on godaddy...what can i do with them [15:53] Dominian: ok, thanks. I may use imapd, but maybe not. It would probably be somewhat pointless if I already have whatever fetching and storing my mail anyway, huh? [15:53] ivan_ (n=ivan8013@190.148.145.13) joined ##slackware. [15:53] chowabunga: ? huh, host them? sell them? give them away? [15:54] firebird619: Well, imap would give you the ability tou se webmail etc [15:54] firebird619: but it may not be needed [15:54] Yeah, I wouldn't really need webmail. [15:54] Dominian: why not use smtp + webmail (squrrel?) [15:54] Action: Dominian nods [15:54] imap is ikky imho [15:54] mercfate (n=chatzill@srvinternet.cometais.com.br) joined ##slackware. [15:54] tecky: need imap to auth squirrelmail unless you set it up differently [15:54] but imap is definitely the easiest way [15:54] I love imap [15:54] mercfate (n=chatzill@srvinternet.cometais.com.br) left ##slackware. [15:55] Dominian: you can set it up differently, imap = extra traffic [15:55] Dominian: have your mail server link handy, I think I lost it. :( [15:55] i dont want folder sync when i do it [15:55] firebird619: wiki.slackadelic.com [15:55] Dominian: :P, thanks. [15:55] firebird619: go smtp + squrrelmail :) [15:55] tecky> so they are just dns records? [15:55] fuck that imap shits :P [15:55] imaps ftw [15:55] I think imap is very nice tecky [15:55] chowabunga: yes? your question was very vague [15:56] Dominian: I'd use imap straight from the isp, but they only offer that to business accounts. [15:56] i.e. more expensive. :) [15:56] tecky> i dont know either.... [15:56] firebird619: be careful hosting your own mailservice, some isp's monitor and will suspend service [15:56] macman___ (n=macman_@adsl-75-5-240-205.dsl.scrm01.sbcglobal.net) joined ##slackware. [15:56] macman___ (n=macman_@adsl-75-5-240-205.dsl.scrm01.sbcglobal.net) left irc: Client Quit [15:56] gmail's managed mail with your own domain name is pretty slick [15:57] then you just run it on a different port [15:57] tecky: I'm just wanting to have something that pulls my mail from the isp and store it in a mail directory and point the e-mail client to it. [15:58] firebird619, fetchmail + procmail + sendmail + mutt [15:58] Dominian: Also, I want to have something that does the same with e-mail I send, does postfix do that or would that be something else? [15:58] ok sorry for all the part/joins .. testing out grub on 2 diffrent systems [15:58] dive: mutt is very nice, I prefer my opera mail though, but I would like to give mutt a try. [15:58] fadein (i=fadein@static-ip-62-75-255-124.inaddr.server4you.de) left irc: "leaving" [15:59] firebird619> you are too polite [15:59] get off my internets! [15:59] bhodgins (n=bhodgins@office.sephone.net) left irc: Read error: 110 (Connection timed out) [15:59] dive: fetchmail, at it's basics, just needs the username, password, mailservers in a fetchmailrc file correct? (Yes, I will google it as well) [15:59] i need 200 USD... anyone have 200 USD sitting around that they dont want? [15:59] yes [15:59] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) left irc: Success [15:59] chowabunga: you alive ? im getting a boot error .. says that it is booting slackware into readonly mode .. in grub i have kernel /boot/vmlinuz rw [15:59] Cann0n: Nope, I don't. Sorry. [15:59] firebird619, theres a gui tool to set it up though if you need it [16:00] man! i wanna see my girl... [16:00] fetchmailconf [16:00] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) joined ##slackware. [16:00] macman__> you want to boot it read only [16:00] Cann0n: I do, but i'll charge 18 points [16:00] ok [16:00] dive: cool, I'll google for that, thanks. [16:00] Action: dive throws a bucket of cold water over Cann0n [16:00] chowabunga: so /boot/vmlinuz ro ? [16:00] hopefully its a warning and not an error [16:00] dive: isn't procmail more for filtering, etc. [16:00] fadein (i=fadein@static-ip-62-75-255-124.inaddr.server4you.de) joined ##slackware. [16:00] firebird619, yes it sorts out the mail from fetchmail into folders/mboxen [16:01] image = /boot/vmlinuz-2.6.29 root = /dev/sda3 label = Linux-New read-only (IN LILO) [16:01] also you might to try spamassassin with it [16:01] dive: Ah, ok. That would for sure be needed in my case. :P I have tons of different folders, etc. [16:01] _arfon_ (n=arfon@ip67-95-13-58.z13-95-67.customer.algx.net) left ##slackware. [16:01] Dominian> can a private mail server normally send to the big boys without getting black listed? [16:01] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [16:02] fadein (i=fadein@static-ip-62-75-255-124.inaddr.server4you.de) left irc: Client Quit [16:02] dive: Ok, my isp does very well filtering junk mail, I don't get any. [16:02] bhodgins (n=bhodgins@office.sephone.net) joined ##slackware. [16:02] they filter out good mail too [16:02] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [16:02] I've never had good mail filtered, but they sure keep the junk out. [16:02] chowabunga: ok it worked .. im not getting the error message anymore [16:02] chowabunga, sometimes private servers do a resolve check and if you don't belong to a known/trusted domain = blacklist or at least blocked [16:03] dive> thats what ive heard [16:03] and there is a big process to get white listed [16:03] for each hotmail/yahoo/gmail [16:03] yeah and sometimes it costs £££ [16:03] better off using sendmail or whatever to relay to your ISPs domain [16:04] if your messages are encrypted [16:04] and hope they don't get blacklisted like telewest did a few times (snigger) [16:04] dive: err, I had a good guide that configured fetchmail, etc. and now I can't find it. :P [16:04] chowabunga: yep.. I sent to gmail, aol, comcast, yahoo all the time [16:04] Action: firebird619 googles more [16:04] oo kde looks awesome [16:05] Dominian> does your guide do imap send/recieve encryption [16:05] sheep (n=sheep@65.61.57.135) joined ##slackware. [16:06] Nick change: sheep -> Guest92908 [16:06] Draenei (n=Draenei@unaffiliated/draenei) left irc: Read error: 110 (Connection timed out) [16:06] Draenei (n=Draenei@unaffiliated/draenei) joined ##slackware. [16:06] Nick change: Guest92908 -> beatzz [16:07] isnt it funny that gmail only encrypts the login information but the rest goes over wan unencrypted? [16:07] Slackware does it with style. [16:07] chowabunga: thats easy to fix [16:07] dunno I pgp [16:07] use* [16:07] straterra> oh with a real mail client [16:07] thunderbird + enigmail [16:08] Uhm..with a web browser [16:08] hmm [16:08] caio_ (n=caio@190.244.36.137) joined ##slackware. [16:08] tunnel it [16:09] if you're on a hostile network just tunnel [16:09] ive already boycotted gmail anyway...i either need to validate on sdf or get a better freemail [16:09] man [16:09] why ? [16:09] If you just put an "s" in the URL for gmail it's 'secure' enough for the web. [16:09] beatzz (n=sheep@65.61.57.135) left irc: Client Quit [16:09] gmail conspiracy bullshit is quite funny [16:09] paissad (n=paissad@5.55.198-77.rev.gaoland.net) left irc: Read error: 113 (No route to host) [16:10] I, for one, welcome our new email overlords. [16:10] its not just gmail, its google-* [16:10] http://mail.google.com/mail?shva=1#inbox change that to https://mail.... and it works like magic! [16:10] caio (n=caio@190.244.36.137) left irc: Read error: 110 (Connection timed out) [16:10] antiwire, lol [16:10] im sure you like every page with google analytics and google ads reporting you to google [16:10] ah, ok. google conspiracy bullshit is quite funny ** [16:10] antiwire: that episode of Simpsons was on the other day, it made me chuckle. [16:10] lol [16:10] and having that linked to your e-mail by ip address [16:10] paissad (n=paissad@5.55.198-77.rev.gaoland.net) joined ##slackware. [16:10] honestly, who cares ? [16:10] beatzz (n=beatzz@65.61.57.135) joined ##slackware. [16:10] dive: fetchmailconf doesn't load, I get errors. http://pastebin.slackadelic.com/13703 [16:10] well they have to pay me if they want to datamine me [16:11] thrice`: yeah man, just because we're paranoid doesn't mean that they aren't after us ;) [16:11] DeeeeP (i=1003@bl8-70-205.dsl.telepac.pt) joined ##slackware. [16:11] beatzz (n=beatzz@65.61.57.135) left irc: Client Quit [16:11] thrice`: I'm in agreement with you a bit here. My e-mail is mostly open source mailing lists and the occasional "dood check this band out!" myspace link. big whoop. [16:11] fevel (n=fevel@200.142.124.146) joined ##slackware. [16:11] chowabunga: Imap does NO sending [16:11] thrice`: at least, that's the kind of stuff that happens on my gmail account... [16:11] IMAP has nothing to do with sending/receiving at all. [16:11] hell even pages with youtube embeds report you to google, they know everything [16:11] firebird619, libtk seems to be missing [16:12] sure, but gmail filters pretty well for me :) [16:12] nothing to worry about if you follow the mainstream *foo [16:12] Dominian: when are you going to braindump everything you know about setting up Slackware to be a massive email solution? [16:12] 'cmon man [16:12] hahah nothing to worry about if you're sitting aroudn watching zeitgeist either. [16:12] antiwire: its on my wiki.. well some of it is [16:12] sure, they make a ton of money, but they also push alot of money out to OSS projects and such, so they aren't completely evil [16:12] that wiki article I wrote is way behind the times. [16:12] I really should redo it [16:12] dive: Hmm, ok. I'll try and hunt that down. [16:12] I don't use a lot of that now.. and a lot of it has changed [16:13] hmm [16:13] you should have tk [16:14] http://pastebin.com/d478c8278 [16:14] dive: What's the actual package name? tk or libtk? [16:14] tk [16:14] for 12.2 /var/log/packages/tk-8.5.5-i486-1 [16:14] ls /var/log/packages/*tk* doesn't show it [16:15] dive: can I just do slackpkg install tk then? [16:15] should be able to [16:15] k, thank you. [16:15] thrice`> http://pastebin.com/d7896f995 http://pastebin.com/d478c8278 http://pastebin.com/d4bc516e5 [16:16] what series is tk in, i.e. xap, a, etc.? [16:16] t/ [16:16] monstro (i=1000@201-68-38-207.dsl.telesp.net.br) joined ##slackware. [16:16] Hi folks! [16:16] cl [16:16] heh [16:16] rg3 (n=deckard@83.231.85.136) joined ##slackware. [16:16] firebird619: tcl/ :P [16:16] How to burn file .gbi in Slackware ? [16:16] eviljames: Ok, I think I left that out. Remember I left a couple out for the StudioS stuff. :) [16:16] monstro> google for gbi2iso ? [16:17] caio_ (n=caio@190.244.36.137) left irc: Read error: 60 (Operation timed out) [16:17] paul424 (i=1000@k165-242.KREDKA.ds.uni.wroc.pl) left ##slackware. [16:17] thrice`> http://pastebin.com/d119015e4 [16:17] firebird619: right, I usually leave out e/ at the very least [16:17] eviljames: yeah, that explains it then. :) [16:18] monstro> s/google/search/gi *try scroogle.org* [16:18] eviljames: I have written down somewhere what I left out, also, at the top of the StudioS guide where I have the build instructions, whatever series isn't there is what I left out. [16:18] monstro: convert it to ISO [16:18] oh, lag [16:19] eviljames: haha, now it complains for tcl. I suppose I better just install tcl/ :P [16:19] makerc (n=makerc@unaffiliated/makerc) left irc: Client Quit [16:20] is everyone using ext3 [16:20] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) left irc: Read error: 101 (Network is unreachable) [16:20] ext3 for / , xfs for /home [16:20] rg3, yes, what program i use ? [16:20] im so lazy my /home is a symlink to another partition [16:21] that's pretty ghetto [16:21] Action: eviljames tries to parse... does not computer [16:21] man, I type computer too much apparently. s/computer/compute/ [16:21] trip0d (n=trip0d@92.36.144.6) joined ##slackware. [16:22] lol [16:22] TL_CLD (n=TL_CLD@cpe.atm2-0-71283.banxx3.customer.tele.dk) left irc: Remote closed the connection [16:22] monstro: magiciso with wine seems to be the clearest path [16:22] eviljames: wel, compute is only a letter away from computer, simple mistake. :P [16:22] s/wel/well [16:22] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 60 (Operation timed out) [16:22] parser failed, check your grammar [16:22] Jean (n=jean@93-36-230-41.ip62.fastwebnet.it) joined ##slackware. [16:22] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [16:24] grammar failed, check your pebkac [16:24] you can avoid that mistake if you type computar for computer [16:25] Nick change: trip0d -> trip0d_ [16:25] s/avoid that mistake/look really goofy/ [16:25] optionally followed by "machien" [16:25] ¢ømþµ?e¶ [16:26] I think probably difference engine is better [16:26] step reckoner! [16:26] rizitis (n=rizitis@unaffiliated/rizitis) left irc: Remote closed the connection [16:26] my /home is a symlink to /export/home, I don't consider it ghetto [16:27] Do you consider it Solaris? [16:27] :P [16:27] /export is a 1 terabyte partition, not all of which I want to dedicate to /home (the rest is /export/public) [16:27] eviljames: heh, no, but now that you mention it I guess that's where I got the name /export [16:27] s0d0 (n=sod@host86-175-193-104.wlms-broadband.com) left irc: "quit" [16:27] Urchlay: I might've guessed hehe [16:27] oh, wait, I did. scratch that and reverse it. [16:28] deeeeejayyyy [16:28] I draw the line at making /usr/bin a symlink to /bin... that's just weird [16:28] s/weird/wrong/ [16:28] evo_ (n=evo@p5DDE7C1B.dip.t-dialin.net) joined ##slackware. [16:28] ftfy [16:28] very wrong [16:29] (or is it the other way around? I'm thinking of solaris 7) [16:29] alicephilippa (i=alice@89.194.64.219) joined ##slackware. [16:29] Pig_Pen (n=anyuser@24-117-12-214.cpe.cableone.net) joined ##slackware. [16:29] anyone know what the framebuffer console rotation actually does? i tried googling and didn't pull anything up [16:29] but i could be having google interface caused by beer [16:29] *interference [16:29] it rotates the console [16:29] paissad (n=paissad@5.55.198-77.rev.gaoland.net) left irc: Read error: 113 (No route to host) [16:29] Make your wide screen into a tall screen [16:29] oh [16:29] evo- (n=evo@p5DDE7B36.dip.t-dialin.net) left irc: Read error: 60 (Operation timed out) [16:29] that's horrible lol [16:30] I do like the idea of /sbin/sh being a statically-linked shell (sol7 does that IIRC) [16:30] who would do that? [16:30] merp (n=merp@135.sub-75-216-46.myvzw.com) left irc: Connection timed out [16:30] I would, if I were trying to do page layouts for real desktop publishing stuff [16:30] people who like turning their laptops on there sides [16:30] firebird619: finally got a nice slit at the top of my monitor now :) - need to work out how to add a box around it tho :p [16:30] zmyrgel (n=user@hoasb-ff09dd00-209.dhcp.inet.fi) left irc: Remote closed the connection [16:31] s0d0 (n=john@host86-175-193-104.wlms-broadband.com) joined ##slackware. [16:31] compl3x: a box around conky? [16:31] fadein (i=fadein@static-ip-62-75-255-124.inaddr.server4you.de) joined ##slackware. [16:31] ...or, if I were building a dedicated MAME cabinet to play arcade games whose monitors are in that orientation [16:31] Pio`off (n=login@201.46.98.170) joined ##slackware. [16:31] firebird619: yeah well like a black box around it - so i can see the text on any bg [16:31] yeah a lot of embedded stuff does that [16:31] Urchlay> that is a good idea...my /bin/bash is dynamically linked doh [16:31] compl3x: draw_borders yes in .conkyrc for one thing. [16:31] monstro (i=1000@201-68-38-207.dsl.telesp.net.br) left irc: Client Quit [16:31] aka taller than wider [16:31] Pio`off (n=login@201.46.98.170) left ##slackware ("[Tucupi]"). [16:31] antiwire (n=antiwire@unaffiliated/antiwire) left irc: Nick collision from services. [16:32] compl3x: second, own_window_transparent no in .conkyrc [16:32] firebird619: dont all that -wasn't succesful [16:32] compl3x: screenshot? [16:32] please. :) [16:33] I can maybe help better if I see what it's like now. [16:33] firebird619: okay [= [16:33] dive: I got fetchmailconf working now, thanks. [16:33] firebird619, it makes it a little easier to set up [16:33] firebird619: try 'getmail' :P [16:34] just as you get fetchmail working rofl [16:34] ge0rge007 (n=ge0rge@f71-215.fdsl.aegean.gr) joined ##slackware. [16:35] edman007 got a brother? [16:35] pac-man, galaga, donkey kong, centipede... all have "portrait mode" monitors (actually they're regular CRTs mounted sideways in the cabinets) [16:35] InspectorCluseau (n=Inspecto@64.238.225.25) joined ##slackware. [16:35] firebird619: http://imagebin.org/48964 [16:35] i wired up a mame cabinet for work [16:35] like 6000 games hehe [16:36] chowabunga: might consider building busybox and installing it in /busybox, so in a real emergency you can go "linux init=/busybox/sh", then once you get a shell, "export PATH=/busybox". That'll give you some useful recovery tools [16:36] trip0d_ (n=trip0d@92.36.144.6) left ##slackware ("Leaving"). [16:36] chowabunga: did you actually get paid to do that? [16:36] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [16:36] cause if so, you've got a cooler job than I ever had [16:36] Urchlay> true, but ill take my chances with a slack boot cd [16:36] just lazy [16:37] compl3x: could you paste your .conkyrc somewhere too? [16:37] and i dont break slackware anymore....if i ever needed that i'd have bigger problems to worry about [16:37] compl3x, draw_outline yes [16:37] draw_borders yes [16:37] try those, one should work [16:37] firebird619: already ahead of you - http://pastebin.com/m450b2528 [16:37] dive: okay [= [16:37] compl3x: sweet. [16:38] compl3x: yeah, change draw_outline to draw_outline yes [16:38] or actually to true [16:38] firebird619: just tried it - it just outlines the text :/ does nothing else [16:38] draw_borders yes? [16:38] dive: yep [16:38] dive: it's already set to yes [16:39] hmm [16:39] compl3x: try switching own_window to own_window yes [16:39] err, own_window true [16:39] firebird619: if your wondering why I have middle_left its because im running twinview -its a pain if I dont [16:39] you have border_width 0 [16:39] firebird619: that helped [= nearly there [16:40] yeah, try changing that too, it won't give a border if it's at 0 [16:40] firebird619: yeah that did it - just nneed to resize it to the width of my monitor [= [16:40] compl3x: sweet [16:40] dive: haha nice spot :p [16:40] you know if you are going for pretty / snazzy / full blown eye candy desktop...gentoo is probably a lot easier and just as easy to work with [16:40] burn the witch! [16:40] chowabunga: yeah but i want to use slackware ;) [16:40] you could also change the colors too if the border, etc if you want compl3x [16:40] firebird619: already there haha :) [16:41] compl3x: good grief man your fast. :P [16:41] but i dunno about 3 days talking about conky [16:41] i mean...#conky plz [16:41] kinda depressing me hehe [16:41] chowabunga: It takes a while to get conky set up right. I've spent about 3-4 days with it now. [16:41] chowabunga: weve had worse convos in here tbh [16:41] i didn't want to say anything about that myself [16:41] at least someone else did [16:42] i'd rather spend 3 days doing dominians mail server than some eye candy status monitor that you may not even glance at once its setup [16:42] what ever floats your boat :p [16:42] yeah I don't use anything now on the desktop [16:43] bored with that and it looks too crowded [16:43] and last time i went to #conky it was dead in there [16:43] xfce4 + xterms works for me [16:43] no transparency or anything [16:43] compl3x: it's dead alot, but if you ask something, they're quick to answer most of the time. [16:43] firebird619: ah okay [16:44] chowabunga: I'm on flux, you'd probably not like my desktop. conky and a transparent borderless terminal. :) [16:44] firebird619: same here now :p [16:44] id probably like it, just not enough to spend 3 days on [16:45] chowabunga: http://imagebin.org/48942 [16:45] toastytoastSchoo (n=toast@208.233.36.250) left irc: Read error: 60 (Operation timed out) [16:45] this coming from the guy that used to have like 11 fluxbox slit widgets [16:45] in my ricer days [16:45] firebird619> your cpu is spiking hard [16:46] hell i dont even use a PS1 prompt...talk about lazy minimalist [16:46] merp (n=merp@137.sub-75-216-66.myvzw.com) joined ##slackware. [16:46] chowabunga: yeah, I don't know why it's doing that, I'm not compiling or doing anything. [16:46] run top a while and see whats up firebird619 [16:47] it couldn't be conky taking up all the cpu now could it.... [16:47] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) left irc: Read error: 110 (Connection timed out) [16:47] lmao [16:47] hahaha [16:47] do you need to do a 'make clean' when you're REbuilding a kernel after changing config or is that a myth? [16:47] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) joined ##slackware. [16:48] highest in top are opera and firefox [16:48] http://imagebin.org/48971 - you cant see the top border of conky here -just twinviews being stupid and when I shoted it messed up [16:48] dartmouth: if you just made a change make will figure it out. if you patched something i'd make clean though [16:48] the few times i tried gnome i noticed gnome-system-monitor is evil, that is ironic, a system monitor that is a resource hog [16:48] firebird619> so you resort to top with all your monitors lol [16:48] antiwire: i made many, many changes lol [16:48] compl3x: that looks much nicer. [16:48] but not patches [16:48] firebird619: yep [= [16:48] dartmouth: it should be fine but if you're worried and have the time, clean it [16:48] chowabunga: haha, I don't have a top monitor in conky. :) [16:49] firebird619: some plugin? flash can be a hog sometimes [16:49] i noticed [16:49] your cpu is getting raped [16:49] dartmouth: if you don't run make clean it will only rebuilt the detected changes and the image. if you run make clean it start fresh on everything [16:49] Pig_Pen: nope, no flash or anything. [16:49] chowabunga: yeah, and hard. [16:49] or the scaling is way off [16:49] what i'd like to do is have the modules that i always compile for my particular setup to be actual kernel modules so i dont have to keep rebuilding them separately from the kernel [16:49] could be the conky scaling, whats top say for cpu usage total [16:49] chowabunga: not so sure it's off. the fans are running pretty good right now. [16:49] like my fglrx and my ndiswrapper [16:50] dartmouth: those *should* get blown out by make modules_install regardless [16:50] and that's actually proper [16:50] chowabunga: top shows it fluctuating between 46 and 91% [16:50] dartmouth, if you make packages for outside kernel modules, so long as you dont change kernels or local name you can just installpkg them again [16:50] 'blown out'? if only. ndiswrapper, if you do a slackbuild stays installed but it can't be used, so it gets messy after a kernel rebuild [16:51] ivan__ (n=ivan8013@190.148.145.13) joined ##slackware. [16:51] dartmouth: in order for that to happen Linus would have to put them in to the kernel source tree [16:51] and the ati prop drivers, i dont know man. would be nice [16:51] dartmouth, out-tree modules get deleted on kernel rebuild [16:51] arny (n=arny@62.231.93.87) left irc: "Leaving" [16:52] and Linus hates ndiswrapper so that is not likely to happen [16:52] dive: in fetchmailconf, is the poll in seconds or minutes? [16:52] hmm can't recall [16:52] dive: nm, I found it. :P [16:52] i guess i have a libertas chipset so i may have to just figure out how to live without ndiswrapper (god that would be nice) [16:52] it's seconds [16:52] 04:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03) [16:53] ndiswrapper gives me hives [16:53] get a linux compatible card dartmouth [16:53] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [16:53] Pig_Pen: sure. can I have some money? [16:53] if i ever get a system that uses ndiswrapper for any drivers it would be the first thing i rip out and replace [16:53] learn to steal [16:53] Wait, wait, I might have it in my budget. Let me check. It could have changed from $0.00 [16:53] dartmouth: is this a laptop? [16:53] lol ok [16:53] no its not [16:54] Hmm, I had fetchmailconf check for supported protocols and it shows that imap is supported. [16:54] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [16:54] Action: dartmouth checks [16:54] Rat409 (n=nobody@bb-205-209-66-178.gwi.net) joined ##slackware. [16:54] Nope. Still $0.00 [16:54] the whole concept of ndiswrapper is horrible. Let's take our super-stable OS and add a shim layer so we can run unstable drivers from an unstable OS [16:54] lol [16:54] dartmouth: you know that if you don't need AP/master mode you can just get a cheap Alfa networks rtl8187 USB card. [16:54] my thoughts too [16:54] supported directly by the kernel mac80211 and injection works too [16:54] (and yeah I do know it's the only way to get some kinds of hardware working, but to my mind that's not really "working") [16:55] antiwire: what i'd like is a router that connects to my wifi network (wirelessly) and provides access to all of these machines and not just one [16:55] lns40 (n=snL20@149-203-34.oke1-bras9.adsl.tele2.no) joined ##slackware. [16:55] a cheap Fonera unit with dd-wrt or openwrt then [16:55] i'm doing exactly what you described right now [16:55] doing/using [16:56] the Fonera is my repeater [16:56] I get my own subnet which i'm connected to using WPA2-AES and the fonera connects to the main AP using WPA2-AES as well [16:56] works great [16:56] I have a netgear MR814v3 im not using....still have the receipts...maybe I could exchange it for something nicer? [16:56] microsoft's standard answer to the "windows is unstable" complaint is "no, 3rd-party drivers cause the crashes"... which is at least partly true (windows does crash on its own, but flaky drivers make it much worse)... I can only imagine the drivers are even more likely to crash in a "foreign" environment like Linux [16:57] dang! i just heard on the radio that some taliban went to a girls school in afghanistan and attacked some girls by throwing acid in their faces, fucking bastards man! [16:57] dartmouth, what is that? a router? nic? [16:58] router [16:58] wtf would anyone even want to do that for? [16:58] i was thinking how nice it would be to handle all the wifi stuff at the router level and just deal with wired connections on the pc's [16:59] pipe dreams for right now [16:59] Urchlay, because now girls/women don't have to wear veils, which the taliban don't agree with? Dunno could any dumb reason they decide [17:00] The taliban do not want women to have an education [17:00] and they also don't agree with women being educated [17:00] they follow a primitive religion to the extreme, i guess they want to live in a perpetual dark/middle ages [17:00] So they have been attacking girl schools in the past few weeks [17:00] Pig_Pen: just like when they pour acid somewhere else, to make woman not enjoy sex. [17:00] Pig_Pen: +1 [17:00] Hi alienBOB. How are you today? [17:00] Pig_Pen: turning them in just uneducated baby machines. [17:00] Pig_Pen: pretty fucking sick [17:00] heh [17:01] sometimes I think the world would be better off if we sterilized the middle east completely [17:01] Urchlay: ... [17:01] they are second class citizens [17:01] like, bomb it until it's a sheet of glass [17:01] here we go [17:01] screw this [17:01] antiwire (n=antiwire@unaffiliated/antiwire) left ##slackware ("mIRC"). [17:01] seems like the muslems that do have good sense would be hunting them down and killing them [17:01] ...but I don't really believe that, I only think it sometimes as a knee-jerk stupid reaction [17:01] Urchlay: i've been saying that for years, but no one will listen to me :( [17:01] please don't refer to them people are 'muslems' [17:01] thats a religion [17:01] fevel (n=fevel@200.142.124.146) left irc: [17:01] not a race [17:01] dartmouth: I don't really mean it. I just think it in darker moments [17:02] I mean it. [17:02] Pig_Pen: If that were true, Christians of good sense would be going vigilante on the KKK. [17:02] anyone have any MAPI solutions for Mutt or at least some CLI *n?x mail client [17:02] alpine,maybe? [17:02] Anakin (n=anakin@unaffiliated/anakin) joined ##slackware. [17:02] yeah, i guess so, i dont understand the world anymore, so full of brutal ignorance anymore [17:02] adampc (n=adampc@cpc3-wilm1-0-0-cust915.bagu.cable.ntl.com) left irc: Remote closed the connection [17:02] gar0t0 (n=tcosta@md5.mdsystems.com.br) left irc: "fui" [17:03] Pig_Pen: so was america and europe [17:03] vastina, mutt should support imap folders (but that may be in a later version that default slack) [17:03] before they developed. [17:03] Pig_Pen: I think it was always that way, we just have better/faster sources of information so we know more about it now [17:03] Well you know what the solution for wide-spread ignorance is.... [17:03] acidchild: +1 [17:03] Wide-spread murder. [17:03] dartmouth: That sounds like a productive way to help the situation. [17:03] I agree. [17:03] dive: mapi support not imap... i'd give a toe to have imap support aorund here [17:03] ah sorry [17:03] dartmouth: so you're a modern hitler? [17:04] Eh. No. I am more of a machiavellian [17:04] Urchlay: *racist [17:04] kill all those who oppose us? [17:04] dartmouth: start with yourself [17:04] my eyes are doing typos on me [17:04] Urchlay: Hold on, how can you go Godwin, when it was you that said bomb the place until it's a sheet of glass? [17:04] dive: know of a gui for procmail? I've been googling and haven't come across anything yet? [17:04] marinalex (n=akhvatov@mail2.maned.com) joined ##slackware. [17:04] dartmouth: man your parents really failed to make the right genetic mixture with you eh? [17:04] eviljames: I said "sometimes I think that, but it's a stupid thing to really believe" [17:04] firebird619, there isn't afaik - just google around and have a look at other peoples rc recipes [17:04] kill all those who oppose us? no. just those who are enemies to the progress of all societies. [17:04] Urchlay: ahh, I missed the 2nd half. [17:04] Rat409 (n=nobody@bb-205-209-66-178.gwi.net) left ##slackware ("Irssi v0.8.13-svn - http://irssi.org/"). [17:04] just a few hundred years ago even christianity was just as brutal, they burned people alive for not being christian [17:04] dive: Ok, thank you. :) I got fetchmail all set up now. [17:04] Pig_Pen: yup [17:04] yep! [17:04] dartmouth: Enemies to the progress of all societies? Christianity. [17:05] s0d0 (n=john@host86-175-193-104.wlms-broadband.com) left irc: "Leaving" [17:05] If we're going to nuke anything, the Vatican has to go first. [17:05] we already took care of them. [17:05] who gets to define "progress" then? [17:05] "AIDS may be bad, but condoms are worse" -- the pope. [17:05] Urchlay: the league of scientists :P [17:05] LOL eviljames [17:05] :D [17:05] ehmm [17:05] eviljames: hahaha [17:05] the Guild of Calamitous Intent? [17:05] GHHA [17:05] hah [17:05] Ive never met a religious linux user haha :p [17:05] eviljames, the big problem that seems to be killing more people than aids is good sanitation and fresh water [17:05] condoms are bad, but you just can't be sure that bitch is clean! [17:05] :D [17:06] haha [17:06] yeah i bet the pope is chewing his arm off with this whole legal gay marriage thing [17:06] compl3x: you probably use software written by one. Larry Wall, author of the diff and patch utils, and everyone's favorite language (or most hated language), Perl [17:06] lw0x15_ (n=izap@78-105-255-246.zone3.bethere.co.uk) joined ##slackware. [17:06] i tried to believe in god many years ago but christian absurdities and ignorant closed minds turned me off from it and i went atheist [17:06] You guys are laughing, but the pope actually said that Condoms were not the answer to the fight against aids in africa. [17:06] Urchlay: yeah but never met one ;) :p [17:06] http://www.ctv.ca/servlet/ArticleNews/story/CTVNews/20090317/Pope_africa_090317/20090317?hub=CTVNewsAt11 <- 6 weeks ago. [17:06] eviljames: yeah i heard that [17:06] eviljames: LOL :D [17:06] Channel - please watch out with all the religion bashing. [17:06] the pope is an idiot [17:06] eviljames: God is right? [17:07] :P [17:07] is,* [17:07] slackerpete (n=slackerp@host217-42-255-164.range217-42.btcentralplus.com) left irc: "Leaving" [17:07] alienBOB: my bad. [17:07] eek; bad timing compl3x lol [17:07] alienBOB: noted and done :) [17:07] he probably just likes a good old shag without a condom - so I says yeah its bad [17:07] Save yourself from AIDS and hell, don't use a condom, but god on your cock. [17:07] put* [17:07] eh, isn't the pope like 300 years old? [17:07] oops. eric I take responsibility for this I started it [17:07] :/ [17:08] can't imagine he's in any shape to really care about the sex thing, except intellectually [17:08] told [17:08] alienBOB: use the banhammer [17:08] Action: dartmouth hides [17:08] Urchlay: he might be some what the expert, you never know. [17:08] ... about little boys [17:08] acidchild: I was just about to go there hahahaha [17:08] acidchild: heh, I knew you were going to say that [17:08] xD [17:08] olol :p [17:08] (or anyway I knew someone was) [17:09] anyway not interested in popes really... am interested in getting people to quit killing each other, but I have no proposed solution [17:09] CyberS0nic (n=CyberS0n@201.47.103.50) left irc: Remote closed the connection [17:09] ivan_ (n=ivan8013@190.148.145.13) left irc: Read error: 110 (Connection timed out) [17:10] Urchlay, education is a good solution [17:10] /lib/modules/2.6.29.2-smp/kernel/drivers/net/wireless/libertas <-- 04:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03) | these should be compatible, no? [17:10] so is a bearable standard of living [17:11] dive: oops, I have to specify in .fetchmailrc where to put the mail don't I. :P [17:11] dartmouth, it ought to say in the menuconfig which versions it supports [17:11] acidchild: http://www.sillyape.org/trash/SuicideGirls.jpg [17:11] Urchlay: i think the best solution to get people to stop kiling each other is to be more focused about who we kill for a little while, and also do it faster. [17:11] suicide girls?! :D:D:D [17:11] bwhahaha [17:11] damn you :( [17:11] acidchild: wzup dude? [17:11] firebird619, no procmail does that, and if you haven't set a procmailrc up yet it _should_ end up in mbox [17:11] tewmten: waiting for some `erb [17:11] nice [17:12] got these really pretty glass screens for the bowl yesterday [17:12] firedix (n=firedix@201.254.116.40) left irc: "Ex-Chat" [17:12] I can't even make myself stop thinking of killing as a solution to some problems... even though I *know* it's not [17:12] they are little flowers :D [17:12] check out my new room, i just moved, http://gaskammare.se/~tew/mission-control.jpg [17:12] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) joined ##slackware. [17:12] oh, jeez, it doesn't matter how many drivers i cut out of menuconfig it's still filling up the compile time with 70% of stuff I don't need [17:12] geeky [17:12] hehe [17:12] lol [17:12] you have the same speakers as me :X [17:12] if the greedy corporate capitalists would quit trying to keep it all for for them selves and spread it around, but obama's idea of spreading the wealth seems to be spreading the tax dollars around to wealthy bankers mostly [17:12] tpollard (n=tpollard@eth3227.qld.adsl.internode.on.net) joined ##slackware. [17:12] tewmten: I have those speakers. They're nice :P [17:12] they're alright for what they cost [17:12] dive: mbox a directory or mbox mail format? That's another thing I need to read, I wish to have it as MH format. [17:12] that is, real cheap [17:13] :D [17:13] meet the new boss, same as the old boss [17:13] dive: but it appears that most of the people in those fundamentalist countries don't *want* education. You can't force someone to learn if they're totally opposed to it [17:13] firebird619, mbox is a file [17:13] altec lansing is the linuxy-hobo solution [17:13] dive: Ok, thanks. [17:13] booteco (n=zimmerma@189.123.194.27) left irc: Read error: 113 (No route to host) [17:13] dartmouth: Those are Logitech :P [17:13] Urchlay, that's why a decent standard of living helps too [17:13] tewmten: That's pretty much my stance to. Price/Performance tradeoff, they're good. [17:13] I was talking about me, not you :P -- who talks about other people? lol [17:14] eviljames: yeah.. some day i will get a proper sound system [17:14] Urchlay, most of it comes down to the 'withs' and 'withouts' [17:14] dartmouth: oh hahaha I thought you were referring to the ones in the pic [17:14] but my flatmate has a nice soundsystem so i use that alot [17:14] so i dont really mind these [17:14] tewmten: I have a 1 bedroom apartment, a nice sound system is not in the cards for me for a while [17:14] no, no, I'm far too self-absorbed for that. [17:14] dartmouth: I like your style [17:14] eviljames: i understand what you mean [17:14] dive: part of a decent standard of living involves not being treated like an animal (which is basically how women are treated there) [17:14] hey hey [17:14] Urchlay, yeah I tend to agree there [17:15] marinalex (n=akhvatov@mail2.maned.com) left ##slackware. [17:15] hiptobecubic (n=john@nat079.wireless.miami.edu) left irc: Connection timed out [17:15] dive: you need a decent standard of living to make them educated, but you need education to give them a decent standard of living... catch 22 all over again [17:15] i bet they treat animals better than they treat their woman [17:15] Urchlay, dive: either of you guys actually been there, or are you just referring to the propoganda? [17:15] you dont have chain on your woman in the kitchen? [17:15] poor planning man [17:15] Pig_Pen: same Q. YOu've been to the middle east, or you're just referring to the propaganda about it? [17:15] eviljames: I'm basing the "they treat their women like shit" on conversations I've had with a couple of muslims living in the US [17:15] if you dont put a chain on them they get these stupid ideas about freedom and having opinions [17:16] damnit i bet soon they will be allowed to vote also [17:16] no, I haven't been there [17:16] :O [17:16] eviljames, Urchlay I was thinking more about poor african countries rather that afghanistan et al [17:16] dive: I found a short and sweet procmailrc to go off of. :) [17:16] tewmten: uppity women. Always thinkin they 'deserve' things like 'rights' and 'value'... [17:16] yeah [17:16] you know what i say to that [17:16] "go iron my shirts, bitch!" [17:16] you guys have to remember, what you see in the media isn't always how it is. some cities in certain countries have terrible people.. just like collectively, america has some terrible people. [17:16] tewmten: yeah, don't you find the bass is WAY too high on low? [17:16] dive: oh man, Africa is a mess. a collective disaster. Obviously there are good spots, but .. wow. [17:17] acidchild: yeah [17:17] acidchild: which sucks.. for my neighbours haha [17:17] :D [17:17] alicephilippa (i=alice@89.194.64.219) left irc: Read error: 60 (Operation timed out) [17:17] haha [17:17] alicephilippa (i=alice@89.194.10.216) joined ##slackware. [17:17] jeev: That's kinda what I was driving at by asking the propaganda question. [17:17] yeah, the usa usually puts evil people in prison, including software developers that murder their wives [17:17] That or they torture 16 year old Canadian kids. [17:18] You know, whatever works. [17:18] lw0x15 (n=izap@78-105-255-246.zone3.bethere.co.uk) left irc: Connection timed out [17:18] well I've talked to seemingly intelligent adult male humans who really believe that women shouldn't be allowed to do things like vote, or drive, or show their faces in public, or take pleasure from sex [17:18] acidchild: haha btw, i met this cool gypsy chick, she's like 7 years older than me and can seriously handle her alcohol :D [17:18] and that stuff is well know, not just because the media say it [17:18] tewmten: excellent :) [17:19] indeed [17:19] i'm going for curry and drinks later on with this linux chick from *.nl [17:19] =o [17:19] 2 years older than me [17:19] hehe [17:19] debian loser though :P [17:19] these guys are straight out of the middle ages, and they tell me they'd love to live in a country where that's the law of the land (but somehow, they don't actually migrate to afghanistan or iraq... wonder why?) [17:19] acidchild: have a good time. Also, convert her to slackware. [17:19] Urchlay: That is probably not a fair characterization of all Arabic, or all Muslim people, you know. [17:19] acidchild: tell her "eet smakelijk" before dinner, maybe she wil be impressed [17:19] arno (i=100@gre92-1-81-57-177-108.fbx.proxad.net) joined ##slackware. [17:19] what does that mean? LOL [17:20] baah slackware you all want to use arch anyway :) [17:20] eviljames, dont waste your time. people are poisoned by pro israeli media, that's all you see in the news [17:20] acidchild: it means "have a nice meal" [17:20] :D [17:20] :) [17:20] as soon as more americans are against muslims and arabs, more war will start [17:20] eviljames: I wasn't talking about race at all... and yeah, Islam has sects with different beliefs & practices, same as any large religion [17:20] tewmten: she's already way too impressed, i'm already taken :P [17:20] toast (n=toast@cpe-72-224-240-11.maine.res.rr.com) joined ##slackware. [17:20] Arno[Slack] (i=100@gre92-1-81-57-177-108.fbx.proxad.net) left irc: Read error: 104 (Connection reset by peer) [17:20] dont talk about those people until you've seen it first hand [17:20] eviljames: one of these guys I talked to is a white guy from Texas, he converted as an adult [17:21] jeev, what's your first hand impression? [17:21] acidchild: also if she's a good shag, you could call her "je vuile hoer" which means "you filty whore" [17:21] i'm FROM iran. [17:21] but that is up to you :D [17:21] hah! [17:21] everyone i've ever dealt with.. my parents friends, husbands treat them like princess [17:21] jeev: +1 [17:21] princesses [17:21] that's my first hand. [17:21] tewmten: ;) cute idea though [17:21] ok [17:21] acidchild: yeah hehe [17:21] my father is against ahmadinejad., we're armenian. born in iran [17:21] we're not muslim, we're christian [17:21] acidchild: anyway im gonna go get my nuts sucked, take it easy man [17:21] laters [17:21] jeev: k, does the anti-Iran sabre-rattling that was going on under Bush bother you? [17:21] first hand, i've never seen anything bad.. other than killing gays [17:21] against ahmadinejad? who isn't? [17:21] eviljames, absolutely [17:21] dartmouth, i'm not. [17:22] oh. [17:22] he's a very smart person, idiot for denying the holocaust [17:22] jeev: I mean, after 9/11 Iran was the country in that part of the world that was having candlelight vigils and crying in the streets for days... [17:22] but he's smart. [17:22] tewmten: indeedie! enjoy ;) [17:22] eviljames, but people like dartmouth think iranians are terrorists [17:22] jeev: Propaganda, man. [17:22] Oh ok, because I thought he was the 2nd most evil person on the planet, 2nd to Kim Jong II [17:22] err. iranians :/ [17:22] a smart idiot are the worst kinds of idiots [17:22] jeev, but (over here at least) I think Iran has a better press than say Afghanistan [17:22] dartmouth, your thoughts are useless. [17:22] anybody who characterizes an entire group based on a stereotype, isn't thinking clearly [17:22] dartmouth: Propaganda, again! Don't buy into it. [17:22] I don't think Iranians are terrorists, I think their gov is a terrorist entity [17:22] eviljames, they could poison ahmadinejad's words with "we need to wipe the zionist regime from the face of the earth" turned into "wipe israel off the map" [17:23] dartmouth, i think israel's government is a terrorist entity, considering eevery year they're 2nd in spying on the u.s. [17:23] jeev: A convenient mis-translation? [17:23] tewmten: http://www.flickr.com/photos/38156902@N03/3529557766/sizes/l/ [17:23] eviljames, sure.. i dont think it's a mis-translation, i think they know the morons in the states will believe them [17:23] jeev: I think that the anti-Israel stance is pretty much propaganda too, though. [17:23] hmmm... Excuse me is it a slackware-related chan? [17:23] what exactly does "zionist" mean? (I'm being serious, I've never heard an objective definition of the word) [17:23] Urchlay, crazy people i guess. [17:24] bojevnik (n=Bojevnik@93-103-100-192.dynamic.dsl.t-2.net) joined ##slackware. [17:24] Urchlay: it's one of those imaginary groups we all hate [17:24] we need a bot [17:24] its the powerful and greedy jews. ruining the name of jews [17:24] dartmouth, you're a bigot. you deny zionism but say ahmadinejad is a terrorist [17:24] its not jews [17:24] ooh. yikes. talk about ignorant hate. [17:24] appzer0: this isn't the church of slackware, we're allowed to have other interests too you know ;) [17:24] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [17:24] exactly [17:24] bigot. [17:24] zionist is political movement [17:24] bhodgins (n=bhodgins@office.sephone.net) left irc: Read error: 113 (No route to host) [17:24] give it a rest people, someone is going to need help in here with slackware and were hogging up the channel [17:24] and it is the problem for sure [17:24] whatever it is chowabunga. [17:24] lol. sorry that i like jews, jeev. [17:24] _arfon_1 (n=arfon@ip67-95-13-58.z13-95-67.customer.algx.net) joined ##slackware. [17:24] holdmypocket (n=choward@autodiscover.cusonet.net) joined ##slackware. [17:24] Nick change: _arfon_1 -> _arfon_ [17:25] then stop saying jews, there are christian zionists [17:25] dartmouth, go read up on israel's spying on the u.s. and their consistent wiretaps. [17:25] zionists are like jewish fundamentalists though right? And hate muslims? [17:25] <_arfon_> Any of you have experience with Exim? [17:25] damn right chowabunga, any type of zionist is a tragedy [17:25] jeev: sorry, im busy reading up on critical thinking techniques. [17:25] _arfon_, postfix ;/ [17:25] dartmouth, you're a bigot, be gone. [17:25] you deny everything but accept what the government of israel and U.S. spews on you [17:25] jeev: because i like jews? [17:25] _arfon_: a long time ago, on Debian, I set up exim... damned if I remember anything about it now though [17:25] because you're ignorant [17:25] jeev: Dude, you are actually propagandizing RIGHT NOW. [17:25] they cant call you an anti-semite if you say zionist [17:25] i want to find tewmten's girl toys email and forward her ' [17:25] i want to find tewmten's girl toys email and forward her '(17:18) < tewmten> acidchild: anyway im gonna go get my nuts sucked, take it easy man [17:25] eviljames, i'm trying to defeat his failure [17:25] see what she thinks. [17:25] oops : [17:26] the adl will crush you [17:26] jeev: No, your statements are irrational. [17:26] hahahaha [17:26] yea chowabunga [17:26] eviljames, how so? what did i say wrong [17:26] eviljames: fair's fair though, the statements he's responding to are also irrational [17:26] the fact that dartmouth is pretty much labeling me as an anti-semite.. because im talking against the israeli government [17:26] just research zionism [17:26] jeev: you're right. Ahmadinejad is not antichrist-level evil and those darn dirty jews want to take over the world. I am sooooo sorrry. [17:26] Urchlay: Right, all we're seeing is both sides of the propaganda. [17:27] I mean i wouldn't want to offend anyone ^_^ [17:27] "zionist this" "Ahmadinejad terrorist" ... [17:27] >.> [17:27] <_arfon_> You guys might know the answer to this anyway..... Trying to set up an exim server... I want to disable all local accounts and make everyone virtual users. Is this doable (meaning, will the machine's host name interfere with virtual host delivery)? [17:27] gynterk (n=gynterk@unaffiliated/gynterk) left irc: Remote closed the connection [17:27] youtube search ahmadjinedad orthodox jews anti-zionists [17:27] true torah jews love ahmadjinedad [17:27] smica (n=smica@h128-180.pool212-16.dyn.tolna.net) left irc: [17:27] nkusa.org [17:27] _arfon_: I don't know that exim is covered in the scope of slackware-- is there an exim-specific channel on freenode? [17:27] _arfon_: I know that what you want can be done on sendmail and postfix, I'd assume exim is capable of it, but I don't actually know [17:27] _arfon_: yes its doable, but join #exim.. [17:27] and when all the countries step out of the u.n. security council meeting as ahmadinejad speaks, that shows exactly how stupid people are [17:27] they listen to monkey bush but not hime [17:27] him [17:28] we're all monkeys, you know [17:28] <_arfon_> Thanks [17:28] i know, it's unfortunate [17:28] jeev: I'd be under bush any day of the week over angry-ahma [17:28] jeev: why is it unfortunate? [17:29] dartmouth: stfu, your political views are pathetic. [17:29] go youtube what chowabunga asked you to check [17:29] appzer0 (n=appzer0@bes31-1-88-188-134-86.fbx.proxad.net) left ##slackware ("Quitte"). [17:29] http://nkusa.org/activities/Demonstrations/20090419-Cohen.cfm [17:29] acidchild, not sure. if we were all smarter, we'd live better. [17:29] dartmouth: wow, yeah, you should go read on learning how to think, because you sound like you're in the middle of coming off a crack high [17:29] jeev: we live how we want to live. [17:29] go read the balfour declaration [17:29] acidchild: that's weird, they don't feel pathetic [17:29] if you don't like something, be the one to change it. [17:29] no matter how smart we get, we're still animals, and have to deal with our animal natures [17:29] go read about zionists helping hitler from both sides of the atlantic [17:29] acidchild: Be the change you'd like to see the world? [17:30] yep [17:30] chowabunga, im truly tired of hearing people labeled as anti-semite [17:30] ok ok ok. you guys are right. Ahmadinejad WOULD be better suited for a US president than bush. I am so, so, so sorry for not being a liberal democrat in your presence. I really am pathetic. [17:30] the jews are evil... hitler was evil... geez, stop smoking crack [17:30] zionism is a racist idea that only exists because someone hoaxed jews to be used as a protection racket [17:30] if everybody helps changed their community [17:30] jeev, indeed [17:30] rg3 (n=deckard@83.231.85.136) left irc: "Leaving." [17:30] the place they live, this will only help the world. [17:30] peoples communitys overlap. causing spread of development. [17:30] dartmouth: In all fairness, Bush caused wars, pointlessly tortured and cratered the economy.. [17:30] (like, I think I'm so smart, but I hear some piece of information like "somebody threw acid in somebody's face" and my first instinct is violent retribution...) [17:31] eviljames: yeah, true. but he's so darn loveable! [17:31] loveable? [17:31] XGizzmo_ (n=gizzmo@ampache/staff/XGizzmo) joined ##slackware. [17:31] eviljames: actually, he just signed the death warrant... the economy was tanking before he got in office [17:31] loveable?! [17:31] firebird619, that's what confused people say [17:31] dartmouth: I always thought he came across as an illiterate jackass. But, you know, to each their own. [17:31] then people turn around and blame obama for what's happening, "he didnt save the economy in 200 days, out him" [17:31] dartmouth: damn your girlfriends/boyfriends must be some peices of work [17:31] ;/ [17:31] if you consider bush loveable. [17:32] lol [17:32] Necos: That's history revisionism, trying to put some blame on Clinton. More propaganda... [17:32] jeev> no point in talking about the future [17:32] acidchild: well, you've already said im pathetic for saying i would rather be under an american president than under ahmadinejad's rule (hey lets face it though, ahmadinejad doesnt have much power over there) [17:32] NOW WE KNOW WHERE SWINE FLU CAME FROM [17:32] Action: acidchild blames dartmouth [17:32] no point in talking about any of this really [17:32] Necos: Clinton did sign the Glass-Seagull (or whatever it was called) [17:32] acidchild> novavax [17:32] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [17:32] (not that you'd know that) [17:32] nobody's going to convince anyone else to change their mind [17:32] Mr_Moustache (n=Punk@lib59-3-82-233-188-197.fbx.proxad.net) joined ##slackware. [17:32] in the 48 years i lived in the usa and one thing i learned about us politics is: both the democrats (liberals) and republicans (conservatives) are both full of shit, they are both the left & right hand of the same bunch of greedy powerhungy bastards that dont give a damn about anybody but themselves [17:32] dartmouth, why dont you worry about north korea and not the bullshit the media makes up of iran? [17:32] used a san antonio clinical trial 3rd party [17:32] iran denies wanting nukes, north korea says they're making nukes.. but we're still threatneing iran [17:32] it's amazing [17:32] and behind every government, every president, every pm, there are people that just exist for making money and pull the strings [17:32] yes, he did... but, meh... it was bound to happen sooner or later... it didn't really matter who was in office [17:32] jeev: uhh. yeah. *dismissed* [17:32] Pig_Pen: you can tell when a politician is lying because his mouth is moving... [17:33] Necos: But the whole thing can be traced back to Nixon and Reagan, a pair of idiots that launched 30 years of ruining America. [17:33] haha Urchlay [17:33] beatzz (n=beatzz@65.61.57.135) joined ##slackware. [17:33] Urchlay: lol :P [17:33] research novavax if you wanna know about swine flu [17:33] true Necos, deregulating really messed it up [17:33] chowabunga: i know where it came from, dartmouth fucked a pig [17:33] the reason of the economic collapse has to do with rewarding salesmen. [17:33] acidchild> he fucked your mom/ [17:33] how exactly would I go about getting my wireless card to work on slackware [17:33] ? [17:33] eviljames: that's my pint (read above) [17:33] lol [17:33] *point [17:33] chowabunga: yo momma jokes are so 'hip' [17:33] a pint would be a good thing [17:33] beatzz, what card is it? [17:33] beatzz: vendor? [17:34] Necos: yeah, caught that after I'd pressed enter :P [17:34] acidchild> only if you say ZIIIIIIING after it [17:34] wlan0 [17:34] it's probably because they're making nukes and saying they're not making nukes. blatantly lying to the international community is a great way to lose your credibility, allowing only common sense (and not trust) to determine intentions based on their other actions (and pursual of parts for nuclear weapons) [17:34] Urchlay: ++!!! I could use a couple of pints. [17:34] b43 driver [17:34] worked on kubuntu [17:34] dartmouth: Just like Iraq had nukes and biological weapons? [17:34] you need madwifi, no? [17:34] dartmouth: Oh wait, that information was fabricated by people that the government were torturing. [17:34] eviljames: me too me too [17:34] eviljames: we have to take it on a case by case basis [17:34] dartmouth, you could believe everything you want to believe about iran. i believe israel is and will cause more future headaches for the U.S. simple as that, the media wont say so, Chas Freeman will. [17:34] "Thank you GWB, but our WMDs are in another castle!" [17:34] beatzz, sounds like you need ndsiwrapper [17:34] eviljames> wrong [17:34] eviljames> they had the chemical weapons we sold them to attack iran with [17:34] and the kurds or wahtever [17:35] how would i do that? [17:35] beatzz: type iwconfig in a terminal - doesn wlan0 apear [17:35] but they got rid of them [17:35] jeev: i think we should be paying more attention to the proxy war with iran first. [17:35] Urchlay: just like mario lol [17:35] dartmouth, listen to chowabunga. [17:35] i mean saddam might have done it himself, but not without the masters approval [17:35] bash-3.1$ iwconfig [17:35] bash: iwconfig: command not found [17:35] acidchild: If you find some, please share. [17:35] beatzz, checkout slackbuilds.org for ndiswrapper - I'm not really familiar with it but there are probably people here who can help with it [17:35] beatzz: you gotta do it as root [17:35] beatzz: find out what driver supports your card, go to their website... see if slackbuilds.org has it, if not download and build from source. make sure you have your kernel source install in /usr/src/linux. [17:35] beatzz: /sbin/iwconfig [17:35] fevel (n=fevel@187.42.2.250) joined ##slackware. [17:35] In beatzz would wicd be of use to him? [17:36] i wish everyone would shut up, this all started when i mentioned that those taliban threw acid in those girls faces at that school in afghanistan [17:36] Davide` (n=Davide@host75-32-dynamic.53-82-r.retail.telecomitalia.it) joined ##slackware. [17:36] dartmouth: no you dont :p [17:36] eviljames: i'm looking for some `erb atm. [17:36] Necos: if I could but find it again, that came from a photoshopped screenshot from a Mario game [17:36] what Pig_Pen? [17:36] LOL [17:36] then they labelled him a boogy man again and crushed him...puppet dictators become your problem for the -hegelian dialectic- / problem-reaction-solution / synthesis-antithesis-synthesis mind fuck they always use...make your enemies so you can have an illusion of CHAOS [17:36] i feel bad now, look at the shitstorm i started [17:36] wlan0 IEEE 802.11bg ESSID:"" [17:36] Mode:Managed Frequency:2.412 GHz Access Point: Not-Associat [17:36] acidchild: I just got a tiny baggie of the finest available from the medical dispensary :D [17:36] beatzz: then you can use your wireless card.. [17:36] lol Pig_Pen, news fail :) [17:36] hook me up eviljames :D [17:36] acidchild: maybe 3g, cost about $25, I felt ripped off until the first couple of puffs... then .. whoa. [17:36] so you can push through yuor agenda [17:36] beatzz, that's good [17:37] ahah Pig_Pen, GO PEEL SOME POTATOS [17:37] Mr_Moustache (n=Punk@lib59-3-82-233-188-197.fbx.proxad.net) left ##slackware. [17:37] eviljames: so i decided to upload my e-penis, but look my bong is so sad with no friend :( http://www.flickr.com/photos/38156902@N03/3529557766/sizes/l/ [17:37] it wont allow me to enable it in the GUI? [17:37] beatzz: your wireless card should work you just need to configure it - ie ip and network keys etc [17:37] beatzz, just need to setup /etc/rc.d/rc.inet1.conf and /etc/wpa_supplicant.conf [17:37] beatzz: This is a good sign. I would recommend investigating wicd - it might be just the ticket you're looking for. [17:37] patsies and fall guys ABOUND rofl.... [17:37] Action: dartmouth thinks chowabunga should pay attention to more important things [17:37] dont forget, we have weirdo's in america shooting places up.. so if a few taliban do some shit in another country, the other country is bad. [17:37] the ticket?! I GOT A GOLDEN TICKET [17:38] run along now peter. [17:38] dartmouth> whast more important than truth [17:38] chowabunga: having a monopoly on truth. [17:38] lol [17:38] acidchild: Damn, I love your setup. (no sarcasm). [17:38] make the truth [17:38] beatzz: good luck getting a convo here :P religious debates [17:38] here' i gotta quote for ya [17:38] eviljames: :> [17:38] hiptobecubic (n=john@nat079.wireless.miami.edu) joined ##slackware. [17:38] The aide said that guys like me were "in what we call the reality-based community," which he defined as people who "believe that solutions emerge from your judicious study of discernible reality." I nodded and murmured something about enlightenment principles and empiricism. He cut me off. "That's not the way the world really works anymore," he continued. "We're an empire now, and when we act, we create our own reality. And [17:38] while you're studying that reality - judiciously, as you will - we'll act again, creating other new realities, which you can study too, and that's how things will sort out. We're history's actors... and you, all of you, will be left to just study what we do. ^ Whitehouse Aide [17:39] eviljames: just gotta get rid of all these boxes GRR! [17:39] compl3x: Hopefully that has calmed down a touch (I've backed out at least) [17:39] cardboard boxes comming out my ass since i moved :( [17:39] acidchild, since we're from iran.. [17:39] my uncle still calls girls grrs [17:39] eviljames: yeah hopefully [17:39] eviljames: http://www.blackcore.net/~ash/apartment2/ <-- ;) [17:39] most the wierdos in the usa kill themselves after the dirty deed because they know they will be caught and killed or locked up for life [17:39] I can connect in a wireless network with iwconfig and stuff, but when the network uses WPA/PSK it doesn't work!! I googled a bit and nothing I tried worked, anyone can help me plz? [17:39] acidchild: WTF I am SO jealous. Where is this glorious apartment?! [17:40] Queen East, downtown Toronto :) [17:40] eOliva: This is another case where I recommend investigating wicd [17:40] acidchild: jeleous ]= [17:40] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [17:40] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [17:40] eOliva: have a look at /etc/wpa_supplicant.conf [17:40] Davide` (n=Davide@host75-32-dynamic.53-82-r.retail.telecomitalia.it) left irc: "Sto andando via" [17:40] acidchild: ahh, makes sense. I'm off Commercial Dr. in Vancouver. The apartments are dirty as hell, but the neighborhood has a lot of character. [17:40] chowabunga: i hear ya, but im more interested in the facts, with my interests in the centre of them, less so than I am interested in appeals to faux-authority. [17:41] eOliva: set that up with your encryption type and key, then go edit /etc/rc.d/rc.inet1 and add WLAN_WPA[0]="wpa_supplicant" [17:41] dartmouth> ok, facts on what exactly [17:41] eviljames: :)) [17:41] chowabunga: whatever I happen to be interested in at the moment. [17:41] dartmouth> ok...well same here [17:41] eOliva: my bad, /etc/rc.d/rc.inet1.conf [17:42] eviljames: this area is deveping quickly. [17:42] (still not used to that, old versions of slackware, there was no separate .conf file) [17:42] eviljames: its kinda ghetto i guess, or 'scuzzy' as someone once said. [17:42] but you just based your credentials on something that someone (whom no one is familiar with) said. [17:42] eviljames: this is probly the nicest apartment block this side of young st LOL [17:42] acidchild> gristly [17:42] so, that's a lie [17:43] eviljames: oh i lie, there are some down the road O.O [17:43] they gotta be 1.5M$ each [17:43] NaCl (n=NaCl@unaffilated/nacl/x-827312) joined ##slackware. [17:43] charle97 (n=c@udp226182uds.hawaiiantel.net) left irc: "leaving" [17:43] dartmouth> thats one of like 600 quotes i have [17:44] eviljames: where in van are you? [17:44] I don't see the relevance of you saying that at all. [17:44] hey Pig_Pen can you link me to the article you were reading? [17:44] acidchild: hahah, my uncle has a penthouse on Queen's Quey... probably was worht $5M when he bought it and gone up since then... [17:44] acidkill (n=acidkill@user-0c90po6.cable.mindspring.com) left irc: "out." [17:44] yeah i thought it fit in, but i guess im not going to explain how, just study hegelian dialectic [17:44] acidchild: I'm in Vancouver proper, Commercial drive area (not Kits or downtown, but the scuzzy/rockstar part of town :P) [17:44] yeah [17:44] i'm in the film district. [17:45] Rat409 (n=nobody@bb-205-209-66-178.gwi.net) joined ##slackware. [17:45] acidchild: Said uncle's balcony is over 1000 sqft... which is about 25% larger than my apartment :P [17:45] DeeeeP (i=1003@bl8-70-205.dsl.telepac.pt) left irc: "Leaving" [17:45] eOliva: http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:network#wpa_encryption [17:45] GOD DAMN [17:45] chowabunga: sorry, I don't appeal to narcissistic intellectual dismissal unless it's done by qualified professionals. [17:45] eviljames: mines 902 ;/ [17:45] dartmouth> go read, son [17:45] Necos: it was on the radio [17:45] nah [17:45] don't care that much [17:45] dartmouth> HEGELIAN DIALECTIC [17:45] NaCl (n=NaCl@unaffilated/nacl/x-827312) left irc: Client Quit [17:46] you're drunk or something dude [17:46] Pig_Pen: You know what they say about the Radio? They say, "if you put that on the radio, people will listen!" [17:46] oh... looking on google news... there's an AP article on it [17:46] lol! [17:46] Sakis-Rouvas (n=Agiofws@athedsl-429003.home.otenet.gr) left irc: Remote closed the connection [17:46] NaCl (n=NaCl@unaffilated/nacl/x-827312) joined ##slackware. [17:46] dartmouth> i dont like people to waste their intellect, sorry i assumed you had some [17:46] FamilyGuy joke [17:47] >.<; [17:47] lol. I did before the zionist favouring media took it. [17:47] dartmouth, you laugh but it's true [17:47] what's true? [17:47] willful ignorance [17:47] you know what's true? i'm wasting my time on you! it rhymes! [17:47] make a choice not to question what someone says and just deny it [17:47] ......LOL [17:47] instead of maybe you know, LOOKING FOR THE FACTS YOURSELF [17:48] chowabunga, sean hannity told him it's true so it must be [17:48] i'll get right on that. right after I go study "hegelian dialectic" [17:48] thats the start [17:48] stef_204 (n=stef@unaffiliated/stef-204/x-384198) joined ##slackware. [17:48] compl3x: Turns out Iwas wrong. [17:49] That's on my to-do list right after turning Iran into a giant PCB board as a member of the US armed services. Hooah! [17:49] (lol) [17:49] sombriks (n=sombriks@201009019213.user.veloxzone.com.br) joined ##slackware. [17:49] dartmouth: That was an epic troll. kudos :P [17:49] people should just leave iran alone [17:49] they havent started a war in over 100 years [17:50] jews and muslims live peacefully together...though anti-zionist jews get ATTACKED by israelis [17:50] We will leave iran alone when Iran pulls itself out of the caves and stops trying to play proxy-war with other nations. [17:50] acidkill (n=acidkill@user-0c90po6.cable.mindspring.com) joined ##slackware. [17:50] err i am drunk [17:50] Told ya. [17:50] chowabunga: I always blame things on drunkenness.. it's like a get into jail free card! [17:51] iran is actually like mesopotamia [17:51] no its not [17:51] they aernt in the caves [17:51] yeah they are [17:51] what iran proxy war? what about usa/israel doing a proxy war against russia with georgia [17:52] puppet sakashvilli's last throws as the people were already about to kick him out [17:52] and still are, research it [17:52] chowabunga, do you consider right wing wackos to have the same thoughts of dartmouth? or is he a special breed [17:52] alicephilippa (i=alice@89.194.10.216) left irc: Read error: 60 (Operation timed out) [17:52] gm152 (n=gm@d121-140-120.home3.cgocable.net) joined ##slackware. [17:52] jeev> he's just asleep still [17:52] well, when you make a focused argument, i'll check out the validity of your argument. but 'the usa is bad because india makes blue cloth-die' doesn't jive for me. [17:53] he's made a much more focused argument than me [17:53] you're just an imbecile [17:53] take the condom off your head [17:53] im not seeing a focused argument. [17:53] \marco (n=marco@host-78-12-232-116.cust-adsl.tiscali.it) joined ##slackware. [17:53] Ad Hominem attacks *always* make the attacker look like a moron. [17:53] <\marco> hi to all [17:53] (take not jeev) [17:53] bleah, you guys are still at it? [17:53] s/not/note/ [17:53] I'm seeing scattered collections of antinationalist sentiment with no real main point. [17:53] Urchlay: Yeah, and even when I think I'm out I get drawn back in :( [17:53] yea eviljames, he took me down to his same level (idiocy) and beat me with his experience [17:53] Action: eviljames backs out again. [17:53] damn right [17:53] eviljames: but pointing out the AH attack makes you look like a douche =D [17:53] Action: jeev pulls eviljames back in [17:54] acidkill: hahah, I'd rather referree than be involved in this goofiness. [17:54] Action: eviljames blows the whistle *2 minute penalty for Ad Hominem* [17:54] dartmouth> no one is clean in this game, thats why there is so much bribery and corruption...its because GOOD people like YOU, let the PSYCHOPATHIC/SOCIOPATHIC/MORAL IMBECILES/EVIL people take over and manipulate you [17:54] if I were the referee, the penalty box would be stuffed to overcrowding [17:54] and now you think things are pretty good, but not when they are finished with you [17:54] Why would I do that? I want to BE the sociopathic overlord. I already told you once kid, I'm Machiavellian. [17:55] <\marco> I'm trying to install slackware on a VERY old laptop.. from a series of floppy... but one floppy wasn't perfect and the installer missed some packages... what's the best way to install the missing packages? [17:55] dartmouth> yeah, well someones gonna beat you to it, so start wising up [17:55] its very few people [17:55] chowabunga: oh, right, those jews sorry. [17:55] dartmouth: er, have you read Machiavelli? He wasn't in favor of sociopathic overlords, you know... [17:55] \marco: What ways do you have to get data onto the machine? Just floppy, or can you use network, cd or USB? [17:55] dartmouth> i think you are the racist [17:55] agh, dammit. /me sends himself to the penalty box [17:55] if you say so [17:55] ignored [17:55] Action: jeev pulls eviljames back in AGAIN [17:55] <\marco> eviljames: just floppy :( [17:55] Urchlay: Thank you for that, I didn't have time to respond there as well. The Prince and The Discourses are sitting beside me at the moment. [17:56] ignoring your whole state [17:56] state? [17:56] lol [17:56] hahahaha chowabunga. *.maine.res.rr.com [17:56] thanks [17:56] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [17:56] \marco: i wouldnt use floppies. you don't have USB? [17:56] chowabunga, watch 30 rack ? [17:56] if you can get the machine online you can use slackpkg [17:56] no [17:56] <\marco> dartmouth: I've said... VERY old laptop [17:56] usb is old [17:57] \marco: can you get it online? [17:57] <\marco> dartmouth: I've already installed all.. but only one floppy was corrupted.. that's the point [17:57] ok, that wasn't the answer to the question I asked-- can you get it online? [17:57] beatzz (n=beatzz@65.61.57.135) left irc: Read error: 110 (Connection timed out) [17:57] \marco: Ouch... You must be using one of the older slack installs... V. 7 or lesS? [17:57] <\marco> dartmouth: no [17:58] dartmouth: I asked that q above. he only has floppy as a method of putting data on the machine. [17:58] well, that and the keyboard, but I imagine hand-typing binary data isn't great. :P [17:58] <\marco> eviljames: mhm.. yep [17:58] A man's best friend is his dogma. [17:58] \marco, I would say the way would be to make a better floppy and try install those packages [17:58] evo_ (n=evo@p5DDE7C1B.dip.t-dialin.net) left irc: "Don't mind your make-up, make your mind up!" [17:59] \marco: I guess just overwrite one of other floppies and use installpkg ? [17:59] Pig_Pen: RAmen [17:59] Action: eviljames was touched by FSM's noodly appendage. [17:59] <\marco> eviljames: ok! this is the info i need.. installpkg :D [17:59] *sigh* i miss having an old raid server in my dorm room with its many floppy ports :( [18:00] <\marco> eviljames: thanks.. let me try [18:00] raid server? [18:00] \marco: No problem. [18:00] heh, a floppy RAID? like, 1.44M x 8 drives in a RAID5 config? [18:00] straterra, yeah it supplies raid across the network ;) [18:00] o.O [18:01] straterra: i had this humongous box our tech guys gave to me ebcase they were gonna throw it out; and it had a ton of SCSI raid hard drives, that said they were hotplugable, so I yanked them out, and there was a sticker on the top of all of them saying that particular model was not hotplugable [18:01] (actually I would like to be able to to RAID5 on CDs or DVDs, on a machine with 3 or 4 drives. Does that make me a sick puppy?) [18:01] raid hard drives? [18:02] it was a weird setup. i never got a chance to really figure it out. [18:02] there...arent raid hard drives [18:03] that's probably why we threw it out [18:03] anyone knows if there's any linux software to unlock locosto based phones [18:03] err [18:03] hmm and when I asked at local pc shop if they had any raid hard drives they looked at me funny [18:03] raid hard drives dont exist [18:03] i dont do the raid thing, if i had a PC with a bunch of harddrives dropped in my lap i would install FreeNAS on one small partition of the primary master, and powerdown remove the cdrom drive and put a harddrive in its place [18:03] lol [18:03] [18:03] ykv714 (n=Blue@S0106001c109fc40c.ss.shawcable.net) joined ##slackware. [18:03] raid sits on top of the available storage [18:03] Nick change: ykv714 -> dpd276 [18:04] straterra: there's a concept for you: a drive with multiple platters, with the platters arranged in a RAID config, with the driver in the drive firmware, so it shows up as a single disk... if only there were a way to swap a single platter, it might actually work [18:04] I'd like to make it where my hard drives all share partitions so i dont have to keep moving junk around [18:04] like one big hard drive [18:04] lvm [18:04] at "/" [18:04] or raid 0 [18:04] Urchlay: That sounds like much more trouble than it is wroth. [18:04] dartmouth: ZFS [18:04] enjoy [18:04] eviljames: yeah, I think it would be [18:04] Urchlay: that wouldnt be raid [18:04] not exactly, no [18:04] that would be raip [18:04] It would be rape? [18:04] oh god why?! [18:05] :) [18:05] (also, why did that inspire me to call my gf?) [18:05] lol [18:05] erm [18:05] 3 guesses as to why... [18:05] hmm man vs food looks like an okay show [18:05] RAID5 on 4 DVDs would be neat though... especially if you had a specialty drive that takes a pack of DVDs, like some changers do [18:06] just got the screaming announcer thing going though...to make it EXTREEEEM [18:06] good eats is better i guess, for scientists [18:06] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [18:06] RAIGF <- sadly this doesn't exist. [18:06] DVD #2 goes bad, you use the other 3 to generate an ISO for it, burn it, swap it with the bad disk in the pack [18:07] eviljames: yes there is. you have to read the manpage for the woman command though [18:07] eviljames, she would probably object and no longer be GF, and you might also be subject to COPS [18:07] to set itup [18:07] dive: Chronic Obstructive Pulmonary Syndrome? I quit smoking a while ago... [18:07] swine flu came from police! [18:07] ./ignore chowabunga [18:07] or urmom [18:08] yeah i was just thinking that. i can only take so much 'moron' and i filled my own quota for the day before i got on here [18:08] then dont look in a mirror..dear god, don't! [18:09] straterra: I was going to go with a mirror joke too, but I thought "I'm 26, not 6" [18:09] dissociative (n=dissocia@190.71.10.18) left irc: "Changing server" [18:09] oh, but what confused me earlier about the libertas; there's the libertas driver in the kernel; and i was told to check for device compatability, but wouldn't it be compatible with anything using the libertas chipset? [18:09] no [18:09] or, rather, shouldn't it? am I misunderstanding how chipset drivers work? [18:09] there are versions and versions [18:10] not that I've looked at that particular one [18:10] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [18:11] so don't take my word for it [18:11] bojevnik (n=Bojevnik@93-103-100-192.dynamic.dsl.t-2.net) left irc: "Leaving" [18:11] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Connection timed out [18:12] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [18:12] haha, muthafuckin' gayfish [18:12] oh boy, another one. [18:13] is is over yet? [18:13] it* [18:13] dartmouth: do you like fishsticks [18:13] antiwire, it's just starting [18:13] vastina: i like adults. [18:13] SlackLnx (n=SlackWar@85.139.11.111) left irc: "I'll Be Back" [18:13] antiwire: Looks calmer for the moment... we're on to urmom jokes and infantile schoolyard insults. [18:13] dartmouth: yeah but do you like fishsticks? [18:14] vastina: I'll tell you if you tell me why you're worth talking to. [18:14] wow, this could get interesting [18:14] Action: vastina can't think of a reason, he just thought dartmouth would be a fun target, being sensitive as he is [18:15] Worst. Troll. Ever. [18:15] Yeah, I'm not even slightly burned. lol. [18:15] My little brother could do better. [18:15] And he's really, really nice. [18:16] antiwire: See, the above comments are examples of schoolyard insults. [18:16] :) [18:16] I know you are but what am I! [18:16] eviljames:http://www.youtube.com/watch?v=ZP7MyQbYPUA ;) [18:16] Sure thing, Milhouse. [18:16] wtf? i was just watching south park, thought dartmouth would be fun game [18:16] fishsticks haha [18:16] compl3x: I HATE YOU. [18:17] eviljames: ;) [18:17] lol [18:17] yoou just trollin' :p [18:17] compl3x: There are no words in the English language for how much I hate you at this point. [18:17] \marco (n=marco@host-78-12-232-116.cust-adsl.tiscali.it) left irc: "Leaving" [18:17] Also, whoever it was that introduced me to Boxxy in the first place MUST DIE. [18:17] acidkill: Was it you? [18:17] eviljames: I can't stand the girl. [18:17] Can imagine shed be one messed up girlfriend [18:18] 16:14 < dartmouth> Yeah, I'm not even slightly burned. lol. [18:18] How old do you think she is? Of legal age yet? [18:18] Boxxy....ugh [18:18] that's for me, no? [18:18] eviljames: haha must be 17 [18:18] you guys wouldn't take Boxxy? [18:18] if she was legal [18:18] antiwire: I would - gagged tho - [18:18] lol [18:18] antiwire: Without a single heartbeat's delay. [18:19] ip-route (n=iproute@unaffiliated/contraventor) left irc: Read error: 110 (Connection timed out) [18:19] hahah [18:19] As annoying as she is - shes so cute [18:19] I'd take boxxy, so I can kill her [18:19] lmao [18:19] if she couldn't speak. [18:19] and move [18:19] and be on the internet [18:19] They're no fun unless they run! [18:19] Camarade_Tux: fair point - just lie there whilst i do my thang [18:19] she's got that rubber face ability [18:19] eviljames: thats messed dude [18:19] compl3x, deal ! [18:20] haha [18:20] Action: dartmouth starts just randomly deleting items in /boot/ [18:20] antiwire, maybe she's one of the Fantastic 4 actually ! [18:20] Camarade_Tux: hmm interesting theory :p [18:20] OH HAI guiz !!! http://i143.photobucket.com/albums/r147/namsoccerguitar9/boxxy.jpg [18:20] antiwire: I'd hit it with a sledgehammer... [18:21] vastina (n=vastina@206.105.111.187) left ##slackware. [18:21] compl3x, hmmm, imagine what she could do... hmmmm... ohhhh... [18:21] bahahaha [18:21] Camarade_Tux: Dude - I thought i had issues [18:22] here ya go, the 4chan Boxxy mashup http://fc02.deviantart.com/fs40/f/2009/011/3/d/boxxy_wallpaper_by_xGameGuy360x.png [18:22] fbsetbg boxxy_wallpaper.jpg haha [18:22] lol [18:22] girlfriend wouldn't be too happy - meh [18:22] dartmouth (n=dartmout@cpe-24-25-172-165.maine.res.rr.com) left irc: Remote closed the connection [18:23] _ohm (n=mark@pool-71-99-30-84.tampfl.dsl-w.verizon.net) left irc: Read error: 110 (Connection timed out) [18:23] haha your making out - TROLL! - okay your going to die for that [18:24] http://5secondfilms.com/watch/magic_show_volunteer lol! [18:24] hmmm, she also seems to have very flexible fingers, hmmm [18:24] i just found 20 bucks in an old pair of jeans [18:24] Anjo_Malvado (n=eduardo@unaffiliated/anjomalvado/x-03752) joined ##slackware. [18:24] Camarade_Tux: why you interested in the fingers - o.o [18:24] antiwire: Love when that happens! The other day I found a $20 that was stuck in the cash dispenser part of an atm. Only took a little pulling, victory! [18:25] i am such a loser! i never find money anywhere [18:25] Pig_Pen: that... is disturbing [18:25] lol! [18:25] eviljames: haha yes! [18:25] compl3x, that shows she could be part of the Fantastic Four ! pfff, pervert -_- [18:25] Camarade_Tux: heh :p [18:25] Pig_Pen: thats messed rofl [18:25] Urchlay: obviously faked video [18:26] Pig_Pen: but still [18:26] k, is that video sfw? [18:26] when hes eating it at the end rofl :/ [18:26] eviljames: depends on your boss's sense of humour. There's no actual sex or nudity... [18:26] ivan__ (n=ivan8013@190.148.145.13) left irc: "Saliendo" [18:26] it's also only 5 seconds long, you have a good chance of nobody noticing [18:26] Urchlay: Fortunately, my boss is hundreds or possibly thousands of miles away :D [18:26] there ya go then [18:27] that last image is disturbing rofl [18:27] OH THAT IS GREAT [18:27] :) [18:27] he was not eating it, i think he was giving birth to it out of his mouth [18:27] One of the best things I've seen in ages. [18:27] Pig_Pen: so he is .. [18:27] >< [18:27] that was the magic [18:28] http://5secondfilms.com/watch/mr_mayor wtf [18:28] http://pers.yaxm.org/Images/pregnant.jpg [18:28] some of the crap people send me in email [18:28] omg mr.maya-- hahaha [18:28] some of the crap people send via usps >.> [18:29] the pope is really darth vader [18:29] last one - eviljames you might like this one : http://5secondfilms.com/watch/the_catholic_church_rules_the_universe [18:29] evening Camarade_Tux !! [18:30] compl3x: Funny, I always thought it was Cheney behind the vader mask... [18:30] haha [18:30] alicephilippa (i=alice@78-105-168-173.zone3.bethere.co.uk) joined ##slackware. [18:31] it's George Lucas behind the mask... [18:31] hiptobecubic (n=john@nat079.wireless.miami.edu) left irc: Read error: 110 (Connection timed out) [18:31] evening dive :) [18:31] Action: Camarade_Tux is currently fighting opencv [18:31] ? [18:32] Action: compl3x loves opencv [18:32] http://www.youtube.com/watch?v=Av1BoAUb8WE&feature=related <--- more Vader [18:32] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) joined ##slackware. [18:32] ooh [18:32] dive, graphic library [18:32] i think i may like having my machine in runlevel 3 better than I like having X running ;) [18:33] compl3x, I need to test someting and right now I only want to open an AVI file, how would you do that ? [18:33] dartmouth, depends, laptop ? [18:33] Camarade_Tux: what language you using [18:33] no its a widescreen monitor [18:33] compl3x, C [18:33] now if i could only play video.... [18:34] Camarade_Tux: sorry not sure - only used to using input devices with it [18:34] Camarade_Tux: http://opencv.willowgarage.com/wiki/ [18:34] http://www.youtube.com/watch?v=YSm9DDxQv8E&feature=related <--- also vader-related and kinda amusing [18:34] dartmouth, OK, was asking because outside X, your graphic card may use more power [18:34] weird [18:34] is weird, that guy is the icon for all that is evil, somehow he's gotten really popular [18:35] compl3x, ok, thanks [18:36] gyah, I just rebuilt my kernel and a System.map was not generated [18:37] Camarade_Tux: CvCapture* capture = cvCaptureFromAVI("infile.avi"); [18:37] it should be in your kernel source [18:37] antiwire (n=antiwire@unaffiliated/antiwire) left ##slackware ("mIRC"). [18:38] look in /usr/src/linux scroll down towards the bottom [18:38] Camarade_Tux: http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/opencv-intro.html scroll down to Capturing a fram from a video sequence [18:39] compl3x, I saw that page, but it doesn't work (the function returns a NULL pointer) [18:39] eOliva (n=dutche@200.169.133.98) left irc: "Ex-Chat" [18:40] oh, here's an interesting thing; I've noticed when i compile a new kernel I'll have several images... /usr/src/linux/arch/i386/boot/bzImage -> ../../x86/bzImage, as well as x86/boot/compressed/vmlinux -- what's the latter file all about? same file size. [18:40] Camarade_Tux: hmm sorry not sure what to say - ive gotta shoot now anyway so ill cya [18:40] laters all [18:40] run dif on it and see if the content is the same (if possible) [18:40] compl3x (n=eddie@43.103.2.81.in-addr.arpa) left irc: "kthxbai" [18:41] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [18:41] and to confirm, no System.map in /usr/src/linux [18:41] paissad (n=paissad@5.55.198-77.rev.gaoland.net) joined ##slackware. [18:41] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [18:41] hmm, thats wierd dartmouth, i would not trust that build [18:41] dartmouth, which make commands are you using? [18:42] make menuconfig to set up .config, then make, make modules, make modules_install [18:42] yeah that is strange then [18:42] (although btw you only need make and make modules_install) [18:42] make modules isn't used anymore iirc [18:43] i wonder if i ought to do a 'make clean' [18:43] sure it is, for making the modules without installing them [18:43] they're made with make [18:43] true [18:43] but it's unnecessary as a separate step, "make modules_install" will first do a "make modules" if needed [18:43] i know it isn't; I do that line in honor of my correcting nullboy on that during an argument lol [18:43] afaik [18:43] like...years ago [18:43] no I think you can 'make modules' without 'make' though? [18:44] hm, "make all" makes the modules now? *shrug* didn't used to be that way, I'm outdated [18:44] dartmouth: Speaking of that devil... what happened to him? [18:44] Urchlay, just 'make' [18:44] dive: you definitely could back when I was building kernels a lot [18:44] Anybody know? The nullinator is MIA! [18:44] Wilduck (n=erik@c126h098.wless.reed.edu) left irc: Remote closed the connection [18:44] "make" is short for "make all"... I was using the "all" for clarity [18:44] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) left irc: "Lost terminal" [18:44] ah ok [18:45] (actually "make" is short for "make the first target in the Makefile", which is usually "all" but I suppose doesn't have to be...) [18:45] anyway my attempt at clarity obviously backfired :( [18:45] fail [18:45] Action: eviljames loves kernel.org [18:45] _arfon_ (n=arfon@ip67-95-13-58.z13-95-67.customer.algx.net) left irc: Read error: 104 (Connection reset by peer) [18:46] I just went and grabbed 2.6.29.3 @ ~2,200 k/s [18:46] 53.9M 0 0 1869k (avg) 0 0:00:29 <- hahahah nice [18:46] bandwidth hog [18:47] elderK (n=zk@122-57-247-10.jetstream.xtra.co.nz) joined ##slackware. [18:47] It seems like they have plenty to share [18:47] elderK (n=zk@122-57-247-10.jetstream.xtra.co.nz) left irc: Remote closed the connection [18:47] but anyway, never seen a compile that didn't generate a system.map [18:47] here's a good one: http://www.youtube.com/watch?v=zeB6VhbbY_g [18:47] (sorry, still playing with youtube) [18:51] stunix (i=1000@213.225.76.177) joined ##slackware. [18:53] fevel (n=fevel@187.42.2.250) left irc: [18:53] InspectorCluseau (n=Inspecto@64.238.225.25) left irc: [18:57] ewww tube [18:59] yarvin (n=yarvin@42-57-74-65.gci.net) joined ##slackware. [19:00] paissad (n=paissad@5.55.198-77.rev.gaoland.net) left irc: Read error: 113 (No route to host) [19:00] pi31415 (n=chatzill@c-98-246-78-78.hsd1.or.comcast.net) joined ##slackware. [19:02] Rat409 (n=nobody@bb-205-209-66-178.gwi.net) left ##slackware ("Irssi v0.8.13-svn - http://irssi.org/"). [19:03] Jean (n=jean@93-36-230-41.ip62.fastwebnet.it) left irc: Read error: 60 (Operation timed out) [19:04] znuzzy (n=mike@cpe-74-77-18-63.buffalo.res.rr.com) joined ##slackware. [19:06] MLanden (n=mello@pool-72-82-75-249.nrflva.east.verizon.net) joined ##slackware. [19:06] Heya,folks....How's everyone? [19:08] good [19:09] youtube has some useful shit [19:09] but its mostly (99%) bullshit [19:09] s/youtube/the internet/ [19:10] evening MLanden [19:10] Evenin', dive [19:10] yarvin (n=yarvin@42-57-74-65.gci.net) left ##slackware. [19:11] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [19:13] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 60 (Operation timed out) [19:14] kleanchap (n=chatzill@c-69-143-107-103.hsd1.va.comcast.net) joined ##slackware. [19:14] Cann0n: What did you find useful? [19:16] eh, i personally like learning things.. and if i have to elaborate on that... then i with draw. [19:17] lns40 (n=snL20@149-203-34.oke1-bras9.adsl.tele2.no) left irc: "\m/ irssi \m/" [19:17] higuita (n=higuita@2001:b18:400f:0:211:d8ff:fe82:b10e) left irc: "221 GoodBye - WeeChat 0.2.7-dev" [19:19] i know I have an odd request but how do you force automake to copy an empty folder [19:19] I have never seen anything useful on youtube... unless "distracting waste of time" is ever useful [19:19] i learn what i can when i can, other than that i like to philosophize about life to see if i can improve me and mine [19:19] Urchlay: you aren't very active are you? [19:20] like maybe if you have cancer and are about to die, it's useful to watch some funny stuff on youtube to get your mind off it [19:20] when I try i get /usr/bin/ginstall: omitting directory [19:20] eh? [19:20] Floops (n=baihu@2001:470:a073:0:0:0:0:200) joined ##slackware. [19:20] fevel (n=fevel@189.4.233.162) joined ##slackware. [19:20] juice: are you using a slackbuild ? [19:20] active how? I don't really exercise enough if that's what you mean... [19:20] no this is something of mine [19:21] i need the blank dir copied over when it is installing [19:21] but that's a pretty common condition for IRC junkies... [19:21] Urchlay: ever have to replace an armeturebar in a starter for a vehicle? ever want to know how to do a ghost shovit 360 on a longboard? [19:21] yht (n=yht@114.121.74.13) left irc: "I must go.." [19:21] armature bar* [19:22] gyroscope (n=master@unaffiliated/gyroscope) joined ##slackware. [19:23] imexius (n=imexius@unaffiliated/imexius) left irc: Read error: 104 (Connection reset by peer) [19:23] it all depends on the person. i find visually seeing shit done must better than reading steps. hence, i like youtube... granted, 99% of it is bullshit [19:24] http://www.youtube.com/watch?v=Hjy7RAu8TJ4 heres a classic!!! [19:25] hm, it would have never occurred to me to look for car repair stuff on youtube. That actually sounds useful... [19:25] if not more :) i cant believe how much dumb shit is on there... people's failed attepts of getting famous lay unwatched and never wanted [19:25] must be a case of the signal being buried in the noise [19:26] what's a longboard? skateboard? can't say I've ever been able to do anything on a skateboard (inner ear problems, no sense of balance) [19:26] oh yeah, not to wemtion music videos [19:26] Urchlay: yeah, skateboard. :) [19:27] might have gotten more interested in skateboarding as a kid, if it didn't mean hanging out with a bunch of annoying skaters... [19:28] imexius (n=imexius@S01060018f85afd84.tb.shawcable.net) joined ##slackware. [19:28] i was solo. still am :( [19:29] been skating since 93' [19:29] tho i suck. lol [19:29] heh [19:29] wouldn't worry about it, you gotta be better than me [19:29] my thing as a kid was riding a dirt bike (the bicycle kind, not motorcycle) [19:29] upyr (n=upyr@79.174.35.21) left irc: [19:30] the few times I've tried to ride a bike as an adult haven't been fun though (times when I couldn't afford a car, but got sick of walking to work...) [19:30] Pig_Pen: a real true classic..'nothin' like Leon Russell [19:31] yeah, Leon live in oklahoma, he has a place on the Grand Lake of the Cherokees in the northeast part of the state [19:33] wow, i never knew some of wy favorite bands where white. [19:34] were* [19:34] ovnicraft (n=ovnicraf@201.234.200.99) left irc: Read error: 110 (Connection timed out) [19:35] ppl, does someone know the name of the band, where some chick plays a bass guitar and its a cool spot, it was aired in 2007 or 2008 and it was some cool singl with a good beat? [19:36] i know its not relevant... [19:36] pupit: that is too generized of a descreption, got any details? [19:37] generalized* [19:37] well, she is in some dress in spot, there is some black guy singing i think and some piano player or keyboards i think... [19:37] know any lyrics? [19:38] i cant remember it now.. :( [19:38] this reminds me of #music [19:38] (where I used to idle) [19:38] but its an US band i think... [19:38] "Does anybody know that one song, that like has that one singer, uhhm, I can't remember anything about it, but man it's cool" [19:39] lol! [19:39] hmmm, skipping two days of class, getting ten days of holidays, seems worth it [19:39] lol [19:39] lol too :) [19:39] urchlay, i thought someone will notice it like u did :p [19:39] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) joined ##slackware. [19:39] Urchlay: doesn't it go like, wait maybe it goes like that?...lol [19:40] berkough (n=berkough@ip70-180-206-62.lv.lv.cox.net) joined ##slackware. [19:40] lol [19:40] yeah, but how many girls are in top bands playing BASS? [19:40] gnubien (n=e@71.245.100.97.cfl.res.rr.com) joined ##slackware. [19:40] ;) [19:40] about as many as there are in IRC channels [19:41] dartmouth: there ya go. [19:41] http://en.wikipedia.org/wiki/List_of_female_bass_guitarists pupit pick one [19:41] chowabunga (n=chowabun@c-76-105-123-64.hsd1.ga.comcast.net) left irc: "Leaving" [19:41] Ojg (n=Ojg@c-83-233-228-68.cust.bredband2.com) joined ##slackware. [19:42] i never figured wikipedia would have a list like that [19:42] White Zombie has female bass player... so do the Talking Heads [19:42] lady I rent from has a really hot daughter who plays the bass, but probably that's not who you're thinking of.. [19:42] yeah, did u see the list?!!! no more than 100! [19:43] man, if i meet a girl who plays bass, i will merry her [19:43] hmmm =) [19:43] white zombie? rob zombie's band? did you ever see that movie "house of 1000 corpses"? [19:44] not this one you won't, she's 100% lesbian [19:44] pupit, don't say that, you may end up with a terrible girl [19:44] i have it, its a sick movie [19:44] lol! yes it is! [19:44] good for a halloween night [19:44] The Devils Rejects too :) [19:44] Action: Camarade_Tux would play some Rob Zombie if he could stay up [19:44] Camarade_Tux: ofcourse, she must be cute. :) [19:45] pupit: will you merry her? or marry her>? [19:45] or both, first merry her then marry her [19:45] marry* Pig_Pen [19:45] mistake :) [19:45] straterra: Hey, you around? [19:45] coolbeans, no problem :D [19:45] pupit, well, I once did that (not married but dated) and, hmmm, I won't do it again ;) [19:45] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) left irc: "Lost terminal" [19:45] Camarade_Tux: good soundtrack to Devil's Rejects...Terry Reid [19:45] I love spam : "FAQ - Why Do Pepole Masturbate?" [19:46] I'd better go to bed now, I wake up in five hours [19:46] see you ;-) [19:46] (I know I'll find several of you then ;p ) [19:47] yarvin (n=yarvin@42-57-74-65.gci.net) joined ##slackware. [19:47] Camarade_Tux: good night [19:47] hm, actually, the singer for my old band used to play bass, you probably wouldn't think she's cute though [19:47] well, im off to do dumb shit [19:47] later ya'll [19:47] Cann0n (n=jack@unaffiliated/cann0n) left irc: "Lost terminal" [19:48] they know to do some jobs pretty good with their fingers... ;) [19:48] when she was in the band with me, she played violin and guitar (I played bass) [19:49] she also pissed me off mightily, I bought her a microphone and when it started feeding back, she threw it on a concrete floor [19:50] pupit: find a girl who plays saxophone, and knows how to do triplets at 120 beats/minute with her tongue [19:51] perversion :) [19:51] Urchlay: lol....a REAL mindblower...:D [19:51] yeah, who would not want to marry Lisa Simpson :D [19:52] then you get bart as a brother in law and homer as a father in law, what a great life that would be [19:53] Pig_Pen: who would not want to have homer for wifes father... [19:53] Action: MLanden starts hearing Glad from Traffic as well as Baker Street from Gerry Rafferty for some strange reason [19:53] Anjo_Malvado (n=eduardo@unaffiliated/anjomalvado/x-03752) left irc: "bblon" [19:53] do not date a girl who plays oboe. She'll insist on playing for you, and almost nobody can stand the sound of an oboe by itself [19:53] Ojg (n=Ojg@c-83-233-228-68.cust.bredband2.com) left irc: Remote closed the connection [19:53] Action: Camarade_Tux shouldn't have decided to update that repository before going to bed [19:54] the man in the suit just bought a new car from the profits he made off your dreams [19:54] Low Spark of High-Heeled Boys...:D [19:54] coool song [19:55] good album.....Light Up or Leave Me Alone [19:56] ge0rge007 (n=ge0rge@f71-215.fdsl.aegean.gr) left ##slackware. [19:58] Pig_Pen: another good line from that song you mention is "If I gave you everything that I own,and ask for nothing in return. Would you do the same for me and I did for you" [19:58] s/and/as [19:58] yeah, that song has some insightful lyrics [19:59] kamaji (n=kamaji@resnet-186224.resnet.bris.ac.uk) left irc: "sleep" [19:59] ip-route (n=iproute@200.172.83.136) joined ##slackware. [19:59] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) joined ##slackware. [20:00] ok i have broken my alsa during a kernel compile lol [20:00] function snd_ctl_open failed for default: no such file or directory :P [20:00] that music is from the early 70's MLanden you just gave away your age, your no youngster :D you got to be about as old as i am [20:01] i am old,I am young .. I am all things under the sun [20:01] sombriks (n=sombriks@201009019213.user.veloxzone.com.br) left irc: Remote closed the connection [20:02] Herman (n=Hermann@h-156-174.A155.priv.bahnhof.se) left irc: Read error: 113 (No route to host) [20:03] dartmouth: did you build sound support as modules [M] or built embedded in the kernel, i get better results from audio (drivers & apps) when sound support is built as modules [20:03] When Steve Winwood was doing Back in the Highlife again, I was in high school...just like to backtrack on artists [20:05] ah, yeah, i can understand that, i did that when i first discovered Led Zepp when Starway to Heavin first hit the radio and became a hit, i bought all their albums, [20:06] Pig_Pen: ever care for the Yardbirds? [20:06] yeah, about the same band under a different name [20:07] that album with the topless chic holding what looked like a hood ornamit in her hands [20:07] no! thats blind faith [20:07] andarius (n=andarius@c-67-191-164-127.hsd1.ga.comcast.net) joined ##slackware. [20:07] greetings and salutations [20:07] MrHales (n=hales@12.24.239.145) joined ##slackware. [20:08] Salutations and greetings [20:08] hitest (n=hitest@7conn226.rupert.net) joined ##slackware. [20:09] Pig_Pen: checking right now; i do know that i have no /dev/dsp now lol [20:09] Freeow! I attempt ssh to some.random.com and ssh is trying to connect me to ::1?! So... like... what happened? I'm pretty sure I changed no settings since last I connected to me webhost... [20:09] /dev/dsp is only used for OSS emulation. Not having it isn't fatal [20:09] i am pretty sure i compiled it into kernel-- that really *should* work better... :/ [20:09] i removed OSS stuff [20:09] well that's why no /dev/dsp [20:09] whats the better gui torrent app? transmission? [20:09] dartmouth: What is your sound card/chip? [20:09] My computer is suddenly IPV6 Narcissus, or something? [20:09] juice: transmission is good. Haven't really used anything else in a long time though [20:10] okay I never use torrents [20:10] MLanden: nvidia mcp51 [20:10] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Remote closed the connection [20:10] so I don't have experience with the clients really [20:10] Oh, and greetings all. o/ [20:10] MrHales: man ssh [20:11] stay away from azureus (or vuze, I think it's renamed itself to now) [20:11] Evenin', MrHales [20:11] I can ssh to an IP just fine, but name resolution gives me, apparently, the IPV6 version of 127.0.0.1 [20:11] Anyone clueful on this specific mystery? [20:11] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [20:12] sounds like a dns issue; what's in your resolve.conf file? [20:12] You have the pv6 module loaded. [20:12] used utorrent in win or used Azureus back in the day [20:12] but I know Azureus as since when to crap [20:12] when=went [20:12] utorrent only exists for windows... though it works pretty well under wine, if you really want to try it [20:13] nah I got the slackbuild for transmission [20:13] why would you expose yourself security wise like that? [20:13] with all of the good torrent clients available for linux O.o [20:13] (last time I tried utorrent.exe with wine it worked fine except its built-in bandwidth limiting did nothing at all) [20:13] true, but like I said I don't torrent stuff [20:14] qbittorret is nice [20:14] i'd assume direct dl [20:14] acidchild: what, utorrent is a security hole? So my wine install gets corrupted or what? not so worried about it [20:14] over torrent [20:14] Urchlay: its not the foot hold thats to worrie about it [20:14] juice: fair enough, but then why'd you mention it? [20:14] its data explosure. [20:14] explosure... nice word, can I borrow it? [20:14] yep [20:14] Okay, if I'm not running bind locally, what's performing the lookups? [20:15] cause I have to use one now :( [20:15] MrHales: /lib/libresolv.so and friends [20:15] hitest (n=hitest@7conn226.rupert.net) left irc: "Leaving" [20:15] MrHales: dig IN A google.com [20:15] just wanted to make sure transmission was worth the one I installed [20:15] used the slackbuild :) [20:15] And what might I have done to break name resolution ... I am fair certain I've changed nada [20:16] and think of how utorrent works out bandwidth, traffic to disk from the torrent file or total including over head and 'bad' packets? pcap would be the only way, so that would need some aspects of root privs.. to run [20:16] i don't really have a point with this, just running utorrent on linux scares me. [20:16] over say, adobe photo shop or something else. [20:16] hmm basic enough [20:16] Patriciia_ (i=KlavyeV4@41.236.14.192) joined ##slackware. [20:17] acidchild, heh [20:17] Action: dartmouth wishes he could get photoshop on linux :( [20:17] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) left irc: Read error: 110 (Connection timed out) [20:19] acidchild: I think it's a lot dumber/simpler than that [20:19] MrHales: What are you using for a word processor? [20:19] ... OOo [20:19] Why? [20:20] apps that limit their own bandwidth do stuff like, divide bytes sent/received by the time it took, and if that's too much/too fast, sleep for 1/10 second and calculate again... [20:20] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [20:21] I mean ssh has bandwidth limiting, but it doesn't use pcap for it [20:21] sitwon (n=adam@pool-71-246-200-110.washdc.fios.verizon.net) joined ##slackware. [20:21] MrHales: Last time I talk with you , you were looking 'round for one..came 'cross a simple one http://pyroom.org/ [20:21] Ah, yeah for my bitty box [20:21] python? [20:22] I think, as far as my EeePC goes, I may just utilize Google Docs. Zero disk space. :-) [20:22] MrHales: right [20:22] I can't think of a word processor witha smaller footprint [20:22] true [20:23] hitest (n=hitest@7conn226.rupert.net) joined ##slackware. [20:23] It's looking like I may be losing my toy to my better half in the near future, though. [20:25] she's taken a liking to your EeePC, MrHales? [20:25] Oh, yes. [20:26] ahhh, MrHales [20:26] Arirang (n=Arirang@unaffiliated/kool-aid) joined ##slackware. [20:26] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) left irc: "Lost terminal" [20:27] It's not exactly the sort of portable power I really want, I guess, and it was inexpensive... I still like the thing... It was nice to take into the kitchen while cooking and working. [20:27] MrHales: can you type easily on the eeePC keyboard? [20:28] Old_Fogie (n=Old_Fogi@cpe-69-204-70-243.buffalo.res.rr.com) joined ##slackware. [20:28] Actually, yeah. It's a bit crowded but I have fairly thin fingers for an ogre. [20:30] dive: aye,python app [20:31] looking at the screenshots, you might as well use vim [20:31] unless it can do odt, rtf etc [20:32] sitwon_ (n=adam@pool-173-79-64-73.washdc.fios.verizon.net) left irc: Read error: 110 (Connection timed out) [20:32] macman__ (n=macman_@adsl-75-5-240-205.dsl.scrm01.sbcglobal.net) left irc: Read error: 104 (Connection reset by peer) [20:33] MrHales: thanks, better than being a fat fingered ogre i guess :) [20:33] The only problems I usually have are with the right shift key.. I end up hitting -> instead [20:33] sometimes [20:34] Hey MLanden. How are you? [20:34] MrHales: that problem is listed in many reviews of netbooks [20:34] Fine thanks firebird619 and you? [20:35] MLanden: doing great, thanks. I was afk for a while. Looks like there's some storms moving in here. [20:36] no,dive...guess vim would be better. [20:36] Not too bad for the moment, firebird619? [20:37] BasketCase (n=BasktCas@asylum.sanitarium.net) joined ##slackware. [20:37] MLanden: nope. :) [20:39] dive: I'm back working on procmail now, it's really simpler than I thought. :) [20:39] That's good to hear, firebird619 [20:39] nille__ (i=1000@c-94-255-245-44.cust.bredband2.com) joined ##slackware. [20:40] MLanden: I'm working on a mail setup, dive suggested fetchmail + procmail + sendmail + mutt. I'm working on setting it up. I thought it'd be harder than it actually is. [20:41] howdy firebird619 [20:41] terse but not difficult. firebird619 [20:42] Hey nille__, how are you? [20:42] hey to MLanden to [20:42] heya, nille_ [20:42] i'm fine thanks and you? [20:42] nille__: doing great, thanks. :) [20:43] MLanden: It's really great the nice howtos/guides available for linux stuff online. [20:43] :D [20:43] I didn't know/realize how cool procmail was and what all it could do. :) [20:45] firebird619, if you need a sendmail setup: http://www.davidwoodfall.co.uk/profile/index.php?sendmail [20:45] there's a howto [20:46] Hmm, I have a Mail directory already in /home (made by claws-mail) it's in MH format, what does fetchmail and procmail use by default, Maildir? Can I convert the MH stuff to Maildir so it sees that mail there already? [20:46] dive: great, Thank you very much. :) [20:48] okibisan (n=okibisan@24-158-197-146.dhcp.kgpt.tn.charter.com) joined ##slackware. [20:48] Old_Fogie (n=Old_Fogi@cpe-69-204-70-243.buffalo.res.rr.com) left irc: [20:50] sweet, I found a script for converting mh to maildir. [20:51] alisonken1home (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) left irc: "When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net" [20:55] alisonken1home (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) joined ##slackware. [20:55] Okay, then, got that fixed. [20:57] MrHales: good to hear [20:57] I'm too funny for my own good, apparently. [20:58] juice (i=1000@67.48.19.62) left irc: "Leaving" [20:58] Wow, conky has to take a lot of resources, I just killed it and the performance picked up drastically. [20:59] I had my hostname set as a domain it turns out actually exists.. [21:00] firebird619: how much resource was it pulling? [21:02] i'm getting txt message raped [21:02] Oopth [21:02] antiwire: By whom? [21:02] ivan_ (n=ivan8013@89.101.56.190.dsl.intelnet.net.gt) joined ##slackware. [21:02] by a friend i haven't seen for years and then i re-met them at a party and now the txt flood gates have been opened [21:02] StevenR (n=foo@212.44.56.212) left irc: Read error: 145 (Connection timed out) [21:03] OUCH,antiwire...lol [21:03] straterra (n=straterr@fuhell.com) got netsplit. [21:03] sitwon (n=adam@pool-71-246-200-110.washdc.fios.verizon.net) got netsplit. [21:03] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) got netsplit. [21:03] fuzzix (n=fuzzix@86-42-152-52-dynamic.b-ras1.bbh.dublin.eircom.net) got netsplit. [21:03] firebird619 (n=firebird@unaffiliated/firebird619) got netsplit. [21:03] Dominus (i=unices@82-170-225-106.ip.telfort.nl) got netsplit. [21:03] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) got netsplit. [21:03] Supergrilo (n=Fabio@200.234.208.233) got netsplit. [21:03] Lurq (i=lurq@destiny2.et2605.com) got netsplit. [21:03] sQuEE (n=narya@host62.201-252-26.telecom.net.ar) got netsplit. [21:03] credo (n=36chambe@80.233.147.119) got netsplit. [21:03] Redinger|off (i=Redinger@haut.dir.gleich.nen.paar.drauf.org) got netsplit. [21:03] Dominian (i=dominian@unaffiliated/dominian) got netsplit. [21:03] gnubien (n=e@unaffiliated/gnubien) got netsplit. [21:03] stunix (i=1000@213.225.76.177) got netsplit. [21:03] antler (n=antler@unaffiliated/antler) got netsplit. [21:03] raela (n=raela@205.133.227.98) got netsplit. [21:03] v3gard (n=v3gard@svale.hia.no) got netsplit. [21:03] EuroTrash (i=unices@195-241-252-199.ip.telfort.nl) got netsplit. [21:03] netsplit party! [21:03] gnubien (n=e@unaffiliated/gnubien) joined ##slackware. [21:03] stunix (i=1000@213.225.76.177) returned to ##slackware. [21:03] raela (n=raela@205.133.227.98) returned to ##slackware. [21:03] v3gard (n=v3gard@svale.hia.no) returned to ##slackware. [21:03] antler (n=antler@unaffiliated/antler) returned to ##slackware. [21:03] EuroTrash (i=unices@195-241-252-199.ip.telfort.nl) returned to ##slackware. [21:03] Action: MLanden welcomes everyone back [21:04] giuppy (n=giuppy@host247-163-dynamic.3-79-r.retail.telecomitalia.it) joined ##slackware. [21:04] fevel (n=fevel@189.4.233.162) got netsplit. [21:04] signal11 (i=esteban@gnv.quaddro.net) got netsplit. [21:04] LSD` (n=ianweb@dsl-58-7-6-82.wa.westnet.com.au) got netsplit. [21:04] nooper (n=nooper@unaffiliated/nooper) got netsplit. [21:04] zErOaCid (i=slacker@unaffiliated/zErOaCid) got netsplit. [21:04] fadein (i=fadein@static-ip-62-75-255-124.inaddr.server4you.de) got netsplit. [21:04] nix_chix0r (n=misspwn@70-41-16-81.cust.wildblue.net) got netsplit. [21:04] ag3ntugly (n=x@unaffiliated/ag3ntugly) got netsplit. [21:04] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) got netsplit. [21:04] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) got netsplit. [21:04] Urchlay (n=dammit@c-76-20-209-241.hsd1.ga.comcast.net) got netsplit. [21:04] Blikjeha1 (n=Blikjeha@reson.soleus.nu) got netsplit. [21:04] acidchild (n=acid@spy.int.sevenl.net) got netsplit. [21:04] slackmagic (n=magician@unaffiliated/slackmagic) got netsplit. [21:04] toast10101 (n=toast101@ip70-179-145-160.fv.ks.cox.net) got netsplit. [21:04] rapid (n=rapid@unaffiliated/rapid) got netsplit. [21:04] thrice` (i=thrice@noobfarm.org) got netsplit. [21:04] antiwire: you should forward them back to him/her to confuse the shit out of him/her [21:04] You scared 'em, MLanden. [21:05] fevel (n=fevel@189.4.233.162) returned to ##slackware. [21:05] signal11 (i=esteban@gnv.quaddro.net) returned to ##slackware. [21:05] LSD` (n=ianweb@dsl-58-7-6-82.wa.westnet.com.au) returned to ##slackware. [21:05] nooper (n=nooper@unaffiliated/nooper) joined ##slackware. [21:05] zErOaCid (i=slacker@unaffiliated/zErOaCid) returned to ##slackware. [21:05] MLanden: you got rick rolled :P [21:05] fadein (i=fadein@static-ip-62-75-255-124.inaddr.server4you.de) returned to ##slackware. [21:05] nix_chix0r (n=misspwn@70-41-16-81.cust.wildblue.net) returned to ##slackware. [21:05] ag3ntugly (n=x@unaffiliated/ag3ntugly) joined ##slackware. [21:05] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) returned to ##slackware. [21:05] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) returned to ##slackware. [21:05] Urchlay (n=dammit@c-76-20-209-241.hsd1.ga.comcast.net) returned to ##slackware. [21:05] Blikjeha1 (n=Blikjeha@reson.soleus.nu) returned to ##slackware. [21:05] acidchild (n=acid@spy.int.sevenl.net) returned to ##slackware. [21:05] slackmagic (n=magician@unaffiliated/slackmagic) returned to ##slackware. [21:05] toast10101 (n=toast101@ip70-179-145-160.fv.ks.cox.net) returned to ##slackware. [21:05] rapid (n=rapid@unaffiliated/rapid) joined ##slackware. [21:05] thrice` (i=thrice@noobfarm.org) returned to ##slackware. [21:06] rolled but not ricked....smooth and mellow...:D [21:06] ha ha. [21:07] Hakudoshi (i=1000@75-171-185-117.hlrn.qwest.net) left irc: "Leaving" [21:09] Dominian (i=dominian@noobfarm.org) got lost in the net-split. [21:09] Redinger|off (i=Redinger@haut.dir.gleich.nen.paar.drauf.org) got lost in the net-split. [21:09] sQuEE (n=narya@host62.201-252-26.telecom.net.ar) got lost in the net-split. [21:09] Lurq (i=lurq@destiny2.et2605.com) got lost in the net-split. [21:09] Supergrilo (n=Fabio@200.234.208.233) got lost in the net-split. [21:09] credo (n=36chambe@80.233.147.119) got lost in the net-split. [21:09] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) got lost in the net-split. [21:09] Dominus (i=unices@82-170-225-106.ip.telfort.nl) got lost in the net-split. [21:09] firebird619 (n=firebird@unaffiliated/firebird619) got lost in the net-split. [21:09] fuzzix (n=fuzzix@86-42-152-52-dynamic.b-ras1.bbh.dublin.eircom.net) got lost in the net-split. [21:09] straterra (n=straterr@fuhell.com) got lost in the net-split. [21:09] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) got lost in the net-split. [21:09] sitwon (n=adam@pool-71-246-200-110.washdc.fios.verizon.net) got lost in the net-split. [21:10] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [21:11] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) left irc: "Leaving" [21:12] tea4me (n=tea4me@pool-74-104-0-39.bstnma.east.verizon.net) joined ##slackware. [21:13] ataxic (n=ataxic@87.112.224.123) left irc: Connection timed out [21:14] nick4 (n=fffeop@adsl92-46.kln.forthnet.gr) joined ##slackware. [21:15] beatzz (n=beatzz@65.61.57.135) joined ##slackware. [21:15] BasketCase (n=BasktCas@asylum.sanitarium.net) left ##slackware ("Client exiting"). [21:16] firebird619 (n=firebird@unaffiliated/firebird619) joined ##slackware. [21:16] Dominian (i=dominian@noobfarm.org) joined ##slackware. [21:16] fuzzix (n=fuzzix@86-42-152-52-dynamic.b-ras1.bbh.dublin.eircom.net) joined ##slackware. [21:16] Supergrilo (n=Fabio@200.234.208.233) joined ##slackware. [21:16] frullet (n=hooch@124-170-240-88.dyn.iinet.net.au) joined ##slackware. [21:16] sitwon (n=adam@pool-71-246-200-110.washdc.fios.verizon.net) joined ##slackware. [21:16] Dominus (i=unices@82-170-225-106.ip.telfort.nl) joined ##slackware. [21:16] sQuEE (n=narya@host62.201-252-26.telecom.net.ar) joined ##slackware. [21:17] Action: MLanden welcomes everyone back [21:17] superGear (i=supergea@75-171-185-117.hlrn.qwest.net) joined ##slackware. [21:18] StevenR (n=foo@wan1.sghs.org.uk) joined ##slackware. [21:18] MLanden: wow, that was fun. [21:18] firebird619: hmm?!? [21:19] MLanden: that took out 238 users here. :) [21:19] Redinger|off (i=Redinger@haut.dir.gleich.nen.paar.drauf.org) joined ##slackware. [21:19] linux_probe (n=chris@cpe-75-187-154-247.neo.res.rr.com) left irc: "pebkac, id-10-t clicked the X ^_^" [21:20] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [21:21] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [21:21] zlinux_ (n=zlinux@79.172.152.1) joined ##slackware. [21:24] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) joined ##slackware. [21:25] znuzzy (n=mike@cpe-74-77-18-63.buffalo.res.rr.com) left irc: Remote closed the connection [21:25] kkkyle (n=kyleisca@1Cust342.an1.cle11.da.uu.net) joined ##slackware. [21:25] firebird619: which server did they connect you to? barjavel? [21:27] MLanden: card [21:27] Hello World! [21:27] I just switched from Kubuntu 8.04 to Slackware 12.2, and setting up my Desktop has been easy so far, but I would like to get the wireless working asap. (which worked well on Kubuntu.) Just don't know where to start necessarily. Any sudjestions or needed information? I have a limited amount of time online before I have to return home. [21:27] beatzz: congratulations, enjoy your stay in slackware. :) [21:28] been trying it on and off for a wile. [21:28] beatzz: What is your wireless card/chip? [21:28] beatzz: I don't have wireless myself, but one great tool for wireless is wicd, it's in extra/ [21:28] but i think i can handle it this time [21:29] MLanden, how do i get that? ifconfig? [21:29] beatzz: Okay, a few things to start off with so you don't go down the wrong path. http://slackbuilds.org http://slackwiki.org and http://slackbook.org [21:29] i will bookmark those asap [21:29] kkkyle (n=kyleisca@1Cust342.an1.cle11.da.uu.net) left irc: Client Quit [21:30] beatzz: Get familiar with slackpkg and maybe take a look at sbopkg. It's a nice util to use for getting slackbuilds with ease. For you wireless you have wpa_supplicant to start off with. wicd is on slackbuilds. [21:31] isn't wicd also in extra/ [21:31] nick4 (n=fffeop@adsl92-46.kln.forthnet.gr) left irc: "later" [21:31] agentc0re, I have all of them bookmarked [21:31] Patriciia_ (i=KlavyeV4@41.236.14.192) left irc: Read error: 113 (No route to host) [21:31] beatzz: should be listed in lsmod [21:32] firebird619: not sure, might be. [21:32] firebird619: always thought it was on slackbuilds. never looked in extra. [21:32] i use wpa_supplicant myself. [21:32] MLanden, not shure what your looking for? [21:32] agentc0re: I think it's in extra/ but I could be wrong too. I don't have wireless at all so I don't know/can't remember. [21:33] it is in extra [21:33] Xires (n=Xires@66-190-79-122.dhcp.dntn.tx.charter.com) left irc: "Leaving" [21:33] indeed it is, I just checked. [21:33] Hi twolf [21:33] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [21:33] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [21:33] hi firebird619 [21:33] beatzz: Oh and one more for the bookmarks, http://noobfarm.org watch out, don't wind up on it too early ;) :P [21:33] haha [21:34] Heya, twolf [21:34] ok, i will read the man for slackpkg [21:34] hi MLanden [21:34] did you say the, "r" word? I think you'll do just fine! :) [21:34] gyroscope (n=master@unaffiliated/gyroscope) left ##slackware. [21:36] beatzz: was just asking what kind of wireless card you have [21:36] arh, why does this script have to need tkdiff. :( [21:36] MLanden, how do i find out? [21:36] beatzz: lspci -v [21:36] MLanden, iknow it used B43 drivers [21:36] _juan (n=juan@190.75.78.58) joined ##slackware. [21:38] MLanden, Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01) [21:38] there ya go, that's it. [21:38] ;) [21:38] i have a semi-solid linux foundation [21:38] zlinux (n=zlinux@79.172.170.80) left irc: Read error: 110 (Connection timed out) [21:39] i'm sure we can break that for you [21:40] yes, easily. :) [21:40] beatzz: cool [21:40] How's it going antiwire? [21:41] good, but i want to see the pci ID for that b43 card [21:41] MLanden, what do I do with that now? [21:41] i mean vendor id [21:42] listed in that same colum? [21:42] beatzz: You'll need to modify your /etc/wpa_supplicant file to fit your needs. [21:43] beatzz: lspci -nn [21:43] i'm just curious [21:43] the second column from the right [21:43] Argh, how do I install Parse.pm for perl? cpan -i Parse.pm? [21:43] beatzz: also you will need to add two lines to the /etc/rc.d/rc.inet1.conf. WLAN_WPA[4]=wpa_supplicant and WLAN_WPADRIVER[4]=broadcom [21:44] ... [21:44] firebird619: you can either do cpan and in the cpan cli do install parse [21:44] how should i modify /etc/wpa_supplicant [21:44] agentc0re, how should i modify /etc/wpa_supplicant [21:44] nano /etc/wpa_supplicant.conf [21:45] agentc0re: Ok, thanks. [21:45] antiwire, what r u looking for in lspci -nn [21:45] beatzz: su - root and use vim, nano kate.. whatever floats your boat. [21:45] (2009-05-13 18:44:11) antiwire: the second column from the right [21:45] for the broadcom card [21:45] imexius (n=imexius@unaffiliated/imexius) left irc: Read error: 104 (Connection reset by peer) [21:45] antiwire, 03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) [21:45] 0a:09.0 CardBus bridge [0607]: Texas Instruments PCIxx12 Cardbus Controller [104c:8039] [21:45] 0a:09.2 Mass storage controller [0180]: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD) [104c:803b] [21:46] beatzz: http://linux.die.net/man/5/wpa_supplicant.conf [21:46] antiwire: seeing if it's legacy? [21:46] beatzz: you have an hp/compaq laptop [21:46] ? [21:46] acer [21:47] firebird619: other way is, perl -MCPAN -e shell [21:47] weird [21:47] agentc0re, i have /etc/wpa_supplement.conf open in a txt editor [21:47] agentc0re, now what? [21:48] agentc0re: Ok. I did that first one, cpan then install parse, I got, Cannot install parse don't know what it is. I did i /parse/ as it suggested and got a ton of stuff with parse in it. [21:48] take a look at that link and see which one fits what type of WAP you have and configure it as such. [21:48] firebird619: try, install Parse [21:48] <_juan> what ois the easiest way to download all -current? [21:48] firebird619: it's sensitive sometimes. [21:48] _juan: rsync [21:49] agentc0re: same thing. :( [21:49] agentc0re, for each individual network i connect to i have to edit /etc/wpa_supplement.conf ? [21:49] <_juan> thanks [21:49] firebird619: i googled parse, is it part of something else, like html? [21:50] firebird619: you can do, install Parse::CPAN::Packages [21:50] agentc0re: I have no idea. I'm trying to convert a folder with MH mail in it to Maildir with a script and this script complained about Parse.pm is missing. [21:51] agentc0re: Ok, I'll try that. [21:51] firebird619: wait. [21:51] Action: firebird619 is waiting [21:51] firebird619: not sure if thats the one with parse.pm. I was assuming you knew. [21:52] agentc0re, am i just inputing the settings that are for the local wifi network? [21:52] did this script come with some sort of readme? [21:52] beatzz: you make multiple sections for each network. [21:52] agentc0re: No, it was just a script itself, I got it from kmail's site (KDE) [21:52] juice (i=1000@67.48.19.62) joined ##slackware. [21:52] so if you connect to 5 networks you set it up with 5 sections and you can leave it alone from then on out [21:52] agentc0re: the script itself is on another site. [21:54] firebird619: link please. [21:54] agentc0re: http://www.informatik-vollmer.de/software/mh2maildir.php [21:55] agentc0re: Do you know of a way to convert mh to maildir? [21:55] http://hackaday.com/2009/05/13/massive-etch-a-sketch-from-tv-screen/ [21:57] Shingoshi (n=Shingosh@c-98-246-122-42.hsd1.or.comcast.net) joined ##slackware. [21:57] firebird619: I don't, sorry. [21:57] agentc0re: that's ok. :) [21:57] firebird619: Hrm, not sure what it's looking for. [21:57] there are several packages out there that have parser after the first name, ie: html::parser. Or the one i gave you is the only one i could find with parse in front. [21:57] agentc0re: me either. I would assume there's a simpler way, but this is all I've come up with so far, this script. [21:58] yeah, there's 1,860 of them [21:59] Pig_Pen: helluva project [21:59] fiyawerx (n=fiyawerx@c-68-82-173-91.hsd1.pa.comcast.net) left irc: [21:59] firebird619: I'm back up and running. Though at a lower speed than I was last night. I kept having random lock-ups. [21:59] yeah [21:59] Shingoshi: ah that's to bad. [21:59] I'm hoping it runs now for 24 hours without another lock-up. [22:00] good luck. :) [22:00] At least my temps are fantastic. [22:00] yeah, that's great. [22:00] Action: MLanden knocks on a forest of wood for Shingoshi..:D [22:00] haha [22:01] MLanden: great, one of the trees fell down, ya knocked to hard. :P [22:01] the mac commercial with the girl "genius" is funny, she's cute [22:01] I really think it's the EVGA 730i motherboard. It is known to be very buggy. BIOS errors are common. [22:01] ordinarily cute, i love that [22:01] firebird619: If you weren't there, what did it sound like?...ahhh,zen [22:01] alisonken1church (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) joined ##slackware. [22:02] haha [22:02] If a tree falls in the forest and nobody hears it, did it really fall? :P [22:02] firebird619: So if I suddenly disappear, you'll know that my system went down again. [22:02] firebird619: http://offog.org/darcs/misccode/mh-to-maildir [22:02] jeev: e-mail Apple, maybe you can get her name. :P *cough*doubtful*cough* [22:03] has anyone installed slackware to a thinkpad, from the usbboot.img ? I keep getting "boot error." I think it's a syslinux vs. bios issue, but can't find much [22:03] firebird619, my girlfriend is the cutest thing on earth. i wouldn't dare! [22:03] jeev: good to hear, glad you feel that way about your gf. [22:03] :> [22:03] agentc0re: tried that one, I don't have the maildir command that's evidently part of the safecat program. [22:04] higuita (n=higuita@2001:b18:400f:0:211:d8ff:fe82:b10e) joined ##slackware. [22:04] and that script needs it. [22:04] firebird619, got a replacement server coming in, can't wait! [22:04] jeev: You deserve praise for that! [22:04] heh Shingoshi, thanks. she's really something else man [22:04] i've been with many girls, i've never ever ever ever ever ever had a girl like her [22:04] Shingoshi: he sure does. [22:04] Action: firebird619 praises jeev. [22:04] :P [22:04] I wish you a life of happiness together! [22:04] firebird619: http://www.panayotis.com/prog/scripts/smdir/index.html [22:04] thanks a lot man [22:05] agentc0re: Thanks, I'll give that one a try. [22:05] Unless she's already married, like some of mine have been. BAD!! [22:05] bhodgins (n=bhodgins@cpe-74-65-172-140.maine.res.rr.com) joined ##slackware. [22:05] ugh my servers being bitchy [22:05] hahaha [22:05] lol Shingoshi, na mine is still in college, stressing through the unnecssary crap they make her learn [22:05] everytime I open pkgtool and go to remove packages it says no packages were removed lol [22:06] bebacklater [22:06] kkkyle (i=kkkyle@1Cust3942.an4.cle11.da.uu.net) joined ##slackware. [22:06] also, I noticed all of my disk space on / is taken up.. strangely [22:06] later Shingoshi [22:06] and var is on separate [22:06] bhodgins: haha, ouch. You got problems. [22:06] sounds like someone is getting fired [22:06] imexius (n=imexius@S01060018f85afd84.tb.shawcable.net) joined ##slackware. [22:06] yeah. I gave it 12 gigs for root, wtf [22:07] the other 200+ is to be lvmed with iscsi [22:07] I'll email my old instructor about coming in to work on the machine I suppose [22:08] Action: firebird619 gives bhodgins a pink slip. :P [22:08] ivan_ (n=ivan8013@89.101.56.190.dsl.intelnet.net.gt) left irc: Remote closed the connection [22:08] bah k3b and brasero are letting me down [22:09] agentc0re: that's working great. Thanks again. :) [22:09] agentc0re, im still lost on how editing this file will make my wifi work? [22:10] beatzz: have to read some more? Which file wpa_supplicant.conf? [22:10] s/?/. [22:10] today is a day I should have stayed in bed [22:10] gnubien (n=e@unaffiliated/gnubien) left irc: "leaving" [22:11] beatzz: what is your problem??? [22:11] firebird619, yes am looking at it [22:11] I slept 3 hours and nothing software related is working for me [22:11] kkkyle, trying to get my wifi to work [22:11] kkkyle, it worked on Kubuntu [22:11] oh, lol thats always fun [22:11] already been cobbling around for hours on this crap [22:11] hahaha, from fortune: If today is the first day of the rest of your life, what the hell was yesterday? [22:11] am I being redundant in recommending wicd for wifi? [22:11] eviljames: been done already. [22:12] whats the problem with the connection [22:12] ivan_ (n=ivan8013@89.101.56.190.dsl.intelnet.net.gt) joined ##slackware. [22:12] ? [22:13] gm152 (n=gm@d121-140-120.home3.cgocable.net) left irc: "Leaving" [22:13] ge0rge007 (n=ge0rge@f71-215.fdsl.aegean.gr) joined ##slackware. [22:14] fevel (n=fevel@189.4.233.162) left irc: Connection reset by peer [22:14] kkkyle: he's trying to get wireless working, just switch to slack from Kubuntu. reading, wicd, and wpa_supplicant.conf have been suggested. [22:14] fevel (n=fevel@189.4.233.162) joined ##slackware. [22:14] suid0 (n=suid0@unaffiliated/suid0) joined ##slackware. [22:14] what front end in kubuntu did you use to configure your wireless beatzz? [22:15] agentc0re: SWEEEET, that script worked perfectly, thanks again. :) [22:15] Hey Pig_Pen. How's it going? [22:15] ge0rge007 (n=ge0rge@f71-215.fdsl.aegean.gr) left ##slackware. [22:15] doing fine firebird619, how are you? [22:15] doing great, thanks. That keyboard still holding up. :) [22:16] ya [22:16] :D [22:16] gm152 (n=gm@d121-140-120.home3.cgocable.net) joined ##slackware. [22:17] almost sleepytime for me [22:17] You go to bed quite early eh? [22:17] ridiculous I have to boot windows to burn a freaking cd atm [22:17] around 10pm, sunrise comes early [22:17] juice (i=1000@67.48.19.62) left irc: "grrrrrrrrrr" [22:17] Action: Shingoshi cooks a Jalepeno Pepper Pork Pot Roast. It's to be added to my vegetables shortly. [22:18] ew [22:18] Action: jeev hates *pepper* [22:18] jeev +1 [22:18] Cooked in a Slow cooker. Fantastic. [22:18] if i get to 10, you're going to sleep with me? [22:18] lol [22:18] i just hate the taste. [22:18] i love jalepeno peppers sliced on a hamburger [22:19] Action: firebird619 doesn't go to bed until around 03:00 [22:19] heh [22:19] I love hamburgers, not peppers. [22:19] The flavor will be distributed throughout the veggies. Won't be so strong that way! [22:19] veggies rule. broccoli and other ish [22:19] but not peppers [22:19] peppers are truly an acquired taste [22:20] Shingoshi: sounds like some tasty supper your cooking [22:20] you guys try dry lemon? [22:20] I cooked the meat to absorb the flavor. The rest of the veggies will be flavored by the meat. [22:20] armenian/persian culture, not sure which.. there is a greens, beef and those white beans with black tops.. forgot the name [22:20] MLanden: indeed, and I haven't acquired it yet, and probably never will. :) [22:20] they put dry lemons sometimes, i HATE dry lemon [22:20] but otherwise, the food is the besttttttttttttttttt [22:20] Action: Shingoshi likes limes. [22:21] http://www.gastronomie-sf.com/2005/02/ghormeh_sabzi_o.html [22:21] nasty pictures [22:21] http://3.bp.blogspot.com/_yMEJcplkQAw/SVmWVYx2H_I/AAAAAAAAAIA/C2twCwQ42cY/s320/Ghormeh_Sabzi.jpg so delish [22:22] jeev: you like lemons?? [22:22] Action: Shingoshi likes Greek cuisine and Ouzo! [22:22] and lemons? [22:22] not really [22:22] i think he does [22:22] lemons are only cool in some things, very rare [22:22] jeev: oh, nevermind then. I thought you and Shingoshi might have a party with them or something ;-) [22:22] lol! [22:22] haha ass [22:23] i didnt even know wtf you were talkin about [22:23] :D [22:23] Hey there rworkman. How's your day going? [22:23] apparently dreaming of lemon parties [22:23] Fast. Almost gone. [22:24] aren't they all like that. :P [22:24] jeev: touché [22:24] i wish there'd be something awesome to happen to mozilla thunderbird [22:25] Ugh, thunderbird. I used to like that, but don't care for it anymore. [22:25] what do you use [22:25] i'm stuck in vista for my main comp ;D [22:25] opera mail. :) [22:25] Ugh, vista. [22:25] :P [22:25] yea [22:25] cause i have 12 gigs of ram [22:25] dive, pong? [22:25] claws mail ftw [22:25] jeev: I also use Thunderbird, and nothing else. [22:25] rworkman: claws mail is also a favorite of mine, very nice. [22:25] does opera do pgp? [22:25] never heard of claws. [22:25] beatzz (n=beatzz@65.61.57.135) left irc: "Leaving" [22:26] or gpg [22:26] has anyone used the usb-installer on a recent thinkpad ? [22:26] thrice`: define "recent" :) [22:26] jeev: used to be sylpheed, then sylpheed-claws, and now claws-mail [22:26] heh [22:26] darn, another severe thunderstorm is about to hit, i think i will stay up until it passes, no sense in getting almost asleep and boom! comes the thunder [22:26] antiwire: Um, not sure. I think maybe so, but not sure. [22:26] i've got 3 thinkpads.. [22:26] rworkman: mm, good question. from google, I've seem mostly 60-series [22:26] nope [22:26] rworkmank, any news from kernel.org? [22:26] all i get is "boot error" [22:26] Pig_Pen: Just be safe there! [22:27] Pig_Pen: large cell or a small quick to come quick to go. [22:27] yeah, no tornados i hope [22:27] jeev: it will happen; I think we're the holdup now, but be patient - it will happen :) [22:27] I've successfully booted usb using a grub-based loader. I think it's a syslinux (?) conflict [22:27] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) left irc: Read error: 104 (Connection reset by peer) [22:27] just a line moving from north to south [22:27] quick off topic question... [22:27] Who here receives those damn Nigerian scams? [22:27] not I. [22:27] Action: Shingoshi goes back to cooking! [22:27] Dominian, i haven't sent one out in a week.. [22:27] err i mean received. [22:27] ;) [22:27] heh [22:28] Dominian: gmail is pretty good a blocking all that crap, at least for me [22:28] no.. point is.. [22:28] http://images.intellicast.com/WxImages/RadarLoop/law_None_anim.gif looks like it will be here in about 30 minutes to an hour [22:28] I want them.. with headers if possible :) [22:28] thrice`: well, no idea - I've not run across that at all on the T4x series. [22:28] lol [22:29] btw, I'm now on a borrowed T30 :/ The T41 finally bit the dust today - she's officially retired. [22:29] i should be a+ at geography [22:29] but where the hell is that [22:29] If you guys wanna "pitch" in.. head to http://419eater.com and see what I'm apart of ;) [22:29] rworkman: bummer :( [22:29] got my parents sending me some :) [22:29] Dominian, put my google ads on it! [22:29] jeev: haha [22:29] not my site [22:29] rworkman: You know whats wrong with it? [22:29] http://www.linuxquestions.org/questions/slackware-14/x61-usb-boot-error-691955/ is pretty much it [22:29] I've been trying to find these guys for a long time.. finally did.. finally joined :) [22:29] antiwire: nope, no gpg as of yet in opera. They're working on it though. [22:29] not even a plugin? [22:29] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) joined ##slackware. [22:30] heh [22:30] that's one of the main things i get from thunderbird via plugins [22:30] dive, and i do have a brother [22:30] antiwire: nope. Opera doesn't really use plugins/extensions. They have alot of stuff built-in and other stuff is widgets. [22:30] Pig_Pen, get the yanni live at the acropolis album and blast it in the rain and watch it pour [22:30] we dont have much rain in LA, just stupid sunsets [22:31] stupid sunsets? why stupid? :P [22:31] how many sunsets could you stare at! [22:31] yanni? [22:31] yes, Yanni! [22:32] the acropolis in Greece? [22:32] how can a sunset be stupid? [22:32] XGizzmo: well, "flaky hardware" is the best summary. Integrated NIC started causing kernel panics a couple of months ago... A couple of days ago the backlight started turning off on its own, and now it's completely gone. It will turn on occasionally, but not enough to use it. [22:32] yes [22:32] jeffrey_ (n=jeffrey@61.141.157.197) joined ##slackware. [22:32] http://en.wikipedia.org/wiki/Yanni_Live_at_the_Acropolis [22:32] http://www.youtube.com/watch?v=QYW63J648i0 and more. [22:32] old school but still awesome. [22:32] XGizzmo: the laptop isn't completely worthless - I'll probably sell it on eBay to raise a bit of cash to put toward a new one [22:32] i'll pass on yawnii [22:33] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [22:34] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [22:34] man, latitude's from dell are the est. [22:34] best [22:34] jeev: you own one? [22:35] i used to, gave it to my uncle.. he really needed it [22:35] stuck with 3 lenovo's lol [22:35] jeev he has some good music, i like it [22:35] thinkpads? [22:35] yea [22:35] beatzz (n=beatzz@65.61.57.135) joined ##slackware. [22:35] Pig_Pen, great music.. :) [22:35] lenovos are nice [22:35] jeev: they are nice. [22:35] na they're kinda crappyk, i've said it in here a few times [22:35] Action: firebird619 doesn't own a laptop. [22:35] buy one [22:35] 2.8ghz ssd, the ssd takes a long time to wake up from sleep and the speakers stopped working [22:36] 2.53ghz core 2 duo 160gig 7200rpm one when turning on from sleep sometimes doesn't start wifi or something [22:36] the other one is a 12.1 i think.. it's not bad, no bugs so far, just annoyingly little [22:36] beatzz (n=beatzz@65.61.57.135) left irc: Client Quit [22:36] lenovos are crappy, and dell's are best ? [22:36] absolutely [22:36] thumbs (i=1000@modemcable233.40-200-24.mc.videotron.ca) joined ##slackware. [22:36] O.o [22:36] I think I've stumbled into an alternate reality. [22:36] Macbook [22:37] after dealing with lenovo's support and dell's support.. if i really needed a new laptop, i'd get the latitude [22:37] I own a dell and i but say lenovo is crappy [22:37] rworkman: no, that was earlier :) [22:37] i mean, inspirons are cool too, got 3 older ones at home still running like they just came out of the woomb [22:37] lenovo would be my second choice actually [22:37] superGear, i buy diamonds with the monies i save not buying macs. [22:37] Pig_Pen, listen to all the songs at the acropolis. [22:37] lee555J5: which time? :) [22:37] Diamonds for who? [22:38] haha, just somethin to say that macs are overpriced ;) [22:39] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) joined ##slackware. [22:39] gyah [22:39] i can't get my sound back :( [22:39] eross (n=rem@6532142hfc81.tampabay.res.rr.com) joined ##slackware. [22:39] yeah, i see a few in the releated section [22:39] after building a kernel [22:39] find which module you are missing [22:39] did you forget to build a module? [22:40] dartmouth: did you dig deep in to the submenu and select the driver? [22:40] he's probably missing the sanity module! [22:40] i can't find it; under audio drivers it just splits everything between alsa and oss [22:41] pci [22:41] external? [22:41] bah, where is chowabunga [22:41] device drivers -> soundcard support; etc [22:41] superGear: it's onboard [22:41] luckily both of you aren't here at the same time [22:41] what type of card is it? [22:41] nvidia MCP51 [22:42] no fgx either because fglrx needs to be rebuilt as well lol [22:42] gfx* [22:42] ewww ATI ;P [22:42] haha yeah [22:42] but im more worried about the sound [22:42] anyone seen Taken ? [22:42] i can deal with console-only. i kinda like it. but i can't deal without my music haha [22:43] Intel/SiS/nVidia/AMD/ALi AC97 ? [22:43] jeev: I did see it. [22:43] "this is no time for dick measuring" [22:43] build as a module or build it in [22:43] who's dick measuring? [22:43] it's from the movie, nevermind [22:43] look in the intel HD Audio submenu that is the only place where i see a nvidia sound driver [22:43] Cann0n (n=Cann0n@unaffiliated/cann0n) joined ##slackware. [22:44] eviljames: what menu did you find it under [22:44] snd-hda-codec-nvhdmi sound right dartmouth ? [22:45] seriously...hit / and type a search string already [22:45] stop the madness [22:45] haha [22:46] prowire > antiwire [22:46] sexwire > prowire [22:46] Nick change: antiwire -> prowire [22:46] Nick change: dartmouth -> sexwire [22:46] Nick change: prowire -> antiwire [22:47] Action: sexwire feels like an HBO special [22:47] Nick change: sexwire -> dartmouth [22:47] what?!? No livewire?..:o [22:47] Nick change: firebird619 -> livewire [22:47] :P [22:47] beatzz (n=beatzz@65.61.57.135) joined ##slackware. [22:48] Cann0n (n=Cann0n@unaffiliated/cann0n) left irc: Remote closed the connection [22:48] lol [22:48] has to be a favorite motley crue song of mine! [22:48] there's an option for the 'silent boot' that is supposed to only show errors, yet seems to actually remove nothing from the bootup process [22:48] Nick change: livewire -> firebird619 [22:49] good song..also,Merry go round on the same album [22:49] dartmouth: are you randomly enabling and disable kernel options? [22:49] disabling* [22:49] antiwire: yes. :) [22:49] MLanden: hell yea! [22:49] http://www.youtube.com/watch?v=Gjh562Kwul4 [22:50] CRANK IT [22:50] make randomconfig [22:50] lol [22:50] i wish i knew php like i know how to pick my nose [22:50] randconfig [22:50] eviljames: hear ya [22:50] i haved installed Wicd [22:51] and vlc both useing upgradepkg [22:51] great, now enable rc.wicd [22:51] eviljames, how so? [22:51] beatzz: something tells me I'll be sending you to a lot of man pages ;) [22:51] lol [22:51] iaccidentallymyn (n=kvirc@24-107-62-139.dhcp.stls.mo.charter.com) joined ##slackware. [22:51] i'll read every one [22:51] i love man pages [22:52] man *. Load em all up at once. :P [22:52] awesome, this is going to work well, then. [22:52] firebird619: hahahaha good call! [22:52] :) [22:52] beatzz: you know how services are started at boot? [22:52] adding them to... [22:52] hang on [22:52] *refers to Linux+ exam book [22:53] Daemons? [22:54] cron? [22:54] ok, but while the machine is booting up it goes looking for instructions on what to do. [22:54] Where does it look for those instructions? [22:54] crontab file? [22:55] if I say rc.d does that help? [22:55] /etc/rc.d [22:55] yes [22:55] yea, that's the startup scripts. [22:55] ding ding ding. :P [22:55] wicd has a daemon that is started there. [22:55] startup script used to start the atd dmon [22:56] well, atd is a daemon, but not the only one. [22:56] why ya ring-a-lingin', firebird619? [22:56] because this reads like a quiz show :) [22:56] hahaha, cuz beatzz guessed /etc/rc.d right. [22:57] ahhhh...good call..:D [22:57] and the # of questions in the quiz has yet to be defined. [22:57] For now, it's a wildcard. [22:57] * [22:57] :P [22:57] pattwo (n=sysadmin@d206-75-107-60.abhsia.telus.net) joined ##slackware. [22:57] when i start Wicd it dosent finish loading [22:58] so with wicd installed, whats next step? [22:58] did you start the daemon? What does it do as opposed to finishing loading. [22:58] start what daemon? [22:59] i clicked on the menu option "Wicd Network Manager" [22:59] well, what is it you're working with? [22:59] card? [22:59] .... [22:59] no [22:59] Action: dartmouth looks for something sharp [22:59] haha [22:59] i have a acer aspire 5570Z laptop [23:00] with slackware 12.2 installed [23:00] Action: dartmouth settles for cheddar cheese and puts his differences aside [23:00] beatzz: by chance could it be the wicd daemon? [23:00] i have used slackbuids VLC and wicd installed [23:00] dartmouth: lol, good choice. [23:00] i instaled them, [23:00] nothing more [23:00] beatzz: yes, but do you think wicd will start if the daemon isn't running? [23:01] and work properly? [23:01] no, so how do i start it [23:01] haha [23:01] omfg [23:01] did you read ANY of the install docs? [23:01] or did you just randomly install something to see what it does? [23:01] wicd start [23:01] rcatd start [23:02] beatzz: what did you and eviljames talk about? what is the wicd daemon called, where is it at? [23:02] i have no idea [23:02] u all lost me there [23:02] I got wicd installed [23:02] still no wifi [23:02] lol [23:02] wicd will not work magically on its own, you do have to do some work. [23:02] i have little exp with daemons [23:03] i understand that [23:03] im just new to it [23:03] one things for sure, you're not getting discouraged. [23:03] charle97 (n=c@udp226182uds.hawaiiantel.net) joined ##slackware. [23:03] beatzz: you have the command 'ls' installed as well. how do you make 'ls' do something? [23:03] ls -l usualy [23:03] dartmouth: err, what? [23:03] awesome. run with that. [23:04] im sory if im being unclear somehow [23:04] you all are obviously far more advanced than i am [23:04] beatzz: I don't use wicd, but try, as root mind you, /etc/rc.d/rc.wicd start. There's your one freebie. :P [23:04] i think were getting lost in the translation [23:05] firebird619: :D [23:05] firebird619, root@5570Z:/tmp# /etc/rc.d/rc.wicd start [23:05] Starting wicd daemon... [23:05] root@5570Z:/tmp# [23:06] thank you, that seemed to work [23:06] beatzz: you'll also want to set rc.wicd so it starts with the pc, any ideas on how? :P [23:06] so i just set it to start at boot is that corect? [23:06] yes [23:06] you know how? [23:06] cron [23:06] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) left ##slackware ("*cackle* someone give that guy an ubuntu disc"). [23:06] right? [23:06] :( [23:07] http://slackbook.org [23:08] so i need to find out how to start /etc/rc.d/rc.wicd daemon on PC start up [23:08] juice (i=1000@65.28.97.1) joined ##slackware. [23:08] yes, if you read rworkman's link, it will help you. [23:09] firebird619: You might want to note that in the slackwiki or something since that script worked. [23:09] agentc0re: ok, I've never put anything on there before, I'll check it out. [23:09] so when i have it set to run at start up [23:09] will wifi work? [23:09] I have to quit changing computers, because everytime I have all these apps installed and configured then I have to redo it :( [23:10] and I forget about them until I need them and then get mad when I have to redo it all over [23:10] I'm working on procmail filters. When specifying where to filter a certain mail to, with Maildir would I specify to go into /cur, /new, or just a folder of it's own in inbox? [23:11] nite all:) [23:11] hitest (n=hitest@7conn226.rupert.net) left irc: "Leaving" [23:11] can you point me in the right direction? [23:11] take care,folks...good luck in all life's endeavors [23:11] beatzz: you'll have a little more to do than that, as I mentioned, it won't work on it's own. Again, if you read rworkman's link it will help you quite a bit. [23:11] what do i look for in the slack book? [23:11] MLanden: good night, take care [23:11] man wicd [23:11] MLanden (n=mello@pool-72-82-75-249.nrflva.east.verizon.net) left ##slackware. [23:12] i just wandered back to the computer, and part of me wants to just give away the answer. [23:12] heh [23:12] beatzz: It's divided into sections, networking perhaps. Also, what MrHales said. [23:12] eviljames: I know huh. :P [23:12] Beer is depleted.. What to do next. [23:12] s/./? [23:13] slackpkg install beer [23:13] agentc0re: heroin. [23:13] firebird619: http://pastebin.com/d54486213 [23:14] hahaha, dang, didn't work. [23:14] eviljames: Look at noobfarm lately? [23:14] firebird619: heh ;) [23:15] agentc0re: haha yeah... the time stamps might've helped.. [23:15] agentc0re: but otherwise, I'm glad someone caught it [23:16] iaccidentallymyn (n=kvirc@24-107-62-139.dhcp.stls.mo.charter.com) left irc: "When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net" [23:16] eviljames: i should've kept them. oh well. [23:17] *shrug* it worked either way [23:17] there was a good 90 minutes of him silently taking it though [23:17] ya, there was. [23:17] haha [23:17] odcaa (n=danny@adsl-99-29-114-76.dsl.hstntx.sbcglobal.net) joined ##slackware. [23:18] so to make this happen at boot -> "/etc/rc.d/rc.wicd start" I wouldent just do this -> " [23:18] ..... [23:18] i feel like i know this.. [23:18] Anjo_Malvado (n=eduardo@unaffiliated/anjomalvado/x-03752) joined ##slackware. [23:19] !! GOT IT!!! [23:19] you need to add rc.wicd to rc.local is it is not already in the stock scripts for you [23:19] for system prossess you use an init script [23:20] rc.local??? [23:20] Okay, in the interest of not allowing you to terribly screw up your system... NO. [23:20] well i was wronge [23:21] rc.wicd is already called from /etc/rc.d/rc.M *if* rc.wicd is executable. [23:21] that's what i said though [23:21] Therefore, you need to make /etc/rc.d/rc.wicd executable. [23:21] well with a typo...is/if [23:21] beatzz: now your assignment is to find out how to do that. :) [23:21] chmod a+x /etc/rc.d/rc.wicd [23:21] ? [23:21] antiwire: Yes, you did, but I wasn't sure it was clear enough. [23:21] beatzz: indeed [23:21] or, perhaps u+x [23:22] so just owner can execute right? [23:22] i guess there's no harm in a+x [23:22] or just +x [23:22] agentc0re: I like that one best. it's simple and to the point. [23:22] as root? [23:22] yessir. [23:23] did you just say yeah sure? [23:23] ok done [23:23] so now it will be ran at start up, sweetness. [23:23] right? [23:24] yes [23:24] Pig_Pen (n=anyuser@24-117-12-214.cpe.cableone.net) left irc: Read error: 110 (Connection timed out) [23:24] nice, so now i must configure my wireless card? [23:25] are you in x? [23:25] dartmouth (n=cpunches@cpe-24-25-172-165.maine.res.rr.com) joined ##slackware. [23:25] grrr [23:25] same friggin error [23:25] antiwire (n=antiwire@unaffiliated/antiwire) left irc: Read error: 113 (No route to host) [23:25] yes [23:25] beatzz: run wicd-client [23:25] in a terminal? [23:26] (i'm assuming that you've already run /etc/rc.d/rc.wicd start) [23:26] or press alt-f2 and run it there. [23:26] correct [23:26] eviljames: yes, he did earlier [23:26] a terminal would let you see debugging / error output though [23:26] as root? [23:26] as your user [23:27] sweet, worked [23:27] now configure it and be happy. :) [23:27] dissociative (n=dissocia@190.71.10.18) joined ##slackware. [23:27] is there a way command to bring down usb power to a device? [23:28] well now what do i do to it? [23:28] init 6 (dont try that) lol [23:28] stef_204 (n=stef@unaffiliated/stef-204/x-384198) left irc: Read error: 104 (Connection reset by peer) [23:28] looks like linux doesnt has the driver for this device [23:28] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [23:28] beatzz: have you read *anything* about wicd? [23:29] a little of the man [23:29] heheh man wcid [23:29] kkkyle (i=kkkyle@1Cust3942.an4.cle11.da.uu.net) left irc: [23:29] err s/wcid/wicd/ [23:29] dissociative: what device? what does lsusb say when it's not and is plugged in? [23:29] beatzz: it's a tool that is supposed to take the pain out of configuring your wifi. (or networks in general) [23:29] a little? try all. :P [23:29] its not showing me any networks [23:29] Starchaser (n=iron@host89-251-107-28.hnet.ru) left irc: Remote closed the connection [23:29] i know theres one here [23:29] eviljames: add a comma after man and it sounds like you were making a statement. [23:30] haha [23:30] gm152 (n=gm@d121-140-120.home3.cgocable.net) left irc: "Lost terminal" [23:30] kiraa (n=kiraa@ip68-102-46-3.ks.ok.cox.net) joined ##slackware. [23:30] agentc0re: this: Bus 002 Device 004: ID 0451:d004 Texas Instruments, Inc [23:30] so it does see it [23:30] what is it? [23:30] a crappy cellphone [23:30] I guess [23:30] yarvin (n=yarvin@42-57-74-65.gci.net) left ##slackware. [23:30] does it present you with a mass storage device? [23:31] are you trying to mount it as a device? [23:31] no [23:31] I just trying to flash/unlock it [23:31] typically that is done with pretty specific software, no? [23:31] all that I know is that it has a locosto chip [23:31] I wouldn't just dd if=/dev/urandom of=/dev/usb0 [23:31] well i guess getting wicd installed is good enough for tonight [23:31] eviljames: It seems [23:31] gtg all [23:32] thanks for all the patcients and help [23:32] beatzz: it's coming along, padawan. you will be jedi soon. [23:32] straterra (n=straterr@fuhell.com) joined ##slackware. [23:32] indeed [23:32] pressue and time [23:32] now read [23:32] alisonken1church (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) left irc: "When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net" [23:32] beatzz (n=beatzz@65.61.57.135) left irc: "peace" [23:32] hey chopp, how's it going? you seen my latest desktop? [23:33] thebigh (n=herbert@adsl-99-18-171-108.dsl.hstntx.sbcglobal.net) joined ##slackware. [23:33] TXZ! [23:33] I don't think slamd64 has it [23:33] it has support for lzma [23:33] Hey Dominian. [23:34] firebird619: not so bad, and I don't think so. [23:34] the transfer to txz hasn't taken place yet.. because -current of slackware JUST released it. [23:34] hey firebird619 [23:34] chopp: http://imagebin.org/48942 [23:35] hey guys, Im running slackware 11... and I have a USB ethernet adapter, and during boot up, "rc.hotplug" SOMETIMES causes the whole system to freeze... and at the same time I need that to be enabled to detect the USB adapter... is there a way around this problem? [23:35] Dominian: question. with procmail and using Maildir, for filtering, do I specify to put a mail in cur, new, tmp, or can I just specify inbox/folder_here? [23:35] I think I'm going to skip Slackware 13 [23:35] firebird619: you change wallpapers much? ;) [23:35] dunno about procmail.. never use it :) [23:36] chopp: nope, not at all. :P [23:36] l00t- (n=i-i3id3r@189.105.16.237) joined ##slackware. [23:36] chopp: Which one did you like best? I'm curious. [23:36] Dominian: ok, thanks. [23:37] Action: dartmouth selects EVERY available option in ALSA/OSS [23:37] wow my male dog has a 23" neck. [23:37] Dominian: I was just curious because maildir format makes cur, new, tmp directories, so I was wondering if I have to use them, that's where it put the rest of my mail I converted. [23:37] firebird619: well I think the one with just the musical notes. [23:37] fevel (n=fevel@189.4.233.162) left irc: Client Quit [23:37] Thurin1 (n=amunra@modemcable213.189-130-66.mc.videotron.ca) joined ##slackware. [23:37] chopp: yeah, that's what I was thinking, it just looks nice with that one. [23:38] jon_doh (n=jon_doh@cpe-76-187-1-174.tx.res.rr.com) joined ##slackware. [23:38] firebird619: whatever blows your hair back. :) [23:38] chopp: I have over 100 styles now from tenner. :P [23:38] haha, a fan? [23:39] kiraa (n=kiraa@ip68-102-46-3.ks.ok.cox.net) left ##slackware. [23:39] open road, and a harley is my choice....but hey [23:39] chopp: I've been working on getting icons added to the menu, gosh does that make it look nice. [23:39] firebird619: I agree. [23:40] chopp: I did notice with the conky I have, it drags on the system's performance, I may have to go with something more simplistic. [23:40] also, does I2C in the kernel provide some kind of backbone for other systems on the mobo in linux? [23:41] because i thought it was one of those interfaces that never took off, like firewire [23:41] agentc0re: what kind of dog? [23:41] what about doing this in the stock Slackware scripts...maybe at the end of rc.M for i in $(ls -1d /etc/rc.d/userjunk/*); do $i; done [23:41] ok ok i joke i kid!! [23:42] I keed, I keed. :P [23:42] yosii (n=yosi@ool-18b8c4dc.dyn.optonline.net) joined ##slackware. [23:42] just throw random executables into userjunk [23:42] lol [23:42] dartmouth: about i2c, yes it could [23:42] some sensors are i2c based [23:42] firebird619: great dane [23:47] agentc0re: nice. I'm allergic to dogs & cats. [23:47] Ew, that sucks. [23:47] no kidding. [23:48] i think he means just allergic to the dander, he can probably still eat them though [23:48] haha [23:48] haha. [23:48] yes, if you are allergic to dogs or cats, it is the dander (oil secreted from their skin) that you are allergic to. Because of that, there is no such thing as a true hypoallergenic dog or cat. [23:49] sure there is [23:49] mmlj4: oh really? [23:49] think hefty bags [23:49] l00t (n=i-i3id3r@189.105.20.35) left irc: Read error: 110 (Connection timed out) [23:50] firebird619: allerca has actually selectively bred cats that had less dander and over time they have come to cats that won't set off most allergic people [23:51] antiwire: I bet that would be expensive. [23:51] they didn't even GM them, just SB [23:51] yeah they are [23:51] way expensive [23:51] gal_hs (n=kasir@125.163.177.177) joined ##slackware. [23:51] http://www.allerca.com/ [23:51] pi31415 (n=chatzill@c-98-246-78-78.hsd1.or.comcast.net) left irc: "ChatZilla 0.9.84 [Firefox 3.0.10/2009042315]" [23:51] thumbs (i=1000@modemcable233.40-200-24.mc.videotron.ca) left irc: Read error: 60 (Operation timed out) [23:51] antiwire: I'll check out the link, thanks. [23:52] most cats make my eyes itch within a few minutes of being around them [23:52] lol hefty bags [23:52] mmlj4: i'm the same way [23:52] gal_hs (n=kasir@125.163.177.177) left irc: Client Quit [23:52] I'll see if i can get a picture of them. [23:53] antiwire: I just seen on the news tonight a young girl that being around a dog for a extremely short period of time causes anaphylaxis [23:53] i'm allergic to bullshit, that's why i've never run fedora [23:53] hahahahaha [23:54] for some people the dander can be just as sesame or peanuts to those types of people [23:54] jeev, i thought ubuntu was the bullshit distro, fedora is the drunk mentally unstable one [23:54] heh, they're all lame, including centos [23:54] Well, Ubuntu is Big Brown. :P [23:54] i like vanilla yogurt and i like vanilla linux [23:54] hey edman007 [23:54] how goes it? [23:54] good [23:54] i had two finals today [23:54] and i did pretty good :) [23:55] edman007: sweet. [23:55] edman007: just a couple more days left of those right? [23:56] jon_doh (n=jon_doh@cpe-76-187-1-174.tx.res.rr.com) left irc: "Leaving" [23:56] yea, two finals tomorrow, that is it for the real tests, then it is two reports on friday and a presentation, both group things (though..i'm doing more than my share :/) [23:56] jon_doh (n=jon_doh@cpe-76-187-1-174.tx.res.rr.com) joined ##slackware. [23:56] ivan_ (n=ivan8013@89.101.56.190.dsl.intelnet.net.gt) left irc: Remote closed the connection [23:56] edman007: group members aren't helping? :D [23:56] ilj (n=ilj@sourcemage/grimoire/apprentice/ilj) joined ##slackware. [23:57] odcaa (n=danny@adsl-99-29-114-76.dsl.hstntx.sbcglobal.net) left irc: "leaving" [23:57] I've had group work where i ended up turning in the paper with just my name on it [23:57] fsck them [23:57] jon_doh (n=jon_doh@cpe-76-187-1-174.tx.res.rr.com) left irc: Client Quit [23:57] no...not really..one the person just can't code, and its a CS grad class (and i'm an undergrad ECE!!!) [23:58] nix_chix0r (n=misspwn@70-41-16-81.cust.wildblue.net) left irc: Read error: 104 (Connection reset by peer) [23:58] jon_doh (n=jon_doh@cpe-76-187-1-174.tx.res.rr.com) joined ##slackware. [23:58] and the other class, well, they are really into the whole half-ass is too much work thing... [23:58] that sucks. [23:59] yea...well on the plus side, i'm better than the groups in most of those classes (the grad CS class has a few people that know what is going on) [23:59] alright, well time to make AES work on my stuff, lol [00:00] --- Thu May 14 2009