| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> hot diggity damn <0> sweet dogs, works on start up <0> Damn, everything just works.... <0> I need to make all of my mouse buttons work now <1> morning everybody <2> can someone help me with arp? <2> My hard drive was just placed into a different server but arp still sees the old server's mac address. I do not know how to clear that and have it see the new mac <3> hmm <3> man arp ? <3> ok <3> a quick google urned this up <3> for i in `awk -F ' ' '{ if ( $1 ~ /[0-9{1,3}].[0-9{1,3}].[0-9{1,3}].[0-9{1,3}]/ ) print $1 }' /proc/net/arp` ; do arp -d $i ; done <2> my hard drive was pulled from a malfunctioning server and put into another one. The new server's mac address is different and it does not match the one in the arp cache <3> so run the line <3> i pasted <3> that will delete from arp cache
<3> its easy on bsd <3> just not so easy on linux <3> quite why its not picking it up, you should address <2> that did not work <3> as it should do <4> ;o <3> then are you sure your arp is the problem? <3> i think maybe you are looking at the wrong tree <2> http://pastebin.com/562432 <3> oh, and compile is ***eh <3> layered!!! <3> lol <3> well, sorry <3> i couldnt rsist <3> jeff: try a manual arp -d <2> how would you find out your hardwares mac address <2> I think the arp one is correct and maybe the ifconfig address is incorrect <3> ifconfig will be correct <3> whjat does dmesg show <2> if i try to grep each neither comes up <3> can you cat /proc/net/arp for me plz? <3> hold on <3> you said this was a hard drive <3> im ***uming you see it on a local machine <3> but when you show me layeredtech, then i know its a remogte server <2> the server it was in had hardware failure, they pulled the drive and put it in another machine <3> so o/s knows what it is doing from a net point of view <3> ok, cat proc net arp <2> yeah <2> # cat /proc/net/arp <2> IP address HW type Flags HW address Mask Device <2> 72.36.230.153 0x1 0x2 00:13:80:E1:73:FF * eth0 <3> and ur real hardware mac is ? <2> i do not know, it does not show in dmesg <3> ifconfig <2> # ifconfig <2> eth0 Link encap:Ethernet HWaddr 00:15:60:9A:1C:85 <2> inet addr:72.36.230.154 Bcast:72.36.230.159 Mask:255.255.255.248 <3> ok, so your machien changed IP <3> so what ur saying is, the new IP isnt in arp cache <2> right <3> was your machine ever ***igned 72.3.230.153? <3> or is that a neighbor machine <3> ? <3> rights, nn all <3> jeff, check ur arp/IP <3> im sure someone else can help u out.. but 16 hour days are taking their toll <2> my ip range is from 153-159 <3> so im off to zzz <2> im putting in a support ticket <2> thanks for the help though <5> can someone help me with ioncube please? <5> ... <5> ive added zend_extension = /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so to php.ini but its not loading it <5> any ideas please? <6> restart apache ? <5> yer ive done thatr <5> and still it doesnt show up in phpinfo <6> what is ioncube <5> you can encode php in ioncube
<5> to decode them u need ioncube loader <5> www.team-domination.co.uk/install.php <7> Anyone try seamonkey yet ? <7> i know youve spanked your monkey ! <4> i dont have a monkey <7> female ? <4> :D <4> yesh <7> I hear monkey's make really NASTY pets <7> I could be accused of having ADD with the way this conversation started :) <5> webany i get this in error logs <5> Failed loading /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so: /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so: cannot open shared object file: Permission denied <5> anyone any ideas please :( ? <8> BLUE|M00N: heya :D <8> chmod 755 /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so <8> chmod 755 /usr/local/lib/ioncube <8> chmod 755 /usr/local/lib <8> chmod 755 /usr/local <8> chmod 755 /usr <8> heh <8> probably only need the first one <5> i still get the same :( <5> [Sun Feb 19 12:14:18 2006] [notice] caught SIGTERM, shutting down <5> Failed loading /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so: /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so: cannot open shared object file: Permission denied <8> BLUE|M00N: ok .. so do the next one <5> next one znx? <8> next chmod <8> or did you do them all? <5> i did all of em <8> hrmm <8> readlink /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so <5> [root@fc4-test ioncube]# readlink /usr/local/lib/ioncube/ioncube_loader_lin_5.0. so <5> [root@fc4-test ioncube]# <8> not a link then.. <5> what you mean? <8> i thought maybe it was a link .. hence the permissions <5> ah <5> any other ideas m8? <8> hrmm <8> maybe alter the ownership? <8> make it apache:apache (if thats your server) <5> im unsure how to do that <5> im linux n00b <8> BLUE|M00N: cd /usr/local/lib/ioncube <8> ls -l ioncube_loader_lin_5.0.so <5> [root@fc4-test ioncube]# ls -l ioncube_loader_lin_5.0.so <5> -rwxr-xr-x 1 colt colt 273704 Feb 14 13:24 ioncube_loader_lin_5.0.so <5> [root@fc4-test ioncube]# <8> it should be ok in permissions.. but stick in a chown.. <8> chown apcahe:apache ioncube_loader_lin_5.0.so <5> [root@fc4-test ioncube]# chown apcahe:apache ioncube_loader_lin_5.0.so <5> chown: `apcahe:apache': invalid user <5> [root@fc4-test ioncube]# <8> hehe <8> apache <-- spelling :x <5> [root@fc4-test ioncube]# chown apache:apache ioncube_loader_lin_5.0.so <5> [root@fc4-test ioncube]# <5> :) <5> should i try rring httpd? <8> ok restart .. see if thtat worls <5> [Sun Feb 19 12:24:33 2006] [notice] caught SIGTERM, shutting down <5> Failed loading /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so: /usr/local/lib/ioncube/ioncube_loader_lin_5.0.so: cannot open shared object file: Permission denied <8> bah <8> BLUE|M00N: did you get a version that matched your php version? <5> yer <5> 5.04 <5> brb <9> oh dear <9> linux-noob->BLUE|M00N = strtolower(); <8> BLUE|M00N: http://www.php-accelerator.co.uk/faq.php#glibc <8> found this <8> square: :/ <9> its hurting my eyes :P <8> heh
Return to
#linux-noob or Go to some related
logs:
Marajuannaville
tv+vfw+delphi
#sql di-704p multiple subnets
Law passed illegal aliens to collect S.S #windowsxp rhel ntp start #bsd #worldcup #beginner
|
|