The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Emergency UNIX and Linux Support !! Help Me!!
.
google unix.com



Emergency UNIX and Linux Support !! Help Me!! Post your urgent questions here for highest visibility. Posting a new thread to this forum requires Bits. We monitor this forum to help people with emergencies, but we do not guarantee response time or answers. This forum is "best effort" only. Members who reply to posts here receive a bonus of 1000 Bits per reply.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How can I mount a ufs filesystem on a solaris 10 sparc onto a Linux server ilan SUN Solaris 3 06-04-2008 02:29 PM
i want to sftp to a server naree SUN Solaris 2 03-13-2008 03:06 PM
How to set up a home SFTP server? verrock_poo UNIX Desktop for Dummies Questions & Answers 1 02-09-2008 06:23 PM
Findout 3rd party softwares in Linux/Solaris server uday123 SUN Solaris 0 05-09-2006 08:56 AM
How to add SFTP KEY to UAT SERVER? jingi1234 UNIX for Dummies Questions & Answers 0 05-20-2005 05:25 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-2009
funksen funksen is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2006
Location: Austria/Vienna
Posts: 430
solaris or linux sftp/ftp-server

Hi,

we have a big problem,

history:
we migrated our companies ftp and sftp-server, which were vsftp and openssh, to one server, software is called JSCAPE ftp server professional edition
for the first time everything was great, but after one or two months, our uploads hang, 0 byte files are created, very very slow uploads in comparison to openssh, users are dying, means they can't log in from one moment to another and must be recreated, and so on
new installs on the same machine or other machines with different operating systems leaded to the same troubles after a period of time
support is doing nothing, response time up too one! week
so we must go away from this product


we need a sftp/ftp server with centralized user management, having an chroot environment, (I don't mean something like jailkit, copying needed binarys, special files and /etc files to a subfolder, I mean a real chroot like vsftp or proftp provide, eg. the user must not change above his ftp home directory)
an admin should be able to choose sftp/ftp or both for every user
filesystem quotas for ftp and sftp

platform can be linux/bsd/solaris x86 or sparc solaris,

does anyone know such a product, open source or not? or a way to configure basic tools like openssh, vsftp like that?

I really need your help guys!

thanks in advance

funksen
  #2 (permalink)  
Old 10-01-2009
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 1,575
Anything else being "slowed" down?
(FIN_WAIT type issue?)
  #3 (permalink)  
Old 10-01-2009
funksen funksen is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2006
Location: Austria/Vienna
Posts: 430
hi vbe,

just sftp and ftp over jscape, ftp and sftp over os openssh and ftpd are working fine

same through firewall and in the same subnet


the main problem are hanging uploads, resulting in 0 byte files
  #4 (permalink)  
Old 10-02-2009
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 1,575
Might sound silly...
Have you tried rebooting the server? Has no effect?
Is it using java stuff (possible issue with j garbage collector?)
  #5 (permalink)  
Old 10-02-2009
funksen funksen is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2006
Location: Austria/Vienna
Posts: 430
I've rebooted the systems several times ( was running on sparc sol 10, then centos 5.3)

the ftp-server is completely written in java, should have known that it MUST give trouble with a java ftp server ^^

the garage collector runs every few seconds
I've written a script, running in cron, uploading files and logging times

Code:
091002095201 22                                                                                                                                                                                                    
091002095301 5                                                                                                                                                                                                     
091002095401 3                                                                                                                                                                                                     
091002095501 16                                                                                                                                                                                                    
091002095601 6                                                                                                                                                                                                     
091002095701 42                                                                                                                                                                                                    
091002095801 2                                                                                                                                                                                                     
091002095901 2                                                                                                                                                                                                     
091002100001 22                                                                                                                                                                                                    
091002100101 5
091002100201 6
091002100301 1
091002100401 4
091002100501 5
091002100601 2
091002100701 3
091002100801 24
091002100901 3
091002101001 2
091002101101 3
091002101201 11
091002101301 7
091002101401 7
091002101501 4
091002101601 2
091002101701 1
091002101801 2
091002101901 6
091002102001 3
091002102101 9
091002102201 1
091002102301 4
091002102401 2
091002102501 2
091002102601 6
091002102701 7
091002102801 5
091002102901 1
091002103001 2
091002103101 2
091002103201 3
091002103301 2
091002103401 8
091002103501 10
091002103601 2
091002103701 2
091002103801 5
091002103901 3
091002104001 33
091002104101 1
091002104201 5
091002104301 6
091002104401 6
091002104501 1
091002104602 1
091002104701 2
091002104801 7
timestamp on the left, seconds needed on the right
it's always the same 2mb file

Last edited by funksen; 10-02-2009 at 04:54 AM..
  #6 (permalink)  
Old 10-02-2009
fpmurphy's Avatar
fpmurphy fpmurphy is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2003
Location: Florida
Posts: 1,926
Humm, the requirement for user quotas negates the ability to go the usual virtual users/PAM/database route. What made you move away from vsftpd and openssh?
  #7 (permalink)  
Old 10-05-2009
funksen funksen is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2006
Location: Austria/Vienna
Posts: 430
thank you vbe and fpmurphy for your answers

@vbe
java has enough resources, 4gb for an ftp-server should be enough, maximum of 10 concurrent users
but I'll check this issue

and thanks for the tool, unfortunately it has no sftp support, just ftps

@fpmurphy
we moved because we wanted one single product with one administration interface.
vsftp was administrated from a http gui, mysql database, and openssh over local machine users. know that it's possible to use openldap for authentication for both, and perhaps we will do this


I've found another ftp-server that is capable of sftp with extension modules, the good old proftpd

any experiences on this?

cheers funksen

Edit:
got another requirement, grml
users must be able to change their passwords, over http interface or ftp directly, site command or something like that

Last edited by funksen; 10-05-2009 at 10:36 AM..
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:08 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0