-
nikolamMaybe this repo should not exist, due to SmartOS copyrighted brand name ? github.com/SMARTos
-
nikolamdanmcd, This one seems to respond to update_drv -a -i pciex10ec,8161 rge , not 8168
-
nikolampciex10ec,8161
-
nikolamDo I need to make my own boot_archive, e.g. compile SmartOS with putting pciex10ec,8161 uts/into intel/os/driver_aliases to test it working on SmartOS ?
-
Dixie_FHad an old zpool (zones_old) that wanted to import at boot (causing collisions and putting filesystem in maintenance) despite zfs set cachefile=none . Eventually codex proposed just editing the usbkey list which worked but seemed like a terrible solution. I have fixed this problem repeatedly in the past (12 years) Has something changed? Or am I just failing to remember something?
-
tsoomecachefile does not prevent collisions of mount points and such; there are different approaches depending on need. Like import the pool without mounting any datasets automatically and doing manual mounts later; or importing pool to alternate root tree (zpool import -R) - then you can have automatic mounts relative to alternate root.
-
Dixie_FThis pool is not ever intended to be imported. It is deprecated and the drives will be removed after data is transferred to the new pool (and such).
-
MelanieUrsidinowouldn't you need to import it temporarily to take the data off it
-
Dixie_FWe have taken the data off. We just haven't deleted the pool or unplugged the drives. So now, prior to the hack to the actual usb key, it faults on every boot.
-
tsoomeyou can rename the pool and export -- then it wont be imported automatically on boot
-
danmcd@nikolam Hang on... on this running system with your now-working rge can you please capture and share:
-
danmcd- prtconf -vd
-
danmcd- /usr/lib/pci/pcieadm show-devs -o vendor,device,subvid,subsys,subvendor,subsystem
-
danmcdYou can shrink those outputs to JUST the realtek device. This will help inform what to add into the PI (and NGL, illumos-gate as well) for future releases.
-
danmcdI thought 8161 was a > GigE device too... which I know we don't yet support, but maybe I'm wrong.
-
danmcdAnd a quick dive in FreeBSD suggests we should indeed have 8161 in rge(4D)'s list of acceptable ones.