Displaying 6 results from an estimated 6 matches for "_disabled_".
Did you mean:
_disable_
2006 Aug 10
2
Patch for openssh server
...cept the total amount of data transmitted, when the
connection is closed.
- Is very simple, only a handful of lines.
- Only uses extremely simple integer arithmetic, and therefore correctness is
easily verified by reading the patch.
- Is enabled by configuration option in sshd_config, and is _disabled_ by
default.
The motivation for this patch springs from a direct need to have some overview
over the bandwidth usage for each user on our system. We have to pay costs
per gigabyte transferred, and although this information _could_ be gathered
from other sources, it would be tedious and very mu...
2007 Nov 21
0
window stacking bug #3
While I was posting the previous two window stacking bug reports, I
noticed another, similar problem:
(All this is about the latest Compiz from GIT, with "redirect
full-screen" _disabled_.)
Open two windows that you can easily tell apart. (It works with two
terminals, as long as they have different text on them.) Make them
both full-screen; you'll need the Extra WM Actions plugin. (F11,
Alt+Tab, F11.) The point is that you're supposed to have the two
topmost windows in full...
2019 Feb 26
1
AD-DC Bind: TKEY is unacceptable
...new dc (dc2) from scratch and replicated dc1
to it, transferred the FSMO roles and shut dc1 down. This may be relevant.
I'm trying to use the Bind back end:
[root at dc2 kwhite]# rpm -qa | grep bind|grep -v samba | sort
bind-9.11.5-2.P1.fc29.x86_64
[...]
For testing/ease of use, selinux is _disabled_ and the firewall is
_turned off_:
[root at dc2 kwhite]# getenforce
Disabled
[root at dc2 kwhite]# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (polic...
2015 Jul 09
4
Samba4 Join a domain as a DC
But If i want my samba4 to be dns after when i ll decide to stop the
other dc
can't i keep the to dns
Could you explain a bit
Le 09/07/2015 17:55, Marc Muehlfeld a écrit :
> Hello,
>
> Am 09.07.2015 um 17:04 schrieb zorg:
>> following this
>> https://wiki.samba.org/index.php/Check_and_fix_DNS_entries_on_DC_joins
>>
>> But i do
>> samba-tool dns add
2017 Sep 29
2
Trouble when suppressing a portion of fast-math-transformations
...foo.cpp
But that isn't what it's doing.
I believe this is a serious problem, but I also want to avoid over-stating the
seriousness. To be explicit, the problems I'm describing here happen when
'-ffast-math' is used with one or more of the underlying fast-math-related
aspects _disabled_ (like the '-fno-reciprocal-math' example, above).
Conversely, when '-ffast-math' is used "on its own", the situation is fine.
For terminology here, I'll refer to these underlying fast-math-related aspects
(like reciprocal-math, associative-math, math-errno, and others)...
2017 Sep 29
0
Trouble when suppressing a portion of fast-math-transformations
...oing.
>
> I believe this is a serious problem, but I also want to avoid
> over-stating the
>
> seriousness. To be explicit, the problems I'm describing here happen when
>
> '-ffast-math' is used with one or more of the underlying fast-math-related
>
> aspects _disabled_ (like the '-fno-reciprocal-math' example, above).
>
> Conversely, when '-ffast-math' is used "on its own", the situation is
> fine.
>
> For terminology here, I'll refer to these underlying fast-math-related
> aspects
>
> (like reciprocal-math,...