Displaying 20 results from an estimated 21 matches for "unremovable".
2013 Mar 01
0
unremovable dirs from failed unlink
A while ago someone on IRC had a directory with no entries but with a
non-zero i_size. rmdir fails because i_size isn''t zero but there are no
items left to remove and decrease i_size.
At the time casual code inspection implied that this would be possible
in unlucky error cases. I finally got around to really reading up and
reproducing it.
diff --git a/fs/btrfs/inode.c
2007 Aug 09
5
Unremovable file in ZFS filesystem.
I managed to create a link in a ZFS directory that I can''t remove. Session as follows:
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# ls -li bayes.lock.router.3981
bayes.lock.router.3981: No such file or directory
# ls
bayes.lock.router.3981 bayes_journal user_prefs
# /usr/sbin/unlink bayes.lock.router.3981
unlink: No such file or directory
# find . -print
2017 Sep 30
4
About LoopDeletion and infinite loops ... again! (RFC?)
...he side-effect thing instead right?)
BTW if the other proposal passes can we basically assume that if a loop doesn’t have the sideeffect intrinsic in it is then removable?
That patch seems to suggest that in its current state llvm is mostly broken for languages that consider all infinite loops as unremovable ... (but I didn’t read all the discussion)
Marcello
Sent from my iPhone
> On Sep 29, 2017, at 7:43 PM, Davide Italiano <davide at freebsd.org> wrote:
>
> On Fri, Sep 29, 2017 at 7:17 PM, Marcello Maggioni via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Hello!...
2008 Nov 27
2
Annoying gconf/ccsm behavior
...list as well. Immediately
causing compiz to stop listening for gconf notify events (see above).
I would be happy to supply a patch to fix this behavior, but I would
appreciate direction on how best to fix the bug.
Some options I considered:
1: Treat plugins passed on the compiz command line as unremovable at
runtime. active_plugins can safely not include gconf, and gconf will
remain loaded for the lifetime of compiz.
2: Update the ccsm gconf backend so that any updates to active_plugins
will implicitly include gconf in the list (this made sense to me, since
you wouldn't want to be configuri...
2002 Mar 12
2
roaming cache and nt acl support
...d profiles from the PC without jumping through a large
series of hoops (by way of permissions). For example
rt-click/properties/security/advanced/take ownership/allow
inheritable....blah blah blah....
but, like I said set "nt acl support = no" and it's happy as a clam (the
previously unremovable will remain, the new profiles are removed as
expected)
So I guess my questions are:
1) Is this normal behaviour for "nt acl support = yes"?
2) Should I be setting it to no?
3) Is it a bug introduced at 2.2.2?
I can get a dump together if someone would like me to...
Bill
2017 Sep 30
0
About LoopDeletion and infinite loops ... again! (RFC?)
...nsic itself doesn't really lower to
anything, as far as I can tell. I'm not sure the semantic has settled
down (and I still need to digest the whole proposal).
> That patch seems to suggest that in its current state llvm is mostly broken for languages that consider all infinite loops as unremovable ... (but I didn’t read all the discussion)
>
I think at least Rust (and maybe Java? but don't quote me on that) are broken.
https://github.com/rust-lang/rust/issues/42009
The original bugzilla for this issue has 3 digits which says a lot
about how old the problem is :)
https://bugs.llvm.org...
2017 Sep 30
0
About LoopDeletion and infinite loops ... again! (RFC?)
...ve the sideeffect intrinsic in it is then removable?
If it does not have the sideeffect intrinsic, or some other actual side
effect (or atomic, etc.), then yes.
>
> That patch seems to suggest that in its current state llvm is mostly broken for languages that consider all infinite loops as unremovable ... (but I didn’t read all the discussion)
As I understand it, it is broken in places, but we also don't take
advantage of assuming that loops terminate as much as we could (assuming
we fully commit to that assumption).
-Hal
>
> Marcello
>
> Sent from my iPhone
>
>>...
2004 May 26
2
feature request: undeletable folders
...he has to
patch courier-imap each time a new release appears to extend to this
certain functionality. So why not just include this feature in
courier-imap generally? I think there's no need to handle these folders
on a per mailbox basis. Courier-imap could look at a file that contains
the unremovable folders (one per line) and deny deletion of this folders.
Now you might say: "You could prevent deletion of this folders in your
webmail client as well." But that's only the half of the truth, because
if you just want to see webmail as one option of accessing the emails,
but POP3 a...
2009 Sep 01
2
Uninstall Wine Software doesn't work
When I try to use "Uninstall Wine Software" it does nothing. Some applications seem to uninstall but they remain on the list and on the disk.
Others, namely Office 2007, will not even pretend to uninstall.
How do I get rid of them?
2003 Sep 22
1
creates directory that can't be deleted (PR#4246)
Full_Name: Xiaobao Wang
Version: R 1.7.1
OS: Windows XP
Submission from: (NULL) (24.45.25.102)
accidentally done the following:
rpt.dir <- paste("c:/report/testR","bestsub",spe="/")
dir.create(rpt.dir)
(spe should be sep). Now the directory "c:/report/testR bestsub " cannot be
removed. I tried to remove it from Windows Explorer and got the message
2003 May 09
2
Revisiting two old issues
I'd like some opinions on a couple of long-standing rsync issues. My
two oldest, uncommitted patches are:
- A "no hang" patch that makes sure that the pipe from the receiver
to the generator can't block with resend requests.
- The "move files" patch that got changed into a --delete-sent-files
option.
For each item I have two questions -- do we need to
2017 Sep 30
0
About LoopDeletion and infinite loops ... again! (RFC?)
On Fri, Sep 29, 2017 at 7:17 PM, Marcello Maggioni via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hello!
>
> I read a bunch of discussions about the matter on this very mailing-list
> that are relatively recent or relatively old and I couldn’t find much
> agreement on the matter, so … here again :D
>
> LoopDeletion and infinite loops …
>
> Currently
2016 Jul 04
2
Status of stack walking in LLVM on Win64?
... (Unless people are using LLVM for UEFI development?)
Ignoring floating point, the first four integer parameters
are in rcx, rdx, r8, r9. The rest are on the stack.
- The exception handling might *resemble* other systems, but
surely has unique details.
- Ghere is absolutely an unremovable dependency on a linker;
it doesn't have to be the Microsoft linker, I believe GNU ld
already implements this.
The documentation should be used.
I can summarize and such, but it is documented.
Roughly, ignoring parameter passing and focusing only on exception handling,...
2004 Nov 23
1
NFS, test52, maildir, freebsd 4.x and OS X (Panther) Server
.../mailboxes/mailuser at example.com/dovecot-uidlist) failed:
Input/output error
Nov 22 20:10:46 server dovecot: IMAP(mailuser at example.com):
file_dotlock_replace(/host/mail/mailboxes/mailuser at example.com/dovecot-
uidlist) failed: Input/output error
Oddly, the dovecot-uidlist.lock file was unremovable on the NFS server
(OS X Panther Server) with a simple 'rm', so I started digging into
things a little further. It seems that the OS X NFS code is based on
the FreeBSD 5.x codebase. The server that Dovecot (and my NFS client)
lives on is FreeBSD 4.x, which doesn't support NFS loc...
2017 Sep 30
2
About LoopDeletion and infinite loops ... again! (RFC?)
Hello!
I read a bunch of discussions about the matter on this very mailing-list that are relatively recent or relatively old and I couldn’t find much agreement on the matter, so … here again :D
LoopDeletion and infinite loops …
Currently LoopDeletion bails if non-detectable trip count loops are encountered and that’s fine, there are languages where infinite loops without side effects cannot be
2008 Aug 11
2
Wine and Gnome menus...
...u that was created and updated during the installation of wine and subsequent applications.
After several days of experimenting, the only thing I've managed to do is to break things further. If you Google 'gnome menus wine' you'll see many reports of broken, missing, un-editable or unremovable Gnome menus in Debian and the various Ubuntus, with no easy or reliable answer, and many partial, inconsistent, and inevitably primitive approaches being suggested.
As of now, I think I have finally succeeded in completely uninstalling and purging the old version of Wine and all its configuration...
2010 Apr 26
2
00LOCK and nfs
I am running into a problem with the 00LOCK file and .nfs files. It
seemed to be caused by the following
R is installed on NFS
user A has loaded pkg_A containing a dynamically loaded library
user B (the administrator) runs install.packages("pkg_A")
as the final part of the installation process the 00LOCK directory is removed
this creates a .nfs file because user A has the
2016 Jul 04
3
Status of stack walking in LLVM on Win64?
...LLVM for UEFI development?)
> Ignoring floating point, the first four integer parameters
> are in rcx, rdx, r8, r9. The rest are on the stack.
>
>
> - The exception handling might *resemble* other systems, but
> surely has unique details.
>
> - Ghere is absolutely an unremovable dependency on a linker;
> it doesn't have to be the Microsoft linker, I believe GNU ld
> already implements this.
>
> The documentation should be used.
>
> I can summarize and such, but it is documented.
>
> Roughly, ignoring parameter passing and focusing only o...
2009 Oct 14
0
[ANNOUNCE] compiz-0.8.4
Compiz 0.8.4 is released!
This is the second stable release of Compiz 0.8 series. This release brings two
new plugins, translation updates, many bug fixes, improved stability, and
better screen resolution change handling. Also included is additional
integration work for KDE 4. In particular, window thumbnails are now supported
in Plasma window tooltips with the new KDE compatibility plugin, the
2014 Nov 30
4
awk vs. mawk
On Nov 26 22:39:27, hans at stare.cz wrote:
> ./test_replaygain.sh fails for me in tonegenerator(), saying:
>
> ./test_replaygain.sh[91]: mawk: not found
> Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
>
> Apparently, the tone-generating awk script does not work with
> my system's awk, which is "awk version 20110810" as distributed