08:06:35 it's just 2 linux binaries if i remember right. i know i had it working with linux emulation on freebsd. thanks! 08:14:37 it might work, depends if it needs specific kernel support as well or not, the best way to find out is probably to try 14:53:29 I am new to omnios , a friend help me install last night ... I like it :) 14:54:33 I have question about the kernel ... is it compatable with compileing a linux driver for a usb internet dongle 14:59:05 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? 14:59:27 (or is there a newer image repo I could be using?) 15:01:45 (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) 15:01:57 you could install a base vm from an iso of your choosing which you then clone the root disk for other vms 15:02:51 Is 'man zonecfg' the best source for valid attributes in zone config(?) json files? 15:04:14 (at a mimimum, i have to figure out how to expose an iso to bhyve) 15:05:55 well, an exhaustive list would be cool but it looks like in this case "cdrom": "/path/to/some-linux.iso" is what i want 15:06:46 man -s 7 bhyve should have the bhyve specific ones 15:08:20 Thanks! This is exactly what I was looking for! 15:38:46 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 15:43:00 my reading say No to compiling a linux usb driver ... are there any usb drivers for omnios that might work for a internet dongle ? 15:54:42 Well, I got to the grub spashscreen. So, that is progress. 15:54:48 splash 16:07:24 GrayGhost: there's an edimax usb wifi dongle which works 16:07:31 driver is still an external module 16:07:40 send me a privmsg and i can get back to you later when i'm off work 16:07:43 don't have much free time 16:12:56 I need a wired one cat5 1gig 19:25:59 patrikr: good news on the printer :) 19:27:28 GrayGhost: you'd almost certainly need to do work on any Linux driver to make it compatible with omnios/illumous. 19:29:54 m1ari: that is beyond my level of expertise 19:30:06 GrayGhost: omnios uses the illumous kernel which goes back to opensolaris so is a totally different history to Linux. 19:31:30 another person xaero is going to send me a illumous wifi dongle to try to see if it will work 19:31:48 Driver ^^^ 19:32:16 on the wired dongle 20:12:06 does anyone know what this error means or how to fix it? 20:12:09 pkg update: The package pkg://omnios/driver/storage/smrt⊙0,5.11-151052.0:20241017T210047Z delivers multiple copies of driver smrt 20:12:39 i get this when i try to run `pkg update` 20:15:14 skye - it indicates a problem with some package variants, somehow. Is this an update from r52 to a newer r52, or from something else? 20:15:44 im on omnios-r151048-4a265be889 20:15:56 and trying to update to r151052? 20:16:17 Make sure your r151048 is completely up to date first. I think that might be the problem. 20:16:24 just whatever the latest version is 20:16:31 im just running `pkg update` 20:17:35 The error message is mentioning r151052, which is odd if you're running r151048. What does `pkg publisher` show? 20:18:24 hm it shows https://pkg.omnios.org/r151052/core/ 20:18:32 but uname -a gives the old version 20:18:51 someone else uses this system and probably did something weird to the packages 20:19:35 That's your problem anyway, trying to update to an r52 package on an r48 system. 20:19:54 how do i just update my system to r52? 20:19:55 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 20:20:13 In this case your `pkg` is too old to handle the upgrade 20:21:13 So, set your publisher back with `pkg set-publisher -O https://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 20:21:32 thank you 20:21:44 i'll try that