Linux-Misc Digest #183, Volume #21               Tue, 27 Jul 99 11:13:16 EDT

Contents:
  mkbootdisk for RH 4.2 ?? ("Alex Abreu")
  Re: external modem trouble (gus)
  mt seek and DLT4000 tape drive ([EMAIL PROTECTED])
  PIKT, Problem Informant/Killer Tool, v1.6.0 released
  external modem trouble (Neil Zanella)
  Re: Shortcomings of Linux? ("Timothy Rue")
  Re: drives mount in linux and dos-like OS's (David T. Blake)
  playing resident evil 2 in linux? (Gaiko Kyofusho)
  Emacs 20.4 released (Free Software Foundation)
  Re: How to reduce the desktop size (Brian Rectanus)

----------------------------------------------------------------------------

From: "Alex Abreu" <simonet@(spam? no thanx)bhnet.com.br>
Subject: mkbootdisk for RH 4.2 ??
Date: Tue, 27 Jul 1999 08:37:31 -0500



I've followed the guidelines on every how-to, guides, mini-how-to's, and
other docs for creating a boot/root disk, but I haven't been able to get one
to work. I am very frustrated about that.

I am using RH4.2 with kernel 2.0.36. I read somewhere that RH 5 comes with
an utility called mkbootdisk or something like that. I'd like to know if
there is a similar tool that will run on RH 4.2, or perhaps someone has
written a shell script that will easen the process of creating boot/root
disks. This would really help me a lot .

I'd also would like to know if I can compile mkbootdisk that comes with RH 5
so it runs fine on RH 4.2.

Thanks in advance.

Alex


?"



------------------------------

From: gus <[EMAIL PROTECTED]>
Subject: Re: external modem trouble
Date: Tue, 27 Jul 1999 14:57:33 +0100

Neil Zanella wrote:
> 
> Hello,
> 
> I have an old USR Sportster Flash external serial modem.
> The computer it connects to has one male serial port and one male parallel
> port. The cable I have connects the modem's parallel port to the
> computer's serial port. This makes it impossible to utilize my serial
> mouse and modem simultaneously. Is it possible to convert the parallel
> port on the computer to a serial port with an adapter so that I may
> utilize the mouse and modem simultaneously?
> 

The modem does not have a parallel port ... ;-) YOu get two types of
serial port, the one has a larger connector then the other. The normal
external USR Sportster Flash has a large (25pin) Serial port on the
modem and a smaller 9pin connector to connect to the computer. This is
normal.

It is also unhappily common for computers (especially the Dell /
Gateway) computers to have only one serial port.

Your options are as follows:

1. Get an internal modem and use the serial port for the mouse.
2. Get a PS2 type mouse (has a plug like a modern keyboard) and use the
serial port for the modem
3. Upgrade your otherboard to one with more than one serial port
4. buy a "multi i/o" card which has additional serial ports on.

I would recommend option 2 if possible. It is also potentially possible
that your serail mouse *may* work if used with an adaptor to the PS/2
mouse port.

As for minicom, try the following:

rm /dev/modem
ln -s /dev/ttyS0 /dev/modem
minicom


gus


> Also, how do I configure an external modem under Linux? I tried connecting
> the modem and using minicom but when I type AT commands they don't even
> appear under minicom.
> 
> Thanks for your help,
> 
> Neil Zanella
> [EMAIL PROTECTED]

------------------------------

From: [EMAIL PROTECTED]
Subject: mt seek and DLT4000 tape drive
Date: Tue, 27 Jul 1999 13:30:22 GMT

Hi all,
I am trying now to use more advanced features of our Quantum PowerStor
L200 DLT 4000 tape drive (Linux RH5.2). Restoring a file could take more
than two hours, so I would like to use the mt seek option to skip blocks
on the tape before starting to read.
Here is what I tried:

[root@x /]# tar -cvf /dev/st0 /etc
drwxr-xr-x root/root         0 1999-07-27 13:04 etc/
-rw-r--r-- root/root        82 1999-05-22 19:11 etc/hosts
-rw-r--r-- root/root       754 1998-10-13 23:06 etc/csh.cshrc
-rw-r--r-- root/root       198 1999-07-14 15:08 etc/exports
-rw-r--r-- root/root      1207 1999-07-13 14:17 etc/group
<SNIP>

