fsck problem

2002-10-13 Thread Alex Hunsley
My machine went loopy yesterday and when I restarted it it claimed I needed to run interactive fsck to fix things. So I did this, and all goes fine up to a point - (I say 'y' the fix the problems it throws up) - but in Pass 5 ("checking summary group information") I am prompted: "Block bitmap

ssh logging

2002-06-24 Thread Alex Hunsley
I'm running ssh and want to keep track of attempted and susccessful logins via ssh. The manpage says that the default debug level is INFO, yet I can't find anything in /var/log that mentions ssh: am I looking in the right place? thanks alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

changes in config of exim/mail stuff

2002-06-20 Thread Alex Hunsley
I'm changing the local network name of a few machines as well as their IP addresses (because I'm putting them on a different local subnet, e.g. 192.168.1.0 rather than 192.168.0.0). Changing the static IP addresses is easy, but I've not changed a network name before. To clarify what I mean by net

Re: apt-get install problem

2002-06-19 Thread Alex Hunsley
Alex Hunsley wrote: > > I'm trying to install something using apt-get and am getting the following > error: > Doh! Problem solved. Just noticed the bit at the end of the long error message saying "do apt-get update to fix these problems". it's happ

Re: apt-get install problem

2002-06-19 Thread Alex Hunsley
Alex Hunsley wrote: > > I'm trying to install something using apt-get and am getting the following > error: Also I've just noticed that /var/cache/apt/archives doesn't have any .debs in it - instead it has a file called "lock" and a directory called "

apt-get install problem

2002-06-19 Thread Alex Hunsley
I'm trying to install something using apt-get and am getting the following error: cinnamon:/home/netphysic# apt-get install j2sdk1.3 Reading Package Lists... Done Building Dependency Tree... Done W: Couldn't stat source package list 'http://security.debian.org stable/updates/main Packages' (/var/s

using archived debs

2002-06-18 Thread Alex Hunsley
I'm setting up debian (Potato 2.2r3) on a couple of linux boxes. Given that I've done a hefty download on one of them, can I avoid re-downloading it? I presume downloaded debs are stored in /var/cache/apt/archives to avoid doing the download again on a new machine, would it be enough to copy wh

Re: How to mount partitions on boot

2002-05-16 Thread Alex Hunsley
Tito wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi everybody! > > Where have I to put the command to mount a partition on linux boot? "man fstab" and "man mtab" should tell you more about what you have to do alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

coloured console

2002-05-14 Thread Alex Hunsley
Can anyone remind me which package to install to get my console to colour code things? Currently it's all white text... (Tried googling and apt-cache search with no luck.) thanks lex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECT

Re: good choice of network card?

2002-05-14 Thread Alex Hunsley
Scott Henson wrote: > > On Tue, 2002-05-14 at 15:13, Alex Hunsley wrote: > > > Thanks for this useful info! > > How did you set the IRQ for the card? The 3c90xcfg.exe (dos config util) > > His mobo had the different pci slots hard coded to IRQs so I just moved >

Re: good choice of network card?

2002-05-14 Thread Alex Hunsley
Scott Henson wrote: > > On Tue, 2002-05-14 at 06:46, Alex Hunsley wrote: > > > > > > Vineet Kumar wrote: > > > > > > * Alex Hunsley ([EMAIL PROTECTED]) [020513 17:08]: > > > > Btw Tom, which driver are you using for that 3c905C-TX? > >

Re: installed kernel source but still no modversions.h!

2002-05-14 Thread Alex Hunsley
Alex Hunsley wrote: > > I'm trying to compile the 3c90x netcard driver from 3com. > First time I try, I get this: > > 3c90x.h:22: linux/modversions.h: No such file or directory > In file included from /usr/include/linux/sched.h:13, > from 3c90x.h:3

installed kernel source but still no modversions.h!

2002-05-14 Thread Alex Hunsley
I'm trying to compile the 3c90x netcard driver from 3com. First time I try, I get this: 3c90x.h:22: linux/modversions.h: No such file or directory In file included from /usr/include/linux/sched.h:13, from 3c90x.h:36, from 3c90x.c:1: so I remembered I need to inst

Re: dpkg: parse error

2002-05-14 Thread Alex Hunsley
Colin Watson wrote: > > On Mon, May 13, 2002 at 11:32:51PM +0100, Alex Hunsley wrote: > > dpkg: parse error, in file `/var/lib/dpkg/available' near line 12078 package > > `cln-dev': > > too many values in file details field `MD5sum' (compared to others) >

Re: good choice of network card?

2002-05-14 Thread Alex Hunsley
Vineet Kumar wrote: > > * Alex Hunsley ([EMAIL PROTECTED]) [020513 17:08]: > > Btw Tom, which driver are you using for that 3c905C-TX? > > You should use the (unfortunately named) 3c59x.o for the 3c905 vortex > series cards. More info in the kernel docs > Documentati

Re: good choice of network card?

2002-05-13 Thread Alex Hunsley
Tom Cook wrote: > > On 0, Alex Hunsley <[EMAIL PROTECTED]> wrote: > > I'm going to buy a new network card for my machine (running Debian potato > > 2.2r6). > > > > Are there any net cards with a good reputation for stability and ease of > > install

good choice of network card?

2002-05-13 Thread Alex Hunsley
I'm going to buy a new network card for my machine (running Debian potato 2.2r6). Are there any net cards with a good reputation for stability and ease of install (i.e. not having to compile my own driver would be a plus)? thanks alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

dpkg: parse error

2002-05-13 Thread Alex Hunsley
I've encountered the following problem whilst trying to install the kernel source from a cd: bosnia:/var/lib/dpkg# apt-get install kernel-source-2.2.19 Reading Package Lists... Done Building Dependency Tree... Done The following extra packages will be installed: bzip2 libbz2 The following NEW pa

NIC logging?

2002-05-12 Thread Alex Hunsley
I want to debug my NIC, so I've changed the appropriate line in /etc/modules to: 3c59x debug=6 which turns debugging onto a maximum. I've restarted the machine, now the question is: where are the debug messages going? I can't find much in /var/logs apart from standard messages about the module be

Re: CPU load testing

2002-05-12 Thread Alex Hunsley
dman wrote: > > On Sat, May 11, 2002 at 09:08:55PM -0500, Kirk Strauser wrote: > | > | At 2002-05-11T23:43:31Z, Scott Henson <[EMAIL PROTECTED]> writes: > | > | > On Sat, 2002-05-11 at 16:37, Sven Hoexter wrote: > | > | >> I prefer cat /dev/urandom > /dev/null > | > | > Dont hose your system entro

network access cause machine lockup

2002-05-11 Thread Alex Hunsley
(Context: See previous posts of mine about problems with my potato 2.2r6 machine) I've narrowed down the problem with my box to being network related. (Btw, I'm running in console mode only, no X sessions here.) Bascially, my machine is fine with low-traffic network access (e.g. telnet or ssh)

