search for: unfrozen

Displaying 16 results from an estimated 16 matches for "unfrozen".

2015 Apr 29
3
Postpone email delivery with LMTP and Postfix
Hi, is there any way, based on userdb/passwdb attribute, how to postpone an email delivery? The purpose is, I need to freeze an account (Maildir++) for a few minutes and new email must not be delivered. But emails must be delivered when account is unfrozen. I found few things about Postfix filters, but I'm not sure it's a good way. Thank you, Milo
2005 Mar 10
3
a few questions about ext3 journal
...estions : 1) Is there a way to check the size of the journal of an ext3 filesystem ? I mean - the actually used size ; not the total size of the journal. 2) Would it be difficult to implement "freeze" of ext3 filesystem - that is, blocking all I/O to the filesystem until it's "unfrozen" (XFS can do that), for two purposes : A/ allowing "freezing" in a clean state, to allow clean snapshotting B/ allowing "freezing" while moving a SCSI disk or a network-connected disk without umounting filesystem A/ would require some work at the FS layer I guess, but B/...
2005 Nov 25
3
Query: Filesystems
...ms (besides XFS) support freezing? (ie. in conjuction with LVM snapshots this can allow a mounted filesystem to be frozen [freezing all processes writing to this filesystem] in a valid state (with possibly dangling unlinked files), the device can be snapshotted via LVM, and the original filesystem unfrozen - the snapshot now contains a valid snapshot in time of the original filesystem - with no corruption. Can this (freezing) be used for the root filesystem or other important filesystems? ie. might it cause something vitally important to freeze? Can a snapshotted LVM (the snapshot, not the origin...
2015 Apr 30
0
Postpone email delivery with LMTP and Postfix
...at gmail.com> 2015.04.29 22:47: > is there any way, based on userdb/passwdb attribute, how to postpone an > email delivery? The purpose is, I need to freeze an account (Maildir++) for > a few minutes and new email must not be delivered. But emails must be > delivered when account is unfrozen. You can put the messages on hold and then release them again: http://wiki2.dovecot.org/Migration/Online -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 181 bytes Desc: Digital signature URL: <http://doveco...
2004 Mar 15
0
New versions: mvbutils and debug packages
...: ? hiearchical, searchable project organization, with workspaces switchable inside a single R session, and objects in "ancestor" projects always visible in R from "child" projects; ? function editing (interface to text editors), with multiple simultaneous edits, an "unfrozen" R prompt, and automatic backup; ? function code and plain-text documentation stored in the same R object, and editable in the same file; ? informal plain-text documentation via help, and conversion to Rd format; ? nested 'source'ing, and interspersal of R code and data in the...
2004 Mar 15
0
New versions: mvbutils and debug packages
...: ? hiearchical, searchable project organization, with workspaces switchable inside a single R session, and objects in "ancestor" projects always visible in R from "child" projects; ? function editing (interface to text editors), with multiple simultaneous edits, an "unfrozen" R prompt, and automatic backup; ? function code and plain-text documentation stored in the same R object, and editable in the same file; ? informal plain-text documentation via help, and conversion to Rd format; ? nested 'source'ing, and interspersal of R code and data in the...
2002 Mar 15
0
NA in character vectors
Hi all, While R-1.5.0 is still unfrozen, I'd like to try again to generate interest in my favorite pet peeve: NA's in character vectors. Last October I wrote: > LETTERS[c(NA,2)] in S is c("","B"), but in R is c("NA","B"). We had an interesting discussion then, and I learned (from Dunc...
2002 Mar 28
0
pos argument to library
While R-1.5.0 is still unfrozen, I'd like to lobby again for a "pos" argument in library(). It seems straightforward to implement -- just change this line: env <- attach(NULL, name=pkgname) to: env <- attach(NULL, pos, name=pkgname) The reason I want this, by the way, is to mimic the S-Plus synchronize()...
2011 Jan 08
4
wine freezes entire System
hi there, I suppose, it's not an actual WINE problem, but I hope, you can at least tell me, where to get help. I'm running "Lineage 2" with WINE 1.3.10 on Kubuntu 10.10 with proprietary ATI graphics-driver. after a (seemingly) random period of time, the entire system freezes. the only thing possible is moving the mouse-cursor, which doesn't change it's style anymore,
2016 Nov 11
3
RFC: Killing undef and spreading poison
...Call happy as well (re. his question during the talk last week)? > > I think the source of evil here is the existence of inconsistent values in the representation. So no, if I understand your suggestion correctly, I don't think I'd be happy because it still admits the existence of an unfrozen poison value. > > It seems to me that the problem is that people are trying to specify the behavior of operations using the template "the operation succeeds normally if the conditions are met, and otherwise<something>". I don't think it works. I think the right template...
2016 Nov 09
4
RFC: Killing undef and spreading poison
> On 11/8/2016 3:32 PM, Sanjoy Das wrote: >> Hi Nuno, Chandler, >> >> Nuno Lopes via llvm-dev wrote: >> > This program stores 8 bits, and leaves the remaining 24 bits >> > uninitialized. It then loads 16 bits, half initialized to %v, half >> > uninitialized. SROA transforms the above function to: >> > >> > define i16 @g(i8 %in) {
2012 Jul 19
20
Rails' inflections are messy
...asoning behind this is to avoid breaking existing applications that depend on these inflections, even if they are errant. People are advised to fix (yes, fix) these inflections themselves in their inflections initializer. In my opinion, with a major 4.0 release coming up, inflections should be unfrozen and fixed/cleaned up. There is a lot that is bad in this file, and I don''t think fear of breaking existing apps is a good reason to freeze mistakes. People should read the CHANGELOG when updating. They should read the upgrade guides. It''s not that hard to redefine the inflectio...
2016 Oct 21
4
RFC: Killing undef and spreading poison
...e need to make sure the rest of LLVM pipeline is fine with increased usage of vectors throughout. > It's also related to the bitfield assignment topic. The solution where the first initialization writes a frozen poison over the adjacent bytes, thereby protecting subsequent assignments from unfrozen poison, is clever. However, it also raises some questions: Is the width at which any given bitfield field is initialized to be an ABI-exposed detail (all front-ends must emit the same width accesses for a given bitfield)? And, does this constrain the optimizer's ability to shrink such stores?...
2016 Oct 18
8
RFC: Killing undef and spreading poison
Hi, Over the past few years we've been trying to kill poison somehow. There have been a few proposals, but they've all failed to pass the bar and/or to gather significant support (my own proposals included). We (David, Gil, John, Juneyoung, Sanjoy, Youngju, Yoonseung, and myself) have a new proposal to kill undef instead and replace it with poison + a new 'freeze' instruction. We
2013 Nov 16
16
[PATCH] BTRFS-PROG: recursively subvolume snapshot and delete
Hi All, the following patches implement the recursively snapshotting and deleting of a subvolume. To snapshot recursively you must pass the -R switch: # btrfs subvolume create sub1 Create subvolume ''./sub1'' # btrfs subvolume create sub1/sub2 Create subvolume ''sub1/sub2'' # btrfs subvolume snapshot -R sub1 sub1-snap Create a snapshot of
2008 Jan 22
2
forced fsck (again?)
hello everyone. i guess this has been asked before, but haven't found it in the faq. i have the following issue... it is not uncommon nowadays to have desktops with filesystems in the order of 500gb/1tb. now, my kubuntu (but other distros do the same) forces a fsck on ext3 every so often, no matter what. in the past it wasn't a big issue. but with sizes increasing so much, users are