Re: Is there a problem with kernel 2.4.20 and internet connections?

2003-09-11 Thread B. L. Jilek
Hi Hans!

On Thu, 11 Sep 2003, Hans Wilmer wrote:

> B. L. Jilek wrote:
> 
> >works.  Dig works.  Internal connections (HTTP, FTP, SSH) work.
> >Outside connections using Browsers, ftp or anything else like AIM will
> >not connect.
> >
> >I booted into 2.4.19 temporarily and I could connect.  2.4.20 will
> >
> >Right now I'm recompiling the kernel and have changed a few settings
> >but I'm not sure what may be causing this.
> 
> Hm, maybe the 2.4.19 kernel is configured to use a static IP rather than 
> DHCP. I´d compile the 2.4.20 kernel with DHCP/BOOTP disabled so that it 
> uses the static IP as the older kernel does. If connections then work with 
> 2.4.20 too, you might have found out where to investigate further.

I never did figure out what the problem was.  But I went ahead and
upgraded to 2.4.21 and everything is fine now.


-- 
What has four legs and an arm?  A happy pit bull.

-- 
B. L. Jilek|  GPG keys on my website -->  | Linux user: 163800
<[EMAIL PROTECTED]>| http://crowbyte.dnsalias.com/~tcrow/ | ICQ: 83785391
   |  Key ID: 0xB1E2766B  | Yahoo: bljilek
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Is there a problem with kernel 2.4.20 and internet connections?

2003-09-11 Thread Hans Wilmer
B. L. Jilek wrote:

works.  Dig works.  Internal connections (HTTP, FTP, SSH) work.
Outside connections using Browsers, ftp or anything else like AIM will
not connect.
I booted into 2.4.19 temporarily and I could connect.  2.4.20 will

Right now I'm recompiling the kernel and have changed a few settings
but I'm not sure what may be causing this.
Hm, maybe the 2.4.19 kernel is configured to use a static IP rather than 
DHCP. I´d compile the 2.4.20 kernel with DHCP/BOOTP disabled so that it 
uses the static IP as the older kernel does. If connections then work with 
2.4.20 too, you might have found out where to investigate further.

GH

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Is there a problem with kernel 2.4.20 and internet connections?

2003-09-11 Thread B. L. Jilek
I'm asking because my system was running fine before.  The one in
question is running Testing with 2.4.20.  It was sitting behind a
Woody box running ipchains and squid and everything worked fine.  I
bought a Netgear router and changed everything to use DHCP and connect
through the router instead of through the Woody box.

There are 4 computers running behind the Netgear router now.  Two XP
one Woody and the Testing box.  Everything works fine except for the
computer I run Debian Testing on.  

The problem:  ping works inside and out to the internet.  Traceroute
works.  Dig works.  Internal connections (HTTP, FTP, SSH) work.
Outside connections using Browsers, ftp or anything else like AIM will
not connect.

I booted into 2.4.19 temporarily and I could connect.  2.4.20 will
not.  I've heard rumors that there is a problem with the kernels
causing this but I cannot find anything in the archives.

Right now I'm recompiling the kernel and have changed a few settings
but I'm not sure what may be causing this.

Any help would be appreciated.

-- 
As a computer, I find your faith in technology amusing.

-- 
B. L. Jilek|  GPG keys on my website -->  | Linux user: 163800
<[EMAIL PROTECTED]>| http://crowbyte.dnsalias.com/~tcrow/ | ICQ: 83785391
   |  Key ID: 0xB1E2766B  | Yahoo: bljilek
--


pgp0.pgp
Description: PGP signature


Re: Problem with kernel 2.4.20

