-
patrikr
it's just 2 linux binaries if i remember right. i know i had it working with linux emulation on freebsd. thanks!
-
m1ari
it might work, depends if it needs specific kernel support as well or not, the best way to find out is probably to try
-
GrayGhost
I am new to omnios , a friend help me install last night ... I like it :)
-
GrayGhost
I have question about the kernel ... is it compatable with compileing a linux driver for a usb internet dongle
-
justinw312
hey, quick thanks to everyone who puts effort into omnios! I've been playing with it and enjoying it in the lab, lately. When I run zadm list-images, the bhyve and kvm images I see (from smartos?) seem to not have been updated since 2019. Am I doing something wrong? For bhyve VMs, should I just be rolling my own zones from isos?
-
justinw312
(or is there a newer image repo I could be using?)
-
justinw312
(the lx images i've tried are both up to date and work great, just not sure if i'm doing something wrong when it comes to the hvm images)
-
patrikr
you could install a base vm from an iso of your choosing which you then clone the root disk for other vms
-
justinw312
Is 'man zonecfg' the best source for valid attributes in zone config(?) json files?
-
justinw312
(at a mimimum, i have to figure out how to expose an iso to bhyve)
-
justinw312
well, an exhaustive list would be cool but it looks like in this case "cdrom": "/path/to/some-linux.iso" is what i want
-
patrikr
man -s 7 bhyve should have the bhyve specific ones
-
justinw312
Thanks! This is exactly what I was looking for!
-
patrikr
I got the printer working. I ended up having to add a [[device]] section with match=/dev/usb/printer0. Installed the drivers and cups in the lx zone and had to allow cups to print directly to a raw file and added the printer with lpadmin
-
GrayGhost
my reading say No to compiling a linux usb driver ... are there any usb drivers for omnios that might work for a internet dongle ?
-
justinw312
Well, I got to the grub spashscreen. So, that is progress.
-
justinw312
splash
-
xaero
GrayGhost: there's an edimax usb wifi dongle which works
-
xaero
driver is still an external module
-
xaero
send me a privmsg and i can get back to you later when i'm off work
-
xaero
don't have much free time
-
GrayGhost
I need a wired one cat5 1gig
-
m1ari
patrikr: good news on the printer :)
-
m1ari
GrayGhost: you'd almost certainly need to do work on any Linux driver to make it compatible with omnios/illumous.
-
GrayGhost
m1ari: that is beyond my level of expertise
-
m1ari
GrayGhost: omnios uses the illumous kernel which goes back to opensolaris so is a totally different history to Linux.
-
GrayGhost
another person xaero is going to send me a illumous wifi dongle to try to see if it will work
-
GrayGhost
Driver ^^^
-
GrayGhost
on the wired dongle
-
skye
does anyone know what this error means or how to fix it?
-
skye
pkg update: The package pkg://omnios/driver/storage/smrt⊙0,5.11-151052.0:20241017T210047Z delivers multiple copies of driver smrt
-
skye
i get this when i try to run `pkg update`
-
andyf
skye - it indicates a problem with some package variants, somehow. Is this an update from r52 to a newer r52, or from something else?
-
skye
im on omnios-r151048-4a265be889
-
andyf
and trying to update to r151052?
-
andyf
Make sure your r151048 is completely up to date first. I think that might be the problem.
-
skye
just whatever the latest version is
-
skye
im just running `pkg update`
-
andyf
The error message is mentioning r151052, which is odd if you're running r151048. What does `pkg publisher` show?
-
skye
-
skye
but uname -a gives the old version
-
skye
someone else uses this system and probably did something weird to the packages
-
andyf
That's your problem anyway, trying to update to an r52 package on an r48 system.
-
skye
how do i just update my system to r52?
-
andyf
It's how you'd do an upgrade from r48 to r52, for example, but first you do need to make sure you have a completely up-to-date r48
-
andyf
In this case your `pkg` is too old to handle the upgrade
-
andyf
So, set your publisher back with `pkg set-publisher -O
pkg.omnios.org/r151048/core omnios`, run a full update with `pkg update -f` and reboot, then set the publisher back to r52 and `pkg update` again to upgrade
-
skye
thank you
-
skye
i'll try that