-
richlowesomeone mentioned <driver>-1 messages maybe 2 weeks ago, where -1 is the instance#. That happens when dev_err(9f) (or something that implements the same) gets called before the dip has an instance
-
sjorgejperkin: did I imagine it, or was there a native pkgsrc build method that produced illumos native package format packages
-
sjorgeIps/pkg5
-
jperkinsjorge: yeh I wrote a basic initial implementation, but there just wasn't any interest in it so I didn't carry on
-
jperkin
-
tsoomerichlowe I see that -1 on every boot too: Jul 4 22:29:30 beastie pcie: [ID 324549 kern.warning] WARNING: pci_pci-1: encountered PCIe device without PCIe capability
-
tsoomealso this one: Jul 4 22:29:18 beastie iommulib: [ID 321598 kern.info] NOTICE: iommulib_nexus_register: rootnex-1: Succesfully registe
-
tsoomered NEXUS i86pc nexops=fffffffffbd30040
-
sjorgejperkin: aha so I didn’t imagine it! Gonna bookmark that. Something like that would make way more sense to me, compared to the current pkgsrc branded zones.
-
sjorgeWow, that is a big change set!
-
jperkinit can almost certainly be pruned a lot, and a bunch of code moved to a common dir to share between backends
-
AedilHello, I am having this error since since 18, July 2024: root@openindiana ~ # pkg update
-
Aedilpkg: 0/1 catalogs successfully updated:
-
AedilError encountered while retrieving data from: [Errno 5] I/O error
-
AedilCan someone say, what the problem is? Thanks.
-
AedilI have a issue: The file //var/pkg/publisher/openindiana.org/origins/1e037461fe272285444a1caec32ee8a269d3a9d7/catalog.summary.C is degraded on my ZFS rpool, zpool status -v says it is corrupted. Can I restore or remove this file? Thanks.
-
Aedilroot@openindiana /var/pkg/state/known # pkg refresh --full
-
Aedilfixed the problem! I was able to fix it by adding "--full" to # pkg refresh.
-
AedilNow that I changed the disk image size from 80G to 160G, performance is good and better now.
-
tsoomeAedil better also run: zpool scrub
-
Aediltsoome: I will do now.