Re: sshd won't start in 7.1.0-rc1
Timothy Wegner <[email protected]> Tue, 3 Aug 2021 09:19:53 -0500
| Newsgroups | gmane.linux.leaf.user |
|---|---|
| Message-ID | <CAFLr276Z2E-mUmMZZbd2kQraO4+NQ3mdUYq9cqYva3xewz3Yzg@mail.gmail.com> |
Just to recap, the problem I was trying to solve was that after upgrading from beta1 to rc1, sshd stopped working. What I discovered is that libmd.lrp was not loaded. I added libmd.lrp to leaf.cfg, and sshd now runs. Here's my question to the team. Is the "solution" to add libmd.lrp to leaf.cfg, or is there some dependency missing? I'll keep using rc1, but it seems like this should be fixed, unless it's a side effect of my upgrading too many times. Perhaps I should uninstall ssh and sshd and reinstall and configure them fresh. Thanks! Tim On Mon, Aug 2, 2021 at 9:34 PM marko via leaf-user < [email protected]> wrote: > On Tuesday, 3 August 2021 11:35:10 AM AEST Timothy Wegner wrote: > > Erich wrote: > > > > Your best option is to start sshd manually with debug turned on. It may > > > > > give you a hint. > > > > How do I run sshd manually with debug turned on? > > > > However, before you spend any time answering, I have compared beta1 with > > rc1, and when I try to run /usr/sbin/sshd on RC1, I get the message > > libmd.so.0 not found, but on beta 1 I get a different message, about a > full > > path being needed. Am I missing a library? If so how do I add it> > > > > Thanks, > > > > Tim > > > > ------------------------------------------------------------------------ > > leaf-user mailing list: [email protected] > > https://lists.sourceforge.net/lists/listinfo/leaf-user > > Support Request -- http://leaf-project.org/ > > that is the random number library I think, it should live in /usr/lib > > As a guess, libcrypto or libssl is not loaded. It should autoload as a > dependency. > also check the symlink to the real library librnd.so.0 exists > > apkg -l will show you the loaded packages. > > general method to load a package is: > > mount /dev/sdax /mnt > apkg -i libcrypto.lrp > umount /mnt > > cheers > > marko > > > > > ------------------------------------------------------------------------ > leaf-user mailing list: [email protected] > https://lists.sourceforge.net/lists/listinfo/leaf-user > Support Request -- http://leaf-project.org/ > ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/