[root@x /]# mt -f /dev/nst0 tell
At block 0.
[root@x /]# tar -tvf /dev/nst0
drwxr-xr-x root/root         0 1999-07-27 13:04 etc/
-rw-r--r-- root/root        82 1999-05-22 19:11 etc/hosts
-rw-r--r-- root/root       754 1998-10-13 23:06 etc/csh.cshrc
-rw-r--r-- root/root       198 1999-07-14 15:08 etc/exports
-rw-r--r-- root/root      1207 1999-07-13 14:17 etc/group
<SNIP>

[root@x /]# mt -f /dev/nst0 tell
At block 210.
[root@x /]# mt rewind
[root@x /]# mt -f /dev/nst0 seek 100
[root@x /]# mt -f /dev/nst0 tell
At block 0.
[root@x /]# tar -tvf /dev/nst0
drwxr-xr-x root/root         0 1999-07-27 13:04 etc/
-rw-r--r-- root/root        82 1999-05-22 19:11 etc/hosts
-rw-r--r-- root/root       754 1998-10-13 23:06 etc/csh.cshrc
-rw-r--r-- root/root       198 1999-07-14 15:08 etc/exports
-rw-r--r-- root/root      1207 1999-07-13 14:17 etc/group
<SNIP>

So the command seek does not seems to advance the tape at all.
Has anybody tried it? Any suggestions?

F.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: [EMAIL PROTECTED] ()
Crossposted-To: gnu.announce,alt.sources.d
Subject: PIKT, Problem Informant/Killer Tool, v1.6.0 released
Date: Tue, 27 Jul 1999 11:52:05 GMT

          PIKT, Problem Informant/Killer Tool, version 1.6.0

    HIGHLIGHTS: added a new piktc option, -X, for remote execution but
    with no wait; added another new piktc option, +C "<command string(s)>",
    for remote execution of command-line commands (like a smart, macro-
    aware rsh/ssh); considerably reduced the overhead for most piktc
    commands, making them run faster; allowed for partial configurations
    with subsets of the eight basic config files; added over a dozen new
    script language functions; made other up-front and behind-the-scenes
    improvements; fixed some minor bugs.

    "This is by far one of the most interesting/powerful tools I have
    seen for Linux administration... an extremely interesting tool."
    --Kurt Seifried, Linux Administrators Security Guide
      (https://www.seifried.org/lasg)

PIKT, an innovative new paradigm for administering heterogeneous networked
workstations, is a multi-functional tool for monitoring systems, reporting
and fixing problems, and managing system configurations.  PIKT comprises an
embedded scripting language with unique, labor-saving features; a
sophisticated script and system config file) preprocessor, scheduler, and
installer; and other useful tools.

PIKT is distributed under the GNU General Public License.  Available now
for Solaris, SunOS, GNU/Linux, and FreeBSD.  For more info, and complete
source code, documentation, and data files (all 40,000+ lines of it), please
visit the PIKT Web site at:

                      http://pikt.uchicago.edu/pikt

--
===============================================================================
Robert Osterlund, Unix Systems Manager                [EMAIL PROTECTED]
Grad School of Business, U of Chicago                       phone: 773/702-8898
1101 E. 58th Street, #309, Chicago, IL 60637, USA             fax: 773/702-0233


------------------------------

From: Neil Zanella <[EMAIL PROTECTED]>
Subject: external modem trouble
Date: Tue, 27 Jul 1999 11:07:06 -0230

Hello,

I have an old USR Sportster Flash external serial modem.                        
The computer it connects to has one male serial port and one male parallel
port. The cable I have connects the modem's parallel port to the
computer's serial port. This makes it impossible to utilize my serial
mouse and modem simultaneously. Is it possible to convert the parallel
port on the computer to a serial port with an adapter so that I may 
utilize the mouse and modem simultaneously?

Also, how do I configure an external modem under Linux? I tried connecting
the modem and using minicom but when I type AT commands they don't even
appear under minicom.

Thanks for your help,

Neil Zanella
[EMAIL PROTECTED]



------------------------------

From: "Timothy Rue" <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.amiga.misc,comp.os.linux.advocacy
Subject: Re: Shortcomings of Linux?
Date: 27 Jul 99 08:27:49 -0500

On 27-Jul-99 01:51:18 Floyd Davidson <[EMAIL PROTECTED]> wrote:

 FD> Mr. Holger was clearly in error when he made that statement.  Your
 FD> list of "MS-CHAP" sites was just as clearly in error.  You both seem to
 FD> be suffering "kennel blindness" to borrow a phrase from dog breeders.

