Posts: 0
Threads: 3
Joined: Jul 2025
Reputation:
0
While trying to connect to FTP, got this:
"libgcc_s.so.1 must be installed for pthread_cancel to work"
Solution:
<strong>apt-get install libpam-ldap</strong>
It worked after this.
Restored from old drupal forum, for user uid:4784 username:ABTOMAT
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jul 2025
Reputation:
0
we have still same problem with ubuntu 12.10,
libgcc_s.so.1 must be installed for pthread_cancel to work
this also seems did not solve: apt-get install libpam-ldap
any other suggestion?
I'm working on this.
this is only thing that prevents new vesions from coming up.
vsftpd is problematic after ubuntu 11.10
Restored from old drupal forum, for user uid:4784 username:ABTOMAT
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jul 2025
Reputation:
0
this seems to happen in 64 bit Ubuntu's.
here are some notes:
apt-get install ia32-libs : not worked
apt-get install libc6-i386 lib32gcc1 : not worked
may be cause: "FC5 is using GLibC v2.4, which is not compatible with most of the EDA tools. So, I'll recommend FC4 instead."
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 0
Threads: 22
Joined: Jul 2025
Reputation:
0
I think the only way to to get pasted this issue, is if EHCP bundle vsftpd 2.3.2 into the install package, and maybe also start a modified version of vsftpd based off 2.3.2 foe ehcp with parts of the newer versions of vsftpd added when needed, and as apart of the ehcp installer after vsftpd is installed, vsftpd should get Pinned to ubuntu so it will not try to upgrade.
example: /etc/apt/preferences.d/vsftpd
in file add:
Package: vsftpd
Pin: release a=oneiric
Pin-Priority: 990
this is what i did on my 12.04
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jul 2025
Reputation:
0
are you using vsftpd with ubuntu 12.04 and 12.10 ?
Restored from old drupal forum, for user uid:3160 username:budgierless
You may reset your password to access your new account here.
Posts: 0
Threads: 22
Joined: Jul 2025
Reputation:
0
im using ubuntu 12.04,
the problem with the changes in vsftpd was added in versiom 2.3.5, so i use oneiric's vsftpd 2.3.2 version, which is the last version thats works with EHCP before they added permission change.
this was also tested and works for 12.10 beta.
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
Posts: 1,386
Threads: 252
Joined: Jul 2025
Reputation:
0
thanks, this seems a temporary solution. Do you have, or does anybody have any idea how to solve root cause of vsftpd problem ?
what was introduced in vsftpd 2.3.5 which makes problem..
Restored from old drupal forum, for user uid:3160 username:budgierless
You may reset your password to access your new account here.
Posts: 0
Threads: 22
Joined: Jul 2025
Reputation:
0
As of vsftpd 2.3.5, the chroot directory that users are locked to must not be writable. This is in order to prevent a security vulnerabilty.
TO FIX Maybe: http://www.benscobie.com/fixing-500-oops-vsftpd-refusing-to-run-with-writable-root-inside-chroot/
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.