Re: 'watching' a file

1998-03-04 Thread Ralph Winslow
Paul Miller wrote: > > How can you 'watch' a file as it is being written to? For example, I want > to have a script watch a log files for certain information and do > something when it sees the information. tail -f file_name > > Thanks > -Paul > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-

Re: 'watching' a file

1998-03-04 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Paul Miller <[EMAIL PROTECTED]> wrote: > >How can you 'watch' a file as it is being written to? For example, I want >to have a script watch a log files for certain information and do >something when it sees the information. Ah, basic shell programming question :)

Re: 'watching' a file

1998-03-04 Thread Ben Pfaff
How can you 'watch' a file as it is being written to? For example, I want to have a script watch a log files for certain information and do something when it sees the information. Depending on exactly what you mean, `tail -f' might be helpful. -- TO UNSUBSCRIBE FROM THIS MAILING LIST:

'watching' a file

1998-03-04 Thread Paul Miller
How can you 'watch' a file as it is being written to? For example, I want to have a script watch a log files for certain information and do something when it sees the information. Thanks -Paul -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Troub

Re: SCSI controller

1998-03-04 Thread Greg Norris
I have an Adeptec 2940/UW, and havn't had a hint of trouble. Performance seems quite good. On Wed, 4 Mar 1998, Peter Paluch wrote: > Hello, > == > > I'm thinking of buying a SCSI for my computer. However, I have no experience > in this field. I'd like to buy some that works well with Linux.

sgml-tools ps problem

1998-03-04 Thread Richard Sevenich
I have newly installed sgml-tools and have used the formatter 'sgml2latex' successfully except for producing postscript. The error message is Error: Invalid value 'filename.sgml' for '--papersize' As an sgml newbie I know not what to do e.g. does the sgmltool.dtd need some editing somewhere? TIA

Re: Horario de verao

1998-03-04 Thread Leandro Guimarães Faria Corcete Dutra
>Eis o arquivo.consegui' puxa-lo mas acho que agora nao vai util pois ele >configurava o horario de verao para ate' 01/03 Sim... será que alguém sabe quais os dias previstos para o horário de verão para os próximos anos? Se alguém tiver essa informação, alguém poderia vir a conseguir

Re: debian root boot disks

1998-03-04 Thread dg
On Wed, 4 Mar 1998, Ronald James McEachern wrote: > can you direct me to detailed instructions on exact commands and files > needed to install linux debian on a 1 gig dos partition? First of all - my two cents - DON'T (in other words DO NOT) install linux on a DOS partition (which means, that you

Re: [LILO]

1998-03-04 Thread Stephen Zedalis
On Wed, 4 Mar 1998, Sudhakar Chandrasekharan wrote: >map=/boot/map >vga=normal >delay=20 >image=/vmlinuz >label=Linux >append = "mem=96M" >read-only Dude, take the spaces out of the line with the append. The rerun lilo. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe"

Re: www.ml.org and dynamic dns

1998-03-04 Thread Ender Wigin
-K Kevin Poorman <[EMAIL PROTECTED]> Do the Free-Ride On 3 Mar 1998 [EMAIL PROTECTED] wrote: > I have agreed to package one of the client programs that www.ml.org has for > Debian, but I think that this would best be done by someone who is actually > using the service. Is there anyone here w

Re: loading support for 2 ethernet cards

1998-03-04 Thread Nathan E Norman
On Wed, 4 Mar 1998, Rob Goodwin wrote: : I am having trouble autoprobing more than one Ethernet card at boot : time. I have compiled support for the cards I am using (they are both : of the same type) but only one is detected at boot time. I found a : howto that describes a method that involves

loading support for 2 ethernet cards

1998-03-04 Thread Rob Goodwin
I am having trouble autoprobing more than one Ethernet card at boot time. I have compiled support for the cards I am using (they are both of the same type) but only one is detected at boot time. I found a howto that describes a method that involves adding the line "ether=0,0,eth1" to my lilo.conf

Re: FAT32

1998-03-04 Thread Ben Gertzfield
David B Wilson <[EMAIL PROTECTED]> writes: > Is there a version of Debian that has the FAT32 patch? > It seems this patch has been available for a while now, but > was not included in 1.3 revision 6. The FAT32 patch will be included in Debian 2.0. It's currently included in the kernel-image-2.0.3

spontaneous rebooting

1998-03-04 Thread David B Wilson
I installed Debian GNU Linux 1.3 revision 6 on a laptop. When I boot the system, just when LILO is about to load Linux, there seems to be an 80% - 90% chance that the system will spontaneously reboot. If I wait a long time, eventually LILO successfully loads Linux without rebooting. Is this a ha

Re: SCSI controller

1998-03-04 Thread Hamish Moffatt
On Wed, Mar 04, 1998 at 09:10:21AM -0500, Raymond A. Ingles wrote: > I personally have an NCR53c825 card. NCR/Symbios released their > programming information, too, and the drivers are very good. All the > NCR53c8xx cards are supported, and most of the NCR53c7xx cards, from what > I gather. NC

Re: [LILO]

1998-03-04 Thread Nathan E Norman
On Wed, 4 Mar 1998, Sudhakar Chandrasekharan wrote: The one thing you don't mention is if you actually reran 'lilo'. Editing lilo.conf is not good enough; you must rerun lilo. Assuming that you did that, the location of the append line in your config file may be problematic. I don't claim to be

[LILO]

1998-03-04 Thread Sudhakar Chandrasekharan
I upgraded from 64M to 96M of RAM. beetle % cat /etc/lilo.conf boot=/dev/sdb3 root=/dev/sdb3 # Generated by liloconfig compact install=/boot/boot.b map=/boot/map vga=normal delay=20 image=/vmlinuz label=Linux append = "mem=96M" read-only beetle # dmesg | grep Memory Memory: 63084k/65536k availabl

python import question: /lib/libm.so.5: undefined symbol: __getfpucw

1998-03-04 Thread Mike Miller
I recently moved a machine from 1.3 to unstable and am now getting lib errors when I try to import a python module. The module (dislin) is one I've installed myself, as is the python version (1.5). Before the move to libc6, this worked fine. After the move I recompiled python and now find that im

FAT32

1998-03-04 Thread David B Wilson
Is there a version of Debian that has the FAT32 patch? It seems this patch has been available for a while now, but was not included in 1.3 revision 6. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: dotfile locking, NFS and lockd

1998-03-04 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Nelson Posse Lago <[EMAIL PROTECTED]> wrote: >Hi, > >Quite some time ago (somewhere around debian 1.1 and 1.2), it was pointed >out (by Miquel Smoorenburg, I think) Yep. >that while all debian programs >(or all mail related programs?) agree in using dotfile locking

Re: making room

1998-03-04 Thread Manoj Srivastava
Hi, I thought I posted this here, but ... Getting the information on the fly has scalability and response time problems (tried xbooks or picons-usenix lately?) The files included by some herlper packages put in data which is not quite suited for the size tool; (not surp

Re: dotfile locking, NFS and lockd

1998-03-04 Thread Jean Pierre LeJacq
On Wed, 4 Mar 1998, Nelson Posse Lago wrote: > On the same line, I think the new (2.1.x) kernel-supported NFS server is > supposed to have the hooks necessary to implement a really cool lockd for > linux which would solve this kind of problem and allow for reliable NFS > locking among linux and ot

debian root boot disks

1998-03-04 Thread Ronald James McEachern
can you direct me to detailed instructions on exact commands and files needed to install linux debian on a 1 gig dos partition? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

bo-unstable bash

1998-03-04 Thread servis
I tried to install the bo-unstable bash and it has a dependency on both libc5 and libc6. Is this correct? Has anybody installed this on a straight 1.3.1r6 system(no libc6)? Can I dpkg --force install it without harm? Thanks, Brian -- Mechanical Engineering [EMAIL

Re: SCSI controller

1998-03-04 Thread Cleto Pescia
> > I'm thinking of buying a SCSI for my computer. However, I have no experience > > in this field. I'd like to buy some that works well with Linux. What do you > > think of Adaptec and Western Digital? > > Only BusLogic (Mylex) is guranteed to work properly under Linux. Yes, I can confirm that.

Re: Kernel Install

1998-03-04 Thread David Wright
On Tue, 3 Mar 1998, Scott Walker wrote: > Ok, this is a BIG nasty weird problem. > I'm runnig Debian With default Kernel 2.0.29 So we're in bo, I take it. > I grabbed Kernel 2.0.33 from ftp.kernel.org > and did the following steps: > tar zpfxv linux_2.0.33.tar.gz > cd linux > make mrproper > mak

Re: afterstep

1998-03-04 Thread Kevin Traas
>I upgraded afterstep to 1.4, but I had to downgrade it back to 1.0, >cuz the new one did not get any of my old confs, and looked horrible! > >Did I do anything wrong? Yeah, you didn't configure it to your own tastes!Give it another try! The conf files and structure have totally changed betw

Re: Kernel Install

1998-03-04 Thread Henry Hollenberg
I found Dale Scheetz book helpful pg. 159-171 go over the traditional linux way of compiling a custom kernel vs. the Debian way. I got mine from www.linuxpress.com but you might find one in your local bookstore "The Debian Linux User's Guide" I'd have been pretty lost without it. Oh yeah, I don

Re: LI instead of LILO:

1998-03-04 Thread C.J.LAWSON
I'm glad to be of help Jonathan On Wed, 4 Mar 1998, Daniel Mashao wrote: > On Wed, 4 Mar 1998, C.J.LAWSON wrote: > > > I have had this problem before and I almost died of fustration before I > > fixed ... as with most things the solution was pretty simple. For a start > > try using a min

Re: sharing a fax/modem with win95

1998-03-04 Thread Steve Mayer
Rob, Check out the Hylafax package. It has a Windows client. Steve Mayer [EMAIL PROTECTED] Rob Goodwin wrote: > > Hi there, > > Can anyone out there tell me if there is some kind of solution out there > that will let win95 to send a fax through a fax/modem on a linux server? > > thanks for

Re: php3 + apache = undefined `table_elts'

