stress is a tool which imposes a configurable amount of CPU,
memory, I/O, or disk stress on a POSIX-compliant operating
system.
stress is not a benchmark. It is a tool used by system
administrators to evaluate how well their systems will scale,
by kernel programmers to evaluate perceived performance
characteristics, and by systems programmers to expose the
classes of bugs which only or more frequently manifest
themselves when the system is under heavy load.
PR: ports/66862
Submitted by: Dmitri Nikulin <setagllib@optusnet.com.au>
Special strings parsed that way are pl, alpha, beta, pre and rc.
Affected ports:
- databases/sybtcl sybtcl-3.0rc2
- graphics/linux-bmrt linux-bmrt-2.6beta
- net/py-ldap2 py23-ldap2-2.0.0pre21
Various tools to assist in administration and configuration of a workstation.
Included are tools to:
* Administer user and group accounts
* Change the date, time, and time zone
* Set up and configure network interfaces
* Modify bootloader settings
* Start, stop, and modify system services
WWW: http://www.gnome.org/projects/gst/
(add parameter '-L': treat exclude file as a list of files
that *should* be installed and report deviations from that
list; patch sent by Bob Van Valzah <Bob@VanValzah.Com>)
PR: ports/66734
Submitted by: maintainer
For now progsreiserfs consists of:
1. libreiserfs, which have a number of high level APIs for access reiserfs
filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
code, bitmap code, directories and files access code and device abstraction layer.
2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.
PR: ports/66590
Submitted by: Florent Thoumie <flz@xbsd.org>
- add support for 4.10-release
Now
/usr/local/sbin/pkg_add -r openldap21-client
should work on all FreeBSD versions
- FWIIW, fix pkg_sign -t sha1 (PR 66354)
on PC disks to record version information. The author uses this
information to determine if scratch disks should be partitioned at boot
on a network booting compute cluster.
http://people.freebsd.org/~brooks/diskmark/
Approved by: krion (mentor)
variety of purposes including initalizing flash disks to use as boot
media or automaticly configured the disks of nodes in a cluster.
http://people.freebsd.org/~brooks/diskprep/
Approved by: krion (mentor)
progress of data through a pipeline. It can be inserted into
any normal pipeline between two processes to give a visual
indication of how quickly data is passing through, how long
it has taken, how near to completion it is, and an estimate
of how long it will be until completion.
Author: Andrew Wood <andrew.wood@ivarch.com>
WWW: http://www.ivarch.com/programs/pv.shtml
PR: ports/66309
Submitted by: Daniel Roethlisberger <daniel@roe.ch>
o) automatic selection of installed mysql DB (3.X. 4.0.X)
o) postgesql selectable
o) build on two graphical consoles selectable
PR: ports/65424 (mysql part)
Submitted by: Ari Maniatis <ari@ish.com.au>
- Fix pkg-plist
Note that this still trails one file behind, but that's intentional.
PR: ports/65814, ports/65440
Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
Changes common to cdrtools and mkisofs:
- Delete targets for mkisofs and friends when building cdrtools and vice
versa to speed up the build of the respective port.
- Respect CC already at the configure-stage.
- Manually replace included copies of config.guess and config.sub with
versions from ${PORTSDIR}/Templates.
- Install relevant READMEs in DOCSDIR (unless NOPORTDOCS is set), some
manual pages also reference these.
- Add a workaround for what appears to be a problem with gmake and certain
locales on -current. [1]
Changes to cdrtools:
- Adjust COMMENT, some tools in this package are for extracting CDs/CD-R[W]s.
- Install scgcheck, a tool to check and validate the ABI of libscg.
- Patch cdrecord to use ${PREFIX}/etc as the location of the global
configuration file, rather than using /etc/default. The installed
documentaion also gets patched accordingly and a PKGMESSAGE reflecting
this change as required by the terms in cdrecord/defaults.c (PR 50835).
- Install a sample configuration file for cdrecord, also install a
configuration file if it doesn't already exist.
- Patch manpages to better correspond to files and locations on FreeBSD.
- Add a knob to optionally build and install rscsi, a tool that allows using
SCSI-devices over the network. The required rscsi user gets added
automatically and templates for the configuration file also get installed.
PKGINSTALL points to for further information on how to configure remote
access to SCSI-devices.
Note that the stock rscsi of cdrtools 2.00.3 has a small security issue,
the fix from the cdrtools alpha version has been added to the port.
- Remove BSD_SCSI_SENSE_BUG from COPTX (CFLAGS) to libscg (see revision 1.48
of sysutils/cdrtools-devel/Makefile for a more detailed description).
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
(e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
interface is used so it's disabled by default.
- Remove unnecessary patch-ai, this patch for supporting Plasmon RF 4100
originated in the FreeBSD port of cdrtools but the relevant parts were
incorporated in cdrtools-1.10a14.
- Disable the use of mlockall(2) on all version of FreeBSD (see PR 62930 for
a description of the problem).
Changes to mkisofs:
- Add MLINKS for devdump.8, isodump.8 and isovfy.8 to isoinfo.8.
- Install isodebug, a simple tool to display the creation date and the
commandline options used to create a certain ISO-image with mkisofs.
- Remove apple_driver.8, this tool doesn't get installed.
- Unbreak mkhybrid.8 by replacing it with a MLINKS to mkisofs.8.
- Remove patch-bb, its purpose is unclear and there's no indication in the
CVS history why it was added.
Requested by: pav [1]
Submitted by: marius (maintainer)
Changes to UPDATING:
- add a note about the new location of the global configuration of cdrecord.
for a description of the problem). Appears to be a machine-dependant issue
as I only see it on one box.
- Replace the default path to the rscsi binary in the rscsi client library
with the correct location (why did this ever work?).
Submitted by: marius (maintainer)
* Add local patches to cause pkg_add to spawn itself correctly when installing
dependent packages. Previously, it would always spawn /usr/sbin/pkg_add.
patch from bland, and the crash I was seeing did not affect others. In fact,
the patch added last night would have caused crashes for others.
Pointy hat to: me
JailAdmin is a system for managing a set of named jails. It provides:
- A command line utility for starting and stopping named jails.
- An efficient method for shutting down a large number of jails in
parallel.
- A simple configuration syntax.
- SNMP monitoring facilities.
It is designed to provide more flexible functionality than FreeBSD's own
rc.d/jail script, and should provide a complete superset of features.
WWW: http://subwiki.honeypot.net/cgi-bin/view/Freebsd/JailAdmin
- Kirk Strauser
kirk@strauser.com
PR: ports/65095
Submitted by: Kirk Strauser <kirk@strauser.com>
Notes: - Since 2.01a26 cdrecord has a new option "-tao" (Track At Once)
for what was the default write mode in previous versions.
Currently, cdrecord still falls back to writing in TAO mode if
no writing mode has been specified but this might change in a
future version (infact, the release notes for 2.01a26 already
say that cdrecord won't burn a CD if no write mode has been
specified).
- Cdrecord 2.01a26 was broken in that it only wrote in TAO mode,
which was fixed in 2.01a27.
For changes since 2.01a25 see:
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a26
and
ftp://ftp.berlios.de/pub/cdrecord/alpha/AN-2.01a27
- Add a workaround for what appears to be a problem with gmake and certain
locales on -current. [1]
- Correct a typo in pkg-descr.mkisofs inherited from the cdrtools ABOUT
file.
- Remove the workaround for the broken mlockall(2) on EOL'ed FreeBSD 5.1.
- No longer compile with -DSOURCE_MODIFIED, the cdrecord sources are no
longer altered by this port except for changing the location of the
configuration file, which is done in compliance with the terms in
cdrecord/defaults.c.
- Make the direct ATAPI transport (cooked_ioctl interface) of cdda2wav
(e.g. when used via `cdda2wav -D /dev/acd0`) work on FreeBSD after
ata(4) was GEOM'ifed and the CDIOCREADAUDIO ioctl removed.
Note: For qualitiy reasons (e.g. to be able to fix/work around broken
TOCs etc.) cdda2wav should be used with its generic_scsi interface
(e.g. via `cdda2wav -D 2,0,0` and using atapicam(4) if you have an
ATAPI device). However, there are some ATAPI devices around where
the latter simply doesn't work (look at e.g. PR 62507 or the audit-
trail of PR 60233 for examples).
- Properly initialise the verbosity level of cdda2wav when the cooked_ioctl
interface is used so it's disabled by default (the outcome of this bug is
actually compiler dependend, with GCC 2.95.4 verbosity is off by default,
with GCC 3.3.3 it's on).
Note: The patches for the last two items where sent to Heiko Eissfeldt, the
author of cdda2wav, and from his replies I was of the opinion that he
"accepted" them and they would be incorporated in cdrtools 2.01a26.
However, they still didn't show up in the cdrtools sources and I so
far didn't get any reply to my email asking if there would be anything
wrong with them.
Requested by: pav [1]
Submitted by: maintainer
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
- Fix build on amd64
- Add a patch that might fix the build on alpha under 4.x
- Fix install in certain odd environments
PR: ports/64961
Submitted by: brooks (maintainer)
The wrapper takes all "ps(1)" options and passed then to the "ps(1)" if some
specified. When no options specified the wrapper uses default options.
No additional software or tools like "jailer(8)" needed.
WWW: http://ext.by/jps/
PR: ports/64813
Submitted by: Pavel Novikov <pavel@ext.by>
The wrapper takes all "top(1)" options and passed then to the "top(1)" if some
specified. When no options specified the wrapper uses default options.
No additional software or tools like "jailer(8)" needed.
WWW: http://ext.by/jtop/
PR: ports/64812
Submitted by: Pavel Novikov <pavel@ext.by>
BIOS based memory tests are a quick, cursory check and often miss many of the
failures that are detected by Memtest86.
PR: ports/64818
Submitted by: Radim Kolar <hsn@netmag.cz>
- Ignore padded 0's in version comparison.
This fixes a bug 2.00 being wrongly regarded as equal to 2.0.2.
- Show a summary of how many packages were upgraded, ignored, skipped
and failed after listing results.
Requested by: netchild
- new size suffixes (e for exabytes, p for petabytes)
- integer overflow checking for size
- fix for roff syntax error in manual page
- Add URL
- Drop patch-file in favour of MAKE_ARGS
PR: 64560
Submitted by: HATANOU Tomomi (maintainer)
Approved by: linimon (mentor)
o Some fix (NULL != NUL, void main -> int main).
o Update archive md5.
some bug fix in new archive(this was released after 19 hours than old one).
Submitted by: Yoshihiko - he is in seat next mine in jammed
Chuou Highway - Sarumaru <mistral@imasy.or.jp> (maintainer)
Committed at: jammed Chuou Highway in Japan