[3524] in linux-announce channel archive
Linux-Announce Digest #815
daemon@ATHENA.MIT.EDU (Digestifier)
Wed Jul 5 10:13:13 2000
Message-ID: <20000705141304.2725.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: Wed, 5 Jul 00 10:13:04 EDT
Linux-Announce Digest #815, Volume #3 Wed, 5 Jul 00 10:13:04 EDT
Contents:
Dump/restore 0.4b18 - Linux ext2fs backup utilities (Stelian Pop)
fcron 0.9.0 has been released (Thibault Godouet)
HTMLDOC v1.8.8 Now Available - HTML to indexed HTML/PDF/PS converter (Michael Sweet)
"noteedit" with support for lyrics (Dr. Joerg Anders)
COMMERCIAL: Linux Journal August 2000 (Darcy Whitman)
WWW: Linux Gazette #55 (July 2000) is available (Linux Gazette)
----------------------------------------------------------------------------
From: Stelian Pop <pop@cybercable.fr>
Subject: Dump/restore 0.4b18 - Linux ext2fs backup utilities
Date: Wed, 5 Jul 2000 13:42:08 GMT
=====BEGIN PGP SIGNED MESSAGE=====
A new version of Dump/Restore, the linux ext2fs backup utilities has
been released today.
This version has some bugfixes, including some security related ones.
See the ChangeLog for details.
You can download the last version, submit bug reports, subscribe to
several mailing lists at the dump homepage:
http://dump.sourceforge.net
Enjoy!
Stelian.
Changelog:
Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
===================================================================
1. Fixed a potential buffer overflow in restore. Thanks
to Stan Bubrouski <satan@fastdial.net> for reporting
the bug.
2. Fixed a readline-related bug which prevented
'cat DUMPFILE | restore -i -f -' from working. Thanks
to Charles Karney <karney@users.sourceforge.net>
for the bug report.
3. Changed a few "panic" into "exit", causing restore to
be more stable against some attacks (like the last one
reported on Bugtraq, although the last version of restore
was not vulnerable - just dumped core). Thanks to
Andreas Hasenack <andreas@conectiva.com.br> for reporting
the bugs to me.
4. Removed the suid-root bit on dump and restore in the
default build (and generated RPMs). It should be safer
now. Users who need the suid-root capabilities in order
to make network backups should read first the man page
of dump and enable the suid bit manually.
5. Added -ltermcap to the compile parameters for restore
when using readline support, in order to make the compile
process work on some systems (SuSE ?). Thanks to
Patrik Schindler <poc@pocnet.net> for reporting the bug.
- --
Stelian Pop <pop@cybercable.fr>
- --
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
iQCVAgUBOWM7NVrUI/eHXJZ5AQG+0gP/RM+FCqKy8ahrBrPgEL15Ll+d02FbqyPx
JusejoLR2z19AYKw11fRgPl+RWpCzPCa8NAG3idEzhmCD5bdheU3Mcs22YHahAQN
o9dgq4iWBABs27Wf9R4X4YtJUCaZExFEq28dcYWzv61QqqZGWjhjb71J4RtR+WwT
xcpkVA6RBxM=
=22LL
=====END PGP SIGNATURE=====
------------------------------
From: Thibault Godouet <tgodouet@freesurf.fr>
Subject: fcron 0.9.0 has been released
Date: Wed, 5 Jul 2000 13:56:34 GMT
=====BEGIN PGP SIGNED MESSAGE=====
What 's new in this release (0.9.0) ?
----------------------
- - support of options in fcrontabs.
Options can be specific to a line or defined once for every line
located after their definition (a special option "reset" set all
options to their default).
Some options also have too names: a long name and an abbreviation.
- - jobs can now be run be run one after the other (option "serial") :
when the job should normally be run, it is added to a queue, which
entries are executed one by one.
It permits to avoid the use of a lot of system resources for a brief
moment by the simultaneous execution of several tasks.
- - jobs can be run at system start up if they should have been run during
system down time (option "bootrun", only for jobs based on time and
date).
- - root can run jobs as an another user (option "runas")
- - user can set a nice value to a job, but only root can use a negative
value (a negative value will increase priority)
- - user can choose to perform a logic AND or a logic OR between day of
month and day of week (option "dayor" and "dayand")
- - user can choose to mail the output of jobs (option "mail") if any, and
can force fcron to send a mail even if output is zero-length (option
"forcemail").
What is fcron ?
---------
Fcron is a scheduler. It aims at replacing Vixie Cron, so it implements
most of its functionalities.
But contrary to Vixie Cron, fcron does not need your system to be up 7
days a week, 24 hours a day : it also works well with systems which
are not running neither all the time nor regularly (contrary to
anacrontab).
To do so, fcron allows you to use the standard mode in which you tell
it to execute one command at a given date and hour and to make it run
a command according to its time of execution, which is normally the same
as system up time. For example :
Run the task 'save /home/ directory'
every 3h15 of system up time.
and, of course, in order to make it really useful, the time remaining
until next execution is saved each time the system is stopped.
You can also say :
run that command once between 2am and 5am
which will be done if the system is running at any time in this
interval.
Fcron also includes a useful system of options, which can be applied
either to every lines following the declaration or to a single line.
Some of the supported options permit to: run jobs one by one, run
jobs at fcron's startup if they should have been run during system
down time, a better management of the mailing of outputs, set a nice
value for a job ...
What is planed for next releases ?
---------------------
I'd like to :
- allow users to have several fcrontabs
- add a mode in which jobs are run depending to the system load average
(propositions and help are welcome)
Where can I get it ?
------------
You can either go to the project home page at :
http://fcron.free.fr
or get it from metalab at
ftp://metalab.unc.edu/pub/Linux/system/daemons/cron/fcron-0.9.0.src.tar.gz
(I've sent the file but it may take some time before it is available on
metalab)
I hope you will enjoy it,
Thibault.
- --
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
iQCVAgUBOWM+lFrUI/eHXJZ5AQEWJAQAlfDz3MqG11wersj9ifQTAl15WkH97XzP
KROcldftTSV3lLfFn+Equ5QQdP17tgqEUg284eQu/5eqgq3+OyWGLr25hwzv3wr7
HkYwi5RGafFWkdgm2UXUC78QBGhs+We9QQ/6bqStq2FPhpYr745NC/TK78oMCpVM
k7gwdGzaldo=
=wZr/
=====END PGP SIGNATURE=====
------------------------------
From: Michael Sweet <mike@easysw.com>
Subject: HTMLDOC v1.8.8 Now Available - HTML to indexed HTML/PDF/PS converter
Date: Wed, 5 Jul 2000 14:00:25 GMT
=====BEGIN PGP SIGNED MESSAGE=====
The 1.8.8 release of HTMLDOC is now available for download from
the Easy Software Products web site at:
http://www.easysw.com/htmldoc
HTMLDOC v1.8.8 adds support for PDF encryption, document
security, a new "paths" feature, and table formatting
enhancements.
HTMLDOC is a HTML document conversion and formatting utility for
UNIX(r) and Microsoft(r) Windows(r) that produces indexed HTML,
Portable Document Format ("PDF"), and Adobe(r) PostScript(r)
files suitable for printing and on-line viewing.
HTMLDOC is provided under the GNU General Public License.
Commercial support is available from Easy Software Products for
$99 US.
- --
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
iQCVAgUBOWM/e1rUI/eHXJZ5AQGd1gQAvgAUxT75beOhLYAUamdo/I+Fddnq/egI
v72Yi6HU3XgalWwzs/uQ3KABdbPgYUdgbsUuoYD1IhmifEkwQDTu01Zr6WagLHIG
OPVdzO0kkQuxbWRD60BFD4VA6ErY6tg4efQjQ2/N03gNbth9nt+GGVIZEFQhPBRy
dvJpg1SQWWQ=
=jtdU
=====END PGP SIGNATURE=====
------------------------------
From: J.Anders@Informatik.TU-Chemnitz.DE (Dr. Joerg Anders)
Subject: "noteedit" with support for lyrics
Date: Wed, 5 Jul 2000 14:01:55 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Version 1.6.4 of the Qt-based note editor "noteedit" can bow deal with lyrics.
This feature is still experimental and only one lyrics line per staff is
supported (more are expected). The lyrics are exported into MusiXTeX and MIDI
(and implicitely into MUP). Unfortunately not PMX.
See: http://rnvs.informatik.tu-chemnitz.de/~ja/noteedit/noteedit.html
New is also:
- setting the staff geometry
Other properties:
* insertion/deletion/modification of notes, rests, dotted notes/rests, slured notes, clefs with/without shift,
time signatures, key signatures, volume signatures, tempo signatures, triplets,
repeat groups with/without special ending and instrument changes on different staffs;
* building chords;
* building groups of beamed notes;
* determine pitch by means of a MIDI keyboard;
* record from MIDI keyboard;
* playing on /dev/sequencer (if correctly configured) whereby:
o giving each staff a different voice;
o giving each staff a different channel;
o highlighting the played notes;
o muting staffs
o setting MIDI tempo;
* export MusiXTeX;
* export MIDI;
* export PMX;
* import MIDI;
* read from MIDI keyboard
Planned
If there is enougth interest I plan to transform the program into a KDE
application.
Furthermore:
* More edit features: transpose
* More music elements: crescendo, ...
- --
J.Anders, Chemnitz, GERMANY (ja@informatik.tu-chemnitz.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
iQCVAgUBOWM/1FrUI/eHXJZ5AQHScQQAl//1VAecMKOyi57U60qpJN3RkFHcSknX
CPXygjuUkhj915T3Oq89Wq4LLA1kaM4NE24lOJm0DqqYMMzY52rJK/F+GdsoqPNf
fhGNxnR8RWipLx3X3pGei+qBXG0ED/uKNF1JKrhVIFbR7XN2blmmY49KMlfwhAXS
BEMgDobXupw=
=76FA
=====END PGP SIGNATURE=====
------------------------------
From: Darcy Whitman <darcy@ssc.com>
Subject: COMMERCIAL: Linux Journal August 2000
Date: Wed, 5 Jul 2000 14:05:55 GMT
Reply-To: darcy@ssc.com
=====BEGIN PGP SIGNED MESSAGE=====
The August 2000 issue of Linux Journal (#76) will be mailed from the
printers in Waseca, Minnesota on July 25, 2000.
Linux Journal Contents -- #76 -- August 2000
_________________________________________________________________
Subscribers: If your issue is late arriving, you can find all of these
articles on our interactive site at
http://interactive.linuxjournal.com/
Focus
* From the Editor by Editorial Staff
Features
* LinuxPPC on the Macintosh PowerBook by Richard Kinne
Linux goes Mac portable...
* Yellow Dog Linux on the iMac by Stew Benedict
A guide to installing and running YDL on a power PC.
* Linux Finance Programs Review by Ralph Krause
This article covers the following programs: cbb, QHacc,GnuCash,
Moneydance, and gAcc. I've also attached 6 screencaptures.
Forum
* Writing a Java Class to Manage RPM Package Content by Jean-Yves
Mengant
* The Artists' Guide to the Desktop--Part IV by Michael J. Hammel
* Comparing Java Implementations for Linux by Michael Hirsch
* Configuring Bash by David Blackman
* VARs: Increasing Margins Through Free Software by Dean Taylor
Reviews
* Product Reviews
+ EasyLinux v1.2 by Pedro Bueno
+ PCI Symphony Network Cards by Denny Fox
+ Imagestream IS Gateway and Rebel Routers by Jon Valesh
+ FreeNetshop by Kevin Lyons
+ Linux and The Linksys EtherFast Instant GigaDrive by Billy
Ball
+ WordPerfect Office 2000 Deluxe by Jon Valesh
+ Caldera OpenLinux eDesktop 2.4 by Jon Valesh
* Book Reviews
+ Open Source Linux: Web Programmingby Daniel Lazenby
+ Building Database Applications on the Web Using PHP3by
Gaelyne R. Gasson
Columns
* Linux Apprentice: A Heterogeneous Linux/Windows 95 Home Network
by Chirakkal Easwaran
* Take Command: klogd: The Kernel Logging Daemon by Michael A.
Schwarz
* Kernel Korner: kHTTPd, a Kernel-Based Web Server by Moshe Bar
* Cooking with Linux: Organizing your $HOME by Marcel Gagne
* At the Forge: Session management with Mason by Reuven M. Lerner
* The Last Word: Hold the Back Page by Stan Kelly-Bootle
* Linley on Linux: Linux on Wheels: A New Opportunity by Linley
Gwennap
* Focus on Software by David A. Bandel
* Embedded Systems News by Rick Lehrbaum
Departments
* Letters
* upFRONT
* Penguin's Progress: Do manufacturers have any responsibility? by
Peter H. Salus
* Linux for Suits: The Shrinking Subject by Doc Searls
* Best of Technical Support
* New Products
+ Linux Office Solutions, VistaSource Inc
+ CodeWizard 3.1, ParaSoft
+ eEMU, Jarrix Systems Pty Ltd
+ RIA Server, Crystal Group Inc.
+ Exile III: Ruined World, Spiderweb Software
+ User Management in MandrakeSoft 7.1, MandrakeSoft, Inc.
+ HostML and ViewML, Century Software
+ Flipper Graph Control 2.0, ProWorks LLC
+ RTAI v1.3, RTAI
+ Server.group, Technauts Inc.
+ VCOM on Linux, NetSys Software Group
+ RM1U-AXe and RM2U-AXi-C, Rave Computer Association, Inc.
+ TowerJ 3.5, Tower Technology Corporation
+ X-Win32 v5.0, StarNet Communications Corporation
* Advertisers Index
Linux Journal is carried by some newsstands (including all fatbrain.com
stores) and is delivered to newsstands by a newsstand distributor. If
you know a place that sells magazines that you feel should stock LJ,
send e-mail to dist@ssc.com or have them call SSC at 206-782-7733.
Getting LJ on newsstands is one of the best ways we can show the
non-Internet crowd that Linux is for real.
Subscriptions are:
US$22/year U.S.
US$27/year Canada & Mexico
US$37/year Foreign
US$39/2 years U.S.
US$49/2 years Canada & Mexico
US$64/2 years Foreign
Linux Journal
P.O. Box 55549
Seattle, WA 98155-0549 USA
Fax: +1 206-297-7515
Tel: +1 888-66-LINUX
E-mail: subs@ssc.com
URL: http://www.linuxjournal.com/
Our public key (for encrypting your credit card number) is available by
fingering linux@ssc.com.
Subscriptions begin with the *next upcoming* issue.
While supplies last, back issues are available for $6 ($8
airmail) for one back issue, $5 ($7 airmail) for additional
issues on the same order.
***Note: All funds should be in U.S. dollars***
- --
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
iQCVAgUBOWNAxVrUI/eHXJZ5AQH3PwQAg4NRMYADv5f3/LiqhWsGZUQS5ThKIeDE
ovDcffxpt2HnXIbD4W0kudpkEIilYks19OvCh+KGyNpL9KSOlZkE39q2Pu6atRSy
GaiYwwIU0ZwJ+GQUgXGFENQxz30/qdt8UUkyadkoxs+vQymO2caMaF/+LAdASNok
9QQd5iioKqY=
=tpDz
=====END PGP SIGNATURE=====
------------------------------
From: Linux Gazette <lg@ssc.com>
Subject: WWW: Linux Gazette #55 (July 2000) is available
Date: Wed, 5 Jul 2000 14:08:20 GMT
Reply-To: gazette@ssc.com
=====BEGIN PGP SIGNED MESSAGE=====
"Linux Gazette...Making Linux just a little more fun!"
Linux Gazette is a freely available, WWW e-zine that includes short articles
giving tips and tricks, ideas and suggestions for customizing and running
Linux. It is a member of the Linux Documentation Project.
Linux Gazette issue #55, July 2000, is out and can be found at:
http://www.linuxgazette.com/
For download purposes, individual issues of LG are available at:
ftp://ftp.ssc.com/pub/lg/
A list of mirror sites can be found at:
http://www.linuxgazette.com/mirrors.html
While we do not mail issues of LG to our readers--it's just too big--we do
have an announcement service. Write lg-announce-request@ssc.com with the
word subscribe in the body, and each month you will receive an e-mail notice
when we post Linux Gazette.
Topics in this issue include:
* The MailBag
+ Help Wanted & Article Ideas
+ General Mail
* News Bytes
+ Distro News
+ News in General
+ Software Announcements
* The Answer Guy , by James T. Dennis
* More 2-Cent Tips
* 0800-LINUX: Creating a Free Linux-only ISP, Part II , by Carlos
Betancourt
* HelpDex , by Shane Collinge
* Interview with Ronnie Ko of 32BitsOnline , by Fernando Ribeiro
Corrêa
* Journal File Systems , by Juan I. Santos Florido
* How To Make A Hotkey On The Linux Console , by Bryan Henderson
* The Deep, Dark Secrets of Bash , by Ben Okopnik
* Bluefish HTML Editor , by Martin Skjøldenrand
* Building a Secure Gateway, part II , by Chris Stoddard
* Regular Expressions in C , by Ben Tindale
* An Introduction to Object-Oriented Programming in C++ , by Michael
Williams
* The Back Page
+ About This Month's Authors
+ Not Linux
Read all about it in Linux Gazette.
Michael Orr
Editor, Linux Gazette
- --
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
iQCVAgUBOWNBVlrUI/eHXJZ5AQGK+AP5AXemfnUx7ZkruRweRrGKefCAS+KH4RmA
MqvWOKTwgDGIE/V6+T5kh8N6piVxyYM2Xy5z87lK5ku+z1tUQz8waNw5b+8U7rYM
4qmOBtE5m80GKKjrI9LoO34ILhjsPgaY6gCACf1ItuKMo25VMOyEasRwIA1ESv6q
Cv2Cq0vjLcs=
=b+4d
=====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
******************************