1998-03-04 Thread Gergely Madarasz
On 4 Mar 1998, tibor simko wrote: > > "greg" == Gergely Madarasz <[EMAIL PROTECTED]> writes: > > greg> The current php3 package was compiled with apache > greg> 1.3b3. Since then apache 1.3b5 is available as a debian > greg> package, i just didnt have time to upload the new php3.d

Re: mtools: mmove usage

1998-03-04 Thread David Wright
On Wed, 4 Mar 1998, Ulf Jaenicke-Roessler wrote: > how am I supposed to use mmove? > > I think it should be called just like mcopy. Though the syntax may look superficially similar, that's about the only connection between mmove and mcopy. > However, while > 'mcopy a: /dos/e' works, Here,

re: Printer sharing

1998-03-04 Thread iquest
Hi All, Thanks to all the users replied to my question on Printer sharing. Most of you suggested me to use Samba. I went ahead and install the Samba package. I read some of the document that came with the package and I still do not quite get to do what I want. If anyone of you do not

dotfile locking, NFS and lockd

1998-03-04 Thread Nelson Posse Lago
Hi, Quite some time ago (somewhere around debian 1.1 and 1.2), it was pointed out (by Miquel Smoorenburg, I think) that while all debian programs (or all mail related programs?) agree in using dotfile locking, many of them used the "wrong" function to implement that, since the commonly used functi

