search for: reviewd

Displaying 12 results from an estimated 12 matches for "reviewd".

Did you mean: reviewed
2014 Dec 29
2
samba_dlz Failed to configure reverse zone
...insteam debian pkg maintainers, and ways behind the main distro - allmost. > > Even though there is no mention of dlopen, samba_dlz works. > yes/no ->> its not displaying the DLZ file open <<- and that happen even on my now +1J old samba4.0 RPI samba4 ad. and thats why i reviewd the posted Bind startup we both know if the dlopen not happen cleanly , then any zoneload will be never succeeed. At monent i?m build bind 9.9.5.7 on one of RPi cluster nodes , will tell you next days the Outcome and named -V output from package and selfcompiled. Compiling bind on RPI-II ( not c...
2006 Feb 06
0
Sorting records from multiple tables, on different fieldnames
...cords from all 3 tables in date order in an "Upcoming events" view. To make it more challenging, there''s multiple date fields in each of the 3 tables, so I need to sort on the field "datecommitted" from the first table, "datedue" from the 2nd table, and "reviewdate" from the 3rd table. This is what''s known as an "unforeseen requirement", otherwise known as the "Actually, you know what *would* be great, and we *should* have requested this up front..." request. Grrr! Is there a reasonably elegant Rails-ish or Ruby-ish way...
2007 Oct 11
1
question(s) about LVM snapshots
I've recently begun to try out LVM snapshots and I have 2 things I'm wondering about My intention is to run backups off the snapshot. As a first iteration, I left 15% of the disk for the snapshot LV. 1. The HOWTO instructions suggest that the snapshot is in effect as long as the snapshot LV exists, and use lvremove to disable the snapshot. Is this the proper way? 2. I chose 15%
2014 Dec 29
0
samba_dlz Failed to configure reverse zone
...maintainers, and ways behind the main distro - allmost. > >> Even though there is no mention of dlopen, samba_dlz works. >> > yes/no ->> its not displaying the DLZ file open <<- and that happen even on my now +1J old samba4.0 RPI samba4 ad. > > and thats why i reviewd the posted Bind startup > we both know if the dlopen not happen cleanly , then any zoneload will be never succeeed. > > At monent i?m build bind 9.9.5.7 on one of RPi cluster nodes , will tell you next days the Outcome and named -V output from package and selfcompiled. Compiling bind on R...
2014 Dec 29
5
samba_dlz Failed to configure reverse zone
...the main distro - allmost. > > > >> Even though there is no mention of dlopen, samba_dlz works. > >> > > yes/no ->> its not displaying the DLZ file open <<- and that happen even on my now +1J old samba4.0 RPI samba4 ad. > > > > and thats why i reviewd the posted Bind startup > > we both know if the dlopen not happen cleanly , then any zoneload will be never succeeed. > > > > At monent i?m build bind 9.9.5.7 on one of RPi cluster nodes , will tell you next days the Outcome and named -V output from package and selfcompiled. Comp...
2014 Dec 29
0
samba_dlz Failed to configure reverse zone
...allmost. >>> >>>> Even though there is no mention of dlopen, samba_dlz works. >>>> >>> yes/no ->> its not displaying the DLZ file open <<- and that happen even on my now +1J old samba4.0 RPI samba4 ad. >>> >>> and thats why i reviewd the posted Bind startup >>> we both know if the dlopen not happen cleanly , then any zoneload will be never succeeed. >>> >>> At monent i?m build bind 9.9.5.7 on one of RPi cluster nodes , will tell you next days the Outcome and named -V output from package and selfcompi...
2014 Dec 29
2
samba_dlz Failed to configure reverse zone
Hello , review bind9 options ... >> Dec 22 12:25:55 verdandi named[18534]: starting BIND 9.9.5-7-Debian -u >> bind -4 >> Dec 22 12:25:55 verdandi named[18534]: built with '--prefix=/usr' >> '--mandir=/usr/share/man' '--infodir=/usr/share/info' >> '--sysconfdir=/etc/bind' '--localstatedir=/var' '--enable-threads'
2018 Dec 07
3
BUG: sieve does not set seen-Flag
On 07/12/2018 16:44, Aki Tuomi wrote: > On 6.12.2018 6.54, Noel Butler wrote: > > On 06/12/2018 07:29, Jakobus Sch?rz wrote: > > that all and every Flag is set, except \Seen... I tried to figure out, whats happening here... > > Paste what your sieve file contains now (no, I'm not going back over this thread - its becoming as long as war and peace, and you may have
2018 Mar 05
0
[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
Hi Lukas, Sorry for the delay, I finally found some time to reviewd and test the patches and found some issues (some of them might already be present in v4.15 without your patches though, I did not try). Test environment: - Branch switcheroo_devlink_v2 (commit v4.15-20-gb33d50c5c6ad) - Laptop: Clevo P651RA (nouveau uses PR3), lspci: 00:01.0 PCI bridge [0604]: In...
2018 Dec 07
0
BUG: sieve does not set seen-Flag
...this is on, I saw stretch somewhere in thread > so I gather its debian, but is it on real hardware, or rpi, has he > tried using the source, who knows what happens when distros butcher > things up into 70 different sub packages :) > Hi. sorry for my anger a few days ago... And Aki... i reviewd the thread... you never asked me before for dovecot -n. It is the first time. I also wrote, that i use the packages from the dovecot-repo for debian. So i was thinking, it is clear, which version i use. It's not debian-repo, it is dovecot-repo, which i got from the dovecot-release-notes. My an...
2018 Mar 03
12
[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
Modernize vga_switcheroo by using a device link to enforce a runtime PM dependency from an HDA controller to the GPU it's integrated into, v2. Changes since v1: - Replace patch [1/7] to use pci_save_state() / pci_restore_state() for consistency between runtime PM code path of bound and unbound devices. (Rafael, Bjorn) - Patch [5/7]: Drop an unnecessary initialization. (Bjorn) Rephrase
2020 Sep 15
32
a saner API for allocating DMA addressable pages v3
Hi all, this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs with a separate new dma_alloc_pages API, which is available on all platforms. In addition to cleaning up the convoluted code path, this ensures that other drivers that have asked for better support for non-coherent DMA to pages with incurring bounce buffering over can finally be properly supported. As a follow up I