[00:06] I'm trying to get an internal host to have its sendmail relay through my main mail server... I can mail directly from the internal host using telnet to port 25 of my main mail server, but I can't get the internal server's sendmail to relay it ... [00:07] anyone have some sendmail config fu that may help me out ? [00:07] Lab_Rat (n=lab_rat@c-67-169-134-183.hsd1.ca.comcast.net) joined ##slackware. [00:07] MythryN (n=colin@ip70-189-73-244.ok.ok.cox.net) joined ##slackware. [00:08] alisonken1noc (n=alisonke@ip-66-33-206-8.dreamhost.com) joined ##slackware. [00:10] nachox (n=nacho@190.51.7.17) left irc: Read error: 113 (No route to host) [00:10] grekkos (n=grekkos@pool-173-52-69-54.nycmny.fios.verizon.net) left irc: "Computer has gone to sleep" [00:11] rk4n3: Yeah. Hold on. Got the perfect document for that. [00:11] I think it is time that I sleep [00:11] Alan_Hicks: sweet [00:11] rk4n3: http://tinyurl.com/kqg839 [00:12] j0z (n=JESUS@unaffiliated/j0z) left irc: Read error: 110 (Connection timed out) [00:12] Alan_Hicks: haha :) [00:13] sendmail is not my cup of tea, but I might be able to provide some assistance if I better understand the problem. [00:13] OK, I'll run it by you quick and see if it rings a bell... [00:14] You have two mail servers, only one of which faces the Internet. You want this machine to receive mails from the Internet and forward them to the internal mail server? [00:14] ah, not quite - sort of the opposite [00:14] Or is it the exact opposite? You want the internal mail server to use the ... gotcha. [00:14] I have a working "internet-facing" mail server, and I want another internal slack box to use it as the relay for outgoing mail [00:15] :) [00:15] internal mail will use the primary mail server as a smart host, but the primary mail server won't relay mail from the internal server. [00:15] yeah [00:15] Right. [00:15] Will the primary mail server accept e-mail for delivery from the internal server, provided the primary is the final destination for the mail? [00:16] would anyone be willing to give me some advice on the best way to set up a wireless pci card in slackware? [00:16] yes - if I telnet from the interal to the mail server's port 25, it will accept email and deliver it both locally and over the internet (if addressed such) [00:16] There/win 3 [00:16] ok that's weird... [00:17] Alan_Hicks: there's another clue I think [00:17] rk4n3: We need to assign names to these servers so we don't get them confused. [00:17] Alan_Hicks: OK, internal is tai, internet-facing email server is zen [00:17] Gotcha. [00:18] _ohm (n=nava@pool-71-99-30-120.tampfl.dsl-w.verizon.net) joined ##slackware. [00:18] So if you telnet from zen to tai:25, you can send mail to bob@aol.com. Correct? [00:18] Alan_Hicks: if I run tai's sendmail (attempted to be configured to relay through zen), and then mailx from a user on tai, tai's maillog records the attempt to relay, but gets a timeout error on connection [00:19] Alan_Hicks: ... and nothing in zen's maillog for that [00:19] Alan_Hicks: however, if I telnet from tai to zen:25, I can send an email that way just fine, either internal or external [00:20] AbsTradELic (n=vldmr@unaffiliated/abstradelic) left irc: "leaving" [00:20] Alan_Hicks: so, I think I have tai's sendmail config botched, but I've tried everything I've read about to no avail [00:20] rk4n3: easy things first. run tcpdump host tai on zen. See if the packets ever even hit zen. [00:21] Alan_Hicks: right-o [00:22] Alan_Hicks: right on - no packets at all ... so apparently tai isn't actually trying to go to zen [00:22] Can you verify that your tcpdump was correct using telnet? [00:22] _juan (n=juan@200.84.124.34) joined ##slackware. [00:23] Alan_Hicks: yep - tons-o-packets then [00:23] Cool. That tells us that we can eliminate zen as the source of this problem. [00:23] <_juan> hi, can anyone please tell me where this file is? prog/init/lm_sensors.init [00:23] excellent - I was figuring that - good to confirm it :) [00:23] poona (n=chatzill@unaffiliated/poona) left irc: "ChatZilla 0.9.84 [Firefox 3.0.11/2009060214]" [00:24] on tai: grep ^DS /etc/mail/sendmail.cf [00:24] DSzen.samudio.net. [00:26] Ok. tail -f the maillog and send out a message, then pastebin that tail for me. [00:26] Alan_Hicks: here's my tai.mc file ... http://www.pastebin.ca/1460708 [00:27] ok [00:27] http://www.pastebin.ca/1460711 [00:27] ... there's the log messages [00:28] Connection timed out with [127.0.0.1] ????? [00:28] on tai: host zen.samudio.net [00:28] yeah, I know - I don't understand that [00:28] I have the smart relay host set to zen ... [00:29] Yes, but we need to know what tai thinks zen really is. [00:29] aha [00:29] Do the DNS lookup on tai by running "host zen.samudio.net" [00:29] I bet I know exactly what the problem is. [00:29] I get "zen.samudio.net has address 71.39.203.106" [00:29] Action: Alan_Hicks lost his bet. [00:30] Is that the right IP address for zen? [00:30] yep, for tai: tai.samudio.net has address 71.39.203.107 [00:30] wait..... hmmm.... [00:30] ... it like something in the sendmail config is over-riding or ignoring my smart host setting or sometthing [00:30] Maybe I was right after all.... [00:30] grep zen /etc/hosts [00:31] fsckroot (n=fsckroot@CPE-58-165-93-206.qld.bigpond.net.au) joined ##slackware. [00:31] Please don't tell me it's that simple... [00:31] 71.39.203.106 zen.samudio.net zen [00:31] 71.39.203.107 tai.samudio.net tai [00:32] adsasdasdads (n=asasdasd@ppp157-183.static.internode.on.net) joined ##slackware. [00:32] ? [00:33] Alan_Hicks: ... same on zen, and ifconfig on zen shows the 106 addr, as well as DNS from an external box, so hopefully that should be pretty certain [00:33] adsasdasdads: Do you have a question or did you just come to take up space? [00:33] ali0t4 (n=ali0t4@123.120.159.234) left irc: "Lost terminal" [00:33] rk4n3: Yes, but we have to figure out why it's .... is the sendmail daemon actually running on tai? [00:34] Alan_Hicks: root@tai:/usr/share/sendmail/cf/cf# ps -ef | grep mail [00:34] root 2147 1 0 23:01 ? 00:00:00 sendmail: accepting connections [00:34] adsasdasdads (n=asasdasd@ppp157-183.static.internode.on.net) left irc: Client Quit [00:34] VampirePenguin (n=java@h96-61-183-12.mtjltn.dsl.dynamic.tds.net) left irc: [00:34] rk4n3: telnet localhost:25 works? [00:34] VampirePenguin (n=java@h96-61-183-12.mtjltn.dsl.dynamic.tds.net) joined ##slackware. [00:34] Alan_Hicks: ah, haven't tried that - telnet zen:25 works [00:35] t4k3r0n_ (n=takeron@189.186.162.94) joined ##slackware. [00:35] rk4n3: http://pastebin.com/f1412732c [00:35] Look familiar? [00:36] ang (n=ang@ip24-250-16-162.ri.ri.cox.net) left irc: "Client exiting" [00:36] Alan_Hicks: well I'll be ... telnet localhost 25 hangs up with "Trying 127.0.0.1..." [00:36] That's me on my laptop (which isn't running ANY MTA) running mailx to send myself a message. [00:36] Action: rk4n3 looks [00:36] rk4n3: iptables-save -> pastebin [00:36] assuming there's actually anything there. [00:36] t4k3r0n (n=takeron@189.186.162.94) left irc: Read error: 104 (Connection reset by peer) [00:37] aw crap [00:37] AFK nature calls and I answer. [00:37] You firewalled localhost out? [00:37] exbio (n=ada@unaffiliated/exbio) joined ##slackware. [00:37] yep :) [00:37] dumb-ass. :^) [00:37] indeed [00:37] crap [00:38] Alan_Hicks: well, thanks for helping me on that little journey to confirm my dumb-assed-ness :) [00:39] Anytime. [00:39] MythryN (n=colin@ip70-189-73-244.ok.ok.cox.net) left irc: "Leaving" [00:39] Hey rk4n3, how's it going? :) [00:39] Hey Alan_Hicks [00:40] firebird619: seen this one ? http://www.kde-look.org/content/show.php/True+transparency+for+Konsole?content=48303 [00:40] firebird619: pretty good - Alan just helped me figure out a really dumb move that I spent all afternoon/evening on :) [00:40] rk4n3: haha, been there before. :) [00:40] yuh me three [00:41] Rat409: hadn't seen that one. Thanks. [00:41] sure [00:41] lostnhell (n=lostnhel@pool-96-225-167-254.nrflva.fios.verizon.net) joined ##slackware. [00:41] antiwire (n=antiwire@unaffiliated/antiwire) left ##slackware ("()"). [00:41] can't vouch for it,just found it [00:42] The lesson for today is: Unless you really know what you're doing, don't block 127.0.0.1/8 in your firewall ruleset. And if you do know what you're doing, think about it, but don't do it. [00:42] _juan (n=juan@200.84.124.34) left irc: "Leaving" [00:42] ilj (n=ilj@sourcemage/grimoire/apprentice/ilj) joined ##slackware. [00:43] Motoko-chan (n=maoyama@pool-173-51-68-122.lsanca.fios.verizon.net) joined ##slackware. [00:43] Hmm, in Kontact, some of my messages have no bodies to them? :P [00:43] Invasion of the Body Snatcher! [00:43] s [00:43] s/?/. [00:44] haha, I guess. [00:44] (Snatkhers?) [00:44] I can haz my bodies back? [00:44] Sknatchers? [00:44] how exactly would you KDEify that? [00:45] Ksnatchers? [00:45] :P [00:45] Klose enough [00:45] For example, this particular message, it loaded fine the other day. [00:46] good grief, a whole bunch don't have bodies. [00:46] AHHH [00:46] This, uh, isn't good. [00:47] Hmm, the only thing I can think of is moving my old .kde folder and having a new one made then reimporting my mail. Something's went wrong during the process me thinks. [00:48] from when I upgraded to current [00:48] hopefully you use imap and the "keep messages on server" option [00:48] my isp doesn't support imap for residential customers, only business. [00:48] Lab_Rat (n=lab_rat@c-67-169-134-183.hsd1.ca.comcast.net) left irc: "Leaving" [00:48] I still have the mail in the .kde backup. Where exactly is the mail itself stored? [00:49] Alan_Hicks: ... also, if you start your rules with "-P INPUT DROP" for paranoia, don't *forget* to add rules for 127.0.0.1 :) [00:49] im trying to convert a fat32 filesystem into a ext4 filesystem, i dont care about any of the files on the disk, but I dont know how to do this through the command line. Anyone know? [00:50] oh, nvm, figured it out [00:50] Um, ok, this isn't good. /KDE_Backup/.kde/share/apps/kmail/mail is friggen empty. [00:52] ping (n=ping@119.131.249.169) joined ##slackware. [00:53] Nick change: lostnhell -> mfillpot [00:54] Ugh, this sucks. :( [00:55] nullify (i=n@68-114-223-90.dhcp.mdsn.wi.charter.com) joined ##slackware. [00:55] ping (n=ping@119.131.249.169) left irc: Client Quit [00:56] Urchlay: keep messages on server option is enabled now, but of course that doesn't help these lost messages. These one's, thankfully, aren't important, but still I didn't exactly want to lose them. [00:57] mfillpot (n=lostnhel@pool-96-225-167-254.nrflva.fios.verizon.net) left irc: "Is getting back to soemthing else" [00:57] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [00:58] I wish I knew a way to help [00:58] uva (i=bno@220-136-228-41.dynamic.hinet.net) joined ##slackware. [00:59] never once loaded up kontact [01:00] I just deleted 3/4 of my xorg.conf and the new xorg still works [01:00] I only left my synaptics config and a section to load the nvidia proprietary driver [01:01] that's wawawawiiild [01:01] alkos333 (n=alkos333@c-98-193-57-38.hsd1.il.comcast.net) left irc: Read error: 110 (Connection timed out) [01:03] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) joined ##slackware. [01:03] antiwire: nice. [01:03] Thom1 (n=Thom1@75.118.87-79.rev.gaoland.net) left irc: Read error: 113 (No route to host) [01:04] I haven't done nothing like that yet. I need the stuff in there for my graphics tablet, the line that gives me native resolution, and to use the nvidia driver. [01:05] sGun (n=s@ppp184-132.static.internode.on.net) left irc: Read error: 54 (Connection reset by peer) [01:05] Urchlay: In kde4, it's quite nice, it just can't recover messages that have been stripped of their bodies. [01:06] Urchlay: Even the From, To, etc. is missing. :P [01:06] outch [01:07] I wouldn't have guess mail is stored in ~/.kde [01:07] sGun (n=s@ppp184-132.static.internode.on.net) joined ##slackware. [01:07] but I guess most/all kde apps use some subdir of ~/.kde [01:07] yeah, it's stored in ~/.kde/share/apps/kmail/mail. [01:07] przemoc (n=przemoc@chello089079179132.chello.pl) left irc: Read error: 110 (Connection timed out) [01:08] Even kooka (the scanning app) stores scans in ~/.kde/share/apps/ScanImages. [01:09] It's weird. [01:09] You'd think kontact would store in like ~/Mail or ~/Maidir or something. :P [01:09] yeah, and in a standard mbox or maildir format that could be shared with other clients [01:09] cmk_zzz (n=martink@219-89-201-169.adsl.xtra.co.nz) left irc: Read error: 110 (Connection timed out) [01:10] Thom1 (n=Thom1@75.118.87-79.rev.gaoland.net) joined ##slackware. [01:10] It does use the maildir format, which is one reason I like it. [01:10] hi [01:10] It's just stored in an odd place. [01:10] hi [01:10] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) left irc: "Is getting back to soemthing else" [01:10] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) joined ##slackware. [01:11] lowkyalur (n=low@dslb-088-070-017-154.pools.arcor-ip.net) joined ##slackware. [01:11] man [01:11] the "time warp" song from rocky horror [01:11] is *amazingly* cheezy [01:12] antiwire (n=antiwire@unaffiliated/antiwire) left irc: "()" [01:12] (I suppose that applies to all the songs) [01:12] Decoy- (n=Decoy@rrcs-70-63-108-15.midsouth.biz.rr.com) joined ##slackware. [01:13] But that was the whole point of the movie! [01:13] It's just a jump to the left ... [01:14] Action: rob0 knows most of the lyrics and dialogue [01:14] Shrp_ (n=Shrp_Edg@c-24-6-177-66.hsd1.ca.comcast.net) left irc: Remote closed the connection [01:14] CrYpTo1 (n=CrYpTo@ip68-224-51-177.lv.lv.cox.net) left irc: "Leaving." [01:16] ovnicraft (n=ovnicraf@190.154.63.55) left irc: Remote closed the connection [01:16] sGun (n=s@ppp184-132.static.internode.on.net) left irc: Remote closed the connection [01:16] How d'ya do I ... see you've met my ... faithful handyman. [01:17] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [01:17] well I guess it's not so great. [01:17] synclient -l says one thing while xorg.conf says another... [01:17] sGun (n=s@ppp184-132.static.internode.on.net) joined ##slackware. [01:18] ilb352 (n=Blue@S0106001c109fc40c.ss.shawcable.net) joined ##slackware. [01:18] Nick change: ilb352 -> ews135 [01:18] any it also won't allow me to enable compositing either [01:19] he's just a little brought down because... when you rang... he thought you were the *candy* man [01:20] if I could do a "rocky horror reunion" with all the people who used to go there when I first started, it'd be great [01:20] indeed [01:20] (or maybe depressing, like a high school reunion) [01:20] antiwire (n=antiwire@unaffiliated/antiwire) left irc: Remote closed the connection [01:20] haha we're all so damned old now :) [01:20] the drag queens are probably even scarier looking that before [01:21] nooper_ (n=nooper@c-71-60-234-252.hsd1.pa.comcast.net) joined ##slackware. [01:21] the slutty girls have all probably had 17 kids [01:21] rob0: I don't suppose you ever went to rocky in atlanta? [01:21] (would be hilarious if I knew you from 15 years ago) [01:22] oh heck no, I was in Topeka, KS of all places. And this was in the 70's. [01:23] think the first time I ever went was 1989 or 90 [01:23] But, to the credit of the Topeka audiences, I never heard the dialogue until I got the DVD about 5 years ago. [01:23] we were rowdy :) [01:23] WHERE'S YOUR NECK?!?!? [01:24] these days, the show downtown, the cast is pretty obnoxious about making everyone stay in their seats [01:24] anshulk (n=chatzill@123.237.2.61) left irc: "ChatZilla 0.9.84 [Firefox 3.0.10/2009042315]" [01:25] _marc` (n=marc@2001:6f8:103c:0:216:6fff:feb7:24e5) joined ##slackware. [01:25] plus... I know the movie's about a bisexual drag queen... even so the audience gay to straight ratio is higher than it used to be. Hard to pick up women when you can't tell which ones they are... [01:25] n1hub (n=nlhub@c-71-60-234-252.hsd1.pa.comcast.net) joined ##slackware. [01:26] haha [01:26] Staying in your seat ... goes totally against what RH was supposed to be. [01:26] exactly [01:28] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) left irc: "Is getting back to soemthing else" [01:28] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [01:28] well, I can't get composting to enable using the nvidia prop. drivers. [01:28] It has worked in the past though [01:28] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) left irc: Read error: 110 (Connection timed out) [01:28] antiwire, has something to do with GLX or something. [01:29] composting... when you're done with your windows, you throw them all in a heap and let them decompose, then use them for fertilizer to grow new windows? [01:29] AIGLX [01:29] ccfreak2k: should I kill glx in xorg.conf or should it be loading? [01:29] AIGLX has nothing to do with this [01:30] *shrug*, that's what I thought it was for [01:30] I'm using nvidia [01:31] AIGLX doesn't apply to me [01:31] hmmm, really? /me checks... [01:31] lowkyalur (n=low@dslb-088-070-017-154.pools.arcor-ip.net) left irc: "Lost terminal" [01:31] http://en.wikipedia.org/wiki/AIGLX#NVIDIA [01:31] lowkyalur (n=low@dslb-088-070-017-154.pools.arcor-ip.net) joined ##slackware. [01:31] and even so, compositing worked in the past [01:32] nooper (n=nooper@unaffiliated/nooper) left irc: Read error: 110 (Connection timed out) [01:32] nlhub (n=nlhub@c-71-60-234-252.hsd1.pa.comcast.net) left irc: Read error: 110 (Connection timed out) [01:32] Nick change: n1hub -> nlhub [01:32] hm, so you don't enable the regular aiglx option in xorg.conf, to get aiglx working? [01:32] not with the nvidia drivers [01:33] which drivers are you using antiwire? [01:33] I have composting enabled in xorg.conf and that was all that was needed before [01:33] nvidia prop. [01:33] in that case I wasted my time disabling it in my current xorg.conf :) [01:33] version? [01:33] NVIDIA-Linux-x86-185.18.08-pkg1.run [01:34] i see .14 now [01:34] let me try that [01:34] checking my config now. [01:34] i am using 180.44 [01:34] zlz952 (n=Blue@S0106001c109fc40c.ss.shawcable.net) left irc: Read error: 110 (Connection timed out) [01:35] too much to drink, how do you tell if composting is working? [01:35] usually, you can smell the compost 100 yards away [01:35] agentc0re: Well, previously i could enable kde affects in the system settings > display [01:35] now it just flat out fails [01:36] I'm going to update the nvidia driver. brb [01:36] antiwire (n=antiwire@unaffiliated/antiwire) left irc: "()" [01:38] t4k3r0n_ (n=takeron@189.186.162.94) left irc: "Saliendo" [01:38] init[1] (n=init[1]@unaffiliated/akber/x-5446599) joined ##slackware. [01:39] Action: init[1] waves to everyone in the channel :) [01:40] comparison between youtube videos and theora: http://people.xiph.org/~greg/video/ytcompare/comparison.html [01:41] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [01:41] got it, it was the texture filter option [01:41] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) left irc: Read error: 110 (Connection timed out) [01:41] frullet (n=hooch@124-170-110-253.dyn.iinet.net.au) left irc: "Lost terminal" [01:43] ah, cool. [01:44] Nick change: nooper_ -> nooper [01:44] antiwire (n=antiwire@unaffiliated/antiwire) left irc: Remote closed the connection [01:46] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) joined ##slackware. [01:47] good grief, this guy's nuts: http://fc06.deviantart.com/fs49/i/2009/165/c/1/Sparkles_by_MattTheSamurai.gif [01:49] fidesratio, I thought the same thing when I seen it earlier [01:49] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) joined ##slackware. [01:49] init[1] (n=init[1]@unaffiliated/akber/x-5446599) left irc: Client Quit [01:50] init[1] (n=init[1]@unaffiliated/akber/x-5446599) joined ##slackware. [01:51] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [01:51] well at actually doesn't work still. [01:51] at/it [01:52] midnight_sun (n=thetroop@unaffiliated/lombard) left irc: "WeeChat 0.2.6" [01:53] shitty. [01:53] Hermann (n=Hermannn@h-156-174.A155.priv.bahnhof.se) joined ##slackware. [01:53] yeah. over it [01:54] vaibhav (n=hehe@59.92.208.35) joined ##slackware. [02:06] i have a tub of fresh strawberries all to myself [02:07] Rat409 (n=nobody@bb-205-209-66-178.gwi.net) left irc: "Lost terminal" [02:08] erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) left irc: Read error: 110 (Connection timed out) [02:09] hey visiting this page leads to some CIA site www.phc.gov.pk is this sm kinda defacing [02:09] i mean the page is www.phc.gov.pk [02:10] lol [02:11] that's not "the CIA" [02:11] hmmm [02:11] as in the US CIA? [02:11] stealth- (n=stealth@unaffiliated/stealth-) left irc: Read error: 104 (Connection reset by peer) [02:11] no I do no tthink so [02:11] lol [02:11] lol [02:11] init[1]: it does look like a defacement but it's not the US CIA [02:11] cia as in [02:11] cyberindianarmy [02:11] C I A [02:11] yea [02:11] :P [02:11] well i feel they are some hacker group [02:12] .gov.pk [02:12] feel != reality (not always at least) [02:12] hmm.. yea [02:12] it looks like a hosting company to me [02:12] and you are being redirected for some reason [02:12] antiwire: CIA ? with all those music [02:12] if that's a hacking group that are lame [02:13] that/they [02:13] firebird619: still on? [02:13] is a hosting group [02:13] init[1]: sorry, i'm not crazy enough to not use noscript so i don't see any of that crap [02:13] fluxnuk3r: yeah [02:13] can i pm? [02:13] sure [02:13] antiwire: :) [02:14] what did you do before noscript? [02:14] curled up in a ball and cried [02:14] I can't say I have had any bad problems not using noscript [02:14] dhw: would you even know? [02:14] why would I not? [02:15] because there have plenty of times when I wouldn't have guessed scripts were running when they were [02:15] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) left irc: "I'm outta here! Later!" [02:15] then, you must go to some random webpages a lot [02:15] indeed [02:16] I probably visit around 30-50 random sites a day [02:16] really? [02:17] really. [02:17] it's been a while since I have come acrossed a malware infested site [02:18] I guess that on any given day, noscript will stop at least 2 XSS issues and countless other types of crap [02:18] DenNOLA (n=Dennis@174-148-196-183.pools.spcsdns.net) joined ##slackware. [02:19] whether malicious or not isn't really the issue here. The point was they are running and without at least some tool to let you know, you might never know anything was going on [02:20] it gives you the ability to allow what you want to allow and keep everything else blocked. [02:20] no, I understand why you use it. [02:21] stealth_ (n=stealth@66.183.233.184) joined ##slackware. [02:21] I use noscript aswell [02:21] _marc` (n=marc@2001:6f8:103c:0:216:6fff:feb7:24e5) left irc: Read error: 113 (No route to host) [02:22] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) joined ##slackware. [02:24] slackytude (n=hotline@p4FD8A58C.dip0.t-ipconnect.de) joined ##slackware. [02:24] morning! [02:24] y0 slackytude, how's it going? [02:24] greetings firebird619! all fine here. how about you? [02:24] firebird619, only one day to go [02:25] doing excellent, thanks. [02:25] :), yep, one day. :) [02:25] ^-^ [02:27] slackytude: It'll be interesting to see what it is. :) [02:27] l00t (n=i-i3id3r@189.105.2.122) left irc: Read error: 110 (Connection timed out) [02:28] Action: slackytude nods [02:28] slava_dp (n=slava@83.170.208.10) joined ##slackware. [02:28] whoa [02:28] great coffee today [02:28] nice [02:28] :) [02:28] maybe they finally listen and added childrens blood to it [02:28] morning slava_dp [02:28] l00t (n=i-i3id3r@189.105.7.191) joined ##slackware. [02:28] lol [02:29] morning, slackytude :-) [02:29] slackytude: the blood of innocents makes everything go down smoother [02:29] antiwire, aye! healthy too. [02:29] gotta get your iron some way right [02:31] jnylin (n=jnylin@rainbow.ext.hb.se) joined ##slackware. [02:32] Shrp_ (n=Shrp_Edg@c-24-6-177-66.hsd1.ca.comcast.net) joined ##slackware. [02:33] Ugh, I want to get a few mails from kontact to opera, but kontact doesn't have the ability to export to mbox format. :(* [02:33] s/:(*/:( [02:33] init[1] (n=init[1]@unaffiliated/akber/x-5446599) left irc: "init 0 -will be back" [02:33] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) left irc: Read error: 110 (Connection timed out) [02:36] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) left irc: "Leaving" [02:36] Agiofws (n=Agiofws@athedsl-434923.home.otenet.gr) joined ##slackware. [02:36] lowkyalur (n=low@dslb-088-070-017-154.pools.arcor-ip.net) left irc: Read error: 113 (No route to host) [02:36] fluxnuk3r_ (n=fluxnuk3@173-19-129-196.client.mchsi.com) joined ##slackware. [02:38] neonflux (n=neonflux@adsl-68-127-165-97.dsl.pltn13.pacbell.net) joined ##slackware. [02:38] hello [02:38] heh, one of the only ways of getting mail out of kmail to import to something else is to make a new mailbox with mbox format, then import that. :P [02:40] Oh man, kontact is really messed up. [02:41] fluxnuk3r_ (n=fluxnuk3@173-19-129-196.client.mchsi.com) left irc: Client Quit [02:42] Well, kontact has pretty much mutilated all my e-mails in it. looks like it's back to opera for me. I can't have this happening. [02:44] mac_s (n=mac@sunrise.pi.net.pl) joined ##slackware. [02:44] good grief, every message I click in Kontact, it moves to Unknown and the message is gone, friggen GONE. [02:45] firebird619, is that kontact from kde4? [02:45] yeah [02:45] This is NOT good. [02:46] slava_dp: what do you use for e-mail? [02:46] gmail [02:46] This absolutely sucks. [02:47] dunno. works for me. i can reach my mail anywhere. [02:48] I can go into ~/.kde/share/apps/kmail/mail/inbox/cur/ and open any file in there and everything is intact. What the heck. [02:48] the message is there, the headers are there??? [02:48] bryanlharris (n=bharris@66-190-66-200.dhcp.ftwo.tx.charter.com) left irc: Read error: 110 (Connection timed out) [02:49] I'll maybe try asking in KDE and see if they can help. [02:49] dhabyx (n=dhabyx@unaffiliated/dhabyx) left irc: Remote closed the connection [02:50] I really liked Kontact, but not if it's gonna eat my e-mails for lunch. [02:51] tuvok302 (n=vircuser@clgrtnt5-port-174.dial.telus.net) left irc: "Note to self:" [02:55] error_developer_ (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 54 (Connection reset by peer) [02:55] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [02:56] toastytoast (n=toast@cpe-76-179-206-255.maine.res.rr.com) left irc: "Lost terminal" [02:59] DenNOLA (n=Dennis@174-148-196-183.pools.spcsdns.net) left irc: "Leaving" [03:08] I hate it! [03:08] what? [03:08] I spent hours trying to get a timestamp in windows batch script [03:08] Is the rc.httpd included in slackware apache? [03:08] it worked but now I see it breaks down if time is sonner than 12 o clock [03:08] I could cry [03:08] ouch [03:09] Well, atm, I'm hating kontact. :) [03:09] for some reason its _910 where _ is a space instead of 0910 [03:11] przemoc (n=przemoc@chello089079179132.chello.pl) joined ##slackware. [03:11] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) joined ##slackware. [03:12] cause it's windows, i suspect :) [03:12] lol [03:13] High_Priest (n=Mean@nat/ibm/x-c98b9689ea4dcb1f) joined ##slackware. [03:14] hi [03:15] o/ [03:15] freealan (n=freealan@218-174-132-237.dynamic.hinet.net) joined ##slackware. [03:17] Ugh, I'm using claws-mail's script to convert kmail to claws-mail and it keeps saying I'm not giving it the kmail mail directory. :P [03:17] Oh, whoops. my bad. [03:17] forgot the --kmaidir in from of it. :P [03:18] Whoa, that isn't going well. A ton of No such file or Directory. :( [03:21] Action: firebird619 hates Kontact. :( [03:23] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) left irc: "Leaving" [03:23] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) joined ##slackware. [03:24] Lexus2 (n=BastionH@62.165.60.236) joined ##slackware. [03:25] bgeddy (n=bgeddy@82-42-231-37.cable.ubr19.live.blueyonder.co.uk) left irc: Remote closed the connection [03:28] Axius (n=samyw@92.82.85.180) joined ##slackware. [03:28] fsckroot (n=fsckroot@CPE-58-165-93-206.qld.bigpond.net.au) left irc: Read error: 113 (No route to host) [03:28] Axius (n=samyw@92.82.85.180) left irc: Client Quit [03:29] fsckroot (n=fsckroot@CPE-58-165-93-206.qld.bigpond.net.au) joined ##slackware. [03:30] Lexus1 (n=BastionH@62.165.60.236) left irc: "Leaving." [03:30] The-Croupier (n=the-crou@petrostsi1.ath.forthnet.gr) joined ##slackware. [03:31] hey anyone know where I fail here http://pastebin.slackadelic.com/14620 ? [03:31] Greetings [03:31] Nick change: Lexus2 -> Lexus1|drunken [03:31] mohaa (n=mohaa@92.49.72.104) joined ##slackware. [03:31] Hermann (n=Hermannn@h-156-174.A155.priv.bahnhof.se) left irc: Read error: 113 (No route to host) [03:31] I want httpd to serve test.php when http://127.0.0.1/testzone is entered into the browser [03:32] antiwire, sorry man, i have no clue about php :( [03:37] antiwire: is there a php error, or does it just show you a directory listing without executing test.php? [03:39] axius (n=tty@92.82.85.180) joined ##slackware. [03:40] Lalloso (n=h4x0r@62.123.95.200) joined ##slackware. [03:40] hello slackers [03:40] good morning [03:40] hello Lalloso [03:40] hi firebird619 [03:40] giuppy (n=giuppy@host219-61-dynamic.61-82-r.retail.telecomitalia.it) left irc: Read error: 110 (Connection timed out) [03:41] Hey nooper [03:41] hi The-Croupier [03:42] nooper: What e-mail client do you use, if I may ask? [03:42] firebird619: outlook for personal emails, mutt for mailing lists [03:43] upyr (n=upyr@79.174.35.21) left irc: [03:43] nooper: so you're on windows? [03:43] When I try to connect to the internet I get this message : link is down (can't read pppoe pid file /var/run/pppoe.conf-pppoe. what should I do ? [03:43] firebird619: my primary desktop runs windows xp, and the 2 servers are slackware and debian [03:43] ah, ok. [03:44] Kontact has decided to eat my e-mail. :( [03:44] and then spit out blank ones. :( [03:44] pop mail always ends in tears [03:45] I wish I had something other than pop, but isp only supports pop for residential customers. Business customers get imap. [03:45] axius (n=tty@92.82.85.180) left irc: "Ex-Chat" [03:46] nooper: The weird thing is, in Kontact, it shows messages with no headers and no bodies, but when I go to the directory where the mail is stored, I can open all the mail and it's just fine. [03:46] weird [03:46] indeed [03:47] freealan (n=freealan@218-174-132-237.dynamic.hinet.net) left irc: Client Quit [03:49] @echo off [03:49] setlocal [03:49] for /f "tokens=1-3 delims=: " %%a in ('time /t') do ( [03:49] Channel flood from slackytude -- kicking [03:49] set hours=%%a [03:49] set minutes=%%b [03:49] slackytude kicked from ##slackware by slackboy: flood [03:49] slackytude (n=hotline@p4FD8A58C.dip0.t-ipconnect.de) joined ##slackware. [03:49] Oops [03:49] hahahaha [03:49] IF %hours% GTR 9 echo %hours%:%minutes% [03:49] endlocal [03:49] sorry [03:49] heh, my ~/.kde is 8 GB [03:50] init[1] (n=init[1]@unaffiliated/akber/x-5446599) joined ##slackware. [03:51] slackytude: even though opera mail changes formats often, etc. I'm starting to really see why I kept using it all this time. [03:51] IT WORKED, and worked well. [03:52] as opposed to kmail? [03:52] yes [03:52] kmail has ate my mail and spit out blank, emtpy mail. [03:52] nifty feature [03:52] oh yeah. [03:53] Thankfully, opera left that one out. [03:54] _RadioHead (n=DevBox@82.114.88.11) joined ##slackware. [03:54] ya know, I was looking into how opera stores mail, and it uses the mbs (modified mbox format), but you know what, it stores each message as it's own file. I didn't know that before. [03:55] and it divides it in a logical way, divided by year, month, and date. [03:55] anyways, I gotta get going. Have a good morning/afternoon/evening everyone. Take care. [03:55] later slackytude [03:55] bye _RadioHead [03:55] see ya nooper [03:56] firebird619 (n=fbird@unaffiliated/firebird619) left ##slackware ("Leaving..."). [03:58] redtricycle (n=redtricy@adsl-68-122-43-166.dsl.pltn13.pacbell.net) left irc: Read error: 110 (Connection timed out) [03:59] <_RadioHead> firebird619 sorry i was off PC , only let xchat to connect [03:59] tiny (n=ivob@unaffiliated/tiny) joined ##slackware. [04:00] frullet (n=hooch@124-170-110-253.dyn.iinet.net.au) joined ##slackware. [04:03] I R DUMB [04:03] my doc root is: DocumentRoot "/srv/httpd/htdocs" [04:03] my dir path was ... [04:03] oops. [04:04] i needed to use the SAME path...not the same path via a symlink [04:04] antiwire: are there any ajax based IM clients that i can run locally [04:04] adeodatus (n=adeodatu@92.82.85.180) joined ##slackware. [04:04] smthing like meebo [04:04] lol [04:04] doesn't that sort of defeat the purpose? [04:04] yes antiwire :) [04:05] I'm sure you could find one [04:05] someone has probably done one up in perl or php [04:05] but i don't wana give my login infor to 3rd party [04:05] how does that sound :P [04:05] tunnel out with ssh [04:05] How to change screen resolution at startup ? [04:05] bgeddy (n=bgeddy@82-42-231-37.cable.ubr19.live.blueyonder.co.uk) joined ##slackware. [04:06] antiwire: but still have to login right ? [04:06] Hermann (i=1000@pc-20091230-o.fy.chalmers.se) joined ##slackware. [04:06] yes but it doesn't matter then [04:07] antiwire: how does tunneling solve the issue ? any way i will have to login even if i tunnel or not [04:07] what's the problem with login in the first place? [04:08] antiwire: how can i trust meebo with my login information [04:08] don't trust meebo in the first place [04:08] int, is that for irc? only? [04:08] ok, let me ask this then; why do you have to use meebo? [04:08] antiwire: that's what im asking , i like the meebo ajax interface , but i wish to run it locally [04:09] well in that case you are putting pretty above security [04:09] so I can't help you there [04:09] antiwire: it's ok , thank you :) [04:10] antiwire, init[1]: dont you just have a crappy login for the irc, and IM, then that wouldnt be a problem ;) [04:11] Decoy- (n=Decoy@rrcs-70-63-108-15.midsouth.biz.rr.com) left irc: "Leaving" [04:11] I don't have crappy login for anything [04:11] who cares about im logings and irc in the first placethat way you will have preTTY AN [04:11] dude man [04:11] I have freaking gpg keys for my freenode account [04:12] ?! really? [04:12] You can too, for Tor logins [04:13] i have a simple passord for mine... why bother so much? what could one do with it? [04:13] The-Croupier: its flows through Internet naked ! that's why [04:14] if you use gpg keys you can use Tor during freenode Tor blackouts [04:14] i dont think anyone will bbother with irc logins...they are just to talk to ppl... :( [04:14] Then give me your password so I can talk as you [04:14] since it doesn't matter [04:14] antiwire: lol [04:14] i can't stop laughing [04:15] nokedlaaj (n=ubuntu@87.97.112.135) joined ##slackware. [04:15] The-Croupier: That sort of changes how you feel about that doesn't it? [04:15] haha [04:15] hi all [04:15] antiwire, ok.. here it is : The-Croupier pass ionshark [04:15] The-Croupier: are you serious [04:15] im a beginner in the slackware land [04:15] wobbles (n=huntsman@C-59-101-136-192.mel.connect.net.au) joined ##slackware. [04:15] nokedlaaj: hi [04:16] nokedlaaj: read slackware linux essentials [04:16] read the slackbook [04:16] my question is : has slackware reposirories like debian ? [04:16] see /topic [04:16] The-Croupier: chill ! [04:16] nokedlaaj, check slackbuilds.org [04:16] (notice) Invalid password for the-croupier. [04:16] oh darn [04:17] hey slackytude :) [04:17] I tried to ghost you [04:17] man, even if you talk like me... unless you are some pervert, spammer, troller...etc... that wouldnt have any impact in the way i talk or in anyway ;) [04:18] What if I joined using a proxy based in Greece as The-Croupier and then start spamming some pr0n0 to ##slackware [04:18] y0 init[1] [04:18] that would certainly not be cool for you [04:18] antiwire, ( i have to look into my passfile at home) im at work now... ;) as you can see im not logged in a [04:18] haha [04:18] ntiwire, than ill be really pissed off ;) [04:18] exactly! [04:18] antiwire, ;) got the pint [04:19] pint / point [04:19] The-Croupier: :) [04:19] I want a beer too [04:19] The-Croupier: mee too :P [04:19] Action: The-Croupier hands antiwire a pint though [04:19] How to change screen resolution? [04:20] is there equivalent file like /etc/apt/sources.list what i can edit and add some new repos ? [04:20] adeodatus, what desktop are you currently logged into? kde? xfce? [04:20] adeodatus: you mean the boot screen with the penguins? [04:20] nokedlaaj: whoa. no. [04:20] yes [04:20] adeodatus: edit lilo.conf and rerun lilo when you're done. [04:20] nano /etc/lilo.conf [04:21] slapt-get isnt resemble apt-get ? [04:21] slapt-get is not supported in here [04:21] nokedlaaj: you have a lot of reading to do [04:21] only in vector linux? [04:22] thanks [04:23] nokedlaaj: I suggest you look into sbopkg, slackbuilds.org, and slackpkg [04:24] Nick change: Lexus1|drunken -> Lexus1 [04:25] bgeddy (n=bgeddy@82-42-231-37.cable.ubr19.live.blueyonder.co.uk) left irc: Remote closed the connection [04:25] init[1] (n=init[1]@unaffiliated/akber/x-5446599) left irc: "init 0 -will be back" [04:26] nokedlaaj, there is slackpkg mirrros list, but it will only be for the official slackware stuff which isnt as huge as debians repo [04:26] nokedlaaj, which is why there is slackbuilds.org and the sbopkg frontend [04:26] nokedlaaj, there are others but we dont talk about them here :P [04:27] Guest21924 (n=buffer@116.68.99.48) joined ##slackware. [04:27] Action: Guest21924 testing opera irc cliient [04:28] Guest21924 (n=buffer@116.68.99.48) left irc: Client Quit [04:28] opera irc client? [04:28] damn [04:32] nokedlaaj (n=ubuntu@87.97.112.135) left irc: "Leaving." [04:32] he's going to stick with deb [04:33] probably [04:34] the opposite thing happened with me. I tried deb and gave it an honest shot, got confused to all hell with the differences between apt-get, aptitude, synaptic and all of the various scripts that do things for you. [04:36] LF4 (n=Lf4@pdpc/supporter/student/lf4) joined ##slackware. [04:37] LF4 (n=Lf4@pdpc/supporter/student/lf4) left irc: Remote closed the connection [04:37] when I tried debian I didnt even boot [04:37] that was some years ago tho [04:37] didnt bother with it since [04:38] Nick change: blackhat -> Yudha_HT [04:38] I'll try it again eventually, just for kicks [04:40] Motoko-chan (n=maoyama@pool-173-51-68-122.lsanca.fios.verizon.net) left irc: "End Of Line" [04:42] adeodatus (n=adeodatu@92.82.85.180) left irc: Read error: 110 (Connection timed out) [04:43] TwinReverb (n=robert@unaffiliated/twinreverb) left irc: "Leaving" [04:45] antiwire (n=antiwire@unaffiliated/antiwire) left irc: "()" [04:52] frullet (n=hooch@124-170-110-253.dyn.iinet.net.au) left irc: "Lost terminal" [04:54] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) joined ##slackware. [04:54] exbio (n=ada@unaffiliated/exbio) left irc: ":)" [04:56] morning :) [04:59] apt-get is depreciated for aptitude these days. [04:59] morning Camarade_Tux [05:00] jonsmith1982 (n=jon@82-38-88-58.cable.ubr01.donc.blueyonder.co.uk) joined ##slackware. [05:01] hey slackytude :) [05:01] ccfreak2k, I can't get around aptitude, I can't navigate around, it's a nightmare [05:01] m0nik3r5 (n=sluttySu@c-67-183-212-185.hsd1.wa.comcast.net) joined ##slackware. [05:02] I managed to figure it out, although it doesn't help that the fancy border is the wrong character in both xterm and Konsole. [05:03] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) left irc: [05:06] root (n=root@92.82.67.207) joined ##slackware. [05:06] Srbo (n=Srbo@p4FE92660.dip0.t-ipconnect.de) joined ##slackware. [05:06] Nick change: root -> Guest41729 [05:07] at school, there is a student club for informatics (which I'm not part of) and I've been asked to be the new president as the current one was graduating, I said "ok but I want somebody to touch the debian-based machines, I won't touch them, I've had enough with them" [05:08] Agiofws (n=Agiofws@athedsl-434923.home.otenet.gr) left irc: Remote closed the connection [05:08] You should also change the name to something a little less "marketey". [05:08] isn't there lsb_release in slack? [05:08] Guest41729 (n=root@92.82.67.207) left irc: Client Quit [05:09] wobbles (n=huntsman@C-59-101-136-192.mel.connect.net.au) left irc: Read error: 110 (Connection timed out) [05:09] it does not find that command on my slackware 12.2 [05:10] cat /etc/slackware-version ? [05:10] wobbles (n=huntsman@C-59-101-252-128.bur.connect.net.au) joined ##slackware. [05:11] ccfreak2k, I've also given up updating anything on those machines, even with synaptics [05:11] no more brioche, I'm doomed ! [05:13] my slackware version is 12.2.0 [05:13] good [05:13] I don't know what lsb-release is (I only have a rough idea), but isn't /etc/slackware-version enough ? [05:14] (and I'm not sure slackware claims to be lsb-compliant, have to check that) [05:14] Camarade_Tux, I don't think it does. [05:16] you are right [05:17] huh? it isnt lsb compliant? [05:18] afaict, it isn't [05:18] actually it has some level of compliance but it's not fully compliant [05:19] Action: slava_dp usually does 'cat /etc/*version /etc/*release' to find out :) [05:19] paul424 (i=1000@k165-242.KREDKA.ds.uni.wroc.pl) left irc: "ChatZilla 0.9.84 [Firefox 2.0.0.4/2007051502]" [05:21] http://slashdot.org/interviews/00/03/17/1120205.shtml [05:21] look for "(Non) Participation in the LSB." [05:22] Agiofws (n=Agiofws@athedsl-434923.home.otenet.gr) joined ##slackware. [05:22] 9 years ago :) [05:22] Camarade_Tux, was just reading that [05:22] oh well [05:22] I think slackware has some support for it, but since it's not complete, it's not advertised (I don't remember well, I had checked that several months ago) [05:25] what was the package system of David Cantrell mentioned in the interview? [05:25] it even considered RPM for lsb sake lol [05:25] Pat supports what he feels he want to support. [05:26] like, no pressure at all :) [05:28] anyone here using slack on an eee? [05:28] m0nik3r5, several people [05:29] landy (n=hehe@59.92.208.35) joined ##slackware. [05:30] ah, thinking that this may be the distro for it . backtrack? I dunno .impluse buy. [05:30] slackware for sure [05:30] backtrack on eee? [05:30] Action: slackytude shakes head [05:31] backtrack 3, why shakes head? [05:31] I wish we had such an interview these days [05:31] and eee's wifi is not that powerful [05:31] Action: Camarade_Tux showers [05:31] Srbo (n=Srbo@p4FE92660.dip0.t-ipconnect.de) left irc: Remote closed the connection [05:31] because its a livecd? and highly specialized [05:31] yeah obviously, i see. [05:32] if you need it, pop it in, but why install it ? [05:32] do you find yourself watching tons of movies on the 9in [05:32] ha [05:32] Camarade_Tux, finally! [05:32] blackhat (n=blackhat@125.161.74.39) joined ##slackware. [05:32] Camarade_Tux, or is it again? [05:33] cause it hides in my backpack and sniff traffic [05:33] thats about all I think Ill use it for [05:33] too small. [05:34] how do you people like ur eee? [05:38] slackytude, more like finally [05:38] :D [05:39] ^-^ [05:39] m0nik3r5, you'd better use slackware and add the tools you want [05:40] oh man this is hilarious, everyone in my team at work got a bonus, except the windows guy [05:40] hahaha :P [05:40] someone choose the wrong system to specialize in hehehe [05:40] I **need** to get slackware64, I want that nouveau driver ^^ [05:43] hmmm, instead of putting the computer inside a screen like apple did, wouldn't it be nice to have everything inside a keyboard ? you could carry it anywhere :) [05:43] (and maybe get one of those small projectors) [05:44] yeah.. quite a nice idea [05:44] Yudha_HT (n=blackhat@125.161.74.39) left irc: Read error: 110 (Connection timed out) [05:44] Darko (n=Mean@nat/ibm/x-063d3f1b84cbbba8) joined ##slackware. [05:44] and have a keyboard with a trackpad on it like those bluetooth logitech keyboards [05:44] like a netbook, but with a regular-sized keyboard :) [05:44] hehe [05:44] anyone here good at ps/pdf? I have an a5 document placed in the top left corner of an a4, and I'd like to crop the white. [05:45] I have managet to set a bounding box but no software seems to care about that [05:45] I also tried to use psnup with the scale option, but it appears that software counts from origo at the bottom left corner.. [05:45] not sure what gv could do for me [05:46] maybe you could try printing in four pages and extract the data for the first one ? (/me really not good at ps/pdf) [05:47] High_Priest (n=Mean@nat/ibm/x-c98b9689ea4dcb1f) left irc: Read error: 104 (Connection reset by peer) [05:48] browsers should put a flashing warning on every page for "you have flash enabled, you'll see fucking ads blinking even more than this message, disable it!" [05:48] Nick change: Darko -> High_Priest [05:48] (I keep forgetting to disable it ;) ) [05:48] the flashblock addon works fine for me most of the time [05:48] Hermann, have you tried opening it with gimp? [05:49] High_Priest: it's a 50 page document and I'd like to keep it as text if possible [05:49] aha [05:49] Hermann, and you need to get this working in linux? [05:50] as in winblows, adobe professional can do what you want in like 10 secs [05:50] if possible :) I've been using the pstools and gv to do a lot of other stuff [05:50] for example I have managed to do the opposite of what I want to do now.. [05:50] :) [05:50] vaibhav (n=hehe@59.92.208.35) left irc: Read error: 110 (Connection timed out) [05:51] I'll get back to it after lunch [05:51] Hermann, there seems to be a pdfcrop tool [05:52] paul424 (i=1000@156.17.165.242) joined ##slackware. [05:54] blackhat (n=blackhat@125.161.74.39) left irc: Read error: 110 (Connection timed out) [05:55] blackhat (n=blackhat@125.161.74.39) joined ##slackware. [05:58] can't find CONFIG_ACPI_HOTKEY option in 2.6.30. is it deprecated? [06:01] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) joined ##slackware. [06:03] wobbles (n=huntsman@C-59-101-252-128.bur.connect.net.au) left irc: Read error: 110 (Connection timed out) [06:03] vdv, it doesn't appear anywhere in the kernel sources [06:04] just trying to get hotkeys on my laptop work [06:04] wobbles (n=huntsman@C-59-101-182-143.mel.connect.net.au) joined ##slackware. [06:06] init[1] (n=init[1]@unaffiliated/akber/x-5446599) joined ##slackware. [06:06] High_Priest (n=Mean@nat/ibm/x-063d3f1b84cbbba8) left irc: "Leaving" [06:06] hmm, no idea, have to go soon [06:07] Strykar (n=wakka@122.169.78.204) left irc: "Leaving" [06:12] The-Croupier (n=the-crou@petrostsi1.ath.forthnet.gr) left irc: Read error: 104 (Connection reset by peer) [06:12] landy (n=hehe@59.92.208.35) left irc: [06:14] nice [06:15] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) left irc: "Leaving" [06:15] You are right. add on as I go .basicly my system now but with a couple tweaks [06:16] TwinReverb (n=robert@unaffiliated/twinreverb) joined ##slackware. [06:16] The-spiki (n=spiki@95.180.52.119) joined ##slackware. [06:20] TwinReverb (n=robert@unaffiliated/twinreverb) left irc: Client Quit [06:21] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) left irc: "Leaving" [06:22] paul424 (i=1000@156.17.165.242) left irc: "ChatZilla 0.9.84 [Firefox 2.0.0.4/2007051502]" [06:23] Strykar (n=wakka@122.169.78.204) joined ##slackware. [06:24] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) joined ##slackware. [06:24] paul424 (i=1000@k165-242.KREDKA.ds.uni.wroc.pl) joined ##slackware. [06:24] do hal and dbus have logs for each device it tries to mount? [06:25] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) left irc: Read error: 113 (No route to host) [06:26] paul424 (i=1000@k165-242.KREDKA.ds.uni.wroc.pl) left irc: Client Quit [06:26] usus12jari (n=dylan@125.163.58.141) left irc: Read error: 110 (Connection timed out) [06:26] I dont know im afraid, but would speculate that they ought to spit errors out to syslog.. and i would expect verbosity can be increased at invokation [06:40] dtanner: var/log/syslog showed me when i plugged sdstick [06:41] wobbles (n=huntsman@C-59-101-182-143.mel.connect.net.au) left irc: Read error: 110 (Connection timed out) [06:41] wobbles (n=huntsman@C-59-101-251-77.bur.connect.net.au) joined ##slackware. [06:42] yeah i see those, but i was wondering if it logs when a mount fails or other strange popup windows that i am getting [06:42] Ekc_ (n=iskar@77-85-30-36.btc-net.bg) joined ##slackware. [06:43] error windows popup from time to time, like i see one here that a 500M device was attempted to mount and failed and i don't even have a 500M device [06:44] Ekc (n=iskar@90-154-130-52.btc-net.bg) left irc: Read error: 60 (Operation timed out) [06:46] LSD` (n=ianweb@dsl-58-7-6-82.wa.westnet.com.au) left irc: Read error: 110 (Connection timed out) [06:46] paul424 (i=1000@k165-242.KREDKA.ds.uni.wroc.pl) joined ##slackware. [06:53] Strykar_ (n=wakka@122.169.78.204) joined ##slackware. [06:55] dtanner, suspect a burglar to have tried to grab your data. stuck in a 500M drive but it didn't mount ;( =) [06:57] i just figured out it was my camera my gf plugged it in last night [06:57] but it used to mount auto just fine [06:58] i am suspecting the kernel upgrade atm , that is the only change to the system that has been made that i can think of that may cause the camera not to mount auto now [06:59] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 54 (Connection reset by peer) [06:59] High_Priest (n=Mean@nat/ibm/session) joined ##slackware. [07:01] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [07:01] Strykar (n=wakka@122.169.78.204) left irc: Read error: 110 (Connection timed out) [07:02] jnylin (n=jnylin@rainbow.ext.hb.se) left irc: "Leaving" [07:02] hi dtanner [07:02] mbohun (n=mbohun@60.240.239.21) joined ##slackware. [07:02] hey tewmten [07:02] slacks (n=tanis@189.123.198.139) joined ##slackware. [07:02] sup? [07:03] just waking up here [07:03] ah [07:03] yourself? [07:03] ls -la /boot/ [07:03] oops [07:03] |Slacker| (n=tanis@189.123.198.139) left irc: Read error: 110 (Connection timed out) [07:03] just got back from lunch.. [07:03] trying to install Zend Optimizer on a developmentserver [07:04] and then i need to base install two poweredge servers that are gonna be used as mysql hosts [07:08] _RadioHead (n=DevBox@82.114.88.11) left irc: Read error: 110 (Connection timed out) [07:08] Nick change: blackhat -> yhtPpulang [07:09] Nick change: yhtPpulang -> yht|pulang [07:09] xMDKx (n=mdkcore@nat/mandriva/x-9292e0c231a0cf8e) joined ##slackware. [07:10] znuzzy (n=mike@cpe-74-77-18-63.buffalo.res.rr.com) joined ##slackware. [07:16] slacks (n=tanis@189.123.198.139) left irc: Client Quit [07:22] mbohun (n=mbohun@60.240.239.21) left irc: "Leaving" [07:23] lunarvalleys (n=lunarval@dyn3-82-128-191-246.psoas.suomi.net) joined ##slackware. [07:31] sombriks (n=sombriks@201009045245.user.veloxzone.com.br) joined ##slackware. [07:34] Strykar_ (n=wakka@122.169.78.204) left irc: Read error: 110 (Connection timed out) [07:36] WildWizard (n=WildWiza@ppp118-208-32-177.lns3.bne1.internode.on.net) joined ##slackware. [07:38] dissociative (n=dissocia@190.71.3.241) joined ##slackware. [07:39] does X11 comes with some tool for doing automatic configuration? [07:40] X -configure [07:40] ^ [07:40] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) left irc: Remote closed the connection [07:41] sopas (n=souphead@120.28.185.110) joined ##slackware. [07:42] KernelPanic (n=zlo@77.66.214.92) joined ##slackware. [07:43] Hi all [07:43] Slackware is sucks [07:43] Slackware must die [07:44] Mandriva - forever [07:44] Windows is cool [07:45] Troll - stupid [07:45] O.K [07:45] obvious troll is obvious [07:45] I stupid troll [07:45] We need an european admin... someone to mod before america wakes up [07:46] See dogs [07:46] Zordrak : or at least somebody on east coast [07:46] dark waters [07:46] kill dash nine [07:46] no more CPU time [07:46] ananke: still 5 hours lack of coverage in the mornings [07:46] m0nik3r5 (n=sluttySu@c-67-183-212-185.hsd1.wa.comcast.net) left irc: "leaving" [07:46] true that [07:47] I'am russian [07:47] me too) [07:47] 0 =C? [07:47] =C 40 [07:47] gtfo [07:48] alienBOB might be up and about, poke poke [07:48] O ;>@>25F [07:48] <0;045A) [07:48] / B>;L:> GB> A>1@0; A;0:C 87 8AE>4=8:>2 [07:49] Lexus1 : this is english-only channel [07:49] Agiofws (n=Agiofws@athedsl-434923.home.otenet.gr) left irc: Remote closed the connection [07:49] OK [07:49] OK [07:50] Linux is not TRUE [07:50] BSD is TRUE [07:50] so what the hell are you doing here?!) [07:50] KernelPanic : and? [07:50] Agiofws (n=Agiofws@athedsl-434923.home.otenet.gr) joined ##slackware. [07:51] (17:44:39) KernelPanic: Mandriva - forever [07:51] I like stupid trolling [07:51] KernelPanic : it doesn't take any skill [07:52] it's your opinion, it's your business [07:52] I dont know you, peaple [07:53] Pa^2 (n=GrumpyPa@63.238.104.170) joined ##slackware. [07:55] ##slackware: mode change '+o alienBOB' by ChanServ!ChanServ@services. [07:55] ##slackware: mode change '+b *!*n=zlo@77.66.214.*' by alienBOB!n=alien@about/slackware/alienBOB [07:55] KernelPanic kicked from ##slackware by slackboy: Banned [07:55] ##slackware: mode change '-o alienBOB' by alienBOB!n=alien@about/slackware/alienBOB [07:55] :) [07:55] ty bobmeister [07:56] Poking always helps chopp ;-) [07:56] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [07:56] alienBOB: hadnt thought youd be around at this kinda time [07:57] _RadioHead (n=DevBox@82.114.88.11) joined ##slackware. [07:57] At work but using a hole in the firewall [07:57] alienBOB hense the poke :P [07:57] init[1] (n=init[1]@unaffiliated/akber/x-5446599) left irc: Read error: 110 (Connection timed out) [08:01] cylux_ (n=cylux@CPE00032f37fa0d-CM0014e825df0e.cpe.net.cable.rogers.com) joined ##slackware. [08:02] polatov (n=polatov@213.211.101.184) left irc: "Leaving" [08:03] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) joined ##slackware. [08:03] _RadioHead (n=DevBox@82.114.88.11) left irc: Read error: 60 (Operation timed out) [08:04] re [08:04] guys slacktrack is better than checkinstall? [08:05] slacktrack is official, checkinstall is unofficial [08:05] thx man [08:05] and i see that checkinstall is not at extra now [08:06] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) joined ##slackware. [08:07] theblackbox (n=sammo@unaffiliated/theblackbox) joined ##slackware. [08:07] v4nelle: iirc checkinstall no longer works in slack [08:07] v4nelle: as of about v12 i think [08:07] kama (n=kama@87.2.230.243) joined ##slackware. [08:07] Kaapa_ (n=Somethin@bl6-205-11.dsl.telepac.pt) joined ##slackware. [08:07] _RadioHead (n=DevBox@82.114.88.11) joined ##slackware. [08:13] muzz2k (n=anthony@149.254.48.28) joined ##slackware. [08:13] cylux (n=cylux@CPE00032f37fa0d-CM0014e825df0e.cpe.net.cable.rogers.com) left irc: Read error: 110 (Connection timed out) [08:17] atha (n=atha@unaffiliated/athayde) joined ##slackware. [08:17] zeroXzero (n=zeroXzer@59.93.33.20) joined ##slackware. [08:17] Kaapa (n=Somethin@bl6-206-106.dsl.telepac.pt) left irc: Read error: 104 (Connection reset by peer) [08:17] Nick change: Kaapa_ -> Kaapa [08:19] hitest (n=hitest@7conn226.rupert.net) joined ##slackware. [08:20] Zordrak, wasnt that fixed? [08:20] *shrug* [08:20] i thought that was why it got taken out [08:20] they want me to write a VBA macro for Excel [08:20] gnubien (n=e@71.245.100.97.cfl.res.rr.com) joined ##slackware. [08:20] Action: slackytude screams [08:21] Action: Zordrak experiences schadenfreude :) [08:21] :( [08:22] couldnt help it [08:22] Action: slava_dp pats slackytude and wishes him luck [08:24] *sniff* [08:26] _RadioHead (n=DevBox@82.114.88.11) left irc: Read error: 60 (Operation timed out) [08:28] violator (n=violator@hd5e2781d.gavlegardarna.gavle.to) joined ##slackware. [08:28] hi! slackpkg has stoped working for me... it fails complaining about xargs.. any ideas on what to do? [08:29] I tried reinstalling findutils but it didn't help [08:29] rignes (n=rignes@216.164.160.133) joined ##slackware. [08:29] what fails? missing xargs? invalid argument? [08:30] _RadioHead (n=DevBox@82.114.88.11) joined ##slackware. [08:31] something about bctl.arg.max.. let me check [08:31] violator, full error message please (pastebin if needed) [08:33] slava_dp: http://pastebin.com/d287fc5f6 [08:33] is there a graphic frontend for rsync? [08:34] O_O [08:35] frullet (n=hooch@124-170-110-253.dyn.iinet.net.au) joined ##slackware. [08:35] slava_dp: tried removing the cache and updating with same results etc [08:36] had some issues with make and xargs so I reinstalled findutils and now that works but slackpkg still breaks [08:36] dissociative: krsync, grsync? [08:37] poona (n=chatzill@unaffiliated/poona) joined ##slackware. [08:37] lunarvalleys (n=lunarval@dyn3-82-128-191-246.psoas.suomi.net) left irc: "Leaving" [08:37] Nick change: root_op -> pontus [08:37] Nick change: pontus -> root_op [08:39] muzz2k (n=anthony@149.254.48.28) left irc: Read error: 110 (Connection timed out) [08:39] Why is it that whenever I create a reiserfs partition (No matter what distribution I use), when I debugfs -R feature it, it tells me "bad magic number in super-block while opening filesystem"? Also, I know it's not the drive. It's done it on both my hard drive and my flash drive. :o [08:39] ovnicraft (n=ovnicraf@190.154.63.55) joined ##slackware. [08:39] Also, reiser3, not 4. [08:40] sajes, isn't debugfs for ext-family? [08:40] sajes, man debugfs [08:40] heret|c (n=heretic@c-24-30-117-194.hsd1.ga.comcast.net) joined ##slackware. [08:41] Action: sajes headdesks. [08:42] slava_dp: Heh, no wonder. :) [08:42] yeah :-) [08:43] zerox0 (n=zeroXzer@59.93.10.89) joined ##slackware. [08:44] zeroXzero (n=zeroXzer@59.93.33.20) left irc: Read error: 110 (Connection timed out) [08:44] r_linux (n=r_linux@smtp.mandique.com.br) joined ##slackware. [08:44] It is possible to tell rsync by the target directory which files to sync? [08:46] Zordrak: , slava_dp : I removed hal the other night to upgrade it and fell asleep. i had no HAL! that is why the camera was not auto mounting anymore. to err is human. =) [08:46] Action: dtanner smacks himself [08:47] to moo bovine =) [08:48] by example I backed up some files from the root partition to a folder in a usb still maintaining the original directory hierarchy and I need to backup those files again [08:49] in a more automatized way [08:49] automated [08:51] l00t (n=i-i3id3r@189.105.7.191) left irc: Read error: 104 (Connection reset by peer) [08:51] Action: slackytude doesnt have to write Excel VBA! [08:51] and there was much rejoicing [08:52] violator (n=violator@hd5e2781d.gavlegardarna.gavle.to) left ##slackware. [08:52] dissociative, like what? [08:52] you can give wildcards for files [08:53] or exclude by wildcard [08:53] WildWizard (n=WildWiza@ppp118-208-32-177.lns3.bne1.internode.on.net) left ##slackware. [08:54] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) left irc: Remote closed the connection [08:54] CyberS0nic (n=CyberS0n@201.47.103.50) joined ##slackware. [08:56] no, I mean I copied some configuration files from / which includes /etc/hosts.allow and /home/dissociative/.fluxbox/* and other stuff inside folder in my usb stick and now I need to copy or resync those files again [08:56] the directory structure of the files copied from / is still intact in the usb stick [08:57] kama (n=kama@87.2.230.243) left irc: Read error: 104 (Connection reset by peer) [08:57] gbowden (n=gbowden@254.Red-83-41-223.dynamicIP.rima-tde.net) joined ##slackware. [08:58] can rsync by telling the source media copy all the files again that are in the target in such order [08:58] NetrixWrk (n=leoem@64.39.1.180) joined ##slackware. [08:59] NetrixTardis (n=leoem@stealth3.com) left irc: Nick collision from services. [08:59] Nick change: NetrixWrk -> NetrixTardis [08:59] 'again'? [09:00] gbowden (n=gbowden@254.Red-83-41-223.dynamicIP.rima-tde.net) left irc: Read error: 104 (Connection reset by peer) [09:01] wobbles (n=huntsman@C-59-101-251-77.bur.connect.net.au) left ##slackware ("Leaving"). [09:01] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) joined ##slackware. [09:02] dtanner (n=dtanner@gware/developer/dtanner) left irc: Read error: 60 (Operation timed out) [09:03] I did it first manually [09:04] I did like a mirror of some files with its parent directories from the root directory [09:05] now I need to know If I can do it more automated with rync or another tool [09:05] you want to rsync thos files fro the harddisk, which are already on the usb stick? [09:05] yes [09:05] well, just run rsync again [09:05] l00t (n=i-i3id3r@189.105.89.94) joined ##slackware. [09:05] CrYpTo1 (n=CrYpTo@ip68-224-51-177.lv.lv.cox.net) joined ##slackware. [09:05] I dont see the problem [09:06] how? [09:06] well, just enter the same rsync command [09:07] "rsync / /media/usbstick/backup" ? [09:07] I only have copied the files one time and I did it manually [09:08] oh I see now [09:08] CyberS0nic (n=CyberS0n@201.47.103.50) left irc: Remote closed the connection [09:08] dissociative: --exclude /proc [09:08] In essence, yes. but probaly more lile rsync -avz --delete /etc /media/usbstick [09:08] same for home [09:09] -avzx [09:09] Whats up? [09:09] dissociative, but a google for rsync tutorial will help you more [09:10] dissociative, or search slackbuilds.org for rsync, there are some tools, like the grsync GUI and rsnapshot [09:13] cant just rsync take the list of files that are in the target and copy them from the source? [09:14] dissociative: youre not making a lot of sense [09:14] dissociative, sure [09:14] but thats not really the point [09:15] that is what I need [09:15] well, you'll have to script that. You are better served to just start with a decent rsync script again, then trying to hop something together that fits your one-time manual copy [09:15] errordeveloper (n=errordev@78-86-1-110.zone2.bethere.co.uk) left irc: Read error: 104 (Connection reset by peer) [09:17] leoem (n=leoem@64.39.1.180) joined ##slackware. [09:18] alisonken1noc (n=alisonke@ip-66-33-206-8.dreamhost.com) left irc: "KVIrc 3.4.2 Shiny http://www.kvirc.net/" [09:18] hitest (n=hitest@7conn226.rupert.net) left irc: "Leaving" [09:18] sopas (n=souphead@120.28.185.110) left irc: Read error: 110 (Connection timed out) [09:19] im using qemu with kqemu for acceleration, and i have xp successfully installed.. ive add the -usb -usbdevice host:bla:bla it says permissions denied.. i dont quite get if its on the qemu side or the host side or both [09:19] sopas (n=souphead@120.28.187.88) joined ##slackware. [09:19] hrm [09:19] I think nullboy had a problem like that [09:20] VampirePenguin, I think you need to alter permissions in /sys/devices [09:20] ya alien has superb guide on qemu but it doesnt cover that error [09:21] theres a line there root:root virtual [09:21] im the user so who would be accessing it... theres not a virtual group [09:22] well, you could try as root, it should work then [09:22] otherwise you need to find the entry for the usb device in /sys/devices and give it write perm [09:23] hitest (n=hitest@7conn226.rupert.net) joined ##slackware. [09:23] y0 hitest [09:23] hi slackytude:) how's it going, man? [09:24] hitest, doing fine. Im at work but not much to do. how about you? [09:25] good here as well. getting ready to go to work in a few hours. on my 3rd cup of java. just surfin:) [09:25] CrYpTo1 (n=CrYpTo@ip68-224-51-177.lv.lv.cox.net) left irc: "Leaving." [09:27] TL_CLD (n=TL_CLD@cpe.atm2-0-71283.banxx3.customer.tele.dk) left irc: Remote closed the connection [09:28] mindbendr (n=neveraga@82.196.231.29) joined ##slackware. [09:29] hitest, coffee is good! [09:29] ./proc/bus/usb would work too [09:29] without the dot :/ [09:29] leoem (n=leoem@64.39.1.180) left irc: "Leaving" [09:29] _RadioHead (n=DevBox@82.114.88.11) left irc: Read error: 60 (Operation timed out) [09:30] I think you need /sys/devices [09:30] but I might be wrong [09:31] /proc/bus/usb/005/001: Permission denied [09:31] Warning: could not add USB device host:1d6b:0001 [09:32] VampirePenguin, chmod 777 /proc/bus/usb/005/001 [09:32] im at a loss as to what get s ther perms [09:33] slackytude: agreed. [09:33] dtanner (n=dtanner@gware/developer/dtanner) joined ##slackware. [09:34] Action: slava_dp used /proc/bus/usb all my life [09:34] nachox (n=nacho@190.51.7.17) joined ##slackware. [09:34] usb_linux_update_endp_table: Broken pipe [09:34] now i pick up the hub [09:35] with the chmod [09:35] VampirePenguin: Sounds like you need duct tape. [09:35] quack quack [09:36] init[1] (n=init[1]@unaffiliated/akber/x-5446599) joined ##slackware. [09:37] Hmm. I think I'll use ext4 instead of reiserfs. :o. [09:39] -> ext3 until btrfs for / || xfs for high-capacity storage <- [09:39] Man_of_Wax (n=wax@annina.cs.unibo.it) left irc: Read error: 110 (Connection timed out) [09:39] sopas (n=souphead@120.28.187.88) left irc: Read error: 110 (Connection timed out) [09:40] Zordrak: What's wrong with ext4? [09:40] I think I'll stay with reiserfs for storage [09:41] I'm not sure about installing slack-13.0 on ext4, maybe I'll stay too with ext3 [09:41] rsr (n=renatoro@189.16.239.22) joined ##slackware. [09:41] hello [09:42] hi rsr [09:43] nvision (n=nvision@g229125065.adsl.alicedsl.de) joined ##slackware. [09:44] nvision (n=nvision@g229125065.adsl.alicedsl.de) left irc: Remote closed the connection [09:45] raela (n=raela@205.133.227.98) left irc: "Lost terminal" [09:45] I have a slackware server acting as a gateway, it has 23 virtual interfaces bounded to eth2. I amtrying to migrate all configuration to a new slackware box but I can't find the config file that stores the virtual if configurations. rc.inet1.conf doesn't seem to cover it? [09:45] 23?! [09:46] eth2:[0-22] <-- ? [09:46] yes, it serves as an isp for my building [09:46] rsr: the it is probably rc.local [09:46] Zordrak : yes [09:47] nifty [09:47] have you got 23 subnets? [09:47] rsr, which version of slack? and how long is it running? [09:47] slackytude : it has been running for 3 years [09:47] should 10.2 or sumthing [09:47] slackytude : I am now having hardware problems [09:48] let me check [09:48] Im with Zordrak, its probably in rc.local [09:48] its kernel 2.4.33 [09:48] cat /etc/slackware-version [09:48] should I just migrate the harddisk to the new hardware? [09:49] nvision (n=nvision@g229125065.adsl.alicedsl.de) joined ##slackware. [09:49] nvision (n=nvision@g229125065.adsl.alicedsl.de) left irc: Read error: 104 (Connection reset by peer) [09:49] slackware 11.0 [09:49] seejay (n=seejay@unaffiliated/seejay) joined ##slackware. [09:49] alkos333 (n=alkos333@c-98-193-57-38.hsd1.il.comcast.net) joined ##slackware. [09:50] zerox0 (n=zeroXzer@59.93.10.89) left irc: Read error: 110 (Connection timed out) [09:50] im thinking about squeduling a downtime and migrating only the harddisk to the new machine and maybe also clone the system with dd to a newer Hard Disk also for fallback [09:50] seejay (n=seejay@unaffiliated/seejay) left irc: Client Quit [09:50] how would slackware react? [09:52] KABOOM!!!! [09:53] gar0t0 (n=tcosta@md5.mdsystems.com.br) joined ##slackware. [09:53] Action: agentc0re **hysterical background laughing [09:53] Action: agentc0re points at the mushroom cloud behind him [09:53] rsr: Is that your server? ;) [09:54] _marc` (n=marc@cl-2515.ham-01.de.sixxs.net) left irc: [09:54] agentc0re : yes [09:55] agentc0re : I somehow...how do you say it when its passed on from generation before? =P [09:55] legacy [09:56] (##slackware) Channel ban on *!*n=zlo@77.66.214.* expired. [09:56] ##slackware: mode change '-b *!*n=zlo@77.66.214.*' by slackboy!n=thongson@li6-30.members.linode.com [09:59] slackytude, slava_dp got it [10:00] rsr, that should work [10:00] everything in /proc/bus/usb/....... had to be chmod to 0777 [10:00] _RadioHead (n=DevBox@82.114.88.11) joined ##slackware. [10:01] rsr, you might need to change driver for motherboard /IDE /SATA controller [10:01] rsr, at worst you'll need to recompile the kernel [10:01] rsr, there is a good change it will boot without issues tho [10:01] VampirePenguin, overkill [10:01] plus after going back for a few rereads of that doku... i put in the usb hub id's and it actually needed to be the particular dev ids [10:01] VampirePenguin, but oh well [10:02] it keeps changing everytime you plug it in so youo dont know which bus its gin to use [10:02] right, thats why nullboy and I tried it with an udev rule [10:02] that would work too [10:03] mako-dono (n=mako@81.22.26.107) joined ##slackware. [10:05] _RadioHead (n=DevBox@82.114.88.11) left irc: Client Quit [10:05] SQlvpapir (n=teis@0x50c60c4b.virnxx10.dynamic.dsl.tele.dk) left irc: Read error: 60 (Operation timed out) [10:06] powtrix (n=powtrix@189-69-29-12.dsl.telesp.net.br) joined ##slackware. [10:09] midnight_sun (n=thetroop@unaffiliated/lombard) joined ##slackware. [10:10] rsr, and keep the kernel version [10:11] Strykar (n=wakka@122.169.74.151) joined ##slackware. [10:11] ali0t4 (n=ali0t4@125.33.142.230) joined ##slackware. [10:14] midnight_sun (n=thetroop@unaffiliated/lombard) left irc: "WeeChat 0.2.6" [10:15] midnight_sun (n=thetroop@unaffiliated/lombard) joined ##slackware. [10:16] mako-don1 (n=mako@81.22.23.178) left irc: Read error: 113 (No route to host) [10:19] atha (n=atha@unaffiliated/athayde) left irc: "leaving" [10:20] grekkos (n=grekkos@pool-173-52-69-54.nycmny.fios.verizon.net) joined ##slackware. [10:20] snL20 (n=irssi@149-203-34.oke1-bras9.adsl.tele2.no) left irc: "leaving" [10:22] gnubien (n=e@unaffiliated/gnubien) left irc: "leaving" [10:22] DeeeeP (n=ngomes@bl8-108-95.dsl.telepac.pt) left irc: Read error: 110 (Connection timed out) [10:23] TL_CLD (n=TL_CLD@cpe.atm2-0-71283.banxx3.customer.tele.dk) joined ##slackware. [10:23] DeeeeP (n=ngomes@bl11-183-247.dsl.telepac.pt) joined ##slackware. [10:24] upyr (n=upyr@79.174.35.21) joined ##slackware. [10:24] Action: Zordrak has discovered a senient laptop [10:24] It has CRC errors reading the HDD causing it to drop to lower DMA modes or even pIO4 [10:24] Action: slackytude welcomes our new sentinent laptop overlords [10:25] but only in windows and mandriva... in gentoo and slackware it's absolutely fine! [10:25] nifty [10:25] hehe [10:25] thats odd [10:25] you're telling me!! [10:26] Lexus2 (n=BastionH@62.165.60.236) joined ##slackware. [10:26] it's like the laptop HDD ive got that will run lilo.. but will NOT load NTLDR(!!) [10:26] Lexus1 (n=BastionH@62.165.60.236) left irc: "Leaving." [10:26] Lexus2 (n=BastionH@62.165.60.236) left irc: Client Quit [10:26] it got taste as well [10:27] vastina (n=vastina@206.105.111.187) joined ##slackware. [10:27] thingc is.. in this case it's NOT the HDD [10:27] proven that [10:27] which means its the laptop or the media slice/dock [10:28] but how the hell? [10:28] hoho (n=hooh@190.80.196.90) left irc: Remote closed the connection [10:29] Action: slackytude shurgs [10:29] gremlins [10:29] gremlins can be a right pain in the arse [10:30] im tempted to just turn it into a slave dns server and throw it in a dark corner of a server room [10:31] hehe [10:31] nuke it from orbit [10:31] its the only way to be sure [10:31] jerojasro (n=jerojasr@190.254.240.125) joined ##slackware. [10:31] kiwf [10:32] anybody got a nice howto how to pxe boot windows? [10:32] i did but i deleted it this morning [10:32] CyberS0nic (n=CyberS0n@201.47.103.50) joined ##slackware. [10:33] bad timing... [10:33] adeodatus (n=adeodatu@92.82.74.51) joined ##slackware. [10:33] alien wiki [10:34] i'm reading over a couple articles on the matter as we speak, it's googlable [10:34] on the first page [10:34] yeah, Ive found some stuff as well but it looks like a lot of changes [10:35] dissocia1ive (n=dissocia@adsl190-28-191-136.epm.net.co) joined ##slackware. [10:36] Action: init[1] does any one have idea of when SW13 would be released [10:36] no clue wingle user mode man [10:36] single* [10:36] init[1]: if you ask one more time I will beat you with the heaviest object i can find for about a week [10:37] artv61_ (n=artv61@u1018430.ul.warwick.net) joined ##slackware. [10:37] Zordrak: :( [10:37] you KNOW the answer to that question very very well [10:37] init[1]: When it's ready. It's even on the FAQ. [10:37] tiny (n=ivob@unaffiliated/tiny) left irc: "Leaving" [10:38] Zordrak: i mean some people here might be in the team so they might have some idea about it . [10:38] Zordrak: just asked :) [10:38] init[1]: ..... AGAIN [10:38] Zordrak: ok ok . chill .. i will not :P [10:38] Would you rather they sit around and answer multiple peoples identical questions, or actually work on releasing a new version? [10:39] /topic It will be released when it is released! [10:39] sajes: i will work on releasing new version [10:40] good point... hardcore developers have an IRC budget yielding less than 0.02% of their time [10:40] Zordrak: i haven't been here during release day's! what you gave me is a good tip thank you :) [10:40] Action: sajes headdesks. [10:40] Well then most of us are not hardcore developers. Not only are we busy here, we also frquent LQ.org [10:41] alienBOB: how did i know that one was coming... [10:41] alienBOB: I think vastina's comment was sarcastic. Can't really tell. Bugs are in my sarcasm-meter. Asian beetles, to be exact. :( [10:42] theblackbox (n=sammo@unaffiliated/theblackbox) left irc: "Leaving" [10:42] xMDKx (n=mdkcore@nat/mandriva/x-9292e0c231a0cf8e) left irc: Read error: 54 (Connection reset by peer) [10:43] sajes: yeah that'd be sarcasm, but alienBOB's response just gives me more reason to shut up, there's no way i could measure the 'hardcore' of developers [10:44] xMDKx (n=mdkcore@nat/mandriva/x-ceed1401d22bc00b) joined ##slackware. [10:44] all i know is if i had the time to develop, irc would be the last damned thing on my mind, socialising would be on mutt [10:46] dissociative (n=dissocia@190.71.3.241) left irc: Read error: 110 (Connection timed out) [10:46] http://technet.microsoft.com/en-us/library/cc722358.aspx [10:47] jerojasro (n=jerojasr@190.254.240.125) left irc: "leaving" [10:48] likevinyl (n=likeviny@190.245.121.39) joined ##slackware. [10:48] well done slackytude, good technet citation [10:48] it looks doable [10:48] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) joined ##slackware. [10:48] you need to get windows PE and some magic, then any PXE server should do [10:48] artv61 (n=artv61@u1018430.ul.warwick.net) left irc: Read error: 110 (Connection timed out) [10:48] i'm just shocked you found anything in that "developer" mess [10:49] technet blows the chrome off mr T's balls [10:49] well, google did it for me [10:49] vastina, people love it [10:49] google or technet? [10:49] compl3x (n=compl3x@43.103.2.81.in-addr.arpa) joined ##slackware. [10:50] High_Priest (n=Mean@nat/ibm/x-dee6ae7d9a800770) left irc: "Leaving" [10:50] technet [10:50] well, google too, I guess [10:50] yeah [10:50] i don't love technet, but i'm not a person [10:50] you are some sort of an AI then? [10:50] or an alien? [10:52] an asexual alien [10:52] compl3x (n=compl3x@43.103.2.81.in-addr.arpa) left irc: Client Quit [10:52] from endor [10:52] or something [10:52] brb trouble call [10:53] so .. you're like a furry or something? [10:54] whats up with the sexual freaks in ##slackware [10:57] sombriks (n=sombriks@201009045245.user.veloxzone.com.br) left irc: Remote closed the connection [11:00] SlackNeo (n=SlackNeo@190.176.161.44) joined ##slackware. [11:02] nathanbw (n=nathan@c-71-59-8-47.hsd1.ga.comcast.net) joined ##slackware. [11:02] yeah i'm furry [11:02] evo- (n=evo@p5DDE64CA.dip.t-dialin.net) joined ##slackware. [11:02] slackytude: eh? asexual == sans-sexual == not-sexual. [11:03] rsr (n=renatoro@189.16.239.22) left irc: "BitchX-1.1-final -- just do it." [11:03] furry is just a side-product not directly related [11:08] evo- (n=evo@p5DDE64CA.dip.t-dialin.net) left ##slackware ("parted..."). [11:10] adeodatus (n=adeodatu@92.82.74.51) left irc: Read error: 110 (Connection timed out) [11:11] LSD` (n=ianweb@dsl-58-7-6-82.wa.westnet.com.au) joined ##slackware. [11:11] the organist in the stranglers is epic [11:11] had to be said [11:11] walk on by is one of the greatest tunes ever made [11:13] anyway everyone i'm wasting channel lines with useless babble, speak soon [11:14] and channel lines are expensive [11:14] hitest (n=hitest@7conn226.rupert.net) left irc: "Leaving" [11:14] furrrryy [11:14] they be hand crafted by children [11:14] furry indeed [11:14] coz they are so small [11:14] needs small hands [11:14] vastina (n=vastina@206.105.111.187) left irc: "expensive channel lines" [11:14] wooo... kernel oops [11:14] yay [11:15] Action: slackytude goes to uni [11:15] see ya [11:15] slackytude (n=hotline@p4FD8A58C.dip0.t-ipconnect.de) left irc: Remote closed the connection [11:17] i think thats my first ever kernel oops under slackware [11:17] toytoy (n=dindin@unaffiliated/toytoy) left irc: "My damn controlling terminal disappeared!" [11:19] ali0t4 (n=ali0t4@125.33.142.230) left irc: "leaving" [11:19] dissociative (n=dissocia@adsl190-28-209-183.epm.net.co) joined ##slackware. [11:22] hmm was vbox's fault [11:22] freack (n=frk@189.58.215.84) joined ##slackware. [11:22] http://www.wsbtv.com/news/19715994/detail.html [11:24] neonflux (n=neonflux@adsl-68-127-165-97.dsl.pltn13.pacbell.net) left irc: "I'm outta here! Later!" [11:24] hey i have problem with vbox , thing is its only optimized for 32bit virtual display, but our Xorg can only have upto 24bit, [11:24] after installation of slackware to vbox, display is quite messy . [11:25] slava_dp (n=slava@83.170.208.10) left irc: "^D" [11:25] do you have solution ? [11:28] _juan (n=juan@200.84.124.34) joined ##slackware. [11:29] <_juan> hi, can anyone please tell me where prog/init/lm_sensors.init is? [11:31] agentc0re|work (n=jon@heartslc.com) joined ##slackware. [11:31] etc/init.d/lm_sensors [11:31] dissocia1ive (n=dissocia@adsl190-28-191-136.epm.net.co) left irc: Read error: 110 (Connection timed out) [11:31] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) left irc: "Leaving" [11:32] etc/sysconfig/lm_sensors [11:33] <_juan> that is the file i have to copy to /etc/rc.d/rc.lm_sensors, right? [11:33] huh? This is ##slackware [11:34] pri4pus (n=pri4pus@87.248.164.65) joined ##slackware. [11:34] so it is [11:34] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) joined ##slackware. [11:34] maybe I missed something from earlier [11:34] nvision (n=nvision@g229125065.adsl.alicedsl.de) joined ##slackware. [11:35] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) joined ##slackware. [11:35] applecore [11:37] mmlj4 (n=jkelly@ip70-171-94-246.no.no.cox.net) joined ##slackware. [11:41] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) joined ##slackware. [11:41] mannynix (n=mannynix@200.92.188.212) joined ##slackware. [11:42] <_juan> i am running slackware64 -current on an intel dg41ty mb, E7400 processor, 2 gig ram, whenever i try to restart X or end session, the screen goes black and i have to turn reboot in order for X to restart, any ideas why? [11:43] _juan: check x logs first [11:44] are you sure of this? Did you try to ssh to it and "startx" that way? [11:44] did you try doing "startx" blindly at your blank terminal? [11:44] Hermann (i=1000@pc-20091230-o.fy.chalmers.se) left irc: Read error: 110 (Connection timed out) [11:45] <_juan> i can't even enter the terminal, no output whatsoever, just a black screen [11:45] can you clt-alt-FN to another terminal? [11:45] <_juan> no [11:45] You can TYPE without seeing the output. [11:45] so the box locks up? [11:45] _juan: are you on that box right now? [11:45] slackytude (n=slacky@141.100.75.129) joined ##slackware. [11:45] <_juan> yes i am [11:45] lsmod | grep evdev [11:45] Action: slackytude bäck [11:46] IOW, no, you didn't try any of this. [11:46] rob0: hehe [11:46] y0 people [11:46] <_juan> evdev 11392 8 [11:47] _juan: heh [11:47] hang on [11:47] politics time!!! [11:48] jeev: http://pastebin.slackadelic.com/14631 [11:48] try adding tghat to your xorg.conf [11:48] see if that makes a difference [11:49] init[1] (n=init[1]@unaffiliated/akber/x-5446599) left irc: "init 0 -will be back" [11:49] not at the office yet [11:49] doh [11:49] _juan: [11:49] http://pastebin.slackadelic.com/14631 [11:49] tab completion kicking my butt today [11:49] rolly (n=andy@ppp079166047180.dsl.hol.gr) joined ##slackware. [11:49] pff, i thought i was the first choice [11:50] but you're just looking for anyone! [11:50] <_juan> let's see [11:50] _juan (n=juan@200.84.124.34) left irc: Remote closed the connection [11:50] fidesratio (n=fidesrat@80.42.155.176) left ##slackware ("Leaving"). [11:51] Mista_D (i=42cfc442@gateway/web/ajax/mibbit.com/x-ff2df2f50c8033d0) joined ##slackware. [11:51] you broke him [11:51] _juan (n=juan@200.84.124.34) joined ##slackware. [11:51] <_juan> that fixed it [11:52] Man_of_Wax (n=wax@annina.cs.unibo.it) joined ##slackware. [11:53] :) [11:53] _juan: evdev was killing you [11:53] I had the same problem.. took about 3 hours of searching and testing to find that combination [11:53] Dominian, you da man [ in bed ] [11:53] basically [11:53] <_juan> thanks Dominian [11:53] those lines tell Xorg to ignore hal input for devices and to use its own configuration in xorg.conf [11:53] _juan: no problem [11:54] although it wasn't my screen that got me [11:54] it was mapping my mouse buttons incorrectly [11:54] evdev kept telling me I had 32buttons lol [11:54] <_juan> 32 buttons? lol [11:55] freealan (n=freealan@218-174-132-96.dynamic.hinet.net) joined ##slackware. [11:55] aye [11:55] _juan: xinput list [11:55] What I'm trying to figure out is if the issue I had was just slackware64 or if it happens on slackware itself... [11:56] although so far I've only heard about it from slackware64 users [11:56] <_juan> my 32 bit was working flawlessly till one day it just died [11:56] <_juan> now i can't find prog/init/lm_sensors.init [11:56] hey guys, there is an option to force upgradepkg right? [11:57] fluxnuk3r: what do you mean force it? [11:57] If you have a newer package.. just do: upgradepkg [11:58] using alienBob's sync script to download latest, trying to do a manual upgrade/install of everything. but some of my programs seem to be current and it fails [11:58] upgradepkg --reinstall [11:58] every time I tab back to irssi I want to type "clear" is this normal? [11:58] or even upgradepkg --reinstall --install-new [11:58] grekkos: You get over that in time ;P [11:58] on occasion I actually do [11:58] type it [11:58] lol [11:58] uva (i=bno@220-136-228-41.dynamic.hinet.net) left irc: "Leaving" [11:59] hehe [11:59] <_juan> another thing with this configuration of mine is that whenever i try to enable desktop effects, my computer almost comes down to a halt [11:59] alienbob's sript only downloaded 4 packages in A seriers -.- [12:00] none in D [12:01] got the link from firebird, told me to just run it and it would download everything the first time xD [12:01] big_bass (n=big_bass@200.77.35.151) joined ##slackware. [12:02] Action: Dominian uses rsync for that stuff [12:02] yah, its an rsync script he wrote [12:02] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [12:03] Agiofws (n=Agiofws@athedsl-434923.home.otenet.gr) left irc: Read error: 60 (Operation timed out) [12:04] Dominian: heres the script: http://pastebin.ca/1461194' [12:05] kr_eten (n=quick@opencode.dioextent.com) joined ##slackware. [12:06] looks sane [12:06] rhys (n=rhys@r-lyeh.meds.cwru.edu) joined ##slackware. [12:07] yah...but i figured it would download *all* the packages the first run [12:07] instead i have some series with only txt files. [12:07] SlackNeo (n=SlackNeo@unaffiliated/neo/x-596632) left irc: "leaving" [12:08] then something isn't right [12:08] try a different mirror [12:08] mirrors.tds.net gives me fits sometimes [12:08] suggest a better one? [12:09] osuosl.org [12:09] brb.. rebooting VM [12:09] Dominian (i=dominian@unaffiliated/dominian) left irc: "leaving" [12:10] _juan (n=juan@200.84.124.34) left irc: Remote closed the connection [12:11] a750mhzslinky (n=a750mhzs@74.197.94.13) joined ##slackware. [12:11] rolly (n=andy@ppp079166047180.dsl.hol.gr) left irc: "Lost terminal" [12:11] xMDKx (n=mdkcore@nat/mandriva/x-ceed1401d22bc00b) left irc: [12:12] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) left irc: Read error: 110 (Connection timed out) [12:12] sombriks (n=sombriks@201009045245.user.veloxzone.com.br) joined ##slackware. [12:16] erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) joined ##slackware. [12:16] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [12:17] Dominian (i=dominian@noobfarm.org) joined ##slackware. [12:17] wb Dominian [12:17] thanks [12:17] not sure if enabling xen in my guest worked or not [12:18] lol [12:18] does this look rigt? [12:18] RSYNCURL="http://slackware.osuosl.org/::slackware" [12:18] kr_eten (n=quick@opencode.dioextent.com) left irc: "Leaving" [12:18] ::slackware? [12:18] definetly not (to me) [12:19] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [12:19] init[1] (n=init[1]@unaffiliated/akber/x-5446599) joined ##slackware. [12:19] the original was RSYNCURL="slackware.mirrors.tds.net::slackware" [12:19] its from alien's script [12:19] t4k3r0n (n=takeron@189.186.162.94) joined ##slackware. [12:19] edman007 (n=edman007@unaffiliated/edman007) left irc: Connection timed out [12:20] when i try it though it says the connection times out [12:21] brb again [12:21] Dominian (i=dominian@unaffiliated/dominian) left irc: Client Quit [12:22] cylux_ (n=cylux@CPE00032f37fa0d-CM0014e825df0e.cpe.net.cable.rogers.com) left irc: "Lost terminal" [12:25] _juan (n=juan@200.84.124.34) joined ##slackware. [12:25] Dominian (i=dominian@noobfarm.org) joined ##slackware. [12:25] <_juan> is ctr-alt-backspace disabled in slackware 64 current? [12:25] ok reboots should be over now [12:25] lol [12:26] Linux slack 2.6.30 #2 SMP Sat Jun 13 20:10:00 PDT 2009 x86_64 Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz GenuineIntel GNU/Linux [12:26] sexual [12:26] o.O [12:26] Mista_D (i=42cfc442@gateway/web/ajax/mibbit.com/x-ff2df2f50c8033d0) left ##slackware. [12:26] jeev are you running server ? [12:26] _juan, there was an entry in changelog for that [12:26] _juan, that they reenabled that [12:26] are you running server? what you mean [12:27] a server? [12:27] <_juan> i must have missed it [12:27] <_juan> i dont have it enabled [12:27] why a quad cpu? [12:27] thrice` (i=thrice@unaffiliated/thrice/x-000000001) left irc: Read error: 113 (No route to host) [12:27] huh cause i have one [12:28] what's a server? do they still make those? does it have a hard drive? [12:28] _juan, l/hal-0.5.11-x86_64-5.txz: Rebuilt. Patched 10-keymap.fdi to allow the [12:28] Ctrl-Alt-Backspace key combination to continue to "zap" the X server as [12:28] the default has been for decades. Thanks to Robby Workman. [12:28] jeev: ok :) [12:29] _juan, thats from Wed Jun 10 13:23:30 CDT 2009 [12:29] jeev, all fine with 2.6.30? [12:29] init[1] (n=init[1]@unaffiliated/akber/x-5446599) left irc: "init 0 -will be back" [12:29] Dominian: this is what i got now: http://pastebin.ca/1461212 [12:29] but it still does nothing :/ [12:30] http won't work [12:30] just make it slackware.osuosl.org [12:30] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) left irc: Read error: 110 (Connection timed out) [12:30] hrm [12:30] slackware.osuosl.org/slackware [12:30] see what that does [12:31] .. thena gain with aliens' script that may not work the way I think it will [12:31] <_juan> ok, that package is installed, but i have no ctr-alt-backspace [12:31] rsync: change_dir "/home/ftp/pub/Linux/Slackware/slackware-current/slackware.osuosl.org//slackware-current" failed: No such file or directory (2) [12:31] crap. sry. almost a flood.. [12:31] no problemos [12:32] why is it looking for the url in my local though Dominian? [12:34] |Slacker| (n=anywhere@189.4.37.184) joined ##slackware. [12:35] need another pastebin to see what i messed up this time? xD [12:36] Hermann (n=Hermannn@h-156-174.A155.priv.bahnhof.se) joined ##slackware. [12:37] http://pastebin.slackadelic.com/14632 [12:37] thats' what I use [12:37] it will save the slackware64 or whatever you point it at to the current directory you run it from [12:37] Action: Dominian shrugs [12:38] who here uses ipv6 [12:38] <_juan> ok, i have no ctr-alt-backspace or the possibility of switching to a terminal with ctr-alt-f6, any ideas? [12:39] _juan: I had a similar problem. There's a package in x/ you have to install. [12:39] I haven't figured out which one it is though, so I just installed all of x/. :) [12:40] jeev: I do [12:40] i used to, i dont like it though [12:41] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [12:44] Who here knows what the hell a "signal 0" is? [12:44] Dominian: It returned with int 0, which means it completed successfully. [12:44] Unless it's in some non-C context. ;) [12:45] Well, the reason I ask is I have OSSEC installed that does "service" checks against things like /usr/sbin/sshd.. however, I also have grsecurity installed and its denying a signal 0 [12:45] I'm assuming that a signal 0 in this context is a "hey.. are you awake/running" signal [12:45] anTraxc (n=augusto@189-041-51-195.xd-dynamic.ctbcnetsuper.com.br) joined ##slackware. [12:46] zeroXzero (n=zeroXzer@59.93.39.193) joined ##slackware. [12:46] dusty (n=dusty@78-86-194-224.zone2.bethere.co.uk) joined ##slackware. [12:47] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [12:48] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [12:49] missyjane (n=love@unaffiliated/missyjane) joined ##slackware. [12:49] yo yo yo [12:50] Sup dude [12:50] nm [12:51] we ordered a new tv [12:51] waiting for it to come in [12:51] y0 midnight_sun [12:51] damn [12:51] y0 missyjane [12:52] :D [12:52] psh all tab should go to missyjane first [12:53] Dominian, quote in queue [12:53] firebird619 (n=fbird@unaffiliated/firebird619) joined ##slackware. [12:53] mine went to nickserv jane [12:53] midnight_sun (n=thetroop@unaffiliated/lombard) left irc: "WeeChat 0.2.6" [12:54] Greetings everyone. :) [12:54] slackytude: patience [12:54] :P [12:54] hola firebird [12:54] Hey grekkos [12:54] firebird619: ola signor. [12:54] Hi Dominian [12:54] Hey BP{k}, how's it going? [12:54] Dominian, :| [12:54] y0 firebird619 [12:54] y0 slackytude, how's it going? [12:54] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [12:54] firebird619: not bad :) [12:55] firebird619: how's tricks on your end? [12:55] firebird619, sitting in uni. no fun atm [12:55] Action: slackytude smoke [12:55] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [12:55] BP{k}: going good here. Weather is rainy today. Kontact has ate my e-mails and spit out empty ones. :( [12:56] 79 here and sunny [12:56] cloudy and rainy here ;p [12:56] Hey nix_chix0r, how's your day going? [12:56] hey nix_chix0r [12:56] 88F and sunny here [12:56] <|Slacker|> sunny here but kinda cool [12:56] Hows the child? [12:56] Action: |Slacker| is sick [12:56] y0 dtanner. How are you doing? [12:57] firebird619: yuck. the only time I have seek kontact do that on 3.5.10 was while reading the email with mutt while having kontact open. [12:57] he's good had a bath and is passed out from rolling around on the carpet [12:57] hello firebird619. i am good. yourself? [12:57] BP{k}: howdy :) [12:57] Ah [12:57] so my day is going alright so far [12:57] you guys/ [12:57] Depressed and bitter heh [12:57] i'm hungry, therefore it could be better [12:58] <|Slacker|> i?m sick...and my day?s just started [12:58] BP{k}: yeah, this is weird. If I go to where Kontact stores the mail, I can open any message (with kontact no less) and it opens fine. I'm going to try making a new account and then import those e-mails and see if it works. [12:58] hungry as well [12:58] <|Slacker|> damn keyboard [12:58] Hey fluxnuk3r [12:58] slackytude: wtf.. where'd that quote come from? [12:58] dtanner: doing good, thanks. [13:00] j0z (n=LINUX@unaffiliated/j0z) joined ##slackware. [13:00] -j10 is going slow through virtualbox, maybe 10 was too much [13:00] vastina (n=vastina@206.105.111.187) joined ##slackware. [13:01] yht|pulang (n=blackhat@125.161.74.39) left irc: Read error: 104 (Connection reset by peer) [13:01] hey firebird619 [13:01] Dominian, #python [13:01] Dominian, its fun [13:02] j0z (n=LINUX@unaffiliated/j0z) left irc: Client Quit [13:02] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [13:03] j0z (n=LINUX@unaffiliated/j0z) joined ##slackware. [13:03] omg. I'm an idiot. [13:03] the first step is admitting it [13:03] lol xD [13:03] haha [13:03] Action: fluxnuk3r didnt realize tgz went to txz xD [13:04] lol [13:04] Well, you have now. :D [13:04] yah [13:04] lol [13:04] Action: fluxnuk3r facepalms [13:05] hey guys ,, what are the packages who need to be updated until #13 RC?? [13:05] ckt1g3r (n=ckt1g3r@bl12-104-191.dsl.telepac.pt) joined ##slackware. [13:06] slackytude: I can tell its fun.. [13:07] slackytude: I thought python guys were smarter than that... [13:07] Dominian, it was a n00b [13:07] slackytude: that was saying "mysql?" "no.. a database" [13:08] Dominian, well, bob_f doesnt like mysql very much [13:08] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [13:08] Eno is the n00b, bob_f rules #python [13:08] ahh [13:08] Well, just because he doesn't like mysql... [13:09] heh [13:09] Action: nix_chix0r flings poo [13:09] Action: dtanner ducks [13:09] Action: firebird619 ducks [13:09] well, I liked it [13:09] Action: grekkos gets hit in the face [13:09] lol [13:09] Action: dtanner slings sharpened axes [13:09] grekkos: should've ducked. [13:09] :( [13:09] jeev__ (n=jeev@71-94-143-98.static.mtpk.ca.charter.com) joined ##slackware. [13:09] i thought i'd give the unbleached hippy diapers a try and they look like brown paper bags with tape [13:09] Linux slack 2.6.30 #1 SMP Mon Jun 15 10:00:12 PDT 2009 x86_64 Intel(R) Core(TM) i7 CPU 940 @ 2.93GHz GenuineIntel GNU/Linux [13:10] Linux slack 2.6.30 #2 SMP Sat Jun 13 20:10:00 PDT 2009 x86_64 Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz GenuineIntel GNU/Linux [13:10] dtanner: OUCH, that was my head. I'm bald now. Thanks alot. :P [13:10] yw [13:10] lol [13:10] nix_chix0r: nice, you're wearing diapers now? [13:10] my cpu's are sexy [13:10] yeah, i couldn't stop after the baby ws born [13:11] nix_chix0r: ah withdrawal symtomes kicking in [13:11] symptoms... [13:11] at least i don't piss myself damn near every time i sneezed [13:11] that stopped 6weeks after [13:11] oh good [13:11] so there's been some progression [13:12] ... [13:12] lol [13:12] haha [13:12] things are starting to go back to normal:)) [13:12] who knows maybe by the time he turns 18 i'll be like i never had a kid [13:12] dhabyx (n=dhabyx@unaffiliated/dhabyx) joined ##slackware. [13:12] what is normal? 9-5 .. have kids .. they go to school . they get 9-5's. the world keep son spinning until we drain it of every possible natural resource. [13:13] naw i work 4pm-12am similar situation, normal physically . i have accepted that mentally i will never be the same [13:13] =) [13:14] hosl (n=LINUX@187.6.159.82) joined ##slackware. [13:14] stretch marks fade, mental issues. well those just get hidden under wine and asprin [13:14] j0z (n=LINUX@unaffiliated/j0z) left irc: Nick collision from services. [13:14] dtanner, damn right [13:14] school aint teaching them to think for themselves [13:14] except the top 1% at schools. [13:14] Nick change: hosl -> j0z [13:15] less the doctors, they're just greed [13:15] greedy. [13:15] top of any school usually means they're not thinking for themselves [13:15] highest grades are usually the most programmable students :) [13:15] i mean the naturally smart ones. [13:15] i'm probally going to homeschool part time [13:15] nix_chix0r, best thing you could do. [13:15] havent really decided yet i have a few years [13:15] they're not usually smart at all, they just study and feed back meaningless answers [13:15] nullify_ (i=n@68-114-223-90.dhcp.mdsn.wi.charter.com) joined ##slackware. [13:15] i say part time so he can still develope socially [13:16] grekkos, a lot of schools have very smart people on top, the ones who pass with major common sense. [13:16] nix_chix0r, yea. i'm in your shoes, except i dont wear heels. [13:16] :) [13:16] edman007 (n=edman007@unaffiliated/edman007) joined ##slackware. [13:16] edman007, pony [13:16] i sent [13:16] the wildest colts make the best horses [13:17] Dominian: computer died again, on the girlfriends laptop [13:18] i guess my ex-wife was born to have babies. after two kids , no stretch marks unless you had a magnifying glass to see and her stomach was just as sexy after the kids.. i mean after several weeks that is. you could never tell she had kids in a bikini. [13:18] lucky :) [13:18] so she had kids in a bikini eh? [13:18] kids are evil [13:18] lol [13:18] imagin giving birth to nix_chix0r ??! [13:18] i knew that was coming grekkos =P [13:18] my stomach is flat an everything but i've got like tiger marks because i had so much fluid [13:19] maybe getting some sun will help fade them more [13:19] my stomach is bulbulous [13:19] donno why [13:19] I have a dom on the top [13:19] kevlinux (i=kevlinux@cpe-66-8-182-104.hawaii.res.rr.com) joined ##slackware. [13:19] like a little potbellied leprechaun [13:19] except i'm tall [13:19] i need to exercise too [13:19] well it's not really fat it's just... i dunno a bulb [13:19] i'm about to become a balloon, my girlfriends brother last night told me to stop eating lol [13:19] and i'm the joke of their family [13:19] yeah a balloon [13:19] it looks like a balloon [13:20] they cater to me for her graduation LOL [13:20] they wonder why i'm not 400 lbs [13:20] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [13:20] heh [13:20] how much do you weigh? [13:20] right now, maybe 212 [13:20] I think i'm underweight [13:20] but I eat [13:20] hubby is going to the gym with me too although he doesn't need it. it's more so i can feel motivated [13:20] i'm 6'1, i should be 195 man [13:20] just doesn't add anything [13:20] hah [13:20] then i am [13:20] but i look the same as i do when im 195 [13:20] i am 6'1" and weigh 220 [13:20] i'm 6'1 and i weigh 165 [13:21] damn grekkos [13:21] grekkos: oviously, thats not the way you need to gain weight [13:21] i'll fart you down [13:21] we need to average our weights maybe [13:21] damn your skinny grekkos [13:21] my brother is 6'2" and 129lbs lol [13:21] |Slacker| (n=anywhere@189.4.37.184) left ##slackware. [13:21] wow [13:21] wow nix_chix0r [13:21] that's bad [13:21] i'm not that bad [13:21] nix_chix0r: thats messed. [13:21] a sonic boom will knock him down [13:21] he can't gain weight [13:21] he eats a ton [13:21] nullify (i=n@68-114-223-90.dhcp.mdsn.wi.charter.com) left irc: Read error: 60 (Operation timed out) [13:21] does he go to the gym? [13:21] he will as he gets older [13:21] 37" inseam [13:21] yeah he should he's only 19 so [13:21] unless he is an exercise freak and counts carbs [13:22] i'm thinking just high metabolism [13:22] i didn't start gaining in my stomach until i was around 30 years old [13:22] my metabolism is high [13:22] ha, i started from day 1 :9 [13:22] :(* [13:22] he has no thighs it's all the same width bean pole [13:22] |kevlinux| (i=kevlinux@cpe-66-8-182-104.hawaii.res.rr.com) got netsplit. [13:22] try finding 29x37 jeans is hard [13:22] finding 29xY jeans is hard [13:22] I used to be 32x32 [13:23] which is also an odd number iirc [13:23] hubby is 33x32 because he put on sympathy weight, but it's gone now haha [13:23] did he get boobs? [13:23] no wait [13:23] I don't want to know [13:24] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [13:24] naw [13:24] freealan (n=freealan@218-174-132-96.dynamic.hinet.net) left irc: Client Quit [13:24] did you nix_chix0r ? :P [13:25] we already know the answer to that one [13:25] :> [13:25] no? [13:25] rly [13:25] redtricycle (n=redtricy@32.152.26.144) joined ##slackware. [13:25] i already had them to begin with [13:25] well [13:25] i think he was asking if they got bigger [13:25] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [13:25] Action: acidchild eats elbow [13:26] yeah i know, yes they got gigantic [13:26] oh [13:26] well that's good [13:26] you know whats disgusting [13:26] (you can still stand up, right?) [13:26] thumbs (i=1000@24.200.40.233) left irc: Read error: 110 (Connection timed out) [13:26] your nipples stretched out? [13:26] wome with big boobs but their nipples are like the size of dinner plates [13:26] haha [13:26] it's more disgusting when they're normal sized though, because they don't fit the size [13:26] nah mine are alright but i seen that and i was like man that shit is whack [13:27] it makes it look more like there was an operation [13:27] yeah i is [13:27] it* [13:27] pancake nipples ( ( * ) Y ( * ) ) [13:27] ahahhaha [13:27] the long oval shaped ones [13:27] Action: acidchild changes DOB on his ID [13:27] 2003 [13:27] are the worst [13:27] 3inch long nipples with plates surrounding [13:27] are we hailing from africa [13:28] |kevlinux| (i=kevlinux@cpe-66-8-182-104.hawaii.res.rr.com) got lost in the net-split. [13:28] heh [13:28] everything is 'big' out there =P [13:28] I'm gonna grab some food we'll talk more about boobs and nipples when I get back [13:28] right o [13:31] acidchild: jeje [13:31] er... damn it [13:31] i guess nothing else is worth talking about since the # went silent [13:31] Dominian: yeah its pretty annoying. [13:31] sorry was in th emiddle of fixing up the webmail login to use recaptcha and tabindex properly [13:31] so.. now it does [13:31] i should go get a replacement sometime today [13:31] aye [13:31] You have the money.. go spend it :P [13:31] its a psu [13:31] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [13:31] ;/ [13:31] they should just work! [13:32] nullify_ (i=n@68-114-223-90.dhcp.mdsn.wi.charter.com) left irc: Read error: 110 (Connection timed out) [13:33] Dominian: http://tinyurl.com/nbnjy5 [13:33] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [13:33] ok so who is going to write up a little "HINTS" file for the new X in -current and future 31.0 ? [13:33] Dominian: wanting to get two dirt bikes and go on a camping trip/drive up there for a summer holiday [13:33] err 13.0 [13:33] kamaji (n=kamaji@handtomouse.demon.co.uk) joined ##slackware. [13:33] i dont see myself leaving the contry this summer [13:33] mindbendr (n=neveraga@82.196.231.29) left irc: "Lost terminal" [13:33] t4k3r0n (n=takeron@189.186.162.94) left irc: Read error: 104 (Connection reset by peer) [13:33] t4k3r0n_ (n=takeron@189.186.162.94) joined ##slackware. [13:34] I want to go to Jamaica or the bahamas. preferrably Jamaica mon. [13:34] Dominian: rather do that than get PSU LOLOL [13:34] dtanner: nice :D [13:34] dtanner: you think you will? [13:35] maybe not this summer .. but i plan to go one day. [13:35] :> [13:35] big spleefs on the beach with the locals [13:35] Mexico, Spain are on the playing cards too [13:35] right :> [13:36] t4k3r0n_ (n=takeron@189.186.162.94) left irc: Connection reset by peer [13:36] _juan (n=juan@200.84.124.34) left irc: "Leaving" [13:37] does -current HAL have the autorization policykits? as in root has to allow users the rights specifically in the "Authorizations" gui to do things such as mount removeable media? [13:37] missyjane (n=love@unaffiliated/missyjane) left irc: [13:37] dtanner: where are you atm? [13:37] i ask because i don't use kde and the new gnome/gware has this. kinda nice. [13:37] init[1] (n=init[1]@unaffiliated/akber/x-5446599) joined ##slackware. [13:37] Texas [13:37] you should pack a steel pipe with explosives... and fire yourself to your desination [13:38] ouch [13:38] kamaji_ (n=kamaji@handtomouse.demon.co.uk) joined ##slackware. [13:38] nar [13:38] will be fun [13:39] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [13:40] man this Armagetroned is addicting to me. anyone up for a game? [13:40] moh2a (n=mohaa@92.49.78.237) joined ##slackware. [13:40] mohaa (n=mohaa@92.49.72.104) left irc: Read error: 110 (Connection timed out) [13:40] big_bass (n=big_bass@200.77.35.151) left irc: Read error: 104 (Connection reset by peer) [13:41] grr [13:41] acidchild: ossec banned him.. stupid thing [13:42] cyclist (n=a@sxanth.static.otenet.gr) joined ##slackware. [13:42] sajes (n=sajes@67.143.34.85) left irc: Read error: 113 (No route to host) [13:42] banned? [13:42] who? [13:46] dtanner: http://toronto.en.craigslist.ca/drh/mcy/1222229841.html [13:46] acidchild: me [13:46] that is your ride to jamaica [13:46] acidchild: I was testing something.. httpd kept hitting "non-existent" files supposedly and it banned him because of it lol [13:46] Dominian: grsec or OSSEC? [13:46] did you install lids? :/ [13:47] does anyone know how to start up proftpd in slackware [13:47] i used to know but i forgot [13:47] and simply running proftpd doesnt work [13:47] mib_7lepxpfq (i=6250226c@gateway/web/ajax/mibbit.com/x-d610f43429271ab8) joined ##slackware. [13:47] muzz2k (n=anthony@host81-151-153-168.range81-151.btcentralplus.com) joined ##slackware. [13:48] ? [13:48] its run by inetd [13:48] /etc/inetd.conf [13:48] and restart it using the rc.d script [13:48] mib_7lepxpfq: what do you want? [13:48] ok so it should already be running then right? [13:48] acidchild: http://picasaweb.google.com/slacktop/Harley# [13:48] you have a harley [13:48] rawr [13:49] yup [13:49] ima looking at getting my first bike >.< atm [13:49] course, licence, bike etc.. [13:49] what is the point of this room [13:49] http://picasaweb.google.com/slacktop/Harley#5315409728569239506 < i like this pic the best , the way the sun was hitting the pipes just right =) [13:49] mib_7lepxpfq: there is no spoon. [13:50] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [13:50] ? [13:50] mib_7lepxpfq: /topic [13:50] acidchild: ossec [13:50] colmcille (n=colmcill@78.32.184.48) joined ##slackware. [13:50] acidchild: and no.. I haven't installed lids.. why? [13:50] what is te topic [13:50] type /topic [13:50] mib_7lepxpfq: the topic is candy canes [13:50] Nick change: moh2a -> mohaa [13:50] acidchild: ossec detects that if you try to look for multiple files that are missing via a web page.. that you're trying to exploit something.. so it bans you [13:51] dtanner: hehe :P [13:51] dtanner: yep [13:51] mmm candycanes [13:51] i've been banned for that many times :P [13:51] acidchild, crotch rocket or a harley;p [13:51] mib_7lepxpfq (i=6250226c@gateway/web/ajax/mibbit.com/x-d610f43429271ab8) left ##slackware. [13:51] >.> crotch rocket [13:51] ew [13:51] i'm not 50!!!!!!!!!!!!!1 [13:51] i'm listening to little richard [13:51] make out your will first [13:52] http://www.moto-gratuite.com/images/25807_2246RhwpHz6AO5q7.jpg [13:52] psh harleys are awesome [13:52] rawr ^^ [13:52] nix_chix0r: someone offered me a harley of some kind.. its in 3 boxes in peices. [13:52] why does everyone think harleys are for old people ? harleys rock any ages world. comfort , torque, looks , feel , sound .. who wants to zip around all crouched over all the time? [13:52] nix_chix0r: i really dont see the point in rebuilding it to never ride it.. [13:53] kamaji (n=kamaji@handtomouse.demon.co.uk) left irc: Read error: 111 (Connection refused) [13:53] I can't imagine laying on my nuts [13:53] nille_ (i=1000@c-94-255-245-44.cust.bredband2.com) left irc: Read error: 60 (Operation timed out) [13:53] dtanner: depends on the bike i guess? [13:53] the ER6 has a nice angle of ride.. [13:53] i had a crotch rocket years ago and i hated it. [13:53] and its a really small bike... really small, true crotch rocket. [13:53] =] [13:53] oooh that almost look like hero honda hunk [13:53] http://www.priceindia.in/bike/wp-content/uploads/2008/08/hero-honda-hunk.jpg [13:53] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [13:54] Lord_Khelben (n=null@adsl9-40.kav.forthnet.gr) joined ##slackware. [13:54] init[1]: indeed.. [13:54] :> [13:54] dtanner, more relaxing to just sit back and coast [13:54] acidchild: was that joke :P [13:54] hubby wants a fork lift not sure why [13:54] he just wants one [13:54] LOL [13:54] 'men' [13:54] nix_chix0r: always [13:55] he goes can i have a racoon, i said no so he goes well how about a forklift [13:55] just like deep down in side most of us want a tank and go GTA style [13:55] it would be funny if i borrowed one and presented it to him [13:56] really i get to keep it??!!! no [13:56] :P [13:56] marto28sf (i=1000@84-252-10-104.2073173059.ddns-lan.ekk.bg) joined ##slackware. [13:57] dtanner: do you ride it much or is it just for looks :P [13:58] kamaji_ (n=kamaji@handtomouse.demon.co.uk) left irc: Connection timed out [13:58] i ride [13:58] lunarvalleys (n=lunarval@dyn3-82-128-191-246.psoas.suomi.net) joined ##slackware. [13:59] ovnicraft (n=ovnicraf@190.154.63.55) left irc: Remote closed the connection [13:59] i wana ride:( [13:59] dtanner: damn, read that post i noticed you [13:59] that just so put me off that bike [14:00] lol acidchild my dad spent 4k chroming his entire harley. now that is just frivilous and for looks more than anything but he rides that bike any chance he gets [14:00] i just want the freedom :( [14:00] >.> [14:00] to just leave.. [14:00] acidchild: bad review [14:00] nix_chix0r: wow [14:00] dtanner: indeed.. [14:01] Necos, you know why he did it? because he can heh that was his only reason [14:01] nix_chix0r: damn, can you tell your dad to give me 4k because i'm a nice guy? [14:01] dtanner: wonder if its just his riding. [14:01] Necos, shoulda married me [14:01] it would have been in his will [14:01] damn it, i fail ;-; [14:01] For those who missed the Southeast LinuxFest, http://rlworkman.net/SELF-2009/ [14:01] so, where does your hubby work again? [14:01] along with 2 mini turbo coopers and a lake home [14:02] well i live in the house [14:02] nix_chix0r: pft. [14:02] Action: Necos readies the ninja chipmunks [14:02] nix_chix0r: i'm moving in [14:02] acidchild: the bike looks clumsy to me. and very small. looks as awkward and as uncomfortable as i would expect on an inexpensive crotch rocket. [14:02] :> [14:02] dtanner: right. [14:02] but it looks great for around the city [14:02] acidchild, basement is free [14:02] we are working on finishing it completely [14:03] two bedrooms down there [14:03] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) joined ##slackware. [14:03] TClayton (n=TClayton@nc-76-0-181-131.dhcp.embarqhsd.net) left irc: Read error: 60 (Operation timed out) [14:03] nix_chix0r: kk, i'll finish it with HPS lights and carbon filters [14:03] :> [14:03] half a mile away to the lake [14:03] ha! 15minutes for me :) [14:03] to two beachs [14:03] walking :P [14:03] nice [14:04] it takes me about 20minutes to walk it [14:04] i'm no speed walker i'm short yano [14:04] walk or roll? [14:04] kk [14:04] hahahaha [14:04] only downfall is the mosquitos. shut up ho, last time i rolled was off your tiny weiner=\ [14:04] zeroXzero (n=zeroXzer@59.93.39.193) left irc: Read error: 110 (Connection timed out) [14:04] you got on it [14:04] so whos the shamed one [14:05] lol [14:05] i didn't have a choice, you did [14:05] kamaji (n=kamaji@handtomouse.demon.co.uk) joined ##slackware. [14:05] the steak in the other room looked more appealing [14:05] i can't help it [14:05] shucks! damn my african genetics... you must be use to horses. [14:06] >.> [14:06] hohoho [14:06] sausage in a bean can [14:06] t [14:06] Action: acidchild passes nix_chix0r the bong [14:07] oh boy [14:07] lol [14:08] opps. [14:08] wow what a convo killer. [14:08] =] [14:08] cyclist (n=a@sxanth.static.otenet.gr) left irc: Remote closed the connection [14:08] not rly [14:08] i'm eating [14:08] i'll get you [14:08] Bongs generally kill all conversation not relation to the philisophy of "hey dude....this should be like...more awesome" [14:09] rhys: it was my way of showing no hate to nix_chix0r [14:09] what the fuck kind of philisophy is that [14:10] lul at the potential to say peace pipe [14:10] you sir do not smoke enough pot. [14:10] kamaji_ (n=kamaji@handtomouse.demon.co.uk) joined ##slackware. [14:11] muzz2k (n=anthony@host81-151-153-168.range81-151.btcentralplus.com) left irc: [14:11] redtricycle (n=redtricy@32.152.26.144) left irc: Read error: 54 (Connection reset by peer) [14:11] I once got philosophical on how it didn't make any sense and you shouldn't get philosophical when you smoke pot...the recursion made me go "wtf" for close to an hour. [14:12] seriously, more pot, less cocaine psychosis. [14:12] ...Slackware; Linux for the StonedGenius [14:12] thats one thing i like to avoid [14:12] Breathing? [14:13] init[1] (n=init[1]@unaffiliated/akber/x-5446599) left irc: "init 0 -will be back" [14:13] being philosophical [14:13] indeed. [14:14] did some 2CI this weekend by the beach [14:14] was fun :-) [14:15] LinuxyErin (n=erin@ppp-70-252-130-205.dsl.ksc2mo.swbell.net) left irc: "Lost terminal" [14:15] I have been told Rolls are fun. The mescaline (sp?) fixes most of the problems with MDMA being a stimulant to the heart. [14:16] Lexus1 (n=BastionH@62.165.60.236) joined ##slackware. [14:17] kamaji__ (n=kamaji@handtomouse.demon.co.uk) joined ##slackware. [14:17] Breetai (n=Breetai@75-170-88-201.eugn.qwest.net) joined ##slackware. [14:18] guys virtualbox at slackbuilds,say that use qt4,but hasn't i at packages which are required......i must install qt4? [14:18] CygnusX1 (n=CygnusX1@c-69-245-162-6.hsd1.in.comcast.net) left irc: Read error: 110 (Connection timed out) [14:19] jnylin (n=jnylin@rainbow.ext.hb.se) joined ##slackware. [14:19] v4nelle: virtualbox includes qt4 and anything else it needs in the .run file [14:19] ok....thats [14:19] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [14:19] fluxnuk3r (n=fluxnuk3@173-19-129-196.client.mchsi.com) left irc: "Lost terminal" [14:22] paul424 (i=1000@k165-242.KREDKA.ds.uni.wroc.pl) left irc: "ChatZilla 0.9.84 [Firefox 2.0.0.4/2007051502]" [14:22] lw0x15_ (n=izap@78-105-255-246.zone3.bethere.co.uk) joined ##slackware. [14:23] kamaji__ (n=kamaji@handtomouse.demon.co.uk) left irc: "leaving" [14:23] kamaji (n=kamaji@handtomouse.demon.co.uk) left irc: Connection refused [14:27] kamaji (n=kamaji@handtomouse.demon.co.uk) joined ##slackware. [14:27] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [14:28] kamaji_ (n=kamaji@handtomouse.demon.co.uk) left irc: Success [14:31] v4nelle: no you don't *need* QT4. It is recommended however (but you can compile it with QT3 instead. [14:32] BP{k}: Well, I've wiped my Kontact config clean, gonna try again and hope for the best. I knew there was a reason I kept using opera mail, it just worked and didn't fail. :P [14:33] Lord_Khelben: do note that the the virtualbox at SBo doesn't actually use a ".run" file. [14:34] so while your anwer is not wrong, it's technically not correct either ;) [14:34] BP{k}: he was talking for the ose version ? [14:34] i thought so but i supposed sbo has the normal one too [14:34] slackbuilds.org only has the ose version. [14:34] Lord_Khelben: yes. [14:34] lw0x15 (n=izap@78-105-255-246.zone3.bethere.co.uk) left irc: Read error: 110 (Connection timed out) [14:34] Lord_Khelben: you supposed wrongly :) [14:34] [13:17] guys virtualbox at slackbuilds <--"at slackbuilds" :P [14:35] .org :) [14:35] :) [14:35] dtanner: http://www.totallyscooters.ca/used/Nitro_blue.jpg [14:35] yes "builds" means it is more possible to have the ose version than a .run file but they also have nvidia binary driver [14:36] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [14:36] s0d0 (n=john@host81-141-108-227.wlms-broadband.com) joined ##slackware. [14:36] Lord_Khelben: as far as Virtual Box is concerned, SBo only host the OSE version. [14:37] anyway i owe v4nelle an apology [14:38] Next round of beer is on you. ;) [14:38] lol [14:38] v4nelle: where in Greece do you live ? [14:38] :) [14:38] crete,irerapetra [14:38] v4nelle: so yes, you can run it with a QT3 interface, but QT4 is recommended, (use the QT4 slackbuild at SBo, which will install it along side QT3 of slack) [14:39] marto28sf (i=1000@84-252-10-104.2073173059.ddns-lan.ekk.bg) left irc: "Leaving" [14:39] nv4Phil (n=phil@gate.nv4p.com) left irc: Read error: 110 (Connection timed out) [14:39] theblackbox (n=sammo@unaffiliated/theblackbox) joined ##slackware. [14:39] ok..i will try it...thx [14:39] no. [14:39] do or do not .. there is not try :P [14:40] hehe [14:40] Lord_Khelben, you? [14:40] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [14:40] v4nelle: xanthi,thrace. northern part of greece and southern part :) [14:41] yeap..... [14:41] nv4Phil (n=phil@gate.nv4p.com) joined ##slackware. [14:41] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) left irc: "I'm outta here! Later!" [14:41] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [14:44] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) joined ##slackware. [14:45] nix_chix0r, pony? is it alive? in once peice? [14:46] Hey edman007. How's it going? [14:47] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [14:47] Hi all, I am hoping for some help from some folks that do technical support or computer support work. I have a chance to go into a 2 year training program for an AA in CIS. But I need to interview a few folks who do this for a living. I have 17 questions I need answered. I pasted the questions at http://codepad.org/shvmICaY I am hoping some here can help me. Thanks in advance [14:48] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) joined ##slackware. [14:49] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [14:49] So... [14:49] Breetai: Is this a class room assignment? [14:50] sombriks (n=sombriks@201009045245.user.veloxzone.com.br) left irc: Remote closed the connection [14:50] I don't think the instructor meant for you to Login to IRC and do this the easy way.. I'm pretty sure that the instructor wanted you to go out and work face to face with professionals. [14:50] likevinyl (n=likeviny@190.245.121.39) left irc: "Saliendo" [14:50] yeah really [14:50] haha [14:50] 17. In addition to formal training or education, what should I be doing to prepare for this position? <-wtf? [14:51] Let me put it this way... [14:51] Hey vastina, how's it going? [14:51] Breetai: I'm the instructor.. get off your ass.. get out there and meet people.. Or I will fail you. [14:51] lol [14:51] good thank you firebird619, yourself? [14:51] doing excellent, thanks vastina. [14:52] I'm just working with Kontact, it's ate my mail. :( [14:52] fun! [14:52] oh yeah, lots of fun. :P [14:52] heret|c (n=heretic@c-24-30-117-194.hsd1.ga.comcast.net) left irc: Read error: 110 (Connection timed out) [14:52] Dominian, u joking , right ? [14:52] haha i wish i could have pasted all my crap into an irc channel for help when i was going through education [14:53] cmair (n=cmair@host21-58-dynamic.48-82-r.retail.telecomitalia.it) joined ##slackware. [14:53] I had put the mail server idea on hold and figured, ah, I'm doing fine and the e-mail client getting the mail is fine. Now with this happening. I need a mailserver setup. :P [14:53] vastina : and you wouldn't have learned much [14:53] ananke: actually typing before i think here, ditto to what you said [14:53] lol [14:54] Breetai : so what, you're just going to paste that paragraph into the channel, and not answer any of our questions? [14:54] you learn nothing when you have the answer's handed to you. [14:54] Dominian, nope government sponsored program. They don't care I have done computer support work for the last 5 years. They want me to ask these questions as part of a journey of self discovery [14:54] firebird619 : 'answers' :) [14:54] ananke: No, i am not going to paste it into the channel. If you want me to answer questions ask away? [14:55] Breetai : what's question 17 about? what phantom 'position' is it talking about? [14:56] a journey of self discovery.... damn i'd rather smoke myself stupid and listen to enya [14:56] Rupp (n=Rupp@c-24-131-125-51.hsd1.pa.comcast.net) joined ##slackware. [14:56] muzz2k (n=anthony@host81-151-153-168.range81-151.btcentralplus.com) joined ##slackware. [14:56] Rupp (n=Rupp@c-24-131-125-51.hsd1.pa.comcast.net) left irc: Read error: 104 (Connection reset by peer) [14:57] self discovery , why ? [14:57] what's wrong with you ? [14:57] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [14:57] Rupp (n=Rupp@c-24-131-125-51.hsd1.pa.comcast.net) joined ##slackware. [14:57] Rupp (n=Rupp@c-24-131-125-51.hsd1.pa.comcast.net) left irc: Client Quit [14:57] DeeeeP: read up... to Breetai's last msg [14:57] ananke: If I want to do tech support work, besides schooling, what else should I do. They also send people to medical school, to be truck drivers, etc. If I need to "get in shape" or "learn to work 30 hour shifts" [14:58] guys,i am on audio,video,plugdev and other groups,but in /etc/group i don't see anything......and when i make a new group,useradd tell me that i am already memeber of the group [14:58] DeeeP: So I can find out things, like if I don't like dealing with stupid people, not a good job. If I don't like crawling under desks, not a good job. If I want to be a truck driver and am clastophobic, sleeping in a cab may be a problem. [14:58] Breetai : i think you missed the point. aren't those 17 questions supposed to be directed at your subject? if so, then wtf is that 'position' referring to? [14:59] have you even read those questions? [14:59] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [14:59] In my case, I asked for people who do tech support work, help desk, or support a whole office as admin and help guy. [14:59] Breetai, u should know by now , that , there is no perfect job [14:59] v4nelle: man chgrp [15:00] DeeeeP: LIESS [15:00] Deeep: I do know. But they don't want to pay money for training and half way through I discover something I don't like and quit. [15:01] DeeeP: I know I like it, I have done that kind of work. But I still have to get 5 interviews done before I can go to school. [15:01] Breetai: welcome to employment [15:01] Breetai: do you like people? [15:01] Necos: :) [15:01] if not, tech support is very testing [15:01] and i wonder how anybody is supposed to answer #16 [15:02] heh [15:02] ananke, just say yes [15:02] lol [15:02] DeeeeP: No.. I'm not serious. [15:02] acidchild: I am a geek and I leanrned how to deal with them. The company I worked for went out of business. I did it all for 90 employees in 8 locations over 3 states. [15:02] However, if I were an instructor and catching someone doing that.. they would instantly fail my course. [15:02] or at least get a horrid grade on it [15:02] Dominian, he is doing research [15:02] no sh*t... Breetai shut up and go meet real people, if you have troubles with job quirks you're not exposing yourself to challenges a normal modern human must adapt themselves to and you might want to consider cyanide pills, as they'll work FOR people who choose not to work for answers [15:03] acidchild: Took care of servers, backups, programed and wired phone systems. And answered end user questions on POS software, photoshop, Autocad, Excel, etc. Took care of web server, programmed firewalls. [15:03] thats wonderful? [15:03] wow broad reportoire! [15:03] Action: vastina claps [15:03] programmed firewalls? =p [15:03] Action: acidchild helps vastina clap quicker [15:03] ez acidchild [15:03] tewmten: !!!!!!!!!!!!!!!!!!!!!!!!!11 [15:03] Last message repeated 1 time(s). [15:03] Necos: that one caught my attention [15:03] Yo! wazup =] [15:03] Breetai, if u do all that , i think u get an ideia of what's comming [15:03] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [15:04] acidchild: i got another bonus at work today [15:04] DeeeeP: corperate rape? [15:04] acidchild : http://encyclopediadramatica.com/Image:Omg2.png [15:04] acidchild: because i just kick ass :D [15:04] one where the boiling water and wirewool just wont work [15:04] Yup, had a netscreen firewall device at each location. $3000.00 a pop. had to configure it and set up the VPN stuff, plus modify the rules as needed. [15:04] nice! :) [15:04] Aslo had a html proxy sever. [15:04] DeeeeP: No, I'm just saying.. if you want that type of job.. then head into the world.. find some real people to talk face to face with.. don't take the easy way out and expect IRC to do the work for you [15:05] tewmten: buying any new toys? [15:05] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [15:05] Took care of a juniper netscreen device for email filtering. In my case we did get email we needed from Russia and Romania. So I had to do a lot of tweeking to cut down on the 18,000 spam messages for ever 500 good messages. [15:05] muzz2k (n=anthony@host81-151-153-168.range81-151.btcentralplus.com) left irc: [15:05] appzer0 (n=appzer0@bes31-1-88-188-134-86.fbx.proxad.net) left irc: Read error: 54 (Connection reset by peer) [15:05] god.. juniper = fail [15:05] I hate those damn things [15:05] kinda interesting interface..but yeah [15:06] juniper blowz. [15:06] that encyclopediadramatica image is awesome. [15:06] acidchild: they suck for filtering [15:06] ananke: haha, thanks for the correction. :P I didn't even notice that. :) [15:06] acidchild: maybe new turntable [15:06] Dominian: dont all routers? :/ [15:06] Dominian, cant see why , this is real people behind the screen , in the area , but yeah , easier job , smart move from him [15:06] tewmten: :o [15:06] O: [15:06] acidchild: not really.. [15:06] vastina: I have talked to my friends that do this kind of work. I was trying to get a broader perspective from people that live outside my county of 90,000 people. [15:06] tewmten: and 1203012312 LP's???! [15:06] acidchild: nothing decided yet [15:06] antiwire : yep, it is. it's very appropriate [15:06] acidchild: Endian Fireawll does very well for http proxy.. the setup I have on our email servers works a treat for spam filtering. .. SevenL can attest to that [15:06] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [15:07] acidchild: i broke my collar bone recently, so some expensese will go for hospital and insurance bullshit [15:07] so whatever [15:07] ouchies. [15:07] that sounds like a fun night. [15:07] Deeep: I do have an idea. But part of this is a discouragement process. 75% of the people they give this to, NEVER come back with it completed. This narrows the field down of who they actually have to worry about being a good candidate. [15:07] Breetai: look up majordomo then [15:07] Dominian: iptables win win! [15:07] =] [15:07] Dominian: http://awds.berlios.de/about.html [15:07] acidchild: so next week i get my new salary, because i got a raise, plus a bonus, and the month after that the quarterly performance bonus should be payed out also [15:07] Breetai : and you're hoping for an easy way out of this one [15:07] money money money money money! [15:07] exxcceellleennt [15:08] damn tewmten... ballin! [15:08] i'm doing furniture soon :> [15:08] yeh [15:08] i be pimpin [15:08] lol [15:08] probly this week, problem is no car.. :( [15:08] tewmten, i think u'll get a boss tap on your back , and a "good job" [15:08] acidchild: well.. endian does use iptables :P [15:08] ]:) [15:08] giuppy (n=giuppy@87.13.170.5) joined ##slackware. [15:09] DeeeeP: i got that already, several times [15:09] acidchild: I'm waiting on your "server" cluster you keep telling me about [15:09] acidchild: but all you care about his furniture.. bah [15:09] ananke: No actually I have already interviewed 3 people in person and in my area. My former boss and 2 people that worked FOR me. Plus another friend that runs a PC shop. I was hoping to get a wider perspective. [15:09] DeeeeP: usually it also include moneys also ;) [15:09] Dominian: i don't have a sofa you fag :, [15:09] :< [15:09] oh great , tewmten [15:09] root_op (n=pontus@81-233-17-9-no30.tbcn.telia.com) left irc: Remote closed the connection [15:10] acidchild: buy a 4U rack mount box.. that should be big enough touse as a "couch" [15:10] i bet Dominian has a nice comfy chair at his nerdstation [15:10] i just remembered I was supposed to come back and talk about nipples [15:10] nix_chix0r still here? [15:10] nope [15:10] nullify (i=n@68-114-223-90.dhcp.mdsn.wi.charter.com) joined ##slackware. [15:10] she's using a cucumber [15:10] good I don't feel like talkin about nipples I just ate [15:11] tewmten: what deck? [15:11] acidchild: I do [15:11] get a kaos pad [15:11] acidchild: I also have a nice recliner out in the living room to watch TV with hehe [15:11] indeed. [15:11] and we sit down on the concrete floor to watch movies [15:11] and lean on the windows [15:11] acidchild: prolly another numark tt500 [15:11] sofa > cluster. [15:12] hehe [15:12] You could make a "sofa" cluster [15:12] tewmten: you played with a kaos pad? [15:12] 6 4U boxes should be big enough [15:12] hehe [15:12] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [15:12] futons aren't bad and they aren't too expensive either [15:12] we want to build a sofa.. its just time and effort, the girlfriend things its an amazing idea until the power saw and drill comes out [15:12] acidchild: nah.. but im trhinking of getting a koss mixer [15:12] get the ones with spring mattresses [15:12] then she'll go running off in fear. [15:12] erh korg [15:12] NetrixTa1dis (n=leoem@stealth3.com) joined ##slackware. [15:12] nachox (n=nacho@190.51.7.17) left irc: Read error: 113 (No route to host) [15:13] NetrixTa1dis (n=leoem@stealth3.com) left irc: Client Quit [15:13] NetrixTardis (n=leoem@64.39.1.180) left irc: "Leaving" [15:13] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [15:13] NetrixTardis (n=leoem@stealth3.com) joined ##slackware. [15:14] acidchild: http://www.korg.com/product.aspx?&pd=285 [15:14] antiwire: yeah... slept on a broken futon for a year [15:14] awful. [15:14] Breetai : i still can't get over the fact that you actually expect somebody to fill out that questionaire [15:14] Anyways any one that does Help desk, or general computer support, repair type work and is willing to fill out those questions. I thank you for all the help. I love doing this kind of work and having no degree has really been holding me back. [15:14] pri4pus (n=pri4pus@87.248.164.65) left irc: "leaving" [15:14] Breetai: rofl. [15:14] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) left irc: Remote closed the connection [15:14] i didn't see many question marks :P [15:14] you asked a question?! [15:15] _UnknowN_ (n=UnknowN@78-2-180-217.adsl.net.t-com.hr) joined ##slackware. [15:15] <_UnknowN_> hey guys [15:15] Breetai: how old are you? [15:16] ananke: It is a hoop I have to jump through. When I actually was working before my job closed down I had taken several phone calls from folks going into this program. I was glad to be able to help and to answer the questions. And i would have prefered to write the answers to repating myself on the phone as they wrote down what I said. [15:16] vastina: 42 [15:16] vastina: where are you from? [15:16] vastina: Roseburg, oregon [15:16] vastina: United States [15:17] your 42?! [15:17] ?!?! [15:17] Breetai: in the English speaking world, don't tell anyone you don't have a degree, especially at that age [15:17] his 42? :) [15:17] i don't have a degree :P [15:17] lunarvalleys (n=lunarval@dyn3-82-128-191-246.psoas.suomi.net) left irc: "Leaving" [15:17] I don't have a degree, and I'm older. [15:17] vastina : uhmm, it's hard to avoid that when you apply for a job [15:17] grekkos: a terminal in Colorado [15:17] <_UnknowN_> i have a problem with nvidia driver...i install driver but then when i reboot and try to enter slackware it says that resolution is too high..something like that i tried reinstalling about 5 times...what to do? [15:18] vastina: Which is exactly why I would like to get one. I do go work, my former boss said I was the best phone support specialist he had ever seen. My problem is getting an interview without any degree. [15:18] I don't honestly think I could learn anything useful in computing by going to college. [15:18] rob0: same. [15:19] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [15:19] rob0: learning someone elses hacks isn't really an education is it? [15:19] =P [15:19] <_UnknowN_> anyone can solve my problem pls? [15:19] acidchild, we'd get in trouble by correcting the lecturer and textbooks! [15:19] same.. [15:19] ananke: i don't have that iss [15:19] ue [15:19] rob0: But I would have a degree which gets my resume from someone in HR to someone I can actually interview with. [15:19] rob0: really silly shit too... really silly shit [15:19] vastina: is vastina your real name? [15:19] artv61_ (n=artv61@u1018430.ul.warwick.net) left irc: Connection timed out [15:19] vastina : you don't have what exact issue? [15:20] i've shared 12.2-dvd 8000% [15:20] sexy [15:20] Breetai, I just figure, if a company is too stupid to want to interview me for a job I could do, I don't want to work for them. [15:20] grekkos: yeah, cool name huh? [15:20] Breetai : that i agree with. it certainly would open up more job opportunities [15:20] college is a way of learning , at least the have a way ... there are other ways , like learn by himself , but not all the people can do that [15:20] ananke: lacking a degree [15:20] When I start jobhunting, I expect I will find a job. [15:20] rob0 : that's a naive approach to generalize like that [15:21] vastina: I like it it sounds like it comes from a slavik speaking nation??? male or female? [15:21] rob0 : an hr assistant screening the initial applications is not a good representation of the entire organization [15:21] is this a dating network? [15:21] vastina: it may be [15:21] HELP! [15:21] fuck [15:21] vastina: reminds me of the name vassilina [15:22] hahaha! [15:22] grekkos, so ... ? [15:22] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) left irc: Connection timed out [15:22] rob0: tis okey to be an elbow eating retard :P [15:22] blame the companys [15:22] was just curious if s/he was from bulgaria [15:22] jk :-P [15:22] powtrix_ (n=powtrix@189-69-23-143.dsl.telesp.net.br) joined ##slackware. [15:22] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) joined ##slackware. [15:23] _UnknowN_ (n=UnknowN@78-2-180-217.adsl.net.t-com.hr) left irc: "Leaving" [15:23] Putting unqualified HR assistants between qualified applicants and those who are qualified to make hiring decisions is stupid. I know it's the norm, but it's still stupid. [15:23] Breetai: have you considered one of these 'second career' options alot of colleges are offering? [15:23] rob0: what I am trying to avoid is slowly drowing in bills at a $10 an hour job when the AA puts me in the $20 to $25 hour range. [15:24] I have enough money to take my time and be choosy. I don't envy others who are not so lucky. [15:24] acidchild: I would have to pay for that out of pocket. This training program is willing to pay for my full time schooling. [15:24] Breetai: which for a 40+/yr old is terrible wage.. [15:24] grekkos: it's a latin word, means view [such as viewing scenery]; i'm man, from england, working/living in big America [15:24] go to school dude. [15:24] rob0 : and the key piece here is 'the norm' [15:25] grekkos: but have fun with your vaselina and feminine bulgarian fantasies [15:25] Breetai: rob0 developes hover craft for cats.. [15:25] world famous in the cat motorsport industry [15:25] My hovercraft is full of eels! [15:25] _UnknowN_ (n=UnknowN@78-2-180-217.adsl.net.t-com.hr) joined ##slackware. [15:25] <_UnknowN_> hi [15:25] :D [15:25] eel-powered hovercraft... interesting technology [15:25] acidchild: which I am sure is profitable if you know the market. [15:26] <_UnknowN_> hi [15:26] Last message repeated 1 time(s). [15:26] Breetai: yah man, like cola and all them big brand names sponser rob0 [15:26] Actually the key piece here is that I have money to live on, and two homes fully owned, no mortgages. Stupid companies can KMA, I don't intend to deal with them. [15:26] _UnknowN_ (n=UnknowN@78-2-180-217.adsl.net.t-com.hr) left ##slackware ("Leaving"). [15:26] vastina: i wouldn't quite call it a fantasy but sure [15:26] NaCl: Is that like the spotted owl powered SUV in the dilbert strip. [15:27] rob0: you got a holiday home? :D [15:27] rob0 : are you aware that your situation is not a norm? [15:27] Milan___ (n=Milan@78-2-180-217.adsl.net.t-com.hr) joined ##slackware. [15:27] hi [15:27] If I fall on hard times I will sell one of the homes. [15:27] or sell your sperm [15:27] :D [15:27] acidchild++ [15:27] powtrix (n=powtrix@189-69-29-12.dsl.telesp.net.br) left irc: Read error: 60 (Operation timed out) [15:28] grekkos: just taking the piss man, you seemed a bit flirtatious over a name [15:28] mindheavy (n=chatzill@doc-72-47-40-99.we.ok.cebridge.net) joined ##slackware. [15:28] Breetai: haven't seen that [15:28] rob0: I have an ex and $1000.00 a month in child support. In the next 5 years all the kids will hit 21. I own my own home and car. And from 5 to 15 years from now plan on getting more property, etc. I just have to make it the next 5 or so and have a decdent job. [15:28] dissocia1ive (n=dissocia@190.71.19.2) joined ##slackware. [15:28] http://www.youtube.com/watch?v=aAFQ5kUHPkY [15:29] Breetai, good luck, hope it works out (it probably will!) [15:29] NaCl: http://flapdoodle.de/tagdil/search?search=owl [15:29] the only link i see on slackware.com/getslack/torrents.php is slackware-12.2-install-dvd.torrent, does this contain x64? [15:29] i'll second that, good luck Breetai [15:30] mindheavy : no, since 12.2 didn't have x86_64 [15:30] dissociative (n=dissocia@adsl190-28-209-183.epm.net.co) left irc: Read error: 60 (Operation timed out) [15:30] Thanks rob0 and vastina I can do the work, I just need to degree to get in the door. [15:30] oh wow some old man died of a heart attack on the trail i always hike up [15:30] damn old people [15:31] then is the only way do download x64 thru ftp/http? [15:31] mindheavy : x86_64 is only in -current branch right now [15:31] mindheavy: slackware64 is still in -curretn state which means no official images. You can make your own images or find image that someone else has built [15:32] Breetai: heh [15:32] hi [15:32] oh, i didn't realize only stable went to images [15:32] well thanks [15:32] NaCl: yes it is a favorite. Just to over the top. [15:33] hi [15:33] mindheavy: read through this http://www.slackware.com/~alien/tools/mirror-slackware-current.sh [15:34] how do i read a .sh? [15:35] mindheavy : with anything that 'reads' text files [15:35] mindheavy: i don't think you should run -current. [15:35] NetrixTa1dis (n=leoem@stealth3.com) joined ##slackware. [15:35] hi [15:35] NetrixTardis (n=leoem@stealth3.com) left irc: Nick collision from services. [15:36] Nick change: NetrixTa1dis -> NetrixTardis [15:36] hahaha antiwire [15:36] i couldn't imagine not going to university... the only thing i hated was when i did some coursework on the US side i was in Air Force ROTC... that was lame, loved the physical education, but the coursework made me feel several notches more stupid [15:36] colmcille (n=colmcill@78.32.184.48) left irc: "NOOOooooOooOooo, not THAT button!!! O_o" [15:37] Milan___ (n=Milan@78-2-180-217.adsl.net.t-com.hr) left ##slackware ("Leaving"). [15:37] znuzzy (n=mike@cpe-74-77-18-63.buffalo.res.rr.com) left irc: "Leaving" [15:38] confrey (n=dario@94.162.175.85) joined ##slackware. [15:38] in all though, not having the uni experience, would not only be saddening but would create such a large void in life's ongoing endeavours [15:39] wow. [15:39] hi everybody [15:40] I know plenty of people, close friends and people who are not close friends, who did not take the university path and are doing just fine if not very well. [15:40] help me please, I've just compiled amsn from svn, but It tells it c an't load snack library; but it's installed [15:40] Action: agentc0re|work didn't go to a university. [15:40] root__ (n=Milan@78-2-180-217.adsl.net.t-com.hr) joined ##slackware. [15:40] antiwire: as do i, just makign the comment on how much a void i'd feel had I not endured [15:40] hi [15:40] I manage all of IT for a clinic in utah that has several remote sites. [15:40] http://farm4.static.flickr.com/3356/3630136488_d387a5d1c3_b.jpg [15:40] Nick change: lw0x15_ -> lw0x15 [15:41] antiwire: and having the degree does not hurt [15:41] vastina: how much a void YOU feel. is not how everyone who did that the same path feels. [15:41] lw0x15: Is it a good pic? flickr is blocked here at work. [15:41] antiwire: i feel i just elaborated that [15:41] confrey: http://slackbuilds.org/repository/12.2/network/amsn/ [15:41] agentc0re|work: neutral [15:41] root__ (n=Milan@78-2-180-217.adsl.net.t-com.hr) left ##slackware ("Leaving"). [15:41] confrey: and before that http://slackbuilds.org/result/?search=TCL&sv=12.2 [15:42] agentc0re|work: exactly the kind of person I was hoping to find here. Someone who takes care of computers at several locations. [15:42] Ojg (n=Ojg@c-83-233-228-68.cust.bredband2.com) joined ##slackware. [15:42] agentc0re|work: all windows systesm? [15:42] uh oh [15:42] Action: agentc0re|work runs for the hills [15:42] :D [15:42] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [15:43] User desktops all run Windows. Servers are a variety of Slackware and Windows. [15:43] WINDOWS!! [15:43] rg3 (n=deckard@83.231.91.80) joined ##slackware. [15:43] agentc0re|work: We only had 2 different models of dells. I made an install image with partimage. I then put a copy of slax on the windows C: drive and loaded grub4dos to so I could boot windows or slax to ram [15:43] Milan___ (n=19Milan5@78-2-180-217.adsl.net.t-com.hr) joined ##slackware. [15:43] hi [15:44] Breetai: Having the ability, the money and time to complete a degree program plays a major role in 'have the degree that doesn't hurt'. Some people don't have that luxury and even still some people don't want to go that route in the first place. [15:44] hi [15:44] agentc0re|work: If a computer got messed up. Overnight I would remote in, set grub to boot slax. the computer would come up at a specific IP address. I would then mount the share with the partimage file and reimage the compupter. Do a restart redoamin it and the user would not even be able to tell in the morning I had reimaged the machine over night from 800 miles away. [15:44] Milan___: wtf do you want? [15:45] i need help:) [15:45] then ask your question [15:45] i have problem with nvidia driver [15:45] Action: vastina bitchslaps antiwire [15:45] you don't need to wait for someone to say hi back. [15:45] courtesy man [15:45] just ask the question [15:45] oks [15:45] sry [15:45] antiwire, I've already compiled ams-svn and farsight2 [15:45] Milan___<-blank? Is this like hangman? [15:45] E! [15:45] F! ? [15:45] :P [15:45] F [15:45] hola peoples [15:46] How's it going Urchlay? [15:46] the Urchlay! [15:46] what's up man? [15:46] antiwire: I had the desire, but I got married young and had to keep food on the table. Now that the company I worked for went out of business. I qualify for a program where they will pay my unmployment for 2 years and pay $1600 per term for books and classes. This is my ONE shot to be able to go to and get a degree. It is very important to me. [15:46] i installed nvidia driver and when i rebooted and tried to enter slackware it says that resolution is too high... [15:46] vastina: You're telling me to have some courtesy while you sit there and talk about how much life must lack for people without a degree? [15:46] vastina: getting ready to go play the open mic again [15:46] antiwire: yeah, and? [15:46] vastina: That's pretty harsh. [15:46] :) [15:46] vastina : it's a bit hypocritical [15:47] Milan___: Well is it? [15:47] oh well [15:47] _marc` (n=marc@2001:6f8:103c:0:216:6fff:feb7:24e5) joined ##slackware. [15:47] it's truth [15:47] firebird619: apparently going to play Beatles songs tonight [15:47] Urchlay: nice. :) [15:47] no man something is screwed when i instal drivers my monitor just power offl [15:47] install* [15:47] Urchlay: Do you know all the ones you'll be playing? [15:47] life shows no mercy, tough as it may be [15:47] No, I might be your perception but plenty of people live robust lives without a degree. [15:47] off* [15:47] Urchlay: at least enough to look like you do? :P [15:47] vastina: Well you sure need a degree with the lack of grammar that you are currently showing. [15:47] omg [15:48] I/it [15:48] sad [15:48] Breetai : i'm glad to hear there are such programs [15:48] now the flames come my way [15:48] vastina: No flames. [15:48] firebird619: something like that. Just glad I don't have to get a Beatles haircut [15:48] haha [15:48] anyone can help me with nvidia driver? [15:48] Urchlay: If you did, would you quit? :P [15:48] vastina: The flames come your way because you are casting your own perception as if it is universal truth. [15:48] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [15:48] firebird619: well it's not a paying gig, so maybe so, yeah [15:48] Milan___: why don't you choose a lower resolution and see if it works? [15:49] i can't [15:49] powtrix_ (n=powtrix@189-69-23-143.dsl.telesp.net.br) left irc: Read error: 104 (Connection reset by peer) [15:49] it won't even enter slackware [15:49] Urchlay: haha, I don't think I could blame you if you did. I'd probably quit too. :P [15:49] my monitor just power off [15:49] anake: I am sorry I am in a position to take advantage of it. I loved my job. The credit crunch in the economy did the company I worked for in. [15:49] it says something [15:49] What do my comments on the less fortunate in education, and my cry for courtesy, have at all to do with grammar then? [15:49] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [15:49] vertical :35 [15:49] ..... [15:49] dive (n=diverse@unaffiliated/dive) left irc: Success [15:49] antiwire: wrong. [15:49] Milan___: press ctl+alt+backspace [15:49] and that my monitor does not support that [15:49] i know that [15:50] but what then? [15:50] firebird619: there's a possibility I might be playing for ca$h soon though. There's a guy putting together a band to play an outdoor festival thingy in north GA, needs a bass player, and I was just jamming with them yesterday [15:50] Milan___: Or go to another terminal by pressing ctl+alt+f6 [15:50] Urchlay: awesome. [15:50] vastina : your 'cry' for courtesy in a form of 'bitchslapping' is a shining example of hypocrisy [15:50] dammit, vastina, antiwire, I'm gonna spray you both with a fire extinguisher [15:50] i had a lot of distros but something like this never happened to me [15:50] Milan___: Does X restart? do you see any text flash by when it's trying to restart? [15:50] dartmouth (n=dartmout@cpe-24-25-172-165.maine.res.rr.com) left irc: "Leaving" [15:50] ananke: please [15:50] yes it enters X [15:50] but [15:51] then i just see [15:51] message from my monitor [15:51] now boys, can't we all try to get along [15:51] vastina : please what? [15:51] something [15:51] a: [15:51] v: [15:51] and then monitor poweroff [15:51] ananke: spare me your lectures [15:51] nachox (n=nacho@190.51.7.17) joined ##slackware. [15:51] vastina: You insulted us by saying that we less of a person by not having a degree. You think i should just let that roll of my shoulder without defending myself? [15:51] agentc0re|work: did i say that? cite it [15:52] Hey nachox. How's it going? [15:52] implications hold nothing in text noob [15:52] maybe i am doing something wron [15:52] vastina : just a minute ago, you were lecturing somebody else [15:53] mindheavy (n=chatzill@doc-72-47-40-99.we.ok.cebridge.net) left irc: "ChatZilla 0.9.84 [Firefox 3.5b4/20090427153807]" [15:53] (1:45:51 PM) antiwire: vastina: You're telling me to have some courtesy while you sit there and talk about how much life must lack for people without a degree? ; (1:46:03 PM) vastina: antiwire: yeah, and? (1:46:32 PM) vastina: it's truth [15:53] this is how i do it...i download this driver:http://www.nvidia.com/object/linux_display_ia32_185.18.14.html then i press ctrl + alt + backspace and type sh nvidia...... after that i install and reboot [15:54] vastina: you said "in all though, not having the uni experience, would not only be saddening but would create such a large void in life's ongoing endeavours" and when I said "you are casting your own perception as if it is universal truth." you replied "wrong". Can you explain yourself with more clarity then? [15:54] i don't want another "uzr" situation, especially with comments like "noob" being made. [15:54] agentc0re|work: i said yeah and... did not say any less of people who do not have a degree, maybe you could benefit from an education [15:54] i also tried modifying xorg.conf [15:54] ffs [15:54] Here we go. [15:54] "maybe you could benefit from an education?" [15:54] is this a court? [15:54] fuck off [15:54] vastina: you asked for quotes [15:54] Holy crap, manners appear to be a lost art. [15:54] vastina: you asked for this. [15:54] y0 eviljames [15:54] they didn't amount to anything [15:54] firebird619: how goes it dude? [15:55] eviljames: Hey, who else did you convert to timecube? [15:55] goes great, thanks. yourself? [15:55] vastina: Then clarify for us, so we can understand. [15:55] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [15:55] agentc0re|work: dude @ work. heh [15:55] firebird619: Just going through the latest 1/4 of the 4 day time cube [15:55] antiwire: you said i say less of people who don't have a degree, i did not, you can't cite that [15:56] i said it would create a void [implying myself] in life [15:56] eviljames: nice. I'm just working with Kontact, it ate my mail. [15:56] :( no good. [15:56] powtrix_ (n=powtrix@189-69-28-134.dsl.telesp.net.br) joined ##slackware. [15:57] eviljames: HAHA thats awesome! [15:57] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [15:57] agentc0re|work: he did complain about brain implosion, though.. I forgot to warn him about the side effects. [15:57] Milan___: I will talk with you in here. You can run the nvidia tools to build an xorg.conf [15:57] eviljames: LMAO [15:58] LnxSlck (i=1000@89.214.18.112) joined ##slackware. [15:58] do i need to edit xorg.conf? [15:58] its kinda odd how debian made mono a gnome dependency when they have such strict policies [15:58] vastina: I did not say that you think less of people without degrees. I talked about how you thought their lives would lack which is what you said. NOw if that was an implication then that's fine but it sure didn't look like that until you just said so. antiwire: vastina: You're telling me to have some courtesy while you sit there and talk about how much life must lack for people without a degree? [15:58] Milan___: If you want. You always have that option to change your resolution or whatever could be wrong. If i were you i'd rename the current xorg.conf and create a whole new one to see if that fixes your issue. [15:59] yes but as i can see you are experienced user :) [15:59] cite me saying that i think people's lives lack without a degree, other than me saying "yeah, and" if you can't, then drop it, and don't start a mock trial in this channel again, you're being a fool [15:59] There are plenty of example of people who live fantastic, pleasing and robust lives while not obtaining a degree of any form. So if you think that *you* wouldn't have the same quality of life without your degree it is understandable but certainly not universal. [16:00] Milan___: I believe in you man, you can figure it out. What i just said is easy to do. [16:00] vastina: You're guy who wanted quotes. [16:00] and still do [16:01] so furnish my request prosecutor [16:01] Milan___ (n=19Milan5@78-2-180-217.adsl.net.t-com.hr) left irc: Remote closed the connection [16:01] vastina: Awesome then we can continue our mock trial under consent. [16:01] (1:45:51 PM) antiwire: vastina: You're telling me to have some courtesy while you sit there and talk about how much life must lack for people without a degree? ; (1:46:03 PM) vastina: antiwire: yeah, and? (1:46:32 PM) vastina: it's truth [16:01] Is that not a good enough quote? [16:01] Seems pretty clear to me right there. [16:01] He asked you plain as fscking day and you said YES! [16:01] i said other than "yeah, and" cite me saying what you accise [16:02] accuse* [16:02] That is the CITING! [16:02] Action: agentc0re|work hands vastina a rock [16:02] i said cite me SAYING, not supposedly agreeing... [16:02] s/rock/boulder/ :) [16:03] Citation? [16:03] idiot [16:03] snL20 (n=irssi@149-203-34.oke1-bras9.adsl.tele2.no) joined ##slackware. [16:03] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [16:03] i swear if there wasn't a screen between me and agentc0re|work and antiwire [16:03] what we needs is some trolls from #ubuntu... then we'll all be on the same side again [16:03] vastina: What do you swear? [16:04] go with implication twat [16:04] What if there was no screen? [16:04] suits you [16:04] .. Wow second time i've been threated with in a WEEK in this channel. Am i really that bad of a person in here? [16:04] twat? [16:04] Now Mr. degree is calling me twat [16:04] that's cute [16:04] agentc0re|work: no, you just seemingly attract the wrong type of people to you. :P [16:04] Urchlay: I have nted running now =) it's a neat and tiny looking program so I like it =) Can you help me out wiht getting it to play back? Slackbuilds.org tells me i can use the "alsa sequencer" [16:05] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [16:05] what i need is a break from this channel apparently... [16:05] vastina (n=vastina@206.105.111.187) left irc: "leaving" [16:06] erisco: yeah... basically what you're doing is running timidity in daemon mode, and pick a port number (or use the default) [16:06] firebird619: I guess so. [16:06] then tell nted to connect to that port [16:06] anything on linux that will read me a webpage? [16:06] Urchlay: Sound in linux suddenly makes so much more sense, thanks! [16:07] erisco: I can't be more specific as I haven't gotten around to installing all that stuff again... [16:07] but IIRC timidity's man page + nted's GUI give you enough info to figure it out [16:08] I wasn't going to ask for step by step, thanks for all of that information though. [16:08] the thing I couldn't figure out how to do in nted was get it to show notation for just one instrument [16:09] Milan123 (n=Milan___@78-2-180-217.adsl.net.t-com.hr) joined ##slackware. [16:09] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) joined ##slackware. [16:09] Milan123 (n=Milan___@78-2-180-217.adsl.net.t-com.hr) left irc: Client Quit [16:10] Can you export it in pieces? That's how i'd do it if something more accessible wasn't available. [16:10] yo :) [16:10] Milan___ (n=Milan___@78-2-180-217.adsl.net.t-com.hr) joined ##slackware. [16:11] yht|pulang (n=blackhat@125.161.74.39) left irc: Remote closed the connection [16:11] what I ended doing IIRC was exporting it to a PDF. Can't remember whether nted supports that directly, or if I went "print to file" and turned the resulting postscript file into a PDF [16:12] then you could print out selected pages or whatever [16:12] n0xus (n=m@c-67-182-208-26.hsd1.ut.comcast.net) joined ##slackware. [16:12] Milan___: Please don't PM asking me for help. You can benefit others by asking in here. [16:12] ok sry [16:12] can you answer me? [16:12] /msg agentc0re|work can you help me with a rash i have on my arse? [16:13] oops! [16:13] hehe [16:13] lol [16:13] Ojg (n=Ojg@c-83-233-228-68.cust.bredband2.com) left irc: Remote closed the connection [16:13] can anyone help me to install nvidia driver? [16:14] ilj (n=ilj@sourcemage/grimoire/apprentice/ilj) left irc: Remote closed the connection [16:14] Milan___: I did. I don't know what you've done since you've left though. [16:14] NukeDukem (n=anyuser@72-24-139-79.cpe.cableone.net) joined ##slackware. [16:14] i still don't get it... [16:14] do i need to edit xorg.conf? [16:14] durh [16:15] And i've already told you how to install the nvidia driver. Drop to init level 3, run the install as root, reboot. [16:15] Milan___: Not if your previous settings were fine, which they weren't. [16:15] huh ok then [16:15] one mroe question [16:15] Milan___: Again, i told you to renmae your current xorg.conf and create a new one. [16:15] how to change resolution from terminal? [16:16] Lexus1 (n=BastionH@62.165.60.236) left irc: "Leaving." [16:16] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) joined ##slackware. [16:16] xrand probably [16:17] I got a problem with latest X on slackware on an eee : nor touchpad nor keyboard work in X =/ [16:17] anyone experience that or know a fix ? [16:17] milan___: that last one would be done by editing xorg.conf. but installing the nvidia driver is a matter of downloading it from their website and just running the file they give you amirite [16:19] Milan___: considered reading the README file for the nvidia driver? [16:19] hm. "I saw her standing there", "Come together", "While my guitar gently weeps", you think that's 15 minutes worth of material? [16:19] Camarade_Tux, X does not deal with input devices but still needs entries in config file :/ [16:19] weird [16:19] bearing in mind we got some jam-band type guitar players [16:20] Hey Camarade_Tux. How's it going? [16:20] i am now trying to install again x) [16:20] cya [16:20] Milan___ (n=Milan___@78-2-180-217.adsl.net.t-com.hr) left irc: "Leaving" [16:20] hey firebird619, doing nice, you ? [16:20] Camarade_Tux: doing great, thanks. Just messing with Kontact. :) [16:21] Weather is rainy and windy today [16:21] Lord_Khelben (n=null@adsl9-40.kav.forthnet.gr) left irc: "Go for the eyes Boo, go for the eyes!" [16:21] HoldMyPocket (n=choward@autodiscover.cusonet.net) joined ##slackware. [16:21] stevek (n=fidesrat@80-42-138-13.dynamic.dsl.as9105.com) joined ##slackware. [16:22] Pig_Pen (n=anyuser@72-24-139-79.cpe.cableone.net) joined ##slackware. [16:22] Hey Pig_Pen. How are you? [16:22] cmk_zzz (n=martink@219-89-201-169.adsl.xtra.co.nz) joined ##slackware. [16:22] YouTube is down for maintenance and will be back shortly. [16:22] lol :D [16:22] hi firebird619 [16:23] doing good here, how are you [16:23] doing great, thanks. weather is rainy and windy today. :) [16:23] Attention: The Intarwebs are out of service while the pipes are being cleaned. Thank you for your patience. -- MGMT [16:23] Wescotte (n=WuzzleWa@75-9-90-101.lightspeed.milwwi.sbcglobal.net) left irc: Read error: 110 (Connection timed out) [16:23] mohaa, but it should work for that, and the entries look ok [16:24] Urchlay: That must take a while to clean the intarwebs pipes [16:24] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) joined ##slackware. [16:24] NukeDukem (n=anyuser@72-24-139-79.cpe.cableone.net) left irc: "leaving" [16:24] Camarade_Tux, seen something related to the new X in slacky forums actually , really strange :s [16:24] firebird619: I made a typo. Was supposed to be "teh", not "the" :) [16:25] NukeDukem (n=anyuser@72-24-139-79.cpe.cableone.net) joined ##slackware. [16:25] lol [16:25] Heya NukeDukem [16:25] hi firebird619 [16:26] stevek (n=fidesrat@80-42-138-13.dynamic.dsl.as9105.com) left ##slackware ("Leaving"). [16:26] WOOOOOOOOOOOT, new Kontact config, reimported mails, all is well, mail works now. :D [16:28] Camarade_Tux, must be on this thread http://www.slacky.eu/forum/viewtopic.php?f=1&t=28967 :s [16:29] dissociative (n=dissocia@adsl190-28-205-226.epm.net.co) joined ##slackware. [16:30] dive (n=diverse@unaffiliated/dive) joined ##slackware. [16:30] Agiofws (n=Agiofws@athedsl-431443.home.otenet.gr) joined ##slackware. [16:30] guys, everything working :) [16:30] actually, this new thing in X depends on HAL and I had chmod -x'd rc.hald [16:30] makes sense but I didn't know [16:31] Agiofws (n=Agiofws@athedsl-431443.home.otenet.gr) left irc: Read error: 104 (Connection reset by peer) [16:31] xorg requires hal now (current) ? [16:31] Pig_Pen, for auto-detecting keyboard and mouse [16:32] fuck! i guess when 13 is released i will be building xfree86 then, i fucking refuse to install dbus & hal [16:32] I'm sure I'm not the only one with hald disabled (didn't it only managed auto-mounting before ?) so a note in the changelog would probably be really welcomes [16:32] *welcomed [16:32] dissocia1ive (n=dissocia@190.71.19.2) left irc: Read error: 104 (Connection reset by peer) [16:32] Pig_Pen, you don't have to use hal afaict [16:32] http://i62.photobucket.com/albums/h119/barrytate6/McDonk.jpg [16:33] jnylin (n=jnylin@rainbow.ext.hb.se) left irc: "Leaving" [16:33] Hey juice [16:33] Pig_Pen, you might look at http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2009-02/msg00023.html , it probably contains what you would be looking for (quite big thread) [16:33] hi [16:33] i wont even install it, so if X chokes and barfs because hal isnt even there then i will switch to xfree86 [16:34] stevek (n=fidesrat@80-42-138-13.dynamic.dsl.as9105.com) joined ##slackware. [16:34] Agiofws (n=Agiofws@athedsl-431443.home.otenet.gr) joined ##slackware. [16:35] well, I won't stay very long now, but if you see anybody of the devel team, harass them to get a note for how not to depend on HAL for input in X ;) [16:36] (rworkman or alienBOB most probably) [16:36] no, slackware is Pat's to do what he wants with it, if i cant make 13 work without hal & dbus i will switch to another distro [16:36] as far as I'm concerned, it's hard to say if I'll keep hal enabled on not on that laptop, will probably depend on battery life ;) [16:37] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) left irc: "I'm outta here! Later!" [16:38] Nick change: powtrix_ -> powtrix [16:39] slackytude (n=slacky@141.100.75.129) left irc: "Leaving" [16:39] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) left irc: Read error: 104 (Connection reset by peer) [16:40] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) joined ##slackware. [16:41] Nick change: stevek -> fidesratio [16:41] bhodgins (n=bhodgins@pool-64-223-224-206.port.east.myfairpoint.net) left irc: "Lost terminal" [16:41] yht|pulang (n=blackhat@125.161.74.39) joined ##slackware. [16:41] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) left irc: Read error: 110 (Connection timed out) [16:42] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) joined ##slackware. [16:42] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) joined ##slackware. [16:42] Patzy_ (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) joined ##slackware. [16:43] Patzy_ (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) left irc: Client Quit [16:43] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) left irc: Client Quit [16:43] Patzy (n=somethin@coa29-1-88-174-11-170.fbx.proxad.net) joined ##slackware. [16:45] deco (n=deco@adsl-69-108-74-161.dsl.irvnca.pacbell.net) joined ##slackware. [16:45] anTraxc (n=augusto@189-041-51-195.xd-dynamic.ctbcnetsuper.com.br) left irc: "using sirc version 2.211+KSIRC/1.3.12" [16:47] so quiet suddenly [16:47] indeed it is. [16:47] we're all calm now [16:47] is konsole better than gnome-terminal ? [16:47] feels like I killed everybody when I said X depened on hal :D [16:47] deco : again with that question [16:47] Camarade_Tux: haha [16:48] deco, well, the thing is gnome-terminal doesn't come with slackware [16:48] deco: that's to an extent, personal preference. You use what you like. [16:48] gonna put back all the packages I removed on that eee now... (no, really, I didn't know I was removing packages I wanted to keep and vice-versa) [16:50] upyr (n=upyr@79.174.35.21) left irc: Read error: 54 (Connection reset by peer) [16:54] Simbioz (n=simbiozz@190.196.40.195) joined ##slackware. [16:55] a750mhzslinky (n=a750mhzs@74.197.94.13) left irc: "adios amigos" [16:56] Does the default Slackware mysql install leave logs anywhere? I don't have any in /var/log/ that pertain to mysql [16:56] erizoe (n=kambee@pool-74-97-56-243.prvdri.east.verizon.net) joined ##slackware. [16:57] doh. Found them /var/lib/mysql [16:58] problem solved. :) [16:59] CyberS0nic (n=CyberS0n@201.47.103.50) left irc: Remote closed the connection [17:00] v4nelle (n=van@adsl150-187.lsf.forthnet.gr) left irc: Remote closed the connection [17:00] gar0t0 (n=tcosta@md5.mdsystems.com.br) left irc: "brb" [17:00] erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) left irc: Read error: 110 (Connection timed out) [17:01] Where would be the best place to look for figuring out why the home key doesn't work in terminals anymore to bring me to the beginning of the line/command I've typed? [17:01] it's a bash-ism i think [17:02] firebird619: in X or in cli mode? [17:02] X [17:02] firebird619: what terminal tool? [17:02] konsole [17:02] s0d0 (n=john@host81-141-108-227.wlms-broadband.com) left irc: "Leaving" [17:02] This is the case in any terminal though. I've tried many others thinking it was just something with konsole. [17:02] firebird619: check the konsole shortcuts to make sure home isn't assigned to something else first [17:02] _marc` (n=marc@2001:6f8:103c:0:216:6fff:feb7:24e5) left irc: Read error: 113 (No route to host) [17:02] ah [17:02] nm then [17:02] heh [17:03] I had checked that too. No luck. [17:03] fidesratio (n=fidesrat@80-42-138-13.dynamic.dsl.as9105.com) left ##slackware ("Leaving"). [17:03] I don't have any custom key mapping with like xmodmap or anything, I don't know what happened. [17:03] Necos: I do use zsh, but it worked in zsh when I first switched iirc. [17:04] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) left irc: Read error: 110 (Connection timed out) [17:04] the home key works here in bash & xterm [17:04] mbohun (n=mbohun@60-240-239-21.static.tpgi.com.au) joined ##slackware. [17:05] I'm googling around some more for zsh home key to see if I come up with anything. [17:05] charle97 (n=c@udp226182uds.hawaiiantel.net) left irc: "leaving" [17:06] Hmm, I think I found it, zsh doesn't read inputrc [17:06] uSlacker (n=gmartin@pool-71-185-211-243.phlapa.fios.verizon.net) left irc: Read error: 110 (Connection timed out) [17:06] I found something on arch forums to put in ~/.zshrc that might work. [17:07] dissociative (n=dissocia@adsl190-28-205-226.epm.net.co) left irc: Read error: 104 (Connection reset by peer) [17:08] Erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) joined ##slackware. [17:09] Hmm, I put that in ~/.zshrc and now it asks for what my current terminal type is, the default is xterm. Should I change that at all? [17:11] dissociative (n=dissocia@adsl190-28-189-172.epm.net.co) joined ##slackware. [17:12] number_three (n=chatzill@70.236.79.208) joined ##slackware. [17:12] _ohm (n=nava@pool-71-99-30-120.tampfl.dsl-w.verizon.net) left irc: "Leaving" [17:12] rg3 (n=deckard@83.231.91.80) left irc: "Leaving." [17:12] anyone using the recaptcha plugin in phpbb3? [17:12] s/plugin/mod [17:12] jeev__ (n=jeev@71-94-143-98.static.mtpk.ca.charter.com) left irc: Remote closed the connection [17:13] argh, there goes jeev. [17:13] Just the guy I wanted to talk to. [17:13] lol [17:13] lol [17:13] sajes (n=root@67.143.34.85) joined ##slackware. [17:13] eviljames: Does the home key work for you in zsh? [17:13] You guys laugh, but I'm not kidding. It would've been in pm, though. [17:14] Not under osol [17:14] yeah, it doesn't work here in slack. I'm trying to get it working. [17:15] Agiofws (n=Agiofws@athedsl-431443.home.otenet.gr) left irc: Remote closed the connection [17:15] What would my terminal type be? would it be the default of xterm or would I put konsole? [17:15] Agiofws (n=Agiofws@athedsl-431443.home.otenet.gr) joined ##slackware. [17:16] sajes (n=root@67.143.34.85) left irc: "back in a minute." [17:16] eviljames, he's still there, you can even talk to his clone :) [17:21] monstro (i=1000@201-92-52-38.dsl.telesp.net.br) joined ##slackware. [17:21] comrad! [17:21] hey jeev :) [17:21] how's the kremlin [17:21] sajes (n=sajes@67.143.34.85) joined ##slackware. [17:22] jeev, far too hot ;) [17:22] you need to support ahmadinejad, the truth speaker [17:23] we'd probably better avoid politics here ;) [17:23] lets talk about sajes and his request of penicular images [17:23] jeev: pm [17:23] ? [17:23] penis massage? im down [17:23] gimme [17:23] ^^ [17:23] on a side note, penicular has entered the list of funniest words read this week. Good job :P [17:24] eviljames: Boobies. Do I win an internets? [17:24] heh [17:24] Wow. are you reading my email???? [17:24] >.> [17:25] r_linux (n=r_linux@smtp.mandique.com.br) left irc: "se foder" [17:25] Pa^2 (n=GrumpyPa@63.238.104.170) left irc: Remote closed the connection [17:26] erizoe (n=kambee@pool-74-97-56-243.prvdri.east.verizon.net) left irc: Read error: 110 (Connection timed out) [17:27] Hi all, [17:27] Where i find documentation for rc.conf ? [17:27] no exist ? [17:28] rc.conf? [17:28] is that a Debianism? [17:28] We have no rc.conf [17:28] must be [17:28] rc.conf doesn't exist on Slackware [17:28] rc.conf is a gentoo thing I though [17:28] or arch [17:28] could be a number of other distors [17:28] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) joined ##slackware. [17:28] hmm [17:28] at least I seem to recall that setting up gentoo [17:28] rc.conf is on my gentoo system. [17:29] alienBOB: btw, I used your dokuwiki wiki entry last night to get dokuwiki going. Thanks [17:29] antiwire, sorry rc.local [17:29] is rc.local [17:29] /etc/rc.d/rc.local [17:29] yeap [17:29] what about it? [17:29] it tells you all about itself if you read rc.local itself [17:29] There is no documentation for _that_ [17:29] evo- (n=evo@p5DDE7F60.dip.t-dialin.net) joined ##slackware. [17:30] monstro: what are you trying to do? It pretty much just accepts commands in there [17:30] mannynix (n=mannynix@200.92.188.212) left irc: "leaving" [17:30] the only documentation for rc.local is in the header of rc.local itself [17:30] appzer0 (n=appzer0@bes31-1-88-188-134-86.fbx.proxad.net) joined ##slackware. [17:30] antiwire, i need only put dhclient in background into rc.local [17:31] monstro: is there a reason for using dhclient instead of the stock networking scripts? [17:32] monstro: do you know about /etc/rc.d/rc.inet1.conf yet? [17:33] eviljames: zsh key bindings: http://zshwiki.org/home/zle/bindkeys [17:33] antiwire, yes [17:33] ckt1g3r (n=ckt1g3r@bl12-104-191.dsl.telepac.pt) left irc: "Leaving" [17:33] monstro: Is there a reason for using dhclient in rc.local? [17:34] is possible to change it interface with dhclient ? [17:34] why is dhclient needed for you? It's fine if there is a personal or good reason. I'm just curious [17:36] dissocia1ive (n=dissocia@190.71.44.64) joined ##slackware. [17:38] antiwire: http://science.slashdot.org/story/09/06/15/1658255/Introducing-the-Warpship?from=rss [17:38] NukeDukem (n=anyuser@72-24-139-79.cpe.cableone.net) left irc: "leaving" [17:39] lol [17:40] monstro: rc.inet1 and rc.inet1.conf provide ways to use the stock networking scripts with dhcpcd, as well as many options for tuning the behavior of dhcpcd. Is there something that dhclient is able to do that dhcpcd can't? [17:41] nope [17:42] I'm not asking to start some war. It's just slightly hackish/patchish to use dhclient in rc.local [17:43] dhclient is used in debian-based distros, so i'm gonna guess that he's copying a script from a debian system [17:44] TL_CLD (n=TL_CLD@cpe.atm2-0-71283.banxx3.customer.tele.dk) left irc: Remote closed the connection [17:47] maybe he is inventing a new distro, Slackian Debware [17:48] dissociative (n=dissocia@adsl190-28-189-172.epm.net.co) left irc: Read error: 110 (Connection timed out) [17:48] alienBOB (n=alien@about/slackware/alienBOB) left irc: "Smoke my bones" [17:49] l00t (n=i-i3id3r@189.105.89.94) left irc: Read error: 110 (Connection timed out) [17:49] t4k3r0n (n=takeron@189.186.162.94) joined ##slackware. [17:50] fsckroot (n=fsckroot@CPE-58-165-93-206.qld.bigpond.net.au) left irc: Read error: 104 (Connection reset by peer) [17:52] nvision (n=nvision@g229125065.adsl.alicedsl.de) left irc: "Leaving" [17:52] antiwire, sorry. in slackware is dhcpcd :P [17:52] fluxnuk3r (n=fluxnuk3@173-19-129-196.client.mchsi.com) joined ##slackware. [17:53] right [17:53] there is both [17:53] in fbsd is dhclient :P [17:53] hey guys [17:53] monstro: ok, so what are you getting at? [17:53] firebird619: you around? [17:54] yeah [17:54] well im current :P [17:54] awesome [17:54] Slackware comes with both dhcp clients but the distribution is already setup to use dhcpcd in the networking scripts and rc.inet1.conf is the place you'd configure it. [17:55] actually slackware ships with both dhcp clien...damm you antiwire :) [17:55] ! [17:55] slackware is dead sexy [17:56] jeev: keep it in your pants now boy [17:56] haha [17:56] Probably old news, version of 'normalize' in -current changelog is wrong. [17:56] says 0.7.6-i486-2, but installed version is 0.7.7-i486-1. [17:57] Hmm, is the subversion-bindings package on slackbuilds.org an addon to official subversion or a replacement? [17:57] cmair (n=cmair@host21-58-dynamic.48-82-r.retail.telecomitalia.it) left irc: "leaving" [17:58] taratatzoum (n=kvirc@unaffiliated/rizitis) joined ##slackware. [17:58] number_three: I can confirm that as well and it wasn't fixed in the Thu Jun 11 13:57:36 CDT 2009 update [17:59] hmm wth with this txz packages ? [17:59] mac_s: read the changelog [18:00] Cannot install portmap-6.0-i486-1.txz: external compression utility xz missing [18:00] ? [18:00] gzip is too old ?? [18:00] you really need to read the changelog [18:00] instlal xz, upgrade tar and pkgtools [18:00] then try again. [18:01] pkgtools already upgraded [18:01] :) [18:01] odds are, even if you get that package installed, it won't actually work (you're trying to install -current binary packages on 12.2 or older, aren't you?) [18:01] yeah [18:01] mac_s: Are you doing a full upgrade or some frankenstein upgrade of packages from different Slackware trees? [18:02] you'll want to upgrade glibc-solibs at least, and I know you haven't done that because it's a .txz package and you don't have xz installed yet... [18:02] xz is in any package ? [18:02] txf? "Standard text-based format for saving tax data, such as income and expenses; can be exported from financial software programs like Intuit Quicken or Microsoft Money and imported by tax preparation programs" [18:02] ok let him do it [18:02] the package called "xz" perhaps? :) [18:02] oh [18:02] hehe [18:02] can`t find it on packages.slackware.it [18:03] I'm reading file extensions as bill gates reads linux source code [18:03] this is sad [18:03] because it's part of slackware-current [18:03] night guys :) [18:03] you're mixing packages designed for different trees that should not be mixed [18:03] mac_s: you are likely to break your system if you keep abusing it... [18:03] and gals^H [18:03] mac_s: why in the name of cerberus left infested testicle are you playing with -current? [18:03] hmmmm, anyone heard of animoto? [18:03] night Camarade_Tux [18:04] later Camarade_Tux [18:04] BP{k}: doesn't cerberus have 3 of them? left, middle, right? [18:04] mokujin (n=mokujin@201.244.134.76) joined ##slackware. [18:04] those are heads >.> [18:04] TwinReverb (n=robert@unaffiliated/twinreverb) joined ##slackware. [18:04] well it's been a long time since I read up on greek mythology :) [18:05] Urchlay: I tend not to get that close to good ol' cerby to check personally. ;) [18:05] your geek mythology? [18:05] HI, friends slackers [18:05] BP{k}: ah, you just have to get some dog treats, he'll roll over & let you scratch his belly. Guardian of the gates of hades or not, he's just a big goofy puppy... [18:06] One visor of DVI in slackware-current??? [18:06] visor? you mean "viewer"? [18:06] antiwire: having fun yet? [18:06] ok, viewer [18:07] well, you can use "dvipdf" to make a PDF and view it in xpdf or whatever [18:07] or you can maybe install lyx (I think it'll view DVI files, anyone know for sure?) [18:08] nota bene: "lyx", not "lynx" (no N) [18:09] lyx, not visor, lyx editor of LaTeX [18:09] xdvi is present, otherwise okular will do too [18:09] yah. I'm *pretty* sure lyx acts as a dvi viewer [18:09] okular not work in dvi [18:09] Hess (n=hess@unaffiliated/hess) joined ##slackware. [18:09] Hess (n=hess@unaffiliated/hess) left ##slackware. [18:09] whoa, xdvi, I didn't even know that was there :( [18:10] ArTourter: thanks! [18:10] xdvi, found in what repositories o f slackware-current [18:10] it's been there for ever almost [18:10] ArTourter: yep, right under my nose... if it was a snake, it would have bit me [18:11] night Urchlay, night Necos [18:11] mokujin, it is part of the tetex package [18:11] (/me installed eduke32 on a friend's laptop, he'll probably kill me) [18:11] Camarade_Tux (n=Tux@LRouen-152-81-26-233.w80-13.abo.wanadoo.fr) left irc: "Leaving" [18:12] pretty soon I have to fight Camarade_Tux in Duke Nukem deathmatch... [18:12] I suspect you will need tetex to make okular work with dvi too [18:12] but in my menu not show xdvi, i have installed tetex and texlive [18:13] mokujin: in a terminal, try "which xdvi" [18:13] it may not be in a menu, but will be in your path [18:13] $ which xdvi [18:13] /usr/share/texmf/bin/xdvi [18:13] monstro (i=1000@201-92-52-38.dsl.telesp.net.br) left irc: Client Quit [18:14] I suppose in KDE or whatever you're using, you can right-click a dvi file, "open with", and navigate to the xdvi binary [18:14] yes, it[ in /usr..... [18:15] thanks [18:15] np [18:15] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) left irc: Read error: 110 (Connection timed out) [18:16] antiwire (n=antiwire@unaffiliated/antiwire) left ##slackware ("()"). [18:16] nullm0dem (n=nullm0de@65-183-140-221-dhcp.burlingtontelecom.net) joined ##slackware. [18:16] Urchlay: When antiwire, Camarade_Tux and I played against each other in duke3d, Camarade_Tux killed my I can't count how many times. :P [18:18] how install kdvi in slackware current?? [18:18] Breetai (n=Breetai@75-170-88-201.eugn.qwest.net) left ##slackware ("Leaving"). [18:18] HellDragon (n=jd@Wikipedia/HellDragon) joined ##slackware. [18:19] n0xus (n=m@c-67-182-208-26.hsd1.ut.comcast.net) left irc: Read error: 113 (No route to host) [18:19] Nick change: taratatzoum -> rizitis [18:19] firebird619: how's it going? [18:19] rizitis (n=kvirc@unaffiliated/rizitis) left irc: "KVIrc 3.2.4 Anomalies http://www.kvirc.net/" [18:20] mokujin: I have not installed kdvi but I am sure if yo uunpack the source it will have a INSTALL or README file [18:20] not sure about kde4, but in that latest kde3 kdvi & kpdf is in the kdegraphics package [18:20] damn this telephone! it rings all day long with solicitors. [18:20] yes, is in KDE 3 not in kde 4 [18:21] mokujin: always go to the source. and may it bewitch you. [18:21] s/is/as [18:22] er nevermind [18:23] chopp: I aM going for a ride on the bike today , gf's mom is coming over. ANy reason at all will do. =) [18:23] bmx? [18:23] or mountain [18:23] harley wide glide [18:23] ew [18:23] mokujin, kdvi was replaced by okular in kde4 and I am not quite sure why yours doesn't work with dvi's because it works fine here. [18:23] and i install kdvi.deb of sources in ubuntu?? [18:24] dtanner: hey right on. Make sure ya get her ass on for a putt [18:24] heh [18:24] Hey chopp [18:24] :) [18:24] sup firebird619 [18:24] ahhhh, ok [18:24] Hey dtanner, nothing much, got my mail salvaged out of Kontact. Weather's sort of damp/rainy today. yourself? [18:25] kdvi afaik was written for kde3 and you will not be able to compile it on -current [18:25] firebird619: doing good. so you saved your mail. good deal. [18:25] firebird619: you're heavy into eduke3d again aren't you. ;) [18:26] thanks, and kile not install in KDE4 [18:26] yeah, thankfully. It's back to opera mail for me. With opera, it just works and I don't have to worry about e-mail loss like what Kontact was doing. [18:27] chopp: heh, yeah. That game is fun, especially playing against/with others. I had forgot how great that game was. [18:27] firebird619: no more claws-mail? [18:28] damn kde users anyway :P [18:28] Action: TwinReverb judo-chops chopp [18:28] i know, this is kde-ville. [18:28] dchmelik (i=1000@dynamic-66-243-234-92.ellensburg.fairpoint.net) left irc: "Leaving." [18:29] chopp: hahaha. I really like claws-mail too. I just know I won't be using Kontact if it's going to stip my e-mails like it did. [18:29] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) left irc: Remote closed the connection [18:29] Action: TwinReverb lives in xfce-burg [18:29] Action: chopp comes back with an roundhouse to TwinReverb's hairdo [18:29] hehe [18:29] wow, this discrete math has come up with the most convoluted method evar of describing what a database is [18:29] WHOA, nice kick chopp. :P [18:29] freack (n=frk@unaffiliated/freack) left irc: "Lost terminal" [18:29] one porgram missing mouse when no its in action [18:30] someone give that guy cpr would ya [18:30] mouse cursor [18:31] is there a way to network two computers together without a router? i'm wondering what i can do with my old pentium-m 1.5ghz w/ 1gb ram [18:31] chopp: tomorrow, opera is suppose to be making an announcement of something new. It's something that they say will reinvent the web. I suspect it has something to do with cloud computing and a twitter post references the internet on a usb stick. [18:31] yes use a cross wired cable TwinReverb [18:31] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) joined ##slackware. [18:31] dtanner, ? [18:32] firebird619: I'm back using atomic with eduke again. I like it. [18:32] reinvent the web? pfft [18:32] http://en.wikipedia.org/wiki/Crossover_cable [18:32] that's almost as bad as al gore saying he invented the internet [18:33] not reinvent the internet , this crossover cable was used before the inet existed [18:33] no, the opera announcement [18:33] oh [18:33] yeah i heard about that announcement [18:33] Action: nooper is against opera putting twitter on crossover cables with al gore [18:33] TwinReverb: haha [18:33] firebird619: I tried opera again, but I still prefer firefox [18:34] an inconvenient announcement [18:34] chopp: BOOOOOO. :P [18:34] haha nooper [18:34] haha [18:34] mokujin, kile will work under kde4 but does not come in slackware. however isn't a stable kde4 version yet, you will need to get 2.1beta1 [18:34] i like dillo and lynx over all of them [18:34] omg browzr warz! [18:34] dtanner: what happened to epiphany? :P [18:34] alienBOB (n=alien@h202078.upc-h.chello.nl) joined ##slackware. [18:34] Action: TwinReverb dons tin foil hat [18:35] TwinReverb: Yup, browser wars 2009. :) [18:35] shhh bobs back [18:35] Let the battle begin. [18:35] epihany is good too... whatever floats your boat i say [18:35] dissociative (n=dissocia@adsl190-28-185-213.epm.net.co) joined ##slackware. [18:35] browsers nor desktops are worth battling over [18:35] what about text editors? [18:36] Action: TwinReverb stabs nooper [18:36] vim :D [18:36] neither, because vi always wins :P [18:36] :> [18:36] i followed the directions on firefox's website to make it run faster and i see no problems here [18:36] pico -w :p [18:36] granted i close it and all programs and go to suspend mode when i go to sleep [18:36] TwinReverb: can you really tell a difference ? if so where is that URL? [18:37] yes i can really tell the difference ... on a core 2 duo 1.6ghz with 2 gb ram [18:38] http://kb.mozillazine.org/Reducing_memory_usage_(Firefox) [18:38] thanks i will book it and try it later [18:38] mokujin (n=mokujin@201.244.134.76) left irc: "Leaving" [18:38] bookem' Danno [18:38] granted i specify to ALL programs i use to use the same 3 fonts (all in the Liberation fonts family) [18:39] i specify xfce-wide, kde-wide, and individually in all programs i use, even audacious [18:39] I like comic sans if i mess with fonts at all [18:40] iclebyte (n=jamie@82.112.133.223) joined ##slackware. [18:41] I am going to smash this telephone with a WAR HAMMER [18:41] dissocia1ive (n=dissocia@190.71.44.64) left irc: Read error: 110 (Connection timed out) [18:41] upyr (n=upyr@79.174.35.21) joined ##slackware. [18:42] dtanner, do you live in the usa? [18:42] yup [18:42] evo- (n=evo@p5DDE7F60.dip.t-dialin.net) left ##slackware ("parted..."). [18:42] TwinReverb (n=robert@unaffiliated/twinreverb) left irc: "Leaving" [18:43] next time you get a phone or get a new number go to donotcall.org or donotcall.gov and enter your new number and if any telemarketers call you can get them in trouble [18:44] http://www.donotcall.gov/ [18:44] fsckroot (n=fsckroot@CPE-58-165-93-206.qld.bigpond.net.au) joined ##slackware. [18:44] raela (n=raela@c-24-126-91-124.hsd1.md.comcast.net) joined ##slackware. [18:45] Pig_Pen: does it do any good to register with that site with a number you have had a long time? [18:45] dtanner: yes [18:45] cool , consider it done [18:46] hahah [18:46] Pig_Pen, that's the biggest load of crap ever [18:46] It puts your number on a list and telemarketers *HAVE* to follow it and not call you. It's worked great here. [18:46] You know what's fun about that donotcall list? I can buy a copy (so that I know who not to call) [18:46] do not call is bull [18:46] and then I can SPAM YOU ALL because I'm in Canada and your laws don't apply to me. [18:46] jeev: It's worked great here. [18:46] eviljames: haha [18:46] firebird619, get a house and mortgage [18:46] ;) [18:46] when your bank pimps out your info [18:46] you'll get calls [18:48] number_three (n=chatzill@70.236.79.208) left ##slackware ("I'm not here right now."). [18:48] go for it eviljames if some government assassin comes up there to kill you for pestering him dont come in here complaining about it ;p [18:48] zeroXzero (n=zeroXzer@59.93.33.15) joined ##slackware. [18:48] Pig_Pen, government cant afford assassins [18:48] done, cell and landline [18:48] thanks Pig_Pen [18:48] Shrp_ (n=Shrp_Edg@c-24-6-177-66.hsd1.ca.comcast.net) left irc: Remote closed the connection [18:48] oda (n=oda@unaffiliated/oda) joined ##slackware. [18:49] sure they can, the government pays them the minimum wage just like McDonalds [18:50] I have a friend who ride sone of those scooters around downtown austin bar hopping... he has a bumper sticker on it that says "I sell CRACK for the CIA" [18:50] Pig_Pen: I'll just call Californians. Their government is broke! [18:50] haha best bumper sticker i ever saw [18:50] heh [18:51] there is more truth to that than humor, the CIA smuggles more coke in to the USA than any other entity or crimminal orginisation [18:51] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) joined ##slackware. [18:52] havacci (i=1000@unaffiliated/havacci) joined ##slackware. [18:53] damn it is 100 F right now ! i was wondering why the HVAC was working so hard. [18:53] this is how we will communicate with aliens when they find out satellites. If i found this, i'd be all... "WTF??" http://en.wikipedia.org/wiki/File:Pioneer_plaque.svg [18:54] and with the economy in the toilet i bet even moreso [18:54] havacci (i=1000@unaffiliated/havacci) left irc: "My damn controlling terminal disappeared!" [18:54] Erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) left irc: Read error: 110 (Connection timed out) [18:55] dhabyx (n=dhabyx@unaffiliated/dhabyx) left irc: Remote closed the connection [18:57] rhys (n=rhys@r-lyeh.meds.cwru.edu) left irc: "Leaving" [18:58] upyr (n=upyr@79.174.35.21) left irc: [19:02] dissocia1ive (n=dissocia@adsl190-28-150-198.epm.net.co) joined ##slackware. [19:02] nullm0dem (n=nullm0de@65-183-140-221-dhcp.burlingtontelecom.net) left ##slackware ("Leaving"). [19:02] nullm0dem (n=nullm0de@65-183-140-221-dhcp.burlingtontelecom.net) joined ##slackware. [19:04] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) left irc: Success [19:05] dissociative (n=dissocia@adsl190-28-185-213.epm.net.co) left irc: Read error: 104 (Connection reset by peer) [19:05] i`ve upgraded NFS tools with new txz packages [19:05] successfully [19:06] my slackware have initial version of 7.0.0, and had 2.2.13 kernel [19:06] congratulations! Now relax and enjoy the afterglow. [19:06] now, it have 2.6.28 kernel with udev [19:06] :P [19:06] Srbo (n=Srbo@dslb-084-058-254-172.pools.arcor-ip.net) joined ##slackware. [19:06] agentc0re|work: I'd think, this is pretty valuable strategic information I can use to enslave those PUNY MORTALS [19:06] Upgraded that whole way? Wow, I'd never do that. [19:06] rob0: ? [19:08] ok, i have to go sleep now [19:08] Razec (n=razec@189.56.86.141) joined ##slackware. [19:08] zeroXzero (n=zeroXzer@59.93.33.15) left irc: Connection timed out [19:08] bye [19:09] zeroXzero (n=zeroXzer@59.93.34.185) joined ##slackware. [19:10] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) joined ##slackware. [19:11] SlackNeo (n=SlackNeo@190.176.134.2) joined ##slackware. [19:12] eviljames: LOL. I think we just need to send a laptop out in space with a satellite and give exclusive youtube and google access to it. hahaha. Porn being the first required search criteria. [19:12] eviljames: then timecube to throw them off. [19:14] heh, set the homepage to timecube [19:14] steelwolf180 (n=max@bb116-15-10-199.singnet.com.sg) joined ##slackware. [19:14] steelwolf180 (n=max@bb116-15-10-199.singnet.com.sg) left irc: Remote closed the connection [19:14] They'll think we are an advanced species, capable only of communicating via nonsense. [19:14] steelwolf180 (n=max@bb116-15-10-199.singnet.com.sg) joined ##slackware. [19:14] "There's no way we'll ever break this cipher! It looks too much like random noise!: [19:14] kamaji (n=kamaji@handtomouse.demon.co.uk) left irc: "sleep" [19:18] CygnusX1 (n=CygnusX1@c-69-245-162-6.hsd1.in.comcast.net) joined ##slackware. [19:21] 15 Jun 19:18:48 ntpdate[4380]: step time server 67.159.5.90 offset 235233660.898981 sec [19:21] my clock was out by 7.46 years!?! [19:22] nullm0dem (n=nullm0de@65-183-140-221-dhcp.burlingtontelecom.net) left irc: "Leaving" [19:23] NetrixTardis (n=leoem@stealth3.com) left irc: "leaving" [19:23] NetrixTardis (n=leoem@stealth3.com) joined ##slackware. [19:27] Mon Jun 15 18:26:54 CDT 2009 [19:28] erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) joined ##slackware. [19:29] zeroXzero (n=zeroXzer@59.93.34.185) left irc: Success [19:30] nathanbw (n=nathan@c-71-59-8-47.hsd1.ga.comcast.net) left irc: "Leaving" [19:30] sloin (n=d@host-85-13-85-53.lidos.cz) joined ##slackware. [19:31] hey, is anybody running dual-monitor (xinerama) on intel 945 ? [19:32] XGizzmo (n=XGizzmo@ampache/staff/XGizzmo) joined ##slackware. [19:32] I had it set half a year ago, it worked without any problems...now I'm trying to set it again and it's straight nightmare [19:32] gnubien (n=e@71.245.100.97.cfl.res.rr.com) joined ##slackware. [19:34] MuJ (i=muttilai@so.stnd.net) left ##slackware. [19:34] bgeddy (n=bgeddy@82-42-231-37.cable.ubr19.live.blueyonder.co.uk) joined ##slackware. [19:35] if anybody could do a pastebin of xorg.conf for me I'd really appreciate it [19:35] any random xorg.conf, huh? [19:36] :P [19:37] does that have something to do by using multiple screen sections in xorg.conf ? [19:37] byteframe (n=bytefram@pool-98-118-66-38.bstnma.east.verizon.net) left irc: Read error: 113 (No route to host) [19:37] screen0 screen1 ? [19:37] byteframe (n=bytefram@pool-98-118-72-71.bstnma.east.verizon.net) joined ##slackware. [19:37] yes, that's it [19:37] i seen an xorg.conf examle online somewhere once [19:37] dhabyx (n=dhabyx@unaffiliated/dhabyx) joined ##slackware. [19:37] example* [19:39] I've tried many combinations and it always behaves as a "mirror screen" not the xinerama style [19:39] yep, i have two screen sections, two monitor sections, and two device sections [19:39] sloin: http://www.solemnwarning.net/page.cgi?id=xinerama [19:40] Sloin: 1 steaming hot (almost hand written) working xorg.conf coming up http://pastebin.com/m4180f3e2 [19:41] thank you guys [19:43] erisco, this is absolutely non-xinerama [19:43] :) [19:43] zeroXzero (n=zeroXzer@59.93.35.192) joined ##slackware. [19:43] sloin: It responded to your post asking for an xorg.conf. I'm a pretty literal guy. good luck. [19:44] haha [19:44] Action: chopp lends sloin his bat [19:45] erisco, don't know if "literal" is the right word [19:45] hehe [19:45] SlashQuit (n=ian@c-67-177-228-184.hsd1.co.comcast.net) joined ##slackware. [19:45] snicker [19:45] sloin: http://www.seismo.ethz.ch/linux/xinerama.html [19:45] sloin: examples all over the world famous GOOGLE =) [19:47] Action: antler karate chopps chopp in the chopps? [19:47] why you little... [19:47] Action: dtanner referees [19:47] back to your corners ! [19:48] come back out clean ! [19:48] Action: antler helps chopp back to his corner [19:48] antler: he meant to tell you to get back on your blanket :P [19:48] theblackbox (n=sammo@unaffiliated/theblackbox) left irc: "Leaving" [19:48] :P [19:48] on his blanket? How old are you antler? :P [19:48] Action: firebird619 hands antler a pacifier. :) [19:48] Agiofws (n=Agiofws@athedsl-431443.home.otenet.gr) left irc: Read error: 54 (Connection reset by peer) [19:49] dirty dog [19:49] he is an 5 year old guru [19:49] hahah [19:49] I'd have guess 4. :P [19:49] with a 1000 pound UNIX manual [19:49] l00t (n=i-i3id3r@189.105.116.115) joined ##slackware. [19:49] ouch [19:49] dtanner: Is that what he uses for weight training? attempts to use anyway? [19:49] :P [19:49] indeed [19:50] I still have my first UNIX book , all tattered and worn. I love it. [19:50] Action: firebird619 tosses a 2000 pound Windows for Dummies boot towards antler. [19:50] s/boot/book/ [19:50] hackeron (n=hackeron@cpc3-seve19-2-0-cust404.13-3.cable.virginmedia.com) joined ##slackware. [19:51] hackeron (n=hackeron@cpc3-seve19-2-0-cust404.13-3.cable.virginmedia.com) left irc: Client Quit [19:51] firebird619: 2000 pound? whats it filled with, how to open .exe files? [19:51] hahaa [19:51] you got it. :D [19:51] hackeron (n=hackeron@cpc3-seve19-2-0-cust404.13-3.cable.virginmedia.com) joined ##slackware. [19:51] Action: antler reads like the wind, and when he finishes he double clicks install.exe [19:51] how to edit the registry [19:51] It is windows after all [19:51] hackeron (n=hackeron@cpc3-seve19-2-0-cust404.13-3.cable.virginmedia.com) left irc: Client Quit [19:51] dtanner: yeah, and it defines what all the registry keys are for. :D [19:51] hackeron (n=hackeron@cpc3-seve19-2-0-cust404.13-3.cable.virginmedia.com) joined ##slackware. [19:51] antler: hahaha [19:51] without killing all life within a 100 mile radius [19:51] dtanner: last time I messed with a windows registry, It wouldnt boot. :/ [19:52] stealth_: See, you should have had the book. :) [19:52] heh [19:52] maybe Ill go buy it for am extreme high price. [19:52] s/am/an [19:52] yes , feed the money machines [19:52] nah, just go torrent it. :P [19:52] vdv (n=vdv@62.217.159.183) left irc: Read error: 104 (Connection reset by peer) [19:52] That'll make billy gates happy. :D [19:53] torrents ftw! [19:53] oh, that reminds me, I got a torrent of windows xp on my machine i needed to set up. [19:53] Pig_Pen_ (n=anyuser@72-24-139-79.cpe.cableone.net) joined ##slackware. [19:53] lol [19:53] hahaha [19:54] grekkos_ (n=grekkos@pool-173-52-69-54.nycmny.fios.verizon.net) joined ##slackware. [19:54] steelwolf180 (n=max@bb116-15-10-199.singnet.com.sg) left ##slackware. [19:55] testing [19:55] am i in here? [19:55] when i reference that old unix manual to this day it amazes me that most of the content is still relevant. that is what i like about *nix. [19:55] 1...2...3 :) [19:55] Yes, you are Pig_Pen_ [19:55] Pig_Pen_: no. you are over there. [19:56] the book is over 10 years old [19:56] BP{k}: Hey, your day going well? [19:56] Action: antler uses firebird619 's shins as marimbas and hammers away at them with two ball-peen hammers [19:56] sup BP{k} [19:56] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [19:56] OUCH, antler [19:56] antler hobbles firebird619 [19:56] firebird619: not bad, updaing some perl build scripts of mine. [19:57] Nick change: firebird619 -> hobblebird619 [19:57] i shut off my laptop and got rid of the dhcp out of rc.inet1 and restarted my networking ;p i think irc.freenode.net did not like that, now it thinks i am a fake Pig_Pen [19:57] :( [19:57] you still have wings! [19:57] WEEE [19:57] but landing is a bitch [19:57] I just can't land now. [19:57] steelwolf180 (n=max@bb116-15-10-199.singnet.com.sg) joined ##slackware. [19:58] Landing is literally a pain in the legs. [19:58] confrey (n=dario@94.162.175.85) left irc: Read error: 110 (Connection timed out) [19:58] anyone remember the additions to /etc/syslog.conf to get rid of the --MARK-- 's in the kernel messages? [19:58] that can be fixed if you build your own kernel [19:59] it is in the network section [19:59] i have my own kernel but i used to disable it in syslog [19:59] i will keep that in minf though , thanks [19:59] s/minf/mind/ [20:00] Networking Options > Security Marking [20:01] remember that next time you build a kernel and untick that and it will never hog up space in your logs again [20:01] will do [20:01] asarch (n=asarch@189.188.140.231) joined ##slackware. [20:02] LnxSlck (i=1000@89.214.18.112) left irc: Read error: 110 (Connection timed out) [20:02] zeroXzero (n=zeroXzer@59.93.35.192) left irc: Connection timed out [20:02] dtanner: have /usr/sbin/syslogd called with the -m0 argument is one way :) [20:03] thast is what i love about linux , more than one way to do things =) thanks BP{k} [20:04] Pig_Pen (n=anyuser@72-24-139-79.cpe.cableone.net) left irc: Read error: 110 (Connection timed out) [20:04] i decided to totally wipe my laptop's harddrive, put win2k back on, and then slack without X (win2k for when i decide to sell it) slack without X for when i want to run irssi [20:05] vdv (n=vdv@62.217.159.183) joined ##slackware. [20:05] grekkos (n=grekkos@pool-173-52-69-54.nycmny.fios.verizon.net) left irc: "woops" [20:05] I have a super old thinkpad i am going to wipe out 7.0 and put on 12.2 minimal install [20:06] ssounds like fun [20:06] dtanner: how old? :) [20:06] 7.0 is still alive and kickin on it though [20:06] at least 10 years old [20:06] antiwire (n=antiwire@unaffiliated/antiwire) left irc: "()" [20:06] not quite sure , i got it used about 10 years ago [20:07] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) left irc: Read error: 110 (Connection timed out) [20:07] this laptop is old, it has a win98 oem stick on the bottom, win2k runs ok on it, i would put slack11 on it but 2.4 does not support the wifi card, win2k does ok on it, slack12.2 can run the wifi but X runs like crap [20:07] dtanner: http://www.toshiba-europe.com/bv/computers/products/notebooks/tecra780dvd/index.shtm <-- my old lapbrick. [20:07] danny tanner [20:08] i will just wait until someone comes along with more money than good sense and sell it for twice what i paid for it (hopefully) and try to get something better [20:08] speaking of Toshiba, i have one that is about 5 years old , it had some things go wrong and my warranty ran out :( , i may see what toshiba will charge me to repair it [20:10] it had a design flaw that made it overheat easily. the fans intake/exhaust were on the bottom and got blocked when you sat it in your lap [20:11] i keep a little stick under the back/bottom of mine to it gets about 3/4 inch of air space under it [20:11] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) joined ##slackware. [20:12] sloin (n=d@host-85-13-85-53.lidos.cz) left irc: "Leaving" [20:13] Srbo (n=Srbo@dslb-084-058-254-172.pools.arcor-ip.net) left irc: "Leaving" [20:15] alkos333 (n=alkos333@c-98-193-57-38.hsd1.il.comcast.net) left irc: Remote closed the connection [20:16] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) joined ##slackware. [20:16] hahahaha hobblebird619 :D [20:16] :D [20:17] antler: See what you and dtanner have done to me. :P [20:18] lol [20:18] rycar (n=rycar@adsl-76-220-238-124.dsl.bkfd14.sbcglobal.net) joined ##slackware. [20:18] lose a leg? [20:18] a wing? [20:18] your mind? [20:18] I lost my mind may years ago. [20:18] still got the wings. [20:18] Action: agentc0re bets everyone was hoping i'd spam one more line to get the boot [20:18] lost both legs in a brutal attack [20:19] :P [20:19] seriously? [20:19] I know the culprits, but can't do a thing about it. :( [20:19] :P [20:20] you seriously don't have both legs? [20:20] no, jokingly. You'd have to read above. :P [20:20] [18:55] * antler uses firebird619 's shins as marimbas and hammers away at them with two ball-peen hammers [20:20] [18:56] antler hobbles firebird619 [20:20] Ah, i see now. [20:21] :D [20:21] Imagine skydiving with no legs. [20:21] btw, I've never skydived, but it sure looks cool. [20:21] imaging skydiving with only an umbrella [20:21] haha, that'd fail fast. [20:22] skydiving with no legs, you'd literally land on your rear every time. [20:22] Nick change: Pig_Pen_ -> Pig_Pen [20:22] antiwire (n=antiwire@unaffiliated/antiwire) joined ##slackware. [20:22] Nick change: hobblebird619 -> firebird619 [20:22] wb antiwire. :) [20:22] ever watch a cartoon called "The Oblongs" [20:22] nathanbw (n=nathan@c-71-59-8-47.hsd1.ga.comcast.net) joined ##slackware. [20:23] Heard of it, but never seen it. [20:23] ya gotta watch it [20:24] funny, the husband has no arms or legs, they live in a valley that is used by the elite ruling class as a toxic waste dump, everyone is messed up [20:24] Rupp (n=Rupp@c-24-131-125-51.hsd1.pa.comcast.net) joined ##slackware. [20:24] anyone know what might be stored in .local thats taking 2.6 gigs? [20:24] freack (n=frk@189.58.215.84) joined ##slackware. [20:24] local stuff? [20:24] as opposed to non-local stuff? [20:24] :D [20:24] 0_0 [20:24] ~/.local [20:24] ~/.local i would look through it and make save what you need and delete the rest if it is junk files [20:25] but there is 2.6 gigs! [20:25] dartmouth (n=dartmout@cpe-24-25-172-165.maine.res.rr.com) joined ##slackware. [20:25] I cant have *that* many config files [20:25] hey guys [20:25] i think kde keeps the Trash dir in there [20:25] stealth, look at 'du -hc .local' to see the biggest folders [20:25] ohhhhhhhhhhh [20:25] my trash is pretty full [20:25] woops, stealth_ with an underscore [20:26] stealth_: you think that's bad, try a ~/.local that's 10.6 GB. :D [20:26] stealth_: .local is your trash an kde desktop files [20:26] nathanbw: I have 'stealth' on hilight, too [20:26] firebird619: :O [20:26] nice [20:26] btw, my name shouldnt be stealth_ [20:26] Nick change: stealth_ -> stealth- [20:26] stay true to your name and hilite [space] as well [20:27] thats better [20:27] I have firebird, firebird619, and fbird set to highlight. :D [20:27] im going to call you fbird from now on, then [20:27] one of my wrt54g units is toast! [20:27] dang. [20:27] bummer [20:27] hey wanna buy one? [20:28] i just type in fire and hit tab [20:28] cheap 20.99 CDN [20:28] what version is it? [20:28] stealth-: go for it. :) [20:28] thats those cheap linksys wifi routers, i have one [20:28] if it's some crappy v5+ no [20:28] Pig_Pen: yeah but im hoping fbird will annoy him eventually. [20:28] stealth-: It wont [20:29] >:D [20:29] err nm, i thought card :P [20:29] :( [20:29] Rupp (n=Rupp@c-24-131-125-51.hsd1.pa.comcast.net) left ##slackware ("Leaving"). [20:29] ill do it anyways [20:29] :P [20:30] :D [20:30] Action: firebird619 sends a ball of fire stealth-'s way. :) [20:30] i'm glad i got rid of my wirless [20:30] hmmmm..... maybe I should compress my videos, they're taking up 19.4 gigs [20:30] Action: stealth- takes it like a man [20:31] dang, got enough *videos* eh? [20:31] eww that sounded nasty 18:30 * stealth- takes it like a man [20:31] s/videos/movies [20:31] :P [20:31] hahahahahaha [20:31] antler: I know, but I wrote it anywas [20:31] *anyways [20:31] antler: that explains the videos. :P [20:32] stealth- has [20:32] firebird619: lol [20:32] firebird619: lol, it'd be kinda wierded out to see someone with 20 gigs of porn [20:32] Action: stealth- looks around nervously [20:32] stealth-: I don't know, you tell me, do you feel weirded out. :) [20:32] i suspect that many have much, much more than that [20:33] antler: 02:00 (CDT) Opera makes their announcement of whatever this new product/service will be. :) [20:34] agentc0re, for example, gave me temporary access to one of his pron servers. boy oh boy [20:34] stealth-: you would be amazed by the size of some people's porn archives [20:34] firebird619: hahah [20:34] lmao [20:34] can't wait to try [20:34] asarch (n=asarch@189.188.140.231) left irc: "Auribus teneos lupus: I hold the wolf by the ears" [20:34] antler: I KNOW you're excited. [20:34] i once had a girlfriend that had more porn than me, lots more [20:34] I had recovered 50+G for someone from their fried win pc [20:34] she was a perv [20:35] I always remember the quote "In all the years of server repair I've done, I have yet to see a server with no porn on it" [20:35] lots of fun too [20:35] lol [20:35] Pig_Pen: she was a perv and you're NOT with her? what's wrong with you? [20:35] lol [20:35] naw, she was too much of a party girl, i did not want to keep her, just a rebound chic between wives [20:36] asarch (n=asarch@189.188.140.231) joined ##slackware. [20:37] antler: ?? I did... shit i must have been drunk when i did that. *clicky click click Not no more you don't :P [20:37] is there anyway to change the default getty colors? [20:37] agentc0re: lol [20:37] fixed that problem [20:37] agentc0re: Now you know why all your bandwidth was taken up. :) [20:38] Look youtube is faster! :P [20:38] haha [20:38] getty colors? [20:38] agentc0re: well i did manage to get 23%, 154.18 gb. [20:39] you mean dialog? [20:39] antler: lol. wget FTW!!! [20:39] antler: or does agentc0re have rsync? :P [20:39] firebird619: that's what i used, but he just cut me off just nbow [20:39] wget [20:39] haha [20:39] Pig_Pen: the virtual terminals, i want to change the color of the text [20:39] you haz no access. [20:39] antler: Oh good, i only gave you access to the small folder.. [20:40] lol [20:40] you could look at /etc/dialog but it is that funky color code not like html/xml color codes used on websites [20:40] Action: agentc0re checks his 2.5Tb folder [20:40] edman007 (n=edman007@unaffiliated/edman007) left irc: Read error: 110 (Connection timed out) [20:40] Good, all the kiddie porn is still intact. :P [20:40] antler: Did he give you a nice 404 message too? [20:40] Pig_Pen: k, thanks [20:41] nathanbw (n=nathan@c-71-59-8-47.hsd1.ga.comcast.net) left irc: Remote closed the connection [20:41] dialogrc, nevermind, it looks easy to edit, plain text [20:41] firebird619: nope. it was customized, something my ex used to say to me when she got mad, "you're cut off" [20:41] haha [20:42] If my kde says it's running at 85Hz (which looks like 60Hz) - how can I tell what it's really at? [20:42] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) left irc: "Leaving" [20:43] CrYpTo1 (n=CrYpTo@ip68-224-51-177.lv.lv.cox.net) joined ##slackware. [20:44] well i used to know the command for that SlashQuit [20:45] rycar (n=rycar@adsl-76-220-238-124.dsl.bkfd14.sbcglobal.net) left ##slackware ("Leaving"). [20:45] I'm pretty much a kde n00b, but I've been using slack for a few years (cmdline) now and again. [20:45] antler: my ex said that once. I left. =) [20:47] sm0rux (n=pofa@mail.accome.com) joined ##slackware. [20:48] erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) left irc: Read error: 110 (Connection timed out) [20:48] sGun (n=s@ppp184-132.static.internode.on.net) left irc: Read error: 54 (Connection reset by peer) [20:50] SlashQuit: xrandr [20:50] sGun (n=s@ppp184-132.static.internode.on.net) joined ##slackware. [20:50] erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) joined ##slackware. [20:51] SlashQuit: what screen resolution are you using, too high a resolution = lower Hz capabilities, you got to find a balance between screen size and the Hz you want [20:51] dtanner: ty, hmm it does say 85 but sure doesn't look like it. [20:52] bump the resolution down a notch, 1024x768 if neccessary [20:52] Pig_Pen: 1024x ... I know this setup will handle 1152x864@75Hz, but I'm a way off that yet. [20:52] sm0rux (n=pofa@mail.accome.com) left ##slackware. [20:52] Shasie (n=mirggi@202.152.243.36) joined ##slackware. [20:53] could be just a flakey xorg.conf run X -configure then look in /root to see if you like it [20:53] if it is good enough maybe copy as /etc/X11/xorg.conf [20:54] yeah I'll try that in a min after I backup my current, ty. I've tweaked this thing eleventy billion times it seems, including a barfed kernel recompile when enabling msi for my ati card/driver (I accidentally used the kernal src .config instead of my boot/config. doh) [20:54] dtanner: haha [20:55] *women* pfft .. can't live with them and can't live with them. [20:55] Real women are no substitute for pr0n. ;p [20:56] SlashQuit: are you using lcd or crt monitor(s)? [20:57] I have a probelem like yours SlashQuit , i can not get my monitor to run at factory specs HZ and resolution so i settled for the best i could get. [20:57] |Slacker| (n=tanis@189.123.198.139) joined ##slackware. [20:57] crt, syncmaster 753DF ... I've copied a few others monitor/screen sections... the one I got from one of the main LQ stickies is the best so far, I'll go dig that up again [20:57] I settled for 1280x960 50.0* [20:58] 50?, I can't stand anything below 70 [20:59] I think my monitor got borked though , i had it running @ 1440x900 @ 70 until i tried to load the tv tuner module one day and it froze everything. ever since then it never ran at those specs again [20:59] Hermann (n=Hermannn@h-156-174.A155.priv.bahnhof.se) left irc: Read error: 113 (No route to host) [20:59] <|Slacker|> hello dudes [20:59] sup |Slacker| [21:00] <|Slacker|> just got home...cold as hell here [21:00] SlashQuit (n=ian@c-67-177-228-184.hsd1.co.comcast.net) left irc: "back in a few" [21:00] it was 101 F here today and is still 97 F right now [21:01] <|Slacker|> is it cold? I don't understand Fahrenheit [21:01] Action: |Slacker| is brazilian [21:01] we've got rain and fog today in socal [21:01] very hot [21:01] <|Slacker|> I see [21:02] Forecast for Sao Paulo (BR): Mon: Partly Cloudy Low: 56F/13.33C High: 67F/19.44C Tue: Rain Low: 56F/13.33C High: 66F/18.89C [21:02] i just checked and it is 93 F which equals 34 C [21:02] t4k3r0n (n=takeron@189.186.162.94) left irc: Read error: 110 (Connection timed out) [21:02] <|Slacker|> 34 is a lot [21:03] holy cow! http://gizmodo.com/5288407/boy-survives-30000-mph-meteorite-impact [21:03] <|Slacker|> i hate slackpkg sometimes [21:04] agentc0re: I read that one and I doubt it hit him. it was still glowing on the ground. I bet it got really close and the ionized air burned him [21:04] never slackpkg here [21:04] asarch (n=asarch@189.188.140.231) left irc: "Auribus teneo lupum: I hold a wolf by the ears." [21:04] antiwire: Ya, i think he'd have a hole in his hand. [21:04] yep [21:04] <|Slacker|> dtanner, I'm kinda lazy :p [21:05] not that there is anything wrong with it , i just prefer the native pkgtools [21:05] and rsync [21:05] <|Slacker|> i see [21:05] antiwire: but then again the chances were slim for him to be hit to begin with... so the chances of it bouncing of by some weird angle that his hand was at could be feasible. /shrug [21:05] Action: |Slacker| doesn't know much about rsync [21:05] it is your friend [21:05] slackpkg does use the pkgtools [21:05] SlashQuit (n=ian@c-67-177-228-184.hsd1.co.comcast.net) joined ##slackware. [21:05] but i dont need it [21:06] so i dont use it [21:06] i guess the feature of removing all third party packages would be ok at times [21:06] That got me at 1152x854@75Hz - tyvm! Now I can keep reading documents without my eyeballs going a-splode. [21:07] damn nortel... [21:07] dtanner: do you run -current? [21:07] not on this box , but yes on another box [21:08] i still just use rsync and pkgtools [21:08] nachox: That doesn't sound good. Phone system go k-ploowy? [21:08] dtanner: if you did you'd see how slackpkg saves a lot of time. the clean-system option doesn't just show thirdparty packages. it shows packages that are thirdparty as well as packages that have been removed from the current tree [21:08] ka-plooy [21:08] nullify_ (i=n@68-114-223-90.dhcp.mdsn.wi.charter.com) joined ##slackware. [21:08] no need for slackpkg here. [21:08] antiwire: i guess I am just accustomed to the way i have been doing it for years [21:09] *shrug* [21:09] agentc0re, vpn client [21:09] nachox: how ya been man ? [21:09] <|Slacker|> is there a VirtualBox pkg for slack? [21:09] |Slacker|: slackbuilds [21:09] sloin (n=d@host-85-13-85-53.lidos.cz) joined ##slackware. [21:09] |Slacker|: The ose version is at slackbuilds.org [21:10] <|Slacker|> firebird619, thanks dude [21:10] yw [21:10] If I have a threaded C application running on a server with 8 cores. Will these threads be running on separate cores? Or does my application need to do anything in particular to make use of multi-cored systems? [21:11] dtanner: so i guess you just read the changelog and manually removepkg when needed? [21:11] antiwire: yes [21:12] how do i get the cpu off the heatsink? [21:12] when its baked on? [21:12] dtanner, fine, i'm a happy person really, yourself? how's the back treating you? still on meds? [21:12] you know like, clay turns in to stew dish [21:12] acidchild: power up the system and turn off the fan for a few minute while you monitor the heat build up. that's usually enough to let you get it loose [21:13] how can I get nmap to check a specific port? [21:13] elilo (n=elilo@141-3-16-190.fibertel.com.ar) joined ##slackware. [21:13] stealth-: the nmap man page is very verbose [21:14] elilo (n=elilo@141-3-16-190.fibertel.com.ar) left ##slackware. [21:14] antiwire: I know, thats why I asked here, its too verbose, im trying to help someone and I dont have time to look through it rightnow [21:14] acidchild: hey are you sure the integrator didn't use heat transfer epoxy? [21:14] nachox: back is still the same , dosage has decreased [21:14] antiwire: ;) [21:15] stealth-: it's very clear too. [21:15] go read it [21:15] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) left irc: "I'm outta here! Later!" [21:15] Action: stealth- sulks [21:15] gotta run geeks [21:15] later [21:15] <|Slacker|> later dude [21:15] later dtanner [21:17] stealth-: look for the header "PORT SPECIFICATION AND SCAN ORDER" [21:17] neonflux (n=neonflux@75-50-83-121.lightspeed.snjsca.sbcglobal.net) joined ##slackware. [21:18] good god, if I don't make the dual monitor thing done this night, I'm gonna throw the monitor from a window [21:18] acidchild: hey OT but what type of system were you using for your main commercial AP? [21:18] what OS? [21:19] antiwire: i can't turn the cpu on until i remove the heatsink [21:20] because the cpu lock arm is blocked by the heatsink [21:20] oh damn. [21:20] i found out why my pc turned off :P it had burnt the dust on top [21:20] acidchild: get the girlfriend's hair dryer to try to get some heat into it [21:20] kk [21:20] brb [21:20] sloin: are you using current? [21:21] Noike (n=mirggi@202.152.243.70) joined ##slackware. [21:21] PenPerk (n=carlj@static-71-246-216-235.washdc.fios.verizon.net) joined ##slackware. [21:21] current release of slackware ? yes [21:22] you're having problems with dual monitor? [21:22] manwichmakeameal, I'm ending with "Attempting memory allocation with tiled buffers." usually [21:22] but I was running it a year ago without any problems [21:23] i've been trying to get both of my monitors to work with the new x server and nvidia drivers, and it keeps crashing. similar problems? [21:23] x server doesn't even start [21:24] next idea antiwire [21:24] damn! [21:24] heated it to the point where its gonna burn me [21:24] dang, that's shitty. I can get X to start, but some keys cause it to crash and sometimes it just crashes randomly [21:24] and tryed sliding a scaple blade under [21:24] can't allocate memory, there must be some catch in settings but I don't have entire days to find it [21:24] acidchild: I'm wondering if it was heat transfer epoxy instead of grease [21:24] its white [21:25] sloin: 12.2? or -current (testing) [21:25] it came with a stock cpu headsink [21:25] sloin: just out of curiosity, have you removed your xorg.conf and tried it? [21:25] Pig_Pen, the stable 12.2 [21:25] so probly the cheap shit [21:25] ok [21:25] nm [21:25] nullify (i=n@68-114-223-90.dhcp.mdsn.wi.charter.com) left irc: Read error: 110 (Connection timed out) [21:25] acidchild: my biggest fear in these situations is ripping the cpu out of the socket and destroying the pins. usually the die won't come off the substrate but pins will [21:26] manwichmakeameal, no, thank you :) [21:26] Shasie (n=mirggi@202.152.243.36) left irc: Success [21:26] antiwire: its got a metal heat sink on the cpu little metal plate [21:27] if i put the force required to move it, there is a good chance it will come off :/ [21:27] sigh this is depressing [21:27] manwichmakeameal, as far as I know, this should be ok [21:27] http://ubuntuforums.org/showthread.php?t=711725 [21:27] acidchild: I assume you've tried a twisting motion along with a slight pull? [21:27] yep [21:27] the cpu heat sink got to the temp that the dust was burnt [21:27] manwichmakeameal, plus some additional modification around the hardware [21:27] this is clay to strew pot [21:27] ;/ [21:27] this doesn't sounds fun at all. [21:28] danc3 (n=danc3@ip70-187-50-46.pn.at.cox.net) joined ##slackware. [21:28] vdv (n=vdv@62.217.159.183) left irc: "Leaving" [21:29] mfillpot (n=mfillpot@pool-96-225-167-254.nrflva.fios.verizon.net) left irc: "Leaving" [21:29] hard hard mofo its off [21:30] -goes to fix the beast- [21:30] sweet [21:30] sloin: have you tried those config files from there? [21:30] Wescotte (n=WuzzleWa@75-9-90-101.lightspeed.milwwi.sbcglobal.net) joined ##slackware. [21:30] thrice` (i=thrice@unaffiliated/thrice/x-000000001) joined ##slackware. [21:30] I've tried much more for last 6 hours :) [21:32] t4k3r0n (n=takeron@189.186.162.94) joined ##slackware. [21:36] Lorn (i=lorn@unaffiliated/lorn) left irc: Remote closed the connection [21:37] Lorn (i=lorn@unaffiliated/lorn) joined ##slackware. [21:37] stealth-_ (n=stealth@66.183.233.184) joined ##slackware. [21:37] stealth- (n=stealth@unaffiliated/stealth-) left irc: Read error: 104 (Connection reset by peer) [21:37] powtrix (n=powtrix@189-69-28-134.dsl.telesp.net.br) left irc: Read error: 113 (No route to host) [21:38] sloin (n=d@host-85-13-85-53.lidos.cz) left irc: Remote closed the connection [21:38] jdetring (n=jay@70.234.191.231) left irc: Read error: 104 (Connection reset by peer) [21:38] TClayton (n=TClayton@nc-76-0-183-173.dhcp.embarqhsd.net) joined ##slackware. [21:38] powtrix (n=powtrix@189-69-28-134.dsl.telesp.net.br) joined ##slackware. [21:40] jdetring (n=jay@adsl-70-234-191-231.dsl.tul2ok.sbcglobal.net) joined ##slackware. [21:44] MLanden_lap (n=lilslack@pool-70-18-153-84.norf.east.verizon.net) joined ##slackware. [21:45] Heya,folks...How's everyone? [21:45] ah well this has been a shitty day for me :-( [21:45] time for a new CPU [21:45] bah :( [21:45] that bad,acidchild? [21:46] exbio (n=efzaexbi@unaffiliated/exbio) joined ##slackware. [21:46] wont display anything on the screen now, a pin is missing off it [21:46] it passed POST? [21:46] i guess there was no real way of removing it without damaging it... because to unlock the cpu you need to use the arm thing, which is under the cpu [21:47] so it ripped a pin out on exit [21:47] right at the edge. [21:47] ouch [21:47] MLanden_lap: post? whats that :( [21:47] nothing [21:47] computer has seen some shit... traveled some miles with me [21:47] by foot and public transport. [21:47] the case has so many dents, supprised its not more fucked [21:48] edman007 (n=edman007@unaffiliated/edman007) joined ##slackware. [21:49] acidchild: computer's system test at bootup [21:49] LOL i know dude. [21:50] no post at all [21:50] =) [21:50] lol [21:50] solder the pin back on the cpu.... ;) [21:50] lol :/ indeed [21:50] rofl [21:50] dartmouth (n=dartmout@cpe-24-25-172-165.maine.res.rr.com) left irc: Remote closed the connection [21:51] 64.99$ for the same cpu now.. [21:51] a year later.. [21:51] whaddya got to lose? give it a try. [21:51] its monday.. i got 4 more days of work to do [21:51] before i can play around [21:51] |alisonken1churc (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) joined ##slackware. [21:52] fuck this blows heh [21:53] alisonken1home (n=alisonke@pool-71-104-226-61.lsanca.dsl-w.verizon.net) left irc: Read error: 110 (Connection timed out) [21:54] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) left irc: Connection timed out [21:55] hba (n=hba@189.188.160.28) joined ##slackware. [21:55] hiptobecubic (n=john@cpe-075-178-020-245.nc.res.rr.com) joined ##slackware. [21:55] freack (n=frk@unaffiliated/freack) left irc: "leaving" [21:56] acidchild, where would you take your computer? [21:56] Nick change: stealth-_ -> stealth- [21:57] Razec (n=razec@189.56.86.141) left irc: "Leaving" [21:57] novacrust (n=Crust@dhcp-0-13-10-db-a4-5d.cpe.mountaincable.net) left irc: "There he goes. One of God's own prototypes. Some kind of high powered mutant never even considered for mass production. Too w [21:57] no where? [21:57] i just gotta go get a new cpu [21:59] cuba (n=cuba@host-85-13-85-53.lidos.cz) joined ##slackware. [22:01] no, you said you've taken it by foot and public transit, I was wondering where you would go [22:01] sorry to hear about your computer, btw. I know what it feels like to have stuff crap out [22:01] oh, rofl [22:01] places i lived.. [22:01] moving between them [22:02] ah [22:02] sloin (n=d@host-85-13-85-53.lidos.cz) joined ##slackware. [22:03] novacrust (n=Crust@dhcp-0-13-10-db-a4-5d.cpe.mountaincable.net) joined ##slackware. [22:04] Action: nachox stab acidchild in the eye [22:04] <3 [22:04] ty [22:05] sloin (n=d@host-85-13-85-53.lidos.cz) left irc: Remote closed the connection [22:05] acidchild: what's the make and model of your lappy? [22:05] err? its a pc [22:06] desktop [22:06] i'm on a latitude D500 atm which is my gf.. and my other laptop is a EEE 900 [22:07] OK [22:10] sloin (n=d@host-85-13-85-53.lidos.cz) joined ##slackware. [22:10] I am now convinced that flash 10 is the worst multimedia plugin on the planet, at least right now [22:11] memory slug? [22:11] It gets of fantastic award of "Multimedia plugin most likely to pin a CPU" [22:11] Fire up flash, kill your battery [22:15] antiwire: How is the performance on playing same flash file locally? Still a quick battery killer? [22:16] When I download the flv container and run it through xine it plays but xine segfaults at the end [22:16] some cause it more than others [22:17] pi31415 (n=chatzill@c-98-246-78-78.hsd1.or.comcast.net) joined ##slackware. [22:17] and no, I'm not trying to troubleshoot this closed source plugin [22:17] manwichmakeameal, I think the problem is "intel no matching device sections for instance busid pci:0:2:1" [22:17] both buses ID should be set to PCI:0:2:0 ...I have it like this [22:18] gotcha,antiwire [22:18] NukeDukem (n=chatzill@72-24-139-79.cpe.cableone.net) joined ##slackware. [22:18] xine handles it much better than the browser plugin though [22:18] Pig_Pen (n=anyuser@72-24-139-79.cpe.cableone.net) left irc: "leaving" [22:18] sloin: what is the output of lspci? [22:19] uSlacker (n=gmartin@pool-71-185-211-243.phlapa.fios.verizon.net) joined ##slackware. [22:19] gnubien (n=e@unaffiliated/gnubien) left irc: "leaving" [22:19] 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) [22:19] 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03) [22:20] today ^b stopped paging up in vi [22:20] are you using the different pci id's for each one? I would guess that the 00:02.0 is your main display and the other is the vga out? [22:21] I'm using 0:2:0 for both of them [22:21] i would try 2.0 for the main and 2.1 for the second, unless you've tried it [22:21] I'll try [22:22] rhys (n=rhys@cpe-65-25-100-45.neo.res.rr.com) joined ##slackware. [22:22] sloin (n=d@host-85-13-85-53.lidos.cz) left irc: Remote closed the connection [22:22] midnight_sun (n=thetroop@unaffiliated/lombard) joined ##slackware. [22:23] in xev, I see an event when i press and hold ctrl, but not when i press b. [22:25] sloin (n=d@host-85-13-85-53.lidos.cz) joined ##slackware. [22:26] pi31415 (n=chatzill@c-98-246-78-78.hsd1.or.comcast.net) left irc: "reboot" [22:26] manwichmakeameal, no way, still the same "intel: no matching device sections for instance busid pci:0:2:1 [22:27] can you pastebin your xorg.conf? [22:28] so i was seeding 12.2 on one of my servers that my friend pays for and we dont use bandwidth on it.. [22:28] they came back with 7000 gigs transferred with a huge overage bill lol [22:29] friend sent them the graph, they're like yes, you're over big time.. cant you see? 7TB [22:29] i replied saying circle where it says 7tb.. they responded an hour later, our mistake. lol [22:30] how does printing work in linux? the slackbook doesn't mention it. is it cups that i'm looking for? [22:31] <|Slacker|> can be [22:31] hitest (n=hitest@7conn226.rupert.net) joined ##slackware. [22:31] manwichmakeameal, it's a mess after I was trying a lot of stuff [22:31] http://pastebin.ca/1461777 [22:31] be right back [22:32] sloin (n=d@host-85-13-85-53.lidos.cz) left irc: Remote closed the connection [22:32] freealan (n=freealan@218-174-135-25.dynamic.hinet.net) joined ##slackware. [22:32] greetings, Slackers:) [22:32] heya,hitest [22:32] amazon10x_ [22:32] hi MLanden_lap:) how goes it? [22:32] i sent sajes the pics [22:33] Action: jeev greps hitest's chest [22:33] lol [22:33] hi jeev [22:33] Hey hitest. How's it going? [22:33] sup [22:33] pi31415 (n=chatzill@c-98-246-78-78.hsd1.or.comcast.net) joined ##slackware. [22:33] Just relaxin' for the night,hitest thanks and you? [22:33] not too much jeev:) [22:33] ctrl-b works when i enable acpi, and fails when i disable acpi [22:33] Bin Landen! [22:33] jeev: yeah? [22:33] sloin (n=d@host-85-13-85-53.lidos.cz) joined ##slackware. [22:33] amazon10x_, yea he's still strokin' off to it [22:34] I'm good, MLanden_lap, just relaxin:) [22:34] haha [22:34] i forgot who it was that asked for it [22:34] jeev: yeah,since I was born...could bin anybody else.:D [22:34] sajes [22:34] heh [22:34] hiya firebird619: it goes well, ty, you? [22:34] hitest: going great, thanks. :) [22:34] how would disabling acpi disable certain key combinations? [22:35] sloin: have you tried just removing the pci id's? leave the rest of it as is [22:35] manwichmakeameal, any ideas ? [22:35] yes [22:35] it was the same error message [22:35] heya,firebird619...doin' great for the night..you? [22:35] jeev: you seriously sent pics? [22:35] na [22:35] Hey MLanden_lap, doing great, thank you. :) [22:35] ii told him i dont have enough bandwidth to send such a large pic [22:36] he said something like, "i was really hoping you'd send it to me cause i'm home alone tonight" [22:36] you still have 2.0 on both pci id's [22:36] i've tried 2:0 and 2:1 [22:37] pi31415: could be a bug [22:37] is there anything on /var/log/Xorg.0.log? [22:37] I'm giving up, after 6 hours I think I deserve it [22:37] man i don't feel like going to work. i've got too many personal projects brewing, and not enough time to work on them [22:38] yes, first off the PCI stuff, then it tried to allocate memory and dies [22:38] *tried [22:38] mshade (n=mshade@ip68-100-212-163.dc.dc.cox.net) left irc: Read error: 110 (Connection timed out) [22:38] *tries [22:38] no other errors [22:39] you said it worked a year ago, was it the same version of slack? [22:39] same x server? [22:39] it was 12.1 [22:40] number_three (n=chatzill@70.236.79.208) joined ##slackware. [22:40] I go to sleep...it's 5 am here...thank you manwichmakeameal [22:40] sloin (n=d@host-85-13-85-53.lidos.cz) left irc: "Leaving" [22:41] cuba (n=cuba@host-85-13-85-53.lidos.cz) left irc: "Lost terminal" [22:42] asarch (n=asarch@189.188.140.231) joined ##slackware. [22:42] shonudo (n=user@c-76-113-6-156.hsd1.nm.comcast.net) left ##slackware. [22:44] NukeDukem (n=chatzill@72-24-139-79.cpe.cableone.net) left irc: "ChatZilla 0.9.84 [Firefox 3.0.11/2009060215]" [22:44] abing (n=abing@218.94.136.179) joined ##slackware. [22:45] oda (n=oda@unaffiliated/oda) left irc: "Leaving" [22:45] http://wtfmoogle.com/1hd.jpg [22:46] <|Slacker|> that's a cooling system [22:46] <|Slacker|> :p [22:46] thumbs (i=1000@modemcable179.141-200-24.mc.videotron.ca) joined ##slackware. [22:46] I hope that was distilled water [22:47] heh [22:48] kunal (n=kunala05@ppp-124-120-224-180.revip2.asianet.co.th) joined ##slackware. [22:48] hello. [22:48] do you guys think its possible to have internet.asia.net ? [22:48] as a domain? [22:49] doesn't matter what we "think". Is the domain available, or not? It's that simple. [22:50] if asia.net sells subdomains maybe [22:50] thats the problem.i cant find an asia.net subdomain [22:50] no, asia.net isn't a subdomain [22:50] it's a domain [22:51] xxx.asia.net is a subdomain of asia.net [22:51] yeah. but does asia.net dobmain exist? [22:51] so you need to get into communication with the people in control of asia.net [22:51] hopefully I can buy asia.net and charge you for a subdomain [22:51] Action: antiwire checks [22:52] i hope its reliable [22:52] hehe [22:52] Company: Eurodns SA [22:52] let me check [22:52] email this guy and ask about subdomains xbuck@eurodns.com [22:52] ok. [22:53] it might be parked [22:54] take care,folks...talk with everyone later [22:54] MLanden_lap (n=lilslack@pool-70-18-153-84.norf.east.verizon.net) left ##slackware. [22:54] poona (n=chatzill@unaffiliated/poona) left irc: Read error: 110 (Connection timed out) [22:54] yeah. well i am seeing the different companies that web host [22:55] i am looking for something good [22:55] with good webmail service [22:55] poona (n=chatzill@unaffiliated/poona) joined ##slackware. [22:58] manwichmakeameal (n=tjones@97.86.30.68) left irc: Remote closed the connection [22:59] rhys (n=rhys@cpe-65-25-100-45.neo.res.rr.com) left irc: "Leaving" [23:01] number_three (n=chatzill@70.236.79.208) left irc: Remote closed the connection [23:02] rhys (n=rhys@cpe-65-25-100-45.neo.res.rr.com) joined ##slackware. [23:03] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) joined ##slackware. [23:03] freealan (n=freealan@218-174-135-25.dynamic.hinet.net) left irc: Client Quit [23:06] tuvok302 (n=vircuser@clgrtnt2-port-198.dial.telus.net) joined ##slackware. [23:06] polatov (n=polatov@213.211.101.184) joined ##slackware. [23:08] Anjo_Malvado (n=eduardo@unaffiliated/anjomalvado/x-03752) joined ##slackware. [23:11] CrYpTo1 (n=CrYpTo@ip68-224-51-177.lv.lv.cox.net) left ##slackware. [23:12] TLinton (n=TLinton_@ip98-165-98-57.ph.ph.cox.net) joined ##slackware. [23:15] Anjo_Malvado (n=eduardo@unaffiliated/anjomalvado/x-03752) left irc: Read error: 104 (Connection reset by peer) [23:15] Anjo_Malvado (n=eduardo@187.5.193.169) joined ##slackware. [23:16] freealan (n=freealan@218-174-136-17.dynamic.hinet.net) joined ##slackware. [23:16] anyone have skype running? [23:17] is there some way to get free credits for land line calls? [23:17] Arenics (n=Administ@unaffiliated/arenics) joined ##slackware. [23:17] usus12jari (n=dylan@125.163.58.141) joined ##slackware. [23:21] manwichmakeameal (n=tjones@97.86.30.68) joined ##slackware. [23:22] these nvidia drivers are pissing me off. they keep telling me i have a xen kernel. NO I DON'T [23:22] ovnicraft (n=ovnicraf@190.154.63.55) joined ##slackware. [23:22] vbatts (n=vbatts@cardinal.lizella.net) joined ##slackware. [23:22] jonsmith1982 (n=jon@82-38-88-58.cable.ubr01.donc.blueyonder.co.uk) left irc: Read error: 113 (No route to host) [23:25] Action: Dominian has never seen nvidia tell me I had a xen kernel.. [23:26] vaibhav (n=hehe@59.92.208.35) joined ##slackware. [23:26] i just uninstalled it, then tried to reinstall it and it told me it couldn't because i am running a xen kernel. im using the generic on -current64 [23:26] Nick change: nullify_ -> nullify [23:26] odd [23:27] even =) [23:29] TLinton_ (n=TLinton_@ip98-165-108-220.ph.ph.cox.net) joined ##slackware. [23:30] prime! [23:30] neutral [23:31] unreal [23:31] steelwolf180 (n=max@bb116-15-10-199.singnet.com.sg) left ##slackware. [23:31] [in bed] [23:31] ahhhh imaginary =D [23:31] lol [23:31] TLinton (n=TLinton_@ip98-165-98-57.ph.ph.cox.net) left irc: Read error: 110 (Connection timed out) [23:33] erisco (n=kambee@ip68-9-41-209.cl.ri.cox.net) left irc: Read error: 110 (Connection timed out) [23:34] two of my friends took me to a strip club for the first time ever [23:34] that was definitely an experience. [23:35] heh [23:35] strip clubs are wack [23:35] they got me drunk and said i was going and they paid for me [23:35] antiwire: some change from learning html/php/mysql i assume [23:36] cmk_zzz: insane. [23:36] especially since I had never experienced anything like that before [23:37] I think it's the only time you can be totally plastered and not worry about the girl getting pissed off [23:38] waste of monies [23:38] was it a quality one or a hole in the wall [23:38] eeh. Well, they get pissed of. But if they show it you wont pay 'em [23:38] SiegeX: nah it was a high quality one [23:38] work on the bedroom skills....if you can make her cum you gain freedoms ;-) [23:38] says the man who's never been to a strip club [23:38] ;D [23:38] and its more about the hand than the dick [23:39] mannynix (n=mannynix@200.92.188.212) joined ##slackware. [23:39] jeev: they specifically took me to a good one because of that very reason [23:39] dunno [23:39] acidkill told me he's used both his hands at once. like literally, inside. [23:39] lol [23:39] ha [23:39] it was insane, but..your mom LOVED it!! =P [23:39] Action: acidkill runs [23:39] lol [23:40] I'll probably never go to a place like that again but it was certainly interesting [23:40] Noike (n=mirggi@202.152.243.70) left ##slackware. [23:42] ilj (n=ilj@sourcemage/grimoire/apprentice/ilj) joined ##slackware. [23:42] antiwire: yeah, you will:) [23:43] my first time at a strip club was when i was 16, they had a 'shower show' for $25 and two girls got down with each other in a shower fingering and licking for 15min [23:43] was awesome =) [23:43] hitest: lol [23:43] the few times after was a waste =/ [23:43] :) [23:44] lol [23:44] grekkos_ (n=grekkos@pool-173-52-69-54.nycmny.fios.verizon.net) left irc: "Computer has gone to sleep" [23:44] i was pretty blotto. my friend secretly bought a lap dance for me and out of no where some chick grabs my arm and takes me [23:45] What looks yummy on here to brew? http://www.byo.com/stories/recipes/recipeindex [23:45] Belgian Strong Ale or the Scottish Ale [23:46] like that SNL "If it's not Scottish it's CRAAP!" [23:46] Stout ftw. [23:46] t4k3r0n (n=takeron@189.186.162.94) left irc: Read error: 110 (Connection timed out) [23:47] lol [23:47] a good stout works too [23:47] is nitrogen a must for stouts though? [23:47] alcohol is for wanksters [23:47] antiwire: for a *good* one, yes. :) [23:47] hehe [23:48] The bar at SELF ran out of Guinness the first night. [23:48] sGun (n=s@ppp184-132.static.internode.on.net) left irc: Read error: 54 (Connection reset by peer) [23:48] ouch [23:48] Guess who got the last one? :) [23:48] jeev: you must be an alcoholic then, i mean..since you're a wankmaster after all [23:48] SELF? [23:48] aceofspades19: http://southeastlinuxfest.org <-- was this past Saturday [23:49] http://lottalinuxlinks.com/blog/2009/06/16#1245113313 [23:49] rworkman: oh ok [23:49] http://rlworkman.net/SELF-2009/ [23:49] ive never really liked guinness that much...theres some craft stouts from the states that are pretty good....but i guess im just an IPA fan and hop head =) [23:50] sGun (n=s@ppp184-132.static.internode.on.net) joined ##slackware. [23:51] nachox (n=nacho@190.51.7.17) left irc: "Leaving" [23:51] check this out http://s717.photobucket.com/albums/ww177/Tactical_Resp/?action=view¤t=MVI_1778.flv [23:52] wtf is going on there with captain camera man [23:52] and why do they keep shooting? [23:52] who said they didnt like guinness? [23:53] hahahahaha antiwire [23:53] he's squatting down range... [23:53] Anjo_Malvado (n=eduardo@unaffiliated/anjomalvado/x-03752) left irc: Read error: 104 (Connection reset by peer) [23:54] wtf. seriously, I don't know what to think about this [23:54] asarch (n=asarch@189.188.140.231) left irc: "Auribus teneo lupum: I hold a wolf by the ears." [23:54] Anjo_Malvado (n=eduardo@187.5.193.169) joined ##slackware. [23:55] hba (n=hba@189.188.160.28) left irc: "leaving" [23:57] pizdets (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) joined ##slackware. [23:58] pizzledizzle (n=pizdets@pool-96-250-231-117.nycmny.fios.verizon.net) left irc: Read error: 104 (Connection reset by peer) [23:58] Nick change: pizdets -> pizzledizzle [23:58] it is NSFW night in ##slackware [23:59] what's not safe ab out this so far? [23:59] the Internet needs to be sprayed with Lysol [00:00] --- Tue Jun 16 2009