LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-03-2008, 04:17 PM   #1
lordmorgul23
LQ Newbie
 
Registered: Feb 2008
Distribution: openSuSE 11.0, Slackware 12.1
Posts: 17

Rep: Reputation: 0
vsftpd problems on 32-bit opensuse 10.3, 2.6.24


Hi.
Since I couldn't get proftpd running (a problem with compiling on 2.6.24, as I've googled), I've tried installing vsftpd according to the howto on opensuse.org. After I start xinetd and I try to do ftp localhost I get this, while logging on as anonymous:
Code:
Connected to localhost.
220 (vsFTPd 2.0.5)
Name (localhost:lordmorgul): anonymous
331 Please specify the password.
Password:
230 Login successful.
*** glibc detected *** ftp: corrupted double-linked list: 0x08092e40 ***
======= Backtrace: =========
/lib/libc.so.6[0xb7e574b6]
/lib/libc.so.6[0xb7e575df]
/lib/libc.so.6[0xb7e59320]
/lib/libc.so.6(__libc_malloc+0x97)[0xb7e5ad07]
ftp[0x8062335]
ftp[0x805d65f]
ftp[0x805c217]
/lib/libc.so.6(__libc_start_main+0xe0)[0xb7e06fe0]
ftp[0x804a6a1]
======= Memory map: ========
08048000-08074000 r-xp 00000000 08:03 1967868    /usr/bin/pftp
08074000-08078000 rw-p 0002b000 08:03 1967868    /usr/bin/pftp
08078000-080b2000 rw-p 08078000 00:00 0          [heap]
b7c00000-b7c21000 rw-p b7c00000 00:00 0
b7c21000-b7d00000 ---p b7c21000 00:00 0
b7db9000-b7dc1000 r-xp 00000000 08:03 3106916    /lib/libnss_files-2.6.1.so
b7dc1000-b7dc3000 rw-p 00007000 08:03 3106916    /lib/libnss_files-2.6.1.so
b7dc3000-b7dcb000 r-xp 00000000 08:03 3106920    /lib/libnss_nis-2.6.1.so
b7dcb000-b7dcd000 rw-p 00007000 08:03 3106920    /lib/libnss_nis-2.6.1.so
b7dcd000-b7de0000 r-xp 00000000 08:03 3106910    /lib/libnsl-2.6.1.so
b7de0000-b7de2000 rw-p 00012000 08:03 3106910    /lib/libnsl-2.6.1.so
b7de2000-b7de4000 rw-p b7de2000 00:00 0
b7de4000-b7dea000 r-xp 00000000 08:03 3106912    /lib/libnss_compat-2.6.1.so
b7dea000-b7dec000 rw-p 00005000 08:03 3106912    /lib/libnss_compat-2.6.1.so
b7dec000-b7ded000 rw-p b7dec000 00:00 0
b7ded000-b7def000 r-xp 00000000 08:03 3106905    /lib/libdl-2.6.1.so
b7def000-b7df1000 rw-p 00001000 08:03 3106905    /lib/libdl-2.6.1.so
b7df1000-b7f1e000 r-xp 00000000 08:03 3106899    /lib/libc-2.6.1.so
b7f1e000-b7f1f000 r--p 0012c000 08:03 3106899    /lib/libc-2.6.1.so
b7f1f000-b7f21000 rw-p 0012d000 08:03 3106899    /lib/libc-2.6.1.so
b7f21000-b7f24000 rw-p b7f21000 00:00 0
b7f24000-b7f53000 r-xp 00000000 08:03 3106955    /lib/libncurses.so.5.6
b7f53000-b7f54000 r--p 0002e000 08:03 3106955    /lib/libncurses.so.5.6
b7f54000-b7f59000 rw-p 0002f000 08:03 3106955    /lib/libncurses.so.5.6
b7f59000-b7f5a000 rw-p b7f59000 00:00 0
b7f73000-b7f7b000 r-xp 00000000 08:03 3573164    /usr/local/lib/libgcc_s.so.1
b7f7b000-b7f7c000 r--p 00007000 08:03 3573164    /usr/local/lib/libgcc_s.so.1
b7f7c000-b7f7d000 rw-p 00008000 08:03 3573164    /usr/local/lib/libgcc_s.so.1
b7f7d000-b7f7e000 rw-p b7f7d000 00:00 0
b7f7f000-b7f81000 rw-p b7f7f000 00:00 0
b7f81000-b7f9b000 r-xp 00000000 08:03 3106975    /lib/ld-2.6.1.so
b7f9b000-b7f9d000 rw-p 0001a000 08:03 3106975    /lib/ld-2.6.1.so
bf96c000-bf981000 rw-p bffeb000 00:00 0          [stack]
ffffe000-fffff000 r-xp 00000000 00:00 0          [vdso]
Aborted
And when I'm trying to log in as a normal system user I get this:
Code:
Connected to localhost.
220 (vsFTPd 2.0.5)
Name (localhost:lordmorgul): ftp
331 Please specify the password.
Password:
230 Login successful.
ftp> epsv4
EPSV/EPRT on IPv4 off.
ftp> dir
421 Service not available, remote server has closed connection.
I've got no idea what to do with it. Help, please, I need it running before tuesday...
 
