Re: "make hierarchy" from main tree breaks c++ headers on older branches with unclear errors if "make install world" is interrupted

2023-05-31 Thread Dimitry Andric
On 31 May 2023, at 01:07, Enji Cooper wrote: > >> On May 28, 2023, at 3:53 AM, Dimitry Andric wrote: >> On 28 May 2023, at 07:18, Enji Cooper wrote: >>> >>> I just tried to run “make hierarchy” from a main tree on a 13.2-RELEASE >>> system, and doing so completely broke my headers. >>> It too

Re: PinePhone Pro Boots On CURRENT

2023-05-31 Thread Gary Jennejohn
On Tue, 30 May 2023 20:50:52 +0200 Mario Marietto wrote: > Check at this,also : https://github.com/raspiduino/a6lte-kvm/releases > This would definitely be the best approach, since the developer has already tested Linux in the KVM. Odin, which I've used to install custom ROMs from xda, is a Win

Re: PinePhone Pro Boots On CURRENT

2023-05-31 Thread Mario Marietto
---> No, with this you cannot replace Android with Linux. This hack merely provides a way to run a different OS in a KVM. ok,but what do I see as soon as I have flashed the boot.img to the phone with odin ? can I virtualize freebsd,right ? What tool can I use in FreeBSD to place phone calls and t

Re: Surprise null root password

2023-05-31 Thread David Chisnall
On 30/05/2023 20:11, Dag-Erling Smørgrav wrote: David Chisnall writes: There was a very nasty POLA violation a release or two ago. OpenSSH defaults to disallowing empty passwords and so having a null password was a convenient way of allowing people to su or locally log into that user but disal

Re: PinePhone Pro Boots On CURRENT

2023-05-31 Thread Gary Jennejohn
On Wed, 31 May 2023 12:00:43 +0200 Mario Marietto wrote: > ---> No, with this you cannot replace Android with Linux. This hack merely > provides a way to run a different OS in a KVM. > > ok,but what do I see as soon as I have flashed the boot.img to the phone > with odin ? can I virtualize freeb

Re: PinePhone Pro Boots On CURRENT

2023-05-31 Thread Mario Marietto
---> Android remains the OS for the phone. I'm not sure but I see that he talks even about Linux as main os that can be installed on the phone ---> FreeBSD does not have the required proprietary driver blobs which are used by Android and I greatly doubt that FreeBSD running in a KVM will have acc

Re: PinePhone Pro Boots On CURRENT

2023-05-31 Thread Gary Jennejohn
On Wed, 31 May 2023 15:48:44 +0200 Mario Marietto wrote: > ---> Android remains the OS for the phone. > > I'm not sure but I see that he talks even about Linux as main os that can > be installed on the phone > No, Linux is installed in a chroot. So it's not replacing Android. See chroot(2) and

Re: WITH_BEARSSL: -8112 bytes available

2023-05-31 Thread Warner Losh
On Mon, May 29, 2023 at 2:59 AM FreeBSD User wrote: > Hello, > > on CURRENT, enabling in /etc/src.conf > > WITH_BEARSSL= > > seems to result in a slightly enlarged loader binary, which seems to have > a fixed size > supposed on the error I get. See below. > > The system is amd64 (64 bit), for the

Re: WITH_BEARSSL: -8112 bytes available

2023-05-31 Thread Gary Jennejohn
On Wed, 31 May 2023 12:15:12 -0600 Warner Losh wrote: [SNIP irrelevant text] > And no, I really do not want to support 'loadable modules'. BIOS booting is > on the way out, and people > that want to do complex stuff in the boot loader will simply have to do > that in UEFI or maybe kboot/LinuxBoo

Re: WITH_BEARSSL: -8112 bytes available

2023-05-31 Thread Simon J. Gerraty
> the loader program. You may also have to disable the lua build, since it uses > more stack and is just a smidge > larger than the forth build. _simp will be the smallest of them > all. On my system, without bearssl, I see: Back when I first did the LOADER_VERIEXEC bits, I found lua pushed thing

Re: WITH_BEARSSL: -8112 bytes available

2023-05-31 Thread Warner Losh
On Wed, May 31, 2023 at 1:30 PM Gary Jennejohn wrote: > On Wed, 31 May 2023 12:15:12 -0600 > Warner Losh wrote: > > [SNIP irrelevant text] > > > And no, I really do not want to support 'loadable modules'. BIOS booting > is > > on the way out, and people > > that want to do complex stuff in the b

Call for 2023Q2 status reports

2023-05-31 Thread Lorenzo Salvadore
Dear FreeBSD Community, The deadline for the next FreeBSD Status Report update is June, 30th 2023 for work done since the last round of quarterly reports: April 2023 - June 2023. I would like to remind you that reports are published on a quarterly basis and are usually collected during the last mo

Re: "make hierarchy" from main tree breaks c++ headers on older branches with unclear errors if "make install world" is interrupted

2023-05-31 Thread Enji Cooper
> On May 31, 2023, at 2:06 AM, Dimitry Andric wrote: > > On 31 May 2023, at 01:07, Enji Cooper > wrote: … >> That’s a fair point, however, given that this follows the standard >> installation workflow… >> 1. etcupdate pre-run. >> 2. install kernel >> 3. reboot >