2.2 kernel ?

1999-11-14 Thread Suresh Kumar.R
Hi,

Do you know when is the 2.2.* kernel based debian  coming out?

Suresh
---
Suresh Kumar.R
Lecturer
Dept of Electronics & Communication
College of Engineering
Trivandrum - 695 016

Email: [EMAIL PROTECTED]


Debian 2.0 booting problem

1999-11-17 Thread Suresh Kumar.R
Hi,

I installed debian 2.0 on pc there is the strange problem:

Sometimes it boots up well. I have installed only the base system and
netwoking code (NIS and Automount)

Sometimes the boot process hangs with the following error message:

qlogicisp: PCI bios not present

eata_dma : No BIOS32 extensions present. This driver still depends on it

0 Skipping scan for PCI HBAs

eata_pio: No BIOS32 extensions present. This driver still depends on it
   
0 Skipping scan for PCI HBAs

When the machine boots up properly, the above stage does not occur. I dont
doubt the cdrom as I used the same to install debian on another machine.
This is my second debian install and I have no idea what to do.

Any comments are welcome

Suresh

Suresh Kumar.R
Lecturer
Dept of Electronics & Communication
College of Engineering
Trivandrum - 695 016
INDIA

Email: [EMAIL PROTECTED]





ipchains/routing gurus, pl help

2000-08-29 Thread Suresh Kumar.R
p --dport ssh -j MASQ
$IPCH -A good-bad -p udp --dport 33434:33500 -j MASQ
$IPCH -A good-bad -p tcp --dport ftp -j MASQ
$IPCH -A good-bad -p tcp --dport ftp-data -j MASQ
$IPCH -A good-bad -p icmp --icmp-type ping -j MASQ
$IPCH -A good-bad -p udp --dport 53 -j MASQ
$IPCH -A good-bad -p tcp --dport 53 -j MASQ
$IPCH -A good-bad -p udp -d $DNSEXT1 53 -j MASQ
$IPCH -A good-bad -p tcp -d $DNSEXT1 53 -j MASQ
$IPCH -A good-bad -p udp -d $DNSEXT2 53 -j MASQ
$IPCH -A good-bad -p tcp -d $DNSEXT2 53 -j MASQ
$IPCH -A good-bad -j REJECT -l

#$IPCH -A dmz-good -p udp -s $DNS_SERVER 53 -j ACCEPT
#$IPCH -A dmz-good -p tcp ! -y -s $DNS_SERVER 53 -j ACCEPT
$IPCH -A dmz-good -p tcp ! -y -s $WEB_SERVER www -j ACCEPT
$IPCH -A dmz-good -p ICMP --icmp-type ping -j ACCEPT
$IPCH -A dmz-good -p ICMP --icmp-type pong -j ACCEPT
$IPCH -A dmz-good -p icmp -j icmp-acc
$IPCH -A dmz-good -j DENY -l

$IPCH -A dmz-bad -p tcp --dport smtp -j ACCEPT
$IPCH -A dmz-bad -p tcp --dport www -j ACCEPT
$IPCH -A dmz-bad -p tcp --dport ssh -j ACCEPT
$IPCH -A dmz-bad -p udp --dport 33434:33500 -j ACCEPT
$IPCH -A dmz-bad -p tcp --dport ftp -j ACCEPT
$IPCH -A dmz-bad -p tcp --dport ftp-data -j ACCEPT
$IPCH -A dmz-bad -p icmp --icmp-type ping -j ACCEPT
$IPCH -A dmz-bad -p udp --dport 53 -j ACCEPT
$IPCH -A dmz-bad -p tcp --dport 53 -j ACCEPT
$IPCH -A dmz-bad -p udp -d $DNSEXT1 53 -j ACCEPT
$IPCH -A dmz-bad -p tcp -d $DNSEXT1 53 -j ACCEPT
$IPCH -A dmz-bad -p udp -d $DNSEXT2 53 -j ACCEPT
$IPCH -A dmz-bad -p tcp -d $DNSEXT2 53 -j ACCEPT
$IPCH -A dmz-bad -j REJECT -l