Old 04-04-2008, 10:04 AM   #2
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
Why don't you try OpenSuse 10.3's RPM from here?
 
Old 04-04-2008, 10:28 AM   #3
lordmorgul23
LQ Newbie
 
Registered: Feb 2008
Distribution: openSuSE 11.0, Slackware 12.1
Posts: 17

Original Poster
Rep: Reputation: 0
Oh, well, never mind, I managed to install a new snapshot of proftpd from source. Though I'm also having problems with it... I can log in from the console, but not from my browser - when I type ftp://localhost in the address bar it gives me 404, same goes for external connections - even though noip and port forwarding are ok.
 
Old 04-05-2008, 05:00 AM   #4
lordmorgul23
LQ Newbie
 
Registered: Feb 2008
Distribution: openSuSE 11.0, Slackware 12.1
Posts: 17

Original Poster
Rep: Reputation: 0
OK, so vsftpd is working, but only if... I don't have a /etc/vsftpd.conf. So I can't change any settings. That is so weird. And by mistake i edited the /etc/vsftpd/vsftpd.conf, so I don't even have the default file. Does anyone know, where does it read the current configuration from?
 
Old 04-06-2008, 01:59 PM   #5
kotnik
Member
 
Registered: Nov 2004
Location: Novi Sad, Serbia
Distribution: Debian, Slackware, Gentoo, openSuSE
Posts: 254

Rep: Reputation: 31
It's default is /etc/vsftpd.conf, but distro can change that. OpenSUSE didn't as far as Google knows

Did you try to follow this page: http://en.opensuse.org/FTP_Server_HOWTO
 
Old 04-07-2008, 10:09 AM   #6
lordmorgul23
LQ Newbie
 
Registered: Feb 2008
Distribution: openSuSE 11.0, Slackware 12.1
Posts: 17

Original Poster
Rep: Reputation: 0
Yeah, I've installed it this way. But the problem is there is no /etc/vsftpd.conf.
 
Old 04-08-2008, 08:49 PM   #7
lordmorgul23
LQ Newbie
 
Registered: Feb 2008
Distribution: openSuSE 11.0, Slackware 12.1
Posts: 17

Original Poster
Rep: Reputation: 0
OK, I got it working somehow, I've improvised creating a new /etc/vsftpd.conf. But even though I've put local_enable=YES, I can't log in as a local user. After typing the password the server replies 530 Login incorrect.. Any ideas?
 
  


Reply

Tags
opensuse, vsftpd



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Oracle 10G R2 in OpenSuSE 10.2 64 bit? filex Linux - Software 13 04-10-2009 04:01 PM
vsftpd list openSuse 10.2 rob_zak Linux - Server 0 11-14-2007 06:01 AM
LXer: The Perfect Server - OpenSUSE 10.3 (32-bit) LXer Syndicated Linux News 0 10-18-2007 02:50 PM
Wireless openSuSE 10.2 64 bit goldennuggets Linux - Wireless Networking 1 02-01-2007 07:03 PM
can't use browser plugins, 64 bit OpenSUSE cselph Linux - Software 4 01-19-2006 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 02:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration