-
antranigvIf 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?
-
tomww_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.
-
antranigvtomww_ 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
-
antranigvon the other hand, my friend Ararat is not able to connect to OmniOS. Bash seems to have a bug
-
antranigvspecifically with readline
-
antranigvI'm getting a coredump
-
antranigvI can share the coredump, if needed
-
antranigvaltho we'd like to debug with mdb ourselves so we can learn more
-
antranigvhere's the end of the stack
-
antranigvHere's the stack
-
antranigvlibc.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();
-
antranigvmain+0xeb4(); _start_crt+0x87(); _start+0x18();
-
antranigvdamn that was long, sorry :)
-
tomww_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.
-
rmustaccSomething dropped SIGTERM on your process.
-
rmustaccThe elf notes that describe that will tell you more about where it is.
-
rmustaccAnd who delivered the signal.
-
antranigvrmustacc omg when ararat tries to log in, it just crashes
-
antranigvwe have to do `ssh omnios -l ops -t /sbin/sh` so he can login
-
antranigvand then... he cannot `su -`
-
antranigvhe has to do `sudo /sbin/sh` to login...
-
antranigvmajor wtf on my part.
-
neiracantranigv does the user has bash as default instead of ksh ?
-
antranigvneirac yes