search for: resov

Displaying 20 results from an estimated 36 matches for "resov".

Did you mean: resolv
2005 Sep 23
2
[LLVMdev] name collision - llvm::tie and boost::tie
...gt; using boost::somethingyoucareabout; > using boost::somethingelseyoucareabout; > using namespace llvm; > > Or whatever you prefer. This way you only import the symbols you want. In fact, I believe that using namespace llvm; using namespace boost; using boost::tie; should resove the problem witout needed to explicitly nominate all boost names you use. Except that this does not work on global scope, but only in namespace: namespace Tzu_Chien_Chiu { using namespace llvm; using namespace boost; using boost::tie; void func() {...
2008 Oct 08
2
[LLVMdev] Error while making new pass
...ent in LLVM source tree . Rather it is part of my own project tree. I included required header files and specified the required library in the linker. It compiles and links fine but when I reach at getAnalysis function to get CallGraph analysis, it gives me following runtime error Assertion "resover && pass has not been inserted into a Pass Manager Object" failed. What other steps do I need to follow to get rid of this error. Thanks --Kapil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/...
2008 Oct 08
2
[LLVMdev] Error while making new pass
...project tree. I >> included required header files and specified the required library in >> the linker. It compiles and links fine but when I reach at >> getAnalysis function to get CallGraph analysis, it gives me >> following runtime error >> >> Assertion "resover && pass has not been inserted into a Pass >> Manager Object" failed. >> >> What other steps do I need to follow to get rid of this error. >> >> Thanks >> >> --Kapil >> >> >> _______________________________________________ &g...
2006 Jun 01
2
password sync and ldap acls
...is cn=sambamgr,ou=Managers,o=miage With the ACLs from section 5 (Security considerations) of the Howto when I change a user password from windows XP the userPassword attribute is not modified so my Unix and Windows passwords are not in sync. I found that adding the following ACL to my slapd.conf resoves the issue. access to * ? ? ? by dn="cn=sambamgr,ou=Managers,o=miage" read I did several tests but can't figure out what are the attributes that sambamgr needs to read in order to update the userPassword attribute. Any help would be appreciated. Thierry. Here's my smb.conf [...
2011 Apr 14
1
Large files and file permissions
...ccess large files, and in addition, I have lost write access to the share. I then re-deployed Samba 3.0.25rc1 and reverted to the same behavior I had with this version before - I have full write access, but those large files still don't open. I would appreciate any ideas from the community to resove these puzzling problems. Ellis -- ============================================================= Ellis Golub Phone: (215) 898-4629 Biochemistry Department FAX: (215) 898-3695 School of Dental Medicine ellis at biochem.dental.upenn.edu University of Pennsylvania 240 South...
2012 Jan 23
1
xen clock and ntp issue
...work and after to tried many thing i thought to back for the begining eho "xen"> /sys/devices/system/clocksource/clocksource0/current_clocksource Thats work for me but its very strange im not sure if its working correctly or not. For that, i would like to know what you have done for resove this and what its happening with this because i think its a issue of the kernel. Thanks and cheers. -- Fran Rodríguez escala NetLabel http://escalared.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2014 Oct 31
1
SSLv3 attack on pop3?
...ed error: error:140943F2:SSL routines:SSL3_READ_BYTES:sslv3 alert unexpected message: SSL alert number 10 Followed by: pop3-login: Disconnected (no auth attempts in 2 secs) user=<>, rip= Some 20 ips have been seen so far, all ips are uniq and none have used our server lately. Just one resoved and it's name ends .cn, some lookups with whois leads to the same origin for all. This makes me anxious that some have made some poodle-like thing for pop3? hmk
2005 Sep 23
0
[LLVMdev] name collision - llvm::tie and boost::tie
On 9/23/05, Vladimir Prus <ghost at cs.msu.su> wrote: > In fact, I believe that > > using namespace llvm; > using namespace boost; > using boost::tie; > > should resove the problem witout needed to explicitly nominate all boost names > you use. Except that this does not work on global scope, but only in > namespace: <SNIP> Also, it might be an idea to exploit Koenig lookup if either `tie' function is a free function and uses types from its own n...
2016 Nov 24
2
Dnsmasq and /etc/hosts
Le 24/11/2016 ? 10:22, Yamaban a ?crit : > Hmmm, looks like the "lookup question" from amandine(server) is not > resolved in the same way it is resoved from bernadette or raymonde > (clients). After some more fiddling, I guess I found a solution to my problem. If we formulate the problem differently, we can say that the clients use the information provided by Dnsmasq, but the server does not. So in order to make the server use that informati...
2008 Oct 08
0
[LLVMdev] Error while making new pass
...s part of my own project tree. I > included required header files and specified the required library in > the linker. It compiles and links fine but when I reach at > getAnalysis function to get CallGraph analysis, it gives me > following runtime error > > Assertion "resover && pass has not been inserted into a Pass > Manager Object" failed. > > What other steps do I need to follow to get rid of this error. > > Thanks > > --Kapil > > > _______________________________________________ > LLVM Developers mailing list > L...
2016 Nov 24
2
Dnsmasq and /etc/hosts
Hi, I just setup CentOS 7 on three boxes to fiddle with it. 1. amandine.sandbox.lan is a headless LAN server 2. bernadette.sandbox.lan is a client desktop 3. raymonde.sandbox.lan is another client desktop I've setup Dnsmasq on amandine.sandbox.lan. Here's the very basic configuration: # /etc/dnsmasq.conf domain-needed bogus-priv interface=enp3s1
2008 Oct 08
0
[LLVMdev] Error while making new pass
...;> included required header files and specified the required library in >>> the linker. It compiles and links fine but when I reach at >>> getAnalysis function to get CallGraph analysis, it gives me >>> following runtime error >>> >>> Assertion "resover && pass has not been inserted into a Pass >>> Manager Object" failed. >>> >>> What other steps do I need to follow to get rid of this error. >>> >>> Thanks >>> >>> --Kapil >>> >>> >>> __________...
2017 May 06
3
Samba Active Directory Domain Controller
Hello James, To your questions: *"Are DC1 and DC2 in the same geographical location?"* Yes, they are in same location, & they are in the same subnet as well. *"I'm also unclear from your message if you are still having password issues or not."* **It appears to have been resolved. When we randomly checked, users were able to change their passwords. However
2016 Nov 24
0
Re: Dnsmasq and /etc/hosts
...192.168.3.3 raymonde.sandbox.lan raymonde > > This strikes me as a benign redundancy, which makes me wonder if I'm > doing something unorthodox here. > > Any suggestions? Hmmm, looks like the "lookup question" from amandine(server) is not resolved in the same way it is resoved from bernadette or raymonde (clients). How about adding a reverse lookup for your lan ip group, pointing to your server? server=/168.192.3.in-addr.arpa/192.168.3.1 Otherwise, little to no idea. - Yamaban.
2005 Aug 24
1
Storing a number to Dial
Hello all, I have a problem that i cannot resove so I'm seeking for some help. Basically i want a user to dial from the PSTN line into our * box, dial a certain extension, give him a voice propmt asking him to insert a number and store this number. I need to do this because i want to give the possibility to our employees to dial to the free...
2009 May 20
1
Cron for spamassassin
...*system*) BAD FILE MODE (/etc/cron.d/sa-update)" ------------------------------- All research online and in bugs only refer to an old syntax error that is no longer in the code. I did find quite a few posts from people all over the web that this was not working for them. Not one was fixed or resoved. I tired making the cron 0755 but that did not change anything. I could find no bug reports on this on either rhel or centos. So, I was just thinking about making a crontab to run sa-update daily and see if that works. I would like to use as intended though. Has anyone experienced this problem...
2005 Apr 25
2
Need help with rsync
...when i try to copy files over to the other machine : rsync /export/home/amg/* amg@coesun05:/export/home/amg amg@coesun05's password: rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(359) Need help to resove the issue Thanks VC __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2001 Dec 31
1
win2k/samba problem
I am unable to see my samba server from my Win2k Pro machine. Can someone please help me out? I had a problem with Samba early on. The problem was resoved by removing TCP/IP from my Win2k machine and then reinstalling TCP/IP. Now I've stumbled into this problem. The following error is repeated over and over in my event viewer: ------------------------------ Event Type: Error Event Source: MRxSmb Event Category: None Event ID: 8003 Date: 12...
2005 May 25
0
Can't join PC's to Domain - object class 'sambaSamAccount' requires attribute 'sambaSID'
...ainName branch of my Directory. I restored this part of the tree in a couple of minutes without any problems. This is where the SambaSID attribute is stored so i wounder if this has in some way upset my samba setup. Does anyone know how i can test this ? Thanks for your help. I will repost if i resove this issue myself. regards, -- Ian Clancy IT Systems Engineer Connaught Electronics Ltd. Dunmore Rd, Tuam, Co. Galway, Ireland. P : ++353 93 23151 F : ++353 93 23110 E : mailto:clancyian@cel.ie W : http://www.cel-europe.com
2005 Sep 22
0
[LLVMdev] name collision - llvm::tie and boost::tie
On Thu, 22 Sep 2005, Tzu-Chien Chiu wrote: > On 22/09/05, Bill Wendling <isanbard at gmail.com> wrote: >> Couldn't you state the explicit namespaces. So not using "using >> namespace llvm" and instead prefix all calls with "llvm::"? > > The header files in boost do not use fully-qualified tie(). I probably > should not modify them. But my .cpp