-
nikolam
I always wondered why normal terminal options, like using arrow to go to the left (in ftp for example) does not work under SmartOS console (or screen session for that matter)
-
nikolam
Or how delete key does not work as expected etc
-
nikolam
arrow up gives ^[[A etc.
-
nikolam
Pageup, Pagedown don't work too..
-
tsoome
it is not built to support it.
-
tsoome
I did add tftp to use libtecla for command line editing, but rest of those could have some love too
-
tsoome
I was just needing to test tftp client and got tired of its bad command line:D
-
bahamat
tsoome: You can use rlwrap for those.
-
b-rex
is bhyve objectively better than kvm in terms of performance?
-
bahamat
b-rex: It depends!
-
b-rex
i want to run linux and opnsense VMs
-
bahamat
In most cases yes, but there are some people who have stated that their workload happens to perform better with kvm.
-
bahamat
You're probably better off with bhyve.
-
b-rex
so far i haven't been able to get opnsense to work with bhyve
-
bahamat
What is it about it that doesn't work?
-
bahamat
Does it boot?
-
b-rex
got it to boot and install after a lot of experimenting.
-
b-rex
one second i will paste the config that worked for install
-
b-rex
(not in the channel)
-
b-rex
-
b-rex
i'm having to use the usb image because i could not figure out how to boot the iso under bhyve
-
b-rex
this works and it is able to install. then i update the disks to make the 32GB disk bootable. it boots but is unable to mount /dev/gpt/root
-
bahamat
Sounds like the boot loader didn't get set up properly.
-
b-rex
i tried entering in the device names manually in the mountroot and it's like they're not there
-
b-rex
so there's this egg to crack. and then there's the debian 11 under bhyve egg to crack (no network interface gets detected)
-
bahamat
it might help to explicitly assign the pci_slot to your disks
-
bahamat
that way they won't be changing between boots.
-
bahamat
I'm not 100% sure on this, but I think that maybe the devices are getting re-enumerated because you removed the installer
-
b-rex
yes i suspect that's what it is
-
b-rex
trying that real quick
-
» b-rex crosses fingers
-
b-rex
bahamat: yep that was it :)
-
bahamat
Glad to hear!
-
bahamat
b-rex: FWIW, Triton automatically sets the pci_slot on bhyve. But then again, it's also not as easy to boot from an installer image then switch the boot disk later.
-
b-rex
ok now... i found some stuff about older debians not having any network interface detected under bhyve
-
b-rex
some of the posts claim that it was fixed in new debians, and that doesn't appear to be the case
-
b-rex
if i simply switch to a rockylinux iso, everything works fine - thus i know that my config is partially correct
-
b-rex
but i'd really like to figure out what about my config makes debian have no net
-
b-rex
some of them said use the e1000 model - that did not work
-
bahamat
Images need to have cloud-init to auto detect networking. And it's possible some older versions of cloud-init don't support SmartOS metadata properly
-
b-rex
cloud-init will detect hardware that isn't there?
-
b-rex
the vm doesn't see a nic at all
-
jfqd1
jperkin: sorry for the delay, here is the link to the pkgin.db from the machine with the zabbix-4.0.24nb7 install issues related to python310:
nc2.qutic.com/s/JegmR3Qa6ZHJnoT
-
Smithx10
There should be a thread on the internet called
-
Smithx10
"Trying to interface or communicate with the networking team"
-
Smithx10
aka... tales from the crypt
-
Smithx10
aka... mission impossible
-
danmcd
Distinct networking and systems teams are an organizational failure. Fight me. (It's why Sun merged the OS gate and the Networking gate into ON back in 1990-before-I-got-there.)
-
jbk
the first rule of the networking team is that the network is never responsible, even when it is
-
jbk
(very much like mainframes)
-
danmcd
<sigh>
-
sjorge
jbk: oof that sounds very relatable
-
nbjoerg
danmcd: almost as useful as a backup group having no overlap with the systems team :)
-
jbk
sjorge: my favorite memory of that was when two systems couldn't talk to each other, they were on two different vlans, each vlan only had 1 gateway (i.e. each system only needed a default route)
-
jbk
they could reach other stuff on other vlans
-
jbk
but it was a 'static arp problem on my server'
-
jbk
i was like '.... that's not how ARP works'
-
tozhu
hello all, is there any tools / template to monitor Triton/CN/SmartOS? with Prometheus? a big thanks