Displaying 20 results from an estimated 100 matches similar to: "vsftp and nonpriv_user option question"
2007 Sep 05
0
vsftp and "nopriv_user=ftpsecure" question
I am a bit confused as to how this works.
I created a local unpriveleged user (with /bin/nologin shell).
i uncommented the line containing
nopriv_user=ftpsecure
and restarted vsftp.
I am confused as to what is supposed to happen.
Shuld the daemon /usr/sbin/vsftpd be run as root or should it be ftpsecure?
Or is the account only used to login to transfer files?
Any help would be
2007 Feb 27
2
Problem with VSFTP
I have setup an ftp server with VSFTP over Centos 4.4. Everything works fine
except when I login though IE it doen' ask for the username password but by
default it goes to Pub folder. (/var/ftp/pub). I need to access this through
view--> open ftp folder in separate window -> file --> login.
In short the server doesn't prompt for username when I type the ftp address
on the
2005 Sep 19
2
Vsftp is not writing a log file
No doubt I am making some stupid mistake in the log file, but I cannot
get vsftp to create a log file showing the transfers. Here is my conf file:
# Example config file /etc/vsftpd/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all compiled in defaults.
#
# READ
2012 Aug 03
1
[SOLVED] iptables rule question for Centos 5
We have a simple configuration so we could get by with this
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j
ACCEPT
-A RH-Firewall-1-INPUT -s "SOURCIPADDRESS" -j REJECT --reject-with
icmp-host-prohibited
it doesn't scale well but servies the purpose.
_____________________________________
"He's no failure. He's not dead yet."
William
1999 Nov 12
0
Careful of SWAT 2.0.6
I just compiled and installed 2.0.6 and fired up SWAT. SWAT's security is
much different from previous versions, where a user with only read
permission could use it, but without the commit changes and delete buttons.
With 2.0.6 if you can't write globals or shares, you can't see them and
don't even get the share or global navigation buttons. Anyone who can see
the global or share
2011 Aug 24
1
setMethods/setGeneric problem when R CMD CHECK'ing a package
R-helpers:
I'm trying to build a package, but I'm a bit new to the whole S3/S4
methods concept. I'm trying to add a new definition of the zoo
function "as.yearmon", but I'm getting the following error when it
gets to this point during a package install:
***
R CMD INSTALL STARStools
* installing to library
2005 Oct 27
4
monolithic versus modules
I spun a new xen kernel from pristine sources using modules, had the
APCI errors and scsi timeouts.
I took pristine source and spun a monolithic kernel and everything
appears to be working.
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
if it matter.
xen_changeset : Wed Oct 26 11:59:13 2005 +0100 7500:20d1a79ebe31
I have had this APCI issue on this SMP Athlon with modules for a while
now.
2007 May 14
2
vsftp anonymous upload access
I'm trying to set up anonymous ftp using vsftp. I want to be able to
allow uploads. The anonymous id is userid "ftp". The ~ftp/ directory
is actually owned by root, but ~ftp/pub is owned by ftp.
Here's the vsftpd.conf:
anonymous_enable=YES
anon_upload_enable=YES
local_enable=NO
write_enable=NO
local_umask=022
dirmessage_enable=YES
2007 Mar 13
1
Which ftp is better? vsftp or wuftp or proftp
Hi,
I want to setup a ftp Server on CentOS 4.4. I will have to choose which ftp
is IDLE among 3 ftp pkgs that are vsftp,wuftp or proftp?
What do you recommend?
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070313/453527c8/attachment.html>
2007 Feb 06
1
vsftp
I'm having an odd behavior with vsftp on all CentOS 4 servers... maybe 3
too, but I'm not on those much.
I am transferring in port mode as I've never managed to get passive to
work with a firewall running.
Anyway, this is what happens.
During normal transfers with few files.. it works perfectly.
During the transfer of like a large website with hundreds of files in
various
2007 Oct 05
0
[Fwd: Re: DNAT rule for vsftp (PASSIVE FTP)]
Grant Taylor wrote:
> I''ll have to double check some things to make sure that you don''t need
> to do any thing special other than just allow the initial connection and
> rely on the FTP connection tracking helper to handle all other connections.
>
> I''ve never run an FTP server behind a NAT, but I''ve never had a problem
> with the FTP
2004 Dec 28
1
wonder shaper and vsftp
I have a linux server connecto into a 100mps LAN, i
use iptables implementation of shorewall
(shorewall.net) and then I used the wondershaper.
When I adjusted the values below, I got a download
speed for vsftp at a whooping 1187.91 KB/s but a
upload speed is only a painful 27 KB/s.
I dont fully understand the underpinng codes behind
the wondershaper htb stuff. can someone guide me on
how can i
2005 Apr 29
0
vsftp 500 OOPS: SSL: cannot load RSA key To:
On Thu, 28 Apr 2005 23:08:53 +0200 (CEST) Maciej Zenczykowski
<maze at cela.pl> wrote:
>
> Are there any audits being logged in /var/log/messages with
> SELinux security errors?
No.
Jim
--
*** e-mail is not a secure channel ***
mailto:byrnejb.<token>@harte-lyne.ca
James B. Byrne Harte & Lyne Limited
vox: +1 905 561 1241 9 Brockley
2009 Sep 12
1
vsftp strangeness
Greetings,
When logging into my VSFTPD server, my clients recieve this:
220 (vsFTPd 2.0.5)
Name (------): user
331 Please specify the password.
Password:
421 Service not available, remote server has closed connection
Login failed.
vsftpd logs show that everything went ok:
Sat Sep 12 15:52:02 2009 [pid 1131] CONNECT: Client ""
Sat Sep 12 15:52:02 2009 [pid 1131] FTP response: Client
2006 Jun 02
0
[LLVMdev] Compiling natively vsftp with LLVM
On Fri, 2 Jun 2006, Nai Xia wrote:
> The Makefile is sth like this:
>
> vsftpd: $(OBJS)
> gccld -r -native -o vsftpd.o $(OBJS) -L/home/xianai/my_projects/llvm/cfrontend/x86/llvm-gcc/lib/ -lcrtend
> gcc -o vsftpd vsftpd.o sysdeputil.o `./vsf_findlibs.sh`
>
>
> But the gcc/ld still cannot find the reference to __main.
> Do I have to compile crtend to native to
2006 Jun 02
0
[LLVMdev] Compiling natively vsftp with LLVM
On Fri, 2 Jun 2006, Nai Xia wrote:
> And the command lines:
>
> llvm-gcc -c -o main.o main.c
> gcc -o foo.o foo.c
> ar rcs libfoo.a foo.o
> llvm-gcc -Wl,-native main.o -L. -lfoo
>
> It's *OK*
>
> Thanks in advance for solving my problem. :)
> And I personally think it may possiblely puzzle other users,
> maybe it deserves its place in FAQ or in man page for
2005 Feb 16
1
ProFTP -> vsFTP Configuration Options
I am moving from a server from running Red Hat 7.2 (with ProFTP) to Centos 3
(with vsFTP). There is a setting in ProFTP that lets me set the default ftp
login directory for a specific user and I would like to do the same with
vsFTP. The reason being is I have a 'webadmin' user that I use for uploading
web content. I am thinking I could make the home directory of the webadmin
/var/www in
2008 Jun 10
1
vsftp 553 Could not create file
HI,
I am facing problem in connecting ftp from the windows client.
CENTOS5U1 Running vsftp daemon. From linux client i am able to upload and
download. When i do an ftp upload of any files or folders from windows
command line i am getting below error .
*vsftp 553 Could not create file*
*NOTE: SELINUX IS DISABLED AND THERE IS NO FIREWALL RUNNING*
See my user permission and ownership details
2008 Aug 15
2
gftp crashing on IPv6 to vsftp
I am running vsftp pretty much 'out of the box', though I turned off
IPv4 and have it listening on IPv6.
I have stopped ip6tables, as the simple rule to enable port 21 is not
allowing gftp to connect (pasv mode, I think).
gftp to the IPv6 address, it connects and gets a directory listing. I
am running gftp from my normal login userid, connecting to my normal
login userid on the
2009 Nov 05
4
vsFTP Question
Hi;
Now that it's installed, how do I start it and add a user? I can hardly
believe there is *no* documentation!
TIA,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091105/78d77424/attachment-0004.html>