On Apr 18, 2010, at 8:38 AM, John Novack wrote: >> I see the problem, the /etc/init.d/sshd creates the line: >> >> Subsystem sftp /usr/sbin/sftp-server" >> /tmp/etc/ssh/sshd_config >> >> but the sftp server is located in "/usr/libexec/sftp-server". >> >> I edited the line to read: >> >> Subsystem sftp /usr/libexec/sftp-server" >> /tmp/etc/ssh/sshd_config >> >> and sftp worked as before. >> >> Philip, is the executable in the wrong location, or is the /etc/init.d/sshd >> incorrect? >> >> Lonnie >>
> Is this something I can safely patch, or should I wait for 0.7.2? > > Someone might want to put this into the docs site, for future reference. > > Is this also broken in 0.7.0? > > > thanks for tacking this down, as well as all the wonderful improvements I > have observed since 0.4.8! > > > John Novack To test, you can edit the file "/etc/init.d/sshd" as above, then service sshd stop service sshd init Please confirm that this fixes your problem. To undo the change for the upcoming 0.7.2 (with the fix), do a rm /oldroot/mnt/asturw/etc/init.d/sshd Lonnie ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