CPU load testing

2002-05-11 Thread Alex Hunsley
Can anyone recommend a good package or a good way to CPU load test my debian box? (I have Potato 2.2r6). My box keeps freezing up, it seems to always happen when the network card is busy (copying files mainly). But it could be just the CPU load which is causing it, which is why I want to take the n

troubleshooting my hardware

2002-05-09 Thread Alex Hunsley
A while ago I was having trouble installing linux on a certain machine. I tried windows to see if it might also have problems - it did, crashing frequently. An attempt last night to re-install linux failed - I got quite far, selected which packages to install, and machine just hung during installin

Re: UDMA66 install and network

2002-05-08 Thread Alex Hunsley
Colin Watson wrote: > > Can't help with the UDMA66 thing, but ... > > On Wed, May 08, 2002 at 11:08:04AM +0100, Alex Hunsley wrote: > > 2) Can anyone remind me in which file I put "ifup eth0" to ensure my network > > card interface comes up automatica

Re: UDMA66 install and network

2002-05-08 Thread Alex Hunsley
Alex Hunsley wrote: > > 2) Can anyone remind me in which file I put "ifup eth0" to ensure my network > card interface comes up automatically at boot? I've already got the right > driver mentioned in /etc/modules I forgot to say - I've also got the requisite

UDMA66 install and network

2002-05-08 Thread Alex Hunsley
Two questions: 1) Yesterday I tried to install Debian 2.2r6 on a box with a UDMA66 drive as the only hard drive. I used the UDMA66 flavour of boot and root floppy disks. The install got past the initial setup, but after reboot (before setting up packages), Linux starting booting (got past Lilo) b

Re: installing xwindows

2002-01-23 Thread Alex Hunsley
Nathan wrote: > > > What are the correct packages to install to get xwindows on my debian > > potato box? I'd like to use > > KDE. I've searched the package cache and found xfree86 things, is this the > > track I want to go along? > > apt-get install x-windows-system > > thats on unstable an

"Simple" package installing

