[OpenIndiana-discuss] How to debug the boot sequence?

2020-04-19 Thread Hubert Garavel
Hi everyone, At University Grenoble Alpes, I launched a master student project to try fixing some bugs in Illumos/OpenIndiana. This way, the student can learn the basics of an operating system, use Git, recompile a kernel, see real-life C code, and so on. As a first assignment, I chose bug #10041

Re: [OpenIndiana-discuss] Does OpenIndiana's sshd obeys TCP wrappers?

2018-12-28 Thread Hubert Garavel
>> But I tried as you suggested, and managed to start sshd via inetd. >> The trick is to use inetconv and to run "sshd -i". I can provide >> detailed explanations on request. > > Provide instructions here on the list, please. It may be useful to have > the knowledge at some point. OK. I still in

Re: [OpenIndiana-discuss] Does OpenIndiana's sshd obeys TCP wrappers?

2018-12-28 Thread Hubert Garavel
Hello Michal, > looking at the patch which restores tcp-wrapper support in OpenSSH > (upstream removed it in v6.7), it seems to me that tcp-wrapper is used > only when sshd was started via inetd. Thanks for the info, this was helpful. On Oracle Solaris 10, the TCP wrappers are active even when

[OpenIndiana-discuss] Does OpenIndiana's sshd obeys TCP wrappers?

2018-12-23 Thread Hubert Garavel
By default, support for TCP wrappers was removed from OpenSSH, unless it is compiled with the proper option. This seems to be indeed the case for OI's sshd: # ldd /usr/lib/ssh/sshd libwrap.so.1 => /usr/lib/64/libwrap.so.1 However, after setting "/etc/hosts.deny" to "ALL: ALL"

[OpenIndiana-discuss] How to set the TCP wrappers?

2018-12-10 Thread Hubert Garavel
/etc/hosts.deny. But everything vanishes at the next reboot. The variable tcp_wrapper is set back to FALSE and the files /etc/hosts.* are deleted. Any hint? Hubert Garavel ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https

Re: [OpenIndiana-discuss] How to set the domain name?

2018-12-10 Thread Hubert Garavel
Many thanks for your answers, they were helpful and appreciated. ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/mailman/listinfo/openindiana-discuss

[OpenIndiana-discuss] How to set the domain name?

2018-12-07 Thread Hubert Garavel
ot deleted at reboot) - So far, my best guess was $ svcadm disable svc:/system/identity:domain $ echo "dom.org" > /etc/defaultdomain $ svcadm enable svc:/system/identity:domain $ domainname dom.org but again /etc/defaultdomain is destroyed at the next reboot.