My laptop keeps crashing

1998-03-04 Thread Charles Blair
I have installed debian on an IBM Thinkpad (model 310ED--- this seems to be a little-used model, I'm beginning to understand why). I used the CD's that came with Dale Scheetz's DEBIAN LINUX USER'S GUIDE. Most of the system worked as I expected. However, I have recently been experiencing cra

IDE CD-ROM IRQ

1998-03-04 Thread Leandro Guimarães Faria Corcete Dutra
I'm performing an installation from CD-ROM on a Compaq Deskpro 4000 with a CreativeLabs 8x IDE CD-ROM. During dselect, the machine comes to a crawl (including the other virtual consoles), almost unusable, and the instalation of each packages takes minutes. The console is filled by many, ma

Re: Debian-|-Zip

1998-03-04 Thread Alex Yukhimets
> From [EMAIL PROTECTED] Wed Mar 04 10:07:30 1998 > Envelope-to: [EMAIL PROTECTED] > Delivery-date: Wed, 4 Mar 1998 10:07:30 -0500 > Resent-date: Wed, 04 Mar 1998 14:56:26 + > Date: Wed, 04 Mar 1998 09:56:27 -0500 (EST) > Resent-from: debian-user@lists.debian.org > From: Scott Ellis <[EMAIL PRO

tape backup regiment

1998-03-04 Thread Rob Goodwin
I would like to set up a "fail-safe" backup system for a linux box that i am putting together for a client of mine. Ideally the client will just have to make sure there is a new tape in there every other day and a cron will take care of backing up the entire 2G drive to tape sometime when everyone

sharing a fax/modem with win95

1998-03-04 Thread Rob Goodwin
Hi there, Can anyone out there tell me if there is some kind of solution out there that will let win95 to send a fax through a fax/modem on a linux server? thanks for any suggestions, rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble?

Re: New (hamm) afterstep info

1998-03-04 Thread Anthony Fok
On Tue, Mar 03, 1998 at 11:28:13AM -, Kevin Traas wrote: > I'm running the new 1.4 on a few machines here and it's great! Many changes > from the previous version. > > ftp the tarball and untar it. The README/INSTALL provide info on changes > from the original - however, these files are them

Re: Printer sharing

1998-03-04 Thread Florian Attenberger
Hi, > > iquest wrote: > > Hi, > > I'd like to know how to share my printer that is connected to > my linux box to other PCs that run Windows/NT on the network. > Currently, I'm able to ftp from the Windows/NT PC to my linux > box. So I think my network is working. > > Thanks!

Re: Kernel Install

1998-03-04 Thread Carroll Kong
My bad. Sorry for the misinformation then. I am new to Debian... used to old school Slackware. Although it says it will break compilations... it seemed to work fine for the most part. But from now on, I will not do it. Carroll Kong On Wed, 4 Mar 1998, Scott Ellis wrote: > O

Re: smail (again..... sheesh..)

1998-03-04 Thread john
I wrote: > I have one [a valid hostname]. It just makes things worse, since it isn't > in my isp's domain. Michael Beattie writes: > I gather you mean a valid domain as in being in the DNS? Yes. > hehe not my ISP, they are so slack that billing sometimes get > completly screwed up... Brigh

Re: LI instead of LILO:

1998-03-04 Thread Daniel Mashao
On Wed, 4 Mar 1998, C.J.LAWSON wrote: > I have had this problem before and I almost died of fustration before I > fixed ... as with most things the solution was pretty simple. For a start > try using a minimal lilo and requesting the bios to auto detect the hdd at > boot up. If this fails then do

Re: SCSI controller

1998-03-04 Thread Gary L. Hennigan
In an article Alex Yukhimets <[EMAIL PROTECTED]> wrote: | In an article Peter Paluch <[EMAIL PROTECTED]> wrote: | > I'm thinking of buying a SCSI for my computer. However, I have no | > experience in this field. I'd like to buy some that works well | > with Linux. What do you think of Adaptec and W

Re: Last login info

1998-03-04 Thread Scott Ellis
On Wed, 4 Mar 1998, M.C. Bezemer wrote: > I noticed that redhat 5.0 'remembers' the full host name of my last > login, while my debian 1.3.1 system gives me only the first 16 characters > of it. As I didn't yet have the courage to install hamm, my question is, > will hamm also remember the full ho

Re: SCSI controller

1998-03-04 Thread ' ALLAN W. BART
hi, i have just purchased an inexpensive advansys fast scsi controller from a com,pany and it seems that they are very good at working with the linux community. the firm that i great a good buy from was centrix international. thanks, allan -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the

Re: Have a question about Debian..

1998-03-04 Thread Steve Mayer
I also ran across this problem when I tried a hand built MD5SUM from the source package on sunsite. Once I replaced it with the Debian copy, the problems went away. Check to see if you have more than one copy of MD5SUM in your path. Steve Mayer [EMAIL PROTECTED] Carey Evans wrote: > > "P. D.

Re: Kernel Install

1998-03-04 Thread Scott Ellis
On Wed, 4 Mar 1998, Carroll Kong wrote: > > tar zpfxv linux_2.0.33.tar.gz > > technically you forgot.. > > cd /usr/include > rm -rf asm linux scsi > ln -s /usr/src/linux/include/asm-386 asm > ln -s /usr/src/linux/include/linux linux > ln -s /usr/src/linux/include/scsi scsi NO, DON'T DO THIS.

Re: SCSI controller

1998-03-04 Thread Jeff Noxon
On Wed, Mar 04, 1998 at 09:36:47AM -0500, Alex Yukhimets wrote: > > I'm thinking of buying a SCSI for my computer. However, I have no experience > > in this field. I'd like to buy some that works well with Linux. What do you > > think of Adaptec and Western Digital? > > Only BusLogic (Mylex) is gu

Re: Printer sharing

1998-03-04 Thread Ossama Othman
Hi, > I'd like to know how to share my printer that is connected to > my linux box to other PCs that run Windows/NT on the network. I'm not sure if this will work with NT machines, but here goes anyway :). In order to allow a UN*X machine to accept print requests from a remote machine, you

Re: wu-ftpd and anonymous ftp

1998-03-04 Thread Bob Nielsen
On Wed, 4 Mar 1998, Jason Ish wrote: > I'm running hamm and have just installed the wu-ftpd server for the purpose > of an anonymous ftp account. I thought I had everything working, or so it > appeared to work from any command line ftp client (linux/win95), but when a > friend tried to get to it

Re: -I- Re: mtools: mmove usage sorry, could not help...

1998-03-04 Thread Ulf Jaenicke-Roessler
On Wed, 4 Mar 1998, Carroll Kong wrote: > I never could get the mtools to have full functionality... especially on > logical drives in extended partitions for dos. Is that how you do it? just > do > a > mcopy a: /dos/e? and it'll hunt for logical partition named E:? I tried > mcopy >

Re: SCSI controller

1998-03-04 Thread D. W. Wieboldt
On Wed, Mar 04, 1998 at 09:36:47AM -0500, Alex Yukhimets wrote: > > I'm thinking of buying a SCSI for my computer. However, I have no experience > > in this field. I'd like to buy some that works well with Linux. What do you > > think of Adaptec and Western Digital? > > Only BusLogic (Mylex) is gu

Re: SCSI controller

1998-03-04 Thread Raymond A. Ingles
On Wed, 4 Mar 1998, Peter Paluch wrote: > Hello, > == > > I'm thinking of buying a SCSI for my computer. However, I have no experience > in this field. I'd like to buy some that works well with Linux. What do you > think of Adaptec and Western Digital? > > Thanks a lot. You probably want t

Re: Virtual Consoles

1998-03-04 Thread Peter Paluch
Hello, == > I wish to screen to clear after booting my system but using agetty this is not > possible, I have tried using mingetty and this does what I require, but I am > wondering if there is anyreason agetty was chosen (i.e Does it support some > features mingetty does not, when used for vi

Re: Debian-|-Zip

1998-03-04 Thread Scott Ellis
On Wed, 4 Mar 1998 [EMAIL PROTECTED] wrote: > >Does debian/LINUX support zip drives? > > > > Yes, all varieties. > > Well, Zip Plus plugged into parallel port was not supported last time I > checked... That's odd, it's worked for me for a while. You're looking for the ppa driver, you proba

Lilo v18==>v20 : HULP!

1998-03-04 Thread Kevin Cave
HELP! Can't remember what I was doing at the time a month or so ago, but when I try to run LILO, for it to replace the boot record, it kind of goes like this. compaq_4# lilo First boot sector is version 18. Expecting version 20. compaq_4# Any help to get around this is appreciated,

Re: installing packages

1998-03-04 Thread Joost Kooij
On Wed, 4 Mar 1998, ANDREW INFANTE wrote: > How do you go about installing packages that are gzipped, and don't > have .deb extensions? Ouch! You can't just do that, you need to install Slackware first :-) But IIRC Slackware is not available as a .deb yet. Maybe someone is working on it

Re: installing packages

1998-03-04 Thread Peter Paluch
Hello, == > How do you go about installing packages that are gzipped, and don't > have .deb extensions? If they are only gzipped, then there is only file inside the .gz file, and you unzip it using gunzip, like : gunzip name_of_the_file.gz However, if the files end with .tar.gz or

Re: SCSI controller

1998-03-04 Thread Alex Yukhimets
> I'm thinking of buying a SCSI for my computer. However, I have no experience > in this field. I'd like to buy some that works well with Linux. What do you > think of Adaptec and Western Digital? Only BusLogic (Mylex) is guranteed to work properly under Linux. Alex Y. -- _ _( )_ ( (o_

Re: disk partitions (part 3) ... :D

1998-03-04 Thread Helmut Leinfellner
At 11:35 03.03.98 -0500, you wrote: >Hi Helmut; > >I am not really much of an expert in this sort of problem but would like >to see if I can help you to have a little better understanding of what >is going on with your system (as best as I understand anyway)... > >The ROM portion of DOS loads and e

-I- Re: mtools: mmove usage sorry, could not help...

1998-03-04 Thread Carroll Kong
I never could get the mtools to have full functionality... especially on logical drives in extended partitions for dos. Is that how you do it? just do a mcopy a: /dos/e? and it'll hunt for logical partition named E:? I tried mcopy a: e: and no go (a while back in FreeBSD). I got arou

Re: Zero Length Files on the CD...

1998-03-04 Thread Carroll Kong
Hopefully it'll turn to symlinks... he needed to burn with ISO9660 with Rockridge extensions. Didn't he say he burned with EZCD Pro? Mine for Win 95 / NT had no such option. They have joliet.. maybe even romeo so he can try to patch his kernel for fat32 support / joliet (combo patch), an

Re: Kernel Install

1998-03-04 Thread Carroll Kong
Carroll Kong > tar zpfxv linux_2.0.33.tar.gz technically you forgot.. cd /usr/include rm -rf asm linux scsi ln -s /usr/src/linux/include/asm-386 asm ln -s /usr/src/linux/include/linux linux ln -s /usr/src/linux/include/scsi scsi > cd linux > make mrproper > make menuconfig > make dep > make

Re: Compute Farm, Part II (nobody mentioned nfsroot!)

1998-03-04 Thread Terrence Brannon
I'm suprised no-one has mentioned nfsroot to-date. Based on its docs, it could do this quite well. But tryin to understand the docs is hell, and getting it to work even worse, especially when I got no response to my probs f/the maintainer. -- Terrence Brannon * [EMAIL PROTECTED] * http://lnc.usc

Re: mtools: mmove usage

1998-03-04 Thread Ulf Jaenicke-Roessler
On Wed, 4 Mar 1998, M.C. Bezemer wrote: > On Wed, 4 Mar 1998, Hamish Moffatt wrote: > > > > > The error message is a bug, but DOS-wise "a:" is a non-sensical > > source; DOS wouldn't accept it for either copy or move. > > "a:*.*" is the answer but you'd have to quote it. That may or may > > not

Printer sharing

1998-03-04 Thread iquest
Hi, I'd like to know how to share my printer that is connected to my linux box to other PCs that run Windows/NT on the network. Currently, I'm able to ftp from the Windows/NT PC to my linux box. So I think my network is working. Thanks! -- Timothy C. Phan Intelligence Quest Research

Re: Kernel Install

1998-03-04 Thread Henry Hollenberg
Sounds like maybe you didn't redo your links for vmlinuz in / and didn't edit lilo.conf (if you want to still have your old kernel available in emergencys). Henry Hollenberg [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECT

Virtual Consoles

1998-03-04 Thread Graham Lillico +44 1785 248131
Hi, Can anyone tell me why debian 1.3.1 uses agetty, instead of something like mingetty? I wish to screen to clear after booting my system but using agetty this is not possible, I have tried using mingetty and this does what I require, but I am wondering if there is anyreason agetty was chosen

SCSI controller

1998-03-04 Thread Peter Paluch
Hello, == I'm thinking of buying a SCSI for my computer. However, I have no experience in this field. I'd like to buy some that works well with Linux. What do you think of Adaptec and Western Digital? Thanks a lot. Peter *

installing packages

1998-03-04 Thread ANDREW INFANTE
For a linux newbie... How do you go about installing packages that are gzipped, and don't have .deb extensions? TIA, Andy -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: mtools: mmove usage

1998-03-04 Thread M.C. Bezemer
On Wed, 4 Mar 1998, Hamish Moffatt wrote: > > The error message is a bug, but DOS-wise "a:" is a non-sensical > source; DOS wouldn't accept it for either copy or move. > "a:*.*" is the answer but you'd have to quote it. That may or may > not be the problem though. > I've tried some things on

Re: mtools: mmove usage

1998-03-04 Thread Hamish Moffatt
On Wed, Mar 04, 1998 at 12:55:24PM +0100, Peter Paluch wrote: > > You might try to use \* instead of * to disable the shell's filename > > expansion. (I have to do that when I'm in tcsh). > > I don't know about you, but have a look what it complains about: > > frcatel:~$ mmove a: /archive/users/p

Re: mtools: mmove usage

1998-03-04 Thread Peter Paluch
Hello, == > You might try to use \* instead of * to disable the shell's filename > expansion. (I have to do that when I'm in tcsh). I don't know about you, but have a look what it complains about: frcatel:~$ mmove a: /archive/users/peterp/pokus Path component "archive" is not a directory Bad

www.ml.org and dynamic dns

1998-03-04 Thread john
I have agreed to package one of the client programs that www.ml.org has for Debian, but I think that this would best be done by someone who is actually using the service. Is there anyone here who is and wants to become a maintainer? -- John Hasler [EMAIL PROTECTED] (John Hasler) Dancing Horse Hil

Re: mtools: mmove usage

1998-03-04 Thread M.C. Bezemer
On Wed, 4 Mar 1998, Ulf Jaenicke-Roessler wrote: > > Thank you for your reply. > > On Wed, 4 Mar 1998, Peter Paluch wrote: > > > As I do not use mtools very often, I am not sure if this helps but it does > > not harm to try out: > > > > mmove a:*.* /dos/whatever > > Well, I tried that bef

Re: mtools: mmove usage

1998-03-04 Thread Ulf Jaenicke-Roessler
Thank you for your reply. On Wed, 4 Mar 1998, Peter Paluch wrote: > As I do not use mtools very often, I am not sure if this helps but it does > not harm to try out: > > mmove a:*.* /dos/whatever Well, I tried that before and it didn't work either. Best regards, Ulf -- TO UNSUBSCRIBE

Re: making room

1998-03-04 Thread Richard G. Roberto
On Wed, 4 Mar 1998, Hamish Moffatt wrote: > On Tue, Mar 03, 1998 at 05:15:18PM -0800, Jim wrote: > > >Is there a way to check how much space a package is using? I looked > > >for an option for the "dpkg -l", so that the size of each package > > >would be shown, but found nothing. > > > > I would

Re: mtools: mmove usage

1998-03-04 Thread Peter Paluch
Hello, == > how am I supposed to use mmove? As I do not use mtools very often, I am not sure if this helps but it does not harm to try out: mmove a:*.* /dos/whatever I have not tried it though. All the best, Peter *

Re: php3 + apache = undefined `table_elts'

1998-03-04 Thread tibor simko
> "greg" == Gergely Madarasz <[EMAIL PROTECTED]> writes: greg> The current php3 package was compiled with apache greg> 1.3b3. Since then apache 1.3b5 is available as a debian greg> package, i just didnt have time to upload the new php3.deb greg> compiled against it... hmm, pe

mtools: mmove usage

1998-03-04 Thread Ulf Jaenicke-Roessler
Hi, how am I supposed to use mmove? I think it should be called just like mcopy. However, while 'mcopy a: /dos/e' works, 'mmove a: /dos/e' doesn't. The man page and the info file didn't help. Any hints? Or is it a bug? Thank you, Ulf -- #include -- TO UNSUBSCRIBE FROM THIS MAILIN

Re: Have a question about Debian..

1998-03-04 Thread Carey Evans
"P. D. Tisdale" <[EMAIL PROTECTED]> writes: > I just downloaded all of the "chunks" that make up the Debian Binary CD. > > I also downloaded the MD5SUM.EXE and MD5SUMS files. However, when I use > MD5SUM to test the chunks, EVERY single one fails! A better possibility than that you downloaded i

Re: Zero Length Files on the CD...

1998-03-04 Thread Carey Evans
"P. D. Tisdale" <[EMAIL PROTECTED]> writes: >I'm not sure if this problem is normal for > these CDs, but there are quite a few ZERO LENGTH FILES on the CD. Is > this normal or did I do something wrong?? I used EZCD Pro for Windows > 3.1, and a 650Mb CD. (My CD Burner is a Creative Labs 4210).

Re: making room

1998-03-04 Thread Carey Evans
"Luiz Otavio L. Zorzella" <[EMAIL PROTECTED]> writes: > Is there a way to check how much space a package is using? I looked > for an option for the "dpkg -l", so that the size of each package > would be shown, but found nothing. There's no built in way. However, I'd suggest something like: % dp

Re: Zero Length Files on the CD...

1998-03-04 Thread tko
P. D. Tisdale writes: > > I have another problem.. I have downloaded and tested all of the chunks > that make up the Debian Binary CD. Also have put them together as > stated in the instructions (yes I connected them in order). Lastly, I > burned the CD. However, I'm not sure if this problem i

Re: I need help

1998-03-04 Thread Ivan & Ines Rojas
First, thanks to all the people that has posted to this thread. Second, I want to explain some point here. I have Debian 1.3.1 with ppp installed from the 1.3.1 cd ( ppp_2_2... don't remember ) and I found the pon and poff files. I checked my ppp.chatscript and ppp.options_out scripts according t

Last login info

1998-03-04 Thread M.C. Bezemer
Hi, I noticed that redhat 5.0 'remembers' the full host name of my last login, while my debian 1.3.1 system gives me only the first 16 characters of it. As I didn't yet have the courage to install hamm, my question is, will hamm also remember the full hostname of the host I last logged in from? (o

Re: forwarded message from Luiz Otavio L. Zorzella

1998-03-04 Thread Luiz Otavio L. Zorzella
Manoj Srivastava writes: > Hi, >>> "Luiz" == Luiz Otavio L Zorzella <[EMAIL PROTECTED]> writes: Luiz> I posted this question in debian-user list, and was advised to Luiz> post in this list, because you have supposedelly just decided to Luiz> remove from the .deb packages a feature that would allo

Re: forwarded message from Luiz Otavio L. Zorzella

1998-03-04 Thread Manoj Srivastava
Hi, >>"Luiz" == Luiz Otavio L Zorzella <[EMAIL PROTECTED]> writes: Luiz> I posted this question in debian-user list, and was advised to Luiz> post in this list, because you have supposedelly just decided to Luiz> remove from the .deb packages a feature that would allow this to Luiz> be accomplishe

broken manpages-dev

1998-03-04 Thread Luiz Otavio L. Zorzella
I just installed manpages-dev_1.18-2.deb, and I had to uninstall it, because it breaks my man. It stalls updating the cache, untill I have to CTRL-C it... Anyone else? Look: nr# dpkg -i manpages-dev_1.18-2.deb Selecting previously deselected package manpages-dev. (Reading database ... 28709 fi

XNTPD problem

1998-03-04 Thread Martin Madlik
Hi, I have folowing problem I'm using "Debian 2.0" with 2.0.33 kernel and now I'm trying to set up xntpd. my /etc/ntp looks like this : logfile /var/log/xntpd driftfile /var/lib/ntp/ntp.drift statsdir /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstat

Is there HA (High Availability) like solution ?

1998-03-04 Thread whkye
Hi ! I'd like to bind two debian stations by using HA like solution. I belive that it could be the tolerant system. Where can I find it? Thanks for any small help whkye begin: vcard fn;quoted-printable:=B0=E8 =BF=F8=C8=A3 (Won-Ho Kye) n;quoted-printable:;=B0=E8 =BF=F8=C8=A3 (Won-Ho Ky

Re: smail (again..... sheesh..)

1998-03-04 Thread Michael Beattie
On 3 Mar 1998 [EMAIL PROTECTED] wrote: > Michael Beattie writes: > > What I would like to know is what are peoples opinion's on their own > > configurations, and what the pro's and con's are. One I can think of; > > Daniel's rewriting of /etc/smail/config every login,... > > I may try that. > >

Re: LI instead of LILO:

1998-03-04 Thread C.J.LAWSON
I have had this problem before and I almost died of fustration before I fixed ... as with most things the solution was pretty simple. For a start try using a minimal lilo and requesting the bios to auto detect the hdd at boot up. If this fails then do the same thing (auto detect) but specify large

Re: crt1.c

1998-03-04 Thread C.J.LAWSON
If I remember clearly, the file you allude to crt1.o must necessarily exist for gcc to function properly. I once did a "find .. '*.o' -exec rm \{} \; ..." to clean my system and found myself in hot water when I tried to exec gcc. I was pretty new to Linux then and had to go a-begging the chap upsta

Re: How to remove Boot block

1998-03-04 Thread Carey Evans
Pascal MIQUET <[EMAIL PROTECTED]> writes: > I've install Linux with LiLO as super boot block. > > I'd like to change it and make only LiLO for my LiNUX partition. > > How can I remove this kind of information on ms SCSI PS/2 boot disk ! Look in /boot. There should be a file like "boot.0800" -

Re: wu-ftpd and anonymous ftp

1998-03-04 Thread Ben Gertzfield
"Jason Ish" <[EMAIL PROTECTED]> writes: > I'm running hamm and have just installed the wu-ftpd server for the purpose > of an anonymous ftp account. I thought I had everything working, or so it > appeared to work from any command line ftp client (linux/win95), but when a > friend tried to get to

wu-ftpd and anonymous ftp

1998-03-04 Thread Jason Ish
I'm running hamm and have just installed the wu-ftpd server for the purpose of an anonymous ftp account. I thought I had everything working, or so it appeared to work from any command line ftp client (linux/win95), but when a friend tried to get to it using wsftp, no directory listing was given to

Re: Kernel Install

1998-03-04 Thread Manoj Srivastava
Hi, There is not enough information to make a judgement. Please provide the following: % ls -asCF /lib/modules % ls -als / % ls -asCF /boot BTW, on Debian, kernel-package offers a simple, convenient way of upgrading and maintianing severl different versions of the kernel on you

  1   2   >