[leaf-user] SNMP

2004-12-07 Thread Joe Nelson
I'm having a little trouble getting snmpd to work correctly. I've installed the following packages on my Bering uClibc box: libm.lrp libsnmp.lrp snmpmibs.lrp netsnmpd.lrp netsnmpu.lrp A ps -aux shows that snmpd is running so that's good, but I can't query anything from it. I set up /etc/snmp/sn

[leaf-user] Re: [leaf-devel] ANN: leaf-project.org website

2004-12-07 Thread Mike Noyes
On Sun, 2004-12-05 at 19:42, Mike Noyes wrote: > leaf.sourceforge.net is working properly, but something isn't quite > right with leaf-project.org. I'll work on it tomorrow. Everyone, Our leaf-project.org domain should be working properly now. -- Mike Noyes http://sourceforge.net/users/mhnoyes/

Re: [leaf-user] Where's the NIC drivers?

2004-12-07 Thread M Lu
I am using CD image and here is part of my /etc/modules. Pay attention to the 'mount', 'umount' and 'dir' commands so you can specify the modules directly from CD and you do not have to copy them to your modules.lrp. ! mount iso9660 /dev/cdrom # You can directly reference modules, like this: #/s

Re: [leaf-user] stupid linux question

2004-12-07 Thread Livio R.
Try to put the application in a shell script. The shell script will get its environment variable from /etc/profile if configured properly. cpu memhd wrote: I asked this question before but received no replies, I will ask again, if anyone knows… Is it possible to create environment variables in li

Re: [leaf-user] stupid linux question

2004-12-07 Thread Charles Steinkuehler
cpu memhd wrote: I asked this question before but received no replies, I will ask again, if anyone knows… Is it possible to create environment variables in linux/unix like you would in DOS using CONFIG.SYS or AUTOEXEC.BAT? That is, a variable that is accessible to any subsequent running program? I

Re: [leaf-user] Where's the NIC drivers?

2004-12-07 Thread Jaap Eldering
On Mon, Dec 06, 2004 at 06:47:27PM -0800, Craig Caughlin wrote: > Thank you, Jaap. > O.K., that's what I thought. But here's the odd part; I have an /etc/modules > file and a /lib/modules directory IF I use the > Bering-uClibc 2.2.2 floppy image, but not the CD .iso. Is something missing, > or am

Re: [leaf-user] stupid linux question

2004-12-07 Thread Erich Titl
Hi cpu memhd wrote: I asked this question before but received no replies, I will ask again, if anyone knows… Is it possible to create environment variables in linux/unix like you would in DOS using CONFIG.SYS or AUTOEXEC.BAT? That is, a variable that is accessible to any subsequent running program?

Re: [leaf-user] stupid linux question

2004-12-07 Thread christer
On Tue, Dec 07, 2004 at 12:35:13AM -0800, cpu memhd wrote: > I asked this question before but received no replies, I will ask again, > if anyone knows? > > Is it possible to create environment variables in linux/unix like you > would in DOS using CONFIG.SYS or AUTOEXEC.BAT? That is, a variable tha

[leaf-user] stupid linux question

2004-12-07 Thread cpu memhd
I asked this question before but received no replies, I will ask again, if anyone knows… Is it possible to create environment variables in linux/unix like you would in DOS using CONFIG.SYS or AUTOEXEC.BAT? That is, a variable that is accessible to any subsequent running program? I vaguely remembe