@# 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 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37



Comments:

<0> ninjaz2: kinda, but with spawn points
<1> Anyone in here work with multi-processor machines?
<2> theres gonna be a point where we cant really tell the real apart
<2> then what will we do?
<2> you have to say that will be very unsafe
<3> pbransford: we will read Philip K ****
<0> heh
<0> we will live philip k ****
<3> yeah, that, too
<3> anyway, I wanna be Palmer Eldritch
<3> I called it first
<3> so you other guys will have to be precogs or something
<0> ...
<4> can someone tell me how to make udev create a link from /dev/536ep0 to /dev/modem on boot?
<3> see if only a precog could have warned aridese against using dd!



<5> ninjaz2: i know! ;(
<2> i have no idea what your talking about
<0> nor i
<0> i should read some **** i guess
<3> I read the three stigmata of Palmer Eldritch
<3> it was kind of a disturbing read
<0> Knowerrors: maybe some kinda rc script
<3> it ended up sort of like the matrix where you didn't know if real was real or not
<0> or we can have opposite of matrix...
<0> ever read "there will be dragons"?
<3> not me
<6> any idea hwo to see all environment vars of a runing process? ps auxwwwwe is reading from /proc/pid/environ, but that is cut off at a certain point
<7> hi
<7> all : how can i voice chat on yahoo ?
<8> Is there a way to "refresh" xorg, without restarting it?
<8> I have a problem where my screen blows up past my monitor edges
<8> and I have to restart X in order for it to go away
<9> imphasing: hit ctrl-alt-numpad +
<9> LinuxMafia: gaim or gaimvv if anything I would think
<8> Mathman: Doesn't seem to do anything..
<7> Mathman, i have gaim-vv and gaim but i can't hear any thing
<10> when writing a bash script, how can i tell if a cp command completed without errors?
<9> majikman: $? I think.
<10> $(cp source destination) right?
<11> majikman: You can use if cp file1 file2; then echo "done"; else echo "not done"; fi
<10> i try doing echo $(cp bla bla) and it prints nothing
<9> majikman: that would give you a subshell. just: cp source dest; and then check the value of $?
<9> if it's zero you're golden probably. but then you may want to check the cp man page to see what it returns and all.
<10> oh... what flyboy^ said is what i'm trying ot do... thanks
<12> m@llu*c
<10> yea... the man page i read doesn't say anything about a return value
<10> but what flyboy said works
<10> thanks, btw
<9> the info page says 0 on sucess, nonzero on failure.
<10> hrm.... then how come it didn't echo anything when i did echo $()?
<9> that's a subshell, as I said. and anyway, you're looking for cp's return code, not its output.
<13> does anybody know a linux project simmilar to bsd ports?
<9> [wizard]: gentoo
<14> why would one be necessary?
<14> ports are ports from other unix systems to BSD
<14> :b
<10> oh... how would i get cp's return code?
<13> heh, freebsd does not work well on my laptop and i must use linux :(
<14> majikman: echo $?
<9> majikman: jeez man, for the fifth time or something, look at the value of $?
<10> oh.... sorry... i thought u were saying $ and the ? was for a question
<15> hey guys, whats up!
<14> $? gives the return value of the last command entered
<15> I need some help!... this one is simple!
<15> http://www.bam.org.mx/diagram.jpg
<14> renich, please tell me you figured out your routing shiznit
<15> hi infi, how are you?
<16> hey
<15> infi, yeah
<14> drunk ;)
<15> ifni: lol
<15> the thing now is that I have a fedora update directory set up in Renich
<15> it works great with web1
<15> but need to get web2 and web3 to access it too
<17> when you have a dual core cpu. does a app need to be modified to make use of the dual core featurer?



<14> yep
<15> so, I was thinking of using NFS to add a dir in web1 that points to renich
<15> is that possible?
<14> renich, figure out how to set up an apt repository.
<15> ok, I have a yum repo already
<15> in renich
<15> http://www.bam.org.mx/diagram.jpg
<14> then you're halfway there
<15> yeah, now... I need web2 and 3 to see it
<14> get the others to accept it and you're done
<15> web1 has no problems with that
<15> yeah
<15> can I add something like a symlink or a redirect... or a mirror in web1?
<14> you don't mean to tell me your other hosts can't see the fc4 box (red one) from your image
<15> maybe tunneling?
<14> you shouldn't NEED tunneling
<15> yeah, they can see web1
<14> ALL of your hosts should have been able to see the others in your diagram
<15> ok, what's the correct way of doing it
<14> that's what we worked on last time
<15> nope, check out the router II... is totally independent
<15> it has access to router I... through internet
<14> it should have a route to 192.168.2.x
<15> but that's too slow!
<14> figure out how to add a direct route to 192.168.2.x
<15> in web1?
<14> repaste your diagram
<15> http://www.bam.org.mx/diagram.jpg
<16> I have been using Redhat 9 for a while for gameservers and whatnot, but I need to move on lol, I was woundering I should use CentOS or Fedora for gameing servers
<18> would it be possible to make a program that gets all keypress events. even when it is not an active window
<9> entirely possible
<14> router1 needs a static route to 192.168.2.0
<14> and wait, this sh*t changed.
<14> but that's the gist
<14> you need a static route to 192.168.2.x
<16> Fedora or CentOS?
<19> hi, i'm a bsd user. I just wondered whether there's such a command like "sockstat" for Suse
<9> svfusion: I'd say centos.
<20> Can someone tell me why it takes a very long time when I cp /dev/random?
<14> web1 should not be a gateway, btw.
<16> ahh alright
<9> Thlayli: what's sockstat do?
<20> */dev/urandom
<19> sockstat lists all open sockets and connections on them
<15> ok
<18> MagMaz, how?
<18> Mathman,
<18> stupid tab copletion
<14> renich, your network setup is teh gh*y
<9> Gnurdux: modify the keyboard driver? I dunno. I figure it's possible though.
<21> anyone here with experience in using WRAP board and serial console output of the linux kernel ?
<18> i mean using a standard set of X calls
<9> Thlayli: lsof I spose?
<15> ifni: the gh*y? whats that?! haha
<18> it must be
<14> renich, your webserver should reside in a DMZ, on the side of a router connected directly to the outside
<18> like gnome knows when you press print-screen
<19> thanx mathman, i'll give it a try
<21> I have tried taking the voyagelinux kernel, but as soon as the serial drivers are probed I get garbage output
<15> well, that's how it is... infi
<9> Thlayli: lsof -U
<14> renich, I was just chastised for about 45 minutes on how I should not use the colloquial term for homo***ual people to refer to bad configurations by the moderator of this IRC network.
<14> I shall therefore use "gh*y"
<15> infi: wait a min... brb
<18> infi, its not even spelled with an h
<18> but it is offensive
<14> gnurdux, grow up and get a spine
<14> renich, you need to set up allowances on Router I to access the package repository on Renich
<14> anyway, that's what you have to do. I'm cached. going to bed.
<20> What files do I need to urandom my whole server?
<13> o_O
<9> Tagor: say what?
<14> tagor, what?
<20> ?


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

#centos
fedora slow boot
ipset routing
cb3rob vpn
#gentoo
#linux
irssi list themes
bios awd861a
lvremove failed anaconda
#perl



Home  |  disclaimer  |  contact  |  submit quotes