2003-02-27 Thread Svenn Are Bjerkem
Upgrading alsa-modules caused an upgrade to kernel-image-2.4.16. I now boot 
the 2.4.16 but have no access to net. ifconfig does not show eth0, and an 
modprobe rtl* is installing an USB module and not the ethernet module. I 
fallback on 2.2.20 which seem to have a net/ dir in 
/lib/modules/2.2.20-compact which 2.4.16 has not. How do I tell the kernel to 
load the ne2k or rtl8139 driver (That's the net card I have)

Svenn


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with kernel 2.4.20

2003-02-27 Thread Herbert Xu
Jaroslaw Tabor <[EMAIL PROTECTED]> wrote:
> 
>I was using kernel 2.4.20 compiled and installed by myself (without
> initrd). Everything was working fine.
> I've installed by apt kernel-image-2.4.20-686, updated lilo.conf to use
> initrd and executed lilo. After this when I'm trying to use this image
> linux crashes displaying a log of messages about missing modules in
> /lib/modules/2.4.20-686/kernel/fs/
> 
> It looks that he cannot mount root filesystem. I don't have any
> expirience with initrd. Can anyone help me ?

This is a bug in initrd-tools 0.1.37 and 0.1.38.  Installing 0.1.39 and
regenerating the initrd image should fix the problem.
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with kernel 2.4.20

2003-02-26 Thread Shyamal Prasad
"Jaroslaw" == Jaroslaw Tabor <[EMAIL PROTECTED]> writes:

Jaroslaw> Hello!  I was using kernel 2.4.20 compiled and installed
Jaroslaw> by myself (without initrd). Everything was working fine.
Jaroslaw> I've installed by apt kernel-image-2.4.20-686, updated
Jaroslaw> lilo.conf to use initrd and executed lilo. After this
Jaroslaw> when I'm trying to use this image linux crashes
Jaroslaw> displaying a log of messages about missing modules in
Jaroslaw> /lib/modules/2.4.20-686/kernel/fs/

Jaroslaw> It looks that he cannot mount root filesystem. I don't
Jaroslaw> have any expirience with initrd. Can anyone help me ?

Verify that your lilo.conf file points to the correct initrd file (i.e
the name is correct, and that the file does exist. 

Is the boot failing before the initrd mount or after it? I think you
are trying to say that the initrd image mount is failing. Please
confirm. 

Finally, what is the fs type of your root partition?

Cheers!
Shyamal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Problem with kernel 2.4.20

2003-02-26 Thread Harry Brueckner
Hi there,

check my earlier mails about this issue. :-)

Harry

--On Wednesday, February 26, 2003 03:56:30 PM + Jaroslaw Tabor 
<[EMAIL PROTECTED]> wrote:
I was using kernel 2.4.20 compiled and installed by myself (without
initrd). Everything was working fine.
I've installed by apt kernel-image-2.4.20-686, updated lilo.conf to use
initrd and executed lilo. After this when I'm trying to use this image
linux crashes displaying a log of messages about missing modules in
/lib/modules/2.4.20-686/kernel/fs/
It looks that he cannot mount root filesystem. I don't have any
expirience with initrd. Can anyone help me ?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: Problem with kernel 2.4.20

2003-02-26 Thread Narins, Josh

> From: Jaroslaw Tabor, Sent: Wednesday, February 26, 2003 10:11 AM
> 
> Hello!
> 

Hello!

> 
>   I was using kernel 2.4.20 compiled and installed by 
> myself (without
> initrd). Everything was working fine.
> I've installed by apt kernel-image-2.4.20-686, updated 
> lilo.conf to use
> initrd and executed lilo. After this when I'm trying to use this image
> linux crashes displaying a log of messages about missing modules in
> /lib/modules/2.4.20-686/kernel/fs/
> 
> It looks that he cannot mount root filesystem. I don't have any
> expirience with initrd. Can anyone help me ?
> 

I _think_ you have compiled support for your root partition as a module,
but modules are not available when your kernel is first trying to load
the root module.

If it's really initrd, I can not help, because I have never used that.


--
This message is intended only for the personal and confidential use of the designated 
recipient(s) named above.  If you are not the intended recipient of this message you 
are hereby notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited.  This communication is for information purposes only 
and should not be regarded as an offer to sell or as a solicitation of an offer to buy 
any financial product, an official confirmation of any transaction, or as an official 
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or 
error-free.  Therefore, we do not represent that this information is complete or 
accurate and it should not be relied upon as such.  All information is subject to 
change without notice.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Problem with kernel 2.4.20

2003-02-26 Thread Jaroslaw Tabor
Hello!


I was using kernel 2.4.20 compiled and installed by myself (without
initrd). Everything was working fine.
I've installed by apt kernel-image-2.4.20-686, updated lilo.conf to use
initrd and executed lilo. After this when I'm trying to use this image
linux crashes displaying a log of messages about missing modules in
/lib/modules/2.4.20-686/kernel/fs/

It looks that he cannot mount root filesystem. I don't have any
expirience with initrd. Can anyone help me ?


-- 
Jaroslaw Tabor <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]