Re: [Cooker] weird internet stuff

2001-05-14 Thread J . A . Magallon


On 05.14 Chmouel Boudjnah wrote:
> Thierry Vignaud <[EMAIL PROTECTED]> writes:
> 
> > "J . A . Magallon" <[EMAIL PROTECTED]> writes:
> > 
> > > Could you do an 'if [ -f /proc/sys/net/ipv4/tcp_ecn ]' or similar ?
> > > Although mdk kernels are built with ecn, think on people can build its
> > > own kernels...
> > 
> > the pb is that we exec 'sysctl -e -p /etc/sysctl.conf'.
> > i'll patch sysctl so that it test the entry existance before if possible.
> 
> sysctl(8):
>-e Use  this  option  to  ignore  errors about unknown
>   keys.
> 

Yes, I looked at it, and it effectively shuts up when run after boot from
a shell, but in the boot process I got an error message and the [FAILED]
red label...that is the strange part...

-- 
J.A. Magallon   #  Let the source be with you...
mailto:[EMAIL PROTECTED]
Linux Mandrake release 8.1 (Cooker) for i586
Linux werewolf 2.4.4-ac8 #1 SMP Sat May 12 01:16:37 CEST 2001 i686





Re: [Cooker] weird internet stuff

2001-05-14 Thread Chmouel Boudjnah

"J . A . Magallon" <[EMAIL PROTECTED]> writes:

> Yes, I looked at it, and it effectively shuts up when run after boot from
> a shell, but in the boot process I got an error message and the [FAILED]
> red label...that is the strange part...

could not reproduce the problem (si si really), i don't see any
FAILED, and ... :

(root@petiot)[root]-$ ll /proc/sys/net/ipv4/tcp_ecn
ls: /proc/sys/net/ipv4/tcp_ecn: Aucun fichier ou répertoire de ce type
(root@petiot)[root]-$ grep ecn /etc/sysctl.conf 
net.ipv4.tcp_ecn = 0
(root@petiot)[root]-$ sysctl -e -p /etc/sysctl.conf 
(root@petiot)[root]-$ echo $?
0




Re: [Cooker] weird internet stuff

2001-05-14 Thread Chmouel Boudjnah

Thierry Vignaud <[EMAIL PROTECTED]> writes:

> "J . A . Magallon" <[EMAIL PROTECTED]> writes:
> 
> > Could you do an 'if [ -f /proc/sys/net/ipv4/tcp_ecn ]' or similar ?
> > Although mdk kernels are built with ecn, think on people can build its
> > own kernels...
> 
> the pb is that we exec 'sysctl -e -p /etc/sysctl.conf'.
> i'll patch sysctl so that it test the entry existance before if possible.

sysctl(8):
   -e Use  this  option  to  ignore  errors about unknown
  keys.




Re: [Cooker] weird internet stuff

2001-05-08 Thread J . A . Magallon


On 05.08 Thierry Vignaud wrote:
> "J . A . Magallon" <[EMAIL PROTECTED]> writes:
> 
> > Could you do an 'if [ -f /proc/sys/net/ipv4/tcp_ecn ]' or similar ?
> > Although mdk kernels are built with ecn, think on people can build its
> > own kernels...
> 
> the pb is that we exec 'sysctl -e -p /etc/sysctl.conf'.
> i'll patch sysctl so that it test the entry existance before if possible.
> 

Thanks, didn't know about sysctl.conf. Just commented out the ecn entry.
btw, as the sysctl man page reads, with -e it should be silent, and in fact
it is if I try it after boot. But in boot sequence it spits the error message...
 
-- 
J.A. Magallon   #  Let the source be with you...
mailto:[EMAIL PROTECTED]
Linux Mandrake release 8.1 (Cooker) for i586
Linux werewolf 2.4.4-ac5 #1 SMP Sat May 5 01:17:07 CEST 2001 i686





Re: [Cooker] weird internet stuff

2001-05-08 Thread Thierry Vignaud

"J . A . Magallon" <[EMAIL PROTECTED]> writes:

> Could you do an 'if [ -f /proc/sys/net/ipv4/tcp_ecn ]' or similar ?
> Although mdk kernels are built with ecn, think on people can build its
> own kernels...

