First, I liked the infrant readynas alright, I really love what you've done with the place. Getting root ssh by installing the vendor supplied (alright, unsupported) updates is so amazing. Troubleshooting authentication and permissions issues is SO much easier when I can log in and may be enough to keep me using readynas products instead of a full blown iscsi backed fileserver cluster.
nas-02 (our backup nas) was rebooted due to an automated update today and proftpd stopped working with active directory credentials.
- Code: Select all
nas-02:/usr/sbin# cat /etc/raidiator_version
RAIDiator!!version=4.01c1-p1,time=1204600885
nas-02:/usr/sbin# cat /var/log/user.log | tail -2
Mar 17 14:22:44 nas-02 proftpd: PAM no modules loaded for `ftp' service
Mar 17 14:28:47 nas-02 last message repeated 3 times
pam.d/proftp looks the same on this and nas-01 (RAIDiator!!version=4.00c1-p2,time=1198024312). The proftpd binary is definitely new though. Different filesize and it reports a different version. I replaced the proftpd binary on nas-02 with the one from nas-01 and authentication is now working.
- Code: Select all
nas-02:/usr/sbin# proftpd -v
- ProFTPD Version 1.3.0
nas-02:/usr/sbin# proftpd.orig -v
- ProFTPD Version 1.3.1
Bryan
