[3544] in linux-announce channel archive

home help back first fref pref prev next nref lref last post

Linux-Announce Digest #835

daemon@ATHENA.MIT.EDU (Digestifier)
Fri Aug 11 15:13:13 2000

Message-ID: <20000811191307.10349.qmail@senator-bedfellow.mit.edu>
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date:     Fri, 11 Aug 00 15:13:06 EDT

Linux-Announce Digest #835, Volume #3            Fri, 11 Aug 00 15:13:06 EDT

Contents:
  LOCAL: New Hampshire (USA) LUG August 16, Concord NH (Bobnhlinux)
  lanoche, laptop/notebook report (Werner Heuser)
  SPIN_py - SGML Parser Integration (Python) (Graham Swallow)
  sysstat-3.2.4 - System performance tools for Linux (Sebastien Godard)
  KOF91 2D fighting engine for Linux ("duncan andres mac vicar prett")
  LOCAL: Newport/Morehead City, NC Announce CCLUG Forming ("John A. Grace")
  COMMERCIAL: Red Hat CDs and boxed sets, Slackware 7.1 (Dwayne Bailey)

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

From: bobnhlinux@aol.comLINUX (Bobnhlinux)
Subject: LOCAL: New Hampshire (USA) LUG August 16, Concord NH
Date: Thu, 10 Aug 2000 19:22:02 GMT

=====BEGIN PGP SIGNED MESSAGE=====


There will be a meeting of the Central NH Linux User's Group,
in Concord New Hampshire, 105 Pleasant Street, @ 7pm.
105 Pleasant is State Office Park South, Main building,
the big brick building at the top of the hill.

The topic is: Linux firewalls. It will be a discussion of what
firewalls can, and can't do, and where to place them.
As usual, there will be giveaways, and time to 
ask Linux newbie questions.

For more details:
    http://gnhlug.org/

Linux Enthusiast, (sounds better than loud mouthed fanatic)



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOZMA21rUI/eHXJZ5AQE7YQP+NT8m6mUDoJt+TUO6DntausE1BLH28Yv9
LCWAC+R/mDobEczuAfN0tdYg/OeFxSHmX7zAqsi/juXK2bkw3KIFyo7IimEN9zEC
qWgpvDWaEayKuSk85SGgsx1ktjviP8AB/G3U1IEVTJc/FbxNjDEQMT1Ld0TIh0eU
51jL/SJT5Gk=
=MIze
=====END PGP SIGNATURE=====

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

From: Werner Heuser <wehe@snafu.de>
Subject: lanoche, laptop/notebook report
Date: Thu, 10 Aug 2000 19:15:46 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Hi,

to make reports about Linux on different laptops a little easier, I
have written 'lanoche'. Now the first public BETA release is out.

'lanoche' - generates a hardware report about laptop specific
features in HTML. The programm should fit on smaller systems,
for instance a "One Floppy Linux". Therefore no Perl or other
sophisticated programming methods are used.

Latest version at http://home.snafu.de/wehe/software.html

Werner

- --
- -= LiLAC    - Linux-Laptop-Guide       http://home.snafu.de/wehe =-
- -= Xtops.DE - Laptops und PDAs mit Linux http://xtops.de         =-





- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOZL/Y1rUI/eHXJZ5AQHdLAQArzwhCA+GH0R03NCNDLqETbVgJH73L+gS
RsLLgwh+QW4g2NTuPuvOdKd5AbfIqYlUZ8tA315JBhINVd3RtzZzZbMmmYsD+qCu
6YMifdYAu1o4OqI86ENWjrhcvMnUP8mxD8/aZqLsdPJS59yoxbuQXS7PeLH9IBvL
hwcsNle9B8w=
=nUBm
=====END PGP SIGNATURE=====

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

From: Graham Swallow <gps@trix.dircon.co.uk>
Subject: SPIN_py - SGML Parser Integration (Python)
Date: Thu, 10 Aug 2000 19:14:44 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Begin4
Title:          SPIN_py - SGML Parser Integration (Python)
Version:        0.2.3
Entered-date:   2000-08-06
Description:    SGML Parser Integration - loadable Python module.
                SP is _the_ SGML Parser, and spin_py.so takes events
                from SP's generic API, adjusts them slightly and delivers
                them to your Python script.  OK with Apache/mod_python.
                It also provides a few C-Python types which are very useful
                when building SGML/HTML/XML trees (elem_info, elem_obj).
                This release includes a standard libsp16.so (binary)
                otherwise its 100K not 1MB. To compile from source
                you may need SP-1.3.4 from http://www.jclark.com/
