Re: OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread dirk coetzee
We had a similar challenge. My advice would be to leave all the filesystems as is - and add the 'sync' flag. It slows down disk access - but makes the filesystem resilient to power outages. See sync option - https://man.openbsd.org/mount On Tuesday, 29 November 2022 at 09:03:28 am AWST,

Re: OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread Yoshihiro Kawamata
Hi, In the case of CPE, I do not think that programs will be added or removed after the start of operation, so I think that the following partition can be mounted as read-only to reduce the impact of power failure. /bin /sbin /usr /usr/local (with wxallowed) For the rest, you can just mount

Re: OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread Brian Conway
On Mon, Nov 28, 2022, at 4:06 PM, Tom Smyth wrote: > /dev/sd0a / ffs rw,softdep,noatime 1 1 > /dev/sd0d /usr/local ffs rw,wxallowed,nodev,softdep,noatime 1 1 softdep is a useful option for metadata-heavy workloads, but it is not a magical go-fast flag. While it's possible that characterization

Re: OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread Tom Smyth
sorry there was an omission in my /etc/fstab i had left out the softdep,noatime flags on the filessytems that were funning off the disk using FFS Thanks #begin corrected /etc/fstab## /dev/sd0a / ffs rw,softdep,noatime 1 1 /dev/sd0d /usr/local ffs

OpenBSD File systems , on Flash / SSD CPE (in sites with uncontrolled power (CPE customer sites)

2022-11-28 Thread Tom Smyth
Hello, Folks, Im reviewing our filesystem setup for OpenBSD CPEs that we deploy in the field in order to minimise the impact of Power Outages / Customer interference on the boxes, we install a 4G root partition / and a 2GB /usr/local (to allow the wxallowed flag for the filesystem) we use mfs

Re: Query on installing Solaris 9 into an OBSD LDOM

2022-11-28 Thread Stuff Received
On 2022-11-28 00:16, Bodie wrote: On 28.11.2022 05:50, Kevin Williams wrote (in part): Greetings. Has anyone tried to install Solaris 9 into an OBSD LDOM running on a TS2000? (I found some information on the mailing list pertaining to different machines and Solaris versions.) Sincerely, N.

Re: Configure OpenBSD for remote server rarely used

2022-11-28 Thread James Johnson
Ah, pretty cool, I'll keep it in mind for my next project ;) On 28.11.2022 10:36, Bodie wrote: And if you really need low consumption, rugged computer and do not mind about the costs you can go eg. this way :-) https://teguar.com/ip67-box-pc-twb-2945 /

Re: pcengines apu{1,4} can't adjust CPU frequency automatically anymore

2022-11-28 Thread Lévai , Dániel
On Monday, November 28th, 2022 at 08:43, Jan Johansson wrote: > > > > > "Lévai, Dániel" l...@ecentrum.hu wrote: > > > I don't know since when, unfortunately, but it seems > > auto-adjusting CPU frequency doesn't work anymore on my APU1 > > and an APU4 PCEngines boards (I only have these

Re: Configure OpenBSD for remote server rarely used

2022-11-28 Thread Bodie
On 28.11.2022 11:18, James Johnson wrote: Thanks a lot for all the great advice, that is very useful. It all makes sense. And if you really need low consumption, rugged computer and do not mind about the costs you can go eg. this way :-) https://teguar.com/ip67-box-pc-twb-2945/ On 27

Re: Configure OpenBSD for remote server rarely used

2022-11-28 Thread James Johnson
Thanks a lot for all the great advice, that is very useful. It all makes sense. > On 27 Nov 2022, at 21:10, Tomasz Rola wrote: > > On Sun, Nov 27, 2022 at 09:37:19AM +, James Johnson wrote: >> Hi all, >> >> OpenBSD is amazing. But I need help in configuring it correctly as a >> remote

Re: IPv6: ifconfig & rad messages fight disabling routes

2022-11-28 Thread Stuart Henderson
On 2022-11-28, Geoff Steckel wrote: > Short form: >   I'm using rad to update local machines with the IPv6 address prefix > currently assigned by Verizon. It runs on my firewall/external router. > The router advertisement destructively changes the route and interface > of an address on that

Re: Configure OpenBSD for remote server rarely used

2022-11-28 Thread Greg Thomas
You should reboot whenever patches or upgrades require it. Was that a trick question or something? On Mon, Nov 28, 2022 at 12:51 AM Greg Thomas wrote: > > > On Sun, Nov 27, 2022 at 12:08 PM James Johnson > wrote: > >> Thank you for this interesting perspective. >> >> Combined with the

Re: Configure OpenBSD for remote server rarely used

2022-11-28 Thread Greg Thomas
On Sun, Nov 27, 2022 at 12:08 PM James Johnson wrote: > Thank you for this interesting perspective. > > Combined with the previous advice, I am convinced. I will not try to have > the machine sleep, or even try to put the drives in spun down. From what > you guys are saying, it seems doing so

Re: pcengines apu{1,4} can't adjust CPU frequency automatically anymore

2022-11-28 Thread Jan Johansson
"Lévai, Dániel" wrote: > I don't know since when, unfortunately, but it seems > auto-adjusting CPU frequency doesn't work anymore on my APU1 > and an APU4 PCEngines boards (I only have these versions at > hand atm). They're both running an updated fw at v4.17.0.2. > > IIRC `apmd -A' + `sysctl

Re: pcengines apu{1,4} can't adjust CPU frequency automatically anymore

2022-11-28 Thread Stuart Henderson
On 2022-11-28, Lévai Dániel wrote: > Hi all, > > I don't know since when, unfortunately, but it seems auto-adjusting CPU > frequency doesn't work anymore on my APU1 and an APU4 PCEngines boards (I > only have these versions at hand atm). > They're both running an updated fw at v4.17.0.2. > >