search for: wpadded

Displaying 20 results from an estimated 39 matches for "wpadded".

Did you mean: padded
2015 May 11
2
samba_dlz: cancelling transaction
this is my named.log file. Have the dark line problem? best regards. May 10 08:11:08 samba named[752]: queries: info: client 127.0.0.1#54056 ( WPAD.test.com): query: WPAD.test.com IN A + (127.0.0.1) May 10 08:11:08 samba named[752]: queries: info: client 127.0.0.1#54056 ( WPAD.test.com): query: WPAD.test.com IN AAAA + (127.0.0.1) May 10 08:11:08 samba named[752]: queries: info: client
2015 May 11
0
samba_dlz: cancelling transaction
On 11/05/15 18:56, bar?? tombul wrote: > What is your opinion about the cause and solution I thought I gave you the cause, your clients are trying to update their own dns records, they are denied and then the system you have set up to update dns carries out the update. The solution, stop the clients trying to update their own records, your clients are probably windows and if so, it is a
2011 Feb 20
0
Reserved WINS name records and Samba WINS
Does Samba implement Microsoft's reserved WINS name capability? From: http://support.microsoft.com/kb/934864 ================================== To register a reserved name record in WINS, you must register both the name and the qualified name. (A qualified name is a name that is followed by a period (.) character.) For example, to register the reserved "WPAD" name record in WINS,
2008 Jun 04
0
Compile error on CentOS 4.6
...C' has modification time 6e+02 s in the future m4 -s -Ulen -Uindex /mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null code.C > code.c gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels code.c m4 -s -Ulen -Uindex /mnt/hgfs/CentOS-4.6-i386_Shared/splash2/codes/null_macros/c.m4.null code_io.C > code_io.c gcc -c -O3 -pthread -D_POSIX_C_SOURCE=200112 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisab...
2006 Jun 26
1
samba 3.0.20 + squid 2.5 : automatic logon with internet explorer
hello, samba is setup PDC with ldap client : windows xp pro sp2 server : samba 3.0.20 + openldap 2.2 + squid 2.5stable14 + squidGuard is it possible to create an automatic logon with internet explorer ? perhaps with ntlm_auth, but i can't find the good sentence. thanks.
2017 May 18
2
Struct padding
Hi, I am wondering how I can tell whether a field of a struct is introduced by padding or not. For example, if I have a struct: struct foo1 { char *p; /* 8 bytes */ char c; /* 1 byte long x; /* 8 bytes */ }; clang may generate: struct foo1 { char *p; /* 8 bytes */ char c; /* 1 byte char pad[7]; /* 7 bytes */ long x; /* 8 bytes */ }; Is
2018 Oct 03
4
Rename domain
*Philippe MALADJIAN Responsable informatique | administrateur système* Ligne directe : +33 (0)4 72 14 50 66 | pmaladjian at hilaire.fr <mailto:pmaladjian at hilaire.fr> Le 03/10/2018 à 16:33, Rowland Penny via samba a écrit : > On Wed, 3 Oct 2018 16:01:33 +0200 > Philippe Maladjian via samba <samba at lists.samba.org> wrote: > >> Hello, I realize the preparation of
2019 Oct 10
2
dns replication error due to deleted records
El 10/10/19 a les 21:07, Rowland penny via samba ha escrit: >> > It works in a similar way to how I update dns records and I have similar > records in AD and they replicate. Oh, but they do. Until the replication chokes on those deleted records. Never happened until September 25 (though I realized only today when a manually added host resolved erratically). > > Can you post
2017 May 18
2
[cfe-dev] Struct padding
...ted information? will clang emit >> some metadata table? >> >> Thanks >> Hongbin >> >> On Thu, May 18, 2017 at 12:47 AM, Jonas Devlieghere < >> jonas at devlieghere.com> wrote: >> >>> Hi Hongbin, >>> >>> You can pass `-Wpadded` to clang. For your particular example it will >>> print something along the lines of >>> >>> ``` >>> warning: padding struct 'foo1' with 7 bytes to align 'x' [-Wpadded] >>> long x; >>> ``` >>> >>> Jonas &gt...
2019 Oct 10
0
dns replication error due to deleted records
On 10/10/2019 20:35, Luca Olivetti via samba wrote: > El 10/10/19 a les 21:07, Rowland penny via samba ha escrit: > >>> >> It works in a similar way to how I update dns records and I have >> similar records in AD and they replicate. > > Oh, but they do. Until the replication chokes on those deleted records. I think you misunderstood what I tried to say, I have the
2018 Oct 05
2
Rename domain
*Philippe MALADJIAN Responsable informatique | administrateur système* Ligne directe : +33 (0)4 72 14 50 66 | pmaladjian at hilaire.fr <mailto:pmaladjian at hilaire.fr> Le 03/10/2018 à 17:29, Rowland Penny via samba a écrit : > On Wed, 3 Oct 2018 16:54:02 +0200 > Philippe Maladjian via samba <samba at lists.samba.org> wrote: > >> *Philippe MALADJIAN >>
2010 Mar 07
3
Can PXElinux be used to dynamically pass DHCP option 252 to a PXE client?
All (and hpa in particular), I know that the question in the subject line of this message may come across as a bit silly, given that PXElinux is not a DHCP server, but hear me out... Those of you who have been working on PXE-booting Windows PE instances or the new Windows installer images that make use of the Windows Boot Manager and ".wim" files may have come across the general
2015 Nov 19
1
[PATCH] build: disable -Winline
.../guestfs_c.m4 index 7250294..ea26202 100644 --- a/m4/guestfs_c.m4 +++ b/m4/guestfs_c.m4 @@ -48,6 +48,7 @@ nw="$nw -Wtraditional" # Warns on #elif which we use often nw="$nw -Wsystem-headers" # Don't let system headers trigger warnings nw="$nw -Wpadded" # Our structs are not padded nw="$nw -Wvla" # Allow variable length arrays. +nw="$nw -Winline" # inline functions in Python binding nw="$nw -Wshadow" # Not useful, as it applies to g...
2008 Feb 01
1
dhcp & squid
Everyone, I have set up squid as a proxy http server in order to filter web access for an office that wants to block certain web sites. Is there a way to use the dhcpd server to assign the squid server and port number 3128 to each Linux desktop when they boot using the existing dhcpd server. Or do I need to change each user's network preference setup in firefox. The dhcpd server and
2019 Oct 10
2
dns replication error due to deleted records
El 10/10/19 a les 20:41, Rowland penny via samba ha escrit: >> It turns out that dc2 chokes on "\0ADEL" dns records, supposedly >> deleted objects. > > What you have there is known as a tombstone record and Samba has a tool > to remove them: > > samba-tool domain tombstones expunge NC > --tombstone-lifetime=TOMBSTONE_LIFETIME > > Where
2018 Oct 03
0
Rename domain
On Wed, 3 Oct 2018 16:54:02 +0200 Philippe Maladjian via samba <samba at lists.samba.org> wrote: > > *Philippe MALADJIAN > Responsable informatique | administrateur système* > Ligne directe : +33 (0)4 72 14 50 66 | pmaladjian at hilaire.fr > <mailto:pmaladjian at hilaire.fr> > > > > > Le 03/10/2018 à 16:33, Rowland Penny via samba a écrit : >
2017 May 18
2
[cfe-dev] Struct padding
...>>>> Thanks >>>> Hongbin >>>> >>>> On Thu, May 18, 2017 at 12:47 AM, Jonas Devlieghere < >>>> jonas at devlieghere.com> wrote: >>>> >>>>> Hi Hongbin, >>>>> >>>>> You can pass `-Wpadded` to clang. For your particular example it will >>>>> print something along the lines of >>>>> >>>>> ``` >>>>> warning: padding struct 'foo1' with 7 bytes to align 'x' [-Wpadded] >>>>> long x; >>>...
2018 Oct 03
2
Rename domain
Hello, I realize the preparation of the migration from samba 3 to samba 4. For the moment the test platform is functional at 80%. I realize a problem. At the implementation of samba 3 in NT mode (more than 10 years ago) I chose netbios name dom.masociete and the same DNS domain name. With the migration the domain dns becomes "dom" and according to my first researches I will quickly
2018 Oct 10
0
Rename domain
On Fri, 2018-10-05 at 11:22 +0200, Philippe Maladjian via samba wrote: > *Philippe MALADJIAN > Responsable informatique | administrateur système* > Ligne directe : +33 (0)4 72 14 50 66 | pmaladjian at hilaire.fr > <mailto:pmaladjian at hilaire.fr> > > > > > Le 03/10/2018 à 17:29, Rowland Penny via samba a écrit : > > On Wed, 3 Oct 2018 16:54:02 +0200
2005 Sep 01
3
ntlm_auth and high load fault
Hi, I've noticed that Windows Updates, just won't do NTLM auth, so i've just added a no_auth exception for windows update sites. How many children are you starting. I'm serving +700 users with just one squid with 30 ntlm_auth processes on a PII/800 MHZ/256 MB Ram with no problems wathsoever. Best Regards, Bruno Guerreiro >-----Original Message----- >From: Vitaly Protsko