-
gitomat
[illumos-gate] 14972 some diskinfo error messages run into the next line -- Joshua M. Clulow <josh⊙so>
-
jbk
gah.. if only more system daemons linked against libumem by default
-
jclulow
they could!
-
jbk
yes.. then i would have saved myself more time than I care to admit on my own bug :)
-
yuripv
andyf: hi, did you see similiar issues with pkg server on bloody?
pastebin.com/S7ptyFiC
-
yuripv
looks like it's not happy with cherrypy (whatever that is), but i can't find related package (?)
-
andyf
That rings a faint bell.. I would try running this small test script to check that cherrypy is loading properly (and it might throw out a message about the real problem)
-
andyf
-
andyf
Knowing cherrypy, they could have added yet another jaraco.* dependency...
-
yuripv
ModuleNotFoundError: No module named 'cherrypy'
-
yuripv
looking through history, it now ships with pkg itself, so i need to tell python somehow about it?
-
andyf
-
yuripv
now it's not happy with pkg_resources: ModuleNotFoundError: No module named 'pkg_resources'
-
yuripv
this is likely the real error here? i see that cherrypy returns "unknown" as version
-
yuripv
(which breaks pkg.depotd check)
-
andyf
yes, that's probably the real issue. I wonder where that comes from (pkg_resources) - it sounds built in
-
andyf
part of setuptools-310 - is that installed?
-
andyf
Could be a missing dependency in pkg here
-
yuripv
installing (it wasn't)
-
solitario
w/39
-
yuripv
yay, that fixed it, thanks!
-
andyf
Great, I'll get it added as a dependency for pkg, and find out why it was not automatically detected
-
gitomat
[illumos-gate] 14992 dead code in desctbls.c -- Dan Cross <cross⊙oc>
-
jclulow
tsoome, andyf: Unfortunately I had to make
code.illumos.org/c/illumos-gate/+/2355 more complex, when you get a moment to have a look
-
fenix
→ CODE REVIEW 2355: 14978 ZFS autoexpand property should work for root pools (NEW) |
illumos.org/issues/14978
-
tsoome
jclulow aye, I already did read it, just wanted to get back to it a bit later:)
-
jclulow
Thanks!
-
tsoome
Basically the point is, we prepare zfe_mod to have valid device names beforehand?
-
andyf
jclulow - I'll take a look
-
tsoome
External Bug is nice;) /me likes
-
andyf
jclulow - so the pool import kicks off the autoexpand task, and that sends a DLE sysevent for all of the VDEVs, and now the sysevent handler does a refresh before re-opening the pool and calling vdev_online().. did I get that about right?
-
andyf
(and TIL that pools with autoexpand get opened twice during import..)
-
jclulow
Yes the DLE event is always handled by the module in syseventd today
-
jclulow
And now we're doing the refresh that "zpool status" does
-
andyf
Thanks, makes sense
-
tsoome
right. of course you get white space noise while preparing the RTI mail.