search for: miscommunicated

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

2009 Sep 17
3
[LLVMdev] Exception Handling Tables Question
On Thu, Sep 17, 2009 at 3:40 AM, Duncan Sands <duncan.sands at math.u-psud.fr> wrote: > Hi Bill, > >> Yeah. The logic will need tweaking for sure. I'm also concerned about the >> _Unwind_resume() call. GCC emits a call site region for it in the exception >> table. We...kind of do that. It looks like it's being included in one of the >> "this is a
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
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
2023 Nov 16
1
windows workstations needing reboot to validate passwords. --ADDENDUM
I am (earlier reported under the subject "Peculiar Problem") having an issue that started several weeks ago, where windows (10 pro, server 2019) computers randomly get into a state where they refuse to validate passwords. Rebooting (sometimes several times) makes the problem go away. You can also log in if you disconnect the PC from the network and then reconnect. List of changes around
2009 Sep 18
0
[LLVMdev] Exception Handling Tables Question
Hi Bill, >>> Yeah. The logic will need tweaking for sure. I'm also concerned about the >>> _Unwind_resume() call. GCC emits a call site region for it in the exception >>> table. We...kind of do that. It looks like it's being included in one of the >>> "this is a region which isn't in a try-catch block, but it has a call in it, >>> so
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! :-)
2019 Jun 04
3
Offer zip builds
...only runs on a real Windows install (e.g. > not with Wine). Further demonstrating my point. You run Windows in a virtual machine, meaning even if you encountered some bad installer, you could just revert to a snapshot or similar. > To your points: > > [bunch of links] I am sorry if I miscommunicated, I didnt and dont wish to be convinced about how well behaved R installer is. I wish for R to offer zip builds. Many other programming languages do: - http://strawberryperl.com/releases.html - https://dotnet.microsoft.com/download/dotnet-core/2.2 - https://golang.org/dl - https://nim-lang.org/inst...
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
Have you setup Samba audit logging? This may aid in your efforts to see the reasons for not authenticating from the servers perspective. https://wiki.samba.org/index.php/Setting_up_Audit_Logging -----Original Message----- From: samba <samba-bounces at lists.samba.org> On Behalf Of Ray Klassen via samba Sent: Thursday, November 16, 2023 1:11 PM To: samba at lists.samba.org Subject:
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
2018 May 21
2
Showcase of the Windows/ARM64/MinGW target
Hi, At the Build conference recently, Microsoft had a session about Windows on ARM(64), [1]. As case example of a large, nontrivial app rebuilt for this arch, they demonstrated VLC. The presentation claimed that this was built with MSVC, with zero changes to the source. This actually isn't true; the app that was demonstrated was actually built with Clang and LLD with mingw-w64 as SDK
2023 Nov 16
1
windows workstations needing reboot to validate passwords. --ADDENDUM
Thank you for the suggestion. Audit logging enabled. On Thu, 2023-11-16 at 13:27 -0500, James Atwell via samba wrote: > Have you setup Samba audit logging? This may aid in your efforts to > see the reasons for not authenticating from the servers perspective.? > > https://wiki.samba.org/index.php/Setting_up_Audit_Logging > > > > > -----Original Message----- >
2011 Jul 28
0
[LLVMdev] git
Chris Lattner <clattner at apple.com> writes: > On Jul 23, 2011, at 4:34 AM, Matthieu Moy wrote: > >> The flow promoted by Git is precisely to make sure each and every commit >> passes the tests. So, the granularity of "incremental development" is >> really the commit, not how often you merge. > This model is based on the idea of some trusted maintainer
2023 Nov 20
1
windows workstations needing reboot to validate passwords. --ADDENDUM
Audit logging has been a bust. The failed attempt by the workstation to validate the password does not show up in the logs. On Thu, 2023-11-16 at 10:38 -0800, Ray Klassen via samba wrote: > Thank you for the suggestion. Audit logging enabled. > > On Thu, 2023-11-16 at 13:27 -0500, James Atwell via samba wrote: > > Have you setup Samba audit logging? This may aid in your efforts
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
2023 Nov 20
1
windows workstations needing reboot to validate passwords. --ADDENDUM
> -----Original Message----- > From: samba <samba-bounces at lists.samba.org> On Behalf Of Ray Klassen via > samba > Sent: Monday, November 20, 2023 1:09 PM > To: samba at lists.samba.org > Subject: Re: [Samba] windows workstations needing reboot to validate > passwords. --ADDENDUM > > Audit logging has been a bust. The failed attempt by the workstation to >
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