@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16



Comments:

<0> just increase your available file descriptors
<1> I'm only wondering 'cause I couldn't talk my boss into letting me install a Unix system of any sort on a subnet at our disaster recovery site. The subnet has 2 Windows systems, a web server and a database server, but I wanted to put in a Unix system for testing/logging, but he wouldn't hear of it, he's making me put a Win2K system there (running on a P2-300 laptop, blech).
<1> Cool, I'll test it out, thanks jgaddis
<2> jgaddis: embedded system
<0> Ka-bar: echo $bignum > /proc/sys/fs/fsmax or something like that
<1> Oh, and g'night Lion-O
<2> jgaddis: yeah, that'll help temporarily, but it's obvious that I'm leaking file descriptors somewhere and it will eventually be a problem again.
<0> CeruleanD: Cool... I got permission to move our web **** off of Win2K/IIS.
<1> Awesome!
<1> That's a Good Thing.
<1> How'd you do it? Maybe I can use the same speech to get them to let me convert our i
<1> IPlanet/SunONE servers to Apache
<1> heh
<0> CeruleanD: attacked it from two fronts: stability/reliability and marketing
<0> pitched the reliability that we'll get (going from one win2k/iis box to two rhel4/apache boxes doing failover)
<0> also our website is completely static right now... i mentioned how, running on linux, the guys in my dept. can help doing scripting (perl/php/etc.) to "dynamicify" some **** on our site



