similar to: How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?

Displaying 20 results from an estimated 1000 matches similar to: "How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?"

2004 Jun 02
2
[Patch] for bug 81
Index: namei.c =================================================================== --- namei.c (revision 968) +++ namei.c (working copy) @@ -526,7 +526,7 @@ status = -EBUSY; - if (!empty_dir(inode)) { + if ( S_ISDIR (inode->i_mode) && !empty_dir(inode)) { LOG_TRACE_STR ("dentry is not empty, cannot delete"); goto
2003 Apr 08
1
Question about samba - smbfstab settings
Hi guys, I have a problem with samba when using shares. The link is there, so i can read and write files, but samba gives me an error it can't chmod the file, so i suppose i forget something in smbfstab. Hope you guys can help. Here is my smbfstab ..... //simons/LVWin60 /home/beheer/Documents/simons username=BEHEER,password=secure,uid=SIMONS,gid=users -- here SIMONS is the name of
2002 May 16
2
possible bug rsync-2.5.5 rsyncd.conf option "max connections"
Hello, I think i may have found a bug in the "max clients" option in rsyncd.conf [we use rsync-2.5.5; All platforms I tried (Irix-6.5.14 and various linux flavours) show the behaviour explained below] The manpage says: |max connections | The "max connections" option allows you to specify | the maximum number of simultaneous connections you | will allow to
2016 Nov 11
3
Domain self join
Hi, I want to authenticate against Samba 4 using samba and sssd on FreeBSD using this guide: http://serverfault.com/questions/599200/how-to-integrate-active-directory-with-freebsd-10-0-using-security-sssd The problem is, the machine I want to install authentication on is the domain controller itsself. So the following commands show the errors: net ads join
2018 Nov 15
3
Samba AD DC: share access denied
Hey Samba, For the last year I've been trying to set up a Samba Active Directory with a share which will hold the profiles of users so that Windows users can be implemented with the roaming profiles functionality. I started out with an Ubuntu Server 16.04 LTS on which I configured routing, forwarding and dhcp. After which I followed the Setting up Samba as an Active Directory Domain
2010 Jul 20
1
define subgroups based on position in table
Dear list, I have a data frame with one column (group) and want to add a second column (sub) with a serial number that says to which subgroup a cell belongs. A subgroup contains the consecutive rows of the same group. The number of a subgroup is based on its position in the table. The first subgroup of A's and B's should have nr A1 and B1, the second nr A2 and B2, etc.. I hope the
2017 Dec 18
3
sieve_pipe_socket_dir not created at startup for configured pipe service
Hi, all I?m new to the list but not to dovecot. I?ve been using it in a basic configuration for some time, but finally decided to tweak my deployed system to take advantage of some more dovecot features. In particular I?m trying to set up pigeonhole to implement spam retraining with imapsieve. All of this is with dovecot 2.2.31 (65cde28) and pigeonhole 0.4.19. Before going any further let me
2010 Dec 17
4
using rsync to keep squeeze amd64 image freshened.
Hi all, ? ? ? I tried to get my query of how to use rsync by the mailing list debian-user at lists.debian.org but the answers were not satisfactory. You can see the whole thread starting from http://lists.debian.org/debian-user/2010/12/msg00651.html What I want to do is to keep the weekly amd64 squeeze build , from t its
2008 Feb 12
1
LDISKFS-fs warnings on MDS lustre 1.6.4.2
Hi Folks, We can see these massages on our MDS Feb 12 12:46:08 mds01 kernel: LDISKFS-fs warning (device dm-0): empty_dir: bad directory (dir #31452569) - no `.'' or `..'' Feb 12 12:46:08 mds01 kernel: LDISKFS-fs warning (device dm-0): ldiskfs_rmdir: empty directory has too many links (3) It seem to indicate that we have bad(corrupted) directory. Do you have any idea how to
2010 Sep 09
1
Backing up a stand alone system to a usb drive with rsync
I have a stand alone system with two drives / and /home on one and /var on the the other. I'd like to backup the complete system to a usb drive. I've tried dd however since it copies over everything, even empty space it didn't seem very practical since for instance root only has 10GiB out of 70 used. Would rsync be a suitable application to use for this or will it only work over a
2005 Aug 16
2
TxFax -> RxFax on same machine hangs
Hi, I noticed a strange behaviour: Faxing using spandsp (TxFax) from my asterisk box to my old, common fax machine at home works fine. Faxing from the same box to my office pc-fax (Hylafax) also worke fine. Receveiving faxes on my asterisk box using spandsp (RxFax) also works fine. It is a PSTN number connected to the digium card of that asterisk box. Then I faxed from my asterisk box (TxFax)
2009 Jul 13
2
SSL_PARAMETERS_PERM_PATH
Hi, I am not on this list so please CC me. Using dovecot-1.2.x it seems we can not configure the location of ssl- parameters.dat.tmp, it is hard coded to be in PKG_STATEDIR: ./src/master/master-settings.c: #define SSL_PARAMETERS_PERM_PATH PKG_STATEDIR"/"SSL_PARAMETERS_FILENAME This can lead to problems when you're running multiple instances on one machine. Apart from that, it
2010 Feb 04
2
Problem with number of groups of AD User (token size ?)
Hi all On a CentOS 5.4 system with Samba 3.0.33 (member server of an AD domain in 2003 native mode) I have the problem that certain users can't use the shares (can't logon), while others can. I *think* this is related to the fact that those users unable to connect are member of a huge number of groups (100+). We know from experience that this is a problem in Windows itsself (need to
2007 Mar 01
1
How to detect a printer across a network?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, The shares are browsable again, but the printer can not get detected. If i list the shares from the PC the printer is connected to, it is visible.. But somehow it is not visible in konqueror, en thus not selectable. I used to use the ip adress, but since we are behind a router, these adresses vary... monkey9@tribal-sfn2:~> smbclient -L
2009 Aug 03
5
Released Sieve v0.1.10 for Dovecot v1.2.2
Hello Dovecot users, In the last week two nasty bugs were found in the new Sieve implementation. Primarily, the include extension did not work when a compiled binary was loaded from disk. This is something that is still not tested by the test suite, giving this bug the opportunity to slip through. Also, the value matching implementation would sometimes cause a assertion failure. Other than
2009 Aug 03
5
Released Sieve v0.1.10 for Dovecot v1.2.2
Hello Dovecot users, In the last week two nasty bugs were found in the new Sieve implementation. Primarily, the include extension did not work when a compiled binary was loaded from disk. This is something that is still not tested by the test suite, giving this bug the opportunity to slip through. Also, the value matching implementation would sometimes cause a assertion failure. Other than
2002 May 21
4
Bad directories appearing in ext3 after upgrade 2.4.16 -> 2.4.18+cvs
Hi, I recently upgraded one of my fileservers from 2.4.16 to 2.4.18 plus the ext3-cvs.patch that Andrew Morton pointed me to for addressing and assertion failure. Since then I have been getting lots of errors like: May 21 14:07:03 glass kernel: EXT3-fs error (device md(9,0)): ext3_add_entry: bad entry in directory #2945366: rec_len %% 4 != 0 - offset=0, inode=1886221359, rec_len=24927,
2016 Nov 11
1
Domain self join
Am 11.11.2016 um 17:33 schrieb Marc Muehlfeld: > Hello Ronny, > > Am 11.11.2016 um 17:19 schrieb Ronny Forberger via samba: >> I want to authenticate against Samba 4 using samba and sssd on FreeBSD >> using this guide: >> >> http://serverfault.com/questions/599200/how-to-integrate-active-directory-with-freebsd-10-0-using-security-sssd >> >> The problem
2009 Jan 17
2
CraigsPalFree problems
Hello Wine Gurus, I am new to running apps with Wine but have been moderately successful so far. I am trying to work with CraigsPalFree, a nifty app that allows the user to "power-search" craigslist -- sortable results, multiple locations, etc. The URL is craigspal.com and the download location is http://www.craigspal.com/to_download.php. Here is what happens (the order varies): 1.
2009 Jul 28
1
[LLVMdev] calling member via JIT
hello, after a lot of tries i could assemble a pretty small version of what either triggers a bug in LLVM or is caused by misuse of LLVM on my side. i would be very happy, if someone with more experience with the JIT could have a look on my code. the use-case: a class in a bitcode-file, loaded (jitted) by an app at runtime the app calls a static create inside the bitcode and then tries to