00:57:22 does the zfs support ZSTD for smartos right now? 01:00:17 uh... yes, but how? 07:40:19 jperkin: Got "pkgin: failed to commit transaction" while updating packages in a global zone. Any idea how to fix it? 10:07:55 tozhu: I don't thing we have zstd yet, but not 100% sure 11:27:06 sjorge: thank you 12:43:40 jfqd1: what version? 12:57:00 jperkin: pkgin 22.9.0 12:59:29 repo is: ttps://pkgsrc.smartos.org/packages/SmartOS/trunk/tools/All 13:02:26 jfqd1: anything useful in /opt/tools/var/db/pkgin/sql.log? 13:08:17 jperkin: SQL error at 2022-09-17 06:23:13 UTC 13:08:17 errmsg: near "??": syntax error in "?????????????;{" 13:08:17 query: ?????????????;{ 13:08:36 Not that useful, right? :) 13:10:20 Should I remove the tools folder and start from scratch? 13:15:28 nothing newer than that? I fixed issues in 22.9 where there were some corrupt queries 13:16:02 so would expect to see them for previous runs but not newer, and I'd expect to see an error for the failed commit 13:16:36 the transaction stuff is new in 22.9 so really interested to figure out why it's failing, haven't seen that yet in testing 14:23:24 jperkin: No, nothing newer in the log. The older parts of the log are here: https://gist.github.com/jfqd/b25dbd602a55e996a2d60095fd952db2 14:23:42 There error is only on this machine. 14:23:52 All others are fine. 14:57:36 ok that's really interesting, still seeing corrupt queries but also transaction errors earlier, I'll have to see if I can reproduce 15:02:46 jperkin: Is there a better solution that removing the tools folder and start from scratch? 15:03:50 you should be able to just move pkgin.db out of the way, if it works after that then I'd like a copy of the old one to see if there's anything in there causing problems 15:11:24 jperkin: moved pkgin.db and it worked again. Thanks a lot for your support! 15:11:46 Download of the db-files are here: https://nc2.qutic.com/s/JegmR3Qa6ZHJnoT 15:13:39 nice, thanks 21:54:14 trying bahamat's ubuntu 22.04 lx image, I get errors about 21:54:24 $UUID/root/checkpoints: No such file or directory 21:54:37 $UUID/root/etc/init/container-detect.override: cannot create [No such file or directory] 21:54:55 $UUID/root/etc/init/mountall.override: cannot create [No such file or directory] 22:05:53 That's odd. 22:06:05 But the 20.04 one works fine? 22:09:18 last time I deployed it, yes 22:09:52 those are from stream":"zoneadmd 22:10:09 is that error part of the vmadm plumbing? 22:10:48 (is that part of the shell script in platform that is run every time lx zone is deployed (or started?) 22:11:44 the full error: /usr/lib/brand/lx/lx_boot[104]: /zones/6240ea0e-ab15-c834-fbe1-b6d4eba93b13/root/etc/init/container-detect.override: cannot create [No such file or directory] 22:12:58 It's because that init directory doesn't exist 22:13:17 I dislike that script, it will fail whenever distros change or you want to run something else 22:13:26 and it's hard to change as its part of platform 22:15:50 maybe it should be an option in the manifest and by default works like now 22:19:04 ...these init scripts were the problem I was having last year doing images, now that I look at them 22:19:59 Where exactly do you see those errors? 22:20:21 /zones/$UUID/logs/platform.log 22:20:45 Does it cause anything to fail? 22:20:54 the zone deploy fails 22:21:34 I don't think those errors are causing the deploy to fail. 22:21:55 well, it keeps dumping those errors to the log for some minutes and then fails 22:23:42 That error happens on the 20.04 image, and it deploys just fine. 22:24:55 console log has bunch of "2022-09-24T21:46:16.241Z INFO no metadata for 'sdc:volumes" 22:28:57 It shouldn't, unless you've assigned a volume. 22:29:13 I don't think so... 22:33:54 bahamat, nothing suspicious in the manifest, https://pastebin.com/7XgMsuJm 22:59:26 What platform are you running, by the way? 23:05:57 joyent_20220210T011229Z 23:06:25 I can update it if you think it'll help 23:41:44 OK, 20.04 works on that PI, but 22.04 doesn't. 23:42:28 I believe you might be running into OS-8372 23:42:28 https://smartos.org/bugview/OS-8372 23:42:28 does 22.04 work on a newer PI? 23:42:36 Yeah, it works on latest. 23:43:09 If I'm right about the bug number, then you need at least 20220407 23:43:30 And I'll need to set that in the image JSON before publishing it. 23:44:42 "lucky" that I came across that one=) 23:45:36 Well, anyone would have. 23:45:52 And that's why I asked you to test it before I just published it.