RE: [leaf-user] Kernel panic

2003-09-09 Thread Jay Langford
Homer

Although I can't give you any difinitive answers, I may be able to point you
in the right direction.

You might want to read the section on Booting from an IDE device in the
bering users guide: http://leaf.sourceforge.net/doc/guide/bubooting.html as
you:

* may have copied ldlinux.sys to the CF.. 
* may have forgotten to copy the ide-mod.o, ide-disk.o and the
ide-probe-mod.o modules to /boot/lib/modules
* may have forgotten to declare those modules in /boot/etc/modules 

Apart from this, I've no idea..

~
Jay



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Problem accessing weblet from internal network

2003-09-09 Thread Jørn Eriksen
Hi there,

Did you check the hosts.allow file in /etc ?

Jorn
 Hello All,
  After having little success in working out why i can not access weblet
 from my internal network here are some of the outputs from the box. It is
 a Bering version 1.2 running a dailup and one ethernet link.
  
 ---
 1: lo: LOOPBACK,UP mtu 16436 qdisc noqueue
     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
     inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
 2: dummy0: BROADCAST,NOARP mtu 1500 qdisc noop
     link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
 3: eth0: BROADCAST,MULTICAST,UP mtu 1500 qdisc pfifo_fast qlen 100
     link/ether 00:a0:a5:03:00:97 brd ff:ff:ff:ff:ff:ff
     inet 203.39.204.190/26 brd 203.39.204.191 scope global eth0
 7: ppp0: POINTOPOINT,MULTICAST,NOARP,UP mtu 1500 qdisc pfifo_fast qlen 3
     link/ppp
     inet 139.130.32.155 peer 139.130.32.129/32 scope global ppp0
 ---
 Module Pages    Used by
 ip_nat_irc  2176    (unused)
 ip_nat_ftp  2784    (unused)
 ip_conntrack_irc    2880   1
 ip_conntrack_ftp    3648   1
 ppp_async   6284   1
 ppp_generic
     16152   3 [ppp_async]
 slhc    4352   1 [ppp_generic]
 lance  11432   1
 ide-probe-mod   8476   0
 ide-disk    9304   0
 ide-mod    63076    [ide-probe-mod ide-disk]
 -
 139.130.32.129 dev ppp0  proto kernel  scope link  src 139.130.32.155
 203.39.204.128/26 dev eth0  proto kernel  scope link  src 203.39.204.190
 default via 139.130.32.129 dev ppp0
 -
 Sep  4 06:42:16 firewall syslogd 1.3-3#31.slink1: restart.
 Sep  4 09:16:25 firewall -- MARK --
 Sep  4 11:10:05 firewall chat[9908]: abort on (BUSY)
 Sep  4 11:10:05 firewall chat[9908]: abort on (ERROR)
 Sep  4 11:10:05 firewall chat[9908]: abort on (NO CARRIER)
 Sep  4 11:10:05 firewall chat[9908]: abort on (NO DIALTONE)
 Sep  4 11:10:05 firewall chat[9908]: abort on (Invalid Login) Sep  4
 11:10:05 firewall chat[9908]: abort on (Login Incorrect) Sep  4 11:10:05
 firewall chat[9908]: send (ATZ^M) Sep  4 11:10:05 firewall chat[9908]:
 expect (OK) Sep  4 11:10:05 firewall chat[9908]: ATZ^M^M Sep  4 11:10:05
 firewall chat[9908]: OK Sep  4 11:10:05 firewall chat[9908]:  -- got it
 Sep  4 11:10:05 firewall chat[9908]: send (ATDT#^M)
 Sep  4 11:10:06 firewall chat[9908]: expect (CONNECT)
 Sep  4 11:10:06 firewall chat[9908]: ^M
 Sep  4 11:10:30 firewall chat[9908]: ATDT#^M^M
 Sep  4 11:10:30 firewall chat[9908]: CONNECT
 Sep  4 11:10:30 firewall chat[9908]:  -- got it
 Sep  4 11:10:30 firewall chat[9908]: send (^M)
 Sep  4 13:16:25 firewall -- MARK --
 Sep  4 17:16:25 firewall -- MARK --
 Sep  4 21:16:25 firewall -- MARK --
 ---
 _[H_[JShorewall-1.4.2 Status at firewall - Thu Sep  4 22:09:31 EST 2003
 Counters reset Sun Jul 27 14:35:19 EST 2003 Chain INPUT (policy DROP 0
 packets,  bytes)
  pkts bytes target prot opt in out source  
 destination
     0  DROP  !icmp -- 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Bering and MRTG

2003-09-09 Thread Stephen Pritchard
I would like to use our Linux based MRTG system to monitor the network
traffic on a seperate LEAF Bering 1.2 system. I have looked at converting
it to Bering culibc and using the snmpd package. Unfortunatley I cannot
figure out how to configure the snmp daemons.

Does any one have either some example Bering snmp configurations for
monitor network traffic? or does anyone know another way of setting up MRTG
to monitor the Bering system?.

Thanks

-Stephen


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] Kernel panic

2003-09-09 Thread Dave Hunt

Either

1. recompile the kernel to include the ide drivers

OR

2. include the ide modules in the initrd.lrp package, and
have them loaded before you load the other packages.

Basically, the ide drivers need to be loaded BEFORE the package
list is loaded.

(I dont' have a CF Bering box handy, so I can't give you the 
detail I'd like)

Cheers.
Dave.


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Homer Parker
 Sent: 08 September 2003 23:17
 To: [EMAIL PROTECTED]
 Subject: [leaf-user] Kernel panic
 
 
 
   Ok... I've done my normal, and it isn't wanting to work 
 :( Created a
 Bering 1.2 floppy, booted from it, copied the files to a CF, edited
 syslinux.cfg and changed boot and package_path to /dev/hda1, 
 syslinux the
 CF, and I get:
 
 LILO 22.3.4 Loading Linux.
 BIOS data check successful
 Uncompressing Linux... Ok, booting the kernel.
 Kernel Panic: VFS: Unable to mount root fs on 03:01
 
   This is an old P133, Intel chipset, 16MB RAM... It 
 boots fine from the
 floppy.. Any ideas?
 
 --- 
 Homer Parker  /\ ASCII Ribbon Campaign
   \ / No HTML/RTF in email
 http://www.homershut.net   x  No Word docs in email
 telnet://bbs.homershut.net/ \ Respect for open standards
 
 Bill Gates reports on security progress made and the 
 challenges ahead.
 -- Microsoft's Homepage, on the day an SQL Server bug crippled large
sections of the Internet.
 
 
  
 
 
 ---
 This sf.net email is sponsored by:ThinkGeek
 Welcome to geek heaven.
 http://thinkgeek.com/sf
 --
 --
 leaf-user mailing list: [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/leaf-user
 SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
 



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Wisp and CS5530 /DoC

2003-09-09 Thread Ray Dekens
New to LEAF / Wisp using 2624

ok tried to install latest release of Wisp onto a 5BLMP motherboard with 8M
DoC. (Eon Anything box etc)
Able to get Doc setup, formated , syslinux etc all ok.

Kernel correctly located, and starts to run happily - 
seems that it doesn't support the cs5530 chip which provides most of the IO
for the board, and in particular
the ide. Chip is detected but a message that the 

CS5530 : Chip detected but driver not compiled in.

Multiple possible entries for the DOC are found - but doesn't appear to
install.

Boot proceeds until point comes to load the other modules from the DoC - but
can't find them 
and kernel panics.

I've tried changes from /dev/hda to /dev/nftla with no changes.

Can someone tell me if all I need is to compile in the cs5530 driver as part
of the kernel, 
or can it just bd put in as a module into the root image. If so where can I
get it.

Failing that I'll have to rebuild the entire thing I assume.

Has anyone had it working on a mediaGX based board with the 5530 already ?

Regards
Ray 
Dekens


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


RE: [leaf-user] Problem accessing weblet from internal network

2003-09-09 Thread Tony
Check your hosts.deny, and you should adjust your weblet config file to
reflect your internal network.

Default is for an internal network of 192.168.1.0/24 which you don't have
anymore.

Tony





 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Robert
 McRostie
 Sent: Monday, September 08, 2003 3:27 AM
 To: [EMAIL PROTECTED]
 Subject: [leaf-user] Problem accessing weblet from internal network


 Hello All,
  After having little success in working out why i can not access
 weblet from my internal network here are some of the outputs from
 the box. It is a Bering version 1.2 running a dailup and one
 ethernet link.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] Kernel panic

2003-09-09 Thread Homer Parker
On Tue, 9 Sep 2003 15:12:13 +0530 S Mohan [EMAIL PROTECTED]
wrote

 You say syslinux.cfg but bootup msg says LILO! Maybe that is the
 problem.
 
 Mohan

That was it... Found my old Dos boot disk, fdisk /mbr, then syslinux
again, and it works just fine... Thanks!!! I knew it was something
strange, I've got somewhere around 20 Bering boxen out booting off CF, and
had never run into that problem...

--- 
Homer Parker  /\ ASCII Ribbon Campaign
  \ / No HTML/RTF in email
http://www.homershut.net   x  No Word docs in email
telnet://bbs.homershut.net/ \ Respect for open standards

Bill Gates reports on security progress made and the challenges ahead.
-- Microsoft's Homepage, on the day an SQL Server bug crippled large
   sections of the Internet.


 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Re: [leaf-user] LOADLIN

2003-09-09 Thread Jeff Newmiller
On Mon, 8 Sep 2003, michel GONZALEZ wrote:

 Hello,
 Who cant tel me how can i boot bering with lodlin ?

Read the documentation for loadlin and Bering.

Example:

---config.sys---
[MENU]
MENUITEM=DOS,MSDOS... for NIC config
MENUITEM=Rtr,Bering Router Mode
MENUDEFAULT=Rtr,5
[common]
LASTDRIVE=Z
DEVICE=C:\WINDOWS\HIMEM.SYS
DOS=HIGH,UMB
BUFFERS=40
FILES=100
[DOS]
[Rtr]
shell=c:\loadlin\loadlin.exe @c:\loadlin\loadlin.cfg


---loadlin.cfg---
c:\bering\linux
load_ramdisk=1
initrd=c:\initrd.lrp
init=/linuxrc
ramdisk_size=4000
root=/dev/ram0
boot=/dev/sda1:msdos
PKGPATH=/dev/sda1
LRP=root,etc,local,modules,shorwall,dnscache,weblet,ppp,dhcpd,libz,sshd,tinydns


You will have to modify this to suit your configuration, so make sure you
find the documentation for each item in these files in the loadlin docs
and confirm that it will work for you.  PKGPATH and LRP are documented in
http://leaf.sourceforge.net/devel/jnilo/bubooting.html.

All package files must be in the root directory of the PKGPATH device.  
Loadlin and its configuration file can be in a subdirectory.

---
Jeff NewmillerThe .   .  Go Live...
DCN:[EMAIL PROTECTED]Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...2k
---



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Ann: Bering-uClibc 2.0 beta4

2003-09-09 Thread K.-P. Kirchdrfer
The Bering-uClibc team released today Bering-uClibc 2.0 beta4.

Most notable in this release are the upgrade of ppp/pppoe to ppp version 
2.4.2b3 and the replacement of pump with dhcpcd.
Some changes in /etc and weblet, and the usual dropbear upgrade.

For a complete Changelog please read:
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91003page_id=39

As usual you can download the image plus a ipv6 drop-in at:
http://sourceforge.net/project/showfiles.php?group_id=13751

Any feedback is welcome.

Bering-uClibc team
(written by kp)



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


[leaf-user] Load Balancing .. How to??????

2003-09-09 Thread Thitiporn Pornpirunrak
Hi all
 I have 2 Adsl Router with both 128K .. I would like to set load balancing on my 
bering box but I have no idea about that.. I try to search information on internet.. 
Anyone know please tell me..

thanx.


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html