-
vkarlsenDoes SmartOS run a console on any discovered serial port by default?
-
tsoomeI believe the default setup is: console="text,ttya,ttyb,ttyc,tty
-
tsoomed"
-
tsoomethat means text being default for kernel as we do not support dual console in kernel.
-
jbkbut it does setup ttymon processes on the serial ports IIRC
-
jbkand there is a way somewhere I can't recall offhand to set the OS console
-
jbksince being able to do things like run kmdb via SOL has always been seen as a pretty important thing
-
jbk(just unfortunately there is no standard for that... e.g. supermicro tends to use COM2/ttyb for that while Dell I think uses COM1/ttya)
-
jbkthough I _think_ you can change the dell default
-
fgudinhello
-
fgudini’m trying to update a port in pkgsrc and ’bmake package’ ends in error
-
fgudin===> Installing for burp-3.2.0
-
fgudin=> Generating pre-install file lists
-
fgudin/usr/bin/bash: /opt/local/bin/bsdinstall: No such file or directory
-
fgudinis it expected to require ’bsdinstall’ on SmartOS ? dumb question, but it’s my 1st time on this OS familly
-
jperkinhow did you get the build environment set up? that sounds like not having a bootstrap kit installed, or using a minimal bootstrap with an existing mk.conf that has bsdinstall configured
-
jperkinthe easiest way to get going at the moment is to provision a pkgbuild image as per github.com/TritonDataCenter/pkgsrc/wiki/pkgdev:setup but when I get a few moments I'll be generating a much simpler setup using bob
-
fgudinyou’re probably right; i just discovered ’bootstrap-extra-files-20250308’
-
fgudini’ll check and retur
-
fgudinn
-
jperkin(there's also gist.github.com/jperkin/72075147e330b35eb4869898207e828e for a quick and dirty getting bob installed and running on omnios which should work on most distros module paths)