Re: Debian 1.3.1 installation and network problems

1997-10-09 Thread Tim Bell
Quoting Jean Pierre LeJacq ([EMAIL PROTECTED]):
> On Thu, 9 Oct 1997, Richard A. Guay wrote:
> 
> > I am trying to install Debian 1.3.1 for the first time on a system that has
> > a 3Comm 3c905 100Base-T card.  I set it up using the vortex driver.
> > Everytime it reboots and loads the 3c59x module, it spams the net with
> > continuous collisions until I unplug the category 5 cable from the unit.
> > Then when I put the cable back in, it seems to act normal except that the
> > system can not communicate over the network at all.  Any suggestions?
> 
> We use this card extensively in our network and have had no trouble at
> all.  Have you configured the card with 3COM's configuration utility?

You might like to look at Donald Becker's page of information (including
newer drivers) about the 3Com vortex cards:

http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html

There has been varying amounts of success with the 3c905 card reported
on the vortex mailing list.  Unfortunately, there's at least one of these
cards (i.e. mine) which really doesn't want to work under linux.

Tim.
-- 
Tim Bell  .--_|\ 
[EMAIL PROTECTED] /  \
Department of Computer Science   \_.--._/
University of Melbourne, Australia v


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


Re: Install over firewall

1997-10-09 Thread Adrian Bridgett
On Oct 09, Remco Blaakmeer wrote
> On Wed, 8 Oct 1997, Adrian Bridgett wrote:
> 
> > Any ideas on how best to do this? I have installed a version of Socks5
> > and have symlink /usr/bin/ftp to point to /usr/bin/rftp. This works fine.
> > 
> > However dpkg-ftp doesn't work and dftp doesn't take into account what I
> > have set in dselect :-(
> 
> If you choose the ftp method for dselect, be sure to answer `y' when
> dselect asks if you want to use passive ftp. Otherwise it won't work.

Thanks - I'm pretty sure I did this and it still couldn't connect. After
much tinkering around (and geting irritated that dpkg won't tell you
which programs have "installed" status), I have written a little script
to generate an ftp script.

This is the first time I've used awk, so it's probably not well written (but
it's un-intelligable enough!). Two problems at the moment, if "prefix" is
non-blank but without a trailing slash, then the script will be broken. Also
the script will download every occurance of the package in available. If you
just want the first occurance, put another set of braces around the "print"
statement and just before the new closing brace type:

; delete list[pkg]

prefix=/packages/debian/
# ensure prefix ends in a backslash (unless it is blank)
output=~/ftpscript
echo bin > $output
awk -v prefix=$prefix \
'func check() {if (get=="T") {list[pkg]=0; get="F"} else if (pkg in list) \
 print gensub("(.*)/([^/]*)$","cd \\1 \nget \\2",1,file) } \
BEGIN {get="F"} END {check()} \
/^Package: / {pkg=$2} \
/^Status: install/ {get="T"} \
/^Filename: / {file=$2} \
/^[:blank:]*$/ {check()}' /var/lib/dpkg/{status,available} >> $output

Adrian

email: [EMAIL PROTECTED]   | Artificial intelligence - the
http://www.poboxes.com/adrian.bridgett   | art of making computers act
PGP key available on public key servers  | like those in the movies


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


Re: Upgrading ghostscript?

1997-10-09 Thread Anthony Fok
(Hello Britton, sorry, I had been really lazy and didn't reply your
e-mail about your STC600 problem about a month ago... ^_^)

On Thu, 9 Oct 1997, Britton wrote:

> Actually, I think the st800 supports an older Epson printer.  They have
> been just brilliant about naming them.  Incidently, I bought there
> reference book, which contains info on color settings to use for the new
> printers.  This may be moot with GS 5, but it could be useful to someone
> wanting get GS 4 working optimally.  Actually, it would probably be useful
> for getting GS 5 to work with transparences and what-have-you.  I couldn't
> figure how to convert the specs to a color adjust matrix, but if anyone
> with more experience is interested, let me know.

Actually, there is some kind of colour adjust matrix settings that come
with Ghostscript 5.03.  They basically made stcolor into a generic printer
driver, with setting files for STC500, STC600 and STC800 etc.
There's a set of colour adjust matrix in stc800??.upp files.  (? I'm at
school, so I am guessing ?)

> > I am not familiar with magicfilter, but getting apsfilter to work with the
> > bjc600 driver was simply a matter of renaming several filter files, since
> > there is really only one filter and it captures the driver name from the
> > filter ame.  Possibly the same approach would work with magicfilter.
> 
> That is pretty much it, in theory at least.  Rename the files there and
> int the /etc/printcap magicfilter generates for you, and away you go. 
> Actually, I get endless strings of printer resets (visable in
> /var/log/messages) which I thought were due to gs, but apparently someone
> else has the stcolor driver working via direct invocation of gs, so mayby
> magicfilter is at fault.  It prints a text file though.  Wierd. 

BTW, do you have Windows 95 or 3.1 on your computer?  If so, does the
EPSON printer works well under Windows?  The reason is that I had
experienced a minor problem in the past when I set the parallel port to be
ECP.  ECP doesn't seem to cooperate with the printer, but when I changed
it back to EPP, it worked fine.

The printer command set, ESC/P2 (?), should be pretty much the same for
STC500, STC600 and STC800.  Ghostscript 4.03's stcolor should be able to
support your STC600, except the lack of 1440x720dpi mode and sub-optimal
colour adjust matrix setting.  Hmm...

Have you tried invoking gs directly (i.e. by-passing magicfilter) to
print a Postscript file to your STC600?

--
Anthony Fok Tung-Ling[EMAIL PROTECTED]
Civil Engineeringhttp://www.ualberta.ca/~foka/
University of Alberta, CanadaKeep smiling!  *^_^*


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


Re: Upgrading ghostscript?

1997-10-09 Thread Anthony Fok
On Thu, 9 Oct 1997, Bob Nielsen wrote:

> Date: Thu, 9 Oct 1997 10:24:17 -0700 (MST)
> From: Bob Nielsen <[EMAIL PROTECTED]>
> To: Peter S Galbraith <[EMAIL PROTECTED]>
> Cc: Marco Pistore <[EMAIL PROTECTED]>,
> Debian Users Mailing List 
> Subject: Re: Upgrading ghostscript?
> Resent-Date: 9 Oct 1997 17:25:30 -
> Resent-From: debian-user@lists.debian.org
> Resent-cc: recipient list not shown: ;
> 
> On Thu, 9 Oct 1997, Peter S Galbraith wrote:
> 
> > I just got an Epson Stylus Color 800 printer to try out, and
> > I could managed much resolution out of Debian 1.3's installed 
> > ghostscript.
> > 
> > I'm seeking advice here.  Any pointers appreciated.  Has anyone setup
> > a Stylus 800 with gs-aladdin 4.03-7?  What's the max you can do?
> > How do you do it, since magicfilter is also too old to know about this
> > printer? 

Using EPSON Stylus COLOR 500 here.  Love it.  ^_^  (I wish I had waited
longer to get the COLOR 600 though...  But STC600 wasn't out until half a
year later, and I needed the printer, so...  ^_^  Hey, STC500 is quite
nice, you know... <-- self-consolation... 

BTW, STC500 works great with both Ghostscript 4.03 (stcolor) and 5.03
(stcolor or uniprint).

> With gs-alladin 4.03-7:
> 
> Available devices:
>x11 x11mono x11alpha x11cmyk lvga256 vgalib ap3250 appledmp bj10e bj200
>bjc600 bjc800 cdeskjet cdjcolor cdjmono cdj500 cdj550 cp50 declj250
>deskjet djet500 djet500c dnj650c epson eps9mid eps9high epsonc ibmpro
>imagen iwhi iwlo iwlq jetp3852 laserjet lbp8 lips3 lj250 ljet2p ljet3
>ljet3d ljet4 lj4dith ljetplus lp2563 m8510 necp6 oce9050 paintjet pj
>pjetxl pjxl pjxl300 r4081 sj48 st800 stcolor t4693d2 t4693d4 t4693d8
>   ^
>tek4696 dfaxhigh dfaxlow faxg3 miff24 faxg32d faxg4 tiffcrle tiffg3
>tiffg32d tiffg4 tiff12nc tiff24nc tifflzw tiffpack bit bitrgb bitcmyk
>bmpmono bmp16 bmp256 bmp16m cgmmono cgm8 cgm24 cif mgrmono mgrgray2
>mgrgray4 mgrgray8 mgr4 mgr8 pcxmono pcxgray pcx16 pcx256 pcx24b pbm
>pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw psmono sgirgb
>pngmono pnggray png16 png256 png16m pdfwrite nullpage
> 
> Thus, the st800 is supported.

Yes, but not exactly.  There's an older model called EPSON Stylus 800,
which is a B/W printer, i.e. no colour.  It has been out for probably
quite a few years now.  The hot new model is called EPSON Stylus COLOR 800
and is very different from the old B/W 800.

One can use Ghostscript 4.03's stcolor driver for STC800, except that it
can only go up to 720x720 dpi, not 1440x720 dpi... (But who needs that
high resolution in day-to-day printing?  ^_^)  Also, the colour map is not
optimized for STC800.  With the uniprint driver in Ghostscript 5.03,
however, some people have contributed wonderful colour map/matrix (?)
files for STC500, STC600 and STC800.

> I am not familiar with magicfilter, but getting apsfilter to work with the
> bjc600 driver was simply a matter of renaming several filter files, since
> there is really only one filter and it captures the driver name from the
> filter ame.  Possibly the same approach would work with magicfilter.

Yes, exactly.  I have set up magicfilter to work with my EPSON Stylus
COLOR 500.  Maybe we should add more printer filter files so new users
don't have to set up things from scratch.  (Actually, I am quite guilty as
I speak, because I didn't bother to send any suggestions to magicfilter's
maintainer or upstream author...  ^_^)  Too busy (and lazy) as always.
^_^

Anthony

--
Anthony Fok Tung-Ling[EMAIL PROTECTED]
Civil Engineeringhttp://www.ualberta.ca/~foka/
University of Alberta, CanadaKeep smiling!  *^_^*


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


Re: Upgrading ghostscript?

1997-10-09 Thread Britton

On Thu, 9 Oct 1997, Bob Nielsen wrote:

> On Thu, 9 Oct 1997, Peter S Galbraith wrote:
> 
> > I just got an Epson Stylus Color 800 printer to try out, and
> > I could managed much resolution out of Debian 1.3's installed 
> > ghostscript.
> 
> 
> > 
> > Okay, so I notice that `non-free' has gs-aladdin 4.03-7.
> 
> 
> 
> > 
> > I'm seeking advice here.  Any pointers appreciated.  Has anyone setup
> > a Stylus 800 with gs-aladdin 4.03-7?  What's the max you can do?
> > How do you do it, since magicfilter is also too old to know about this
> > printer? 
> 
> With gs-alladin 4.03-7:
> 
> Available devices:
>x11 x11mono x11alpha x11cmyk lvga256 vgalib ap3250 appledmp bj10e bj200
>bjc600 bjc800 cdeskjet cdjcolor cdjmono cdj500 cdj550 cp50 declj250
>deskjet djet500 djet500c dnj650c epson eps9mid eps9high epsonc ibmpro
>imagen iwhi iwlo iwlq jetp3852 laserjet lbp8 lips3 lj250 ljet2p ljet3
>ljet3d ljet4 lj4dith ljetplus lp2563 m8510 necp6 oce9050 paintjet pj
>pjetxl pjxl pjxl300 r4081 sj48 st800 stcolor t4693d2 t4693d4 t4693d8
>   ^
>tek4696 dfaxhigh dfaxlow faxg3 miff24 faxg32d faxg4 tiffcrle tiffg3
>tiffg32d tiffg4 tiff12nc tiff24nc tifflzw tiffpack bit bitrgb bitcmyk
>bmpmono bmp16 bmp256 bmp16m cgmmono cgm8 cgm24 cif mgrmono mgrgray2
>mgrgray4 mgrgray8 mgr4 mgr8 pcxmono pcxgray pcx16 pcx256 pcx24b pbm
>pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw psmono sgirgb
>pngmono pnggray png16 png256 png16m pdfwrite nullpage
> 
> Thus, the st800 is supported.

Actually, I think the st800 supports an older Epson printer.  They have
been just brilliant about naming them.  Incidently, I bought there
reference book, which contains info on color settings to use for the new
printers.  This may be moot with GS 5, but it could be useful to someone
wanting get GS 4 working optimally.  Actually, it would probably be useful
for getting GS 5 to work with transparences and what-have-you.  I couldn't
figure how to convert the specs to a color adjust matrix, but if anyone
with more experience is interested, let me know.

> I am not familiar with magicfilter, but getting apsfilter to work with the
> bjc600 driver was simply a matter of renaming several filter files, since
> there is really only one filter and it captures the driver name from the
> filter ame.  Possibly the same approach would work with magicfilter.

That is pretty much it, in theory at least.  Rename the files there and
int the /etc/printcap magicfilter generates for you, and away you go. 
Actually, I get endless strings of printer resets (visable in
/var/log/messages) which I thought were due to gs, but apparently someone
else has the stcolor driver working via direct invocation of gs, so mayby
magicfilter is at fault.  It prints a text file though.  Wierd. 

> Bob
> 
>  
> Bob Nielsen Internet: [EMAIL PROTECTED]
> Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
> http://www.primenet.com/~nielsen
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .

Britton Kerin


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


Re: Upgrading ghostscript?

1997-10-09 Thread Scott Ellis
On Thu, 9 Oct 1997, Britton wrote:

> 
> On Thu, 9 Oct 1997, Peter S Galbraith wrote:
> 
> > It's too bad that the libc6 upgrade is leaving users out in the cold for so
> > long...
> 
> Yes this is a shame.  I guess the switch had to be made sometime, but I
> can't help feeling that it wouldn't have hurt to put it off a bit more.

RedHat is also working on upgrading to libc6 (of course they have people
paid to recompile everything).  The difference is, Debian has never hidden
its development stuff, so you notice it.  I think that the libc6 upgrade
is going reasonably smoothly, if you want to do it, my mini-howto is a
reasonably bulletproof method of doing it.

-- 
Scott K. Ellis <[EMAIL PROTECTED]> http://www.gate.net/~storm/




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


laplink

1997-10-09 Thread Timothy Phan
Hi,

  I'd like to know if there is a version of laplink software on Linux
  that I can transfer file between two computers (one linux and one 
  window 3.11) via parallel port?

  Thanks!
-- 
   Timothy C. Phan ([EMAIL PROTECTED])
    NEC America, Inc. ASL
    1525 Walnut Hill Ln. Irving, TX 75038
  tel: (214)-518-3437 fax: (214)-518-3499


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


msql

1997-10-09 Thread Timothy Phan
Hi,

  I'd like to know if anyone has made or planned a debian package
  for msql 2.0?

-- 
   Timothy C. Phan ([EMAIL PROTECTED])
    NEC America, Inc. ASL
    1525 Walnut Hill Ln. Irving, TX 75038
  tel: (214)-518-3437 fax: (214)-518-3499


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


Re: Upgrading ghostscript?

1997-10-09 Thread Britton

On Thu, 9 Oct 1997, Peter S Galbraith wrote:

> It's too bad that the libc6 upgrade is leaving users out in the cold for so
> long...

Yes this is a shame.  I guess the switch had to be made sometime, but I
can't help feeling that it wouldn't have hurt to put it off a bit more.

> I just got an Epson Stylus Color 800 printer to try out, and
> I could managed much resolution out of Debian 1.3's installed 
> ghostscript.

I have the new Stylus Color 600.  I havn't been able to make it work at
all with the GS 4 stcolor driver.  The printer light just flickers
forever and /var/log/messages fills up with 'resetting lp1' type
messages.  I have tried a large number of things to make it work, but I 
have of course missed the one that works (if there is one).  The old st800
driver from gs 3 works, but it's not pretty.

> $ gs -h
> Aladdin Ghostscript 3.33 (4/10/1995)
> 
> Now, the latest and greatest from http://www.cs.wisc.edu/~ghost/
> is Aladdin Ghostscript 5.03, so the installed version is very old.
> 
> Okay, so I notice that `non-free' has gs-aladdin 4.03-7.
> 
> gs-aladdin 5.03-1 is available in unstable, but lists *no* related
> packages on the web page (This is a bug!).  
> 
> I downloaded it to find it needs:
> 
>  libc6, libjpegg6a, libpaperg (>= 1.0.3-4), libpng0g, svgalibg1, 
>  xlib6g (>= 3.3-5), zlib1g
> 
> So it's based on libc6...
> 
> I presume I'm not the first to need Aladdin Ghostscript 5.03 to drive
> a recent printer.  Should I just get the sources and install them
> over Debian's installed files?  Do I need anything else?  Will I screw
> up my Debian 1.3 system if I do so?

You may be close to the first.  I have asked questions in a number of
places and only turned up one other person with one of this latest
generation from Epson.  At least I think he had one of the latest, but the
fact that he said he had it working makes me wonder.  Mayby he was using
GS 5.

> I'm seeking advice here.  Any pointers appreciated.  Has anyone setup
> a Stylus 800 with gs-aladdin 4.03-7?  What's the max you can do?
> How do you do it, since magicfilter is also too old to know about this
> printer? 

A knowledgable person (Anthony Fok) sent me his config file that he uses
for his Epson 500.  I doesn't work for me, but I could send it to you, and
you could let me know if you figure out what needs toe changed.

> (I'm sure this happens a lot with users stuck on libc5, seeing their system
> get more and more dated.  I like the `Debian' way better than the
> do-it-all-yourself way of Slackware, except when you *have* to do it
> yourself on Debian.  Then it seems that the dependencies hinder you because
> you have to do something behind the system's back, which requires greater
> knowledge of how the system keep track of its dependencies)