Shouldn't that read "Kernel blindness"?

:)


---
*3 S.E.A.S - Virtual Interaction Configuration (VIC) - VISION OF VISIONS!*
   *~ ~ ~      Advancing How we Perceive and Use the Tool of Computers!*
Timothy Rue      What's *DONE* in all we do?  *AI PK OI IP OP SF IQ ID KE*
Email @ mailto:[EMAIL PROTECTED]      >INPUT->(Processing)->OUTPUT>v
Web @ http://www.mindspring.com/~timrue/  ^<--------<----9----<--------<
Search email/name @ http://www.dejanews.com for other puzzle parts/posts.



------------------------------

From: [EMAIL PROTECTED] (David T. Blake)
Crossposted-To: comp.os.linux.development.system,comp.os.linux.setup
Subject: Re: drives mount in linux and dos-like OS's
Date: 27 Jul 1999 13:38:11 GMT
Reply-To: [EMAIL PROTECTED]

Alexander Viro <[EMAIL PROTECTED]> wrote:

> D'oh. So write it... It's a one-liner - mount name_of_the_mountpoint and
> there you go. Just add the appropriate line into /etc/fstab (don't
> forget to add noauto,user to options field). What's the problem?

I think he probably wants to add user,auto to /etc/fstab
so that he doesn't even need the script.

Or use supermount.

-- 
Dave Blake
[EMAIL PROTECTED]

------------------------------

From: Gaiko Kyofusho <[EMAIL PROTECTED]>
Subject: playing resident evil 2 in linux?
Date: Tue, 27 Jul 1999 13:51:18 GMT

Hi, i was just wondering if anyone out there knows of a way to get the
game "resident evil" working in linux?  i have played around
(unsucessfully) with wine and am hoping that perhaps there are some
patches <of sorts> that might allow me to play it in linux.  Any help
would be greatly appricated!


                                       -Gaiko

Gaikokujin Kyofusho


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: Free Software Foundation <[EMAIL PROTECTED]>
Crossposted-To: 
gnu.announce,gnu.emacs.bug,alt.sources.d,gnu.emacs.announce,comp.emacs,comp.editors,
Subject: Emacs 20.4 released
Date: Tue, 27 Jul 1999 10:57:16 -0400

GNU Emacs 20.4 has been released.  It is available on the
GNU ftp sites at ftp.gnu.org/gnu/emacs/ and the mirrors of
that site (see below for a list.)

Bug reports should go to [EMAIL PROTECTED]  You can
use the function M-x report-emacs-bug to do this.

Here are some of the changes in the new version:

** Init file may be called .emacs.el.

You can now call the Emacs init file `.emacs.el'.
Formerly the name had to be `.emacs'.  If you use the name
`.emacs.el', you can byte-compile the file in the usual way.

If both `.emacs' and `.emacs.el' exist, the latter file
is the one that is used.

** C-x C-f now handles the wildcards * and ? in file names.  For
example, typing C-x C-f c*.c RET visits all the files whose names
match c*.c.  To visit a file whose name contains * or ?, add the
quoting sequence /: to the beginning of the file name.

** The end-of-line format conversion feature previously mentioned
under `* Emacs 20.1 changes for MS-DOS and MS-Windows' actually
applies to all operating systems.  Emacs recognizes from the contents
of a file what convention it uses to separate lines--newline, CRLF, or
just CR--and automatically converts the contents to the normal Emacs
convention (using newline to separate lines) for editing.  This is a
part of the general feature of coding system conversion.

If you subsequently save the buffer, Emacs converts the text back to
the same format that was used in the file before.

You can turn off end-of-line conversion by setting the variable
`inhibit-eol-conversion' to non-nil, e.g. with Custom in the MULE group.

** In multibyte mode, Rmail decodes incoming MIME messages using the
character set specified in the message.  If you want to disable this
feature, set the variable rmail-decode-mime-charset to nil.

*** New functionality for using Gnus as an offline newsreader has been
added.  A plethora of new commands and modes have been added.  See the
Gnus manual for the full story.

*** The package sql.el provides a major mode, M-x sql-mode, for
editing SQL files, and M-x sql-interactive-mode for interacting with
SQL interpreters.  It has an entry on `auto-mode-alist'.

*** M-x highlight-changes-mode provides a minor mode displaying buffer
changes with a special face.

** Emacs compiled for MS-DOS now supports MULE features better.
This includes support for display of all ISO 8859-N character sets,
conversion to and from IBM codepage encoding of non-ASCII characters,
and automatic setup of the MULE environment at startup.  For details,
check out the section `MS-DOS and MULE' in the manual.

