Webmin is a web-based interface for system administration for Unix.
Using any browser that supports tables and forms, you can setup user
accounts, Apache, DNS, file sharing and so on. Webmin consists of a
simple web server, and a number of CGI programs which directly update
system files.
patch provided by Sergio Jimenez in PR 26356
* The modified BSD license is set from this version.
* Logging facility in the daemon mode is included (but unabled
in default, contribution by David Quattlebaum ).
* IIR low path filter smoothing method is included for plotting
graphs in xmbmon (contribution by Takayuki Hosoda).
* Manual files are contributed by Nicolas Rueff .
* Winbond W83791D, W83627THF chips are supported.
* Initialization of ADM9240 chip for some Intel motherboards
(by Alex Vasylenko).
* SMBus access of ALI1533/1543 chipset (Aladdin IV, V)
is supported.
* ISA access of 2nd and 3rd temperatures for Winbond chips fails
in most of motherboard. Due to this problem, fraction of these
temperatures is always 0.5. This "bug" is fixed now.
* Others: Fixing small bugs.
patch provided by Sergio Jimenez in PR 26355
* The modified BSD license is set from this version.
* Logging facility in the daemon mode is included (but unabled
in default, contribution by David Quattlebaum ).
* IIR low path filter smoothing method is included for plotting
graphs in xmbmon (contribution by Takayuki Hosoda).
* Manual files are contributed by Nicolas Rueff .
* Winbond W83791D, W83627THF chips are supported.
* Initialization of ADM9240 chip for some Intel motherboards
(by Alex Vasylenko).
* SMBus access of ALI1533/1543 chipset (Aladdin IV, V)
is supported.
* ISA access of 2nd and 3rd temperatures for Winbond chips fails
in most of motherboard. Due to this problem, fraction of these
temperatures is always 0.5. This "bug" is fixed now.
* Others: Fixing small bugs.
- Substitute in more paths in build
- Better handle errors from raidctl in probe.sh
- Replace all $() with `` in probe.sh (for Solaris)
- Handle an empty hosts.conf
- Fix bug in dirtrees_redefined. Thanks again to Alan Horn
- Add libexec/rconfig_ssh wrapper rather than srsh. Now hosts with bad
or missing ssh keys will get an appropriate error
- Add install target
- Add 'atactl smart status' values for NetBSD in probe.sh
- Make '-t' take a regex argument for which tags to display
- Expand the debug output available with -d
<pancake at phreaker.net> with some minor changes by me.
memtest is a utility for testing the memory subsystem in a computer
to determine if it is faulty. The original source was by Simon
Kirby <sim@stormix.com>. I have by this time completely rewritten
the original source, and added many additional tests to help catch
borderline memory. I also rewrote the original tests (which catch
mainly memory bits which are stuck permanently high or low) so that
they run approximately an order of magnitude faster.
<shattered at users.sourceforge.net> with some minor changes by me.
The smartmontools package contains two utility programs (smartctl
and smartd) to control and monitor storage systems using the
Self-Monitoring, Analysis and Reporting Technology System (SMART)
built into most modern ATA and SCSI hard disks. In many cases,
these utilities will provide advanced warning of disk degradation
and failure.
This closes PR pkg/25616.
or $VISUAL) at any point in a pipe. From a nudge from David Maxwell.
Normally, in a pipeline, when you need to edit some phase of the data
stream, you use a standard tool such as sed, grep, or awk to alter,
filter, or otherwise manipulate the stream. One potential problem with
this approach is that the manipulations have to be very well thought out
in advance. Another is that the manipulations will probably need to be
applied uniformly. And third, the data must be very well understood in
advance. Not all situations and data easily conform to these
constraints.
Alternatively, when the changes needed for the data are more than
trivial, or perhaps you just don't feel like expending the mental energy
needed to work out all the expressions in advance, a typical approach
might be to run some process or pipeline, dump output to a file, edit
the file with vi, pico, or emacs, then push the data along to the next
phase by using the file as input to some additional process or pipeline.
The catch here - other than the sheer awkwardness of this process - is
that you have to remember to come back later and clean up all of those
little and not-so-little "temporary" files.
So, wouldn't you just like to be able to tap in an edit session at any
arbitrary point in the pipeline, do your magic on the data, then have it
automagically continue on its merry way? The vip program provides this
functionality, and operates syntactically just like any other filter.
(or pkgsrc) from the 00DIST file:
4.72 July 13, 2004
...
Added support for NetBSD 2.0 with patches supplied by
Andrew Brown <atatat@atatdot.net>. Andrew also
provided two test systems.
...
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.
The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
earlier versions, but we don't support them in pkgsrc anyway. The reason
for this is that the configure script uses ac_cv_target, but we don't pass
a version number in there.
The workaround I use is gross, I know. Oh, well, that won't prevent me
from sleeping well at night.
Final fix for 26249.
Collection.
gkrellm-est is a GKrellM plugin that displays the current frequency of the
processor, and allows the user to change it by clicking the label, either
with left button (to increase it) or with the right one (to decrease it).
It only works on NetBSD and with EST (Enhanced Speedstep Technology)
processors, such as the Centrino. A driver for this was introduced in
NetBSD-current on April, 30th, 2004.
by Bruce Chiarelli on current-users.
RFSTOOL - ReiserFS for Windows - allows you to access ReiserFS
partitions from a Windows 95/98/ME/NT/2000/XP system. Starting with
version 0.6, it even allows you to access ReiserFS partitions from
Linux ;). It is a complete rewrite of the ReiserFS functions needed
to list directories or access files. Requirements
+ This tool was developed on NT/2000. The current version has
support for Windows NT, 2000, XP, as well as the 16-bit products
Windows 95, 98 and ME.
+ For NT/2000/XP: You need administrative privileges to run this
program. Normal users will probably not have the access rights
to the raw partition data.
+ You need to know the drive and partition index of the ReiserFS
partition you want to read. Luckily, the new version includes
an autodetect feature
+ Access is read-only. I do not intend to change that, at least
for the time being.
+ Journal data is ignored. These tools show the file structure as
it is ON DISK, right now.