Displaying 20 results from an estimated 13978 matches for "renames".
2004 Apr 05
9
link(2) to rename files in sftp
...n 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.
Hi Timo,
We are observing some weird behaviour when we try to rename an inferior
folder, followed by the superior folder.
These folders have an asterisk in the name.
* LIST (\HasChildren) "." "*Own Family"
* LIST (\HasChildren) "." "*Own Family.Tour"
* LIST (\HasNoChildren) "." "*Own Family.Maid"
* LIST (\HasNoChildren)
2007 Oct 14
1
This is a fsck log,what's the problem?
This is a fsck log of my computer ,everytime when boot the system show
this things,
what's the problem? And how can I cancel it when system boot?
Log of fsck -C -R -A -a
Sun Oct 14 21:00:34 2007
fsck 1.40.2 (12-Jul-2007)
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/hdb1: 18222 files, 425355/1053230 clusters
dosfsck 2.11, 12 Mar 2005, FAT32, LFN
/dev/hdb10: 22 files, 571488/1248831 clusters
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
...s changed later to make 'rename' more POSIX-compliant. In this case, we should add a comment to the function 'rename' so that its users knew that renaming across different volumes is not supported by design. Or we could have two different functions, one POSIX-compliant, not allowing renames across different volumes, another non-POSIX-compliant.
Before r315079, the function 'rename', (in the case when the destination file isn't opened), boiled down to calling the function 'MoveFileExW' with the MOVEFILE_COPY_ALLOWED flag set, allowing renaming files across the volu...
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".
2016 Apr 06
2
LTO renaming of constants with inline assembly
On Wed, Apr 6, 2016 at 11:16 AM, Peter Collingbourne <peter at pcc.me.uk>
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
2019 Jul 18
3
getent passwd shows old name for renamed user
..., 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)
...er
>> directly.
>>
>> This smells like "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.
Wh...
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
2011 Apr 26
1
2.0.12 (fa2e92526716): Deleting mails and folders from public namespaces
...renaming, a new explicit ACL should be added to the user who did the renaming, because otherwise user could no longer access that mailbox at all. Still doable I guess.
Although it is possible to give user permission to delete foo/bar but not give permission to create children to foo. Then if user renames foo/bar to Trash/foo/bar, it's not possible to rename it back. Probably not a real problem.
Renaming from/to shared namespace needs to update the shared users acl dict.
Quota also needs to be updated. I'm not sure if lazy-expunge has any trouble with this. Multi-dbox backend can't do...
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
...ter to make ‘rename’ more POSIX-compliant. In
> this case, we should add a comment to the function 'rename' so that its
> users knew that renaming across different volumes is not supported by
> design. Or we could have two different functions, one POSIX-compliant, not
> allowing renames across different volumes, another non-POSIX-compliant.
>
> Before r315079, the function 'rename', (in the case when the destination
> file isn't opened), boiled down to calling the function 'MoveFileExW' with
> the MOVEFILE_COPY_ALLOWED flag set, allowing renaming fi...
2018 Mar 22
0
[pre-RFC] Data races in concurrent ThinLTO processes
...ption has changed later to make ‘rename’ more POSIX-compliant. In this case, we should add a comment to the function 'rename' so that its users knew that renaming across different volumes is not supported by design. Or we could have two different functions, one POSIX-compliant, not allowing renames across different volumes, another non-POSIX-compliant.
>
> Before r315079, the function 'rename', (in the case when the destination file isn't opened), boiled down to calling the function 'MoveFileExW' with the MOVEFILE_COPY_ALLOWED flag set, allowing renaming files acro...
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
Hi,
We are running Centos 6.7 - 2.6.32-573.22.1.el6.x86_64 on a Quanta
Cirrascale, up to date with patches. We have had a couple of instances
in which the hard drives have become renamed after reboot (e.g. drive
sda is renamed to sdc after reboot). One time this occurred when we
rebooted following the installation of a 10GB NIC card, another time
after we tried to install mellanox drivers