I think if you install everything in /usr/local you will be ok.  I have
pretty much mirrored the directory structure of /usr in /usr/local, and I
havn't run into anything too terribly determined to be installed somewhere
else.  Good luck!

> --
> Peter Galbraith, research scientist <[EMAIL PROTECTED]>
> Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
> P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .

Britton Kerin


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


Re: Debian 1.3.1 installation and network problems

1997-10-09 Thread Jean Pierre LeJacq
On Thu, 9 Oct 1997, Richard A. Guay wrote:

> I am trying to install Debian 1.3.1 for the first time on a system that has
> a 3Comm 3c905 100Base-T card.  I set it up using the vortex driver.
> Everytime it reboots and loads the 3c59x module, it spams the net with
> continuous collisions until I unplug the category 5 cable from the unit.
> Then when I put the cable back in, it seems to act normal except that the
> system can not communicate over the network at all.  Any suggestions?

We use this card extensively in our network and have had no trouble at
all.  Have you configured the card with 3COM's configuration utility?

-- 
Jean Pierre


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


Debian 1.3.1 installation and network problems

1997-10-09 Thread Richard A. Guay
Hi,

I am trying to install Debian 1.3.1 for the first time on a system that has
a 3Comm 3c905 100Base-T card.  I set it up using the vortex driver.
Everytime it reboots and loads the 3c59x module, it spams the net with
continuous collisions until I unplug the category 5 cable from the unit.
Then when I put the cable back in, it seems to act normal except that the
system can not communicate over the network at all.  Any suggestions?

I do not have anything on the system yet except for the base package.  I was
going to load in the rest of the software using ftp, but I can not get it to
talk to the network!  HELP!

Richard A. Guay
Network Administrator
ASIC International Inc.
http://www.asicint.com
[EMAIL PROTECTED]


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


Re: X -indirect problem - localhost listed

1997-10-09 Thread Joey Hess
Joey Hess wrote:
> When I use X -indirect foo to have X query foo, I get a list that
> includes localhost. This is confusing, becuase the localhost refers to
> foo's localhost, not the localhost of the computer I'm running X on. Is
> there any way to remove that localhost from the chooser?

