search for: miscommunication

Displaying 20 results from an estimated 95 matches for "miscommunication".

2009 Sep 17
3
[LLVMdev] Exception Handling Tables Question
...; identify which calls correspond to a "catch-all" filter and not generate > an entry for them in the call-site table (no need to add the filter > either) - this saves space and the C++ runtime knows to handle this > just like if we added the filter explicitly. > There's a miscommunication here. :-) The _Unwind_resume call isn't marked with "nounwind", however it's not called through an "invoke" instruction, only a regular "call" instruction. From what I can see, the only reason it falls within a call site in the exception table is because we'...
2020 Jul 25
2
Dovecot serving incorrect certificate
On 2020-07-25 23:31, Antonio Leding wrote: > CORRECTION: > > Just discovered that actually the Postfix cert is being sent to the > client regardless of the configuration?so now the remaining question > is why would is the PF cert sent rather than the cert I have > configured in the dovecot.conf file? Because the file containes the wrong certificate. -- Christian Kivalo
2006 Sep 15
1
Asterisk 1.2.12.1 and Zaptel 1.2.9.1 Released
Earlier this week 'refresh' releases of these two projects were put on our FTP servers, but due to some miscommunication on our end no announcements were sent out... so here they are :-) Asterisk 1.2.12.1 fixes one significant bug that was introduced after 1.2.10 but which hadn't been corrected yet when 1.2.12 was released (this bug is related to setting up transcoding paths between channels). It also fixes a sm...
2006 Sep 15
1
Asterisk 1.2.12.1 and Zaptel 1.2.9.1 Released
Earlier this week 'refresh' releases of these two projects were put on our FTP servers, but due to some miscommunication on our end no announcements were sent out... so here they are :-) Asterisk 1.2.12.1 fixes one significant bug that was introduced after 1.2.10 but which hadn't been corrected yet when 1.2.12 was released (this bug is related to setting up transcoding paths between channels). It also fixes a sm...
2023 Nov 16
1
windows workstations needing reboot to validate passwords. --ADDENDUM
...lementing them will fix things!!) Moved DNS from SAMBA_INTERNAL to BIND_DLZ Moved ntp from ntpsec to chrony Diagnostic steps Packet dumps (decoded with keytab) and loglevel 255 show no glaring issues or errors. Going to try restarting all of the DC's next time it happens to determine if the miscommunication originates with windows or samba. Windows Eventviewer lists failure as? Event ID 4625 Status 0xC000006D Sub Status 0x0 Failure reason %%2304 Any other suggestions welcome!!
2009 Sep 18
0
[LLVMdev] Exception Handling Tables Question
...s correspond to a "catch-all" filter and not generate >> an entry for them in the call-site table (no need to add the filter >> either) - this saves space and the C++ runtime knows to handle this >> just like if we added the filter explicitly. >> > There's a miscommunication here. :-) The _Unwind_resume call isn't > marked with "nounwind", however it's not called through an "invoke" > instruction, only a regular "call" instruction. From what I can see, > the only reason it falls within a call site in the exception table is...
2011 Sep 27
0
[LLVMdev] How can I using the right triple?
Hi, I'm ahead of you actually Eric and already contacted Reed about it! I fully intend to put forward a set of patches that implement what we discussed very shortly (in the next 2 weeks). I must admit that after our discussion I feel there was some miscommunication as to who had the action to actually implement the spec - it was only after a prolonged silence that I realised it was me! :-) For the list's benefit, the discussion was based around a set of patches I supplied a few months back to ease the cross compilation story and tablegen up the Clang dri...
2019 Jun 04
3
Offer zip builds
On Mon, Jun 3, 2019 at 6:54 PM Marc Schwartz wrote: > I am on macOS primarily, albeit, I have run both Windows and Linux routinely > in years past. With all due respect, then you have no business in this thread. > That being said, these days, I do run Windows 10 under a Parallels VM on > macOS, as I have a single commercial application that I need to run for > clients now and
2011 Sep 27
2
[LLVMdev] How can I using the right triple?
On Sep 27, 2011, at 8:21 AM, Reed Kotler wrote: > Yes, Simon is looking into modifying the clang and llvm driver so that > we can use it for end to end compilation. Please have him send the ideas you're working on to the list. I wrote up a very long list of the directions I think it should go a while back in a conversation with the ARM folks (Mr. Malloy) as well. -eric --------------
2023 Nov 16
1
windows workstations needing reboot to validate passwords. --ADDENDUM
...lementing them will fix things!!) Moved DNS from SAMBA_INTERNAL to BIND_DLZ Moved ntp from ntpsec to chrony Diagnostic steps Packet dumps (decoded with keytab) and loglevel 255 show no glaring issues or errors. Going to try restarting all of the DC's next time it happens to determine if the miscommunication originates with windows or samba. Windows Eventviewer lists failure as Event ID 4625 Status 0xC000006D Sub Status 0x0 Failure reason %%2304 Any other suggestions welcome!! -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/opt...
2015 Jun 28
5
[LLVMdev] readonly and infinite loops
> You dropped some context... > A daemon program wouldn't be readonly. An infinite loop can be. Right. To prevent miscommunication, here is a quick analysis of a problematic (IMO) example: We start with ``` define void @infloop(i1 %c) { entry: br i1 %c, label %l, label %e l: br label %l e: ret void } define void @main_func() { entry: call void @infloop(i1 1) ret void } ``` In this program `@main_func`, whe...
2018 May 21
2
Showcase of the Windows/ARM64/MinGW target
...isn't true; the app that was demonstrated was actually built with Clang and LLD with mingw-w64 as SDK (and there had been quite a few minor fixes throughout the codebase to make it all build both with clang/libc++ for windows, and for windows on non x86 targets). Despite the pretty drastic miscommunication, I think it was nice to have at least the output from these tools demonstrated. (The presenter was reminded about how it actually was built after the presentation; apparently this information had been lost somewhere along the chain.) And as a fun fact, it can be mentioned that a large amout of...
2023 Nov 16
1
windows workstations needing reboot to validate passwords. --ADDENDUM
...from SAMBA_INTERNAL to BIND_DLZ Moved ntp from ntpsec to > chrony > > Diagnostic steps > > Packet dumps (decoded with keytab) and loglevel 255 show no glaring > issues or errors. > > Going to try restarting all of the DC's next time it happens to > determine if the miscommunication originates with windows or samba. > > Windows Eventviewer lists failure as > Event ID 4625 > Status 0xC000006D > Sub Status 0x0 > Failure reason %%2304 > > > Any other suggestions welcome!! > > > > -- > To unsubscribe from this list go to the followi...
2011 Jul 28
0
[LLVMdev] git
...idea of some trusted maintainer doing code > review of the branch and then pushing it to mainline as a huge batch > when everything is happy and working. This is fundamentally in > tension with the LLVM model and I have no desire for us to switch. Ah. Here is where I think we have some miscommunication happening. Here's how I am thinking about things. Reviews should keep happening the way they are. In fact, what we are doing now is exactly the same work one would have to do to review a git branch, but that's immaterial. There are great tools in git for sending a patch stream to the mai...
2023 Nov 20
1
windows workstations needing reboot to validate passwords. --ADDENDUM
...m ntpsec to > > chrony > > > > Diagnostic steps > > > > Packet dumps (decoded with keytab) and loglevel 255 show no glaring > > issues or errors. > > > > Going to try restarting all of the DC's next time it happens to > > determine if the miscommunication originates with windows or samba. > > > > Windows Eventviewer lists failure as > > Event ID 4625 > > Status 0xC000006D > > Sub Status 0x0 > > Failure reason %%2304 > > > > > > Any other suggestions welcome!! > > > > > > &...
2018 Oct 17
3
Samba v3 works with LDAP, but not Samba v4
HI Andrew! > The user 'johndoe' seems to be rejected because it has the wrong SID. > > It is the group in this case, we changed the rules to make them > stricter a while back, the primary group needs a group mapping entry > matching the SID of the standalone server. > How would I match the Primary Group without breaking the existing Samba server that connects to this
2007 Dec 08
1
FW: R memory management
Hi, I'm using R to collect data for a number of exchanges through a socket connection and constantly running into memory problems even though task I believe is not that memory consuming. I guess there is a miscommunication between R and WinXP about freeing up memory. So this is the code: for (x in 1:length(exchanges.to.get)) { tickers<-sqlQuery(channel,paste("SELECT Symbol FROM symbols_list WHERE Exchange='",exchanges.to.get[x],"';",sep=''))[,1] dir.create(paste(Wor...
2023 Nov 20
1
windows workstations needing reboot to validate passwords. --ADDENDUM
...; > > > > Diagnostic steps > > > > > > Packet dumps (decoded with keytab) and loglevel 255 show no glaring > > > issues or errors. > > > > > > Going to try restarting all of the DC's next time it happens to > > > determine if the miscommunication originates with windows or samba. > > > > > > Windows Eventviewer lists failure as Event ID 4625 Status 0xC000006D > > > Sub Status 0x0 Failure reason %%2304 > > > > > > > > > Any other suggestions welcome!! > > > > > > > &g...
2015 Feb 18
2
[LLVMdev] Adding CFI checks to clang vs llvm
On Tue, Feb 17, 2015 at 07:00:14PM -0800, Chandler Carruth wrote: > On Tue, Feb 17, 2015 at 12:35 PM, Peter Collingbourne <peter at pcc.me.uk> > wrote: > > > Hi, > > > > In http://reviews.llvm.org/D7424 we've been discussing whether to insert > > control flow integrity checks in Clang or LLVM. The main challenge is that > > the checks need
2018 Aug 29
2
bash completion in C7
Hello Gordon, On Wed, 29 Aug 2018 08:27:06 -0700 Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 08/28/2018 11:33 PM, wwp wrote: > > - it doesn't expand *foo whereas there are *foo-named files in current dir, for instance: > > # rm *foo > > will show nothing whereas there's a file barfoo in curdir. > > Tab completion finishes a