[6674] in RedHat Linux List
unsubscribe
daemon@ATHENA.MIT.EDU (Norm Caldwell)
Fri Nov 29 12:12:52 1996
Date: Fri, 29 Nov 1996 09:09:05 -0800
From: Norm Caldwell <rcm@pacifier.com>
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.com
redhat-digest-request@redhat.com wrote:
>
> Subject:
>
> redhat-digest Digest Volume 96 : Issue 37
>
> Today's Topics:
> NFS Mount Problem
> Re: /etc/rmtab: what is it?
> Procmail
> Re: Procmail
> Re: Procmail
> Re: Procmail
> Re: Procmail
> Re: Procmail
> Re: Procmail
> Re: redhat-digest Digest V96 #35
> sendmail pausing
> printing question
> RCPT: Re: System Commander & Redhat 4.0
> Re: java.awt.Graphics
> Re: [Q] Caldera WABI - works with RH4.0?
> Re: The rm command
> Re: Thats it... "That's it, for Windows..."
> Re: redhat-digest Digest V96 #35
> Re: [Q] Caldera WABI - works with RH4.0?
> Re: Applix features
> Stupid passwd tricks: passwd changes wrong user's password
>
> ---------------------------------------------------------------
>
> Subject: NFS Mount Problem
> Date: Thu, 28 Nov 1996 22:23:46 -0500
> From: ray@fred.net (Ray Curtis)
> To: redhat-list@redhat.com
>
> I am having a problem with doing a NFS mount. I have two machines
> both RedHat 4.0 and do a NFS mount from one machine, but not the
> other one. I think I have everything setup exactly the same on both
> machines, but I get the error:
>
> mount: raven:/ failed, reason given by server: Permission denied
>
> I don't see any other error messages.
> My network is called comsat.net.
>
> I have the same thing in both /etc/exports:
> / *.comsat.net (rw)
> /cdrom *.comsat.net (ro)
> ------------------------------------------------------------------
> /etc/fstab machine Picard:
>
> ## NFS Defined ================================================================
> raven:/ /raven nfs defaults 1 1
>
> Yes, the directory /raven exists.
>
> -------------------------------------------------------------------
> /etc/fstab machine Raven:
> ## NFS Defined ================================================================
> picard:/ /picard nfs defaults 1 1
>
> Yes, the directory /picard exists.
> --------------------------------------------------------------------
> /etc/hosts.allow:
> #
> # hosts.allow This file describes the names of the hosts which are
> # allowed to use the local INET services, as decided
> # by the '/usr/sbin/tcpd' server.
> #
> ALL:
> ---------------------------------------------------------------------
> I can mount picard on raven, but not the other way around. I even tried
> using 'amd' from raven to mount picard and the works fine also,
> however, I can't do a simple NFS mount of raven from picard. Are there
> any files I should look at ? The file /etc/hosts.allow is the same on both
> machines, and there's nothing in /etc/hosts.deny on either machine,
> however I don't know if these files are involved in a NFS mount.
> I can ftp. telnet, ping, rlogin from each machine to the other.
>
> Any suggestions or pointers please, I know this is a dumb problem
> but I just can't figure out what must be wrong on picard.
>
> Thanks so much,
>
> ---------------------------------------------------------------
> Linux Host 'PICARD'
> email: ray@fred.net
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: /etc/rmtab: what is it?
> Date: Thu, 28 Nov 1996 22:38:06 -0500
> From: ray@fred.net (Ray Curtis)
> To: redhat-list@redhat.com
>
> Borg writes:
> > Howdy,
> >
> > I just found that strange file in /etc:
> >
> > [root@borg /etc]# pico rmtab
> >
> > (contains nothing)
> >
> > [root@borg /etc]# rpm -fq /etc/rmtab
> > file /etc/rmtab is not owned by any package
> > [root@borg /etc]# ls -l rmtab
> > -rw-rw-rw- 1 root root 0 Nov 2 23:50 rmtab
> > [root@borg /etc]#
> >
> > So, what is it?
>
> From what I gather that file rmtab stores the data of mounted
> filesystems.
> If you do a showmount -a it reads that file for mounted filesystems.
>
> ---------------------------------------------------------------
> Linux Host 'PICARD'
> email: ray@fred.net
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Procmail
> Date: Thu, 28 Nov 1996 22:51:01 -0500 (EST)
> From: Joe Klemmer <klemmerj@webtrek.com>
> To: Red Hat List <redhat-list@redhat.com>
>
> Ok, I'm testing and asking...
>
> I'm trying this as a recipe for procmail to catch the rh list messages and
> move them to a mailbox of "rhlist". Any procmail gurus have any tips?
>
> :0:
> * ^-From.redhat
> rhlist
>
> ---
> "It's a damn poor mind that can only think of one way to spell a word."
> -- Andrew Jackson
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Procmail
> Date: Thu, 28 Nov 1996 22:56:08 -0500 (EST)
> From: Joe Klemmer <klemmerj@webtrek.com>
> To: Red Hat List <redhat-list@redhat.com>
>
> On Thu, 28 Nov 1996, Joe Klemmer wrote:
>
> > Ok, I'm testing and asking...
> >
> > I'm trying this as a recipe for procmail to catch the rh list messages and
> > move them to a mailbox of "rhlist". Any procmail gurus have any tips?
> >
> > :0:
> > * ^-From.redhat
> > rhlist
>
> Well that didn't work... I think I'll look on the list archive as
> I seem to remember something about this before. Sorry to take up the
> bandwidth.
>
> ---
> "It's a damn poor mind that can only think of one way to spell a word."
> -- Andrew Jackson
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Procmail
> Date: Thu, 28 Nov 1996 23:00:07 -0500 (EST)
> From: Kyle Ferrio <kbf@babylon5.ea.org>
> To: Red Hat List <redhat-list@redhat.com>
>
> On Thu, 28 Nov 1996, Joe Klemmer wrote:
>
> > I'm trying this as a recipe for procmail to catch the rh list messages and
> > move them to a mailbox of "rhlist". Any procmail gurus have any tips?
> >
> > :0:
> > * ^-From.redhat
> > rhlist
>
> No guru here, but this is likely closer to what you want:
>
> :0:
> * ^TOredhat
> rhlist
>
> Kyle Ferrio
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Procmail
> Date: Thu, 28 Nov 1996 23:00:56 -0500
> From: ray@fred.net (Ray Curtis)
> To: redhat-list@redhat.com
>
> Joe Klemmer writes:
> >
> > Ok, I'm testing and asking...
> >
> > I'm trying this as a recipe for procmail to catch the rh list messages and
> > move them to a mailbox of "rhlist". Any procmail gurus have any tips?
> >
> > :0:
> > * ^-From.redhat
> > rhlist
> >
>
> Try this I think it will work:
>
> :0:
> * ^TOredhat
> | formail +1 -ds >>rhlist
>
> ---------------------------------------------------------------
> Linux Host 'PICARD'
> email: ray@fred.net
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Procmail
> Date: Thu, 28 Nov 1996 23:03:54 -0500 (EST)
> From: Joe Klemmer <klemmerj@webtrek.com>
> To: Red Hat List <redhat-list@redhat.com>
>
> On Thu, 28 Nov 1996, Joe Klemmer wrote:
>
> > > Ok, I'm testing and asking...
> > >
> > > I'm trying this as a recipe for procmail to catch the rh list messages and
> > > move them to a mailbox of "rhlist". Any procmail gurus have any tips?
> > >
> > > :0:
> > > * ^-From.redhat
> > > rhlist
> >
> > Well that didn't work... I think I'll look on the list archive as
> > I seem to remember something about this before. Sorry to take up the
> > bandwidth.
>
> I tried searching the mailing list archive but no matter what I
> put in I get "0 results." :-(
>
> Is the search working?
>
> ---
> "It's a damn poor mind that can only think of one way to spell a word."
> -- Andrew Jackson
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Procmail
> Date: Thu, 28 Nov 1996 23:12:12 -0500 (EST)
> From: Kyle Ferrio <kbf@babylon5.ea.org>
> To: Red Hat List <redhat-list@redhat.com>
>
> On Thu, 28 Nov 1996, Joe Klemmer wrote:
>
> > I tried searching the mailing list archive but no matter what I
> > put in I get "0 results." :-(
> >
> > Is the search working?
>
> The search engine has been done for some time. :(
> RedHat is aware of the problem.
>
> BTW, you'll notice in the procmail manpage that $MAILPATH (or
> somesuch) defaults to ~. You'll need to export $MAILPATH to your
> environment, for instance from your .bashrc, if you want your filtered
> mail to go elsewhere. Or, you could pipe the mail to an arbitrary
> script/program. The manpages for procmail and procmailrc have plenty of
> examples.
>
> Kyle Ferrio
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Procmail
> Date: Thu, 28 Nov 1996 23:15:23 -0500 (EST)
> From: Joe Klemmer <klemmerj@webtrek.com>
> To: redhat-list@redhat.com
> CC: Red Hat List <redhat-list@redhat.com>
>
> On Thu, 28 Nov 1996, Kyle Ferrio wrote:
>
> > > :0:
> > > * ^-From.redhat
> > > rhlist
> >
> > No guru here, but this is likely closer to what you want:
> >
> > :0:
> > * ^TOredhat
> > rhlist
>
> I was messing around some and it appiers that this is working for
> a .procmailrc file now...
>
> ------ .procmailrc ------
> MAILDIR=$HOME/mail
> LOGFILE=$MAILDIR/from.log
>
> :0:
> * ^From.*redhat
> rhlist
> -------------------------
>
> ---
> "It's a damn poor mind that can only think of one way to spell a word."
> -- Andrew Jackson
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: redhat-digest Digest V96 #35
> Date: Thu, 28 Nov 1996 20:39:40 -0800
> From: Timothy Myrtle <myrtle@seas.ucla.edu>
> To: redhat-list@redhat.com
> CC: djacobs@cs.oberlin.edu
>
> David Jacobs wrote:
>
> > in /usr/doc/ghostscript-3.33/devices.doc in mentions the driver 'stcolor'
> > for ghostscript, which seems like it *may* treat my printer better than
> > the epsonc driver i use now. Is there an rpm that i can use to install it?
> > I can't even find directions to the source in the docs...
> >
>
> There is a ghostscript4.0 rpm in the redhat/contrib directory. This
> version of ghostscript includes the stcolor driver, and appears to work
> well with my Epson stylus pro.
>
> -Tim
> --
>
> -------------------------------------------------------------
> Timothy F. Myrtle
> UCLA Mechanical and Aerospace Engineering Dept.
> http://inferno.seas.ucla.edu/~myrtle/
> myrtle@seas.ucla.edu
> -------------------------------------------------------------
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: sendmail pausing
> Date: Thu, 28 Nov 1996 22:39:29 -0600
> From: Thomas Molina <tmolina@probe.net>
> To: redhat-list@redhat.com
> CC: tmolina@probe.net
>
> I previously posted a query about sendmail pausing for a minute when starting up. I received several suggestions on how to cure that and spent several hours trying the suggestions with no success. Thanks everyone who tried to help.
>
> However, I did something which "appears" to cure my problem. I upgraded from 3.0.3 to 4.0!! I was VERY apprehensive about this move after reading all the problems others have had. Contrary to problems others have had, my upgrade went smooth as silk. When I rebooted, as a bonus, my sendmail no longer pauses, I get syslogd working, and all is right with the world.
>
> I'm still not sure why the upgrade helped, I'm just glad it did. It also apparently installed pam, and some other things that I really don't understand, but that will come with time I'm sure.
>
> The upgrade also broke my sound devices, etc. so I'm going to have to recompile, but I'm not nearly as apprehensive about that as I once was. Thanks group.
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: printing question
> Date: Thu, 28 Nov 1996 23:48:44 -0500 (EST)
> From: Stanley Regelson <rex@inx.inx.net>
> To: redhat-list@redhat.com
>
> I have been unable to make my printer work. When I finally broke down
> and read the Printing HOWTO (9/10/96), it told me that I ought to be able to
> find the device "lp" in the output of "cat /proc/devices".
>
> In fact, "lp" is not in the list. I had done an "everything" install of
> 4.0, and assumed that that included the printer. What can I do about it?
> (I actually tried reinstalling from scratch. Nothing changed.)
>
> (I have a Panasonic KX-P5400 ps parallel-port printer and a 486-dx33 with
> 20 meg system.)
>
> Any advice will be appreciated.
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: RCPT: Re: System Commander & Redhat 4.0
> Date: Fri, 29 Nov 1996 11:33:32 +0700
> From: "Alexander Bystrov" <avb@iis.nsk.su>
> To: redhat-list@redhat.com
>
> Confirmation of reading: your message -
>
> Date: 28 Nov 96 18:30
> To: redhat-list@redhat.com
> Subject: Re: System Commander & Redhat 4.0
>
> Was read at 11:33, 29 Nov 96.
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: java.awt.Graphics
> Date: 28 Nov 1996 09:18:09 +0100
> From: slash@amtrash.comlink.de (Christian Pesch)
> To: redhat-list@redhat.com
>
> Hallo Mark !
>
> Du hast am 26-Nov-1996 19:49:08 [W+0:00] unter dem Betreff
> 'java.awt.Graphics ' folgendes geschrieben:
>
> Du> I ran a find / -name "*awt*" -print commnad and can't find
> Du> java.awt.Graphics
> Du> Should I already have it in the JDK? If not where can I find it?
>
> Its in an archive called classes.zip. Usually, you find it in
> /usr/local/java/lib.
>
> Note: Its _not_ required to unpack the archive.
>
> Christian Pesch -- slash@amtrash.comlink.de
> 2pesch@informatik.uni-hamburg.de
>
> "Say no, then negotiate."
> -- Helga
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: [Q] Caldera WABI - works with RH4.0?
> Date: Fri, 29 Nov 1996 07:46:29 +0100
> From: "Winfried Altmann" <altmann-w@hmi.de>
> To: "Dr.W.Tych" <w.tych@lancaster.ac.uk>
> CC: redhat-list@redhat.com
>
> > Date: Thu, 28 Nov 1996 14:43:17 +0000
> > From: "Dr.W.Tych" <w.tych@lancaster.ac.uk>
> > To: redhat-list@redhat.com
> > Subject: [Q] Caldera WABI - works with RH4.0?
>
> > I know I will be seriously scorched by flames for wanting
> > to run Windows in Linux. I need this for communicating with
> > my co-workers who use M$ Word, if this is a sufficient excuse.
> >
> > The question is: has anybody got any experience with
> > running WABI with RedHat (4.0+errata) ?
> >
> ------------------------------------------------------------------
> No
> ------------------------------------------------------------------
> > The real question therefore is: do I have to buy the CND
> > or will my RH4 run WABI happily?
> >
> ------------------------------------------------------------------
> HiYa,
>
> i came from Caldera CND to Redhat 4, and the office suit works well
> on the Redhat system, even the installation works without any
> trouble. Also the FlexLicenseManager works fine.
>
> Therefore i do not see any trouble with using WABI.
>
> Good luck my man, and do not forget to report about it.
>
> Winf
> ------------------------------------------------------------------
> |--------------------------------------------------------|
> | |
> | |\/\/\/| Hahn-Meitner-Institut Berlin GmbH |
> | | | Bereich DS |
> | | | |
> | | (o)(o) Glienicker Str. 100 |
> | c _) D 14109 Berlin |
> | | ,__| |
> | | / Winfried Altmann |
> | / \ (030) 8062 2618 |
> | / \ altmann-w@hmi.de |
> | |
> |--------------------------------------------------------|
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: The rm command
> Date: Fri, 29 Nov 1996 07:28:41 +0000 (GMT)
> From: anthony <ac@achc.demon.co.uk>
> To: redhat-list@redhat.com
>
> On Thu, 28 Nov 1996, Dave Wreski wrote:
>
> >
> > On Thu, 28 Nov 1996, BadgerNet wrote:
> >
> > > try "rm -rf" ....be careful.
> >
> > No. This is incorrect. Instead of unaliasing rm, he could do 'rm -f'.
> > If he wants to not be prompted for confirmation, and recursively remove
> > directories, he could do 'rm -rf'. RTFM.
> >
> > Dave
> >
> >
> > -----------------------------------------------------------------------
> > "The opinions expressed here are my own and do not represent the views
> > or opinions of United Parcel Service, Inc."
> > -----------------------------------------------------------------------
> > echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sb20293A2058554E494Csnlbxq'|dc
> >
> >
>
> The ideal solution seems to be to get "safedelete" and alias rm to that.
>
> Anthony
>
> =================================================================
> Anthony Campbell * Using Linux * London UK
> email: anthony@achc.demon.co.uk or acampbell@cix.compulink.co.uk
> =================================================================
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Thats it... "That's it, for Windows..."
> Date: Fri, 29 Nov 1996 08:44:09 +0100
> From: Jan-Ake Larsson <jalar@mai.liu.se>
> To: redhat-list@redhat.com
>
> Kirill Shtengel wrote:
> > This combination (Ctrl+Alt+Del) never failed me in Win 95.
>
> Oh, I'd say i've had to hard reboot (hit reset button/Power off+on)
> Win95 quite a few times more than linux. (Win95 ~30-40 times, linux ~3
> times)
>
> I wonder what I am doing wrong :)
>
> Cheers,
> /Jan-Åke
>
> -----------
> *** Fatal Error: Found [MS-Windows] -> Repartitioning Disk for LiNUX...
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: redhat-digest Digest V96 #35
> Date: Thu, 28 Nov 1996 23:55:57 -0800 (PST)
> From: David Jacobs <djacobs@cs.oberlin.edu>
> To: Timothy Myrtle <myrtle@seas.ucla.edu>
> CC: redhat-list@redhat.com
>
> >
> > There is a ghostscript4.0 rpm in the redhat/contrib directory. This
> > version of ghostscript includes the stcolor driver, and appears to work
> > well with my Epson stylus pro.
>
> I'm using that rpm, and when I tried to switch to stcolor (by typing it in
> manually) I got an error ehn I printed:
>
> stcolor: no such driver
>
> ................................................................
> -david
> djacobs@cs.oberlin.edu http://cs.oberlin.edu/~djacobs
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: [Q] Caldera WABI - works with RH4.0?
> Date: Thu, 28 Nov 1996 23:57:42 -0800 (PST)
> From: Dwight Johnson <djohnson@olympus.net>
> To: redhat-list@redhat.com
>
> On Thu, 28 Nov 1996, Glenn W. Bach wrote:
>
> > On Thu, 28 Nov 1996, Dr.W.Tych wrote:
> >
> > > The question is: has anybody got any experience with
> > > running WABI with RedHat (4.0+errata) ?
> >
> > Works like a charm.
>
> Does WABI work inside X-windows in such a way that X-windows
> and all my VCs under Linux still remain available while I
> use it?
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> Dwight Johnson djohnson@olympus.net _/
> Computer and Internet Consulting (360) 681-7812 _/
> P.O. Box 910, Carlsborg, Washington 98324 _/
>
> --
> PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> ________________________________________________________________________
> http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
> http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
> ------------------------------------------------------------------------
> To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null
>
> ---------------------------------------------------------------
>
> Subject: Re: Applix features
> Date: Fri, 29 Nov 1996 03:11:22 -0500
> From: drink <drink@cloud9.net>
> To: redhat-list <redhat-list@redhat.com>
>
> Jussi Larjo wrote:
> > 1) Does Applix (either version) include the Applix Data client and the
> > 'optional' filter pack specified in Applix's web page? These features are
> > _important_ for us.
> >
>
> My Applixware for Red Hat LINUX Educational Edition lists the following
> filters on the back:
> Import:
> RTF
> MSWord (PC and Windows)
> Word
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null