search for: purgeable

Displaying 4 results from an estimated 4 matches for "purgeable".

Did you mean: mergeable
2020 Feb 11
1
Time machine backups: fruit_tmsize_do_dirent()
...to a Samba server on Debian Buster with > buster-samba410 packages from https://apt.van-belle.nl/debian, we see > our logs filling up with messages like > > ../../source3/modules/vfs_fruit.c:7001(fruit_tmsize_do_dirent) > fruit_tmsize_do_dirent: Processing sparsebundle > [host.purgeable.sparsebundle] failed > > Does anybody know what is causing this (I haven't read the sources quite > yet)? In case anyone else as clueless as I am runs into this: this isn't really a Samba issue. Samba's fruit_get_num_bands() failed, but the "purgeable" in the bun...
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...e for smaller code size. (Chris Wilson) - Various fixes to support planar framebuffers. (Maarten Lankhorst) - Added support for fetching the most recent CRC without waiting for a vblank, along with flushing the queue of already collected CRCs. (Maarten Lankhorst) - Added a helper to mark BOs purgeable on vc4. (Boris Brezillon) - Moved handling of a "cork" BO into lib from various tests. (Daniele Ceraolo Spurio) - Added support for looping over physical i915 engines, as opposed to uABI engines that can alias. (Chris Wilson) - Added an accelerated method for reading from WC buffer...
2011 Nov 22
3
Puppet Windows: msi packages removal
I noticed that is if I uninstall an MSI that was installed by Puppet, Puppet does not notice. Looking at the source I see it might be checking for a state file to know whether a package is installed or not: C:\ProgramData\PuppetLabs\puppet\var\db\package\msi\SplunkForwarder.yml So one has to rememebr to delete that too.... Is this design not a problem? Thanks, Mohamed. -- You received this
2007 Nov 21
9
purging exported resources
So I have the following: define nagios::service ( $nagios_template = ''service-template'', $host_name = $fqdn, $service_groups = '''', $contact_groups = $default_contact_group, $max_check_attempts = 3, $dependency = false, $dependent_host = $fqdn, $dependent_service = '''', $check_command = '''' ) {