similar to: TB, dovecot & trailing slash - again

Displaying 20 results from an estimated 800 matches similar to: "TB, dovecot & trailing slash - again"

2011 Mar 07
1
Patch proposition to implement a new workaround: tb-lsub-flags
Hi again Timo, As agreed earlier tonight, you'll find as attachments 4 diffs (diff -u) implementing the new workaround "tb-lsub-flags". The 4 impacted files are: ./src/imap/imap-settings.h ./src/imap/imap-settings.c ./src/imap/cmd-list.c ./src/config/all-settings.c Here is the proposed description for the dovecot.conf file: # tb-lsub-flags: # Usually IMAP servers don't
2009 Aug 11
3
dovecot 1.2.3: TB fails to unsubscribe folder after deletion
Hi, I'm running dovecot 1.2.3 with "imap_client_workarounds = tb-extra-mailbox-sep" and noticed that after deleting a folder (moving to Trash and emptying it on exit) that folder in Trash still keeps subscribed. I think the reason for that behavior is that the call for mailbox_list_set_subscribed() in imap/cmd-subscribe.c (line 84) is fed with the original mailbox name and not the
2006 Apr 17
0
Trailing Slash Issues
Hello, I''m using Lighttpd and I am having problems with links like this: http://mydomain.com/controller If I do not add the trailing slash it downloads the dispatch,fcgi as a file. Here is the lighttpd.conf # # Server Main Config # #include "lighttpd-inc.conf" server.modules = ("mod_rewrite", "mod_accesslog", "mod_fastcgi") server.port =
2006 Jan 13
1
page caching - rewrite rules/ trailing slash question
Hi, I was wondering if anyone has run into this issue in which trailing slashes are triggering the controller/action instead of serving the cached page in the public/ directory. For example www.myhost.com/controller/action - will serve up public/controller/action.html but www.myhost.com/controller/action/ - will run the action again. I''m quite newbie with the entire Apache
2007 Feb 07
0
Trailing Slash Problems with Deployment on Shared Hosting Using SymLinks
Hi, I''ve been trying to deploy a simple Rails app for a friend on a shared hosting account. I was able to get the Rails application running, but the URL need to end in a slash or else it would result in a 400 Bad Request error. After searching through the Rails I wiki found a page on the exact same error (http://wiki.rubyonrails.com/rails/show/Non +VHost+Installation, it''s
2007 Nov 28
1
IMAP --> Creating Folders --> trailing slash
Hello List, i use Dovecot 1.0.7 for pop and imap on Suse Linux 10.1. I need a little help in understanding something. If i want to create a folder with outlook express or thunderbird which can also create subfolders, then i have to create these folders with a trailing slash. folders created with trailing slash are in filesystem created als real folders, "normal" folders are
2005 Apr 10
1
trailing slash on module name
A trailing slash on a module name has no effect, which is on the one hand logical as it's not a directory name; on the other hand it's not consistent either (as experienced by a user). I suggest at least adding some comment to the manpage where trailing slashes are discussed. Perhaps also mention it in the rsyncd.conf manpage, where perhaps it may be noticed sooner. If I find the time
2011 Aug 11
1
rsync, trailing slash, and --delete
I'm trying to rsync a folder like so - rsync -aP --delete /home/share_20110801 /lastbackup/ share Under the /lastbackup folder there is a "share" folder. I'd like to rsync all the contents of the "share _20110801" folder directly under the the "share" folder under /lastbackup. I know I can add the trailing slash to the source directory to accomplish this,
2003 Apr 24
1
Trailing slash in destination
Good afternoon all, I'm currently working on a backup script that will fetch a set of logs from remote machines and store them on a central machine. The command I'm using is of the form ${RSYNC} -avz root@${site}:/data/access_* ${LOG_REPOSITORY}/${site}/ Each site usually holds about 8 files with the prefix "access_". Some machines however only have one, and this is where my
2002 Nov 27
1
Trailing Slash Inconsistencies
Hello, I am noticing inconsistencies when using a trailing slash on the source directories in conjunction with the '--delete' option. In one instance when using a trailing slash files get deleted from subdirectories in the destination tree. In the other instance they don't. I am using rsync 2.5.5. The following are the scenarios: Scenario 1 ---------- *nix(src) ---> *nix(dest)
2016 Feb 03
0
[PATCH 2/3] daemon: glob: add option for not returning dirs with trailing slash
Add a new optional bool "nodirectoryslash", to indicate that the caller does not want trailing slashes in names of directories; this helps with interoperability with other tools (such as rm). Related to RHBZ#1293271. --- daemon/glob.c | 8 ++++++-- generator/actions.ml | 17 ++++++++++++----- gobject/Makefile.inc | 2 ++ po/POTFILES | 1 + 4 files changed, 21
2012 Jan 08
2
disable interpretation of trailing slash
Hello, This is a feature request for a command-line option to disable special interpretation of trailing slashes on source directories. I have been using rsync for a couple of years now (what an awesome program!) and the meaning of the trailing slash on a source is always the one aspect of its syntax that slows me down and makes me check and re-check the manual to ensure that I have remembered
2016 Feb 04
2
[PATCH v2 1/2] daemon: glob: add optarg to control trailing slash for dirs
Add a new optional bool "directoryslash" to indicate whether the caller wants trailing slashes in names of directories, defaulting to true (the current behaviour); this helps with interoperability with other tools (such as rm). Related to RHBZ#1293271. --- daemon/glob.c | 11 +++++++++-- generator/actions.ml | 21 ++++++++++++++++----- gobject/Makefile.inc | 2 ++ po/POTFILES
2016 Feb 03
2
[PATCH 1/2] daemon: glob: do not return directories with trailing slash
Do not pass GLOB_MARK as flag for glob(3) in the daemon implementation of glob, so names of directories will not have a trailing slash. This allows users to have filenames that can be used with other tools, such as rm. Add a new test to check this (based on RHBZ#1293271). A mild behaviour change is that users of the glob API now need to append the slash when building paths using its results.
2009 May 19
2
DO NOT REPLY [Bug 6376] New: Trailing slashes avoid creating directories in daemon mode
https://bugzilla.samba.org/show_bug.cgi?id=6376 Summary: Trailing slashes avoid creating directories in daemon mode Product: rsync Version: 3.0.6 Platform: x64 OS/Version: FreeBSD Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org
2009 Dec 13
1
how to replace a single forward slash with a double backward slash in a string?
Dear R-helpers. Can someone kindly tell me how to replace a single forward slash with double backward slash in a string? i.e., from "a/b" to "a\\b" Many thanks in advance. -Sean [[alternative HTML version deleted]]
2009 Dec 13
2
how to replace a single backward slash with a double backward slash?
Dear R-helpers: Hours ago, I asked how to replace a single forward slash with a double backward slash and recieved great help. Thanks again for all the repliers. In the meantime, I wonder how to replace a single backward slash with a double backward slash? e.g., I want change "c:\test" into "c:\\test" I tried the following but does not work.
2004 Sep 10
0
[viral@debian.org: [rcw@debian.org: Re: Patches to abcde to include support for flac format.]]
(Viral: I'm forwarding your message to the FLAC mailing list) ----- Forwarded message from Viral <viral@debian.org> ----- Date: Fri, 3 Aug 2001 00:00:07 +0530 From: Viral <viral@debian.org> To: mdz@debian.org Subject: [rcw@debian.org: Re: Patches to abcde to include support for flac format.] Hi, I patched abcde so that it can encode flac files. The patch will not be included in
2011 Dec 13
0
Dir-merge exclude filter ignored when rsync DEST ends in /.
Hi, I encountered this behavor when switching my excludes from global exclude filter rules to dir-merge rules. If the spezified DEST directory has a trailing dot dir the exclude filter rule "exclude /foobar" inherited from dir-merge is ignored and the file gets deleted. But I'm not quite sure if this behavor is a bug or feature. Test: $ mkdir src $ touch src/object $ echo
2006 Sep 26
0
FLAC CD Archive
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chris Hirsch wrote: > >>> >>> I've been working on this sort of approach using abcde as a front-end, >>> and have run into several issues. What I finally decided on doing is >>> ripping the CD to a single flac file with embedded cue sheet using a >>> variety of tools (more details later). The