On Sat, Aug 5, 2023 at 3:16 PM Graham Perrin
wrote:
> On 05/08/2023 12:39, Oleksandr Kryvulia wrote:
> > 04.08.23 19:07, Graham Perrin пише:
> >>
> >> Can anyone from freebsd-net@ help?
> >>
> >>
> >> Forwarded Message
> >> Subject: Unreliability with DHCP
> >> Date: Sun
In the past I was used to use the following procedure to install a new
kernel and world:
# cd /usr/src
# make installkernel
# shutdown -r now
boot -s from the loader prompt
# adjkerntz -i
# mount -a -t ufs
# mergemaster -p
# cd /usr/src
# make installworld
I've set up armv7 boot media based on:
http://ftp3.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/14.0/FreeBSD-14.0-CURRENT-arm-armv7-GENERICSD-20230803-8a5c836b51ce-264491.img.xz
for the OrangePi+2Ed (it also handles the RPi2B v1.1).
No builds by me. The ports installed are from the FreeBSD serve
On 05/08/2023 23:16, Graham Perrin wrote:
On 05/08/2023 12:39, Oleksandr Kryvulia wrote:
04.08.23 19:07, Graham Perrin пише:
…
As dirty workaround I have in my /etc/rc.resume
service netif restart
service routing restart
… 'service routing restart' can be problematic. Please, see, for
On 05/08/2023 12:39, Oleksandr Kryvulia wrote:
04.08.23 19:07, Graham Perrin пише:
Can anyone from freebsd-net@ help?
Forwarded Message
Subject: Unreliability with DHCP
Date: Sun, 30 Jul 2023 16:17:43 +0100
From: Graham Perrin
Organisation: FreeBSD
To: F
04.08.23 19:07, Graham Perrin пише:
Can anyone from freebsd-net@ help?
Forwarded Message
Subject:Unreliability with DHCP
Date: Sun, 30 Jul 2023 16:17:43 +0100
From: Graham Perrin
Organisation: FreeBSD
To: FreeBSD CURRENT
1. Sleep (suspend) whilst connec
Hi!
> In the past I created the jails based on svn, for example with
>
> # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166
I have the src repo in /usr/src, build the host system
from that tree and then use:
poudriere jail -j head -u -m null -S /usr/src
--
p...@opsec.eu
Matthias Apitz wrote:
> In the past I created the jails based on svn, for example with
>
> # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166
Use "-m src=/usr/src" instead.
It is documented in man poudriere-jail:
-m methodSpecify which method to use to create the
Hello,
I'm updating my poudriere build server, not used for some time.
I've already fetched /usr/src and /usr/ports from git, compiled world and
kernel...
In the past I created the jails based on svn, for example with
# poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166
How thi