Displaying 7 results from an estimated 7 matches for "_workaround_".
2018 Jan 30
2
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
Right, that is the _workaround_. It'd be great to see that documented in
the Wiki.
However, samba_dlz is supposed to support reload, and there has been work
on that file to fix slow reload previously.
I"m currently doing experiments to figure out what is going wrong.
One thing is clear, the messages from samba_dlz is c...
2018 Jan 30
0
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
On Tue, 30 Jan 2018 11:24:42 +0000
Kristján Valur Jónsson <kristjan at rvx.is> wrote:
> Right, that is the _workaround_. It'd be great to see that
> documented in the Wiki.
It is now.
> However, samba_dlz is supposed to support reload, and there has been
> work on that file to fix slow reload previously.
> I"m currently doing experiments to figure out what is going wrong.
>
> One thing...
2002 Feb 11
0
[PATCH]: RHL72 --with-skey linking problems
...something starting with __ and the normal name is an alias. */
#if defined (__stub_skey_keyinfo) || defined (__stub___skey_keyinfo)
choke me
#else
f = skey_keyinfo;
#endif
;
return 0;
}
configure:6044: result: no
configure:6050: error: ** Incomplete or missing s/key libraries.
--8<--
A _workaround_ is:
--8<--
--- openssh-3.0.2p1.orig/configure Sun Dec 2 01:38:55 2001
+++ openssh-3.0.2p1/configure Tue Feb 12 00:09:24 2002
@@ -6153,8 +6153,7 @@
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char...
2015 Feb 18
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
[I was dropped from cc in the initial response but I'd appreciate if you
could keep it this time around since I'm not subscribed to this list.
Thanks!]
Ady wrote:
> I do not know the exact complete procedure that the TAILS team is using
> to build the original ISO image, and how it is transformed into an
> isohybrid image (there are multiple tools for each, sometimes
>
2018 Jan 30
2
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
...proach was necessary for that.
Expect a pull request from me soon.
On 30 January 2018 at 11:55, Rowland Penny via samba <samba at lists.samba.org>
wrote:
> On Tue, 30 Jan 2018 11:24:42 +0000
> Kristján Valur Jónsson <kristjan at rvx.is> wrote:
>
> > Right, that is the _workaround_. It'd be great to see that
> > documented in the Wiki.
>
> It is now.
>
> > However, samba_dlz is supposed to support reload, and there has been
> > work on that file to fix slow reload previously.
> > I"m currently doing experiments to figure out what is...
2018 Jan 30
2
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
Hai,
Check the content of :
/etc/logrotate.d/named
If you see
postrotate
/etc/init.d/smbd reload > /dev/null
endscript
Change that to
postrotate
if [ -d /run/systemd/system ]; then; systemctl -q is-active named && systemctl reload named; else; /etc/init.d/named reload ; fi';
endscript
Its something like that, so who pointing.. That does not matter, because this is OS
2015 Feb 18
5
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi,
Ady wrote:
> Let's not forget that the goal usually is to select CHS values so that
> the resulting (optical and/or other) media would boot correctly in as
> many systems as possible
Agreed. But we now have a report about failure of 255x63
on a popular pseudo-hardware, when the ISO is presented
as DVD-ROM. (Probably there is no complaint when it gets
presented as hard disk.)