Thanks to Joost (or rather an account on joost's machine), I know how to fix
it. I had a route set up like:

127.0.0.0   *   255.0.0.0   U 0  0  193 lo

Changing this so it doesn't route to localnet, but just to localhost fixed
it. 

But why? And is there any reason to prefer the above routing entry to the 
one below, or vice-versa?

127.0.0.1   0.0.0.0 255.255.255.255 UH0  01 lo

-- 
see shy jo


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


Re: mail delivery notification

1997-10-09 Thread Stephen Zander
Lukas Eppler wrote:
> When a mail server is set up properly, you can use the command 'finger
> [EMAIL PROTECTED]' to see when your recipient checked his mail for the last 
> time. 

Assuming the admin is supporting fingerd, the machine is not behind a firewall, 
etc, etc.


Stephen
---
"Normality is a statistical illusion." -- me



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


ZGV 2.7

1997-10-09 Thread Stefan Sundkvist
I now that zgv 2.7 is exploitable and that zgv 2.8 is not and am
wondering where are the zgv 2.8 in the debian packages

--
STEFAN SUNDKVIST "Tec-Data"
LULEƅ
[EMAIL PROTECTED]



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


Jaz drive on parallel port

1997-10-09 Thread Alastair Gregory
I apologize in adavance if this is a RTFM-type question...

Can Debian access a Jaz drive via the parallel port, /dev/ppa0?
The FAQ mentions that this works for Zip drives, but I
haven't found anything which says this applies to Jaz as well.
I have the Traveller parallel port interface.

Thanks,
Alastair



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


Re: Hardware Compatibilities

1997-10-09 Thread Scott Ellis
Don't know about the CD changer, but I don't particularly see why not.  As
for the network card, you may need to fetch updated drivers for it.

-- 
Scott K. Ellis <[EMAIL PROTECTED]> http://www.gate.net/~storm/

On Thu, 9 Oct 1997, Darren Renaud wrote:

> Before I mutate my Deb box again... can anyone tell me if a NEC 4 disk
> CD changer (IDE) will work under 1.3.1 (model # CDR-4300A)?
> Also whether an Intel EtherExpress 10/100 PCI card is supported.


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


Hardware Compatibilities

1997-10-09 Thread Darren Renaud
Before I mutate my Deb box again... can anyone tell me if a NEC 4 disk
CD changer (IDE) will work under 1.3.1 (model # CDR-4300A)?
Also whether an Intel EtherExpress 10/100 PCI card is supported.

Thanks.

Darren Renaud


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


X -indirect problem - localhost listed

1997-10-09 Thread Joey Hess
When I use X -indirect foo to have X query foo, I get a list that
includes localhost. This is confusing, becuase the localhost refers to
foo's localhost, not the localhost of the computer I'm running X on. Is
there any way to remove that localhost from the chooser?

-- 
see shy jo


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


Re: Parallel Port CD-ROM

1997-10-09 Thread liiwi
>> I've recently installed Debian on my ThinkPad 360ce and I'm not sure how to 
>> configure
>> it for my parallel port CD-ROM.  I've read lots of documentation and tried 
>> several methods:
>> 
>> /dev/hdb
>> /dev/lp0
>> /dev/ppa 
>> all to no avail.

 I think you have to have a pretty recent kernel (2.0.30 -pre something) with 
appropriate 
 drivers compiled (ppa). If that is a BackPack CD, I have seen couple a post 
about those 
 under Linux - Dejanews search might bring up something.  

>> I also tried the mount command:
>> 
>> mount -t iso9660 /dev/hdb /CD-ROM
>> 
>> and it didn't work either.

 No wonder. /dev/hdb is the second IDE device in a system (slave in first 
channel), 
 and has very little to do with parallel port. You might also want to try 
/cdrom instead
 of /CD-ROM, as this seems to be the default place to mount the CD in all the 
Linux
 systems I've seen. 

>> I have not yet installed the PCMCIA Card Services which brings me to another 
>> problem:
>> whenever I try to use dselect to install the package from my floppy drive I 
>> get all sorts of
>> I/O errors.

 Some Thinkpads need some options with kernel (floppy=thinkpad) to get it 
working. 
 What sort of errors?
  
 You might also try copying the file from floppy into a dir and 'dpkg -i 
package-name', 
 which installs the package. Dpkg is the real package handling tool, and 
dselect is the 
 interface to it. Man dpkg for more options. 

>> All suggestions, tips, and 'newbie bashings'
>> welcome.

 No bashing allowed here. 

--j




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


Re: reading excel documents?

1997-10-09 Thread liiwi

>> I am sometimes e-mailed microsoft excel documents while running Linux.
>> Is there anyway to read those files without booting into Win95?

 Hi!

  File a bug report to Microsoft about incompatible file format ;-) .

 Starcalc from the Staroffice office-suite can read excel formats, not the
 newest 97-format though. It's free for non-commercial use, and available
 from 'ftp://ftp.gwdg.de/pub/linux/staroffice'. It's almost as bloated as Office
 under Windows. 

 Then there's the Applixware office suite too, but it's not available for 
 download. Redhat sells it. 

 No nice, small, useful tools available for this task, sorry. 

--j






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


Re: Samba security hole....

1997-10-09 Thread dpk
I hate when you send a message before you start, let alone finish! (Sorry
about the previous, unhelpful email)  I was planning on saying that I
didn't find anything at http://www.debian.org/security.html and wanted to
ask why this page hasn't been updated.  I believe the security hole was
fixed in samba (1.9.17p2-0.0).

ftp://ftp.debian.org/debian/bo-updates/samba_1.9.17p2-0.0_i386.changes:
  Changes: 
samba (1.9.17p2-0.0) stable unstable; urgency=high
.
   * Non-maintainer release.
   * Upgraded source package for security fix (buffer overrun in
   passwd checking)
[snip]

Thanks,
Dennis
--
dpk <[EMAIL PROTECTED]>, Systems/Network |  work: 353.4844
Division of Enginnering Computing Services |  page: 222.5875

On Thu, 9 Oct 1997, dpk wrote:

> http://www.debian.org/security.html
> 
> Thanks,
> Dennis
> --
> dpk <[EMAIL PROTECTED]>, Systems/Network |  work: 353.4844
> Division of Enginnering Computing Services |  page: 222.5875
> 
> On Thu, 9 Oct 1997, Dave Cinege wrote:
> 
> > A few weeks ago I remebmer seeing that big hole was found in samba. As of 
> > what 
> > debian package version has this been fixed?
> > -
> > http://www.psychosis.com/emc/   Elite MicroComputers   
> > 908-541-4214
> > http://www.psychosis.com/linux-router/  Linux Router Project
> > 
> > 
> > --
> > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> > [EMAIL PROTECTED] . 
> > Trouble?  e-mail to [EMAIL PROTECTED] .
> > 
> > 
> 
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 


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


Re: mail delivery notification

1997-10-09 Thread Lukas Eppler
On Thu, 9 Oct 1997, Richard S. Gray wrote:

> How do I go about ensuring that an email message has been received?
> In other words,  is there a way for me to get a notification mailed back
> to me that the message has been delevered and opened?

When a mail server is set up properly, you can use the command 'finger
[EMAIL PROTECTED]' to see when your recipient checked his mail for the last 
time. 

--
Lukas Eppler (godot) 
  http://www.fear.ch
  telnet://soil.fear.ch:
  talk:[EMAIL PROTECTED] 


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


Re: Samba security hole....

1997-10-09 Thread dpk
http://www.debian.org/security.html

Thanks,
Dennis
--
dpk <[EMAIL PROTECTED]>, Systems/Network |  work: 353.4844
Division of Enginnering Computing Services |  page: 222.5875

On Thu, 9 Oct 1997, Dave Cinege wrote:

> A few weeks ago I remebmer seeing that big hole was found in samba. As of 
> what 
> debian package version has this been fixed?
> -
> http://www.psychosis.com/emc/ Elite MicroComputers   908-541-4214
> http://www.psychosis.com/linux-router/Linux Router Project
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 



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


xlib6g and netscape

1997-10-09 Thread Will Lowe
is the xlib6g problem known to break netscape?  Ever since I upgraded it
yesterday,  netscape's been crashing with a bus error.

Will

[EMAIL PROTECTED]
   [EMAIL PROTECTED]
http://www.cis.udel.edu/~lowe/
*
Good Idea:  Feeding Stray Cats in the Park.
Bad Idea:   Feeding Stray Cats in the park ... to a bear.
* 


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


Re: mail delivery notification

1997-10-09 Thread Will Lowe
On Thu, 9 Oct 1997, Richard S. Gray wrote:

> How do I go about ensuring that an email message has been received?
> In other words,  is there a way for me to get a notification mailed back
> to me that the message has been delevered and opened?

Well, if it can't be delivered,  generally you'll get an error message
returned (by email) to you.  It's pretty reliable that way.

 Will

[EMAIL PROTECTED]
   [EMAIL PROTECTED]
http://www.cis.udel.edu/~lowe/
*
Good Idea:  Feeding Stray Cats in the Park.
Bad Idea:   Feeding Stray Cats in the park ... to a bear.
* 


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


Re: debian version 1.3.1 ?

1997-10-09 Thread Marcus Brinkmann
On Wed, Oct 08, 1997 at 10:06:25PM -0400, Bob wrote:
> I recently add X to my debian box. My debian version still shows 1.3
> 
> Shouldn't this now read 1.3.1??
> 
> Bob

The problem is: what makes your system 1.3.1? If you have one old package
installed (or one new from hamm), or a mixture up to 0.93, what version
number would you like?

Marcus

-- 
"Rhubarb is no Egyptian god."
Marcus Brinkmann
[EMAIL PROTECTED]
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/


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


Re: Gcc prints NAN for floats that are not NANs

1997-10-09 Thread Douglas Bates
"Dr. Daniel Mashao" <[EMAIL PROTECTED]> writes:

> I could never reproduce the problem on a smaller code. If I put just one
> extra printf() statement the problem disappears and appears elsewhere in
> the code. Here is the code
> 
> #define SCALE   8192/* scale for fixed point representation */
> #define from_fixed(x)   ((double) (x) / SCALE)
> 
> double x,y;
> 
>x = (from_fixed(tpi) - utt_scale);
>x = x / num_obser;
>x = x + from_fixed((phead->scale));
>y = ((from_fixed(tpi) - utt_scale)/1.0/ num_obser) + 
>  from_fixed(1.0*phead->scale);
> 
> y produces a NaN and x does not
> int num_obser = 695;
> int phead->scale = 0;
> int utt_scale = 0;
> int tpi = -924593180;
> 
> This is one of the cases that produces a NAN for y. Once y is NAN no
> matter what values tpi, and num_obser are it becomes a NaN after
> performing the calculation. 
> 
> I understand what you mean when you say the fact that it worked on FreeBsd
> and Solaris doesn't mean its correct. But I am suprised that if I use the
> linear method as in 'x', it does not occur. 
> 
> Lastly, I could not duplicate it on a smaller code. I wonder how are the
> NaN bits set on the Intel CPU. By the way is well documented that the
> Alpha chip has this problem for gcc. 

Another thing to try is explicitly setting the floating point control
word to the IEEE standard.  Some older versions of the C libraries set
the floating point control word to a non-standard value.  That can
affect the production and detection of NaN's.  Checking a recently
installed Debian 1.3 system for the file /usr/include/i386/fpu_control.h 
(included from /usr/include/fpu_control.h), it shows

 /* Linux default:
  - extended precision
  - rounding to nearest
  - exceptions on overflow, zero divide and NaN */
 #if 0
 #define _FPU_DEFAULT  0x1372 
 #else
 /* It seems SVR4/x86 uses the same thing. */
 #define _FPU_DEFAULT  0x137f 
 #endif

 /* IEEE:  same as above, but exceptions */
 #define _FPU_IEEE 0x137f

The present default behaviour is the IEEE behaviour but it used to be
different.  If you find that your libraries give a non-standard
default, either update the libraries and recompile or include that
header file in your code and call
 __setfpucw (_FPU_IEEE);
before doing any floating point calulations.  

Under the development version of Debian 2.0 the include file
/usr/include/fpu_control.h is complete by itself.  There is no
/usr/include/i386/fpu_control.h
-- 
Douglas Bates[EMAIL PROTECTED]
Statistics Department608/262-2598
University of Wisconsin - Madisonhttp://www.stat.wisc.edu/~bates/


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


Re: enlightenment window manager?

1997-10-09 Thread Scott Ellis
Someone has debianized enlightenment, but I've misplaced the location.
Check the debian-devel archives for it.

-- 
Scott K. Ellis <[EMAIL PROTECTED]> http://www.gate.net/~storm/

On Thu, 9 Oct 1997, Mike Miller wrote:

> Anybody managed to get enlightenment to run under Debian 1.3?
> Any hints?


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


1.2.4-ssl Re: Apache-ssl

1997-10-09 Thread Dave Cinege
On 06 Oct 1997 11:03:47 +0200, Christoph Martin wrote:

>
>It is a remainder. It will be removed soon.
>
>Look in unstable for an binary package.

Any idea when 1.2.4-ssl will be available?
-
http://www.psychosis.com/emc/   Elite MicroComputers   908-541-4214
http://www.psychosis.com/linux-router/  Linux Router Project


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


Re: Samba security hole....

1997-10-09 Thread Scott Ellis
samba_1.9.17p2-0.0, located both in hamm and in bo-updates (compiled for
libc5 both places since libpam hasn't been updated yet).  It's been there
for a while now.

-- 
Scott K. Ellis <[EMAIL PROTECTED]> http://www.gate.net/~storm/

On Thu, 9 Oct 1997, Dave Cinege wrote:

> A few weeks ago I remebmer seeing that big hole was found in samba. As of 
> what 
> debian package version has this been fixed?


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


mail delivery notification

1997-10-09 Thread Richard S. Gray
Hi,

How do I go about ensuring that an email message has been received?
In other words,  is there a way for me to get a notification mailed back
to me that the message has been delevered and opened?

Thanks,
Scott Gray


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


Re: How to use the Compose key?

1997-10-09 Thread Peter S Galbraith

"Marcelo E. Magallon" wrote:

> You don't have to configure rxvt, bash's the one. You need:
> 
> set meta-flag on
> set convert-meta off
> set output-meta on
> 
> in the .inputrc, or set INPUTRC=/etc/inputrc on /etc/profile, and write
> the above lines to /etc/inputrc.

It works in bash!   Thanks!

I usually use tcsh so I'll need the equivalent features for it, but this
is a nice work-around for me.  The tcsh man page says

   Unknown characters (i.e. those that are neither  printable
   nor  control  characters)  are printed in the format \nnn.
   If the tty is not in 8 bit mode, other  8  bit  characters
   are printed by converting them to ASCII and using standout
   mode. The shell never changes the 7/8 bit mode of the  tty
   and  tracks  user-initiated  changes  of 7/8 bit mode. NLS
   users (or, for that matter, those who want to use  a  meta
   key)  may  need  to  explicitly  set the tty in 8 bit mode
   through the appropriate  stty(1)  command  in,  e.g.,  the
   ~/.login file.

So I tried:

$ stty -parenb -istrip cs8
or
$ stty pass8

and it still beeps at me.

At least now I know it should work, because it works in bash!  Thanks!

--
Peter Galbraith, research scientist <[EMAIL PROTECTED]>
Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546


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


enlightenment window manager?

1997-10-09 Thread Mike Miller
Anybody managed to get enlightenment to run under Debian 1.3?
Any hints?

Mike


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


Re: debian version 1.3.1 ?

1997-10-09 Thread Dave Cinege
On Wed, 8 Oct 1997 22:06:25 -0400 (EDT), Bob wrote:

>I recently add X to my debian box. My debian version still shows 1.3
>
>Shouldn't this now read 1.3.1??

It should actualy read somewhere around 1.3.5, but some people in the project 
have found it to be more important to have a static rev number for commercial 
reasons, instead of letting people know what is actually installed on their 
systems.
-
http://www.psychosis.com/emc/   Elite MicroComputers   908-541-4214
http://www.psychosis.com/linux-router/  Linux Router Project


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


Samba security hole....

1997-10-09 Thread Dave Cinege
A few weeks ago I remebmer seeing that big hole was found in samba. As of what 
debian package version has this been fixed?
-
http://www.psychosis.com/emc/   Elite MicroComputers   908-541-4214
http://www.psychosis.com/linux-router/  Linux Router Project


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


Re: How to use the Compose key?

1997-10-09 Thread Marcelo E. Magallon
> It doesn't work (only beeps at me) in rxvt or xterm.  My rxvt is version
> 2.4.1 which I downloaded and compiled, but I see no compilation parameters
> to set this.  I'll keep playing around.  You'd think this would be made
> easy!

You don't have to configure rxvt, bash's the one. You need:

set meta-flag on
set convert-meta off
set output-meta on

in the .inputrc, or set INPUTRC=/etc/inputrc on /etc/profile, and write
the above lines to /etc/inputrc.


Marcelo MagallĆ³n
  ^
  See, compose works!


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


Re: netcat

1997-10-09 Thread Tommy Lakofski
the binary is /usr/bin/nc

On Thu, 9 Oct 1997, Chi Wong wrote:

> From: Chi Wong <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Date: Thu, 09 Oct 1997 13:13:05 -0400
> Subject: netcat
> 
> Could someone help me with netcat. I use the debian package installation
> method. Grab the package off the debian ftp site. It verified that it was
> installed. I try running it by typing netcat and file was not found. I did
> man -k netcat and no man pages were located. I can't find the binary to
> this file? I use whereis netcat to search for it but no luck. Anyone know
> where this program being stored. I figure that it should be in /sbin or
> /usr/sbin but still could find it. 


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


Re: netcat

1997-10-09 Thread Jens B. Jorgensen
Chi Wong wrote:
> 
> Could someone help me with netcat. I use the debian package installation
> method. Grab the package off the debian ftp site. It verified that it was
> installed. I try running it by typing netcat and file was not found. I did
> man -k netcat and no man pages were located. I can't find the binary to
> this file? I use whereis netcat to search for it but no luck. Anyone know
> where this program being stored. I figure that it should be in /sbin or
> /usr/sbin but still could find it.

The executable isn't called 'netcat'. It's called 'nc'.

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


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


Re: Linking two computers through parallel port?

1997-10-09 Thread Bob Nielsen
On Thu, 9 Oct 1997, Johann Spies wrote:

> In Dos I can use interlnk or laplink to link my notebook to my desktop
> computer and copy or execute software on the other computer.
> 
> Can this be done in Linux if
>   1. both computers have Linux as OS
>   2. on is a DOS-computer and the other one Linux?

Yes, for case 1 Configure your kernel to use PLIP.  For case 2, if you
have some a networking program which uses the FTP, Inc. type packet
drivers in DOS, you can get a packet driver for plip from ftp.crynwr.com. 

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
http://www.primenet.com/~nielsen


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


Re: Upgrading ghostscript?

1997-10-09 Thread Bob Nielsen
On Thu, 9 Oct 1997, Peter S Galbraith wrote:

> I just got an Epson Stylus Color 800 printer to try out, and
> I could managed much resolution out of Debian 1.3's installed 
> ghostscript.


> 
> Okay, so I notice that `non-free' has gs-aladdin 4.03-7.



> 
> I'm seeking advice here.  Any pointers appreciated.  Has anyone setup
> a Stylus 800 with gs-aladdin 4.03-7?  What's the max you can do?
> How do you do it, since magicfilter is also too old to know about this
> printer? 

With gs-alladin 4.03-7:

Available devices:
   x11 x11mono x11alpha x11cmyk lvga256 vgalib ap3250 appledmp bj10e bj200
   bjc600 bjc800 cdeskjet cdjcolor cdjmono cdj500 cdj550 cp50 declj250
   deskjet djet500 djet500c dnj650c epson eps9mid eps9high epsonc ibmpro
   imagen iwhi iwlo iwlq jetp3852 laserjet lbp8 lips3 lj250 ljet2p ljet3
   ljet3d ljet4 lj4dith ljetplus lp2563 m8510 necp6 oce9050 paintjet pj
   pjetxl pjxl pjxl300 r4081 sj48 st800 stcolor t4693d2 t4693d4 t4693d8
  ^
   tek4696 dfaxhigh dfaxlow faxg3 miff24 faxg32d faxg4 tiffcrle tiffg3
   tiffg32d tiffg4 tiff12nc tiff24nc tifflzw tiffpack bit bitrgb bitcmyk
   bmpmono bmp16 bmp256 bmp16m cgmmono cgm8 cgm24 cif mgrmono mgrgray2
   mgrgray4 mgrgray8 mgr4 mgr8 pcxmono pcxgray pcx16 pcx256 pcx24b pbm
   pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw psmono sgirgb
   pngmono pnggray png16 png256 png16m pdfwrite nullpage

Thus, the st800 is supported.

I am not familiar with magicfilter, but getting apsfilter to work with the
bjc600 driver was simply a matter of renaming several filter files, since
there is really only one filter and it captures the driver name from the
filter ame.  Possibly the same approach would work with magicfilter.

Bob

 
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
http://www.primenet.com/~nielsen


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


netcat

1997-10-09 Thread Chi Wong
Could someone help me with netcat. I use the debian package installation
method. Grab the package off the debian ftp site. It verified that it was
installed. I try running it by typing netcat and file was not found. I did
man -k netcat and no man pages were located. I can't find the binary to
this file? I use whereis netcat to search for it but no luck. Anyone know
where this program being stored. I figure that it should be in /sbin or
/usr/sbin but still could find it. 

Thanks


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


Re: Help with Samba+Windows+IP-Masq

1997-10-09 Thread Jens B. Jorgensen
Mario Olimpio de Menezes wrote:
> 
> Hi,
> 
> I'm needing help with the following:
> 
> ---DNS/GateWay/Firewall---backbone---NT--Win95---SubLans---etc
> |
> |
>  Linux w/IP-Masq (3 3Com590)
>   |  |
>  /\
> |  |
>  Windows  Windows
>  Machines
> 
> My problem is how to allow the Windows machines bellow my
> Linux Box access Win95/NT/Win3.11 machines on other sub LANs?
> The strange topology is out of my scope. I just set the Linux
> Box to allow the windows machines access Internet. Now people are
> putting information (forms, reports, etc) on Win95/Win311 machines and
> the windows users of my sub-LAN can't access it. Yes, I'm trying to
> convince them to use ftp, but ... they are Windows users...
> The basic needed connection is simply to connect to share
> disk drive. (Something like:
> File_manager.Disk.Connect_another_network_unit.
> The machines outside my Linux LAN do not use fixed IP; they
> have a dhcp server so I can't use smbclient from Linux to connect to
> them.
> Is there a way to have the netbeui (is this?) protocol (?)
> to pass from one netcard to other in my Linux box?

Win95 uses broadcast in order to find machines when you look in the
"network neighborhood". The broadcast must not be getting through
IPMasq (I don't think IPMasq handles UDP at all, but I'm guessing).
On your Win95 machines behind the Linux box, go to their Network
Properties and edit the TCP/IP properties. Enter the IP address of
your NT box on the other side as a WINS server (if it's running the
WINS server). Your users probably won't see the machines on the other
side come up in the network neighborhood, but they will be able to
access the shares by name explicitly.

-- 
Jens B. Jorgensen
[EMAIL PROTECTED]


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


Re: University of Illinois at Urbana-Champaign

1997-10-09 Thread Eloy A. Paris
Evil Twin <[EMAIL PROTECTED]> wrote:

: The UIUC ftp site doesn't have Debian in it's Linux hierarchy anymore.
: Is this permanent?

Probably it's better if you ask the maintainers of the site. Try
contacting the root user of that FTP server.

E.-

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9431645


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


Re: question on free

1997-10-09 Thread Joey Hess
G. Kapetanios wrote:
> Whenever the memory usage on my machine goes up and I use free I get the
> following
> 
>  total   used   free sharedbuffers cached
> Mem: 63252  57316   5936  31364   9492
> -/+ buffers:478244190748
>  ^^^ 
> Swap:   130748  0 130748  31016
> 
> Obviously this is wrong. Is this a bug or what ?

This is a bug. It's been reported several times, and the maintainer of
procps is aware of it and has promised a fix.

-- 
see shy jo


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


Re: Debian on Dell Latitude Laptop

1997-10-09 Thread Eloy A. Paris
David Engel <[EMAIL PROTECTED]> wrote:

: Has anyone successfully installed Debian 1.3.1 on a Dell Latitude XPi
: laptop?  If so, what it the secret?  When I try booting from the
: install/rescue disk, it gets about halfway through "Loading linux..."
: and then reboots.

OK, I tried today a stock 1.3.1 rescue disk on a Latitude XPi CD
and it hung while loading the md driver. I'll try compiling
a custom kernel with just the stuff I have.

Somebody else that contacted me in private mail had the same problem.
However, none of us had the problem of the computer rebooting while
loading the kernel.

See ya.

E.-

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9431645


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


Re: is the Creative Labs AWE64 GOLD Soundcard supported?

1997-10-09 Thread Marcus Brinkmann
On Wed, Oct 08, 1997 at 09:58:36PM +0300, [EMAIL PROTECTED] wrote:
> >> On Tue, Oct 07, 1997 at 08:38:56PM +0300, [EMAIL PROTECTED] wrote:
> >> > >> On Mon, 6 Oct 1997, Ed wrote:
> >> > >> > $30.  30 dollars, US, I tell you.  If you read the fine print at 
> >> > >> > 4front,
> >> > >> > you will find a 10 dollar surcharge for AWE 32/64 support.
> >> > >> 
> >> > >> Let me say that the awe driver package works just fine with a SB 
> >> > >> AWE32.
> >> > >> Don`t know about the 64 yet. Any people tried?
> >> > 
> >> >  I have an AWE 64 GOLD (ok, that's what reads on the box :)) and it works
> >> >  fine with the awedrv made by Takashi Iwai. You can get it from:
> >> >  "http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/";. And that's GPL'd.
> >> 
> >> Oh, and it is debianized. There are awe-* packages in sound (extra).
> >> Just dpkg -i them, and then follow the instructions in my SB AWE HOWTO
> >> coming soon :-)
> 
>  I know, I know. Last I checked it was v. 3.3 something, while the newest in
>  'barbaric' format are 4. something. I couldn't get it working at the time 
> (easily)
>  and it was less than 5 minutes to apply the patches to my kernel,  and do 
> couple
>  make;make installs >/usr/local. Lazy me. 

i already filed a reminder about it to the bug report (no, I don't think it
is a bug, just a reminder). Actually, awedrv is in ver 0.4.2c, the actual
debian version is ver 0.3.3c

>  Hmm. I think I saw an AWE HOWTO somewhere a few weeks back. BTW, there's
>  an SB-Awe64 mini-howto in the recent doc packages. How far are you writing?
>  (I'd be more than glad to help, if I can.)

I have completed 3 chapters out of 4. It will cover installation,
configuration and testing (perhaps a note about the apps).

I will be announcing it tomorrow. Any help is welcome, and I am looking
forward to the bulk of comments, feature requests and bug reports :-)

Marcus

-- 
"Rhubarb is no Egyptian god."
Marcus Brinkmann
[EMAIL PROTECTED]
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/


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


Linking two computers through parallel port?

1997-10-09 Thread Johann Spies
In Dos I can use interlnk or laplink to link my notebook to my desktop
computer and copy or execute software on the other computer.

Can this be done in Linux if
  1. both computers have Linux as OS
  2. on is a DOS-computer and the other one Linux?

Johann.


Johann Spies
[EMAIL PROTECTED]

Windsorlaan 19
Pietermaritzburg
3201
Suid Afrika (South Africa)
Tel/Faks Nr. +27 331-46-1310


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


University of Illinois at Urbana-Champaign

1997-10-09 Thread Evil Twin
Hi -

The UIUC ftp site doesn't have Debian in it's Linux hierarchy anymore.
Is this permanent?

Tony -

--
Evil Twin -   one_spike
the Man, the Myth, the Legend in His Own Mind - //~/  ~\\
[EMAIL PROTECTED]\\~\  ~//
  one_kill!


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


Re: Upgrading ghostscript?

1997-10-09 Thread Peter S Galbraith

Peter S Galbraith wrote:
 
> I just got an Epson Stylus Color 800 printer to try out...
> Okay, so I notice that `non-free' has gs-aladdin 4.03-7.
> 
> gs-aladdin 5.03-1 is available in unstable

I installed gs-aladdin 4.03-7 and downloaded 5.03 sources from the net.
The stcolor.ps file is dentical, so I presume the driver is the same
(so in this particular case I was wrong about complaining about hamm
being libc6!  But the philosophy still aplies :-)

I'm currently using a postscript filter like so:

/usr/bin/gs  -q -dSAFER -dNOPAUSE -r720x720 -sDEVICE=stcolor -sOutputFile=- 
stcolor.ps -

If anyone has better tweaks, please let me know.

--
Peter Galbraith, research scientist <[EMAIL PROTECTED]>
Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546


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


Re: is the Creative Labs AWE64 GOLD Soundcard supported?

1997-10-09 Thread liiwi
>> On Tue, Oct 07, 1997 at 08:38:56PM +0300, [EMAIL PROTECTED] wrote:
>> > >> On Mon, 6 Oct 1997, Ed wrote:
>> > >> > $30.  30 dollars, US, I tell you.  If you read the fine print at 
>> > >> > 4front,
>> > >> > you will find a 10 dollar surcharge for AWE 32/64 support.
>> > >> 
>> > >> Let me say that the awe driver package works just fine with a SB AWE32.
>> > >> Don`t know about the 64 yet. Any people tried?
>> > 
>> >  I have an AWE 64 GOLD (ok, that's what reads on the box :)) and it works
>> >  fine with the awedrv made by Takashi Iwai. You can get it from:
>> >  "http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/";. And that's GPL'd.
>> 
>> Oh, and it is debianized. There are awe-* packages in sound (extra).
>> Just dpkg -i them, and then follow the instructions in my SB AWE HOWTO
>> coming soon :-)

 I know, I know. Last I checked it was v. 3.3 something, while the newest in
 'barbaric' format are 4. something. I couldn't get it working at the time 
(easily)
 and it was less than 5 minutes to apply the patches to my kernel,  and do 
couple
 make;make installs >/usr/local. Lazy me. 

 Hmm. I think I saw an AWE HOWTO somewhere a few weeks back. BTW, there's
 an SB-Awe64 mini-howto in the recent doc packages. How far are you writing?
 (I'd be more than glad to help, if I can.)
 
--j



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


Help with Samba+Windows+IP-Masq

1997-10-09 Thread Mario Olimpio de Menezes

Hi,

I'm needing help with the following:


---DNS/GateWay/Firewall---backbone---NT--Win95---SubLans---etc
|
|
 Linux w/IP-Masq (3 3Com590)
  |  |
 /\
|  |
 Windows  Windows   
 Machines

My problem is how to allow the Windows machines bellow my
Linux Box access Win95/NT/Win3.11 machines on other sub LANs? 
The strange topology is out of my scope. I just set the Linux
Box to allow the windows machines access Internet. Now people are
putting information (forms, reports, etc) on Win95/Win311 machines and
the windows users of my sub-LAN can't access it. Yes, I'm trying to 
convince them to use ftp, but ... they are Windows users...
The basic needed connection is simply to connect to share
disk drive. (Something like:
File_manager.Disk.Connect_another_network_unit.
The machines outside my Linux LAN do not use fixed IP; they
have a dhcp server so I can't use smbclient from Linux to connect to
them.
Is there a way to have the netbeui (is this?) protocol (?) 
to pass from one netcard to other in my Linux box? 

Thanks
[]s,
Mario O.de Menezes"Many are the plans in a man's heart, but
IPEN-CNEN/SP is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario Prov. 19.21


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


Upgrading ghostscript?

1997-10-09 Thread Peter S Galbraith

It's too bad that the libc6 upgrade is leaving users out in the cold for so
long...

I just got an Epson Stylus Color 800 printer to try out, and
I could managed much resolution out of Debian 1.3's installed 
ghostscript.

$ gs -h
Aladdin Ghostscript 3.33 (4/10/1995)

Now, the latest and greatest from http://www.cs.wisc.edu/~ghost/
is Aladdin Ghostscript 5.03, so the installed version is very old.

Okay, so I notice that `non-free' has gs-aladdin 4.03-7.

gs-aladdin 5.03-1 is available in unstable, but lists *no* related
packages on the web page (This is a bug!).  

I downloaded it to find it needs:

 libc6, libjpegg6a, libpaperg (>= 1.0.3-4), libpng0g, svgalibg1, 
 xlib6g (>= 3.3-5), zlib1g

So it's based on libc6...

I presume I'm not the first to need Aladdin Ghostscript 5.03 to drive
a recent printer.  Should I just get the sources and install them
over Debian's installed files?  Do I need anything else?  Will I screw
up my Debian 1.3 system if I do so?

I'm seeking advice here.  Any pointers appreciated.  Has anyone setup
a Stylus 800 with gs-aladdin 4.03-7?  What's the max you can do?
How do you do it, since magicfilter is also too old to know about this
printer? 

(I'm sure this happens a lot with users stuck on libc5, seeing their system
get more and more dated.  I like the `Debian' way better than the
do-it-all-yourself way of Slackware, except when you *have* to do it
yourself on Debian.  Then it seems that the dependencies hinder you because
you have to do something behind the system's back, which requires greater
knowledge of how the system keep track of its dependencies)

--
Peter Galbraith, research scientist <[EMAIL PROTECTED]>
Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546


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


RE: Packet Sniffing (fwd)

1997-10-09 Thread Tommy Lakofski
On Thu, 9 Oct 1997, George Bonser wrote:

> There is no way to know if your traffic is being snooped once it leaves your
> property.
> 

If you're suspicious you could transmit bogus information and see if
someone tries to use it...

If security is a real concern of yours, get ssh and create a VPN to your
desired destination (I think there's a HOWTO describing how to do this
automatically).

For your internal network, the use of switches can reduce the potential
for sniffing considerably. Of course, the best way is to trust everyone in
your internal network... ;)

TL


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


question on free

1997-10-09 Thread G. Kapetanios

Hi,

Whenever the memory usage on my machine goes up and I use free I get the
following

 total   used   free sharedbuffers cached
Mem: 63252  57316   5936  31364   9492
-/+ buffers:478244190748
 ^^^ 
Swap:   130748  0 130748  31016

Obviously this is wrong. Is this a bug or what ?

  Thanks
 George 


---
George Kapetanios
Churchill College
Cambridge, CB3 0DSE-Mail: [EMAIL PROTECTED]
U.K.  WWW: http://garfield.chu.cam.ac.uk/~gk205/work_info.html
---



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


Re: [LINUX] Urgent: How to talk to serial device

1997-10-09 Thread Nico De Ranter
> Hi:
> 
> Yes there is; "cu" is part of the uucp package in debian.
> I use it for setting my modem.

OK, I installed cu, but when I try:

cu /dev/cua0 or /dev/ttyS0 

I always get:  cu: /dev/cua0: System not found
( I get more or less the same message during boot!)

I tried recompiling and installing the kernel with serial support
and even rebuild and reinstalled the modules but it still doesn't work.

Any idea what could be wrong?

Thanks in advance,

Nico

> 
> -Original Message-
> From: Nico De Ranter <[EMAIL PROTECTED]>
> To: Debian 
> Date: Thursday, October 09, 1997 5:51 AM
> Subject: [LINUX] Urgent: How to talk to serial device
> 
> 
> >
> >Hi,
> >
> >I need to be able to interactivly talk to a serial device. On
> >other UNIX systems I would use "tip" (SUN) or "cu" (SGI).
> >Is there anything like that for Linux?
> >
> >Thanks in advance,
> >
> >Nico De Ranter.
> >
> >-- 
> >--
> >Nico De Ranter
> >Sony Objective Composer (SOCOM)
> >Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
> >1130 Brussel (Bruxelles), Belgium, Europe, Earth
> >Telephone: +32 2 724 17 41 Telefax: +32 2 726 26 86
> >e-mail: [EMAIL PROTECTED]
> >
> >
> >--
> >TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> >[EMAIL PROTECTED] . 
> >Trouble?  e-mail to [EMAIL PROTECTED] .
> >
> >
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


-- 
--
Nico De Ranter
Sony Objective Composer (SOCOM)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 17 41 Telefax: +32 2 726 26 86
e-mail: [EMAIL PROTECTED]


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


Re: Automatic root login after boot

1997-10-09 Thread Dale Scheetz
On Thu, 9 Oct 1997, Alastair Gregory wrote:

> I have an odd problem with my Debian system. When
> it boots up into multi-user mode, it "automatically" logs in
> as 'root' on the first console.  It's impossible to terminate
> the session, as a new one starts immediately after I exit
> the shell.  It's in run level 2 and the other consoles behave
> normally.
> 
> Another problem I have is that the machine won't reboot
> by itself.  If I "telinit 6", it shuts down, then sits there
> without rebooting until I hit the reset button.  Is this an
> AMD quirk?
> 
> I loaded Debian 1.3 on an old AMD 486-80 based
> machine.  It seemed to load properly, except that a
> number of utilities were not present (such as 'dselect',
> "mesg", "start-stop-daemon").  I was a bit dubious, but
> not having loaded Debian for a while (last time it was
> at 1.0, I think) I just assumed I wasn't up with the
> latest developments. I scrounged a dselect binary which
> ran, but no access methods were available so I was
> no better off.
> 
> The autologin phenomenon didn't manifest itself until I
> tried reinstalling the base system from the boot diskettes.
> On booting from the hard disk after this, it asked me to
> pick a root password, but after the "passwd" dialog,
> it'd say "Try again" and run "passwd" again.  I flipped to
> another console, logged in as a mere user, su'ed and killed
> the passwd and bash processes, and ran "passwd" manually
> to set the root password. Now I have the autologin problem
> but "dselect" seems to be OK.
> 
> My guess is that part(s) of the Debian load process didn't
> complete, or failed silently. Can anyone shed light on this?
> Could I somehow have bad install disks and not know it?
> 
It is entirely possible that you got a bad set of disks, although there
should have been a complaint from the installation script.

Because you killed the initial start up script, it didn't get removed, so
you get stuck in it every time you boot. (this is probably what is causing
the "auto login") Look in /root for something called setup.sh (I think
that's the name...). There are also two other files that are "mangled" for
the install. One is bash_profile and the other is one of the init scripts.
Look through /etc for files with a .real extention. Copy these files over
their "proper" counterparts and delete the setup.sh in /root and you
should see more what you expect from the console. I suspect that you
didn't get a clean first install, and you should probably build a new set
of disks and try again.

Luck,

Dwarf
-- 
_-_-_-_-_-_-  _-_-_-_-_-_-_-

aka   Dale Scheetz   Phone:   1 (904) 656-9769
  Flexible Software  11000 McCrackin Road
  e-mail:  [EMAIL PROTECTED] Tallahassee, FL  32308

_-_-_-_-_-_- If you don't see what you want, just ask _-_-_-_-_-_-_-


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


Re: How to use the Compose key?

1997-10-09 Thread Peter S Galbraith

Torsten Hilbrich wrote:

> If you pressed each key by its own you have done it correctly.  Not
> every X application is aware of the compose key (don't ask me why), I
> always use xterm or GNU Emacs 19.34 for testing, both of them works.

Tried in Emacs and Wordperfect and it works!
Thanks!

It doesn't work (only beeps at me) in rxvt or xterm.  My rxvt is version
2.4.1 which I downloaded and compiled, but I see no compilation parameters
to set this.  I'll keep playing around.  You'd think this would be made
easy!

--
Peter Galbraith, research scientist <[EMAIL PROTECTED]>
Maurice-Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada  418-775-0852 - FAX 418-775-0546


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


RE: Packet Sniffing

1997-10-09 Thread George Bonser
There is no way to know if your traffic is being snooped once it leaves your
property.


On 09-Oct-97 Chi Wong wrote:
>Hi, are there programs to detect if your computer / network is being
>sniffed by a packet sniffer?
>
>
>--
>TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
>[EMAIL PROTECTED] . 
>Trouble?  e-mail to [EMAIL PROTECTED] .
>


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


Re: [LINUX] Urgent: How to talk to serial device

1997-10-09 Thread Rick Macdonald
On Thu, 9 Oct 1997, Nico De Ranter wrote:

> I need to be able to interactivly talk to a serial device. On
> other UNIX systems I would use "tip" (SUN) or "cu" (SGI).
> Is there anything like that for Linux?

"minicom" in the "comm" directory.

...RickM...



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


Re: installing hamm via ftp

1997-10-09 Thread Scott Ellis
When it asks what directory debian is under answer /pub/debian, and then
give it 'dists/unstable/main dists/unstable/contrib
dists/unstable/non-free' for the distributions (sections?) to install.

-- 
Scott K. Ellis <[EMAIL PROTECTED]> http://www.gate.net/~storm/

On Thu, 9 Oct 1997, Otavio Exel wrote:

> hi everybody,
> 
> what are the parameters for dselect via ftp in order to install the
> latest hamm packages?
> 
> I'm using a local up-to-date mirror and debian/.message says:
> 
> > --- Unstable, or hamm.  Access this release through dists/unstable.
> >
> > The current development snapshot is named hamm.  Active development is
> > continuing here.  Note that hamm contains many symbolic links into bo.
> 
> ..but I don't know where to type "dists/ustable" :-(
> 
> sorry for the dumb question!
> 
> TIA!
> 
> Otavio Exel /<\oo/>\
> [EMAIL PROTECTED]
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


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


Re: Automatic root login after boot

1997-10-09 Thread David Wright
On Thu, 9 Oct 1997, Alastair Gregory wrote:

> I have an odd problem with my Debian system. When
> it boots up into multi-user mode, it "automatically" logs in
> as 'root' on the first console.  It's impossible to terminate
> the session, as a new one starts immediately after I exit
> the shell.  It's in run level 2 and the other consoles behave
> normally.

Look at the line beginning 1: in /etc/inittab.

> Another problem I have is that the machine won't reboot
> by itself.  If I "telinit 6", it shuts down, then sits there
> without rebooting until I hit the reset button.  Is this an
> AMD quirk?

I had a Cyrix machine that would sometimes do this (and on power-on, it 
would just sit there without POSTing).

> I loaded Debian 1.3 on an old AMD 486-80 based
> machine.  It seemed to load properly, except that a
> number of utilities were not present (such as 'dselect',
> "mesg", "start-stop-daemon").  I was a bit dubious, but
> not having loaded Debian for a while (last time it was
> at 1.0, I think) I just assumed I wasn't up with the
> latest developments. I scrounged a dselect binary which
> ran, but no access methods were available so I was
> no better off.

> 
> The autologin phenomenon didn't manifest itself until I
> tried reinstalling the base system from the boot diskettes.
> On booting from the hard disk after this, it asked me to
> pick a root password, but after the "passwd" dialog,
> it'd say "Try again" and run "passwd" again.  I flipped to
> another console, logged in as a mere user, su'ed and killed
> the passwd and bash processes, and ran "passwd" manually
> to set the root password. Now I have the autologin problem
> but "dselect" seems to be OK.
> 
> My guess is that part(s) of the Debian load process didn't
> complete, or failed silently. Can anyone shed light on this?
> Could I somehow have bad install disks and not know it?

Deian shuffles inittab.real (if I remember the filename correctly) and 
inittab when it completes correctly. It was months ago, and I had had 
to reboot while in that first session after setting the root password,
so the shuffling didn't get done.

Once I fixed my problem (I think it was when perl had problems, maybe a 
bad link) and edited inittab, the system was fine.
--
David Wright, Open University, Earth Science Department, Milton Keynes MK7 6AA
U.K.  email: [EMAIL PROTECTED]  tel: +44 1908 653 739  fax: +44 1908 655 151


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


Automatic root login after boot

1997-10-09 Thread Alastair Gregory
I have an odd problem with my Debian system. When
it boots up into multi-user mode, it "automatically" logs in
as 'root' on the first console.  It's impossible to terminate
the session, as a new one starts immediately after I exit
the shell.  It's in run level 2 and the other consoles behave
normally.

Another problem I have is that the machine won't reboot
by itself.  If I "telinit 6", it shuts down, then sits there
without rebooting until I hit the reset button.  Is this an
AMD quirk?

I loaded Debian 1.3 on an old AMD 486-80 based
machine.  It seemed to load properly, except that a
number of utilities were not present (such as 'dselect',
"mesg", "start-stop-daemon").  I was a bit dubious, but
not having loaded Debian for a while (last time it was
at 1.0, I think) I just assumed I wasn't up with the
latest developments. I scrounged a dselect binary which
ran, but no access methods were available so I was
no better off.

The autologin phenomenon didn't manifest itself until I
tried reinstalling the base system from the boot diskettes.
On booting from the hard disk after this, it asked me to
pick a root password, but after the "passwd" dialog,
it'd say "Try again" and run "passwd" again.  I flipped to
another console, logged in as a mere user, su'ed and killed
the passwd and bash processes, and ran "passwd" manually
to set the root password. Now I have the autologin problem
but "dselect" seems to be OK.

My guess is that part(s) of the Debian load process didn't
complete, or failed silently. Can anyone shed light on this?
Could I somehow have bad install disks and not know it?

Thanks,
Alastair





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


/dev/md0

1997-10-09 Thread Pere Camps
Hi,

I have a linear partition on my linux box (/dev/md0 =
hdb7+hdb9+hdb11), and when I run the `mdadd -ar`, and I then mount the
filesystem something like the following comes up:

Warning: /dev/md0 has no checksum field

Should I worry?

Salutacions, Pere     __o mailto:[EMAIL PROTECTED]
  2:343/108.91   -  _`\<;_   http://casal.upc.es/~pere/
PGP key available ---  (_)/ (_)"Lo importante es el concepto"


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


Re: What is the "compose" key?

1997-10-09 Thread jdassen
On Wed, Oct 08, 1997 at 11:52:19AM +0200, Torsten Hilbrich wrote:
> The compose key is something specific to X.  You cannot use it in the
> Console (Please correct me if I'm wrong).

You stand corrected. The keyhandling of the console and X are totally
separated, but share many concepts. The console can have a Compose key (by
default: CTRL-.). See
http://fatman.mathematik.tu-muenchen.de/~schwarz/debian-kbd/ for more
information.

Ray
-- 
PATRIOTISM  A great British writer once said that if he had to choose 
between betraying his country and betraying a friend he hoped he would
have the decency to betray his country.  
- The Hipcrime Vocab by Chad C. Mulligan 


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


Packet Sniffing

1997-10-09 Thread Chi Wong
Hi, are there programs to detect if your computer / network is being
sniffed by a packet sniffer?


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


Re: Debian Netatalk and Ethernet cards

1997-10-09 Thread LeRoy D. Cressy
Richard L Shepherd wrote:
> 
> On Thu, 9 Oct 1997, Richard L Shepherd wrote:
> 
> > I happily use netatalk on 3 debian machines using ethernet cards which all
> > use the wd driver module.  Today I go to set it up on a DEC XLe6180 which
> > has a builtin Intel EtherExpress 100 card in it.  The IP drivers work
> > great at both 10 and 100 Mbps.  However Netatalk just isn't happy, it
> > can't see the appletalk network out there (well it kind-of worked once out
> > of many tries---picked an invalid net number and could aecho some other
> > machines...).
> >
> > I didn't think it was relevant which ethernet driver I was using, but
> > eventually, after comparing with the other machines I have, it all pointed
> > to the ethernet card and driver being the culprit!  Sure enough someone
> > tells me that appletalk won't go on any Intel cards, is this true?  If so,
> > are there any other cards people know of that I should stare clear of to?
> > I'm installing this server for lots of people with Macs to share files
> > with...
> 
> Further to this problem I have experimented some more and have the
> following results, all on the one machine, using different cards,
> attempting to run netatalk on the same network:
> 
> Card Description:   Driver (Module):Results:
> -   
> Intel EtherExpressPro 100 (builtin) eepro100BAD
> Digital 21140   tulip   BAD
> Western Digital 8013EPC wd  Excellent
> 
> While all work fine for regular IP (the first 2 especially nice as they do
> 100Mbps) only the last one is consistently good for seeing the (large)
> appletalk network we have here...weird, annoying and frustrating...
> 
> 8<--->8
> Richard Shepherd ([EMAIL PROTECTED])
> Phone: 07-838-4764
> 8<--->8
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] .
> Trouble?  e-mail to [EMAIL PROTECTED] .


Hi Richard,

On ot boxes that do not support apple talk, did you do a kernel compile
specifying in the net section to include apple talk in the kernel?  I 
have found that whenever I have a new system that it is wise to make a 
custom kernel to match my system parameters.

Though the Debian package comes with most items loadable as modules, I
still go through a kernel compile.

Hope this helps :-)

-- 
  0 0
   "   http://www.netaxs.com/~ldc/
___ooO ~ Ooo___

LeRoy D. Cressy  /\_/\  [EMAIL PROTECTED]
Computer Consulting ( o.o ) (215) 389-5870
 > ^ <


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


Re: why /var/tmp/ not be cleaned at boot time

1997-10-09 Thread Lawrence
so, whats /var/tmp for?

Christian Kauhaus wrote:
> 
> Hi!
> 
> On 10/08/97, m* wrote:
> > yup, like the vi.recover directory. i believe /var/tmp is the default
> > location for vi.recover is it not?
> 
> No, it is not. The FSSTD says that /var/preserve is the default location for
> it. I've already filed bugs against vim, elvis, et. al.


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


Question about scsi card.

1997-10-09 Thread Kevin J Poorman
Hi,

I got a umax scaner ... came with a scsi card that looks to be a 
"dtc3181a" does any one know if this card will work? ... and how to get
it to work ... I saw in the /usr/src/linux/drivers/scsi/ a dtc3x80 driver
... will this work? ... 

Thanks 


-Kevin, kc5vxy
[EMAIL PROTECTED]
>


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


installing hamm via ftp

1997-10-09 Thread Otavio Exel
hi everybody,

what are the parameters for dselect via ftp in order to install the
latest hamm packages?

I'm using a local up-to-date mirror and debian/.message says:

> --- Unstable, or hamm.  Access this release through dists/unstable.
>
> The current development snapshot is named hamm.  Active development is
> continuing here.  Note that hamm contains many symbolic links into bo.

..but I don't know where to type "dists/ustable" :-(

sorry for the dumb question!

TIA!

Otavio Exel /<\oo/>\
[EMAIL PROTECTED]


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


Remote installation of Debian-Packages ...

1997-10-09 Thread Albert Fluegel
Hello !

What i am missing in all Linux-distributions (please
correct me, if i'm wrong), is the possibility to 
install (or de-install or whatever needs to be done)
packages on another machine remotely and/or scheduled.
I experienced, that it is a big thumb-up for decision-
makers if a system is supporting this functionality.

I'm aware off course, that there is a certain
security problem, especially if the sources of the
related software is publically available. One can
not base on the "security" of keys generated at runtime
from compiled-in constants or whatever ... like some
well-known expensive system-management-tools do.
It just would be nice to have a tool, where one can
type in (or read in from a file) a list of machines,
where sth. should be installed at a certain time
(in the night usually). The rexec-tool would make
these things not too difficult, but it would require
the superuser-passwords to be stored in some secure
place, what is somewhat problematic. I have no real
solution for this at hand, just wanted to point out,
that for a large-scale introduction of Linux in the
industry this functionality might become an important
feature ... just my opinion.

Albert Fluegel


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


Re: [LINUX] Urgent: How to talk to serial device

1997-10-09 Thread Peter Iannarelli
Hi:

Yes there is; "cu" is part of the uucp package in debian.
I use it for setting my modem.

-Original Message-
From: Nico De Ranter <[EMAIL PROTECTED]>
To: Debian 
Date: Thursday, October 09, 1997 5:51 AM
Subject: [LINUX] Urgent: How to talk to serial device


>
>Hi,
>
>I need to be able to interactivly talk to a serial device. On
>other UNIX systems I would use "tip" (SUN) or "cu" (SGI).
>Is there anything like that for Linux?
>
>Thanks in advance,
>
>Nico De Ranter.
>
>-- 
>--
>Nico De Ranter
>Sony Objective Composer (SOCOM)
>Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
>1130 Brussel (Bruxelles), Belgium, Europe, Earth
>Telephone: +32 2 724 17 41 Telefax: +32 2 726 26 86
>e-mail: [EMAIL PROTECTED]
>
>
>--
>TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
>[EMAIL PROTECTED] . 
>Trouble?  e-mail to [EMAIL PROTECTED] .
>
>


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


[LINUX] Urgent: How to talk to serial device

1997-10-09 Thread Nico De Ranter

Hi,

I need to be able to interactivly talk to a serial device. On
other UNIX systems I would use "tip" (SUN) or "cu" (SGI).
Is there anything like that for Linux?

Thanks in advance,

Nico De Ranter.

-- 
--
Nico De Ranter
Sony Objective Composer (SOCOM)
Sint Stevens Woluwestraat 55 (Rue de Woluwe-Saint-Etienne)
1130 Brussel (Bruxelles), Belgium, Europe, Earth
Telephone: +32 2 724 17 41 Telefax: +32 2 726 26 86
e-mail: [EMAIL PROTECTED]


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


Re: Alt keys

1997-10-09 Thread Torsten Hilbrich
Adam Klein <[EMAIL PROTECTED]> writes:

> How can I get the Linux console to treat the right Alt key in the
> same way as the left?

Look in the manual of keytables(5).  I assume that (untested!)
something like "keycode 100 = Alt" should do the job.

Look into /etc/init.d/boot for the loadkeys command to find out where
your keymap is stored.

Torsten

-- 
"What a depressingly stupid machine"
  The Restaurant at the End of the Universe
PGP Public Key is available


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


Re: why /var/tmp/ not be cleaned at boot time

1997-10-09 Thread Christian Kauhaus
Hi!

On 10/08/97, m* wrote:
> yup, like the vi.recover directory. i believe /var/tmp is the default
> location for vi.recover is it not?

No, it is not. The FSSTD says that /var/preserve is the default location for
it. I've already filed bugs against vim, elvis, et. al.

Regards
-- 
   _/ Christian Kauhaus _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
  _/ University of Rostock[EMAIL PROTECTED] _/
 _/ Dept of CS; Germany www.informatik.uni-rostock.de/~ckauhaus _/
_/_/ PGP-Fingerprint: F6 4B 15 43 26 CD C7 7D  D4 1F CA 0F 5D E3 08 D4 _/


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


Xterminal and fonts problem

1997-10-09 Thread Heiko Heijenga
Howdy,

I've managed to get a X terminal working, but I have some problems with the 
fonts (I suppose).

When I log on, there is no window-manager started, no problem. When I
start one there are some errors concerning fonts.

[ttyp0,zoef] 22:38 numatix:/home/zoef 
  exec fvwm2 &
[1] 508
[ttyp0,zoef] 22:39 numatix:/home/zoef
[GetFontOrFixed]: WARNING -- can't get font -adobe-helvetica-bold-r-*-*-12-*,
 trying 'fixed'[GetFontOrFixed]: WARNING -- can't get font -adobe-helvetica-b
old-r-*-*-12-*, trying 'fixed'Warning: Cannot convert string "-*-courier-medi
um-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct


This occurs also when I start some programs. What is the problem? 
All the fonts available in debian are installed without problems 
(on both server and client).
And when I start Afterstep there are also some font problems, 
but after that is hangs where fvwm2 goes well. 
When I run X localy on the server, everything goes well.


How do I solve this?

Greetz,
Heiko

 



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


RH Motif 2.0

1997-10-09 Thread Paul Ryan Kuykendall
Has anyone created a diff file for use with alien (or a wrapper deb) to
install RedHat Motif 2.0?  I've got the library, but would like to place
the components in a "standard" Debian location.  Thanks.

Paul Kuykendall


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


Re: Debian Netatalk and Ethernet cards

1997-10-09 Thread Richard L Shepherd
On Thu, 9 Oct 1997, Richard L Shepherd wrote:

> Further to this problem I have experimented some more and have the
> following results, all on the one machine, using different cards,
> attempting to run netatalk on the same network:
> 
> Card Description: Driver (Module):Results:
> - 
> Intel EtherExpressPro 100 (builtin)   eepro100BAD
> Digital 21140 tulip   BAD
> Western Digital 8013EPC   wd  
> Excellent
> 
> While all work fine for regular IP (the first 2 especially nice as they do
> 100Mbps) only the last one is consistently good for seeing the (large)
> appletalk network we have here...weird, annoying and frustrating...

AND, further to this I have settled for a solution which goes like this...
keep the IP going over the eepro100 (built-in), I have a Western Digital
(old-cheapo) configured with 10.0.0.1 and netatalk running on it.  Even
though the IP number is bogus (I guess it just needs to be there to have
the interface UP) the appletalk routing seems to work fine.  Thus it can
be a High-performance WWW server out the eepro100 and the Macs can upload
there WWW pages via the WD card---not ideal but at least I didn't have to
spend any more money...

Cheers,

8<--->8
Richard Shepherd ([EMAIL PROTECTED])
Phone: 07-838-4764
8<--->8



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


reading excel documents?

1997-10-09 Thread Bob

I am sometimes e-mailed microsoft excel documents while running Linux.
Is there anyway to read those files without booting into Win95?

Thanks

Bob



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


Re: problem in smail config

1997-10-09 Thread Branden Robinson
Lindsay Allen graciously sent me the following message, which *almost*
solves the problem mentioned:

> From [EMAIL PROTECTED] Thu Oct  9 10:27:26 1997
> Date: Sat, 9 Nov 96 12:36 MET
> From: Christian Lynbech on satellite <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Subject: E-Mail address
> Resent-Date: Sat, 9 Nov 1996 20:42:33 +0800
> Resent-From: debian-user@lists.debian.org
> 
> 
> >> I have a university account ([EMAIL PROTECTED]) and a linux box at
> >> home. My account name is "joe" on the linux box, and I want all
> >> outgoing mail to say it is from [EMAIL PROTECTED] How would I do
> >> this?
> 
> I use smail, configured as the `satellite' option. I did the following
> in the `transports' file to resolve the name problem:
> 
> smtp: driver=tcpsmtp, max_addrs=100, -max_chars, inet,
>   remove_header="From", 
>   insert_header="From: [EMAIL PROTECTED] ($sender_name on satellite)";
>   use_bind, defer_no_connect, -local_mx_okay, defnames
> 
> which means that on outgoing posts (delievered via SMTP which is not
> the default I believe), the from header is first removed and a new is
> inserted. This gives me ordinary handling on local mail (internal on
> the linux box) and my account name on everything that goes outside.

However, when you're running on a local subnet that shares the dialup, and
thus isn't "really" on the net, your box has no way of knowing whether the
outgoing mail is staying on your subnet (and thus should not have its
header rewritten), or if it's going to the Internet proper, and should have
its From: header rewritten.

HOWEVER, presumably local subnets are so small that you don't need to have
DNS service to get their hostnames, and you instead store the names of the
local boxes in /etc/hosts (which is what I do).  Failing that, you should
be able to match against local hosts using their IP number.  (Local subnets
not actually on the Internet shouldn't be using real IP numbers anyway,
they should be using the "reserved" ones, like 10.0.0.0 or 192.168.0.0.)

Is there a way to get smail to check for this, conditionally rewriting the
From: header based on the result?  This would give the flexibility demanded
by dialup users and also permit RFC 822 compliance.

I suspect someone would have to write their own "driver" for smail to do
this.  Is anyone up to this?

--
G. Branden Robinson |  Murphy's Guide to Science:
Purdue University   |  If it's green or squirms, it's biology.
[EMAIL PROTECTED]  |  If it stinks, it's chemistry.
http://www.ecn.purdue.edu/~branden/ |  If it doesn't work, it's physics.


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


Re: Debian Netatalk and Ethernet cards

1997-10-09 Thread Richard L Shepherd
On Thu, 9 Oct 1997, Richard L Shepherd wrote:

> I happily use netatalk on 3 debian machines using ethernet cards which all
> use the wd driver module.  Today I go to set it up on a DEC XLe6180 which
> has a builtin Intel EtherExpress 100 card in it.  The IP drivers work
> great at both 10 and 100 Mbps.  However Netatalk just isn't happy, it
> can't see the appletalk network out there (well it kind-of worked once out
> of many tries---picked an invalid net number and could aecho some other
> machines...).
> 
> I didn't think it was relevant which ethernet driver I was using, but
> eventually, after comparing with the other machines I have, it all pointed
> to the ethernet card and driver being the culprit!  Sure enough someone
> tells me that appletalk won't go on any Intel cards, is this true?  If so,
> are there any other cards people know of that I should stare clear of to?
> I'm installing this server for lots of people with Macs to share files
> with...

Further to this problem I have experimented some more and have the
following results, all on the one machine, using different cards,
attempting to run netatalk on the same network:

Card Description:   Driver (Module):Results:
-   
Intel EtherExpressPro 100 (builtin) eepro100BAD
Digital 21140   tulip   BAD
Western Digital 8013EPC wd  Excellent

While all work fine for regular IP (the first 2 especially nice as they do
100Mbps) only the last one is consistently good for seeing the (large)
appletalk network we have here...weird, annoying and frustrating...

8<--->8
Richard Shepherd ([EMAIL PROTECTED])
Phone: 07-838-4764
8<--->8



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


Re: debian version 1.3.1 ?

1997-10-09 Thread Branden Robinson
On Wed, 8 Oct 1997, Bob wrote:

No, I don't think so, for the same reason issue and issue.net aren't
updated:

[0] 654 apocalypse ~ > dpkg -S issue
manpages: /usr/man/man5/issue.5.gz
base-files: /etc/issue.net
netstd: /usr/man/man5/issue.net.5.gz
base-files: /etc/issue
[0] 655 apocalypse ~ > dpkg -S debian_version
base-files: /etc/debian_version
[0] 656 apocalypse ~ > 

> Thanks for the info. I never really thought in terms of security.
> Should the file /etc/debian_version  show 1.3.1.  Mine shows 1.3.
> I know this is a very minor point, I'm just curious.
> 
> On Wed, 8 Oct 1997, Branden Robinson wrote:
> 
> > On Wed, 8 Oct 1997, Bob wrote:
> > 
> > > I recently add X to my debian box. My debian version still shows 1.3
> > > 
> > > Shouldn't this now read 1.3.1??
> > > 
> > > Bob
> > 
> > I think it's a Debian policy not to "publicize" the patch level of the
> > version.  (My /etc/issue, and /etc/issue.net files all report 1.3 as
> > well, and reported simply 1.1 and 1.2 when I ran those -- 0.93R6 didn't
> > have any patches).
> > 
> > This is possibly because one of the few events that causes a patch to the
> > stable version is the discovery and patching of security holes.  If someone
> > can easily determine from your machine what version you're running, he/she
> > may be able to make deductions about the security vulnerabilities of your
> > machine.
> > 
> > On the other hand, it may just be because /etc/issue and /etc/issue.net are
> > contained in the base-files and netstd packages respectively, and to keep
> > up with patches, it would be necessary to re-release those two packages
> > every time.  Come to think of it, that reason is more likely than the
> > security one (since real crackers would test your system for exploitability
> > regardless of what your issue files said).

--
G. Branden Robinson |  There's nothing an agnostic can't do
Purdue University   |  if he doesn't know whether he believes
[EMAIL PROTECTED]  |  in it or not.
http://www.ecn.purdue.edu/~branden/ |  -- Graham Chapman


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


Re: debian version 1.3.1 ?

1997-10-09 Thread Bob
Thanks for the info. I never really thought in terms of security.
Should the file /etc/debian_version  show 1.3.1.  Mine shows 1.3.
I know this is a very minor point, I'm just curious.

Bob


On Wed, 8 Oct 1997, Branden Robinson wrote:

> On Wed, 8 Oct 1997, Bob wrote:
> 
> > I recently add X to my debian box. My debian version still shows 1.3
> > 
> > Shouldn't this now read 1.3.1??
> > 
> > Bob
> 
> I think it's a Debian policy not to "publicize" the patch level of the
> version.  (My /etc/issue, and /etc/issue.net files all report 1.3 as
> well, and reported simply 1.1 and 1.2 when I ran those -- 0.93R6 didn't
> have any patches).
> 
> This is possibly because one of the few events that causes a patch to the
> stable version is the discovery and patching of security holes.  If someone
> can easily determine from your machine what version you're running, he/she
> may be able to make deductions about the security vulnerabilities of your
> machine.
> 
> On the other hand, it may just be because /etc/issue and /etc/issue.net are
> contained in the base-files and netstd packages respectively, and to keep
> up with patches, it would be necessary to re-release those two packages
> every time.  Come to think of it, that reason is more likely than the
> security one (since real crackers would test your system for exploitability
> regardless of what your issue files said).
> 
> --
> G. Branden Robinson |  A committee is a life form with six or
> Purdue University   |  more legs and no brain.
> [EMAIL PROTECTED]  |  -- Robert Heinlein
> http://www.ecn.purdue.edu/~branden/ |
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 
> 
> 


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


Re: debian version 1.3.1 ?

1997-10-09 Thread Branden Robinson
On Wed, 8 Oct 1997, Bob wrote:

> I recently add X to my debian box. My debian version still shows 1.3
> 
> Shouldn't this now read 1.3.1??
> 
> Bob

I think it's a Debian policy not to "publicize" the patch level of the
version.  (My /etc/issue, and /etc/issue.net files all report 1.3 as
well, and reported simply 1.1 and 1.2 when I ran those -- 0.93R6 didn't
have any patches).

This is possibly because one of the few events that causes a patch to the
stable version is the discovery and patching of security holes.  If someone
can easily determine from your machine what version you're running, he/she
may be able to make deductions about the security vulnerabilities of your
machine.

On the other hand, it may just be because /etc/issue and /etc/issue.net are
contained in the base-files and netstd packages respectively, and to keep
up with patches, it would be necessary to re-release those two packages
every time.  Come to think of it, that reason is more likely than the
security one (since real crackers would test your system for exploitability
regardless of what your issue files said).

--
G. Branden Robinson |  A committee is a life form with six or
Purdue University   |  more legs and no brain.
[EMAIL PROTECTED]  |  -- Robert Heinlein
http://www.ecn.purdue.edu/~branden/ |


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


debian version 1.3.1 ?

1997-10-09 Thread Bob
I recently add X to my debian box. My debian version still shows 1.3

Shouldn't this now read 1.3.1??

Bob





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


Re: is the Creative Labs AWE64 GOLD Soundcard supported?

1997-10-09 Thread Marcus Brinkmann

Excuse me Torsten, my mail to you should have gone to the list also,
here is what I recall:

On Wed, Oct 08, 1997 at 11:38:15AM +0200, Torsten Hilbrich wrote:
> Lawrence <[EMAIL PROTECTED]> writes:
> 
> > > No. I start the kernel module via /etc/modules. Just put "sound"
> > > in a line for its own.
> > 
> > my /etc/modules is 'auto', what do you think?  can I have 'auto' and
> > 'sound' in the file?
> 
> I don't think so.  But with auto setting your sound module will be
> automatically loaded -- if configured correctly.

It is indeed possible. "auto" just launches kerneld, "sound" just installs
the sound module, so that kerneld does not remove it automatically. This is
a good idea if you have a post-install that takes a long time (e.g. loading
sound font banks (up to 8MB!) or setting the mixer.

 
> Edit the file /etc/conf.modules and check if the following line is
> there:
> 
> alias block-major-14 sound

Can someone explains me the difference to the default "alias char-major-14
sound", as modprobe -c tells me? /dev/audio shows me a (c) device.

Marcus

-- 
"Rhubarb is no Egyptian god."
Marcus Brinkmann
[EMAIL PROTECTED]
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/


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


samba/interfaces problem

1997-10-09 Thread Paul Miller
Everytime my cable modem goes down, the other computers on my net can't
connect to samba... This is kind of weird because samba doesn't use that
interface and should have nothing to do with it.  I have the line
'interfaces = 192.168.100.2/24' (local net interface) in the global
section... what the deal here?

-Paul


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


Re: Secure Shell

1997-10-09 Thread Will Lowe
On Wed, 8 Oct 1997, Chi Wong wrote:

> I was wondering is there a debain package for secure shell?

yup.  Hit the package search page (start at www.debian.org) and search for
ssh.
Will

[EMAIL PROTECTED]
   [EMAIL PROTECTED]
http://www.cis.udel.edu/~lowe/
*
Good Idea:  Feeding Stray Cats in the Park.
Bad Idea:   Feeding Stray Cats in the park ... to a bear.
* 


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


Re: Matlab 5.1 and Debian 1.3.1 problem

1997-10-09 Thread Will Lowe
On Wed, 8 Oct 1997, Rich Pawlowicz wrote:

> I've just upgraded from Debian Linux 1.2 to 1.3.1, and I notice 
> now that anytime Matlab5.1 wants to do a shell command (e.g.
> unix('ls') and so forth) I get
> 
> if:badly formed number

I'm pretty sure this is a consequence of the well-discussed "bash bug".
You'll need to downgrade bash,  use "ash" as /bin/sh,  or use another
workaround.
Will

[EMAIL PROTECTED]
   [EMAIL PROTECTED]
http://www.cis.udel.edu/~lowe/
*
Good Idea:  Feeding Stray Cats in the Park.
Bad Idea:   Feeding Stray Cats in the park ... to a bear.
* 


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


Secure Shell

1997-10-09 Thread Chi Wong
I was wondering is there a debain package for secure shell?


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


Re: problem in smail config

1997-10-09 Thread Branden Robinson
On Fri, 3 Oct 1997 [EMAIL PROTECTED] wrote:

> Hi,
> I'm a debian user with a diaul-up connection to an ISP.
> I would like to configure smail so that it put a differen From: field if a
> mail is internal in my system or if it's delivered to an external address.
> I've modified my from_field:
> 
> from_field="From: ${if dest:remote [EMAIL PROTECTED] {$sender} }"
> 
> but this configuration don't work.
> Can someone please enlight me?
> 
> I'm not subscribed to this list: please CC your answer.

I have exactly this same problem.  Can no one help?

Can someone at least say with certainty that it's impossible, and if so,
suggest workarounds?

Note my Reply-To: address.  If you don't like my From: address then please
help me solve this problem.  :)

--
G. Branden Robinson | Optimists believe we live in the best of
Purdue University   | all possible worlds.  Pessimists are
[EMAIL PROTECTED]  | afraid the optimists are right.
http://www.ecn.purdue.edu/~branden/ |


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


Debian Netatalk and Ethernet cards

1997-10-09 Thread Richard L Shepherd
I happily use netatalk on 3 debian machines using ethernet cards which all
use the wd driver module.  Today I go to set it up on a DEC XLe6180 which
has a builtin Intel EtherExpress 100 card in it.  The IP drivers work
great at both 10 and 100 Mbps.  However Netatalk just isn't happy, it
can't see the appletalk network out there (well it kind-of worked once out
of many tries---picked an invalid net number and could aecho some other
machines...).

I didn't think it was relevant which ethernet driver I was using, but
eventually, after comparing with the other machines I have, it all pointed
to the ethernet card and driver being the culprit!  Sure enough someone
tells me that appletalk won't go on any Intel cards, is this true?  If so,
are there any other cards people know of that I should stare clear of to?
I'm installing this server for lots of people with Macs to share files
with...

8<--->8
Richard Shepherd ([EMAIL PROTECTED])
Phone: 07-838-4764
8<--->8



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


Re: Mounting of removable media - security problem ?

1997-10-09 Thread Remco Blaakmeer
On Wed, 8 Oct 1997, Wojtek Zabolotny wrote:

>   Thanks !
>  It really works, however there is another small problem. I'm maintaining
> two debian systems, and "/etc/login.defs" exists only in one of them (the
> one with installed shadow passwords).
>  Is the existence of /etc/login.defs associated with shadow passwords
> system?
>  How to install shadow passwords on "living" debian linux?

I don't know for sure if login.defs is used only when you use shadow
passwords. It could also depend on the version of login. You can turn on
shadow passwords with:

# shadowconfig on

This should do the trick. You might want to restart xdm if you use it. I
don't know if /etc/init.d/xdm is updated automatically. For shadow
passwords, it should start xdm-shadow instead of xdm. There is no harm in
using xdm-shadow on a non-shadow password system.

Remco
-- 
"Very funny, Scotty. Now beam up my clothes."


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


Parallel Port CD-ROM

1997-10-09 Thread Pamela McCellon LaBay
I've recently installed Debian on my ThinkPad 360ce and I'm not sure how to 
configure it for my parallel port CD-ROM.  I've read lots of
documentation and tried several methods:

/dev/hdb

/dev/lp0

/dev/ppa

all to no avail.

I also tried the mount command:

mount -t iso9660 /dev/hdb /CD-ROM

and it didn't work either.

I have not yet installed the PCMCIA Card Services which brings me to another 
problem:
whenever I try to use dselect to install the package from my floppy drive I get 
all sorts of I/O errors.

All suggestions, tips, and 'newbie bashings'
welcome.

Thanks,

Pam
Pamela McCellon LaBay
Information Systems Manager
LaBay Company
1527 FM 1845 S.
Longview, TX  75603
(800)503-1023
FAX (903)234-2856
[EMAIL PROTECTED]
http://www.labay.com

p7svTfK2orZua.p7s
Description: S/MIME cryptographic signature