10:25:29 What should I do with expired self-signed certificate for webui on standalone SmartOS host? 10:26:02 Just leave it like that and accept it is expired forever or renew it somehow? 10:27:48 Btw, https://log.omnios.org/smartos/ seems to require now use of fonts.googleapis.com and/or gstatic.com JavaScripts , that could be used for visitor IP tracking, so privacy-wise IRC log is not usable... 10:29:19 Now I went to https://log.omnios.org and then on smartos log and now it works.. weird 10:30:14 Still, no results on IRC log search there, if not enabling gstatic.com scripts... 10:32:10 sorry about the nick change, someone was being extremely silly 10:40:34 Oh I have seen now answers on #smartos from the other day, yeah uiadm needs cert/key change/refresh option or some other quick solution 10:47:20 Also it could be problematic with Webui that it allows logging in with username (root obviously.. maybe if it could be changed to something else..) and password. And no option to log in with certificate, like ssh session can be restricted to logging in with the key for root and disabling password login 13:09:15 tsoome: it doesn't actually output anything when I run the installer script, I suspect it's not able to downloa the actual installer. 13:09:25 that was re: webui 13:10:15 it generated empty tmp file, ie. /tmp/ui-installer.xVa.bt 13:10:32 ksh -x or something? 13:11:11 https://p.ip.fi/_1Zt 13:11:26 SmartOS (build: 20240312T051716Z) 13:16:35 curl --output https://us-central.manta.mnx.io//Joyent_Dev/public/builds/smartos-ui/master-20250326T202001Z-g0cb73e8/smartos-ui/smartos-ui-master-20250326T202001Z-g0cb73e8.tar.gz 13:16:46 I think, that should get you a file;) 13:17:20 but apparently that installer script does something wrong.... 13:20:03 yeah I got it from here: https://docs.smartos.org/web-interface/ 13:20:50 curl from your paste line 10 is supposed to fetch the resolved name (from symlink, I suppose) 13:21:00 ah, its bash script, not ksh... 13:21:29 I think I have used that installer only once:P 13:21:46 should try it more often, I suppose... 13:23:29 so is that installer supposed to create a zone or such? guess I'm missing the file doing that bit.. tar.gz doesn't feel like it's enough :) 13:24:44 ok, your issue starts from fact that at line 11, you have empty string, because of failed curl -sf https://us-central.manta.mnx.io//Joyent_Dev/public/builds/smartos-ui/master-latest 13:24:59 if you run this curl command manually, whay you get? 13:25:03 what* 13:26:11 the installer is apparently there: curl -L -o /tmp/ui-installer.ZLaofh -sf https://us-central.manta.mnx.io/Joyent_Dev/public/builds/smartos-ui/master-20250326T202001Z-g0cb73e8/smartos-ui/uiadm.sh 13:26:30 /Joyent_Dev/public/builds/smartos-ui/master-20250326T202001Z-g0cb73e8 13:26:54 and after you do chmod +x and then you run /tmp/ui-installer.ZLaofh install -b master latest 13:27:16 ok, so now you got the expected output 13:27:56 what is output from bash -x ui-installer.sh ? 13:29:10 ah now I got it working using that curl. 13:29:56 curl -sf does make curl silent (-s) and -f does tell to exit with error code (no ouptut) in case of errors 13:30:27 so apparently that curl -sf did got some sort of error, but the reason was hidden. 13:31:57 the installer does enable webui on your smartos global zone. 13:32:35 yeah, it's there now: Service running at https://192.168.2.180:4443 13:33:54 Connecting to 192.168.2.180:4443... failed: Connection refused. :P 13:33:57 ;) 13:34:08 ;( 13:34:42 I wonder, where it got that response from:P 13:35:42 ah, the router did tell this.