From nobody Mon Jun 30 14:18:38 2025 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4bW7Z03TlFz60Wqk for ; Mon, 30 Jun 2025 14:18:48 +0000 (UTC) (envelope-from freebsd-current@dino.sk) Received: from cm0.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4bW7Yz2h80z46b7 for ; Mon, 30 Jun 2025 14:18:47 +0000 (UTC) (envelope-from freebsd-current@dino.sk) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd-current@dino.sk designates 84.245.65.72 as permitted sender) smtp.mailfrom=freebsd-current@dino.sk; dmarc=none Received: from dino.sk ([84.245.95.254]) (AUTH: LOGIN milan, TLS: TLSv1.3,256bits,TLS_AES_256_GCM_SHA384) by cm0.netlabit.sk with ESMTPSA id 00000000008443B0.0000000068629CBF.000164A5; Mon, 30 Jun 2025 16:18:39 +0200 Date: Mon, 30 Jun 2025 16:18:38 +0200 From: Milan Obuch To: freebsd-current@freebsd.org Subject: Re: Hi! Available to help Message-ID: <20250630161838.23196978.40034626.72116779@dino.sk> In-Reply-To: <30CB7E73-AB81-4083-8173-6D95DF8098B9@kd2ycu.com> References: <3BE02ABD-776F-46AF-8266-12AB93AB0E50@kd2ycu.com> <20250628075502.48308911.40034626.82209601@dino.sk> <30CB7E73-AB81-4083-8173-6D95DF8098B9@kd2ycu.com> X-Mailer: Claws Mail 3.21.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.3) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Result: default: False [-0.27 / 15.00]; NEURAL_HAM_SHORT(-0.99)[-0.992]; NEURAL_SPAM_LONG(0.98)[0.977]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_MEDIUM(0.05)[0.049]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:5578, ipnet:84.245.64.0/18, country:SK]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; MID_RHS_MATCH_FROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_HAS_EXCLAIM(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[dino.sk]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4bW7Yz2h80z46b7 X-Spamd-Bar: / On Sun, 29 Jun 2025 06:36:36 -0400 Daniel Anderson wrote: > >> I=E2=80=99ve set up a pair of FreeBSD VMs and got them up and running,= one > >> of which is compiled off of main. > >>=20 > >> I=E2=80=99d like to offer to help if there=E2=80=99s anything anyone n= eeds help > >> with.=20 > >=20 > > The real question is, which area would you like to work on. In > > addition to creating VMs, (out of curiosity, what is underlaying > > platform?) do you have any experience with FreeBSD? There are > > numerous areas where you can help FreeBSD community... =20 >=20 > I have two amd64 VMs running, one a webserver running 14.3 and one > running 15-CURRENT with a git pull from a couple days ago. I got > these from a virtual server provider just because it seemed like a > good way to start, but my next plan was to buy something cheapish to > set up at home. I was thinking of purchasing a Raspberry Pi 5 or a > used mac mini to look at the integration / porting to apples new > architecture. How are you accessing those VMs? You need some desktop PC or notebok for this, I think... which OS does it run? You can set there additional FreeBSD, either a VM or in dual boot mode... Using FreeBSD as standard desktop is often not easy for setup (depends on requirements), but helps greatly to understand the OS and various quirks/issues and brings more experiences with it. As for additional non standard hardware, I'd recommend some time for contemplating first, to get the general feeling of system. It's better doing decisions with more knowledge in hand already. > I think the best thing for me would be to pick up small tasks to get > my feet wet. I=E2=80=99m more familiar with Linux than FreeBSD but it=E2= =80=99s > interesting to learn, and I think picking up small tasks like bugs is > a good way to get my feet wet. Also I=E2=80=99m happy to update > documentation or test cases... A good way to start would be looking in official documents (project's web site, man pages...) and maybe forums, mailing list archives for some ideas, wiki,freebsd.org could be good resource as well. Regards, Milan