unclean / on every boot (SD card in APU1C)

2023-04-29 Thread Jan Stary
This is current/amd64 on an APU1C (dmesg below). It runs off a microSD card (sd1 in a SD card adapter in the SD slot) and has a 60GB mSATA (sd0 in the mSATA slot ) for backups of others. Filesystem SizeUsed Avail Capacity Mounted on /dev/sd1a 501M106M370M23%/ /dev/s

Re: sappend .history file

2023-04-29 Thread jonathon575
Thank you Stuart. --- Original Message --- On Saturday, April 29th, 2023 at 2:18 PM, jonathon575 wrote: > Hi, > > How to sappnd history? > > Thanks,

Re: Minimum install size

2023-04-29 Thread Steffen Nurpmeso
Stuart Henderson wrote in : |On 2023-04-29, Theo de Raadt wrote: |> The best way to not lie, is to not say anything at all. | |agreed, this value always gets out of date, and it's no longer the days |when one might be deciding whether to buy a 1/2/4GB CF. better to remove |than update now I

Re: sappend .history file

2023-04-29 Thread Stuart Henderson
On 2023-04-29, jonathon575 wrote: > > How to sappnd history? chflags(1), but it's usually more trouble than it's worth.

Re: Minimum install size

2023-04-29 Thread Stuart Henderson
On 2023-04-29, Theo de Raadt wrote: > > The best way to not lie, is to not say anything at all. agreed, this value always gets out of date, and it's no longer the days when one might be deciding whether to buy a 1/2/4GB CF. better to remove than update now I think.

Re: OpenBSD/i386 7.3 on a Macbook 2006

2023-04-29 Thread John McCue
On Sat, Apr 29, 2023 at 02:42:27AM +0200, Odd Martin Baanrud wrote: Hello, I???ve installed OpenBSD/i386 7.3 on a Macbook 2006. It works, but the fan is running at maximum all the time. Is there anything I can do to optimize the system for such machines? Here???s the output from dmesg and ???sy

Re: A messed-up fresh install due to a careless user

2023-04-29 Thread Odd Martin Baanrud
Hello Brian, I forgot to say that my site set did include the already prepared pf.conf, but not rc.conf.local, where pf was set to be disabled. As the result, pf started with rules for nat/firewall, not the default ones. And that created the “problem”. Martin

Re: URNDIS Phone Tethering

2023-04-29 Thread Rob Turner
I was reluctant to send this direct to the b...@openbsd.org distro - but would that be a better destination that this distro? On Thu, Apr 27, 2023 at 12:39:11AM +0800, Rob Turner wrote: > Good evening, > > I'm new to OpenBSD and would like some help debugging this issue if possible. > On OpenBS

sappend .history file

2023-04-29 Thread jonathon575
Hi, How to sappnd history? Thanks,

Re: A messed-up fresh install due to a careless user

2023-04-29 Thread Brian Conway
On Sat, Apr 29, 2023, at 3:48 AM, Odd Martin Baanrud wrote: > Yes, off course one should have a firewall. > That was why I installed OpenBSD on the actual machine in the first place. > I prepared it when it was on the LAN only, and then moved it into production. > And now it works perfectely. > But

Re: Minimum install size

2023-04-29 Thread Yoshihiro Kawamata
From: WATANABE Takeo > so why not rewrite the FAQ as 1.5 GB as a minimum value Not appropriate since it only considers the case of amd64.

Re: Minimum install size

2023-04-29 Thread Theo de Raadt
Peter N. M. Hansteen wrote: > On Fri, Apr 28, 2023 at 09:55:13PM -0600, Theo de Raadt wrote: > > > > Do not assume "desireable" and "possible" are always the same. > > > > > > My point was whether the wording "installable on 512MB of storage" is > > > appropriate to put in the OpenBSD 7.3 FAQ, a

Re: Minimum install size

2023-04-29 Thread WATANABE Takeo
on Sat, 29 Apr 2023 13:40:51 +0200 "Peter N. M. Hansteen" wrote: > On Fri, Apr 28, 2023 at 09:55:13PM -0600, Theo de Raadt wrote: >> > > Do not assume "desireable" and "possible" are always the same. >> > >> > My point was whether the wording "installable on 512MB of storage" is >> > appropriat

Re: Minimum install size

2023-04-29 Thread Peter N. M. Hansteen
On Fri, Apr 28, 2023 at 09:55:13PM -0600, Theo de Raadt wrote: > > > Do not assume "desireable" and "possible" are always the same. > > > > My point was whether the wording "installable on 512MB of storage" is > > appropriate to put in the OpenBSD 7.3 FAQ, and whether "desirable" and > > "possible

Re: A messed-up fresh install due to a careless user

2023-04-29 Thread Odd Martin Baanrud
Hello Steve, Yes, off course one should have a firewall. That was why I installed OpenBSD on the actual machine in the first place. I prepared it when it was on the LAN only, and then moved it into production. And now it works perfectely. But the firewall needed to be disabled while the machine wa

Re: A messed-up fresh install due to a careless user

2023-04-29 Thread Steve Litt
Odd Martin Baanrud said on Fri, 28 Apr 2023 10:01:29 +0200 >Hello Stefan, > >Thanks for the clear-up. >And now, it works! >When I created the site set, I forgot to add /etc/rc.conf.local, where >pf was set to be disabled. The reason was, as you see, pf. :-) >So a simple “pfctl -d” solved the “prob