a c++ version of efence

1997-11-10 Thread Shaleh
Is there something like electric fence for c++?? Does not have to be Debian. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: best Linux video card

1997-11-10 Thread avryhof
How do I get X11 to work on my IBM Aptiva (model 2144-M51) Mouse, Video Card. /-\/\/[EMAIL PROTECTED] ß \/|^y#@|= Amos B. Vryhof On Mon, 3 Nov 1997 21:09:22 -0500 (EST) Simon's Mailing List Account [EMAIL PROTECTED] writes: Around the $100 end (or less) I'd say a generic ET6000 based card with

Re: a c++ version of efence

1997-11-10 Thread Alex Yukhimets
Is there something like electric fence for c++?? Does not have to be Debian. Hi. You can happily link electric-fence with c++ code using g++ -o ... *.o -u malloc -lefence Alex Y. -- _ _( )_ ( (o___ +---+ | _ 7 |

Re: a c++ version of efence

1997-11-10 Thread Shaleh
The docs says it only works on malloc. Is this not the case?? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: a c++ version of efence

1997-11-10 Thread Alex Yukhimets
The docs says it only works on malloc. Is this not the case?? Well, it is. But new eventually uses malloc() anyway. Alex Y. -- _ _( )_ ( (o___ +---+ | _ 7 |Alexander Yukhimets| \()

Re: MTA Suggestion

1997-11-10 Thread Jason Costomiris
On Mon, Nov 10, 1997 at 09:16:01AM +1100, Craig Sanders wrote: : qmail might be excellent at what it does but it's incompatible with : /var/spool/mail. Yeah, and? It allows you to streamline your quota setup. It also allows you to have a smaller /var. : the one time i installed it, i couldn't

Re: a c++ version of efence

1997-11-10 Thread Shaleh
I am looking for something that shows leaks and what not. efence only works on segfault type situations. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Configuring xinetd- cannot telnet to self

1997-11-10 Thread Dan Hugo
I should be able to do this: telnet 127.0.0.1 from my machine (telneting to myself) but I get this: Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused Same when trying to ftp, etc. I looked for a HOWTO on xinetd, but didn't see anything. So where should I

Losing colors in X

1997-11-10 Thread csmall
G'day All, I think this is a bug, but I am unable to track down what program is causing it, so I thought I would try here first. I am finding in X that I am missing colors. I find that xcolors crashes and that xcolorsel says unable to allocate any colors. When a launch xterm from another

pgp versions

1997-11-10 Thread Robert D. Hilliard
I have downloaded both pgp-i_2.6.3a-1.deb and pgp-us_2.6.3a-1.deb from nonus.debian.org. The documentation indicates that the international version is somewhat better than the US version, but isn't properly licensed for use in the US. Is the encryption obtained by the two versions

How can I use base floppy set to get module support?

1997-11-10 Thread Ken Deboy
Hello, I just installed Debian from the rescue and base floppy set. During the install, it installed modules for sbpcd, umsdos, lp, psaux, and ppp into the kernel as I specified to the install program. How- ever, when I try to run pppd, I get an error message saying Sorry - this system lacks PPP

Why would modprobe be looking for binfmt-0 ?

1997-11-10 Thread Dan Hugo
This is a strange one: I have java executable and aout executable support compiled as modules. These both have names that begin with binfmt, but I can see no reference to anything called binfmt-0 in /etc/modules or /lib/modules/2.0.27/modules.dep Nor is there any so-named module anywhere that I

Re: a c++ version of efence

1997-11-10 Thread Bruce Perens
Yes, g++ operator new and operator delete and their vector variants call malloc() and free(), and will work with Efence out of the box. This is not true for some other compilers and operating systems. Thanks Bruce -- Can you get your operating system fixed when you need it?

Re: Bash 2.01-5 vi-style line editing- FIXED

1997-11-10 Thread Kingsley G. Morse Jr.
Some days ago I asked for help on getting version 2.01-5 of bash to work with vi-style line editing. It turned out that putting set -o vi in $HOME/.bashrc breaks vi-style line editing! I filed a bug report and worked around it by putting set editing-mode vi set keymap vi in

Moving files between DOS hard drive and Linux hard drive

1997-11-10 Thread Charles Read
I have read through some of the man-pages for mtools, but I cannot determine how to move a file between a DOS hard drive and a Linux hard drive. [By DOS hard drive, I mean the drive containing Win95, etc.; by Linux hard drive, I mean a 2nd drive containing Debian 1.3.] If I initiate the file

Re: MTA Suggestion

1997-11-10 Thread Manoj Srivastava
Hi, Jason == Jason Costomiris [EMAIL PROTECTED] writes: Jason On Mon, Nov 10, 1997 at 09:16:01AM +1100, Craig Sanders wrote: Craig finally, qmail is non-free. debian CAN'T use it as the default Craig MTA. Jason Hmmm.. It can be freely distributed, once the author approves Jason of it. See

Re: Moving files between DOS hard drive and Linux hard drive

1997-11-10 Thread Ben Pfaff
Charles Read [EMAIL PROTECTED] writes: I have read through some of the man-pages for mtools, but I cannot determine how to move a file between a DOS hard drive and a Linux hard drive. [By DOS hard drive, I mean the drive containing Win95, etc.; by Linux hard drive, I mean a 2nd drive

Re: Configuring xinetd- cannot telnet to self

1997-11-10 Thread Daniel Martin
On Sun, 9 Nov 1997, Dan Hugo wrote: I should be able to do this: telnet 127.0.0.1 from my machine (telneting to myself) but I get this: Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused Same when trying to ftp, etc. I looked for a HOWTO on

RE: pam errors caused by netatalk

1997-11-10 Thread Gabriel Ramirez
On Fri, 7 Nov 1997, Gudmundur Ragnar wrote: I also have a problem with netatalk. If a user mounting his home-directory on a Mac gives an incorrect password there is no more reply from the server to any Mac. I have to reboot the server to get it going again. I has the same problem, I

checker compile problem

1997-11-10 Thread Shaleh
sorry guys ;-) gestalt:~/code/list% make checkerg++ list_class.cpp -c -Wall -O2 -s -pedantic checkerg++ main.cpp -c -Wall -O2 -s -pedantic checkerg++ main.o list_class.o -o list -Wall -O2 -s -pedantic /usr/i486-linuxchecker/lib/libdebian.a(chkr-assert.o): In function `induce_segfault':

Re: LILO only says LI 01 01 01 01...

1997-11-10 Thread niall
My experiences with this indicate that LILO CANNOT configure itself on any except the first logical drive. I didn't experiment with it, but since removeable media (jaz drive) can be /dev/sda that made my hard drive /dev/sdb. When I tried to make lilo insert itself under these conditions I

Re: Configuring xinetd- cannot telnet to self

1997-11-10 Thread Dan Hugo
Well, it must be late, because I thought this info was there, but I had looked in /etc/inetd.conf instead of /etc/xinetd.conf Clearly, I missed something during my install a while back... Thanks! -dh Daniel Martin wrote: On Sun, 9 Nov 1997, Dan Hugo wrote: So where should I look to

Re: MTA Suggestion

1997-11-10 Thread Craig Sanders
On Sun, 9 Nov 1997, Tim Ferrell wrote: there's also the 'minor' problem that only a few MUAs (i don't know of one except for qmail-popper) will work with qmail's new maildir format. Actually this is not entirely true... You can set up qmail to use mbox files - but as you point out, the

Re: Configuring xinetd- cannot telnet to self

1997-11-10 Thread Rik Johns
From [EMAIL PROTECTED] Mon Nov 10 00:07:59 1997 Received: (qmail 15593 invoked by uid 38); 10 Nov 1997 08:04:44 - Resent-Date: 10 Nov 1997 08:04:41 - Resent-Cc: recipient list not shown: ; X-Envelope-Sender: [EMAIL PROTECTED] Received: (qmail 15525 invoked from network); 10 Nov 1997

2.0.31: no more than 8 swap partitions, memory leaks?

1997-11-10 Thread Francesco Potorti`
Hi, I am testing a new installation of 2.0.31 on the latetest stable Debian. Two things to notice up to now. I left a torture test run on disks (three Bonnie processes running in parallel). All was okay, apparently. While doing so, I tried to run mirror on the Debian ftp site, and mirror grew

Re: 2.1.30 and 3c900 module: Transmitter access conflict

1997-11-10 Thread Francesco Potorti`
[EMAIL PROTECTED] (Ferenc Kiraly) writes: The subject says it all: I am installing a Debian 1.3.1 system on a brand new PC with a 3c900 Combo board. I use that card with the vortex driver and it works fine ... I think the 3c59x module is the wrong one. Thanks for you answer.

vi fixed

1997-11-10 Thread God of Darkness
Thanks you for the advice. Works fine now. All we need now is Vi support built into the kernel ;) -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

CD mount

1997-11-10 Thread Franck LE GALL - STAGIAIRE A FT.BD/CNET/DTD/PIH
Hi, Recently, I wrote a CD under Win 95 using easy CD pro. This CD contains the debian distribution. I have got no problems to read it under win95. All the files appear with long filenames. But when I try to read it under Linux, it does the same thing as under dos: all the long filenames are

Re: CD mount

1997-11-10 Thread Thomas Baetzler
Franck LE GALL - STAGIAIRE A FT.BD/CNET/DTD/PIH wrote: :Recently, I wrote a CD under Win 95 using easy CD pro. [...] :But when I try to read it under Linux, it does the same thing :as under dos: all the long filenames are translated to 8.3 The Win95 formatters usually write the CDROM as Joliet

Re: MTA Suggestion

1997-11-10 Thread Craig Sanders
On Sun, 9 Nov 1997, Jason Costomiris wrote: On Mon, Nov 10, 1997 at 09:16:01AM +1100, Craig Sanders wrote: : qmail might be excellent at what it does but it's incompatible with : /var/spool/mail. Yeah, and? It allows you to streamline your quota setup. It also allows you to have a

VI AGAIN :(

1997-11-10 Thread God of Darkness
sigh It all works fine now, except that Ctrl L doesn't work ( i like clearing the screen like that). Any ideas? [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

vi again

1997-11-10 Thread God of Darkness
sorry ignore the last post - i just have to enter command mode first -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: interrupt 13

1997-11-10 Thread Thomas Baetzler
Paul Miller wrote: :here is my /proc/interrupts: [...] :13: 1 math error [...] :Why does IRQ 13 say 'math error' and how can I fix it (if nessacary)? I'm :using a Cyrix 166+ if that makes a difference. Good question. Like, General Failure reading disk Who's General Failure, and why

Work-Needing and Prospective Packages for Debian GNU/Linux

1997-11-10 Thread Philippe Troin
Work-Needing and Prospective Packages for Debian GNU/Linux Philippe Troin, [EMAIL PROTECTED] $Id: packages.sgml,v 1.58 1997/11/10 10:09:58 phil Exp $ 1. General Questions 1.1. Before reading this document You should have read the Debian GNU/Linux FAQ http://www.debian.org/doc/FAQ/. 1.2.

Re: MTA Suggestion

1997-11-10 Thread Jason Costomiris
On Mon, Nov 10, 1997 at 08:40:35PM +1100, Craig Sanders wrote: : Yeah, and? It allows you to streamline your quota setup. It also allows : you to have a smaller /var. : : what does the qmail way allow you to do with quotas which you can't : do with the standard /var/spool/mail? i can think of

Re: a c++ version of efence

1997-11-10 Thread jdassen
On Sun, Nov 09, 1997 at 08:59:33PM -0500, Shaleh wrote: I am looking for something that shows leaks and what not. efence only works on segfault type situations. Take a look at http://www.cs.colorado.edu/homes/zorn/public_html/MallocDebug.html for a list of tools relating to memory management

Re: MTA Suggestion

1997-11-10 Thread Tim Ferrell
On 10 Nov, Craig Sanders let loose with: On Sun, 9 Nov 1997, Tim Ferrell wrote: there's also the 'minor' problem that only a few MUAs (i don't know of one except for qmail-popper) will work with qmail's new maildir format. Actually this is not entirely true... You can set up qmail to

set up ftp for dselect

1997-11-10 Thread tko
I have a laptop running release 1.2 (I loaded it on the laptop the hard way). I would like to setup a PPP link between my desk top system (running 1.3) and the laptop. Then get an FTP server running so that dselect on the laptop can access the CDROM drive and upgrade itself (via ftp access). So, I

Update: mounting MS-DOS fs onto Linux

1997-11-10 Thread Charles Read
Here's what I tried: 0. Looked at /proc/filesystems to verify that VFAT was supported. 1. Ran dmesg | more to verify that /dev/hda1 was the correct partition. 2. Ran mount and got this result: # mount -t vfat /dev/hda1 /mnt [MS-DOS FS Rel. 12, FAT 16,check=n,conv=b,uid=0,gid=0,umask=022,bmap]

Re: checker compile problem

1997-11-10 Thread Ben Pfaff
Is this with Checker 0.8-8? If so, you probably want to upgrade to the version from hamm, 0.8-19, it's much better. Shaleh [EMAIL PROTECTED] writes: gestalt:~/code/list% make checkerg++ list_class.cpp -c -Wall -O2 -s -pedantic checkerg++ main.cpp -c -Wall -O2 -s -pedantic checkerg++ main.o

Re: a c++ version of efence

1997-11-10 Thread E.L. Meijer \(Eric\)
On Sun, Nov 09, 1997 at 08:59:33PM -0500, Shaleh wrote: I am looking for something that shows leaks and what not. efence only works on segfault type situations. Take a look at http://www.cs.colorado.edu/homes/zorn/public_html/MallocDebug.html for a list of tools relating to memory

Re: Setting volume size for dump

1997-11-10 Thread Jens B. Jorgensen
Claus-Justus Heine wrote: Aren't these marks simply file marks? (just asking, I know that there are thos MTFSS/BSS/WSM tape operations, are these effectively different from the MTFSF/BSF/WEOF operations?) Yeah, it's a different beast. Trust, me, I can tell mt to find a mark and

WC:: [linux-security] Perl script to locate F0 0F C7 C8 bombs (fwd)

1997-11-10 Thread Chad D. Zimmerman
Here is a script that I got from another list I am on. May be of use to some peple here. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Chad D. Zimmerman [EMAIL PROTECTED] Southwest Technology Development Institute New Mexico State

Re: CD mount

1997-11-10 Thread Daniel Martin
On Mon, 10 Nov 1997, Thomas Baetzler wrote: Franck LE GALL - STAGIAIRE A FT.BD/CNET/DTD/PIH wrote: :Recently, I wrote a CD under Win 95 using easy CD pro. [...] :But when I try to read it under Linux, it does the same thing :as under dos: all the long filenames are translated to 8.3 The

X server setup under 1.3.1 (Matrox Mystique + Sony 200sx)

1997-11-10 Thread Alan D. Brunelle
I have just loaded 1.3.1 onto my system at home which has a Matrox Mystique (220 w/ 4MB RAM) plus a Sony 200sx (17 multiscan monitor). I tried xf86config and got to the point of selecting the graphics card (it selected the Mystique). It than presented an error message indicating that I should run

rescue disk creation

1997-11-10 Thread Mike Woods
I have been trying to create a rescue disk off of my CD drive to my a: drive with the command rawrite2 -f resc1440.bin -d a: And I continue to get the message 'permission denied' and it will not create the rescue disk. Then in Win95 I created a dos Icon on my desk top and changed the dos

Re: MTA Suggestion

1997-11-10 Thread Remco van de Meent
On Mon, 10 Nov 1997, Craig Sanders wrote: : I still don't know of any MUAs which will read mail from either maildir : or ~/Mailbox. admittedly, configuring pine or elm to read ~/Mailbox : rather than the usual spool dir is pretty simplebut that requires : every user on the system to

Re: a c++ version of efence

1997-11-10 Thread Ben Pfaff
E.L. Meijer \(Eric\) [EMAIL PROTECTED] writes: Hmm, both efence and checker from stable currently have problems with C++ programs (at least, with _my_ C++ program). For both packages there are bug reports. In the reply to the bug-reports from checker the maintainer recommends installing a

Re: CD mount

1997-11-10 Thread Steve Mayer
...or install the Joliet patch available for the kernel. This will allow Linux to see the long filenames on a Joliet based CD. (personally I agree that making the image on the Debian box with mkisofs is the way to go.) Steve Mayer [EMAIL PROTECTED] Thomas Baetzler wrote: Franck LE GALL -

Re: Opti-UPS anyone?

1997-11-10 Thread liiwi
I recently had a brief power failure, didn't lose any data whatsoever, and decided that my Linux box has had its free-bee... I read reviews, checked the HOWTO's, searched the web, and this is what I know thus far: APC seems to have the name brand recognition, but they are not

Re: WC:: [linux-security] Perl script to locate F0 0F C7 C8 bombs (fwd)

1997-11-10 Thread ychim
It is not the only opcode that can crash a Pentium (MMX) computer, so not really fix it. Chad D. Zimmerman wrote: Here is a script that I got from another list I am on. May be of use to some peple here. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Chad D.

Re: X server setup under 1.3.1 (Matrox Mystique + Sony 200sx)

1997-11-10 Thread Sten Anderson
Alan D. Brunelle [EMAIL PROTECTED] writes: I have just loaded 1.3.1 onto my system at home which has a Matrox Mystique (220 w/ 4MB RAM) plus a Sony 200sx (17 multiscan monitor). I ^^^ In the current version, there is only support for Mystique 170. :-( Se the file

removing some persistent files

1997-11-10 Thread Tommy Lakofski
after a horrendous crash on my hamm box (cause of which I've yet to ascertain), I'm left with some files like this on my disk: 07/8F: total 396246198 br-sr-S--x 1 2691225646111, 99 Mar 12 1995 18F7 07/99: total 817377432 br-sr-S--x 1 2776027695124, 124 Mar 22 1987

Re: Posting to usenet

1997-11-10 Thread Trevor Barrie
On Tue, 4 Nov 1997, Martin Bialasinski wrote: Looks like nn tries a command leafnode doesn't understand (or the syntax nn uses is wrong). You could check the rfc about error 502. RFC? I know FAQs, manpages, HOWTOs and /usr/doc/*, but that's a new one to me.:) Where do I find it? As root you

where to place locate TeX style files

1997-11-10 Thread Christian Leutloff
Hello! I want to add a new style file to my system. I'm using an unmodified /etc/texmf/texmf.cnf. Therefor I should be able to place new style files under /usr/lib/texmf/local. I've tried this but LaTeX never founds the new style file. I run texhash after each try and the new style appears in

Re: X server setup under 1.3.1 (Matrox Mystique + Sony 200sx)

1997-11-10 Thread Daniel Martin
On 10 Nov 1997, Sten Anderson wrote: Alan D. Brunelle [EMAIL PROTECTED] writes: I have just loaded 1.3.1 onto my system at home which has a Matrox Mystique (220 w/ 4MB RAM) plus a Sony 200sx (17 multiscan monitor). I ^^^ In the current version, there is only support for

Re: ftpmail@sunsite.unc.edu ? Other ftpmail servers (debian) ?

1997-11-10 Thread D. W. Wieboldt
Last time I tried it, sunsite ftpmail was un-responsive. Instead you might try [EMAIL PROTECTED] Note, a good ftpmail server will fetch from any valid site; it is not Debian or Linux specific. Good luck! -- [EMAIL PROTECTED] . . . . . . . My other computer runs Linux! On Sun, 9 Nov 1997,

monitor variable

1997-11-10 Thread charles jackson
Can anybody tell me how to change my monitor variable for x11? -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: diald / ppp routing problems

1997-11-10 Thread Joe Stewart
Thanks, I feel pretty dumb for not looking at poff. I had a file called ppp.info that contains my current ( dynamic) ip address. The suggestion that it is timing problem may be correct. It is able to connect with either pon or diald, but diald is never successful after getting my pap

Re: set up ftp for dselect

1997-11-10 Thread Jens B. Jorgensen
[EMAIL PROTECTED] wrote: I have a laptop running release 1.2 (I loaded it on the laptop the hard way). I would like to setup a PPP link between my desk top system (running 1.3) and the laptop. Then get an FTP server running so that dselect on the laptop can access the CDROM drive and upgrade

Re: Update: mounting MS-DOS fs onto Linux

1997-11-10 Thread Dale Scheetz
On Mon, 10 Nov 1997, Charles Read wrote: Here's what I tried: 0. Looked at /proc/filesystems to verify that VFAT was supported. 1. Ran dmesg | more to verify that /dev/hda1 was the correct partition. 2. Ran mount and got this result: # mount -t vfat /dev/hda1 /mnt [MS-DOS FS Rel.

ps/2 mouse don't work on ps/2 driver

1997-11-10 Thread Wee-Min Chan
I'm using a mitsumi ps/2 mouse. It won't work on the ps/2 mouse driver = provided by Debian's Linux. What's wrong? When I start Linux... it reported that it has detected a ps/2 mouse. But after running gpm I can't see my mouse cursor. I've heard that there should be a mouse cursor even in text

kernel building

1997-11-10 Thread Michael Roark
I am trying to build a new kernel, but the build keeps erring out. It fails with the following: objdump: illegal option -- k Any ideas? Thanks, Michael -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

(SOLVED) Fwd: Can't install Debian 1.3.1

1997-11-10 Thread Jenlung Tseng
After I disabled initiate wide negotiation in 2940 Ultra Wide BIOS configuration ( under SCSI Device Configuration menu), I have successfully installed Debian 1.3.1. Note. This option only existed in 2940 Wide SCSI controller!!

installing a library

1997-11-10 Thread clif smith
I would like to know how to install a library, lmlib 0.5.2 for use with Enlightenment desktop. It has its own install function but I need to know where to install it from. Like where is the best place to gunzip/tar files in, like c:\temp in DOS. If and after an install what files there can be

Re: kernel building

1997-11-10 Thread Scott Ellis
On Mon, 10 Nov 1997, Michael Roark wrote: I am trying to build a new kernel, but the build keeps erring out. It fails with the following: objdump: illegal option -- k Any ideas? rm `which encaps` -- Scott K. Ellis [EMAIL PROTECTED] http://www.gate.net/~storm/ -- TO

Re: Are there any efficient backup programs for Linux?

1997-11-10 Thread bugsy
On Fri, 7 Nov 1997, m* wrote: [EMAIL PROTECTED] wrote: Hallo, Howdy! I would like to hear whether there is a successful backup program for Linux which can compare in efficiency with edit Yes! Try BRU (Backup and Restore Utility) from est. It's not free, but I've

Re: where to place locate TeX style files

1997-11-10 Thread Brian Mays
[EMAIL PROTECTED] (Christian Leutloff) writes: I want to add a new style file to my system. I'm using an unmodified /etc/texmf/texmf.cnf. Therefor I should be able to place new style files under /usr/lib/texmf/local. I've tried this but LaTeX never founds the new style file. I run texhash

Re: /proc/interrupts - conflicts?

1997-11-10 Thread LeRoy D. Cressy
Brian Mays wrote: [EMAIL PROTECTED] (Mark Phillips) writes: Can you tell, just by looking at /proc/interrupts, whether there is an interrupt conflict? In particular, how does it work for pcmcia cards for a laptop? Well, let's take a look. Here's what my /proc/interrupts says:

CD-ROM Floppy

1997-11-10 Thread RON BROWN
Hello Everyone, I am having problems mounting my cd-rom and 3 1/2 floppy to read files and programs from them. Can anyone help me with this matter. Thanks, Ron __ Get Your Private, Free Email at http://www.hotmail.com -- TO UNSUBSCRIBE

Re: printer trouble

1997-11-10 Thread Marco Pistore
On Fri, 7 Nov 1997, E.L. Meijer (Eric) wrote: Hello everyone, Hi! I recently got a problem with a printer filter used by lpr. The filter is used for a HP Deskjet 870 cxi, and used to work properly on this machine, and still does on other machines: The princap entry is [OMITTED] The