search for: nonpublic

Displaying 6 results from an estimated 6 matches for "nonpublic".

2010 Jul 29
1
Samba server running in AD domain, local users can still access share
Hello all, I have a Samba 3.5 server running in an AD domain and domain users can access nonpublic shares with their credentials. Good since this is what I want. However accidentally I found that local users (of the server itself) could also access nonpublic shares with their credentials. Is this a bug or Samba works this way, accepting both local and domain users? Is there anyway I can make th...
2018 Aug 30
1
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
...m (EL6) with virsh start guest-name. >> >> >> BTW upstream bug report: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1623692 > > Unfortunately I only get "You are not authorized to access bug #1623692". > Kernel related bugs seems to get a nonpublic-flag. Free account creation ... -- LF
2014 Sep 25
4
[LLVMdev] AddressSanitizer flags in LLVM 3.5
Hello, LLVM developers I would like to ask about the changes in the "nonpublic" AddressSanitizer flags in llvm 3.5. Prior to 3.5 (namely, on 3.4.2) there was a compile-time flag to control the shadow offset. For example, one could do the following to force the large offset: -mllvm -asan-mapping-offset-log=44 Now, it has been removed and on x86_64 linux the smaller offs...
2010 Jun 04
3
[LLVMdev] Is there a "callback optimization"?
.../ Do something callbackfn(); // Do something else } void myCallback() { // Respond one way } void myOtherCallback() { // Respond another way } void foo() { useCallback(myCallback); useCallback(myOtherCallback); } into: // Keep the original; it'll get removed // by other passes if it's nonpublic and dead. void useCallback(void (*callbackfn)()) { // Do something callbackfn(); // Do something else } void myCallback() { // Respond one way } void myOtherCallback() { // Respond another way } // equivalent of useCallback(myCallback), but doesn't call through a function pointer. void useMy...
2005 Jun 12
7
vpnc versus Shorewall problem
Hi everybody, I have been using Shorewall for quite a while now but I recently stumbled over a new setup that stopped me cold. I don''t know how to proceed: I have an ordinary GNU/Linux box (2.6.11) connected to a nonpublic network with one interface eth0 which gets an IP through DHCP like 172.17.x.y. Traffic is not routed to the Internet in this subnet. In order to connect to the Internet I have to build a VPN connection to a Cisco Concentrator box inside this network (172.17.0.1). I also get the addresses of tw...
2018 Aug 30
2
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
Am 30.08.2018 um 06:37 schrieb Simon Matter <simon.matter at invoca.ch>: > >> Since the update from kernel-2.6.32-754.2.1.el6.x86_64 >> to kernel-2.6.32-754.3.5.el6.x86_64 I can not boot my >> KVM guests anymore!? The workstation panics immediately! >> >> I would not have expected this behavior now (last phase of OS). >> It was very robust until now