[leaf-user] still having ftp problems with Bering
PPPoE connection has been running for a year under Dachstein 1.0.2 Pentium 400 Mhz Memory 128 PPPoE box with two D-Link 530Tx nics. (RTL8139B and RTL8139C) Programs loaded from CD ROM Pentium 660 Mhz RAM Memory 128mb * * * UNDER DACHSTEIN pci-scan.o and 8139too.o used on two RTL 8139 nics. Everything works. Every 15 minutes an internal machine 192.168.1.101 sends a file recording the weather to an ftp server on the Internet. * * * UNDER BERING - SAME ISP - SAME HARDWARE: mii and 8139too modules for nic crds SAME client and ftp server - FTP FAILS tried different FTP clients THIS IS THE OUTPUT from WS_FTP 150 Opening BINARY mode data connection for 010.jpg ! Send error: connection reset Transmitted 18944 bytes in 165.5 secs, (1144.87 bps), transfer failed ! Receive error: Blocking call cancelled * * * ip_conntrack_ftp & ip_nat_ftp loaded CLAMPMSS=Yes mtu for ppp0 is 1492 ip -s link shows no packet errors after the ftp failed. * * * TRIED using the pci-scan.o and rtl8139.o modules (no change in problem) THE owner of this system has been trouble shooting it off and on for a week. a few times he actually got some ip_conntrack_ftp errors displayed on the screen.after repeated ftp attemps the errors related to not being able to track so many ftp attempted connections. May be due to so many attempts. Results are always the same. Everything works in Bering - except outgoing ftp in passive mode from an internal station Same station - same ftp client - same ftp server - always work without errors in Dachstein ANY IDEAS what to try? Victor McAllister --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 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] Quick question about Weblet/Bering UClibc
Thanks Luis! I had no idea UClibc would not segfault. I appreciate the info, Tony <> > > It is a compiled program and requires the proper uClibc libs... > > > > > I'm trying to add this to a bering v1.1 firewall I have > > running now, and > > have copied the relevant files and made all the relevant > > changes to properly > > reference the files needed. Long and short of it, if I try to run the > > relevant command: > > > > cat /var/log/shorewall.log | /var/sh-www/cgi-bin/parsefw > > > > I am getting: > > > > firewall: -root- > > # cat /var/log/shorewall.log | var/sh-www/cgi-bin/parsefw > > /var/sh-www/cgi-bin/parsefw: not found > > If you get this, the the libs are not present. > > With uClibc it is not mandatory that you get a segfault :) > --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 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] Quick question about Weblet/Bering UClibc
Hi! > > Good evening, > > I have a quick question about the pretty firewall logs screen > in the weblet > version that ships with UClibc v1.2.1. The parsefw file, is > that a compiled > program, or a shell script? I want to make sure it's not > corrupt, and also, > if it is a compiled program, I assume it would require UClibc > libraries to > be present to run? It is a compiled program and requires the proper uClibc libs... > > I'm trying to add this to a bering v1.1 firewall I have > running now, and > have copied the relevant files and made all the relevant > changes to properly > reference the files needed. Long and short of it, if I try to run the > relevant command: > > cat /var/log/shorewall.log | /var/sh-www/cgi-bin/parsefw > > I am getting: > > firewall: -root- > # cat /var/log/shorewall.log | var/sh-www/cgi-bin/parsefw > /var/sh-www/cgi-bin/parsefw: not found If you get this, the the libs are not present. With uClibc it is not mandatory that you get a segfault :) > > Now, this is the dir listing: > firewall: -root- > # v > -rwxr-xr-x1 sh-httpd adm 2452 Mar 15 04:01 checkdisk > -rwxr-xr-x1 sh-httpd adm 1935 Aug 17 16:06 checkfw > -rwxr-xr-x1 sh-httpd adm 2243 Mar 15 04:06 checkmem > -rwxr-xr-x1 sh-httpd adm 9320 Mar 24 16:27 parsefw > -rwxr-xr-x1 sh-httpd adm 636 Mar 15 04:35 viewfw > -rwxr-xr-x1 sh-httpd adm 2491 Aug 17 16:23 viewhits > -rwxr-xr-x1 sh-httpd adm 1804 Mar 15 04:33 viewhits.bak > -rwxr-xr-x1 sh-httpd adm 835 Aug 17 16:34 viewlogs > lrwxrwxrwx1 root root8 Aug 17 16:46 > viewlogs-snort -> > viewlogs > lrwxrwxrwx1 root root8 Aug 17 16:46 > viewlogs-www -> > viewlogs > -rwxr-xr-x1 sh-httpd adm 738 Aug 17 15:50 > viewlogs.backup > -rwxr-xr-x1 sh-httpd adm 1575 Mar 15 04:58 viewmasq > -rwxr-xr-x1 sh-httpd adm 947 Mar 15 05:01 viewnet > -rwxr-xr-x1 sh-httpd adm 808 Mar 23 08:37 viewshorewall > -rwxr-xr-x1 sh-httpd adm 1026 Mar 15 05:05 viewsys > -rwxr-xr-x1 sh-httpd adm 2648 Mar 14 06:24 > weblet.functions > > As you can see, the file is there, the group and owner are > proper, the file > is executable (I even tried chmod 777 on it to make sure) and > yet it still > tells me it can't find the file. > > I would think if it was a library issue, it would have > crapped out with a > segfault or something. > > Any help would be appreciated. > > Thanks > > Tony > > > > > --- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet > _072303_01/01 > -- > -- > 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 sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01 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