RE: ./snmpd:not found
"Mike Ayers" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <83E753BE7B6A324ABB336245BAF1DAAC0E1683EE@mailserver.metatv-ds.metatv.com> |
> From: Sylvain Dery [mailto:[email protected]] > Sent: Thursday, March 11, 2010 1:28 PM > /usr/local/sbin # ./snmpd > -sh: ./snmpd: not found > > But it is there!: > /usr/local/sbin # ls -la ./snmpd > -rwxr-xr-x 1 root root 32859 Mar 10 14:40 2010 ./snmpd If this is actually cut-n-paste, then the daemon, which should be named "snmpd", is actually named "./snmpd", and the command `./snmpd`, which translates to "run the file snmpd in the current working directory" fails because it cannot find the file named "snmpd". To run the file named "./snmpd", try: /usr/local/sbin # ./\.\/snmpd ...but I don't know. I can't even seem to create a file with that name! HTH, Mike ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users