debian install not recognizing cdrom

1997-12-28 Thread RHS Linux User
Thanks to all who replied about this.  I haven't tried out the
suggestions yet because my cdrom drive seems to be packing up :(

I'll have a go when I've replaced it.

Anthony

-- 
**
Anthony Campbell* Using RedHat Linux - Windows-free zone *
[EMAIL PROTECTED] http://www.achc.demon.co.uk


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


Magicfilter

1998-01-03 Thread RHS Linux User
If when I installed magicfilter it did not ask me what printer I had
how do I get back to its configuration.

Also, does anyone know what happened to www.greenbush.com
it seems to have disapeared !

--Jeff


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


Re: Magicfilter

1998-01-03 Thread RHS Linux User
> It seems that Paul Wade is a bit , ahm, unpolite to debian users. He was
> never debian developer, but he left the debian lists after an argument about
> the way debian is going (the Dave Cinege saga, if you remember). I would
> encourage you to get your disk from elsewhere.

Thing is, he has my money...  Well I think I will give him the benifit of
the dought.  And wait for him to respond

Whata ya say Paul ?


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


Re: Debian + PC with multi RS... port -> n x (text dumb t

1997-09-14 Thread RHS Linux User

>   On 12 Sep 1997, TENCC01.LEWIS01 wrote:

  > > It probably doesn't work the way you want.  Usually the terminal keyboard 
is
  > > locked until the print is finished.  Making the terminal useful for input 
at the
  > > same time is generally not possible.  It would require a very clever 
terminal
  > > and an extremely clever driver.
  > > 
  > > jim
  > > 

   > ... Or just a larger RAM buffer in the printer and hopefully a fast line,
   > after all I don't think that in a POS system anyone would need to print
   > large reports at one of the terminals, most likely just a few lines on a
   > page for each sell or incoming materials. I would choose to connect a
   > printer to the port _on_the_main_computer for large reports. But it would
   > be interesting just to know more about that keybord lock during prints.


   >Nicola Bernardelli <[EMAIL PROTECTED]>

I don't know how big a problem having the keyboard locked
during printing would actually be.  My part-time job is in a 
hardware store that uses a POS system similar to the one
you are describing.  All of our registers are 386's networked to
a backroom server.  Each register has its own dot matrix printer, 
but while it is actualy printing the keyboard is locked.

This has never been any problem.  While the keyboard is locked we are
waiting for the invoice to print and/or the cash draw is open and we
are making change.  I should note that the invoice only prints 
after the sale is finalized.

Actually the very first version of this POS system used WYSE 
terminal and there pass through printing feature.

A. Paul











   --
   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: Transfering system directories to new HD

1997-09-14 Thread RHS Linux User
Try cp -ax /source /destination 
The a option copies symbolic links as links, preserves permissions, and 
copies directories recursively.
The x option tells cp to not copy anything on a different file system.

I have always used this method and the only thing I have to do is 
create the directories that act as mount points, they do not get 
copied because of -x.

Hope it helps

A. Paul


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


Re: majordomo and perl 5.004

1997-06-25 Thread RHS Linux User


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


Re: Capturing booting output

1996-06-01 Thread RHS Linux User
> > how did you capture the output?
> 
> I wrote it by hand. But by the side, capturing the booting output to a file
> would make sense.

`man 8 dmesg`

Todd Lewis


Re: Latex documentation for beginners?

1996-09-05 Thread RHS Linux User
Hi

you can find some manuals in the 

/usr/lib/texmf/texmf/doc/latex/general

there is a manual called guide.dvi

anyway you could look for the latexcook book in starlink home page.
http://star-www.rl.ac.uk

if you want I can send you several manuals.

cheers

miguel






On Thu, 5 Sep 1996, Johann Spies wrote:

> I relatively new to Linux and totally new to TeX and LateX.
> 
> I downloaded Debian 1.1 and enough of the TeX an LateX-files to get LateX
> running on my computer.  My problem is that the documentation supposes a
> fair degree of knowledge of the philosophy behind TeX and LateX.
> 
> As a tradisional Wordperfect user in a Dos-environment, I do not know where
> to start, how to create and view a document, how to print and I do not find
> anything in the Info-manual that could explain it to me except the reference
> to two books I should read about Latex.  The documentation explains a of
> commands, but there is no introduction to Latex.
> 
> Is there any introduction to LateX available somewhere?  I do not want to
> buy a book (and they are quite expensive here) before knowing enough to
> decide whether I want to use the product seriously.
> 
> 
> Johann Spies
> 



Re: Latex: where to install new styles? Mf: how to muzzle?

1996-09-06 Thread RHS Linux User
Hi there

I normally assume that Latex should be installed in /usr/local/texmf
 where all the libraries and styles are included. for everything to work 
perfectly you should add the proper paths in the /etc/bashrc or .bashrc

export TEXMF=/usr/local/texmf
export TEXINPUTS=.:$TEXMF/tex/latex2e//:$TEXMF/tex//

with these paths all the needed styles and defs are found by the system.

However and I dont know why linux distributions came with texmf installed 
in the /usr/lib/texmf

which is almost the same thing.

so what I should do in your case could be one of the two following things:

 - reinstall the latex package in the /usr/local/
   and install the new styles in the styles directory inside texmf

   or go ahead and install the packages in /usr/local but create a 
simbolic link in the styles directory inside /usr/lib/texmf where ever it is.

hope this helps

miguel


On Fri, 6 Sep 1996, Jean Orloff wrote:

> 
> To begin with:
> I installed Latex2e-7 yesterday, with libmf required, the mf**
> packages mentionned earlier, and it all works without a single "format not
> found"! Thanks debian-user!!!
> 
> Now the questions:
> 
> 1) Where/how am I supposed to install latex styles for all users?
> /usr/lib/texmf/tex is quite a jungle, and I thought I was not supposed to
> customize /usr. But if I put in /usr/local, how to comply with the mysterious
> logics behind Latex2e, and above all, how to get it accessible? I failed to
> find an /etc config file...
> 
> 2) Kpathsea is a nice and powerful thing. However, when viewing a dvi from
> netscape, chances are it will contain unsual fonts and thus produce a lot of
> output like 
>   The letter A
>   The letter B
>   
> which is not thrilling, and which netscape chops into many dialogs you have to
> each kill on the OK button... How do I tell metafont to run silently? I don't
> mind keeping a single line each time a font is built... Again, no /etc config
> file in sight...
> 
> Amities,
> 
>   Jean Orloff
> + +   +   +   +   +   +   +   ++
> +Tel:(33)50.09.16.75   Fax:(33)50.09.94.95   http://lapphp0.in2p3.fr/~orloff/+
> + +   +   +   +   +   +   +   ++
> In a Yugoslavian hotel:
>The flattening of underwear with pleasure is the job of the 
>chambermaid.
> + +   +   +   +   +   +   +   ++
> 
>