Displaying 5 results from an estimated 5 matches for "benshort".
Did you mean:
be_short
2025 Feb 10
1
Installing and running NUT on OpenBSD
...- tame whichever subsystem is
responsible for that (devd?) to let the packaged run-time user see the
device node.
Also to cobfirm tge hypothesis, you can run the driver start attempt with
higher debug verbosity, e.g.
:; upsdrvctl -DDDDDD -d start
On Mon, Feb 10, 2025, 15:55 Ben Short <ben at benshort.co.uk> wrote:
> Hi,
>
> I'm trying to get NUT running.
>
> I've installed it with pkg_add nut
>
> I can see my UPS as follows:
>
> # nut-scanner
> Cannot load SNMP library (libnetsnmp.so) : file not found. SNMP search
> disabled.
> Cannot load XML lib...
2025 Feb 10
2
Installing and running NUT on OpenBSD
Hi,
I'm trying to get NUT running.
I've installed it with pkg_add nut
I can see my UPS as follows:
# nut-scanner
Cannot load SNMP library (libnetsnmp.so) : file not found. SNMP search
disabled.
Cannot load XML library (libneon.so) : file not found. XML search disabled.
Cannot load AVAHI library (libavahi-client.so) : file not found. AVAHI
search disabled.
Scanning USB bus.
No start
2011 Sep 09
1
rsync over ssh with post-zfer
Hi,
I have install rsync version 3.0.8 on my FreeBSD server.
I've set it up so that I have to connect via ssh with key based
authentication.
The following is my rsyncd.conf file in my home directory on the server.
[ben-desktop]
use chroot = no
path = /home/bs/backups/ben-desktop/current
numeric ids = true
log file = /home/bs/backups/ben-desktop/rsync.log
list = true
read only = false
write
2025 Jan 07
1
Unconventional Setup
Hi,
We have a server rack with two UPS'. The servers in the rack are split
into Windows network and an network of BSD and Linux machines behind a
OpenBSD firewall. All machines have redundant PSU's and are connected to
both UPS'.
The Windows administrator wants to use APC Parachute application to
monitor the UPS' and write scripts to shutdown the windows machines.
The
2011 Sep 12
2
Ignoring /boot
Hi,
I have the following script that I'm writing to backup my gentoo linux
system.
----- start of script -----
#!/bin/sh
#
#
RSYNC_OPTS="--archive --one-file-system --perms --executability --progress
--stats --delete-after --hard-links --keep-dirlinks --verbose --inplace"
RSYNC_USER="bs"
RSYNC_SERVER="192.168.6.6"
RSYNC_MODULE="ben-desktop"