Re: Automatic OS updates

2024-02-20 Thread Theo de Raadt
obs...@loopw.com wrote: > Most of the patches don’t require a reboot. This idea sounds horrible for > uptime. Sorry. I’m not rebooting something because a font was patched… syspatch outputs a message that the system needs a reboot. This could be parsed.

Re: Automatic OS updates

2024-02-20 Thread obsdml
> On Feb 20, 2024, at 2:31 AM, Thomas Schmidt wrote: > > OP did indeed mean `sysupgrade`, which makes little sense _unless_ on -current, which will guarantee to break this every sixth months when -current shifts about. > but fwiw, `syspatch && reboot` reboots > your system if a patch as

Re: do all headphone amps work?

2024-02-20 Thread Courtney
I have an AudioEngine D1 that works well. I also had a FiiO E10K that worked, but within an hour the audio would stutter a ridiculous amount. The AudioEngine will also have this stutter, but it may be 8-12 hours before that happens. The funny thing is, if I stop Firefox and start it again the

Re: do all headphone amps work?

2024-02-20 Thread beecdaddict
that's very simple to check, so if it has drivers listed avoid it thanks! On Sat, February 17, 2024 3:52 pm, Stephen Wiley wrote: > They'll need to provide drivers for Windows and OSX as downloads on their > web site. If you can't find those then it's probably just using the USB > audio class

Re: certbot in cron - best way?

2024-02-20 Thread misc
Thanks. Worked like a charm. Cheers, --fm On 2/20/24 12:54, Odhiambo Washington wrote: On Tue, Feb 20, 2024 at 6:47 PM wrote: Hi misc, Usually am updating certificates manually this way: rcctl stop httpd ; certbot certonly --standalone -d DOMAIN.org -m notifyc...@domain.org ; rcctl start

Re: certbot in cron - best way?

2024-02-20 Thread Nowarez Market
I think the best way is always to keep things in control, safe and reliable.. And often your setup directly depend on a diversified architecture, maybe with docker in the middle. Indeed before to lose public access on certificates or lost site configuration I think two times to realize a complete

Re: certbot in cron - best way?

2024-02-20 Thread Kirill A . Korinsky
Greetings, On Tue, 20 Feb 2024 16:43:27 +0100, m...@phosphorus.com.br wrote: > > Which setup are you using to automatically update certs with certbot, in > cron, and keeping /etc/httpd.conf updated accordingly? > I use records in /etc/acme-client.conf like: authority letsencrypt { api

Re: certbot in cron - best way?

2024-02-20 Thread Odhiambo Washington
On Tue, Feb 20, 2024 at 6:47 PM wrote: > Hi misc, > > Usually am updating certificates manually this way: > > rcctl stop httpd ; certbot certonly --standalone -d DOMAIN.org -m > notifyc...@domain.org ; rcctl start httpd > > but recently saw newer certificates being deployed as 0001,0002,0003 >

certbot in cron - best way?

2024-02-20 Thread misc
Hi misc, Usually am updating certificates manually this way: rcctl stop httpd ; certbot certonly --standalone -d DOMAIN.org -m notifyc...@domain.org ; rcctl start httpd but recently saw newer certificates being deployed as 0001,0002,0003 etc, like:

Re: Single partition fs layout

2024-02-20 Thread Odhiambo Washington
On Tue, Feb 20, 2024 at 5:24 PM hahahahacker2009 wrote: > Vào Th 3, 13 thg 2, 2024 vào lúc 19:41 Odhiambo Washington > đã viết: > > > > Is there a disadvantage to having this layout style where everything is > on > > 1 partition? > > > > ``` > > openbsd$ uname -a > > OpenBSD

Re: Single partition fs layout

2024-02-20 Thread hahahahacker2009
Vào Th 3, 13 thg 2, 2024 vào lúc 19:41 Odhiambo Washington đã viết: > > Is there a disadvantage to having this layout style where everything is on > 1 partition? > > ``` > openbsd$ uname -a > OpenBSD openbsd.vmbridge.local 7.4 GENERIC.MP#1397 amd64 > openbsd$ df -h > Filesystem SizeUsed

Re: SoGo for OpenBSD?

2024-02-20 Thread Mark
On Tue, Feb 20, 2024 at 3:57 PM Sebastian Reitenbach < sebas...@l00-bugdead-prods.de> wrote: > is i...@mysite.com your e-mail there? Or is there something still not yet > configured? > In any case, this is now getting off-topic, and might be better asked on > the SOGo mailing > lists. > > > Each

Re: No dhcp renewal of IP

2024-02-20 Thread Kenneth Gober
On Sun, Feb 18, 2024 at 4:15 AM Marcus MERIGHI wrote: > Hello, > > this is not to answer the original question, but... > > kgo...@gmail.com (Kenneth Gober), 2024.02.17 (Sat) 22:15 (CET): > > On Sat, Feb 17, 2024 at 10:47 AM Luis Mendes > wrote: > > > The interface ure0 is the gateway to the

Re: SoGo for OpenBSD?

2024-02-20 Thread Sebastian Reitenbach
On Sunday, February 18, 2024 22:28 CET, Mark wrote: > Odhiambo Washington , wrote: > > > You just need the password field. The password scheme does not matter. > > You can name the VIEW anything you want. Just make sure you use whatever > > you name it in the SOGoUserSources block in

Re: Automatic OS updates

2024-02-20 Thread Thomas Schmidt
OP did indeed mean `sysupgrade`, but fwiw, `syspatch && reboot` reboots your system if a patch as applied. I got it in all of my servers' cronjobs. - Thomas Am 17.02.2024 um 02:24 schrieb obs...@loopw.com: On Feb 15, 2024, at 10:12 AM, b...@fea.st wrote: am I the only one using automatic OS