-
oddline
(when trying to boot the newly installed system). the installer itself booted fine.
-
neirac
-
oddline
neirac: yep, pretty much exactly that, except I'm using SATA SSDs, not NVMe drives
-
neirac
oddline is stuck in there forever?, is not being like very slow?
-
oddline
it's been stuck for at least 45min so far, so I don't think it's just slow
-
oddline
(also the cursor isn't "spinning" \|/-)
-
megaTherion
Someone knows how I can fix this error when running /bin/ps in an lx-branded zone? fatal library error, context
-
oninoshiko
anyone up for a small commission to package gunicorn and putting it in extras?
-
neirac
gunicorn is a python thing right?
-
neirac
oddline do you have serial access to the server? searching in the mailing lists there is a case where the screen is not updating
-
neirac
-
oninoshiko
yes, it's a wsgi server for python
-
oninoshiko
It seems uwsgi is in maintaince mode at this point.
-
oddline
neirac: I don't see anything on the serial console either - it's possible I enabled the wrong port, but I don't think so
-
oddline
and I think mine stops earlier than the case you linked
-
neirac
have you tried sending nmi
-
oddline
doesn't appear to have done anything
-
oddline
(it rebooted, eventually)
-
neirac
oninoshiko, I could pick up that gunicorn task if you need it.
-
neirac
oninoshiko, I just installed gunicorn with python -m pip install gunicorn, is there anything specific that is not working?
-
neirac
oddline at the end did you check the serial port?
-
oddline
yes, nothing useful on the serial port
-
neirac
if you boot from the usb stick and use to get a shell, are you able to modify files in your current install?
-
neirac
if you are able, then modify /etc/system and add to that file set snooping=1
-
neirac
-
neirac
oddline that will print on which section of the code is getting stuck
-
tsoome
you are supposed to get some bunch of output after ... /boot/defaults/loader.conf line, including menu etc.
-
oninoshiko
@neirac I think the only thing it really would need is the smf manifest
-
neirac
oninoshiko, you could use this:
github.com/TritonDataCenter/smfgen it will generate smf manifests, I have used in the past and worked, I had my znc server running as a user on smf using that
-
neirac
oninoshiko, check the examples that was enough for me
-
Kurlon
Oh goody, fmd isn't running 'cause it's dumping core at startup... gah.
-
Kurlon
Ok, hammer fixed that, smtp fault notifications now working... this is not my week.
-
oddline
tsoome: yep, I've booted omnios plenty of times before on other hardware, I know there's supposed to be more :D
-
oddline
neirac: I can try that, but I doubt it'll help, because I'm hanging in the bootloader, well before the kernel is loaded
-
tsoome
because the installer get to load and start the kernel, I'd suggest to compare /boot/defaults/loader.conf from disk and install media, and if identical, also /boot/loader.conf and /boot/conf.d/* if there are any.
-
tsoome
I mean, we would like to be sure we do not mess with serial ports (some systems do not like port properties to be changed with UEFI firmware).