@# 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> Wow. Farscape has a LOT of aliens
<1> hey jblack
<0> Hi
<2> sepi
<3> turned out they were mailer daemon replies to those domains
<1> how it goes jblack
<0> Dunno
<1> wierd
<0> Hiya
<1> hey n
<1> hey Mulder



<4> hi RustyMemory
<4> RustyMemory, does your company make that device you shwoed me in the wmv?
<1> Mulder we will be the parteners for them in the middel east and north african reagions
<1> what ya think of it
<4> RustyMemory, sounds good. that toy looks like a lot of fun.
<4> RustyMemory, does it run over regular 802.11 or does it get its own band?
<5> >:P
<5> how did that appear as a smiley?
<1> wifi
<1> regular
<4> ok
<4> sounds good
<1> damn man the old video was much better
<4> but i think you'd need to shield offices
<1> it can actually find a person where he is in the building
<4> from outside radio interference
<1> Mulder indeed :)
<4> and those devices better use wpa
<4> heh
<1> OH MY GODDDDDDDDDDDDDDDDDDDDDDDD MY BUDGET IS APPROVED
<1> 4 servers
<4> what kind of esrvers
<1> and a man power
<1> wahaha
<1> dell power edge 2850
<1> i want a blade :\
<1> but ... meehhhhhhhhhhh
<4> should've gotten an opteron server
<4> heh
<1> hows your paper coming along muldy
<1> 4/me tries to over hear
<1> what was that again
<4> i didnt do an work on it today :S gonna put in the hard yards tomorrow. i'm going down to uni tomorrow so that i dont get distracted
<1> wicked
<6> mulder: does dell already have AMD powered products?
<4> raster^, not for servers no.
<4> anyways i'm going to bed
<4> gnite
<1> http://www.gizmodo.com/gadgets/pcs/dell-in-open-marriage-to-intel-looking-151197.php
<7> hello anyone knows why when i placed index.php at \htdocs\ it only displays the content of the file index.php and not the output i want it to show?
<8> cYrExII: do you have mod_php installed?
<7> i just installed apache... where can i get mod_php anyway?
<8> cYrExII: distro?
<7> apache2 for windows
<8> then why the **** are you asking in here?
<7> coz apache is actully a part of linux
<7> thats why
<8> try #apache on freenode
<8> no it is not
<7> freenode?
<8> irc.freenode.net
<7> ok thanks so much
<9> anyone around?
<9> i am using SuSE 10. i am n00b in linux.. in fact i cont know anyting.. i am having problem setting up internetconnectiom.. i am able to ping my router and login to my router.. but i am not able to connetct outside..
<9> cont = dont*



<9> ?
<9> wb :)
<9> AyKroYduL, can you help me out pal?
<10> umount: /tmp: device is busy
<10> how can i check which programs are using my /tmp currently ?
<11> Bl4ckB1rD, use lsof
<11> lsof -n | grep tmp
<12> It's bad enough that you don't have any taste in music. Do you really have to tell the rest of us about it?
<10> Simpleguy how can i mount /tmp with usrquota then ?
<11> Bl4ckB1rD, did you enable it in fstab?
<10> yes
<10> of coz
<10> i just wanna check if my system will come back if i reboot
<10> with usrquota on /
<10> so i'll just test it first on /tmp
<10> :D
<11> and /tmp is a separate partition?
<10> ye
<11> then you have to enable it for /tmp also
<9> i am using SuSE 10. i am n00b in linux.. in fact i cont know anyting.. i am having problem setting up internetconnectiom.. i am able to ping my router and login to my router.. but i am not able to connetct outside..
<10> Simpleguy i did that too.
<13> ZeR0C0oL: Can you connect outside using IPs?
<13> instead of hostnames?
<10> both: /tmp,defaults,usrquota and /,defaults,usrquota
<9> whythehell, i havnt tried that yet..
<9> whythehell, i just tried to connect to some sites.. but didnt work..
<13> ZeR0C0oL: Well if you try it, that will give a clue as to what type of problem it is.
<9> whythehell, okies i will reboot to linux and check with IPs..
<9> whythehell, if it works with Ips wat is the solutiom?
<10> Simpleguy both: /tmp,defaults,usrquota and /,defaults,usrquota
<10> Simpleguy so... i just umount and mount ?
<13> Then it means your DNS is set up wrong -- you need to tell your linux the IPs of the name server. Either find the relevant thing in your control panel or whatever, or modify /etc/resolv.conf to contain the right nameservers.
<13> If not, chances are that your gateway or mask is set up wrong.
<9> whythehell, and i also forgot to mention one thing.. when i boot.. linux is not detecting my metworkcard automatically.. i have to go to yast -> network card then it scans and detects it....
<13> I'm not m***ively sure about SuSE; it should be possible to enter the settings to make it automatically do it, though.
<9> okis bro, let me reboot and check if it works with Ips. :)
<9> brb thanx bro :)
<10> how can i mount my partition with usrquota ? i umounted /tmp, it has defaults,usrquota in /etc/fstab , how do i mount it with usrquota ?
<10> quotacheck: Can't find filesystem to check or filesystem not mounted with quota option.
<14> can someone plz hlelp me ?
<14> i have installed suse9.3 and mysql ... but how do i start it ?
<10> i fixed it...
<10> tnx anyway
<10> huh
<15> naboo: cp /usr/share/my-medium.cnf /etc/my.cnf
<15> naboo: cp /usr/share/mysql/my-medium.cnf /etc/my.cnf **
<15> cp /usr/share/mysql/mysql.server /etc/rc.mysqld
<15> run mysql_install_db --user=mysql
<15> run /etc/rc.mysqld start
<15> note that your install prefix=/usr
<14> and what will my login and p***wd be then ?
<10> you'll set it after
<15> after mysqld run
<15> type mysqladmin -u root -p <your p***word>
<15> type mysqladmin -u root -p p***word <your p***word>
<15> bleh
<14> many thx :P
<14> how can i see if it's running
<14> ?
<10> ps -aux | grep mysql
<16> hello
<16> i have 14 cd debian sarge
<14> Bl4ckB1rD: Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
<14> root 5851 0.0 0.9 2444 1140 ? S 12:36 0:00 /bin/sh /usr/bin/mysqld_safe --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --socket=/var/lib/mysql/mysql.sock --datadir=/var/lib/mysql
<14> mysql 5922 0.1 7.4 100440 9428 ? Sl 12:36 0:01 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --skip-locking --port=3306 --socket=/var/lib/mysql/mysql.sock
<14> root 6455 0.0 0.5 1792 636 pts/1 S+ 13:00 0:00 grep mysql
<16> i want to make installation server
<16> like kickstart
<16> anyone can help me ???


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

angelineluv
#chat-world
#kl
gentoo ssh_exchange_identification: Connection closed by remote host
#chat-world
#chat-world
#netcafe
#unixer
#india
#kl



Home  |  disclaimer  |  contact  |  submit quotes