2002-01-23 Thread Alex Hunsley
Towards the end of a Debian install, you're offered to install extra software packages, in Simple or Advanced mode. Advanced mode just launches dselect, which can be done easily at any time, but is there any way for me to launch the Simple mode installer from a working debian install? Or, failin

installing xwindows

2002-01-23 Thread Alex Hunsley
What are the correct packages to install to get xwindows on my debian potato box? I'd like to use KDE. I've searched the package cache and found xfree86 things, is this the track I want to go along? thanks alex

Re: basic install problem

2002-01-22 Thread Alex Hunsley
Elizabeth Barham wrote: > > Is it possible you didn't initialize your hard disks prior to your > later installs? I imagine that debian puts a few files somewhere and > the installer checks for these files - that is, it thinks something > has happened (which would happen normally) but in fact has

basic install problem

2002-01-21 Thread Alex Hunsley
Hi all After losing my last install of debian (installed UDM66 flavour of kernel, it just died one day, kernel panic at boot etc, couldn't get it fixed), I reinstalled it again last night (debian potato), a bog standard install (no UDMA66 drive this time). I tried installing it twice, and both t

a bit OT: testing my hard disk

2001-10-22 Thread Alex Hunsley
Since my debian has just crashed out with possible disk corruption on a newly bought HD, I'd like to get hold of a good hard disk testing util - can anyone suggest any good free utils? Something bootable from floppy and linuxy would be the best choice really. thanks alex

Re: debian hangs during boot (at fsck stage)

2001-10-21 Thread Alex Hunsley
Shaul Karl wrote: > > > > > Sorry, should have done some reading before posting the above, my bad... > > > > I've read the LILO howto and that says that pressing tab should do the > > trick, > > or holding down alt or shift when the LILO bit comes up. But neither of > > these > > action seem to

Re: debian hangs during boot (at fsck stage)

2001-10-21 Thread Alex Hunsley
Blars Blarson wrote: > > In article <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes: > >Is there some magic way of entering text at the lilo prompt? I've tried > >typing > >during the brief pause when it says LILO but no text appears and booting just > >continues after the pause. > > The default de

Re: debian hangs during boot (at fsck stage)

2001-10-21 Thread Alex Hunsley
Alex Hunsley wrote: > > Shaul Karl wrote: > > > > You might want to enter > > > > init=/bin/sh > > > > at the lilo prompt (assuming you have lilo) in order to skip the system > > initializations and check that partition manually with the file s

Re: debian hangs during boot (at fsck stage)

2001-10-21 Thread Alex Hunsley
Shaul Karl wrote: > > You might want to enter > > init=/bin/sh > > at the lilo prompt (assuming you have lilo) in order to skip the system > initializations and check that partition manually with the file system > debug/repair tools. Is there some magic way of entering text at the lilo prom

Re: debian hangs during boot (at fsck stage)

2001-10-21 Thread Alex Hunsley
Shaul Karl wrote: > > Shaul, thanks for your reply. > You might want to enter > > init=/bin/sh > > at the lilo prompt (assuming you have lilo) in order to skip the system > initializations and check that partition manually with the file system > debug/repair tools. Yes, I have lilo, I'll

debian hangs during boot (at fsck stage)

2001-10-20 Thread Alex Hunsley
I'm having trouble with my debian 2.2r3 (potato) box. For the past two weeks its been sitting happily on the network, doing things as expected, but now it hangs during boot. I was running samba, and a few times whilst copying lots of files from a win2000 machine to the debian box I encountered erro

Re: I'm in a loop

2001-10-12 Thread Alex Hunsley
Josh McKinney wrote: > > The person is using AOL. > So? Does that mean they have less right to ask for help? alex

putting cdrom into sources.list

2001-10-05 Thread Alex Hunsley
Originally my surces.list file (for apt) pointed to my cd rom drive, which had potato cd #1 in it. Since then I've changed sources.list to get stuff from the net, but how do I add the cd drive back to sources.list? I suspect it's something like file:/cdrom but I've tried that and no luck... (yes, I

Re: directly installing a deb package

2001-10-04 Thread Alex Hunsley
Stephen Gran <[EMAIL PROTECTED]> wrote: > Alex Hunsley wrote: > > > > Progress... I did apt-get install xaos from the net. It failed again, but > > suggested I run "apt-get -f install", which I have done, and it seems to be > > happily getting the need

Re: directly installing a deb package

2001-10-03 Thread Alex Hunsley
Alex Hunsley wrote: > > "Brooks R. Robinson" wrote: > > > > > I've downloaded a .deb package from the net and want to install > > > it. How do I > > > tell apt-get that I'm giving it a direct file name rather than having it > > &

Re: directly installing a deb package

2001-10-03 Thread Alex Hunsley
"Brooks R. Robinson" wrote: > > > I've downloaded a .deb package from the net and want to install > > it. How do I > > tell apt-get that I'm giving it a direct file name rather than having it > > looking at the places in sources.list? The package is sitting in > > /tmp at the > > moment, and I've

directly installing a deb package

2001-10-03 Thread Alex Hunsley
I've downloaded a .deb package from the net and want to install it. How do I tell apt-get that I'm giving it a direct file name rather than having it looking at the places in sources.list? The package is sitting in /tmp at the moment, and I've tried adding file:/tmp to sources.list, but still no lu

Re: SPAM WARNING: spammers use Debian lists for harvesting

2001-10-03 Thread Alex Hunsley
Robert Waldner wrote: > > Of course it would be easy to make such bots a little bit more > intelligent. But why bother? Also, most spammers probably don't target > people who already have formed an opinion against it, their main > targets are AOL- & -newbies, anyway. Fair point. > If you b

Re: SPAM WARNING: spammers use Debian lists for harvesting

2001-10-03 Thread Alex Hunsley
martin f krafft wrote: > > also sprach Alex Hunsley (on Wed, 03 Oct 2001 01:03:36PM +0100): > > What's obnoxious about it? I don't want spam, dad. It's that simple. > > maybe obnoxious is not the right word, and hey, i don't want to start > a flame war

Re: SPAM WARNING: spammers use Debian lists for harvesting

2001-10-03 Thread Alex Hunsley
Ailbhe Leamy wrote: > > On (03/10/01 13:03), Alex Hunsley wrote: > > martin f krafft wrote: > > > > to email me, remove the BLOCK from addressS > > > > however, this is both obnoxious, and useless - the mass mailers that i > > > have seen (no, i am

Re: SPAM WARNING: spammers use Debian lists for harvesting

2001-10-03 Thread Alex Hunsley
martin f krafft wrote: > > to email me, remove the BLOCK from addressS > > however, this is both obnoxious, and useless - the mass mailers that i > have seen (no, i am not a spammer) have features that check for a wide > variety of such blocks, and successfully remove them... What's obnoxious a

Re: SPAM WARNING: spammers use Debian lists for harvesting

2001-10-03 Thread Alex Hunsley
martin f krafft wrote: > > also sprach [EMAIL PROTECTED] (on Wed, 03 Oct 2001 05:32:49AM -0400): > > Yeah, knee-jerk reaction on my behalf, but I would have appreciated > > having the connection between lists and spam made to me when I signed > > up, so, I make it now to anyone who might be temp

Re: SPAM WARNING: spammers use Debian lists for harvesting

2001-10-03 Thread Alex Hunsley
[EMAIL PROTECTED] wrote: > > >= Original Message From Ailbhe Leamy <[EMAIL PROTECTED]> = > >If you post to any mailing list with archives on the web you are likely > >to have your address harvested by spammers. This is not news. > > Yeah, knee-jerk reaction on my behalf, but I would hav

Re: list etiquette

2001-10-01 Thread Alex Hunsley
Robert Waldner wrote: > > On Sun, 30 Sep 2001 20:03:14 CDT, Hall Stevenson writes: > >* Alex Hunsley ([EMAIL PROTECTED]) [010930 16:54]: > >> I read my email from several places, not all of which have a linux box > >> handy (e.g. work). Is there a promail equive

Re: list etiquette

2001-10-01 Thread Alex Hunsley
"Karsten M. Self" wrote: > > on Sun, Sep 30, 2001 at 09:51:04PM +0100, Alex Hunsley ([EMAIL PROTECTED]) > wrote: > > "Karsten M. Self" wrote: > > > I read my email from several places, not all of which have a linux box > > handy (e.g

Re: have to bring up network manually after reboot

2001-09-30 Thread Alex Hunsley
David Mohr wrote: > > --On Sonntag, September 30, 2001 19:57:39 +0100 Alex Hunsley > <[EMAIL PROTECTED]> wrote: > > > Each time I reboot my debian box, I have to bring up the network manually. > > If I just try "ifup eth0", I get the error "Operation

Re: list etiquette

2001-09-30 Thread Alex Hunsley
"Karsten M. Self" wrote: > > on Sat, Sep 29, 2001 at 01:02:16PM +0100, Alex Hunsley ([EMAIL PROTECTED]) > wrote: > > Who runs the debian list? > > [EMAIL PROTECTED] > > > I emailed the list owner address a little while ago and haven't > &

Re: ftpd - slow to connect

2001-09-30 Thread Alex Hunsley
Tommi Jensen wrote: > > On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: > > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > > there is a 20 second pause between the message "Connected to " and > > the > I

Re: ftpd - slow to connect

2001-09-30 Thread Alex Hunsley
Sven Hoexter wrote: > > On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: > > Hi, > > > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > > there is a 20 second pause between the message "Connected to " and >

Re: Security on debian

2001-09-30 Thread Alex Hunsley
Scott Henson wrote: > > Can any one point me to the best books, how-to's, articles, scripts, etc. on > hardening debian and making it really secure, but still easy to use? I was > looking on the debian site and I saw a security how-to, but for some reason > it would not let me access it. It said

have to bring up network manually after reboot

2001-09-30 Thread Alex Hunsley
Each time I reboot my debian box, I have to bring up the network manually. If I just try "ifup eth0", I get the error "Operation failed". To get the network back, I have to type the following each time: insmod 3c59x update-modules ifup eth0 ..and then my network is back. Is this normal? I'm sure

Re: auto power off capabilites under linux

2001-09-30 Thread Alex Hunsley
"Petr [Dingo] Dvorak" wrote: > > On Sun, 30 Sep 2001, Alex Hunsley wrote: > > AH> Greg Wiley wrote: > AH> > > AH> > On Thursday, September 27, 2001 5:34 PM, [EMAIL PROTECTED] wrote: > AH> > > AH> > > Is it possible to get som

Re: ftpd - slow to connect

2001-09-30 Thread Alex Hunsley
Sven Hoexter wrote: > > On Sun, Sep 30, 2001 at 05:36:27PM +0100, Alex Hunsley wrote: > > Hi, > > > I'm running the standard ftpd on my debian (potato) machine. When I ftp in, > > there is a 20 second pause between the message "Connected to " and >

Re: auto power off capabilites under linux

2001-09-30 Thread Alex Hunsley
Greg Wiley wrote: > > On Thursday, September 27, 2001 5:34 PM, [EMAIL PROTECTED] wrote: > > > Is it possible to get some sort of driver to allow > > debian to auto power-off the machine like windows does? > > What's cool is that the driver is in the kernel already! > You just have to turn it on

ftpd - slow to connect

2001-09-30 Thread Alex Hunsley
I'm running the standard ftpd on my debian (potato) machine. When I ftp in, there is a 20 second pause between the message "Connected to " and the login prompt actually coming up. Is there any reason for this delay? Is it a setting somewhere or something? I can't imagine what it could be doing that

Re: list etiquette

2001-09-29 Thread Alex Hunsley
Robert Waldner wrote: > > On Sat, 29 Sep 2001 13:02:16 BST, Alex Hunsley writes: > >Who runs the debian list? I emailed the list owner address a little while ago > >and haven't received a response. What I said in this email was: I think that > >i > >t > >

list etiquette

2001-09-29 Thread Alex Hunsley
Who runs the debian list? I emailed the list owner address a little while ago and haven't received a response. What I said in this email was: I think that it is an omission not to say in the confirm list subscription email message that all messages will be forwarded to usenet. I had no idea about t

auto power off capabilites under linux

2001-09-27 Thread Alex Hunsley
The motherboard I am running my debian setup on is quite modern (ABit BP7) and has capabilities to auto-power off at shutdown - windows does this ok. The default behaviour of debian is to say "Power off" after halt, at which point I manually turn off the power. Is it possible to get some sort of dr

configing network stuff

2001-09-22 Thread Alex Hunsley
What's the command under debian to config or check network stuff? (e.g. set IP, DHCP server etc.) ifconfig seems to report some things, is anything else? Under redhat I used linuxconf, but that doesn't seem to exist under debian... thanks lex -- Now playing: nothing at all

Re: help - mouse, and installing NIC driver

2001-09-22 Thread Alex Hunsley
Sean Quinlan wrote: > > --- Alex Hunsley <[EMAIL PROTECTED]> (2001-09-22 20:10): > > I'm setting up a Debian system after a while away from linux. I've got > > Debian > > 2.2 r3 (potato). > > I can't start X up - when I try, I get the message &

help - mouse, and installing NIC driver

2001-09-22 Thread Alex Hunsley
I'm setting up a Debian system after a while away from linux. I've got Debian 2.2 r3 (potato). I can't start X up - when I try, I get the message "No mouse - couldn't find /dev/mouse0" (it might not be exactly device mouse0, but you get the jist). I've run xf86config and made sure that I've specifi