17:14:00 If I want to have a zone that should do www/nginx and acme.sh for TLS, should I use IPS/sparse or pkgsrc for that? 17:37:48 antranigv: possibly this is more a question of availability of needed packages ans how they get updated. does omnios.extra repository have what you need? I mostly prefer full IPS zones. 17:41:07 tomww_ I did not see acme.sh, altho I'd like to contribute and maintain that packages as I see it better than letsencrypt's certbot. I'll check again if acme.sh is packaged or not 17:41:23 on the other hand, my friend Ararat is not able to connect to OmniOS. Bash seems to have a bug 17:41:29 specifically with readline 17:41:33 I'm getting a coredump 17:41:38 I can share the coredump, if needed 17:41:50 altho we'd like to debug with mdb ourselves so we can learn more 17:41:55 here's the end of the stack 17:45:04 Here's the stack 17:45:06 libc.so.1`kill+0xa(); 0x4847b6(); termsig_sighandler+0xad(); libc.so.1`__sighndlr+6(); libc.so.1`call_user_handler+0x1d1(b, 0, fffffc7fffdfae70); libc.so.1`sigacthandler+0xf6(b, 0, fffffc7fffdfae70); libc.so.1`strlen+0x30(); libreadline.so.8`_rl_init_eightbit+0x13(); libreadline.so.8`rl_initialize+0xb6(); initialize_readline+0x6e5(); 0x434d45(); 0x4371e7(); 0x439787(); yyparse+0x452(); parse_command+0x3a(); read_command+0x56(); reader_loop+0xb6(); 17:45:06 main+0xeb4(); _start_crt+0x87(); _start+0x18(); 17:45:12 damn that was long, sorry :) 17:55:00 for larger data a pastebin is better. you could check if the binary pulls the desired libs with "ldd -r binaryname". And "pstack core" sometimes gives hints what area got in troubles. last "truss -f ./binary_to_run" might reveal what happend right before the error situation. 18:58:01 Something dropped SIGTERM on your process. 18:58:45 The elf notes that describe that will tell you more about where it is. 18:58:49 And who delivered the signal. 19:08:10 rmustacc omg when ararat tries to log in, it just crashes 19:08:24 we have to do `ssh omnios -l ops -t /sbin/sh` so he can login 19:08:28 and then... he cannot `su -` 19:08:39 he has to do `sudo /sbin/sh` to login... 19:08:50 major wtf on my part. 20:09:20 antranigv does the user has bash as default instead of ksh ? 23:21:46 neirac yes