Displaying 20 results from an estimated 14004 matches for "renaming".
2004 Apr 05
9
link(2) to rename files in sftp
Is there an alternative to using link(2) to rename files in sftp-server?
Some users use sftp to upload files to a vfat partition on an sftp-server,
and then renaming doesn't work. This breaks konqueror, for example (from KDE,
which u), which upload files first with a ".part" extension and then renames
them removing this extension.
2007 Oct 02
2
Folder renaming oddities.
...asChildren) "." "Own Family.Tour"
* LIST (\HasNoChildren) "." "Own Family.Tour.NZ"
dovecot: Oct 02 11:02:59 Error: IMAP(XXX): rename(/XXX/Maildir/.*Own
Family.TourNZ, /XXX/Maildir/.Own Family.TourNZ) failed: No such file or
directory
It seems that the renaming of the folder succeeds, though the "a NO
Internal error occurred" is reported.
However, when the folders do not have an asterisk in the name.
* LIST (\HasChildren) "." "Own Family"
* LIST (\HasNoChildren) "." "Own Family.Maid"
* LIST (\HasChild...
2007 Oct 14
1
This is a fsck log,what's the problem?
...ve changed without updating the
long name)
Not auto-correcting this.
Wrong checksum for long file name ":5c3.bmp".
(Short name 039\0000000.\000MP may have changed without updating the
long name)
Not auto-correcting this.
/:4wK:7iK:5jc:4vW/WBDZT75/BMP/:7Kl.bmp
Bad file name.
Auto-renaming it.
Renamed to 000\0000000.\000MP
/:4wK:7iK:5jc:4vW/WBDZT75/BMP/:9gU.bmp
Bad file name.
Auto-renaming it.
Renamed to 001\0000000.\000MP
/:4wK:7iK:5jc:4vW/WBDZT75/BMP/:8i7.bmp
Bad file name.
Auto-renaming it.
Renamed to 002\0000000.\000MP
/:4wK:7iK:5jc:4vW/WBDZT75/BMP/:6-U.bmp
Bad fi...
2015 Mar 02
4
Renaming Default-First-Site
Hi,
i renamed the default-first-site-name with the windows-tools and now I
see that serveral DNS-entries still point to the default-first-site-name
instead of the renamed site-name.
Today I joined a second DS to the renamed site wich worked perfectly,
the DC's DNS-entries are in the right site.
Actually I don't see any problem but should the entries not be in the
renamed site and the
2007 Jan 08
6
hard-hang on snapshot rename
[Initial version of this message originally sent to zfs-interest by
mistake. Sorry if this appears anywhere as a duplicate.]
I was noodling around with creating a backup script for my home
system, and I ran into a problem that I''m having a little trouble
diagnosing. Has anyone seen anything like this or have any debug
advice?
I did a "zfs create -r" to set a snapshot on all
2009 Nov 15
3
file.rename overwrites existing target (PR#14065)
Full_Name: Jens Oehlschl?gel
Version: 2.10.0
OS: Windows XP Professional
Submission from: (NULL) (85.181.158.112)
file.rename() will successfully rename file a to b - even if b exists already.
Though the documentation does not state what file.rename() will do in this
case,
I guess the expected behaviour is to fail and return FALSE.
Kind regards
Jens Oehlschl?gel
> cat("a\n",
2020 Apr 01
0
[PATCH] vdpa: move to drivers/vdpa
On 2020/4/1 ??3:19, Michael S. Tsirkin wrote:
> We have both vhost and virtio drivers that depend on vdpa.
> It's easier to locate it at a top level directory otherwise
> we run into issues e.g. if vhost is built-in but virtio
> is modular. Let's just move it up a level.
>
> Reported-by: Randy Dunlap <rdunlap at infradead.org>
> Signed-off-by: Michael S. Tsirkin
2009 Sep 30
2
Rename Computer In Samba Domain: Access Is Denied
I am pulling my hair out trying to figure out why trying to rename my
computer joined to a Samba domain (version 3.2.3) keeps failing with
"Access is Denied". In searching I found references to people with the
same problem where the answer was to set the "rename user script"
option in smb.conf, but I have done that (not forgetting to restart
Samba) and there is no difference,
2018 Mar 22
4
[pre-RFC] Data races in concurrent ThinLTO processes
...lt; OutputBuffer.getBuffer();
}
// Rename to final destination (hopefully race condition won't matter here)
EC = sys::fs::rename(TempFilename, EntryPath);
Compared to a race-prone direct write of a buffer to a file, this code avoids a data race by first writing a buffer to a temp file and then renaming that temp file to become the final file in the cache. After r315079, when 'rename' became more POSIX-compliant, this scheme guarantees atomicity of writing a file to the cache,
(except on Wine, where (in some cases) non-atomic ::MoveFileExW is used).
However, 'rename' might fail an...
2012 Jul 04
2
[PATCH] libxl: rename stubdomain when renaming domain
# HG changeset patch
# User Ian Campbell <ian.campbell@citrix.com>
# Date 1341397625 -3600
# Node ID 167f013324e854a28fc7637cbb7211fa266dcbc5
# Parent 12011fcfd5cce2a831da3558c59f2c3622e71250
libxl: rename stubdomain when renaming domain.
Otherwise after a localhost migrate of an HVM domain with a stubdomain we end
up with domains called "FOO" and "FOO--incoming-dm". This because we initially
create the domains as "FOO--incoming" and then rename to "FOO" inorder to
maintain the unique...
2016 Apr 06
2
LTO renaming of constants with inline assembly
...wrote:
> On Wed, Apr 6, 2016 at 10:49 AM, Teresa Johnson <tejohnson at google.com>
> wrote:
>
>>
>>
>> On Wed, Apr 6, 2016 at 10:46 AM, Peter Collingbourne <peter at pcc.me.uk>
>> wrote:
>>
>>> I suspect that the right way to do promotion/renaming of this sort is to
>>> rename at the MC layer just before writing the symbol table to the object
>>> file.
>>>
>>
>> I think that is too late - how would the symbols be distinguished in the
>> LTO case below after the IR is linked but before we renamed t...
2019 Jul 18
3
getent passwd shows old name for renamed user
On 18/07/2019 17:36, Kris Lou via samba wrote:
> Might have something to do with this bug:
> https://bugzilla.samba.org/show_bug.cgi?id=11482
>
> You can find and make the relevant changes with ADSI Edit.
>
>
The problem is that renaming a user on Linux works the opposite way to
Windows and neither renames everything.
If you rename on Linux with ldbrename, it renames dn, cn, name and
distinguishedname, it doesn't rename any other attributes,
Windows renames everything except dn, cn, name and distinguishedname
Rowland
2024 Mar 16
1
samba allows rename to a locked file (from linux cifs mount)
...ot;strict rename" isn't enabled ? it isn't by default.
>
> Nope, it's not it.? strict rename only applies to dirs.
> I'm writing about plain files, not only rename but also delete.
>
> Enabling strict renames does not change anything.? Yes it prevents from
> renaming a directory if a file is open inside.? But not renaming a plain
> file which is locked.
oh, you mean just rename a plain file that is currently opened by some
client? That is possible as long as all opens pass FILE_SHARE_DELETE.
What kind of "lock" where you referring at in your ini...
2016 Apr 06
2
LTO renaming of constants with inline assembly
On Wed, Apr 6, 2016 at 10:46 AM, Peter Collingbourne <peter at pcc.me.uk>
wrote:
> I suspect that the right way to do promotion/renaming of this sort is to
> rename at the MC layer just before writing the symbol table to the object
> file.
>
I think that is too late - how would the symbols be distinguished in the
LTO case below after the IR is linked but before we renamed the duplicate?
Teresa
> Peter
>
> On We...
2011 Apr 26
1
2.0.12 (fa2e92526716): Deleting mails and folders from public namespaces
On 26.4.2011, at 23.48, Binarus wrote:
> But whenever a user tries to delete a folder from the public namespace,
> dovecot gives the following error: "Renaming not supported across
> non-private namespaces".
..
> Furthermore, I haven't completely understood the reason for the
> different behaviour of folders in the public namespace and a single
> message therein.
Talking only about ACLs I guess it would be ok to allow renaming from...
2007 Dec 28
1
Odd behavior with --detect-renamed
Hello,
I'm totally new to this list, so I hope I don't break all the rules. :)
I've looked through the archives (and google), and I really can't find the
answer to my question.
I'm trying out the 'detect-renamed'-patch, and I've encountered some odd
behavior. I've applied the patch to both rsync-2.6.9 and rsync-3.0.0pre7,
and it's the same behavior.
2018 Mar 27
2
[pre-RFC] Data races in concurrent ThinLTO processes
...ename to final destination (hopefully race condition won't matter
> here)*
> *EC = sys::fs::rename(TempFilename, EntryPath); *
>
> Compared to a race-prone direct write of a buffer to a file, this code
> avoids a data race by first writing a buffer to a temp file and then
> renaming that temp file to become the final file in the cache. After
> r315079, when ‘rename’ became more POSIX-compliant, this scheme guarantees
> atomicity of writing a file to the cache,
> (except on Wine, where (in some cases) non-atomic ::MoveFileExW is used).
>
> However, ‘rename’ might...
2018 Mar 22
0
[pre-RFC] Data races in concurrent ThinLTO processes
...> }
> // Rename to final destination (hopefully race condition won't matter here)
> EC = sys::fs::rename(TempFilename, EntryPath);
>
> Compared to a race-prone direct write of a buffer to a file, this code avoids a data race by first writing a buffer to a temp file and then renaming that temp file to become the final file in the cache. After r315079, when ‘rename’ became more POSIX-compliant, this scheme guarantees atomicity of writing a file to the cache,
> (except on Wine, where (in some cases) non-atomic ::MoveFileExW is used).
>
> However, ‘rename’ might fail an...
2007 May 16
2
CONVERT Plugin
Timo,
Running v1.0.0
The convert plugin works pretty damn good! No need to mess with
external utilities.
One comment, though: Running here on OS X, I configured it with this
convert_mail line:
convert_mail = mbox:~/Library/Mail/IMAP/:INBOX=/var/mail/%u and
mail_location = maildir:~/Maildir
The IMAP directory was renamed to IMAP-converted after the process
but the inbox (in
2016 May 24
5
Hard drives being renamed
...on of a 10GB NIC card, another time
after we tried to install mellanox drivers
(MLNX_OFED_LINUX-3.2-2.0.0.0-rhel6.7-x86_64). Currently we are unable to
boot because that drive has been renamed.
Our questions are
* Has anyone else experienced similar issues?
* What can we do to prevent such renaming in the future
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Pat Haley Email: phaley at mit.edu
Center for Ocean Engineering Phone: (617) 253-6824
Dept. of Mechanical Engineering Fax: (617) 253-8125
MIT, Room 5-213 h...