search for: allnod

Displaying 20 results from an estimated 371 matches for "allnod".

Did you mean: allmod
2005 Apr 03
1
[LLVMdev] Running Pool Allocated programs
...ver, if I am understanding correctly, the first node is being allocated in one pool (that was malloc with the other heuristic) and the rest are being allocated in a differente pool. But why? Why not all the nodes are being allocated in one pool? Also, in your other response you said: >> The AllNodes heuristic is the only one that is substantially tested. I >> would recommend it, none of the others have any significant performance >> benefit anyway. Is that still right or you meant that only SelectivePA is the only substantially tested? --Ricardo P.S. BTW, SelectivePA does not...
2005 Apr 03
2
[LLVMdev] Running Pool Allocated programs
...; > lli -load ~/llvm/projects/llvm-poolalloc/Release/lib/libpoolalloc_rt.so program.pa.bc > > If you're on a target that supports the JIT. > > > Another question, I do not want to use the bump ptr optimization, and I suppose that the right > > heuristic for that is AllNodes? But if I want to use it, what is the right heuristic? > > The AllNodes heuristic is the only one that is substantially tested. I > would recommend it, none of the others have any significant performance > benefit anyway. > > The bump pointer and other opts are a seperate o...
2005 Apr 03
0
[LLVMdev] Running Pool Allocated programs
...this? Ah, sorry, my memory was wrong. The default is to perform the "SelectivePA" optimization. Since pool allocation detected that there is no point in putting a single allocation into a pool, it left it a malloc. If you really want it to be a in a pool, pass -poolalloc-heuristic=AllNodes to opt. Sorry for the confusion! -Chris > I am using this line: > opt -load ~/llvm/install/lib/libpoolalloc.so -poolalloc > and also with -pooloptimize > > Thanks in advance > > > > > --- Chris Lattner <sabre at nondot.org> wrote: > >> On Sat, 2 Apr...
2005 Apr 02
2
[LLVMdev] Running Pool Allocated programs
...gram with the Analysis and with Datastructure libs: llvm-gcc -o test test.opt.bc -lpoolalloc -lpoolalloc_rt -lLLVMDataStructure -lLLVMAnalysis But I am still receiving the error. Another question, I do not want to use the bump ptr optimization, and I suppose that the right heuristic for that is AllNodes? But if I want to use it, what is the right heuristic? Also, if I want to use the Pointer Compression, I suppose that I have to use the -pointercompress switch with opt or what? Thanks
2020 Feb 27
2
User names not replicating to secondary DC
....com === DC0 hosts 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 172.23.93.25 dc0.msi.mydomain.com dc0 # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback fe00::0 ip6-localnet ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts === DC1 hosts 127.0.0.1 localhost 172.23.93.25 dc0.msi.mydomain.com dc0 172.23.93.26 dc1.msi.mydomain.com dc1 # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mc...
2016 Jun 29
4
Authentication problem
...points to the dc as a nameserver > >search mydom.lan >nameserver IP.of.my.dc > >/etc/hosts >127.0.0.1 localhost >xxx.xxx.xxx.xxx fs.mydom.lan fs > ># The following lines are desirable for IPv6 capable hosts >::1 localhost ip6-localhost ip6-loopback >ff02::1 ip6-allnodes >ff02::2 ip6-allrouters Nothing in my opinion. So a new big mistry.. Why does : net rpc rights list accounts -U"MYDOM\Administrator" work with dhcp and a /etc/hosts with only 127.0.0.1 in it. and why does a server with static ip errors net rpc rights list accounts -U"...
2016 Jun 29
4
Authentication problem
...anks for your quick reply. /etc/resolv.conf points to the dc as a nameserver search mydom.lan nameserver IP.of.my.dc /etc/hosts 127.0.0.1 localhost xxx.xxx.xxx.xxx fs.mydom.lan fs # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters The IPs are correct Harry
2005 Apr 02
0
[LLVMdev] Running Pool Allocated programs
...do the first two steps, then: lli -load ~/llvm/projects/llvm-poolalloc/Release/lib/libpoolalloc_rt.so program.pa.bc If you're on a target that supports the JIT. > Another question, I do not want to use the bump ptr optimization, and I suppose that the right > heuristic for that is AllNodes? But if I want to use it, what is the right heuristic? The AllNodes heuristic is the only one that is substantially tested. I would recommend it, none of the others have any significant performance benefit anyway. The bump pointer and other opts are a seperate option -pooloptimize, which ca...
2020 Feb 27
5
User names not replicating to secondary DC
I have 2 Ububtu DCs. One acting as a secondary/failover. At one point the users were replicated from primary to secondary. But now they are not replicating. The output from samba-tool drs showrepl is attached. What else may I provide to aid diagnostics? I know Samba does not replicate sysvol 'yet', so rsync is needed, but that does not seem to contain the users. Thank you,
2017 Jul 10
3
Samba ADS-member-server: FQDNs in /etc/hosts
...d ask for hints. pre01svdeb01 = member server pre01svbmd01 = a windows server (member) pre01svdeb02 = samba ADS DC, not even listed here (192.168.16.205) -> 127.0.0.1 localhost 127.0.1.1 pre01svdeb01.my.tld pre01svdeb01 ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 192.168.16.111 ipfire.my.tld ipfire 192.168.16.203 backup backup.my.tld dc.my.tld dc 192.168.16.226 server-bmd.my.tld server-bmd 192.168.16.230 pre01svbmd01 Step2: understood and fixed something: dc-entry was wrong! krb5.conf points to dc.my.tld ... was wrong IP. fix...
2006 Jul 18
2
Turn element hidden by default (ajax question)
(this is my first post on the ruby forum. If this is not the right place for this type of question please let me know). Ajax question I have a checkbox that toggles the visibility of another element (a text field) with the code: --- <p><label for="checkbox">Appear!</label> <%= check_box :object_name, :method, :onClick =>
2016 Jan 03
2
Please review my smb.conf
Hi Rowland Thanks for your reply. I see: $ cat /etc/hosts 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.1.1 RPHS So I guess I should edit the hosts file and specify RPHS's fixed IP address. I don't think domain name is relevant for a home network so I won't specify one. Will let you know how it goes. David -----Original Message----- Fr...
2016 Feb 01
2
Fail to join a DC to a Domain
...; Rowland > Hi, i need to anonimize them a bit but i can post them /etc/hosts: 127.0.0.1 localhost <dc1 ip> dc01.mydomain.net dc01 <dc2 ip> dc02.mydomain.net dc02 # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters resolv.conf: domain mydomain.net search mydomain.net # questo e' l'ip del dominio locale, sempre attivo CON samba4 #nameserver <dc2 ip> # questo e' l'altro dominio, da abilitare SOLO quando samba4 qui e' fermo nameserver <dc1 ip> this...
2020 Aug 31
4
No DNS domain configured
...cripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No /etc/hosts DOMAIN MEMBER: 192.168.88.3 dna dna.domain.local 192.168.88.2 gaia gaia.domain.local 127.0.0.1 gaia.rompen.nl gaia 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters /etc/hosts DC: 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters 127.0.1.1 gaia /etc/resolv.conf DOMAIN MEMBER: # Generated by resolvconf domain domain.local nameserver 192.168.88.2 /etc/resolv.conf DC: # Genera...
2020 Feb 28
1
User names not replicating to secondary DC
...localhost.localdomain localhost > ::1 localhost6.localdomain6 localhost6 > 172.23.93.25 dc0.msi.mydomain.com dc0 > > # The following lines are desirable for IPv6 capable hosts > ::1 localhost ip6-localhost ip6-loopback > fe00::0 ip6-localnet > ff02::1 ip6-allnodes > ff02::2 ip6-allrouters > ff02::3 ip6-allhosts > === > > DC1 hosts > 127.0.0.1 localhost > 172.23.93.25 dc0.msi.mydomain.com dc0 > 172.23.93.26 dc1.msi.mydomain.com dc1 > > # The following lines are desirable for IPv6 capable hosts > ::1 ip6-loc...
2017 Nov 13
2
Winbind error "Could not fetch our SID - did we join?"
/etc/hostname:villach-file /etc/hosts:# The following lines are desirable for IPv6 capable hosts /etc/hosts:::1 localhost ip6-localhost ip6-loopback /etc/hosts:ff02::1 ip6-allnodes /etc/hosts:ff02::2 ip6-allrouters /etc/hosts:127.0.0.1 localhost /etc/hosts:192.168.16.214 villach-file /etc/krb5.conf:[libdefaults] /etc/krb5.conf: default_realm = AD.TAO.AT /etc/krb5.conf: dns_lookup_realm = true /etc/krb5.conf: dns_lookup_kdc = true /etc/krb5.conf: default_keytab_name = FILE:...
2019 Aug 15
3
Failing to join existing AD as DC
...: /etc/hosts 127.0.0.1 localhost 127.0.1.1 ka-h9-dc01.samdom.example.com ka-h9-dc01.example.com ka-h9-dc01 10.0.1.250 ka-h9-dc01.samdom.example.com ka-h9-dc01.example.com ka-h9-dc01 # The following lines are desirable for IPv6 capable hosts ::1 ? ? localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters ----------- ? ? ? ?Checking file: /etc/resolv.conf domain samdom.example.com search samdom.example.com nameserver 10.88.80.88 ----------- ? ? ? ?Checking file: /etc/krb5.conf [libdefaults] default_realm = SAMDOM.EXAMPLE.COM dns_lookup_realm = false dns_lookup_kdc =...
2017 Aug 26
2
Setting SePrintOperatorPrivilege
Thanks Rowland, Contents of /etc/hosts: /127.0.0.1 localhost////127.0.0.1 printserver//////# The following lines are desirable for IPv6 capable hosts////::1 ip6-localhost ip6-loopback////fe00::0 ip6-localnet////ff00::0 ip6-mcastprefix////ff02::1 ip6-allnodes////ff02::2 ip6-allrouters/// and /etc/hostname: /printserver/ I have changed workgroup name now, and removed the .LOCAL in the end. I tried to change/127.0.0.1 printserver/ to/10.10.1.18 printserver /in /etc/hosts, but that did not make any difference. The problem persists. Kjetil
2020 Oct 10
0
Mail samba
...ermans wrote: > I have 2 samba servers. A domain controller, and a domain member. > > Domain controller(GAIA): > > /etc/hosts > 127.0.0.1 ? ? ? localhost > 192.168.88.2? ? gaia.rompen.lokaal gaia > ::1 ? ? ? ? ? ? localhost ip6-localhost ip6-loopback > ff02::1 ? ? ? ? ip6-allnodes > ff02::2 ? ? ? ? ip6-allrouters > > 127.0.1.1 ? ? ? gaia I would remove the '127.0.1.1' from /etc/hosts, ensure whatever requires it isn't using port 53 on 127.0.0.1 and that 192.168.88.2 is a fixed ipaddress for gaia > > Firewall is turned of atm. And yes something...
2017 Nov 08
2
DC's are unavailable when PDC halted
...-ldap: -------- /etc/hostname open-ldap.core.mydomain.hu -------- /etc/hosts 127.0.0.1 localhost #10.10.20.202 open-ldap.core.mydomain.hu #10.10.20.204 open-ldap2.core.mydomain.hu # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters -------- /etc/resolv.conf search core.mydomain.hu nameserver 127.0.0.1 nameserver 10.10.10.1 -------- /etc/krb5.conf [libdefaults] default_realm = CORE.MYDOMAIN.HU dns_lookup_realm = false dns_lookup_kdc = true [realms] CORE.MYDOMAIN.HU = { kdc = OPEN-LDAP.CORE....