From nobody Mon Jun 30 19:41:14 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 4bWGk81R4nz5yr8X for ; Mon, 30 Jun 2025 19:41:20 +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 4bWGk55yQvz3ScY for ; Mon, 30 Jun 2025 19:41:17 +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 0000000000844477.000000006862E85B.0000146D; Mon, 30 Jun 2025 21:41:15 +0200 Date: Mon, 30 Jun 2025 21:41:14 +0200 From: Milan Obuch To: freebsd-current@freebsd.org Subject: Re: Hi! Available to help Message-ID: <20250630214114.33816540.40034626.38781690@dino.sk> In-Reply-To: References: <3BE02ABD-776F-46AF-8266-12AB93AB0E50@kd2ycu.com> <20250628075502.48308911.40034626.82209601@dino.sk> <30CB7E73-AB81-4083-8173-6D95DF8098B9@kd2ycu.com> <20250630161838.23196978.40034626.72116779@dino.sk> 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.33 / 15.00]; NEURAL_HAM_SHORT(-0.99)[-0.987]; NEURAL_SPAM_LONG(0.92)[0.924]; NEURAL_SPAM_MEDIUM(0.69)[0.691]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; 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: 4bWGk55yQvz3ScY X-Spamd-Bar: / On Mon, 30 Jun 2025 14:40:31 -0400 Daniel Anderson wrote: > > 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=E2=80=A6 =20 >=20 > I run an M1 Macbook and SSH into my VMs. Support for M1 isn=E2=80=99t full > as far as I can tell, which is also why I would be interested in > helping as well=E2=80=A6. >=20 I don't know anything more specific, but there should be some technology allowing running x86 binaries on M1 macs... or maybe something like VirtualBox or QEMU exists as well. Or something specialized like Parallels desktop... Also there was some work done targetting Apple M1, probably something could be found in archive of freebsd-arm mailing list or in wiki. > > 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. =20 >=20 > So I=E2=80=99ve run various Linux distributions as my main desktop for a = long > time. At some point my workplace moved to macbooks for a variety of > reasons, but essentially I install homebrew, run X, and remote into > any VMs. I use Emacs + TRAMP to access files, and I=E2=80=99m really > comfortable on the command line. =20 >=20 > I=E2=80=99m mostly interested in the console and not anything graphical > (KDE/Gnome) > Well, maybe you could help with our ports collection, there are various applications ported for use with FreeBSD. For bug reports, we have tool called bugzilla (bugzilla.freebsd.org), maybe you can help with resolving them. That's another area. Regards, Milan