On 11/01/2025 19:37, Michael Stone wrote:
This is because some servers drop a connection when they're done
rather than closing it gracefully. (This is actually becoming more
common than not due to changes in the way HTTPS is used between
browsers and servers on the modern internet.) You can try
It seems that ab encounters some kind of an SSL issue with most https
sites I tried (google, cloudflare proxied sites etc).
Not all, seems to work fine with a personal blog site I host on
Debian/apache2 server or with https://www.debian.org/.
Some kind of an SSL issue but searching around I f
EN=${#PASSWORD}
echo "Got $FIRST ... $LAST, length $LEN"
attempt=$((attempt + 1))
sleep 3
fi
done
echo "Maximum attempts reached. Exiting."
On 12/8/23 21:53, David wrote:
On Fri, 8 Dec 2023 at 20:22, cen wrote:
I have a very weird issue that.. if I
Hi
I have an encrypted ZFS volume which I unlock at boot time using this
systemd service:
[Unit]
DefaultDependencies=no
After=zfs-import.target
Before=zfs-mount.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/sbin/zfs load-key -a
StandardInput=tty-force
[Install]
WantedBy=z
4 matches
Mail list logo