Fatal error: Unable to handle kernel...

1997-04-30 Thread LinuxBOX
Does anyone knows the reason why the following error is happenning:
Unable to handle kernel paging request at virtual address e023c030
Current  Tss.cr3=00446000, %cr3=00446000
*Pde= 
Oops:
Cpu:0
EIP:0010:[<0012d2e5>]
EFlags:00010216
eax:0002 .
esi:00086e88 .
ds:0018 .
Process getty (pid:974,process nr:4, stackpage=006b5000)

Thank you.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PPP Dialup

1997-04-28 Thread LinuxBOX
It is rather intersting but I simply changed the com port and put on a
faster modem and it started working.

On Mon, 28 Apr 1997, Jens B. Jorgensen wrote:

> LinuxBOX wrote:
> > 
> > I would prefer to avoid a firewall.  Infact that is why we have chosen a
> > lynix box.  We had a firewall solution before, but we anted to hook it up
> > so that it will work as a notmal dialup conetion.
> > 
> > On Fri, 25 Apr 1997, Jens B. Jorgensen wrote:
> > 
> > > LinuxBOX wrote:
> > > >
> > > > I recently configured my linux box to act as a Dialup PPP Server.  
> > > > However
> > > > I can only see the linux box itself.  THe Linux box has an ethernet
> > > > conection to the internet and I would realy like to be able to acces the
> > > > rest of the net with the dialup ppp sesion.  Could anyone tell me what I
> > > > failed to do?
> > > > Thanks
> > > >
> > >
> > > Well, if you have an IP for dialin which is on the same subnet (the net
> > > on
> > > your ethernet) as the Linux box, all you need is the 'proxyarp' option
> > > to pppd. If you can't use an IP on this subnet, further discussion will
> > > be necessary but let's defer that until necessary.
> > >
> > > --
> > > Jens B. Jorgensen
> > > [EMAIL PROTECTED]
> > >
> > 
> 
> Yup, proxyarp is what you want. Just put 'proxyarp' in your options
> file or on the pppd command line. All that's required is that the
> IP assigned to the remote end of the dial-up link (not the one with
> the ethernet) is withing the subnet which the ethernet is on.
> 
> -- 
> Jens B. Jorgensen
> [EMAIL PROTECTED]
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PPP Dialup

1997-04-26 Thread LinuxBOX
I would prefer to avoid a firewall.  Infact that is why we have chosen a
lynix box.  We had a firewall solution before, but we anted to hook it up
so that it will work as a notmal dialup conetion.

On Fri, 25 Apr 1997, Jens B. Jorgensen wrote:

> LinuxBOX wrote:
> > 
> > I recently configured my linux box to act as a Dialup PPP Server.  However
> > I can only see the linux box itself.  THe Linux box has an ethernet
> > conection to the internet and I would realy like to be able to acces the
> > rest of the net with the dialup ppp sesion.  Could anyone tell me what I
> > failed to do?
> > Thanks
> > 
> 
> Well, if you have an IP for dialin which is on the same subnet (the net
> on
> your ethernet) as the Linux box, all you need is the 'proxyarp' option
> to pppd. If you can't use an IP on this subnet, further discussion will
> be necessary but let's defer that until necessary.
> 
> -- 
> Jens B. Jorgensen
> [EMAIL PROTECTED]
> 



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


PPP Dialup

1997-04-25 Thread LinuxBOX
I recently configured my linux box to act as a Dialup PPP Server.  However
I can only see the linux box itself.  THe Linux box has an ethernet
conection to the internet and I would realy like to be able to acces the
rest of the net with the dialup ppp sesion.  Could anyone tell me what I
failed to do?
Thanks



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Dial up PPP

1997-04-23 Thread LinuxBOX

