Networking :: VSFTPD Hangs On LIST Command?
May 21, 2010
I've got a new server and have vsftpd setup there , when i login using filezilla :
Response:230 Login successful.
Command:OPTS UTF8 ON
Response:200 Always in UTF8 mode.
Status:Connected
[Code]....
View 7 Replies
ADVERTISEMENT
Mar 21, 2011
I am trying to ptrace a vsftpd server process on linux to be able to get control whenever vsftpd process makes a system call. I start the vsftpd process and pass this process id as command line to the following program which traces vsftpd. however, when I run the following program it just hangs and does not print anything.
#include <sys/ptrace.h>
#include <sys/types.h>
#include <sys/wait.h>
[code]....
View 2 Replies
View Related
Jan 28, 2010
one command to list the list of folders/ within the folder.
View 4 Replies
View Related
Mar 16, 2011
I am new on ubuntu and I really don't have any background on making a server. To be frank is I am still a student learning ubuntu server, how to make and configure them.
My problem is that whenever I type the command:
/etc/vsftpd.conf
an error message says that:
-bash /etc/vsftpd.conf: Permission Denied
I am still discovering what are the commands on the vsftpd server. By the way I am using the server on VMware.
View 3 Replies
View Related
Jan 3, 2011
I did an adjustment or two, and then it has been just been hanging up using 100% CPU when it is loaded. When an application uses it to save a document, it does not hang.I created a Templates folder and assigned it with the user-dirs.I then changed the view of that particular directory from LIST to ICONS.And then it started to hang up.Somehow I was able to change the view back to LIST, but it still hangs up.
View 1 Replies
View Related
Jul 14, 2010
I've been searching the web, without finding any sollution to my problem.vsFTPd is acting really weird. I've never seen this problem before, and I've been using vsftpd for some years nowWell.. The thing is, I've made a user that chroots to the folder /var/www on my server. And when I then try to chmod the file /var/www/htdocs/testsite/index.html through my ftp-client, I only get the error "550 SITE CHMOD command failed.", and when I then check in my /var/log/vsftpd.log it says
Code:
FAIL CHMOD: Client "192.168.50.58", "/htdocs/testsite/index.html 777"
Which I think would mean that it tries to chmod the file "/htdocs/testsite/index.html" instead of chmod the
[code]....
View 7 Replies
View Related
Feb 10, 2011
Any clue? I'm using the same key for root login and it works fine (also works fine for SFTP but i hate using that cause its extremely slow)
View 2 Replies
View Related
Mar 12, 2011
I am working for a community where several people are engaged for 4 different development projects. we are planning to have a samba server to store our data.Now the problem is that I have created a share in which @groupa, @groupb and @groupc are allowed to read and write. But three of the members of @groupb are only allowed to for read permission only.
View 1 Replies
View Related
Feb 5, 2010
I have installed vsftpd by "yum -y install vsftpd",disabled anonymous login and set .When I use a linux client's file browser to login using a user account "ftpacc" by ftp://ip_address, its location is "/" instead of /home/ftpacc".When I use a window client to login, its location is "/home/ftpacc"
View 1 Replies
View Related
Sep 9, 2010
I have vsftpd executable with config file.I have put the vsftpd.conf file in /etc path on target board. vsftpd. conf file has option "listen=YES" for running standalone.but when i run the executable(standalone) it is not running. It is not giving any error message also.
View 7 Replies
View Related
Jan 10, 2011
I have installed fedora 14 ami on one of the amazon instance. And installed subversion successfully using following command: # sudo yum install subversion But when i try to check out code from our subversion repository which exist on deifferent remote machine, the checkout commands just hangs indefinitely. If run "top" command then i can see that cpu usage shoots to 100%.
View 5 Replies
View Related
Feb 10, 2011
I'm not sure what more to say than what is in the title. The install stops with the message of "Updating the list of available packages".
I can't copy and paste from the log screen, but. code...
View 9 Replies
View Related
Nov 22, 2010
I have a situation when vsftpd do not allow to get files from directories deeper than chrooted directory.
I can get from chrooted directory.
I can put to chrooted directory.
I can put to deeper than crooted directory.
I can list directories and files deeper than chrooted direcotry.
But I can not get files (process starts and hangs) from directories deeper than chrooted.
Firewalls on both sides (client and server) are set to log every in and out connection that do not -j ACCEPT. Log files are empty, so I assume nothing is blocked by firewalls.
Permissions for files and directories, I want to get, are set to 777.
View 1 Replies
View Related
May 3, 2011
I'm using Linux 11.04 and just installed the most recent version of Postfix. I'm trying to send a simple email (through a relay) but when I run the command
sendmail davea@mydomain.com FROM: fromemail@gmail.com SUBJECT: hello world this is a test email .
It just hangs there. There is nothing in /var/log/mail.log or in any of its accompanying files.
View 4 Replies
View Related
Nov 15, 2010
I am trying to install VSFTPD on my Fedora instance of Linux. I have a Wordpress blog that I want to access through FTP. I did an install on VSFTPD and am kind of stuck. I try to FTP into my IP through [URL]
View 2 Replies
View Related
Aug 19, 2010
i have a server and im trying to use ftp to edit my website with dreamweaver. im using vsftpd and i have access where i can read all the files but i cant add any. any clues?
View 5 Replies
View Related
Oct 28, 2010
I'm having a peculiar problem. I have VSFTPD working and everything works great on my local network! The only problem is that I can't get PASV mode to work over the WAN.
I've tried everything:
- making sure the pasv_enable, pasv_min_port, and pasv_max_port variables are set in vsftpd.conf
- punching holes in Shorewall for these ports via rules
- setting up port forwarding for these ports in my routers (although this might be unnecessary)
The problem, is PASV mode works fine when I access from either router (my server is behind two routers but not from my WAN IP. Could this be a problem with my ISP?
View 2 Replies
View Related
Jun 10, 2009
I have a running instance of vsftpd. It works like I want for ftp.thisdomain.com and now I want to have it serve for ftp.thatdomain.com from a diifferent document root at the same time. Just lik I can do with Apache. Is this possible? So browsing to ftp.thisdomain.com will take you do /home/ftp/.And browing to ftp.that domain. com will take you to /home/ftp/thatdomain/
View 1 Replies
View Related
Apr 14, 2011
I'm kinda new to all of this so I believe there's a simple solution for what I need I just don't know how it's done.
So I've configured a vsftpd, ftp server and enabled the anonymous user, therefore when I do
Code:
ftp://my_location.com
a directory like view is displayed in my web browser, corresponding to /srv/ftp where the files for the anonymous account are kept. Now I've made a little web page and I've copied it there, and can be executed running main.html so the address to access the web page would be
Code:
ftp://my_location.com/main.html
My problem is that I don't want anybody to have the possibility to see the directory like display so I'm wondering if when someone does ftp://my_location.com can't this be redirected so it will do ftp://my_location.com/main.html instead?, making the display of files and directories impossible from the ftp://my_location.com
View 7 Replies
View Related
Apr 10, 2010
This is as far as FireFTP can go to make a connection.
Code:
220 Welcome to Steve Test SFTP service.
AUTH TLS
Proceed with negotiation.
PBSZ 0
All the basic vsftpd.conf advice followed:
Code:
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
[code]....
View 2 Replies
View Related
Apr 1, 2010
I want to access ftp server without entering user name and password ,second thing i have create repository on my Installation Server that is redhat os now i have created another server and i want to access that repository so what changes i can do on /etc/yum.repos.d/server.repo file
View 1 Replies
View Related
Dec 9, 2009
I've been using linux for a long time, and I just ran into a problem that has me stumped. Any time I mistype a command, it says "Command not found."... yea, I know that's normal. But it doesn't return me to my # prompt. I have to press Ctrl+C to get back. code...
I know I do have one issue with this computer, I have 2 blown caps on my motherboard. This was a dual boot system, but after a virus with winblows, I decided to switch it to strictly linux. (roommates... *grumble*) I think I was running fc10 before I wiped the hd & installed fc12. Fc12 does seem to be running slower, and I still haven't got my sound card working properly... but that issue is for another topic...
-YungBlood Reborn
View 2 Replies
View Related
Jan 6, 2010
Has anyone messed with winexe? It's a very cool program. Let's you get into Windows from Linux. [URL].
[]# ./winexe -U domain/username%*****//my.site.com 'cmd'
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:WINDOWSsystem32>
However it seems to have some limits. For example, I can't get it to work with "wmic" commands. For example:
[]# ./winexe -U domain/username%***** //mysite.com 'wmic share get caption,name,path'
It hangs...
View 1 Replies
View Related
Mar 27, 2011
Ubuntu 10.04 32 bitsvsftpd 2.3.4 installed from sources
Code:
# cat vsftpd.conf
listen=YES
[code]...
View 1 Replies
View Related
May 30, 2011
I am trying to create multiple FTP sites on one Linux server (using multiple vsftpd-sitename.conf files) with default port '21'.
Below is the sample vsftpd site configuration,
# cat vsftpd-site1.conf
listen=YES
write_enable=YES
[code]....
I am unable to create above vsftpd site with port '21'. Below is the problem,
# vsftpd vsftpd-site1.conf &
[1] 14448
500 OOPS: could not bind listening IPv4 socket
I wonder, i can able to create above FTP site with another port (example, listen_port=60001 ). In Linux(vsftpd), can i use default ftp port '21' for multiple FTP sites?
View 2 Replies
View Related
Jun 28, 2009
im using vsftp with : chroot_local_user=YES. I would like to have a commune directory for every user.
View 2 Replies
View Related
Jun 5, 2010
This is on Centos 5.3 by the way..... I had a DVD and, well, just wanted to test some things.. I'm aware that this is not the latest release.
And, by the way (I just read an earlier post) I've added the username and password with which I'm trying to login (..hello?).
I'm at work and I don't have a copy of my Vsftpd configuration file (don't wanna edit this whole thing - actually there is a copy, below). I've used Slackware for years and never had any issues with Vsftpd - it just works. I am trying Centos because I need help with upgrading my mail server (qmail) and there's not much help for Slackware users. Also, I used to run RHEL3 and had vsftpd working fine (had to copy some file to /etc/pam.d) but it worked famously. I compiled all my web server stuff (just don't like these default things where I have no idea how things are integrated) and I'm hung up on - of all things - vsftpd.
Anyway....When I try to log into my ftp server I get "KERBEROS_V4 rejected as an authentication type" and only the anonymous account works. Any other logins produce an error (incorrect login - see ya' later). I have SE Linux and the firewall OFF. I don't recall the directive, precisely, but my vsftpd.conf file is set allow local users to connect. I installed with yum and it added some lines at the bottom (one was about a user list and the other was about PAM). I've got a chroot list and a user list although it's not clear to me precisely where the user list should be placed. I actually uninstalled the RPM and compiled, too. I've done everything but call an exorcist. And I've found tons of posts regarding this on the net and none of the fixes worked. Man - on slackware you type "make" and "make install" (I build it with tcp_wrappers) and you're off to the races.
Actually - I did upload the vsftpd.conf file to work (where I'm at, now). Minus lines that were commented out it looks like this:
Could it, possibly, be something about how I am adding the user, the shell type, etc? I know that in Redhat I used to type "/usr/sbin/useradd -d /home/someuser joe". I've done it that way and I've also done it like so: "useradd -d /home/schmoe -s /bin/bash schmoe".
View 2 Replies
View Related
Mar 2, 2011
today i installed nvidia graphic card drivers for fedora13 using yum, after giving reboot command the system hangs during bootin.
View 1 Replies
View Related
Jun 24, 2011
I am attempting to start ruby in interactive mode from the command line. However, when I type ruby at the command line, it simply hangs. I know that I have ruby installed. Any ideas as to how to resolve this problem.
View 2 Replies
View Related
Jul 16, 2010
I'm writing a Bash script to take IPTC keywords from a text file and write them, via Exiv2, to several (first batch is 100) JPEG files in a single directory. The script has one while loop inside another while loop, both terminated, but I'm pretty sure that's not my problem. I think it's how I'm incrementing the "counter" variable, although it could also be the method of parsing the text lines from the file (using cut with delimiters that have worked fine in simpler scripts).
Here's the code as I've worked it up to this point.
Code:
And yes, "keywords" checks out in Crimson Editor, Emacs GUI and nano as an ASCII file with UNIX line endings. No issues on that score.
Feeding each line consecutively into a terminal (excepting the exiv2 command) works fine: each variable echoes with the part of the text line used as a variable value as it should, even when the b variable is incremented the quick&dirty way (up arrow three commands and hit enter).
Running the above script in eval mode (sh -x) stalls after setting the b variable to one and reading in the first line of text. I'd like to know why. I'd also like some advice on another reliable method of parsing the read-in lines.
View 14 Replies
View Related