#$IPCH -A bad-good -p udp -s $DNSEXT1 53 -j ACCEPT
#$IPCH -A bad-good -p tcp ! -y -s $DNSEXT1 53 -j ACCEPT
$IPCH -A bad-good -j REJECT

$IPCH -N bad-if
$IPCH -N dmz-if
$IPCH -N good-if

$IPCH -A input -d $ETHERNET0 -j bad-if
$IPCH -A input -d $ETHERNET2 -j dmz-if
$IPCH -A input -d $ETHERNET1 -j good-if

#$IPCH -A bad-if -i ! eth0 -j DENY -l
$IPCH -A bad-if -p TCP --dport 61000:65096 -j ACCEPT
$IPCH -A bad-if -p UDP --dport 61000:65096 -j ACCEPT
$IPCH -A bad-if -p ICMP --icmp-type pong -j ACCEPT
$IPCH -A bad-if -j icmp-acc
$IPCH -A bad-if -j DENY -l

#$IPCH -A dmz-if -i ! eth2 -j DENY -l
$IPCH -A dmz-if -p ICMP --icmp-type ping -j ACCEPT
$IPCH -A dmz-if -p ICMP --icmp-type pong -j ACCEPT
$IPCH -A dmz-if -j icmp-acc 
$IPCH -A dmz-if -j DENY -l

#$IPCH -A good-if -i ! eth1 -j DENY -l
$IPCH -A good-if -p ICMP --icmp-type ping -j ACCEPT
$IPCH -A good-if -p ICMP --icmp-type pong -j ACCEPT
$IPCH -A good-if -j icmp-acc
$IPCH -A good-if -j DENY -l

$IPCH -D input 1
$IPCH -D forward 1
$IPCH -D output 1
}


end of my ipchains script--

Suresh
-----
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA




Re: Window manager not starting on upgrade to potato

2000-06-27 Thread Suresh Kumar.R
Finally I managed with a .xsession in the home directory

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA


On Tue, 27 Jun 2000, Daniel Free wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> I had similar problems, the basic fix is to make a file in you home
> directory called 
> 
> .xinitrc
> 
> that contains the command (wmaker) that you want run on startup.
> 
> At 14:47 26/06/00 +051800, Suresh Kumar. R wrote:
> >Hi,
> >
> >I upgraded my deb 2.1 to potato. There were no error messages during
> >the upgrade, but now after the upgrade no window managers are
> >starting.  
> >
> >I get just a blank xterm like stuff and if I run fvwm95, fvwm95
> >window manager starts as expected. But it doesnt come automatically
> >as we 
> >log in. 
> >
> >The file /etc/X11/window-managers contains the following line as the
> >first one
> >/usr/bin/X11/fvwm95
> >
> >Any ideas?
> >



nfs error

2000-06-28 Thread Suresh Kumar.R
Hi,

I am using potato. When I do a simple nfs mount on a client I get the
following error message.

sahya mountd[228]: authenticated mount request from nila.ece.cet.in:914
for /mnt (/)
Jun 28 21:39:27 sahya mountd[228]: getfh failed: Operation not permitted

Can you please help ?

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA




Install-boot failure

2000-07-04 Thread Suresh Kumar.R
Hi,

When I try to boot from the debian slink or potato cd, the boot process
apparently hangs with the following line:

FDC 0 is a post - 1991 82077
md driver 0.36.3 MAX_MD_DEV=4, MAX_REAL=8

The interesting thing is , we are able to put Redhat linux into the same
machine. We are trying to remove redhat to put debian.

Any ideas?

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA




emacs not obeying .Xdefaults in debian

2000-07-11 Thread Suresh Kumar.R
Hi,

When I start emacs in a debian machine, it is not obeying .Xdefaults file
in the home directory. It takes the .Xdefaults file, if it is named as
.Xdefaults-fully.qualified.machine.name

Whereas, in a Redhat linux machine, emacs obeys the plain .Xdefaults. 