OK here's an update on this one.  Hopfully not to many are thinking about
the last one.  I got the modem to anser and conect with PPP.  I had to
inter the IP in win95 before it would work.  I then proseded to telnet the
the debian box.  I loged in and had a victory dance.  However I soon
discovered that I cannot conect to anything but the linux box itself.  The
Box has an ethernet conection to the internet and I can't conect to it
through the box.  Is theire something simple I have missed.  Do I need to
install some kind of routing package?  Do I need to modfyf something in
my dialup networking.  Thanks again to all who helped.
Thanks ( On Wed, 23 Apr
1997, LinuxBOX wrote:

> OK that fixed the error message.  Now when I dial up with Win95 I get an
> eror message on my side.  It sais the machine you are conecting with could
> not establish a dialup networking conection, please verify username and
> pasword.  I verified and I am thinking that I missed something in the
> setup.
> I am also conserened with the fact that root is the only user that has
> acess to pppd.  Should this consern me?  Thanks
> 
> 
> On Tue, 22 Apr 1997, Rob MacWilliams wrote:
> 
> > > I am trying to conigure the box do accept a dialup pp conection.   I am
> > > getting an error message that I don't understand.
> > > mgetty fatal: ys0 login' etc/mgetty/login.config must be root/0600
> > 
> > You need to change the permissions on the /etc/mgetty/login.config.  After 
> > you login or su to root
> >  try:
> > 
> > chown root /etc/mgetty/login.config
> > chmod 600 /etc/mgetty/login.config
> > 
> > Mgetty doesn't like having it's config file accessable to the world.
> > 
> > Have fun
> > 
> > 
> > 
> > 
> > > Thanks
> > > 
> > > 
> > > 
> > > --
> > > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> > > [EMAIL PROTECTED] . 
> > > Trouble?  e-mail to [EMAIL PROTECTED] .
> > > 
> > 
> > 
> > 
> > 
> > "Change is inevitable, except from a vending machine."
> > 
> > Rob MacWilliams   [EMAIL PROTECTED]
> > N9NPU
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Dial up PPP

1997-04-23 Thread LinuxBOX
OK that fixed the error message.  Now when I dial up with Win95 I get an
eror message on my side.  It sais the machine you are conecting with could
not establish a dialup networking conection, please verify username and
pasword.  I verified and I am thinking that I missed something in the
setup.
I am also conserened with the fact that root is the only user that has
acess to pppd.  Should this consern me?  Thanks


On Tue, 22 Apr 1997, Rob MacWilliams wrote:

> > I am trying to conigure the box do accept a dialup pp conection.   I am
> > getting an error message that I don't understand.
> > mgetty fatal: ys0 login' etc/mgetty/login.config must be root/0600
> 
> You need to change the permissions on the /etc/mgetty/login.config.  After 
> you login or su to root
>  try:
> 
> chown root /etc/mgetty/login.config
> chmod 600 /etc/mgetty/login.config
> 
> Mgetty doesn't like having it's config file accessable to the world.
> 
> Have fun
> 
> 
> 
> 
> > Thanks
> > 
> > 
> > 
> > --
> > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> > [EMAIL PROTECTED] . 
> > Trouble?  e-mail to [EMAIL PROTECTED] .
> > 
> 
> 
> 
> 
> "Change is inevitable, except from a vending machine."
> 
> Rob MacWilliams   [EMAIL PROTECTED]
> N9NPU
> 
> 
> 
> 
> 
> 
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Dial up PPP

1997-04-23 Thread LinuxBOX
Thantks for the help.  I'll give that a try.

On Tue, 22 Apr 1997, Rob MacWilliams wrote:

> > I am trying to conigure the box do accept a dialup pp conection.   I am
> > getting an error message that I don't understand.
> > mgetty fatal: ys0 login' etc/mgetty/login.config must be root/0600
> 
> You need to change the permissions on the /etc/mgetty/login.config.  After 
> you login or su to root
>  try:
> 
> chown root /etc/mgetty/login.config
> chmod 600 /etc/mgetty/login.config
> 
> Mgetty doesn't like having it's config file accessable to the world.
> 
> Have fun
> 
> 
> 
> 
> > Thanks
> > 
> > 
> > 
> > --
> > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> > [EMAIL PROTECTED] . 
> > Trouble?  e-mail to [EMAIL PROTECTED] .
> > 
> 
> 
> 
> 
> "Change is inevitable, except from a vending machine."
> 
> Rob MacWilliams   [EMAIL PROTECTED]
> N9NPU
> 
> 
> 
> 
> 
> 
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Dial up PPP

1997-04-22 Thread LinuxBOX
I am trying to conigure the box do accept a dialup pp conection.   I am
getting an error message that I don't understand.
mgetty fatal: ys0 login' etc/mgetty/login.config must be root/0600
Thanks



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Unidentified subject!

1997-04-20 Thread LinuxBOX
Thanks for the help.  I tryed that and it didn't seem to work.  Perhaps if
I included more information it would be easier to diagnose.   If I don't
physicla turn the machine off (reset doesn't work ether) it will hand on
bootup.   It hangs on the folowing line.

0:35 MAX_MD_DEV=4, MAXEREAL=8
I would apreciat any help that anyone could provide me.

On Sat, 19 Apr 1997, Rick Macdonald wrote:

> On Fri, 18 Apr 1997, LinuxBOX wrote:
> 
> > My Debian box hangs on boot if you don't physicaly shut it of and on.  The
> > reboot comand or even ctl+alt+del are a sure to crash when it reboots.
> > Any sujestions?
> 
> You don't say what kind of "crash". Does it just "hang"?
> 
> A year or two ago some change to the kernel or sound drivers caused my
> system to hang during a warm boot at the point where it loaded the sound
> drivers.
> 
> It would boot OK if I powered off, pushed the reset button, or booted DOS
> first.
> 
> My solution was to configure the system to always do a _cold_ boot.
> This is done by the following line in lilo.conf:
> 
> append = "reboot=c"
> 
> ...RickM...
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Unidentified subject!

1997-04-19 Thread LinuxBOX
My Debian box hangs on boot if you don't physicaly shut it of and on.  The
reboot comand or even ctl+alt+del are a sure to crash when it reboots.
Any sujestions?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .