Displaying 20 results from an estimated 400 matches similar to: "vsftpd saving uploads twice"
2010 Apr 06
1
vsftpd writing files 2 times - once as root
I have configured my vsftpd with virtual users all of which are mapped
to a system user for file system permissions (let's call him
'ftpsystemuser').
That means, if someone uploads files they are writting using owner and
group of the system user:
> -rw-r--r-- 1 ftpsystemuser ftpsystemuser 19968 16. M?r 11:24 Termine
> Leistungspr?fungen.doc
Now we have the phenomenon that
2009 Feb 09
2
un'stat'able files - fs corruption?
Hello list,
I have some serious problems on my ext3 filesystem. Several folders
contain files, which cannot be accessed in any way,
not even a stat() on these files is possible:
[~]$ ls -l
-rwxrwxr-x 1 yvonne users 30208 2007-09-16 12:49 Stoffverteilungsplan
tw kl4 07.doc
?--------- ? ? ? ? ? Teddyb?r.docx
?--------- ? ? ? ? ?
2016 May 25
6
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
I?ve posted this on the forums at https://www.centos.org/forums/viewtopic.php?f=47&t=57926&p=244614#p244614 - posting to the list in the hopes of getting more eyeballs on it.
We have a cluster of 23 HP DL380p Gen8 hosts running Kafka. Basic specs:
2x E5-2650
128 GB RAM
12 x 4 TB 7200 RPM SATA drives connected to an HP H220 HBA
Dual port 10 GB NIC
The drives are configured as one large
2020 Sep 10
2
SALDO EN RESUMEN DE CUENTA CONTABLE
Tengo que preparar un Dataset que termine siendo un resumen de cuenta
contable a partir de los datos del diario contable de una empresa que el
script va filtrando cuenta por cuenta. He podido importar los datos con
variables: fecha , concepto, valor debe, valor haber y me falta una
variable que sea el saldo. Sucede que el saldo se tiene que calcular fila a
fila, es decir sumando el valor debe y
2016 May 27
2
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
All of our Kafka clusters are fairly write-heavy. The cluster in question is our second-heaviest ? we haven?t yet upgraded the heaviest, due to the issues we?ve been experiencing in this one.
Here is an iostat example from a host within the same cluster, but without the RAID check running:
[root at r2k1 ~] # iostat -xdmc 1 10
Linux 3.10.0-327.13.1.el7.x86_64 (r2k1) 05/27/16 _x86_64_ (32 CPU)
2003 Jun 12
1
Problème en R
Bonjour,
Je suis ?tudiant stagiaire ? Paris et je rencontre quelques difficult?s en
programmation R.
J'ai une data frame compos?e de 4 colonnes et 250 lignes et dont chaque
ligne est une famille.
J'ai fait un tirage al?atoire avec remise des familles 250 fois ce qui
m'am?ne ? une nouvelle dataframe.
A cette nouvelle dataframe, j'applique un programme qui calcule 2 param?tre
X1
2009 Jul 22
4
Cómo enviar e-mails desde R?
Hola a todos,
Sólo por curiosidad, sabe alguien cómo enviar correos electrónicos desde R?
Estoy haciendo algunas simulaciones en diferentes computadores y me
gustaría tener la posibilidad de enviar un mensaje a mi correo electrónico
cuando cada una termine.
En R-help hubo una pregunta similar pero requiere el uso de Outlook y operar
"manualmente" algunas cosas, lo cual no es
2007 Sep 17
2
mongrel_rails hang and does not respond
Hello,
I''ve install ror/mongrel etc, etc on a linux server (rhes).
As i''m not root, all package startinf from ruby have been install into
~/gconf/usr
ruby-1.8.6
and all of this gem package:
-r-xr--r-- 1 dimnce dba 168448 Aug 9 14:53 rails-1.2.3.gem
-r-xr--r-- 1 dimnce dba 84480 Aug 9 14:56 rake-0.7.3.gem
-r-xr--r-- 1 dimnce dba 217088
2016 May 27
0
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
On 05/25/2016 09:54 AM, Kelly Lesperance wrote:
> What we're seeing is that when the weekly raid-check script executes, performance nose dives, and I/O wait skyrockets. The raid check starts out fairly fast (20000K/sec - the limit that's been set), but then quickly drops down to about 4000K/Sec. dev.raid.speed sysctls are at the defaults:
It looks like some pretty heavy writes are
2017 Mar 15
3
Crear una función
Hola.
Estoy intentando crear una función pero no logro que termine de cerrar y mi
manejo no permite que el google me ayude...
n.reg.dep <- function(x, y) {
etiqueta <- str_replace(nombres[Variable == y, Descripcion], "[ ]", "")
tabla <- datos[, .N, by = .(etiqueta = A3a)] #
tabla <- tabla[, Porc := round(N/sum(N)*100,1)] # %
tabla[, PorcAc :=
2007 Aug 10
0
limits.conf for file size on vsftpd
I've read conflicting reports on whether this works or not ... I have a
chrooted instance of vsftpd (using chroot_local_user=YES), with
nopriv_user=vsftpd. I set the following in my limits.conf file:
vsftpd hard fsize 50000
Now, I know this works in a shell. However, I want it to work for users
uploading files, but they can upload away without issue. Has anyone
2007 Aug 22
1
quick FTP server with default vsftpd installation
Hi list
I just installed vsftpd and started it (CentOS 5). Then put some files
in /var/ftp/pub (for testing purposes with rights 777) and try to
connect with local user to download those files.
$ lftp test at localhost
Password:
lftp test at localhost:~> ls
ls: Login failed: 500 OOPS: cannot change directory:/home/test
lftp test at localhost:~> pwd
ftp://test at localhost
How to enable
2007 Aug 23
1
alternate port vsftpd for ftps
Does anyone here by chance know how to change the port vsftpd uses for ftps?
I want to change it over to the regular FTP port due to firewall
restrictions....
d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070823/24015534/attachment.html>
2007 Mar 21
1
Vsftpd/Centos Issue: Client Time Display Wrong
Hi,
We have patched Centos 4.4 to work properly with the recent DST changes,
but our customers are reporting wrong FTP client timestamps based on
which areas they live in.
What are the two main mechanisms in Centos that control time? I know
about /etc/localtime and TZDATA, is there something we may have missed?
Or is this perhaps a VSFTPd thing and I could go bug that list?
To be clear,
2007 Jan 05
1
Problen with vsftpd and chroot
I'm setting up a local mirror server on a CentOS4 box. I want it to serve
files over http, nfs and ftp.
I've set this up with the mirrored directories on a separate partition.
I've got the http and nfs working but am having some trouble with ftp.
I'm using vsftpd as the ftp server. I can log in to the ftp server and get
to the pub (/var/ftp/pub) directory. However when I try
2007 Jan 31
1
vsftpd - too many FAIL connects
Dear all,
Please find my logwatch results for vsftpd service. i am running updated vsftpd
on centos-4.1 and still i am getting some probes.
Could someone put some light on this issue. I am little worried about
these probes.
Processing Initiated: Wed Jan 31 05:21:37 2007
--------------------- vsftpd-messages Begin ------------------------
Failed FTP Logins:
(218.208.60.33):
2009 Apr 06
1
vsFTPd and hidden files - standards compliant?
Hi Folks,
I recently received a complaint regarding the vsFTP server I'm running
on a CentOS 4.x box. The complaint was that it is improperly responding
to the LIST command - it is not returning hidden (period prefixed) files
in the directory listing.
I investigated and found that vsFTPd would only return hidden files in
the directory listing when it received the command "LIST
2011 Jul 14
1
[Propose] Chroot vsftpd with non-system users
The proposed subject of Wiki contribution:
Chroot vsftpd with non-system users
The proposed location of Wiki contribution:
http://wiki.centos.org/HowTos/Chroot_Vsftpd_with_non-system_users
I propose this Wiki to give user choice that they can select whether
virtual users
and system account coexist in vsftpd system.
The shell file vsftpd_virtual_config.sh should also adjust to make
this function
2011 Dec 18
1
vsftpd Configuration
Is there a way to configure vsftpd to limit where you can chdir to?
??? === Al
2009 Mar 02
2
PAM and vsftpd
i have been researching for alternatives.
it is latest centos 4 (4.7) and uses vsftpd 2.01
started (again) investigating possible PAM or PAM module way...
Q: is there a PAM way to control repeated crack retires on vsftpd?
possibly something that can be done in /etc/pam.d/vsftpd
i have been looking for a solution other than fail2ban and/or similar
methods using hosts.allow and hosts.deny or