<0> i think i threw in a few more things in the e-mail, but it worked regardless
<0> s/Visa/Vista/
<3> hrmm
<3> don't mind me just typing out load
<1> Eh, that might be a harder sell going from Solaris/SunONE over to Solaris/Apache
<0> so try to go for linux/apache =)
<1> There wouldn't be any cost savings since we already have an umbrella support contract w/Sun.
<1> Meh, that would be even harder since it would require new hardware (or finding a good version of Linux that'll run on the Sun hardware (Sunfires), and we're really penny-pinching here.
<0> no cost savings for us, either. we pay a flat fee for our ms contract.
<1> It took a failure of the drive on our SMTP relay server for almost a day to get the boss to agree to put in two drives and mirror them.
<0> geez
<1> When I ask him for something, he looks around his office and tries to find something that's "just laying around" that might be "good enough".
<1> We had several Dell Dimension XPS P2-300 systems in production for a long time
<0> damn man
<1> In fact, up until December our Disaster Recovery site was chugging away on a single P2-300 that I built into a DNS/BIND server. Another one was running Win2K and was our Backup/SiteScope server.
<1> He wanted me to remotely configure SiteScope on it and I flat out refused. It took like 20 minutes just to configure a single alarm.
<1> Oh, and the DNS server was also the SMTP relay from the DR site up here.
<4> Question: Is there anything morally wrong with using an application in place of "login", as the login program for telnetd?
<1> Probably, but it's still ethical, so it's all good.
<1> My motto has always been, "Ethics may be required, but morals are entirely optional."
<0> jbatista: no as long as you're not harvesting usernames and p***words
<4> What I really want, is just a telnet layer before the pipe into my app.
<1> Actually I made that up just now, but I like it.
<4> And that's the easiest way that I can think of.
<4> jgaddis: It logs into a remote database, but there is no actual local login.
<4> Just whatever credentials it inherits from telnetd (user "telnetd").
<0> so why not continue to use login, but use your .profile to run your application?
<0> though either way will work i guess, so it doesn't really matter
<4> Because I don't want to main login credentials in two places (Linux and the DB).
<4> s/main/maintain
<1> grr, tail's man page is a little confusing, what's the switch for tail to view # of lines up from the end? It's -n, right?
<1> Oh no wait... I don't need a switch at all
<1> I guess I do. :-/ hrm
<5> CeruleanD: :P
<1> Ah, the # *is* the switch. -#
<5> CeruleanD: i think the man page is fairly clear
<5> exactly
<1> Thanks Cynic. :-D
<0> -20 or -n 20 both will work
<0> or used to, anyways
<1> Not really, it lists different ways to do it, and one of them doesn't work. :-P tail -n 20 doesn't work, but tail -20 does.
<6> have you guys encountered the problem where "lsof |grep <mountpoint>" does not return anything but umount says "busy" on that mount point?
<7> hi i am trying to install ndiswrapper and i am runnign into a problem where it says cannot find kernel build files in /lib/modules/2.6.15-1.2054_FC5/build. I am running fedora core 5 and it looksto be that the kernel is there any ideas
<6> cosmick, yum install kernel-devel
<5> i just use -20 or if combining with another option, like tail -20f
<1> yeah, I'm used to using just the -f option
<1> Or seeing what I want without using a # at all
<7> i am not online with the box
<1> I really need to polish up my file/word manipulation techniques. :(
<7> whole reason trying to get ndiswrapper is for my wirelesscard
<5> cosmick: gnubee already told you... probably spoonfed you a bit too much actually ;P
<1> This log file is 177megs in size and is constantly updating
<7> any other way aroundi t withour running yum
<6> cosmick, yes there is windows
<1> The error I'm looking for happened 30 minutes ago, it's waaay back now
<5> cosmick: you can download and install the kernel headers from source, but if you're building your kernel with other rpm packages, yum would be the way to go
<7> ok so your saying in order to get ndiswrapper installed i need to get this box online and run yum install kernel-devel and then do make install
<7> thanks guys
<1> GEEZ! I did a tail -15000 $logfile and that still doesn't go back far enough to find the error that occurred at 8:41pm (50 minutes ago)
<4> jgaddis: Thanks.



<1> Wow, this log file is so busy, the timestamp has to go by thousandths of a second in order to help differentiate timing.
<1> The error occurred at 20:41:57.999.
<8> how about grepping for the time.
<9> yipes!
<10> what is the ansi way to convert integer to char* string? (itoa is not ansi)
<1> I did, but it couldn't find it, I grepped for 20:41:57, but then had to scroll down like 500 lines to found out that the error apparently got logged at 20:41:58.002, it was just emailed a hair earlier, heh
<11> sprintf
<8> um
<8> I'm really wondering if south park's gonna show an image of mohammed
<8> or maybe they got censored or something
<12> hahahaha
<12> dude
<12> yes.
<12> mohammed, as a south park cartoon
<12> with hte big goddamned bomb on his head
<12> OH MY GOD MOHAMMAD KILLED KENNY
<8> there's an episode about it right now
<8> in the episode, Family Guy's gonna show the image...
<8> holy ****, lol
<8> kyle just had a dream where southpark got nuked
<12> hahaha
<8> omg, this is great
<8> are you watching it?
<1> Wait, are you guys talking about South Park or Family Guy?
<8> south park
<12> No, I'm not. the wife has tv control
<1> If it's Family Guy I'll get to watch it when I get home, but I dunno if SP will re-run later in the night :(
<8> I hope you're tivoing it.
<12> I dont usually, I'm not usually a big fan. It's funny, but I dont watch very much TV
<1> Naw, haven't gotten around to setting up my TiVo
<1> Lost the power cord. :(
<1> Yes, I'm aware they're $5 from Radio Hack. I'm just lazy.
<8> ohhhhhhhhhhhhhhhhhh damn!
<1> ?
<8> south park just slapped the gauntlet down on Comedy Central
<1> oooooo
<12> oh the famous Remington Razor cord.
<12> hahahah siglite what?
<1> Yeah TenBaseT, that's the one
<8> dude, they just ended the episode with a to be continued, "The final battle between good and evil... will america fight for free speech or bury thier heads in the sand?... will comedy central puss out?"
<11> south park is great.
<8> I'm guessing that south park was totally gonna do an episode featuring mohammed
<12> hahahah
<8> and I'm thinking maybe the network execs **** themselves
<13> hey everyone
<13> who can help me please?
<8> oz16: www.herpeshelp.com
<0> Anyone doing failover w/ MySQL? Not the master/slave replication ****, but failover.
<0> Oh, without shared storage. =)
<12> www.hetracil.com
<12> yay more bull**** weather
<12> http://radar.weather.gov/radar.php?rid=lsx&product=N0R&overlay=11101111&loop=no
<0> We're supposed to get another big storm.
<8> TenBaseT: eh, no big red blocks.
<12> whoops
<12> http://radar.weather.gov/radar.php?rid=lsx&product=N0R&overlay=11101111&loop=no
<0> NWS finally confirmed it was a tornado by my house.
<14> jgaddis: not as big as the last i hope
<12> yeah, it's not that bad compared to Sunday when things got seriously ****ed up.
<8> oz16: I don't recall asking you to /msg me.
<12> oz16: please dont /msg in here, this is a public channel
<14> it msged me
<14> someone break a foot off in its ***
<13> i need a linux server can u help me?
<14> oh, thanks
<12> three strikes and you're out
<15> oz16: no
<13> pls
<14> this show "The Unit" is bull****.
<14> somehow I still like it.
<8> D-side: they're all bull****.
<0> TenBaseT: there was a tornado here right by my house in mitchell sunday night
<8> I can't watch action shows/movies.


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linux
or
Go to some related logs:

#chatzone
#MissKitten
#chatzone
ritalin, infantry
Zobbi
spf iowait
#AllNiteCafe
#AllNiteCafe
#MissKitten
#linux



Home  |  disclaimer  |  contact  |  submit quotes