similar to: Transfer between windows and linux going wrong

Displaying 20 results from an estimated 100 matches similar to: "Transfer between windows and linux going wrong"

2009 Dec 22
3
Dovecot quota not working
Hi everyone, I'm trying to make quota to work in dovecot 1.0.rc15 in a Debian machine. Setting the limit to 1GB and starting to fill up the mailbox and nothing stopped me. It just kept growing and nothing happened. Restarted the service and nothing. I had already exceeded the 1 GB limit and nothing happens, the mailbox still goes bigger and bigger... The *"check_quota"* plugin for
2002 Oct 24
1
rsync error: partial transfer (code 23) at main.c(578)
Hi, I am using a freebsd 4.5-stable system. I am using the latest "rsync version 2.5.5 protocol version 26". I tried to rsync my home directory to another machine: rsync -Cavz /homes/yxw/ baggie.mit.edu:/disk1/ &> rsync.out& However, I ran into the error: www/wf-02.jpg www/wf-03.jpg www/www.c www/www.tar www/xiaowei.doc www/xiaowei_dadmom.jpg www/yxw-contact.txt wrote
2018 Dec 30
1
--dry-run won't say where the files are going to go
Try as we may (--dry-run), it still won't tell us where it intends to put the files, $ rsync --dry-run --remove-source-files --relative --verbose --itemize-changes -Cavz Maildir/new /tmp/ sending incremental file list delta-transmission disabled for local transfer or --whole-file cd+++++++++ Maildir/ cd+++++++++ Maildir/new/ >f+++++++++ Maildir/new/1546157908.1392_1.jidanni7 total:
2003 Aug 20
1
including file from excluded directory
I'm trying to explicitly include a file that exists under a directory that I otherwise want excluded. Here are my command and include list: rsync -e ssh -Cavz --delete --update \ --include-from=$HOME/.rsync.laptop . $DEST: where $DEST contains the remote machine name and this is being run from the top of my home directory. My include list is: + /.addressbook + /.ICAClient +
2008 Apr 12
1
Incorrect Total File Size
Greetings, I am rsync'ing a file approximately 30-50MB in size. The source file changes several times a day. rsync is launched on the destination host every 1-2 minutes using the following command: /usr/bin/rsync --stats --verbose --bwlimit=16 --delete -Cavz ${hostname}::grids ${localdir} Since the file only changes several times a day, most of the rsync commands do nothing. Most of the
2003 Mar 03
1
csum-length documentation
I was startled to find that the --csum-length option is not implemented even though it is documented in the manpage. Not a good thing. Here's a patch that removes the manpage entry. I'd much rather not see this option and actually have the csum_length be per-file dynamic. Either way this patch should be applied at least until the code changes. The patch also brings rsync.1 and
2001 Apr 28
0
How can I do this? Please, help me
Hi folks... I'm configuring Firewall in the server running Conectiva Linux 6.0 (Brazil) and I already configured to accept connections in the ports: netbios-ns 137/tcp # NETBIOS Name Service netbios-ns 137/udp netbios-dgm 138/tcp # NETBIOS Datagram Service netbios-dgm 138/udp netbios-ssn 139/tcp
2007 Oct 22
2
Lan Kernel Problem
I'm building a Linux box to act as Proxy/Router/Firewall. I'm using CentOS 4.5, with an "old" motherboard (Asus A8V-X), and two Ethernet NIC, based on a realtek chip, that's widely supported under 2.4 and later kernel (the cards were functioning excellent in another PC whit Fedora Core 1). CentOS detects the on board LAN, but not the other two, in fact, knoppix 5.0.1
2008 May 28
0
bad error message? .. main.c code 23 .. caused by sgid on dir
This is to suggest a possible improvement in an error message. On a recent rsync transfer I see a message like > rsync: failed to set permissions on ".../somedir": Permission denied (13) for several dirs that have the sgid bit set There seems to be a retry pass, because all the messages are repeated. And then there is (perhaps a summary) line > rsync error: some files could not
2003 Jan 30
2
[trivial patch] link overloaded
This is just a trivial documentation change. The word "link" is overloaded. It refers to symlinks, hardlinks and network links. When looking for references to file links in the manpages the network references get in the way. This patch changes when reasonable to do so the word "link" to "connection" when referring to the network. This is just a suggested
2001 Sep 30
0
Exclude sets generated with -C
Hi guys, I recently stumbled across what I think is an rsync bug. The problem was I was trying to rsync from one CVS checkout, to another, and was using rsync -Cavz to do the job. In this CVS module, there happens to be two sub-directories with the names of "core" and "tags" respectively, which were ignored, since these names matched the default CVS ignore list. When rsync
2007 Oct 02
2
Calculating proportions from a data frame rather than a table
When one has raw data it is easy to create a table of one variable against another and then calculate proportions For example a.nice.table<-table(a,b) prop.table(a.nice.table,1) However, I looked at several papers and created a data frame of the aggregate data. That means I acually created a table except it is a data frame. The first column lists the name of the first author and the year. I
2010 Nov 07
3
Computing ergodic mean with CODA
Hi all, I would like to compute ergodic mean using MCMC output from WinBUGS. I tried using CODA package, but it seems that it is not implemented yet. Could anyone help me to compute this? Attached to this email are my output and index files. Kind regards, Raquel -- Raquel Rangel de Meireles Guimar?es Doutoranda em Demografia raquel at cedeplar.ufmg.br
2004 Sep 14
0
RV: SAMBA & ISAM Databases
You were correct. The problem was with smbfs. But now I have aproblem I didn`t have before: if a file is open by the application in Linux I can not create new records thru the application in Win. I can modify existing records but I can not create new records. Any ideas Jos? Guimar?es [ pg@moose-software.com ] Director Moose Software http://www.moose-software.com -----Mensaje original-----
2005 Sep 23
2
RES: Re: ACLs with Problem
I believe that you it did not understand my explanation. I have a Linux server executing samba intergrated with a server windows 2003 (PDC). Linux is using the users of windows 2003 saw winbind. But, the permissions for these of archive do not function. When I try to change the permissions of an archive in the sharing of the samba, it I do not function. The part of ACL of the samba is not
2004 Sep 14
5
SAMBA & ISAM Databases
I have a heterogeneous network with a R.H. Linux server running Samba 3.0.5 and various Win clients (from Win 98 to Win XP Pro). On a Samba share I have an ISAM database (Access, FoxPro etc. like) that is being accessed by applications running on the Win clients and by applications running in Linux. I have disabled "opplocks" in both Win9x clients and on the Samba share. I have
2005 Sep 28
0
RES: RES: RES: RES: Re: ACLs with Problem
I have an environment to make test. I go to try to mount a partition xfs in this server of test. I thank its help. -----Mensagem original----- De: Paul K?lle [mailto:pkoelle@gmail.com] Enviada em: quarta-feira, 28 de setembro de 2005 10:53 Para: Luis Henrique de Faria Guimar?es Assunto: Re: RES: RES: RES: [Samba] Re: ACLs with Problem Luis Henrique de Faria Guimar?es wrote: > I forgive me
2011 Jan 27
1
Saving log file in R and display run time
Hi all, I have two basic questions, hope you should help me: 1. How do I save a log file in R with the results? For example, in Stata it can be done by using "log using c:\...\test.txt" 2. How do I display the execution time of one function like the one below: CalculaCorrelacao <- function(construto, n) { library(polycor) for (i in 2:n){ for (j in i:n+1){ x1
2003 Jun 05
2
[patch] Builtin Mysql authentication
Hi, I would like to propose a patch that authenticates users in a mysql database without the use of nss-mysql or pam-mysql. I have a working patch, such that in case of a failure in getpwnam() it searchs for the user in a mysql database and fills his pw password struct. Although my actual patch uses pam-mysql to authenticate, I think it would be better if all authentication is
2010 Dec 23
1
Running sweave automatically using cygwin
Hi all, Hope someone could help me. I am trying to run automatically the conversion of an Rwn file to a tex file. I am using windows 7, and cygwin. I tried to run automatically the Sweave.sh script, in its the most recent version available at R webpage: http://cran.r-project.org/contrib/extra/scripts/Sweave.sh Unfortunately, I got this error message: =========================== Raquel at