Posts by MadMakz

    The installer/upgrade fails on php5-apc


    For those who have the same problem: Comment/Remove <package>php-apc</package> in docs/Debian/packages-wheezy.xml


    Stupid question: How can i get sshfs to work?


    I'm trying to mount one of the shells as sshfs on a remote server but the connection gets dropped after auth.


    Code
    1. echo PassworD | sshfs [email protected]:/private /storage/ssh_mount -o password_stdinremote host has disconnected

    (testing without keys for the ease)


    Edit: It seems busybox is lacking sftp support?

    Code
    1. Dec 28 03:08:28 myhost sshd[31785]: Accepted password for imscp_user from 127.0.0.1 port 47447 ssh2
    2. Dec 28 03:08:28 myhost sshd[31785]: pam_unix(sshd:session): session opened for user imscp_user by (uid=0)
    3. Dec 28 03:08:28 myhost sshd[31787]: pam_env(sshd:setcred): Unable to open config file: /etc/security/pam_env.conf: No such file or directory
    4. Dec 28 03:08:28 myhost sshd[31787]: pam_env(sshd:setcred): Unable to open config file: /etc/security/pam_env.conf: No such file or directory
    5. Dec 28 03:08:28 myhost sshd[31787]: subsystem request for sftp by user imscp_user
    6. Dec 28 03:08:28 myhost sshd[31785]: pam_unix(sshd:session): session closed for user imscp_user
    7. Dec 28 03:08:28 myhost sshd[31785]: pam_env(sshd:setcred): Unable to open config file: /etc/security/pam_env.conf: No such file or directory
    8. Dec 28 03:08:28 myhost sshd[31785]: pam_env(sshd:setcred): Unable to open config file: /etc/security/pam_env.conf: No such file or directory