Page 11 of 11
Re: Ubuntu Bionic for OpenFrame
Posted: Mon Nov 07, 2022 6:09 pm
by Paul Webster
I think nginx suppprts "reload" (sighup) to detect new certificate - so can use that rather than "restart" which would mean no down time and transactions in progress could complete.
Re: Ubuntu Bionic for OpenFrame
Posted: Wed Nov 16, 2022 2:26 pm
by roobarb!
Paul Webster wrote: ↑Mon Nov 07, 2022 6:09 pm
I think nginx suppprts "reload" (sighup) to detect new certificate - so can use that rather than "restart" which would mean no down time and transactions in progress could complete.
Ta, I now have certbot do this with a --post-hook, so if any certs are updated, they're reloaded automatically. Should have done that a long time ago, but I used to use wildcard certificates which require DNS confirmation, and there's no API hook for my provider. Well, none I wanted to play with anyway.

Re: Ubuntu Bionic for OpenFrame
Posted: Tue Sep 24, 2024 10:13 am
by Daedaluu5
ive recently dabbled in modding my joggler (took way to long to get to this project) whilst i did pepper the back with quite a few custom sinks, im curious where the ubuntu sensors pick their data up from. Im seeing 50 degrees however one reading is about 10 degrees higher. Im running without the silicone pad or the plastic attempt at a heatsink, so pure copper 2mm sinks and no forced cooling.
Re: Ubuntu Bionic for OpenFrame
Posted: Tue Sep 24, 2024 10:13 am
by Daedaluu5
pete wrote: ↑Tue Nov 26, 2019 1:09 am
So here moved the o2 Joggler by a switch and checked temps after booting and a couple of hours later...no changes...
right after boot
root@openframe:~# sensors
jc42-i2c-0-18
Adapter: SMBus SCH adapter at 0400
temp1: +48.5°C (low = +0.0°C) ALARM (HIGH, CRIT)
(high = +0.0°C, hyst = +0.0°C)
(crit = +0.0°C, hyst = +0.0°C)
tmp421-i2c-0-4c
Adapter: SMBus SCH adapter at 0400
temp1: +56.4°C
temp2: +67.4°C
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +54.0°C (crit = +90.0°C)
After 2 hours:
root@openframe:~# sensors
jc42-i2c-0-18
Adapter: SMBus SCH adapter at 0400
temp1: +47.5°C (low = +0.0°C) ALARM (HIGH, CRIT)
(high = +0.0°C, hyst = +0.0°C)
(crit = +0.0°C, hyst = +0.0°C)
tmp421-i2c-0-4c
Adapter: SMBus SCH adapter at 0400
temp1: +55.2°C
temp2: +66.4°C
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +52.0°C (crit = +90.0°C)
I have opened the case and left it open for a couple of hours while tinkering with it and never noticed the O2 joggler CPU getting too warm.
ive recently dabbled in modding my joggler (took way to long to get to this project) whilst i did pepper the back with quite a few custom sinks, im curious where the ubuntu sensors pick their data up from. Im seeing 50 degrees however one reading is about 10 degrees higher. Im running without the silicone pad or the plastic attempt at a heatsink, so pure copper 2mm sinks and no forced cooling.
Re: Ubuntu Bionic for OpenFrame
Posted: Sun Sep 29, 2024 2:50 pm
by pete
Not sure.