The MS-DOS installation procedure automatically configures and builds
Emacs with input method support if it finds an unpacked Leim
distribution when the config.bat script is run.

** All the Emacs games now work on MS-DOS terminals.
This includes Tetris and Snake.

** New functions for base64 conversion:

The function base64-encode-region converts a part of the buffer
into the base64 code used in MIME.  base64-decode-region
performs the opposite conversion.  Line-breaking is supported
optionally.

Functions base64-encode-string and base64-decode-string do a similar
job on the text in a string.  They return the value as a new string.

** The new functions position-bytes and byte-to-position provide a way
to convert between character positions and byte positions in the
current buffer.

** vc.el defines two new macros, `edit-vc-file' and `with-vc-file', to
facilitate working with version-controlled files from Lisp programs.
These macros check out a given file automatically if needed, and check
it back in after any modifications have been made.

(These are selections from the NEWS file.  See the NEWS file for
complete details on changes.)

[ Most GNU software is compressed using the GNU `gzip' compression program.
  Source code is available on most sites distributing GNU software.
  Executables for various systems and information about using gzip can be
  found at the URL http://www.gzip.org.

  For information on how to order GNU software on CD-ROM and
  printed GNU manuals, see http://www.gnu.org/order/order.html
  or e-mail a request to: [EMAIL PROTECTED]

  By ordering your GNU software from the FSF, you help us continue to
  develop more free software.  Media revenues are our primary source of
  support.  Donations to FSF are deductible on US tax returns.

  The above software will soon be at these ftp sites as well.
  Please try them before ftp.gnu.org as ftp.gnu.org is very busy!
  A possibly more up-to-date list is at the URL
        http://www.gnu.org/order/ftp.html

  thanx [EMAIL PROTECTED]

  Here are the mirrored ftp sites for the GNU Project, listed by country:

  
  
  United States:
  
  
  California - labrea.stanford.edu/pub/gnu, gatekeeper.dec.com/pub/GNU
  Hawaii - ftp.hawaii.edu/mirrors/gnu
  Illinois - uiarchive.cso.uiuc.edu/pub/gnu (Internet address 128.174.5.14)
  Kentucky -  ftp.ms.uky.edu/pub/gnu
  Maryland - ftp.digex.net/pub/gnu (Internet address 164.109.10.23)
  Massachusetts - aeneas.mit.edu/pub/gnu
  Michigan - gnu.egr.msu.edu/pub/gnu
  Missouri - wuarchive.wustl.edu/systems/gnu
  New Mexico - ftp.cs.unm.edu/mirrors/gnu
  New York - ftp.cs.columbia.edu/archives/gnu/prep
  Ohio - ftp.cis.ohio-state.edu/mirror/gnu
  Tennessee - ftp.skyfire.net/pub/gnu
  Virginia - ftp.uu.net/archive/systems/gnu
  Washington - ftp.nodomainname.net/pub/mirrors/gnu
  
  Africa:
  
  South Africa - ftp.sun.ac.za/gnu
  
  The Americas:
  
  Brazil - ftp.unicamp.br/pub/gnu
  Brazil - master.softaplic.com.br/pub/gnu
  Brazil - linuxlabs.lci.ufrj.br/gnu
  Canada - ftp.cs.ubc.ca/mirror2/gnu
  Chile - ftp.inf.utfsm.cl/pub/gnu (Internet address 146.83.198.3)
  Costa Rica - sunsite.ulatina.ac.cr/GNU
  Mexico - ftp.uaem.mx/pub/gnu
  
  Australia:
  
  Australia - archie.au/gnu (archie.oz or archie.oz.au for ACSnet)
  Australia - ftp.progsoc.uts.edu.au/pub/gnu
  Australia - mirror.aarnet.edu.au/pub/gnu
  
  Asia:
  
  Japan - tron.um.u-tokyo.ac.jp/pub/GNU/prep
  Japan - ftp.cs.titech.ac.jp/pub/gnu
  Japan - mirror.nucba.ac.jp/mirror/GNU/
  Korea - cair-archive.kaist.ac.kr/pub/gnu (Internet address 143.248.186.3)
  Saudi Arabia - ftp.isu.net.sa/pub/mirrors/prep.ai.mit.edu/
  Taiwan - ftp.edu.tw/UNIX/gnu/
  Taiwan - ftp.nctu.edu.tw/UNIX/gnu/
  Taiwan - ftp1.sinica.edu.tw/pub3/GNU/gnu/
  Thailand - ftp.nectec.or.th/pub/mirrors/gnu (Internet address - 192.150.251.32)
  
  Europe:
  
  Austria - ftp.univie.ac.at/packages/gnu
  Austria - gd.tuwien.ac.at/gnu/gnusrc
  Belgium - ftp.be.gnu.org/
  Austria - http://gd.tuwien.ac.at/gnu/gnusrc/
  Czech Republic - ftp.fi.muni.cz/pub/gnu/
  Denmark - ftp.denet.dk/mirror/ftp.gnu.org/pub/gnu
  Denmark - ftp.dkuug.dk/pub/gnu/
  Finland - ftp.funet.fi/pub/gnu
  France - ftp.univ-lyon1.fr/pub/gnu
  France - ftp.irisa.fr/pub/gnu
  Germany - ftp.informatik.tu-muenchen.de/pub/comp/os/unix/gnu/
  Germany - ftp.informatik.rwth-aachen.de/pub/gnu
  Germany - ftp.de.uu.net/pub/gnu
  Greece - ftp.forthnet.gr/pub/gnu
  Greece - ftp.ntua.gr/pub/gnu
  Greece - ftp.aua.gr/pub/mirrors/GNU (Internet address 143.233.187.61)
  Hungary - ftp.kfki.hu/pub/gnu
  Ireland - ftp.esat.net/pub/gnu (Internet address 193.120.14.241)
  Italy - ftp.oasi.gpa.it/pub/gnu
  Netherlands - ftp.eu.net/gnu (Internet address 192.16.202.1)
  Netherlands - ftp.nluug.nl/pub/gnu
  Netherlands - ftp.win.tue.nl/pub/gnu (Internet address 131.155.70.19)
  Norway - ftp.ntnu.no/pub/gnu (Internet address 129.241.11.142)
  Poland - ftp.task.gda.pl/pub/gnu
  Portugal - ftp.ci.uminho.pt/pub/mirrors/gnu 
  Portugal - http://ciumix.ci.uminho.pt/mirrors/gnu/
  Portugal - ftp.ist.utl.pt/pub/gnu
  Russia - ftp.chg.ru/pub/gnu/
  Slovenia - ftp.arnes.si/pub/software/gnu
  Spain - ftp.etsimo.uniovi.es/pub/gnu
  Sweden - ftp.isy.liu.se/pub/gnu
  Sweden - ftp.stacken.kth.se
  Sweden - ftp.luth.se/pub/unix/gnu
  Sweden - ftp.sunet.se/pub/gnu (Internet address 130.238.127.3)
           Also mirrors the Mailing List Archives.
  Sweden - ftp.chl.chalmers.se/pub/gnu/
  Switzerland - ftp.eunet.ch/mirrors4/gnu
  Switzerland - sunsite.cnlab-switch.ch/mirror/gnu (Internet address 193.5.24.1)
  United Kingdom - ftp.mcc.ac.uk/pub/gnu (Internet address 130.88.203.12)
  United Kingdom - unix.hensa.ac.uk/mirrors/gnu
  United Kingdom - ftp.warwick.ac.uk (Internet address 137.205.192.14)
  United Kingdom - SunSITE.doc.ic.ac.uk/gnu (Internet address 193.63.255.4)
  
]

------------------------------

From: Brian Rectanus <[EMAIL PROTECTED]>
Subject: Re: How to reduce the desktop size
Date: Tue, 27 Jul 1999 10:16:38 -0400

"J.N. Subrahmanyam" wrote:
> 
> Dear friends,
> Previously, I used to do ctrl+alt+"+" to change the size of the desktop.
> Now I am using a different linux system. Using ctrl+alt+"+" I am not
> able to change the desktop size. Could somebody help me in changing the
> size of my desktop using the above mentioned procedure.
> 
> Regards,
> subrahmanyam
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

Look in /etc/X11/XF86Config for the following option. Make sure this
option is commented out, then restart X.  Also make sure you are using
the Keypad's +/-.

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    DontZoom

-Brian

--
Brian Rectanus                    
Computer Systems Engineer/DBA     
Virginia Tech University          
Administrative Information Systems
[EMAIL PROTECTED]

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to