the pb is that we exec 'sysctl -e -p /etc/sysctl.conf'.
i'll patch sysctl so that it test the entry existance before if possible.





Re: [Cooker] weird internet stuff

2001-05-06 Thread J . A . Magallon


On 05.05 Chmouel Boudjnah wrote:
> Juan Quintela <[EMAIL PROTECTED]> writes:
> 
> > Easy solution:
> >  echo 0 > /proc/sys/net/ipv4/tcp_ecn
> >  (you can put it in /etc/sysctl.conf)
> > You can also update to 24/25mdk kernel.
> 
> well better to update your initscripts which should do that for you..
> 

I have not compiled ECN in kernel nor as a module, so initscripts
spits a [FAILED] line on each boot.

Could you do an 'if [ -f /proc/sys/net/ipv4/tcp_ecn ]' or similar ?
Although mdk kernels are built with ecn, think on people can build its
own kernels...

BTW, I have been thinking on the AIC7xxx problem for 8.0 install...
Would not be easier to supply a floppy with the 6.1.11[12, or 13] driver
from Justin Gibbs, built for the 8.0 kernel-2.4, so people can say: no,
use the driver I give you on this floppy for the install...'. ?

-- 
J.A. Magallon   #  Let the source be with you...
mailto:[EMAIL PROTECTED]
Linux Mandrake release 8.1 (Cooker) for i586
Linux werewolf 2.4.4-ac5 #1 SMP Sat May 5 01:17:07 CEST 2001 i686





Re: [Cooker] weird internet stuff

2001-05-05 Thread Chmouel Boudjnah

Juan Quintela <[EMAIL PROTECTED]> writes:

> Easy solution:
>  echo 0 > /proc/sys/net/ipv4/tcp_ecn
>  (you can put it in /etc/sysctl.conf)
> You can also update to 24/25mdk kernel.

well better to update your initscripts which should do that for you..




Re: [Cooker] weird internet stuff

2001-05-04 Thread Stefan van der Eijk

Juan,

Could you enable ECN in the alpha .config file for the next kernel (just
to keep it a bit consitent)?

Thanks

Stefan

PS: My girlfriend was complaining that she couldn't reach
http://www.appledaily.com/ from my Linux box, now (with -25mdk) it's
fixed though --> I guess it was ECN ;-)
 
> > "vincent" == Vincent Meyer <[EMAIL PROTECTED]> writes:
> 
> vincent> Hello,
> vincent> Can anyone think of a reason why one would only be able to look at some web
> vincent> sites and not others ?  I'm at work, with my linux laptop on the office
> vincent> network.  If I go to one of the windows machines and put in the URL i want,
> vincent> it comes up fine, yet konqueror AND netscape come up with messages that they
> vincent> can't connect to the website.  If I go into webmin, and use dig, it finds 
>'em
> vincent> just fine.  If I use ping, I can ping 'em just fine.
> 
> Hi
> 
> Easy solution:
>  echo 0 > /proc/sys/net/ipv4/tcp_ecn
>  (you can put it in /etc/sysctl.conf)
> You can also update to 24/25mdk kernel.
> 
> The problem is ECN, a new standard to improve cogestion detection in
> networks.  I enabled ECN for error.  It is disabled again.  In cooker
> we will have ECN compiled in the kernel, but disabled by default in
> sysctl.conf, each user can configure it if they want.
> 
> As other people told in the thread, the problem is that the other
> sites are bad configured, but I suppose that this don't help you :(
> 
> Sorry for the inconveniences, Juan.
> 
> --
> In theory, practice and theory are the same, but in practice they
> are different -- Larry McVoy




Re: [Cooker] weird internet stuff

2001-05-04 Thread Vincent Meyer

Juan -

Thank you for explaining the problem.  Is this something that
in the future we can expect more and more sites to properly support?

V.




RE: [Cooker] weird internet stuff

2001-05-04 Thread Eaon

For everyone's info (if you like reading this stuff), there is further
explanation of the problem here: http://www.tux.org/lkml/#s14-2 (with links
in that text to the appropriate RFCs on the subject).  As explained in the
text, if you have access to or know the admin who has access to the bad
router, there are patches from the vendors to bring them up-to-date to work
correctly with ECN.  If nothing else, try emailing the webmaster of the
site.  They may not even know about the problem (especially if it is a
Windows only site, since it will probably be another few YEARS before MS
gets around to even reading the RFCs on the subject (much less find a way to
"extend and embrace" it)).

