[03:43] hello everybody. LOONNGG time, no contact. [03:53] I am graduating this month, and will be have time to rejoin in the activities. I am excited to hear of the new things with this group. [07:42] so i'm trying to exit a terminal session and I get the message "there are stopped jobs" [07:42] i find it is an egrep, but i can't kill that process [07:43] kill -9? [07:43] nvm, got it with... yeah, kill -9 [07:43] lol [07:43] lol [07:43] when i first learned kill, i was shown kill -9... i have tried to get out of that habbit and now to the point i forgot to use it [07:43] so, i had to give up on trying to install centos [07:44] friggin thing won't recognize Adaptec scsi raid 2000s (however, it had no problems back in like RH7), and ubuntu server pulls it up fine [07:44] i guess i'll have to try and learn centos some other time === drspeedo|away is now known as drspeedo [16:26] ok i know i have to be missing something [16:26] I have set up our internal server with static ip [16:27] and every day at around 10 - 11 am it resets itself and grabs the ip of .100 [16:27] if I go in and do /etc/init.d/networking restart it grabs its static ip of .145 [16:39] amouge: Can you set the static IP on your router? Not really a fix, but may help. [16:44] maxolasersquad: no.. its a wrt54G dont believe it will work. but #ubuntu is helping me config wicd-curses [16:50] ok... they got me most of the way there, but im stuck on setting up my dns stuff, this part always gets me. Can someone guide me in the right direction? I have an internal dns that redirects all the other computers to the itnernal server for an internal domain. [16:50] what do i set the DNS domain, and the Search Domain to? [16:51] amouge: hey there [16:51] saw another PHP position open in tampa with a different recruiter, interested? [17:21] hey mhall119, Thanks but im gonna stick with this place for a little while longer and see how things pan out. [17:22] I will definately hit you up if I decide its not working up and cant find anything myself [17:27] what do i set the DNS domain, and the Search Domain to? [18:21] is the ubuntu-us-fl mail list appropriate for a tech position with vmware experience? [18:22] amouge: doesn't matter what you put there...it is only used when there is no tld in the url [18:22] amouge: if you just search for www the search domain will be the default tld [18:22] hmm.. i wonder why when i set it up i cant ping google.com anymore [18:23] the whole problem started with I set my static IP on the server with /etc/network/interfaces [18:23] it works great.. but every day around 10 am it reverts to dhcp it seems because it changes ip to .100 [18:23] if i do /etc/init.d/networking restart [18:24] it grabs the correct ip. so #ubuntu told me to install wicd-curser and now its all fudged up. cant ping out or anythign [18:26] amouge: I saw that entry...you have is the dhclient still running? [18:26] amouge: you may just want to remove that package [18:26] zoopster the dhclient or wicd? [18:26] amouge: wicd is a replacement network manager [18:27] yea.. i just removed it and my stuff is still messed up :/ [18:27] its instantly saying invalid hostname when i try to ping google.com [18:27] rebooted as well [18:27] what version of ubuntu? server I assume? [18:27] yes. 10.10 [18:28] pastebin your /etc/network/interfaces file [18:29] http://pastebin.com/XP9t6RRn [18:29] freaking was working fine other than the changing ip's until i installed wicd [18:32] ok [18:32] you can ping 192.168.1.1 ok then? [18:32] and beyond 192.168.1.1? [18:32] yes [18:32] then /etc/resolv.conf is jacked up? [18:32] i can ping 8.8.8.8 [18:33] ok [18:33] then the ip addr is good [18:33] resolv.conf is empty [18:33] lol [18:33] is dhclient running? ps -ef |grep dhclient [18:33] ah [18:33] so fix that [18:33] nameserver xxx.xxx.xxx.xxx [18:33] why won't ATI support linux for their rage xl chipsets :( [18:33] nameserver would be my internal dns server? [18:34] you can put a search and domain in there if you want, but it will use gethostbyname to find it [18:34] yes [18:35] mmkay.. now it waits about 15 seconds and then says unknown host: google.com [18:35] amouge: it's likely that dhclient is grabbing the ip address [18:35] does your internal dns know about google.com? is it forwarding requests? [18:36] can you ping your internal dns? [18:36] or resolve a name that is on the internal dns? [18:36] zoopster: the internal dns is.. well its just an untangle server I set up so the other computers know a hostname for the internal server [18:36] anything other than hosts it has specified it grabs the dns info from our router [18:37] ok.. so this is interesting [18:37] http://pastebin.com/A0UFzd6f [18:37] 1.100 is your internal dns? [18:37] 6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5009ms [18:37] pipe 3 [18:38] yes.. its an untangle server that im just telling it if a request comes in for pnsnow.com send it to the internal server.. [18:38] ok [18:38] so that is why google.com fails [18:38] and whats funny is.. its actually completing those requests.. .a little slow but they work [18:38] zoopster: pinging google.com worked fine before I installed wicd [18:39] I seriously doubt wicd did anything...the only other issue is that your route table may be jacked up [18:39] wicd is just a stupid network manager like networkmanager [18:40] what about tracerouting where the ping to 1.100 fails [18:40] right [18:40] that's kinda stupid actually...there is only one hop [18:40] yea i agree lol [18:41] its working in reverse.. but not out. [18:41] other computers can access the web server on it, but it cant access external, but could before [18:42] it is the 1.145 machine in question [18:42] 1.145 is the server itself [18:42] ok...color me confused...you said that "it" could ping 8.8.8.8 before [18:43] yes pinging ips works fine [18:43] but not any hostnames [18:43] got it [18:43] how about a different nameserver [18:44] technically yea this server doesnt necessarily have to be on the internal name server [18:44] because its just routing things in.. so lemme try that [18:45] there we go :) [18:45] thank you thank you [18:45] so wierd that all my windows machines are pointed to the internal dns and work fine [18:45] but the server points there and breaks [18:46] now to pray that it keeps its ip and all will be well [18:46] thank you so much zoopster [18:47] sure [18:47] amouge: make sure you don't have a dhcp client running on it [18:47] dhclient would be running on 10.10 by default [18:48] amouge: you can always use dig to try to figure out what is being returned to that machine [18:50] dhclient is running [18:50] should i uninstall it? [18:51] oh.. and i think im a dumb arse [18:51] .100 doesnt exist... .110 is the untangle server.. man i should sleep at night [18:53] heh [18:54] done that more times than I'll admit to anyone [18:54] lol [18:54] so should i remove dhclient? or can i just disable it from starting on boot? === drspeedo is now known as drspeedo|away [18:57] i assume i should be able to remove dhcp3-client and dhcp3-common and not have any problems [19:21] hi floridas [19:23] Hi jtatums === excid3|mbp is now known as broseph_stalin [19:46] amouge: sorry...had stepped away. you can remove it or disable it...if it's running it will likely be the culprit for the change in IP addr [19:57] zoopster its ok [19:57] anyone have kids that love justin beiber? My co-worker won front row tickets and backstage passes and is sellin them I guess [20:14] amouge: I have kids that dislike Justin Beiber. [20:33] lolol @ maxolasersquad [20:33] good for them :) good kids [23:34] If I have a zip file, that contains a zip file, is there any way I could unzip both in one command? [23:37] gzip yes, .zip, i don't think so. unless you can get it to output a specific file to stdout [23:37] oh [23:37] Yeah, that's what I was thinking. [23:37] -c [23:38] or -p [23:38] The file is mame_source.zip and contains mame.zip [23:38] unzip -p source.zip mame.zip | something [23:39] unzip -p source.zip mame.zip | unzip /dev/stdin [23:40] may not work. unzip doesn't seem to be able to read from a stream [23:40] unzip -p mame_source.zip | unzip mame.zip [23:40] That works, though mame.zip still finds its way on to the hard disk. [23:41] if that works it's because mame.zip was in your current working directory [23:41] unzip doesn't read from stdin :( [23:42] :( [23:42] No biggie really. [23:43] internet speculation is that it's because zip needs seeks, which isn't possible with a stream. gunzip doesn't suffer from the same limitation