Displaying 20 results from an estimated 1000 matches similar to: "Rsyncd - Help me"
2013 Jul 04
2
Migrating domain using IMAPc
Hi list,
I'm trying to do a domain migration using the imapc feature, but i'm having
some problems and I really don't know what is happening.
So if you guys could help me with a path to solve this, I will be glad.
I'm using Dovecot 2.1.7 in a Debian Wheezy machine.
The command I'm using is:
dsync -Dv -o imapc_features=rfc822.size -o imapc_host=IP -o imapc_port=143
-o
2004 Jan 27
2
Samba as a client to Windows2000 + special characters on filenames
Greetings!
I have been troubleshooting this for over a week, and what follows is a rather
long, detailed description. The short description to the problem I have been
dealing with is: I can't access files on a windows2000 server from a Linux
client when their filenames have some specific special characters such as "?" I
can list them, but not copy.
The setup:
server: Windows 2000
2006 May 22
1
Fatal: sigaction(SIGRTMIN) failed: Invalid argument
Hello all,
I`ve tried to run dovecot many times in my system (Conectiva Linux
9) and was unable to do so. For some reason it gives this message and
quits - never runs.
My system:
Linux ba.gazetaweb.com 2.4.21-28872cl #1 Sex Mar 21 22:02:49 BRT
2003 i686 unknown
I`m migrating from UW-IMAPD to dovecot. I've compiled it from
sources, using default configurations.
Any help
2005 Nov 25
3
Exception on rails: uninitialized constant Base
Hello,
I have installed ROR and when I try to create a project, i am getting a
Exception, that don''t make me any sense.
I have installed it from gem, and ruby from apt Ubuntu repository. Do
anyone have any idea? I have ever installed libfcgi, and nothing
different.
Thanks,
Breno Leitão
--
leitao@capitu:~/rails$ rails foo
2001 Oct 14
1
ssh->rsync->newbie
warning: rsync/sysadmin newbie question...
I want to sync the web directory from my production server to my
backup server (through ssh). rsync is working fine, except that it
doesn't seem to authenticate my rsync user which is not a system
user. If I run the command manually, sshd asks for the far end
user's password. If I use that user's password, the files are
rsynced to a
2004 Dec 21
1
ssh rsync problem
Hi all,
I recently acquired a laptop which brings the grand total of computers
at three. 1 laptop, 1 server, 1 desktop. Now the problem I want to solve
is the following: Because I work on both my laptop and desktop I would
like to sync data in my prj/ directory to my server. So when I logon I
sync my data from to server to the computer I currently working on and
when I logoff I sync the data
2006 Feb 09
1
Installing visio 2003 with wine
Hi, folks.
My name is Breno and I'm new to this list. The main reason that made me
subscribe it is that I've recently changed from the Microsoft world to the
Linux world and I'm marvelled. I'm using fedora core 4 and it is working
perferct for me.
The problem is that I am an engineer and most of my job is done using
microsoft visio. Unhapply Dia is not being enought for
2006 May 23
1
Hint for Fatal: sigaction(SIGRTMIN) failed: Invalid argument
Hello,
Search google I've found a thread ("errors in logfile") discussing
a similar problem to mine. It`s something related to the #define
IOLOOP_NOTIFY_DNOTIFY in config.h, but disbling it resulted in errors
in compilation.
I'm really running out of answers for this one... if anyone could
give a hint, it'd be of great help.
cheers
--
.''`. -- Breno
2011 Jun 29
1
Fwd: help
Hi
I have imported some files to a list, called "importa".
There are 43 files (importa[1], importa[2], ..., importa[43]). Now, I'm
trying to create a new table in "r". Each table will got the data from the
importa partition. Like file1<-importa[1].
I tried two ways:
c<-list()
for (i in 1:43) {
c[i]=paste("prova",a[i],sep="")}
i <- 1
for (j in c)
2005 Apr 26
1
Samba as domain member server cannot authenticate users
This problem was already described on a very similar way in Oct 2004
on the following message:
[http://lists.samba.org/archive/samba/2004-October/094683.html]
As no solution was found so far, I am re-posting it on the hope that
somebody can help.
=================================================
Situation:
- A windows2000 domain with active directory up and running.
- A Samba server with
2011 Jan 13
2
Axure RP Pro 5.5.0.1945
Hi,
I'm having trouble to put Axure 5.5.0.1945 to work. I just need this to become a full-linux user.
The program is starting, but the main window does not work. I feel that I'm on the right way!
Print: http://img405.imageshack.us/img405/4817/scrt.png
I tried a lot of configuration and all of them got me the same result.
What should I do? Is impossible for Axure works properly on
2008 Apr 11
1
rsync to copy files remoteserver
Hello every one,
for the first i am trying to use rsync to copy files from remote server to
local machine.
i am using the rsync version 3.0.1 protocol version 30 on local machine.
remote server is using rsync version 2.6.3 protocol version 28.
i read on web that to copy files from remote server we need to update
username&password in the file
secrets file = /etc/rsyncd.scrt ,but this
2005 Jan 06
1
How to use rsync
Hi,
I am having one machine which i want to configure as a rsync server.
Onthe machine I had kept the following file
/etc/rsyncd.conf
motd file = /etc/rsyncd.motd
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[rsync-test]
path = /home/xidcit/test
comment = XIDC Rsync Server
uid = nobody
gid = nobody
read
2013 Jan 03
1
Dsync didn't updates automatically
Hi,
I'm trying to use the Dsync cluster feature in a simple setup, without
director, but I'm having some troubles.
First of all, I want to know if this functionality syncs the mailbox when
the user receive a mail or only when the dovecot starts?
Reading the Dovecot mailing list and the design description for a
dsync-replicated Dovecot cluster, I understood that it should sync every
time
2016 Feb 08
1
--link-dest not working on remote server (running daemon)
With the following server config:
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[offsite]
path = /media/external/
comment = Offsite backup
read only = no
hosts allow = 192.168.2.0/24
auth users = backup
secrets file = /etc/rsyncd.scrt
uid = 0
gid = 0
I tried the following for --link-dest and they all tried to transfer all
2016 Feb 08
1
--link-dest not working on remote server (running daemon)
Hello,
I have read through the list of previous issues regarding this issue but
haven't been able to resolve mine. I apologize in advance for the long text
and am probably doing some simple typo. I have two servers in my setup:
*Server 1*
Doing rsync with --link-dest daily and working as expected. I'm getting the
hard links in the new daily directories.
*Server 2*
Running rsync daemon
2006 Mar 31
2
Rsync ignoring secrets file
Hi list
I have a strange problem. I've tried for the first time to install and
use rsyncd. Rsync itself works it does everything that it should do,
except ask for a password. Google and the manual wasn't helpful i just
found howto's and no solution.
Here is what i did:
rsyncd.conf
===========
pid file = /var/run/rsyncd.pid
use chroot = yes
read only = yes
Simple example for
2003 May 03
1
mkstemp <filename> failed
I'm not really what you would call a linux newbie, but I managed to run
into a problem with rsync that has me stumped.
I want to conduct un-attended backups of various files and directories
over about 3000 miles of Internet, so I chose sshd and rsync for the job.
I wrote a pair of scripts to do the job, the first to run incremental tars
on the localhost, the second to run the rsync client.
2006 Jul 29
1
How to keep permissions from rsync server?
Dear readers,
Does anyone know how I can keep the file permissions on the
destination side when I sync?
This is what I have done so far.
In /etc/rsyncd.conf on the server have I:
-------------------------------------------------------
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[server]
path = /
uid = root
gid = root
read only = yes
2002 Feb 05
1
Path restriction in RSync
Hi,
I am loosing myself here. Please correct me as I obviously don't get it yet.
I read the information on multiple sites so far about rsync and I thought
that:
[simple_path_name]
path = /rsync_files_here
comment = My Very Own Rsync Server
uid = nobody
gid = nobody
read only = no
list = yes
auth users = username
secrets file = /etc/rsyncd.scrt
Would actually limit