| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8
Comments:
<flea> it's several switches actually <flea> if they flap? <Trengo> up and down up and down <flea> and yeah, everything is running rhel4 <Trengo> do you really have a 100 node cluster? <flea> I'm writing failover scripts, so basiclly, if .1 goes down .2 becomes .1.. <flea> yeah <Trengo> running rhel? <flea> yep <Trengo> amazing <Trengo> thats a nice budget <flea> it's a client <flea> they do pharmacuticals <flea> they have cash <flea> :) <Trengo> yep <Trengo> doesnt heart take care of that? <flea> I'm not sure, there's the linux HA stuff but I had a bit of trouble with it. I wrote some scripts that work pretty well, I'm about to work out the last part but I'm concerned about the arp <flea> everything else works fine <flea> I guess I'll just try it and see <Trengo> if you run into arp cache probs, just flush it when switching over <Trengo> but i do think heart manages it for you <flea> if I have to, I can just reboot everything, none of the jobs are going to survive the headnode recovery anyway <flea> how to flush it on the switches tho <flea> ? <edahl> Hi! I'm trying to share my eth1 wireless Internet-connection with my xbox. So far it's set up like this: xboxen: 192.168.1.31 (gw 192.168.1.30 - eth0), eth1: 192.168.1.21 (gw 192.168.1.1 - ruter) <edahl> any tips on how to get this to actually work? <edahl> router* <Trengo> flea i dont think you'll have any probs there... i dont really do networking, but i've got a few failovers and never had probs on the switch level <Trengo> firewalls yes <Trengo> routers too :s <flea> edahl: google for 'iptables NAT tutorial' <flea> the headnode is the 'firewall' so no problem there <flea> upstream is no problem because I can just retain a seperate external ip <edahl> http://www.yolinux.com/TUTORIALS/LinuxTutorialIptablesNetworkGateway.html <edahl> good enough? <edahl> And there's always http://antionline.com/archive/index.php/t-230288.html <Trengo> edahl maybe you need a crossover cable to connect your xbox to the eth1 <edahl> Maaaaybe, but the xbox confirms the IP as it checks the gateway (eth0) <Trengo> edahl ip_forward? <edahl> 1 <Trengo> and the masq rules? <edahl> But it pops back when I restart <Trengo> of course it does <edahl> Dunno, 255.255.255.0? <Trengo> echo 1 >> /dev/something/ip_forward in /etc/rc.local or something <Trengo> uh /proc/something <Trengo> brb <edahl> echo "1" > /proc/sys/net/ipv4/ip_forward <edahl> Everyone's saying the same things but nothing seems to help <edahl> maybe there's something wrong with some conf? <_unreal_> ? I think I'm missing floppy disk support <_unreal_> floppy is /dev/fd0 right? <_unreal_> any one live? <Idle247> YAY! I have a barracuda <flea> edahl: read a tutorial, it's not a trivial setup <flea> but it's not difficult either <flea> its just something you need to a little work to make happen <_unreal_> barracuda? <Trey> _unreal_: yes the A floppy drive is /dev/fd0 <_unreal_> its missing for some reason on my system <_unreal_> any idea how I would go about getting it back? <Trey> _unreal_: if you aren't using udev or devfs you can do: cd /dev; ./MAKEDEV fd0 <edahl> flea: Bah, these tutorials always confuse me. Guess I'll have to move it down again for the cabled Internet till I figure something out, hmh, blah :P <flea> edahl: search around and see if you can find a better one.. but nobody is going to do your work for you :) <edahl> flea: This I realise :P I will, and thanks for the pointers! <flea> you're welcome, it's not that hard, you can do it, just stick to it <_unreal_> ok gots a good one for ya <_unreal_> I have a small problem <_unreal_> using a util <_unreal_> I converted a raster to vector, ok fine and dandy. problem is that the POS windows software does not give me depth <_unreal_> well the output code is giving me every thing but the command for setting the depth <_unreal_> so it looks something like: <_unreal_> g00 x12341234 y1231231 <_unreal_> g00 <_unreal_> g00 x123123 y123123 <_unreal_> then there will be a g00 z1.0 well the g00 with out a command after it needs to be g00 z0. Trying to figure out how to find and replace that <_unreal_> the single g00 with nothing after it has a single space then a carriage return <_unreal_> any suggestions? <st00ner> is there any way to listen for connections not as root? all i can find on google is stuff telling me to use root... but this is a hybrid client/server program so thats impractical <Trengo> st00ner sure, as long as you listen on an unpriviledged port, ie above 1024 <slak> hey <slak> anyone hear of etables? <st00ner> ok thank you trengo :]. i hope my schools firewall dosnt block it <st00ner> really appreciate it. <Trengo> st00ner ask your network admin <st00ner> uhh.. he wouldnt like the chat program im making for my cl***mates :X <edahl> Bah, took my Windows-PC, bridged the wireless and cable: Worked like a charm <st00ner> and now your trying to do it on linux? and it wont work? <edahl> st00ner: Talking to me? Yeah, can't get the iptables right <st00ner> the only time i have used iptables was to block someone from my apache <edahl> Lol :P <kerouac-> Would it be possible to link my linux box up with an ms exchange server, so that everytime I ssh into my box, it tells me whether I have any mail? <Trey> kerouac-: nope <kerouac-> bummer <Trey> kerouac-: now you could check it via imap <Trey> and have some sort of mail notifier run when you login <Trey> so actually you could do it <kerouac-> Trey: would Imap permit me to send mail as well? <Trey> kerouac-: nope but you can setup exchange so you can relay through it <Trey> IMAP is for checking email, not sending. SMTP is for sending <kerouac-> mmm <kerouac-> thanks <Idle247> hm <Trey> kerouac-: there are tons of ways to do it <Idle247> is there a way with 'mail' to force it to send to a specific email server? <korozion> O_o <Chris--> http://img.photobucket.com/albums/v242/Jacklynann/Picture2.jpg <Qwell[]> umm <Qwell[]> wtf <korozion> bbq <Trey> Idle247: no mail only reads mbox files <Trey> kerouac-: although if you wait a few minutes i'll hack up an imap checker in ruby <kerouac-> that'd be nice <Idle247> Trey: I thought it sent mail... <Trey> it uses sendmail for that <Idle247> yea, well :P <_unreal_> Chris--, point being? <Chris--> _unreal_: entertainment. <Chris--> are you against entertainment? <Chris--> i hope youre not. <_unreal_> its just a picture, we need to know what the point behind it is? <Chris--> youd be pretty boring if you were o_O <Chris--> i just TOLD you <howto> There are clowns living under my bed. <_unreal_> its like having to give a speech in honer of someone and just saying "he was great because.." and then saying thank you and sitting down <A1A2> can someone tell me how to remove the last updates to my system? <_unreal_> last updates? as in auto updates?? what distro <A1A2> yeh, fedora core 6 <_unreal_> what did you update? <_unreal_> err do you know WHAT you updated? <A1A2> the auto updates for security. it caused my kernal to panic <_unreal_> ? hum thats a new one <_unreal_> my current fd6 issue is that, I cant seem to get the faad2 to update <_unreal_> its there but it wont update, says its missing wahts there <_unreal_> hum, you can try removing and adding again. Thats about the best help I can give. If it was something like xmms etc.. I'd have said just "yum remove Xprogram" <_unreal_> and then add again via correct version RPM <DrMitch> anyone use qtparted? I can't seem to be able to resize ext3 or reiser partitions and i don't know why. <A1A2> na, it was some base programs <A1A2> i cant figure which <A1A2> i let grub boot an older kernel <A1A2> is there a way it will show you the last updates to your system? <_unreal_> no idea, I'm too new to linux to answer that <A1A2> ha, i guess were both screwed =) <_unreal_> I'm currently trying to figure out how to write a script to take a text list style file. And take every third line that has a set of charictors with a cariage return after it. to add z0 to the end of that line <gauze> A1A2: no <A1A2> ok gauze u gonna be my miracle worker tonite? <Trengo> DrMitch try ext2online <gauze> nope <gauze> going to band practice in 5 min
Return to
#linuxhelp or Go to some related
logs:
#stocks #goal #stocks DVD Decrupter #politics big drive enabler windows XPSP2 IDE explosives
noncarbarundum wmobs_holliestevens_trailer.wmv #mirc
|
|