Re: considerations for porting net-snmp to uClinux

2018-06-26 Thread Magnus Fromreide
On Tue, Jun 26, 2018 at 10:23:32AM -0500, John Emrich wrote: > I am building under ubuntu linux using toolchain for the target embedded > system, uClinux. > The target is put into flash mode, where the built image is downloaded and > then flashed on target embedded system. > Then target is rebooted

Re: considerations for porting net-snmp to uClinux

2018-06-26 Thread John Emrich
I am building under ubuntu linux using toolchain for the target embedded system, uClinux. The target is put into flash mode, where the built image is downloaded and then flashed on target embedded system. Then target is rebooted. On Fri, Jun 22, 2018 at 11:21 PM, Magnus Fromreide wrote: > How di

Re: considerations for porting net-snmp to uClinux

2018-06-22 Thread Magnus Fromreide
How did you install it on the target system? /MF On Tue, Jun 19, 2018 at 02:56:17PM -0500, John Emrich wrote: > I should also I am trying to build net-snmp using shared libraries. > > On Tue, Jun 19, 2018 at 2:54 PM, John Emrich > wrote: > > > Hello, > > > > When building net-snmp for uClinux,

considerations for porting net-snmp to uClinux

2018-06-19 Thread John Emrich
Hello, When building net-snmp for uClinux, are there any special considerations? I have already addressed mmu-less considerations by using the appropriate toolchain. The problem appears when I start snmpd, it crashes. In fact it appears to crash prior to executing 1st statement, as if it was in t

Re: considerations for porting net-snmp to uClinux

2018-06-19 Thread John Emrich
I should also I am trying to build net-snmp using shared libraries. On Tue, Jun 19, 2018 at 2:54 PM, John Emrich wrote: > Hello, > > When building net-snmp for uClinux, are there any special considerations? > > I have already addressed mmu-less considerations by using the appropriate > toolchain

Re: Problem in Porting net-snmp to uClinux

2008-04-07 Thread Dave Shield
On 18/03/2008, <[EMAIL PROTECTED]> wrote: > Net-snmp 5.0.8 is working fine on Blackfin uClinux. > In linux, all the MIB files are stored under /usr/local/share/snmp/mibs > folder. The snmpd demon gets the mib files from there. > > Similarly, Where exactly we have to put the mib files in uCli

RE: Problem in Porting net-snmp to uClinux

2008-03-18 Thread manu.asm
: Re: Problem in Porting net-snmp to uClinux On 11/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Anyway thanks for your help. I have ported net-snmp agent to uClinux and > it is working fine. Is there any chance you could summarise what you had to do to get this working?

RE: Problem in Porting net-snmp to uClinux

2008-03-11 Thread manu.asm
[email protected] Subject: Re: Problem in Porting net-snmp to uClinux On 11/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Anyway thanks for your help. I have ported net-snmp agent to uClinux and > it is working fine. Is there any chance you could summarise what y

Re: Problem in Porting net-snmp to uClinux

2008-03-11 Thread Dave Shield
On 11/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Anyway thanks for your help. I have ported net-snmp agent to uClinux and > it is working fine. Is there any chance you could summarise what you had to do to get this working? We're often asked for advice on running this software on

RE: Problem in Porting net-snmp to uClinux

2008-03-11 Thread manu.asm
Electronics) Cc: Net-SNMP Coders Subject: Re: Problem in Porting net-snmp to uClinux [ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep disc

Re: Problem in Porting net-snmp to uClinux

2008-03-11 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 07/03

Re: Problem in Porting net-snmp to uClinux

2008-03-06 Thread Dave Shield
On 06/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > When I try with this command, I am getting the following response on my > target and snmpd is not running: > > root:/bin> snmpd -f -Le -d -c /etc/snmpd.conf > Usage: snmpd [-h lhost] [-p lport] [-c community] In which case, this snm

RE: Problem in Porting net-snmp to uClinux

2008-03-06 Thread manu.asm
ve, Thanks for your immediate response. Best Regards, Manu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, March 06, 2008 4:49 PM To: Manu Asm (WT01 - MCE-Consumer Electronics) Cc: [email protected] Subject: Re: P

Re: Problem in Porting net-snmp to uClinux

2008-03-06 Thread Dave Shield
On 06/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > As you suggested, I have tried to give the path of snmpd.conf in my > run-time environment. The exact command I gave is (snmpd.conf file is > stored under /etc/ at run-time environment): > root:/bin> snmpd -c /etc/snmpd.conf & You s

RE: Problem in Porting net-snmp to uClinux

2008-03-06 Thread manu.asm
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Thursday, March 06, 2008 3:10 PM To: Manu Asm (WT01 - MCE-Consumer Electronics) Cc: [email protected] Subject: Re: Problem in Porting net-snmp to uClinux On 06/03/2008, <[EMAIL PROTECTED]>

Re: Problem in Porting net-snmp to uClinux

2008-03-06 Thread Dave Shield
On 06/03/2008, <[EMAIL PROTECTED]> wrote: > I am able to run the SNMP agent on the uClinux (Blackfin Board). > I am using the following command to run the agent: > > root:/bin> snmpd -c tst & > > where tst is the community name. No. The '-c' option for snmpd takes the name of a config file, not a

Problem in Porting net-snmp to uClinux

2008-03-06 Thread manu.asm
Hi All, I am able to run the SNMP agent on the uClinux (Blackfin Board). I am using the following command to run the agent: root:/bin> snmpd -c tst & where tst is the community name. On the SNMP manager, I am giving the command: [EMAIL PROTECTED] sbin]# snmpwalk -v 1 -c tst

Re: porting net-snmp to uclinux

2005-01-05 Thread Andy Smith
You would probably be better served taking this to a mailing list for the cross compiler. Once you get the build procedures for the blackfin compiler established we can deal with any Net-SNMP related problems more effectively. Regards, Andy nithya venkatachalam wrote: we have decided to port

porting net-snmp to uclinux

2005-01-03 Thread nithya venkatachalam
we have decided to port net-snmp to uclinux that is to run on the blackfin processor.iam new to both uclinux and  blackfin processor. when i tried to configure by setting the following configure options with-cc=bfin-elf-gcc and with-ar=bfin-elf-ar,i get the following error. "the binary file ./a.

Re: Porting net-snmp to uClinux. Who can help?

2004-11-20 Thread Coders
On Fri, 19 Nov 2004 17:02:19 +0800 Yi wrote: YH> I wrote a mib module and need to port it to uClinux which doesn't support YH> 'shared object'(*.so). YH> YH> How can I do it then? Use static libraries. Configure with --disable-shared --enable-static. -- Robert Story; NET-SNMP Junkie Support: <

Porting net-snmp to uClinux. Who can help?

2004-11-19 Thread Yi Hu
I wrote a mib module and need to port it to uClinux which doesn't support 'shared object'(*.so). How can I do it then? Thanks. --- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that com