Skip to main content
mehdi2399
Associate
October 8, 2017
Question

Running SNMP in uClinux

  • October 8, 2017
  • 2 replies
  • 1099 views
Posted on October 08, 2017 at 19:47

Hey guys,

I want to run SNMP in uclinux, but when I type �. /SNMP�, in the following path (where I can see the name of software):

/proc/net

I get this error:

hush: can't execute './snmp': Permission denied

Now I�m not sure if the SNMP is installed correctly or not, and if yes, how can I enter to the software environment. Actually I want to learn how to run software in uClinux.

Thanks a lot.

#uclinux #linux #snmp #uclinux-stm32 #net-snmp
This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
October 8, 2017
Posted on October 08, 2017 at 20:10

I'd expect you to need to look elsewhere for tutorials and forums related to uClinux.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
AvaTar
Senior III
October 9, 2017
Posted on October 09, 2017 at 09:30

I don't bother with uclinux on Cortex M4, but got some general Linux experience.

/proc/...

is usually a dynamically created pseudo filesystem to display runtime kernel information. No exectuables there.