Re: How to track system changes?

2022-04-04 Thread Eric Thomas
Very valuable insights. That’s a great idea. The rysnc script was ksh/bash or cron? Ideally I’d like to use Python to tackle something like this but I’m not against learning shell. > On Apr 4, 2022, at 2:02 PM, Nick Holland wrote: > > On 4/4/22 11:32 AM, Eric Thomas wrote: >

How to track system changes?

2022-04-04 Thread Eric Thomas
I want to have a high degree of confidence in my system's state (packages that have been added, configs that have changed, permissions changed, etc). I've read about "read only filesystems" and the pro's/con's [here](http://geodsoft.com/howto/harden/OpenBSD/no_changes.htm). Aside from that, is the

Internal Logging?

2022-04-04 Thread Eric Thomas
I'd like to understand more about how OpenBSD logs internal events such as: - pkg_add/delete events - user logins - X session start/stops etc. Is there "one big log" where all of these types of events are stored? Or are they logged in specific directories depending on log type? Which log director

Re: How to rebuild the ports tree?

2022-04-02 Thread Eric Thomas
@Stuart Disregard! I see now that the `make FETCH_PACKAGES= install` installed everything. I assumed it would get the large packages only. Looks like running `unifi info` yields all relevant info. Thank you very much for the patience and expertise. On Sat, Apr 2, 2022 at 6:16 PM Eric Thomas

Re: How to rebuild the ports tree?

2022-04-02 Thread Eric Thomas
s in: "quirks-4.54 signed on 2022-03-26T14:02:422 Can't find unifi" How do I get the custom build to a location where pkg_add can "see it"? On Fri, Apr 1, 2022 at 8:30 AM Stuart Henderson wrote: > > On 2022-04-01, Eric Thomas wrote: > > @Crystal > > >

Re: How to rebuild the ports tree?

2022-04-01 Thread Eric Thomas
22 at 5:53 PM Stuart Henderson wrote: > > On 2022-03-31, Eric Thomas wrote: > > --c9bb7b05db88e7ee > > Content-Type: text/plain; charset="UTF-8" > > > > I'm stuck. I need to install the UniFi 6.2.26 port, I used the [FAQ to > > setup the

How to rebuild the ports tree?

2022-03-31 Thread Eric Thomas
I'm stuck. I need to install the UniFi 6.2.26 port, I used the [FAQ to setup the ports tree](https://www.openbsd.org/faq/ports/ports.html). This seemed to work just fine. However, the last few messages in the `make install` output showed errors. To debug the issue, I decided to completely uninstall

How to determine if WiFi AP is compatible?

2022-03-28 Thread Eric Thomas
I'm trying to determine if a WiFi AP is compatible with OpenBSD. For example, checking the [Wireless FAQ's]( https://www.openbsd.org/faq/faq6.html#Wireless), I don't see whether the chipset used by the [UniFi Access Point WiFe 6 Pro]( https://dl.ui.com/ds/u6-pro_ds.pdf) is compatible or not. I wan

OpenBSD Home Server + Workstation on same machine?

2022-03-21 Thread Eric Thomas
Hello, I'd like to learn about secure networking (PKI, x509 certs, DNS, IPS, etc.) and generally harden my home network using OpenBSD. Can I use OpenBSD services AND have it act as a desktop workstation on the same machine? Ref: https://superuser.com/questions/1712101/openbsd-home-server-workstat