notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: sysutils/nut/files/patch-include_nut__stdint.h

Number of commits found: 2

Tuesday, 30 Aug 2022
01:11 Cy Schubert (cy) search for other commits by this committer
Revert "sysutils/nut*: Add upslog support for multiple UPSs"

upslog is failing to make multiple connections to upsd resulting
in some UPSs logging and others not. This is likely some bug
in upsd's socket handling.

Even though this patch worked for me locally it did not for the
person reporting the problem.

A better approach would be to use select() instead.

PR:	265963

This reverts commit dec4ecc3afecab035a4d4fa59c35093d9f53ffd5.
commit hash: dc2f6b92465447b81470fe2c56963053e04039fd commit hash: dc2f6b92465447b81470fe2c56963053e04039fd commit hash: dc2f6b92465447b81470fe2c56963053e04039fd commit hash: dc2f6b92465447b81470fe2c56963053e04039fd dc2f6b9
Sunday, 28 Aug 2022
21:16 Cy Schubert (cy) search for other commits by this committer
sysutils/nut*: Add upslog support for multiple UPSs

upslog is a utility that logs UPS status at regular intervals, specified
by the -i option. Unfortunately upslog supports only on UPS. For sites
that need to monitor multiple UPSs the options are to cobble an rc script
for each or doctor up the nut_upslog.in script to support cloning of the
script. Unfortunately an rc script capable of being cloned would become
the source of more PRs and would require significanly more tehcnical
documentation that by itself might become confusing for the average
system administrator.

Therefore a new -m option is added to support multiple UPSs using the
same invocation of upslog. The patch parses a -m option and forks
almost immediately following the getopt(3) invokation to monitor each
individual UPS using a separate upslog process. This is not ideal but
(Only the first 15 lines of the commit message are shown above View all of this commit message)
commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 commit hash: dec4ecc3afecab035a4d4fa59c35093d9f53ffd5 dec4ecc

Number of commits found: 2