Displaying 20 results from an estimated 32 matches for "tidyup".
2020 Nov 10
4
ctdb error after upgrade to 4.12.10
Hi Jeremy,
I'm afraid this is indeed caused by the talloc tidyup as one can
perfectly reproduce it wih the following patch for smbtorture (call
bin/smbtorture ncacn_np:lo local.file.file_lines_parse). I guess we need
to set up some warning signs around file_lines_parse() expressing that
it takes talloced content and that one should not free the separated
li...
2006 Oct 16
1
Question regarding ''tidy'' type
...where
accessed ( or even created ) within 30 days. Example:
# mkdir /root/.puppet
# touch /root/.puppet/new-file
# puppetd --test
info: Caching configuration at /var/lib/puppet/localconfig.yaml
notice: Starting configuration run
notice: //my_test/tidy=/root/.puppet//tidy=/root/.bluegecko/new-file/tidyup:
tidyup changed ''5'' to ''2592000 ''
notice: //my_test/tidy=/root/.puppet//tidyup: tidyup changed ''5'' to ''2592000
''
[.....]
My goal is delete files older than 30 days, and I thought that''s what I was
doing here. Is th...
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
...se
- return x_old + 1;
- } else
- llvm_unreachable("Error in APInt::sqrt computation");
- return x_old + 1;
+ return x_old + 1;
+ }
+ llvm_unreachable("Error in APInt::sqrt computation");
}
(a return after an llvm_unreachable - muddied up with a bit of
syntactic tidyup))
& I'll take the detailed discussion about -Wweak-vtables for template
instantiations to cfe-dev & see what they have to say.
- David
2011 Dec 01
0
[LLVMdev] anchoring explicit template instantiations
...- square).udiv(two));
> APInt offset(*this - square);
> if (offset.ult(midpoint))
> return x_old;
> + }
> + llvm_unreachable("Error in APInt::sqrt computation");
> }
>
> (a return after an llvm_unreachable - muddied up with a bit of
> syntactic tidyup))
This is an abuse of llvm_unreachable. It should just replace "if ule" check with:
assert(this->ule(nextSquare) && "Error in APInt::sqrt computation");
> & I'll take the detailed discussion about -Wweak-vtables for template
> instantiations to cfe-d...
2011 Dec 01
2
[LLVMdev] anchoring explicit template instantiations
...APInt offset(*this - square);
>> if (offset.ult(midpoint))
>> return x_old;
>> + }
>> + llvm_unreachable("Error in APInt::sqrt computation");
>> }
>>
>> (a return after an llvm_unreachable - muddied up with a bit of
>> syntactic tidyup))
>
> This is an abuse of llvm_unreachable. It should just replace "if ule" check with:
Ah, so it is. I hadn't noticed (was just looking at the simple
transformation without actually parsing the semantics any further).
Committed with assert instead of abusive unreachable in r...
2002 Feb 03
5
Samba 2.2.3 released
...w processes quit/hup signals correctly.
16). No tdb traversal done on startup/shutdown - ensures scalability.
17). Fix bug with paths for homes share.
18). Fixed copyfile for OS/2.
19). Fix group membership when groups are on more than one line.
20). Fixed core dumps in posix ACL mapping code.
21). Tidyup of UNICODE functions (put/get).
22). Move rpcclient to the new libsmb code.
23). Add missing Windows 2000 passthough trans2 calls.
24). Return check all tdb calls.
25). Make local name lookup work even if wins server is down.
26). pam session code added to winbind.
27). Added winbindd cache to all...
2002 Feb 03
5
Samba 2.2.3 released
...w processes quit/hup signals correctly.
16). No tdb traversal done on startup/shutdown - ensures scalability.
17). Fix bug with paths for homes share.
18). Fixed copyfile for OS/2.
19). Fix group membership when groups are on more than one line.
20). Fixed core dumps in posix ACL mapping code.
21). Tidyup of UNICODE functions (put/get).
22). Move rpcclient to the new libsmb code.
23). Add missing Windows 2000 passthough trans2 calls.
24). Return check all tdb calls.
25). Make local name lookup work even if wins server is down.
26). pam session code added to winbind.
27). Added winbindd cache to all...
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 or misguided bugs. Or both, ideally.
Alan Coopersmith (2):
au...
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
...to account
--belongs to list
I would have expected that if I perform the action list.destroy, then
any records in listshares with the associated list_id would be deleted
too.. but they are not.
If they should be, my model is wrong somewhere. If not, I can stop
pondering, and code the listshares tidyup manually.
Thanks
Keith
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscr...
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 failed: Could not back up files of type socket
I see some...
2011 Dec 01
0
[LLVMdev] anchoring explicit template instantiations
...on values anyway,
> should it? (looks like it should just be a hidden constant somewhere
> in the implementation details of llvm::Option))
Why not add a case for ValueMask but not a default: ?
>>> (a return after an llvm_unreachable - muddied up with a bit of
>>> syntactic tidyup))
>>
>> This is an abuse of llvm_unreachable. It should just replace "if ule" check with:
>
> Ah, so it is. I hadn't noticed (was just looking at the simple
> transformation without actually parsing the semantics any further).
>
> Committed with assert i...
2002 May 04
0
[jerry@samba.org: Samba 2.2.4 Released]
...w processes quit/hup signals correctly.
16). No tdb traversal done on startup/shutdown - ensures scalability.
17). Fix bug with paths for homes share.
18). Fixed copyfile for OS/2.
19). Fix group membership when groups are on more than one line.
20). Fixed core dumps in posix ACL mapping code.
21). Tidyup of UNICODE functions (put/get).
22). Move rpcclient to the new libsmb code.
23). Add missing Windows 2000 passthough trans2 calls.
24). Return check all tdb calls.
25). Make local name lookup work even if wins server is down.
26). pam session code added to winbind.
27). Added winbindd cache to all...