Any solutions to use .Xdefaults only. ( I have lots of machines in the
network and I cannot have .Xdefaults-machine name corresponding to all
machines in all accounts)

Any ideas ?

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA




Re: no xdm on startup

2000-08-08 Thread Suresh Kumar.R
Hi,

Could you please say, which faq you are referring to?

With thanks,

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA


On Mon, 7 Aug 2000, Frodo Baggins wrote:

> Noah L. Meyerhans scripsit:
> >On Mon, 7 Aug 2000, suresh kumar wrote:
> >
> >> How to configure a slink/potato so that xdm *DO NOT*
> >> start on bootup. I want them to start only on startx.
> >
> >'update-rc.d -f xdm remove'
> >
> 
> This sould be on the FAQs :)))
> 
> -- 
> Leo TheHobbit 
> ICQ 56656060
> 
> -BEGIN GEEK CODE BLOCK-
> Version: 3.1
> GED/CS d? s-:+>-: a C+++ U+++ L++(+++)> P+++>+ E+(++) 
> W++ N+ K? o? !w O? M V--- PS+++ PE-- Y+ GPG+ t++ 5? X- R+ tv+ 
> b D? DI? G e()* h(+) r--(---) y--(+)>+++*
> --END GEEK CODE BLOCK--
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



Re: Linux Newbie!! Help!!!!!

2000-08-10 Thread Suresh Kumar.R
Hi,

add the following to the /etc/apt/sources.list

deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable non-US

But for me, it came thru the normal installation process

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA


On Wed, 9 Aug 2000, Ronald Castillo wrote:

> Hi...  I have several things I need help with in Debian...  First of all, I
> need to know some servers that I can use in the sources.list file for
> apt-get and which packages are in that servers.
> 
> I also would like to know how can I configure my sound card.  I have an
> ES1869 (Onboard PCI).  I think I read somewhere that card was compatible
> with Linux, but I don't know how to configure it.  I can hear my CDs well,
> but I tried to run a game (the Myth II demo that comes with Debian) but I
> didn't have any sound.
> 
> - Is there any way that I can use my ATI Rage LT Pro AGP 2X video card with
> the acelerated servers in X Window?
> 
> Thanks in advance for your help...
> 
> Ronald Castillo
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



Re: Installing Debian on 486

2000-08-14 Thread Suresh Kumar.R
Hi,

If your 486 has a ethernet card, you can put cdrom in another machine and
using 2 floppies you can put debian in it. I have done it with slink on a
486 with less than 100mb harddisk

Best of luck

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA


On Sat, 12 Aug 2000, Daniel Stehm wrote:

> Hey guys, having a problem here. I have a 486, 12 megs of RAM, 480 megs on
> hard-drive, floppy (3 1/2), and a (gasp) 5 1/2 drive. I want to get ANY
> linux distro on it that I can, (wishing for debian) I dont care too much
> about packages, I just want some form of linux on here. I really dont want
> to take CD-Rom out of this and hook it up to the 486's motherboard, etc;
> etc; or connect them etc; Im hoping, if at all possible, from what ive heard
> its possible to install Linux onto a computer using floppies! Thats what im
> hoping to do, install Linux onto this 486 using floppies! If someone would
> mind telling me how to go about doing that, id appreciate it. E-mail is
> [EMAIL PROTECTED] Thanks alot
> 
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.166 / Virus Database: 79 - Release Date: 6/20/00
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



What is stormix

2000-08-16 Thread Suresh Kumar.R
Hi,

What is stormix by the way ?

Thanks

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA





Re: [Q] Problem with Video Card Sis6326

2000-08-16 Thread Suresh Kumar.R
Hi,

use SVGA server and then use xf86config to configure X. Try the video
cards numbered 242 or 626.

For us it worked with the Diamon Speedstart A50 case (ie 242)
Best of luck

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA


On Wed, 16 Aug 2000, Alex V. Toropov wrote:

