Friday, January 30, 2026

Re: USB serial adapter for serial console

On Fri, Jan 30, 2026 at 05:04:37PM -0600, Andrew Daugherity wrote:
> On Fri, Jan 30, 2026 at 10:52 AM Stuart McKim <stuart@mckims.net> wrote:
> > The following modification makes no change in behavior (new lines, but
> > no login prompt):
> > ttyU0 "/usr/libexec/getty std.9600" vt220 on secure softcar
>
> Did you run ttyflags afterwards? Note that these flags like softcar
> are _not_ set by HUPing init. From ttys(5):
> > Reloading the ttys file does not change the state of the
> > device-specific terminal flags described above. The ttyflags(8)
> > utility can be used to set those flags.

Ah! Thank you. I missed that line in the man page. It's fully working
now.

Now to figure out the longer-term approach for getting those panic
messages...

--
Stuart A. McKim, P.E.
Idaho Falls, ID

Re:

On 1/30/26 12:59 PM, Andrew Hewus Fresh wrote:
> Small update to prusaslicer 2.9.4. Mostly it stops it from telling me
> it is available. It seems to work fine. I don't have a CORE One L, so
> the actual change doesn't do much for me.
>
> https://github.com/prusa3d/PrusaSlicer/releases
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/cad/prusaslicer/Makefile,v
> diff -u -p -r1.25 Makefile
> --- Makefile 16 Jan 2026 19:57:27 -0000 1.25
> +++ Makefile 30 Jan 2026 02:01:47 -0000
> @@ -2,9 +2,8 @@ COMMENT = g-code generator for 3D printe
> ONLY_FOR_ARCHS = ${LP64_ARCHS}
> DPB_PROPERTIES = parallel
>
> -V = 2.9.3
> +V = 2.9.4
> PKGNAME = prusaslicer-${V}
> -REVISION = 1
>
> GH_ACCOUNT = prusa3d
> GH_PROJECT = PrusaSlicer
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/cad/prusaslicer/distinfo,v
> diff -u -p -r1.11 distinfo
> --- distinfo 12 Jan 2026 05:16:09 -0000 1.11
> +++ distinfo 30 Jan 2026 02:01:47 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (PrusaSlicer-version_2.9.3.tar.gz) = ywMVr5SniJ6j+JsL/x4Do3UIlWvWyqVuEtkApxLaou0=
> -SIZE (PrusaSlicer-version_2.9.3.tar.gz) = 77547931
> +SHA256 (PrusaSlicer-version_2.9.4.tar.gz) = Ty2NMFYQR6gvY+wj61MPmWsI1ZnA2ey66660SqShyEk=
> +SIZE (PrusaSlicer-version_2.9.4.tar.gz) = 79411287
>
OK by me.