Eaon

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Juan Quintela
> Sent: Friday, May 04, 2001 9:34 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Cooker] weird internet stuff
>
>
> >>>>> "vincent" == Vincent Meyer <[EMAIL PROTECTED]> writes:
>
> vincent> Hello,
> vincent> Can anyone think of a reason why one would only be able
> to look at some web
> vincent> sites and not others ?  I'm at work, with my linux
> laptop on the office
> vincent> network.  If I go to one of the windows machines and put
> in the URL i want,
> vincent> it comes up fine, yet konqueror AND netscape come up
> with messages that they
> vincent> can't connect to the website.  If I go into webmin, and
> use dig, it finds 'em
> vincent> just fine.  If I use ping, I can ping 'em just fine.
>
> Hi
>
> Easy solution:
>  echo 0 > /proc/sys/net/ipv4/tcp_ecn
>  (you can put it in /etc/sysctl.conf)
> You can also update to 24/25mdk kernel.
>
> The problem is ECN, a new standard to improve cogestion detection in
> networks.  I enabled ECN for error.  It is disabled again.  In cooker
> we will have ECN compiled in the kernel, but disabled by default in
> sysctl.conf, each user can configure it if they want.
>
> As other people told in the thread, the problem is that the other
> sites are bad configured, but I suppose that this don't help you :(
>
> Sorry for the inconveniences, Juan.
>
>
> --
> In theory, practice and theory are the same, but in practice they
> are different -- Larry McVoy
>
>





Re: [Cooker] weird internet stuff

2001-05-04 Thread Juan Quintela

> "vincent" == Vincent Meyer <[EMAIL PROTECTED]> writes:

vincent> Hello,
vincent> Can anyone think of a reason why one would only be able to look at some web 
vincent> sites and not others ?  I'm at work, with my linux laptop on the office 
vincent> network.  If I go to one of the windows machines and put in the URL i want, 
vincent> it comes up fine, yet konqueror AND netscape come up with messages that they 
vincent> can't connect to the website.  If I go into webmin, and use dig, it finds 'em 
vincent> just fine.  If I use ping, I can ping 'em just fine.  

Hi

Easy solution:
 echo 0 > /proc/sys/net/ipv4/tcp_ecn
 (you can put it in /etc/sysctl.conf)
You can also update to 24/25mdk kernel.

The problem is ECN, a new standard to improve cogestion detection in
networks.  I enabled ECN for error.  It is disabled again.  In cooker
we will have ECN compiled in the kernel, but disabled by default in
sysctl.conf, each user can configure it if they want.

As other people told in the thread, the problem is that the other
sites are bad configured, but I suppose that this don't help you :(

Sorry for the inconveniences, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy




Re: [Cooker] weird internet stuff

2001-05-01 Thread Vox


During the bombing raid on Tue, 1 May 2001 18:27:36 -0500, Vincent Meyer was
heard mumbling in fear:

> Hello,
>  
>   Can anyone think of a reason why one would only be able to look at some web 
>  sites and not others ?  I'm at work, with my linux laptop on the office 
>  network.  If I go to one of the windows machines and put in the URL i want, 
>  it comes up fine, yet konqueror AND netscape come up with messages that they 
>  can't connect to the website.  If I go into webmin, and use dig, it finds 'em 
>  just fine.  If I use ping, I can ping 'em just fine.  

Check the discussion about it on the kernel mailing list: 

http://kt.zork.net/kernel-traffic/latest.html#9

In short...there's a routing standard out there that not all routers
follow and that 2.4.x has implementedthe sites that are using non-standard
compilant routers become unreachable.  I'm not 100% sure about this being your
problem, but it's a good shot.

Vox

-- 
Pain is the gift of the gods, and I'm the one they chose as their messenger
For info on safety in the BDSM lifestyle http://www.the-vox.com

Think of the Linux community as a niche economy isolated by its beliefs.  Kind
of like the Amish, except that our religion requires us to use _higher_
technology than everyone else.   -- Donald B. Marti Jr.

Vox populi, vox deii