> Hi everyone,
> 
> I've change my video card from some kind of S3 to
> Sis6326. Now I've problem: Some portions of windows
> are "blacked" or "whited" out. Most offen in list of e-mails
> in Netscape or in text.
> I've tried both XF86_SVGA and XF86_SiS Xservers with the same
> result.
> I'm using wmaker window manager if it matter anything
> And would be thankfull for any sugestions.
> 
> TIA Alex
> 
> 
> PS I've also Win98 installed on the smae comp and don't have any 
> problems with video under it.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 



nfs client crash

2000-10-25 Thread Suresh Kumar.R
Hi,

I get the following message and the machine crashes, apparently when it
tries to access our nfs server.

nfs: task 588 cant get a request slot

This is not the server problem (most probably) as the files can be
accessed at the same time from someother client machine.

This error occurs only in certain specific machines.

The clients runs a mix of stormix and debian potato 2.2. The file systems
are mounted in the client using autofs while in the server, they are
mounted at boot time using /etc/fstab.

Any suggestions?

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA




High load

2000-04-28 Thread Suresh Kumar.R
Hi,

I recently installed a debian 2.1 on my machine which was earlier running
redhat 5.2. (pentium 100MHz, 16mb ram). The machine becomes very very slow
and unusable when I run netscape. I have dialup connection. The load
average goes 100 and more. I have never seen load averages going above 2
earlier with redhat installation. 

I tried issuing top command to know who the culprit is. I could not find
much sense from the listing. It showed multiple entries of syslogd.

Any ideas on how to make the system useful ?

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA






spice (fwd)

2000-02-10 Thread Suresh Kumar.R

Is a debian version of spice available?

Pl send a cc of the mail to [EMAIL PROTECTED]

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA







Shutdown problem (fwd)

2000-02-10 Thread Suresh Kumar.R

Hi

I have installed debian 2.0 in a IBM netfinity 3000 machine. My problem is
when the machine is halted, sometimes it hangs after the message 

Shutting down cron

Any ideas of what to do?

Pl send a cc of the reply to [EMAIL PROTECTED]

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA







Re: Shutdown problem (fwd)

2000-02-11 Thread Suresh Kumar.R
I tried /sbin/halt and /sbin/poweroff in /etc/inittab

The actual line in /etc/inittab at present is

ca:12345:ctrlaltdel:/sbin/halt 

Suresh

> What is the shutdown command syntax that you are using?

> John Foster
> [EMAIL PROTECTED] 
> ICQ# 19460173
> 


Debian Newbie problems.

2000-02-15 Thread Suresh Kumar.R
Hi,

I have the following problems on installing debian 2.0 from a single cdrom
of "cheapbyte official binary". 

1. Sometimes when I shutdown using cntrl-alt-delete, my machine sometimes
hangs with the last line saying

Shutting down cron.

I have tried changing the ctrl-alt-delete command to /sbin/shutdown. But
no use. Sometimes hangs and sometime OK. I saw this on two debian
machines. On somemachines no such problem. On all machines the
installation was from the same cd.

2. How to get the spice program in debian version. (Spice is the
electronics circuit analysis program readily available in redhat rpm
format). I installed spice*.rpm in debian using the alien command, but it
didnot run due to library mismatches. I dont know how to identify the
libraries needed for installing some rpms.

3. I couldnot find netscape in the debian cd I am using. What is the best
source for buying debian cds from so that I get almost everything I need
to put on a networked workstation having internet access. I have heard of
infomagic debian. I have no idea about it. 

Thanking you,
Suresh
------
Suresh Kumar.R,   Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016, INDIA
Phone: (O) 91 471 414634/418379, (R) 91 471 443496


Re: Debian Newbie problems.

2000-02-16 Thread Suresh Kumar.R
Is netscape available with any of the debian distributions in cdrom?

Suresh

> use apt-get, or choose apt under method menu in dselect, and download
> over the internet.  Netscape is not in "main" but there is an install
> package (netscape4) that will give you instructions on where to get
> the .tar.gz file and what to do with it.
> 
> -ptw
> 