Keywords:       SGML HTML XML SP Parser Python Apache mod_python
Author:         gps @ trix.dircon.co.uk (Graham Swallow)
Primary-site:   http://www.trix.dircon.co.uk/SPIN/
Alternate-site: metalab.unc.edu /pub/Linux/apps/www/
                1026522   SPIN_py-0806.tgz
Platforms:      libc.so.6, gcc-2.95, Linux, Solaris, NOT-HP-UX-YET,
Copying-policy: LGPL
End

Bugs noticed so far:
        pcre fails with 'mad' results, or works, or faults, or says:
                pcre.error: ('unmatched parentheses', 40)
                pcre.error: ('\\ at end of pattern', 4425)
        Probably due to cross-talk between Python's pcre and php's pcre 
        SPIN doesnt use import re so its not a problem ;-)

        halt() doesn't, I moved the function and now dropped the
        parameter, but didn't update spin_eh.py   self.top.halt(placebo)
        You should also call it in DtdStart if path=="--MISSING--"
        since SP without a DTD is just a puddle of errors.





- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOZL/JFrUI/eHXJZ5AQH3NAQAy26JcNn7p0we2kEarvyrpJSVLnF9GT3R
qgeyArM9FKjWWDGmYikODc+gZfq+3kI8mV2K0E3yDD82g6XwKZbig+iWY8YKv4eN
BM6KYrMqhlyxmikOZXYYs0/ausenCYVwgX1KfoX6vxLL+eijKkpj2sMQMq4v1RUb
dH8ddBK9cH0=
=H7L/
=====END PGP SIGNATURE=====

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

From: Sebastien Godard <sebastien.godard@wanadoo.fr>
Subject: sysstat-3.2.4 - System performance tools for Linux
Date: Thu, 10 Aug 2000 19:11:17 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Hi all,

A few minor bugs were found in the latest release of sysstat. So there
is yet another version (3.2.4) available now on sunsite/metalab server:

ftp://metalab.unc.edu/pub/Linux/system/status/
70kB  sysstat-3.2.4.tar.gz
72kB  sysstat-3.2.4-1.src.rpm
47kB  sysstat-3.2.4-1.i386.rpm

The sysstat utilities are a collection of performance monitoring tools
for Linux. These include sar, iostat and sa tools.

To learn some more about sysstat, check out
http://perso.wanadoo.fr/sebastien.godard/

Changes vs 3.2.3 are:

2000/08/06: Version 3.2.4
* Fixed a bug that prevented sar from reading its daily data files when
they had been created using -I option.
* Network statistics averages were sometimes wrong when reading data
back from a file. This is now fixed.
* README-patch file updated.
* Configuration script updated to deal with Debian directories.

- --
Sébastien Godard <sebastien.godard@wanadoo.fr>
http://perso.wanadoo.fr/sebastien.godard/




- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOZL+VlrUI/eHXJZ5AQHuBQQAkqXf8+u93DUCYKWS6lYDvDP0MfAsyToI
qeNKZfVt8dBOCBlZ4GMEjBjmUaTiWn7HsOjt9K4pVuvNdTeJe7NTadhLwDeE1kDx
g7JsI45nENpB+9Jyyhd6zpJV3WtDe5195ocNZZTCeCsz0wki5rFK2UZPsJooZ4LO
qeqDkUK5kj0=
=t96v
=====END PGP SIGNATURE=====

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

From: "duncan andres mac vicar prett" <dmacvica@puc.cl>
Subject: KOF91 2D fighting engine for Linux
Date: Thu, 10 Aug 2000 19:21:05 GMT

=====BEGIN PGP SIGNED MESSAGE=====


KOF91 for Linux

KOFLinux is a port of the popular Windows's 2D fighting engine KOF91.
With this engine you can easily add new characters to play, there are tons
of them on the net. You can change anything: backgrounds, music, screens,
etc, why not even make your own game?

The project is GPL for the Linux version. The Windows version will not
longer be updated. And the guy who tooks the old project made a lot of
cool enhancements but the NeoKOF91 Team will not made the enhancements
open source. Thats the reason im looking for developers to make KOF91 for
Linux the best engine available, without break compatibility with the
KOF91 Stuff (characters, backgrounds.)

The homepage is at: www2.netexplora.com/koflinux
You need Allegro and XAudio installed (see the help section in the site)

If you download the source you also need the datafiles from the windows
version: http://moah.online.fr/kof91

If you Download the rpm, it includes one character and some
backgrounds. is a beta build, so don't expect it to be stable.
All install to /usr/local/kof91 you must run ./kof91 from the directory
itself.

Please go to the site, see the screenshots and help me to develop this
project and make kick ass features.

Duncan Mac-Vicar
duncan@linuxfan.com.nospam
icq: 31947372





- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCUAgUBOZMAo1rUI/eHXJZ5AQHo5gP3dBUQu6lW1fhTGd1TCwbY9Q5A+1B4m/8A
/xboR9R8/9aBkHNUeQiWvzy+Ton1hH11NO3uchNqtk8ckiBV5q7EY70mk+bFNkrb
IMKVt224Ei7RFFOvRt1/MDckzpO2+/bkzOMn9JeLdtUQ3XzHG+maDy+moGZfx96W
TA+Uyly6uw==
=L1Rr
=====END PGP SIGNATURE=====

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

From: "John A. Grace" <jgrace@ec.rr.com>
Subject: LOCAL: Newport/Morehead City, NC Announce CCLUG Forming
Date: Thu, 10 Aug 2000 19:17:30 GMT

=====BEGIN PGP SIGNED MESSAGE=====


The Crystal Coast Linux Users Group is forming. The closest LUG in our
area is in New Bern and meets at the Books-A-Million there. That distance
may pose as a possible hinderance to some who may want to attend a LUG
meeting that is closer to home, such as myself. 

Anyone who is interested in attending or even organizing, please contact
me via email. I am anticipating having an initial meeting the first week
in September. 

John A. Grace
Newport, NC
jgrace@ec.rr.com



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOZL/y1rUI/eHXJZ5AQGgrAP/eteBSlg/BnVyEpLCRLf/elvzJaw1F6Qn
YcT89mnA3pG4dpQWBqsHcnNjEaUQOWT+F+3jFPDueR/ZxsBwlRDznt+iaJzvzykv
gtCJ85lrISAjcBt1zmUh77lXRS6jSO3skKosc125BrH6qY0JufDtAEAOOAWhgeK4
UY3ozw0BgPw=
=PFYN
=====END PGP SIGNATURE=====

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

From: Dwayne Bailey <dwayne@linuxwarehouse.co.za>
Subject: COMMERCIAL: Red Hat CDs and boxed sets, Slackware 7.1
Date: Thu, 10 Aug 2000 19:30:45 GMT

=====BEGIN PGP SIGNED MESSAGE=====


The Linux Warehouse is now selling the Red Hat range of Linux software.  

Anyone who purchases a Red Hat 6.2 boxed set will also be able to purchase
a Linux Warehouse cheap CD upgrade containing Red Hat 7.0 at a reduced
price. The upgrade will be shipped as soon as we have stock of Red Hat 7.0
cheap CDs.

* Red Hat 6.2 Standard 
The convenient way to get the official Red Hat operating system. Includes
90 days of web- and fax- support, 30 days of priority access to updates.  
Red Hat install, source and documentation CDs. Installation guide
included.
- - R 347 add R 35 for a 2 CD Red Hat 7.0 cheap CD upgrade 

* Red Hat 6.2 Deluxe 
The complete Red Hat Linux solution.  Includes 90 days of web- and fax-
support, 90 days of priority access to updates.  Red Hat install, source
and documentation CDs. Bonus CD with 40 3rd party applications and the
PowerTools CD with over 350 open source applications.  Documentation
includes an install and getting started guides.
- - R 695 add R 35 for a 2 CD Red Hat 7.0 cheap CD upgrade

* Red Hat 7.0 beta CD-R
The latest version of the popular Red Hat Linux operating system.  Red Hat
7.0 is now in beta test phase.  Red Hat 7.0 will be released towards the
end of September.  This is a two CD set.
- - R 90 

* Slackware 7.1 cheap CDs
This was one of the first distributions of Linux.  This set now contains 3
CDs - installation, source and contribution CD.
- - R 90

We have a low volume announcement list on which we make announcements of
new products and special offers.  If you would like to join then send an
email to majordomo@linuxwarehouse.co.za and place the words 'subscribe
announce' in the body of the email.

- -- 
Regards
Dwayne Bailey

- ------------------- 
The Linux Warehouse - your source of Linux software
http://www.linuxwarehouse.co.za
info@linuxwarehouse.co.za
(021) 448 7827
(021) 448 9574 (fax)




- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOZMC51rUI/eHXJZ5AQEQzgP/XfRpDx6GWEodtnDkwLLBAqgrKP8d63gz
y1sxzhSgsTIHBAa5X99CkHk6+Pm3w2OM9cOGDOCnP59n2rz4cjF4tssAbaMgpv+0
+TMmXmoziYv9ICjW9cXFuZpMLg87Oh8s9KXv7FlfrIJbIGR+OtX+nf+SOF/QGsc3
O73N6OR5KXY=
=seW1
=====END PGP SIGNATURE=====

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


** 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: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU

You can submit announcements to be moderated via:

    Internet: linux-announce@NEWS.ORNL.GOV

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-Announce Digest
******************************

home help back first fref pref prev next nref lref last post