glibc_2.0 symbol errno?

Discussion in 'Installation/Configuration' started by lyndros, Jun 2, 2006.

  1. lyndros

    lyndros New Member

    when i start ispconfig i see this, i've been searching around and i found the fix, to change line 61 in /etc/init.d/ispconfig_tcpserver and adding LD_ASSUME_KERNEL variable, but when i applied this change... then this error doesn't appear but instead of this i get

    tcpserver: fatal: unable to bind: address already in use
    tcpserver: fatal: unable to bind: address already in use

    any help would be appreciated thks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    netstat -tap

    The recommended FTP server for ISPConfig is proftpd beacuse vsftpd is very limited in its functionality.
     
  3. lyndros

    lyndros New Member

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 5959/mysqld
    tcp 0 0 *:tproxy *:* LISTEN 6169/ispconfig_http
    tcp 0 0 server1:domain *:* LISTEN 6468/named
    tcp 0 0 localhost.locald:domain *:* LISTEN 6468/named
    tcp 0 0 *:ftp *:* LISTEN 5602/vsftpd
    tcp 0 0 *:smtp *:* LISTEN 9332/master
    tcp 0 0 localhost.localdoma:953 *:* LISTEN 6468/named
    tcp6 0 0 *:imaps *:* LISTEN 5867/couriertcpd
    tcp6 0 0 *:pop3s *:* LISTEN 5902/couriertcpd
    tcp6 0 0 *:pop3 *:* LISTEN 5882/couriertcpd
    tcp6 0 0 *:imap2 *:* LISTEN 5847/couriertcpd
    tcp6 0 0 *:www *:* LISTEN 6343/apache2
    tcp6 0 0 *:ssh *:* LISTEN 6097/sshd
    tcp6 0 0 ip6-localhost:953 *:* LISTEN 6468/named
    tcp6 0 0 *:https *:* LISTEN 6343/apache2
    tcp6 0 0 server1:ssh ::ffff:192.168.1.1:1097 ESTABLISHED10599/sshd: admin [

    here it is
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Kill the current vsftpd process:
    Code:
    kill -9 5602
    and restart ispconfig_tcpserver.
    But as Till said, you should use Proftpd instead of vsftpd.
     

Share This Page