search for: tidyups

Displaying 20 results from an estimated 32 matches for "tidyups".

Did you mean: tidyup
2020 Nov 10
4
ctdb error after upgrade to 4.12.10
...ks ! >>> >>> Jeremy. >> >> Jeremy, >> >> To lock this down properly we might need to put (#include) the vfs >> module into a cmocka test, mocking the various gluster calls so we >> cover these codepaths. > > I'm just worried my talloc tidyups might be at fault, > but I honestly can't see where. > > Once we get a backtrace (and if it's not my fault :-) > I'm going to be happy to throw this over to Guenther, > Sachin and Anoop for test coverage :-). > -- G?nther Deschner GPG-ID: 8EE116...
2006 Oct 16
1
Question regarding ''tidy'' type
Hello all, I am trying to use the tidy type to clean up a directory that I use for running scripts via puppet. My relevant manifest looks like: tidy { "/root/.puppet/" : age => ''30D'', path => ''/root/.puppet/'', recurse => true, rmdirs => true, type => atime, } However, when I run puppet it
2007 May 10
4
[PATCH 0/5] lguest feedback tidyups
Hi all, Gratefully-received recent feedback from CC'd was applied to excellent effect (and the advice from Matt Mackall about my personal appearance is best unrequited). The patch is split in 5 parts to correspond with the 9 parts Andrew sent out before, but here's the summary: 1) Sparse (thanks Christoph Hellwig): - lguest_const can be static now - lguest.c should include
2007 May 10
4
[PATCH 0/5] lguest feedback tidyups
Hi all, Gratefully-received recent feedback from CC'd was applied to excellent effect (and the advice from Matt Mackall about my personal appearance is best unrequited). The patch is split in 5 parts to correspond with the 9 parts Andrew sent out before, but here's the summary: 1) Sparse (thanks Christoph Hellwig): - lguest_const can be static now - lguest.c should include
2020 Nov 09
3
ctdb error after upgrade to 4.12.10
On Mon, 2020-11-09 at 08:55 -0800, Jeremy Allison via samba wrote: > On Mon, Nov 09, 2020 at 04:01:47PM +0100, Benedikt Kale? via samba > wrote: > > Dear List, > > > > I updated to samba 4.12.10-SerNet-Debian-9.buster from 4.12.9 > > and did a > > > > gluster volume set volume performance.write-behind off > > > > Now I get this in
2007 May 14
5
[PATCH 1/6] lguest: host code tidyups
Christoph Hellwig said runs sparse: 1) page_tables.c unnecessary initialization 2) Change prototype of run_lguest and do cast in caller instead (when we add __user to cast, it runs over another line). Al Viro pointed out the ugly cast in push_lguest_stack(): 3) Stick with unsigned long for arg, removes 4 casts in total. Most importantly, I now realize that Christoph's incorrect ranting
2007 May 14
5
[PATCH 1/6] lguest: host code tidyups
Christoph Hellwig said runs sparse: 1) page_tables.c unnecessary initialization 2) Change prototype of run_lguest and do cast in caller instead (when we add __user to cast, it runs over another line). Al Viro pointed out the ugly cast in push_lguest_stack(): 3) Stick with unsigned long for arg, removes 4 casts in total. Most importantly, I now realize that Christoph's incorrect ranting
2011 Dec 01
3
[LLVMdev] anchoring explicit template instantiations
On Wed, Nov 30, 2011 at 10:42 PM, Chris Lattner <clattner at apple.com> wrote: > On Nov 29, 2011, at 12:26 AM, David Blaikie wrote: >> For a bit of an experiment I've been trying to compile LLVM & Clang >> with -Weverything (disabling any errors that seem like more noise/less >> interesting). One warning I've recently hit a few instances of is >>
2011 Dec 01
0
[LLVMdev] anchoring explicit template instantiations
On Dec 1, 2011, at 12:08 AM, David Blaikie wrote: > On Wed, Nov 30, 2011 at 10:42 PM, Chris Lattner <clattner at apple.com> wrote: >> On Nov 29, 2011, at 12:26 AM, David Blaikie wrote: >>> For a bit of an experiment I've been trying to compile LLVM & Clang >>> with -Weverything (disabling any errors that seem like more noise/less >>> interesting).
2011 Dec 01
2
[LLVMdev] anchoring explicit template instantiations
On Thu, Dec 1, 2011 at 9:11 AM, Chris Lattner <clattner at apple.com> wrote: > > On Dec 1, 2011, at 12:08 AM, David Blaikie wrote: > >> On Wed, Nov 30, 2011 at 10:42 PM, Chris Lattner <clattner at apple.com> wrote: >>> On Nov 29, 2011, at 12:26 AM, David Blaikie wrote: >>>> For a bit of an experiment I've been trying to compile LLVM & Clang
2002 Feb 03
5
Samba 2.2.3 released
..._NONBLOCK ! 43). Use O_NOFOLLOW for systems that have it and don't want symlinks. 44). Ensure NT suplementary groups get added to user token. 45). Try and mitigate effects of DNS timeout (do less lookups). 46). Added current user connection context stack. 47). Fixes to utmp code. 48). smbw code tidyups. 49). Added tdb open log code. Several tdb fixes. Older release notes for Samba 2.2.x follow. ----------------------------------------------------------------------------- New daemon included - winbindd ------------------------------ Samba 2.2.2 is the first release to include the winbind daem...
2002 Feb 03
5
Samba 2.2.3 released
..._NONBLOCK ! 43). Use O_NOFOLLOW for systems that have it and don't want symlinks. 44). Ensure NT suplementary groups get added to user token. 45). Try and mitigate effects of DNS timeout (do less lookups). 46). Added current user connection context stack. 47). Fixes to utmp code. 48). smbw code tidyups. 49). Added tdb open log code. Several tdb fixes. Older release notes for Samba 2.2.x follow. ----------------------------------------------------------------------------- New daemon included - winbindd ------------------------------ Samba 2.2.2 is the first release to include the winbind daem...
2019 Jul 17
0
[ANNOUNCE] xinput 1.6.3
/me blows the dust off this git repo xinput 1.6.3 is now available, incorporating the best of the last (checks calendar) four years. Most of this is buildsystem tidyup that mattered back then but is less exciting now in these modern times. The only user-visible change is that xinput will now print a warning when run against XWayland in the hope that this will reduce the number of confused users
2020 Nov 09
0
ctdb error after upgrade to 4.12.10
...is failing. > > > > Thanks ! > > > > Jeremy. > > Jeremy, > > To lock this down properly we might need to put (#include) the vfs > module into a cmocka test, mocking the various gluster calls so we > cover these codepaths. I'm just worried my talloc tidyups might be at fault, but I honestly can't see where. Once we get a backtrace (and if it's not my fault :-) I'm going to be happy to throw this over to Guenther, Sachin and Anoop for test coverage :-).
2008 Jul 25
2
stopping dovecot
This may be a silly question but how to correctly stop dovecot and be sure that it's possible to start it again? kill -TERM `cat /var/run/dovecot/master.pid` doesn't work well. I have imap-login processes staying arround and occupying port which leads to Fatal: listen(0.0.0.0, 993) failed: Address already in use when trying to start again 2s after stopping. -- Arkadiusz Mi?kiewicz
2005 Sep 02
1
how to execute something after Dial() ?
let's suppose I have this dialplan : exten => _X.,1,Playtones(ring) exten => _X.,2,Dial(CAPI/contr1/${EXTEN},,g) exten => _X.,3,AGI(update) where "update" updates some db tables we have based on the type of extension Now, from the wiki : If the /g/ option is specified, and the called party hangs up before the calling party, then Dial exits with a return code of 0 to
2007 Mar 23
2
has many ( THROUGH ) confusion
Maybe this is normal operation, but this doesn''t seem right to me. I have models: - account -- has many listshares -- has many lists ( through listshares ) - list -- has many listshares -- has many accounts ( through listshares ) - listshare --belongs to account --belongs to list I would have expected that if I perform the action list.destroy, then any records in listshares with the
2013 Oct 16
0
tidy: Could not back up files of type socket
Hello, I am using puppet tidy to clean up my /tmp directory as described here: https://groups.google.com/d/msg/puppet-users/bg6GzDVDR-k/ELj8eeGI2F8J tidyup: /tmp: age: ''4w'' backup: ''false'' recurse: ''true'' Puppet throws errors when it encounters a socket instead of a regular file or directory. change from socket to absent
2011 Dec 01
0
[LLVMdev] anchoring explicit template instantiations
On Dec 1, 2011, at 1:13 PM, David Blaikie wrote: >>> (there's also some legitimate unreachable code warnings I'd be happy >>> to fix as I find them, things like: >>> >>> --- a/lib/Support/CommandLine.cpp >>> +++ b/lib/Support/CommandLine.cpp >>> @@ -294,10 +294,7 @@ static inline bool ProvideOption(Option *Handler, >>>
2002 May 04
0
[jerry@samba.org: Samba 2.2.4 Released]
...NONBLOCK ! 43). Use O_NOFOLLOW for systems that have it and don't want symlinks. 44). Ensure NT supplementary groups get added to user token. 45). Try and mitigate effects of DNS timeout (do less lookups). 46). Added current user connection context stack. 47). Fixes to utmp code. 48). smbw code tidyups. 49). Added tdb open log code. Several tdb fixes. ----------------------------------------------------------------------------- The release notes for 2.2.2 follow : New daemon included - winbindd ------------------------------ Samba 2.2.2 is the first release to include the winbind daemon. This...