Re: Debian Newbie problems.

2000-02-17 Thread Suresh Kumar.R
Hi,

I am surprised to note that debian distributions in cdrom donot contain
netscape. 

Why is it that Redhat distributions contain netscape while debian cdrom
doesnot? 

As I a newbie to Debian, could anyone please tell me the plus/minus points
of debian over redhat distribution. Please consider this as a very genuine
question. 

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA

On Wed, 16 Feb 2000, aphro wrote:

> no, unless you get corel which could be considered a debian distribution
> even tho its not released by debian, its based on debian.  there is
> stormlinux(?) that is also based on debian and may include netscape
> 
> i could be wrong though..
> 
> nate
> 
> On Wed, 16 Feb 2000, Suresh Kumar.R wrote:
> 
> sudhas >Is netscape available with any of the debian distributions in cdrom?
> sudhas >
> sudhas >Suresh
> sudhas >
> sudhas >> use apt-get, or choose apt under method menu in dselect, and 
> download
> sudhas >> over the internet.  Netscape is not in "main" but there is an 
> install
> sudhas >> package (netscape4) that will give you instructions on where to get
> sudhas >> the .tar.gz file and what to do with it.
> sudhas >> 
> sudhas >> -ptw


Debian shutdown hanging.

2000-02-23 Thread Suresh Kumar.R
Hi,

I have installed debian 2.1r2 on a IBM netfinity 3000 machine. Everything
is fine except that when I press cntrl-alt-delete, I get the following
messages and the machine hangs. Everytime I have to switchoff and when
switching on next time there are hard disk repairs. How can I avoid this?

I have given below the shutdown message and the relevant line in the
/etc/inittab

--shutdown message after pressing ctrl alt del- 

INIT: switching runlevel: 0 INIT: Sending
processes the TERM signal Stopping the X display manager : xdm Stopping
periodic command scheduler: cron. 

--- at this line the machine hangs---

/etc/inittab--
# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
#ca:12345:ctrlaltdel:/sbin/halt # I tried to change like this but no use


Any suggestions would be greatly appreciated

Pl give a cc of the reply to [EMAIL PROTECTED]

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA






gnuplot 3.7, cant compile

2000-04-03 Thread Suresh Kumar.R
Hi,

I tried to compile gnuplot 3.7 on a debian machine runing debian 2.1r2. It
gives lots of  errors of the following type, on giving the command 

 make gnuplot_x11.

/usr/local/src/gnuplot-3.7/gplt_x11.c:1697: undefined reference to
`XChangeProperty'
/usr/local/src/gnuplot-3.7/gplt_x11.c:1704: undefined reference to
`XSendEvent'
/usr/local/src/gnuplot-3.7/gplt_x11.c:1709: undefined reference to
`XFlush'
make: *** [gnuplot_x11] Error 1

Is it that I havent installed a library needed for compiling? Without x11
terminal, it functions alright.

Any ideas ?

Suresh
---------
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA






ethernet config

2000-01-14 Thread Suresh Kumar.R
Hi

Once the debian base system is installed how to config the ethernet card?.
I used to call something like netcfg in redhat. I am new to debian and
dont know the equivalent in debain

Thank you

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA






debian 2.0 shutdown problem

2000-01-15 Thread Suresh Kumar.R
Hi,

I installed debian 2.0 successfully. But when I tried to shutdown, the
machine apparently hangs with the following line.

Stopping periodic command scheduler: cron.

It has happened to me with another debian installation also. On some
installations, it has gone without any problems.

Any ideas?

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA






Debian 2.0 tetex not OK

2000-01-27 Thread Suresh Kumar.R
Hi,

I installed debian 2.0 successfully with tetex. When I compile a package
with seminar package used, it says seminar.cls not found. But I have
installed the tetex-src package and seminar.cls is there in the system. 

So, what to do?

Suresh
-
Suresh Kumar.R  Email: [EMAIL PROTECTED]
Dept of Electronics & Communication
College of Engineering, Trivandrum - 695 016
INDIA