
CDeRemer at caron
Jul 30, 2012, 1:05 PM
Post #2 of 5
(395 views)
Permalink
|
|
Re: path variable with ciscowlc and wlogin
[In reply to]
|
|
From: heasley [heas [at] shrubbery] Sent: Sunday, July 29, 2012 2:10 PM To: Chris DeRemer Subject: Re: [rancid] path variable with ciscowlc and wlogin Sun, Jul 29, 2012 at 11:40:21AM +0000, Chris DeRemer: > Hello all, > > I think I'm having a newbie linux user issue. I just downloaded and put the wlogin and ciscowlc/5 scripts into my rancid users's bin directory along with all the other scripts. Can execute wlogin and successfully have it logging into my WLC. I also edited the rancid-fe to add the new device types. However if I try to execute an individual backup run of the wlc I get this output: > rancid [at] CaronRANCI:~/bin$ ./ciscowlc5 -d bs-air-5508-1 > executing wlogin -t 90 -c"show udi;show sysinfo;show run-config commands" bs-air-5508-1 > sh: wlogin: not found > bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands > bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands > bs-air-5508-1: End of run not found > bs-air-5508-1: End of run not found > ! > rancid [at] CaronRANCI:~/bin$ > > .... Weird ... > > So I run this: > rancid [at] CaronRANCI:~/bin$ echo $PATH > /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > rancid [at] CaronRANCI:~/bin$ > > I expected that my /~/bin (or full path /home/rancid/bin) would be there, but it's not... however the rest of rancid works just peachy.... Any ideas? is it executable? try running it with the full path. ============= Heasley, The files are all 755. If a run with full path i get similar results, see below: rancid [at] CaronRANCI:/root$ cd ~ rancid [at] CaronRANCI:~$ /home/rancid/bin/ciscowlc5 -d bs-air-5508-1 executing wlogin -t 90 -c"show udi;show sysinfo;show run-config commands" bs-air-5508-1 sh: wlogin: not found bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands bs-air-5508-1: missed cmd(s): show sysinfo,show udi,show run-config commands bs-air-5508-1: End of run not found bs-air-5508-1: End of run not found ! Cheers, Chris _______________________________________________ Rancid-discuss mailing list Rancid-discuss [at] shrubbery http://www.shrubbery.net/mailman/listinfo.cgi/rancid-discuss
|