Hi :-) i have rollout a new ssh pakage in our environment. Apr 27 12:06:03 systemx sshd[869]: [ID 847 auth.info] wtmp_write: problem writing /var/adm/wtmp: No such file or directory Solaris 8 has no /var/adm/wtmp, it use /var/adm/wtmpx In the old package there was many of this messages I compiled the new package with --disable-wtmp \ --enable-wtmpx \ but sometimes one of this message are in the auth.. Frank
Frank Beckmann wrote:> i have rollout a new ssh pakage in our environment.Which version?> Apr 27 12:06:03 systemx sshd[869]: [ID 847 auth.info] wtmp_write: problem > writing /var/adm/wtmp: No such file or directoryDoes config.h have HAVE_SETUTXENT and HAVE_PUTUTXLINE? -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.