search for: disinterest

Displaying 20 results from an estimated 22 matches for "disinterest".

Did you mean: disinterested
2006 Feb 08
2
FreeNX documentation and other miscellanea
...checking out /etc/nxserver/node.conf.sample, it refers to documentation in !M which means absolutely nothing to me whatsoever. I do see that there are some options that might be interesting such as remote printing - and now that I enabled remote printing on the client side, the freenx server seems disinterested and probably has to be configured and I'm thinking that documentation might be a good thing...where does one find more details on FreeNX server/agent configuration? Thanks Craig
2013 Feb 25
1
[LLVMdev] PR 12207: sign extension of parameters and return values on x86-64
...ponse. There's a recent relevant thread in http://gcc.gnu.org/ml/gcc/2013-01/msg00447.html which discusses the issues here, which seems to come to the conclusion that LLVM's behavior is incorrect. Does the current lack of response on the bug signal disagreement with that diagnosis, or just disinterest? Since this affects stuff like Python (or really lots of software using libffi to make calls), it would be great to get this fixed. Cheers, Dirkjan
2013 Nov 23
2
[LLVMdev] [RFC] Identifying access to errno
...ngs (by actually modeling that these functions may *write* to errno). 2. Improve our modeling of errno so that we can ignore said writes (safely) when we know that value of errno is unused. A setting like -fno-math-errno should not "remove" the modeling of these writes, just declare our disinterest in the resulting value. But, what I'm trying to establish here is: how can we recognize possible errno access so that explicitly modeling the writes to errno does not unduly pessimize the surrounding code. > > > > > 1. Assume that all unknown external functions might read/w...
2013 Nov 23
3
[LLVMdev] [RFC] Identifying access to errno
...ns may *write* to errno). >> >> 2. Improve our modeling of errno so that we can ignore said writes >> (safely) when we know that value of errno is unused. A setting like >> -fno-math-errno should not "remove" the modeling of these writes, just >> declare our disinterest in the resulting value. >> >> But, what I'm trying to establish here is: how can we recognize possible >> errno access so that explicitly modeling the writes to errno does not >> unduly pessimize the surrounding code. >> >> > >> > >> > &g...
2013 Nov 23
0
[LLVMdev] [RFC] Identifying access to errno
...; that these functions may *write* to errno). > > 2. Improve our modeling of errno so that we can ignore said writes > (safely) when we know that value of errno is unused. A setting like > -fno-math-errno should not "remove" the modeling of these writes, just > declare our disinterest in the resulting value. > > But, what I'm trying to establish here is: how can we recognize possible > errno access so that explicitly modeling the writes to errno does not > unduly pessimize the surrounding code. > > > > > > > > > > > 1. Assume that...
2019 Jan 05
4
Chromium - Application-level nouveau blacklist
It looks like as of Chromium 71, nouveau is completely blacklisted. I don't really see a way back from this, since they don't cite any easily reproducible issues, except that some people had some issues with indeterminate hardware and indeterminate versions of mesa. In the bug that triggered this (https://bugs.chromium.org/p/chromium/issues/detail?id=876523), where I might have slightly
2013 Nov 24
0
[LLVMdev] [RFC] Identifying access to errno
...g that these functions may *write* to errno). > > 2. Improve our modeling of errno so that we can ignore said writes > (safely) when we know that value of errno is unused. A setting like > -fno-math-errno should not "remove" the modeling of these writes, > just declare our disinterest in the resulting value. > > But, what I'm trying to establish here is: how can we recognize > possible errno access so that explicitly modeling the writes to > errno does not unduly pessimize the surrounding code. > > > > > > > > > > > > 1....
2007 May 31
2
Ferret.donate(Money.aus_dollar(200))
...rted, so until he chooses to clarify otherwise, I''d recommend that if you see him in the street buy him lunch[1]. He looks like this: http://www.xing.com/profile/Jens_Kraemer2 Keep a close eye out for him. Happy Ferreting, John[2]. [1] Check his dietary requirements first. [2] Random disinterested third party - not involved in the consumption of donations. -- http://johnleach.co.uk
2005 May 12
1
Re: Headset for Cisco 7960?
I have seen on eBay adapters for Cisco 7940/7960 phones, to use cell phone headsets. They were about 12-15$. I think original manufacturere was at http://www.ciscoheadsetadapter.com. >Started a Wiki page here: > > http://www.voip-info.org/wiki-Cisco+Phone+Headsets > > >Jim > >James H. Thompson >jht at lava.net > > ----- Original Message ----- > From:
2010 May 10
1
Manipulating the Blacklist database
I am running Asterisk 1.4.2 and recently we changed the SIP provider of our main incoming DID number. The new provider prefixes all CallerID records with a +1 in front of the number, whereas the previous SIP provider did not. Consequently now all my blacklisted numbers aren't matching in my Dialplan, so I'm getting tele-spammed. Is there a way that I can work with the blacklist
2019 Jan 06
0
[Mesa-dev] Chromium - Application-level nouveau blacklist
...p GL_VENDOR to some random string if chromium is > running. I don't like this idea, but I also don't have any great > alternatives. We can also just take this, as yet-another nail in the > nouveau coffin. > You asked for opinions, so here you go. :-P In my personal (and rather disinterested) opinion, I would recommend against such measures. The last thing anyone needs is an arms race between nouveau and Chromium teams. I think the better short-term thing to do would be to provide some documentation about WebGL and educate users about Chromium's --ignore-gpu-blacklist option....
2004 Dec 15
3
wcfxs causing constant CPU spikes
Hi All, I have a problem (at least I think it's a problem) where the wcfxs module causes constant CPU usage spikes. The card being used is a Digium Wildcard TDM400P with 3 FXO modules and 1 FXS (TDM31B). Monitoring my otherwise idle asterisk box (with top) I see once every 3-5 seconds hi (hardware interrupt) spike to 30%-40% and then drop back to 0 again. This is the case wtih both asterisk
2013 Nov 23
0
[LLVMdev] [RFC] Identifying access to errno
On 23 November 2013 14:14, Hal Finkel <hfinkel at anl.gov> wrote: > On some systems (Linux/glibc, for example), some libm math functions (like > cos(double)) might set errno. It is important that we model this, in > general, to prevent miscompilation (we would not, for example, want to > reorder a call to cos in between a call to open and a call to perror). > However, almost
2013 Nov 24
1
[LLVMdev] [RFC] Identifying access to errno
...ay *write* to errno). > > > > 2. Improve our modeling of errno so that we can ignore said writes > > (safely) when we know that value of errno is unused. A setting like > > -fno-math-errno should not "remove" the modeling of these writes, > > just declare our disinterest in the resulting value. > > > > But, what I'm trying to establish here is: how can we recognize > > possible errno access so that explicitly modeling the writes to > > errno does not unduly pessimize the surrounding code. > > > > > > > > > >...
2015 Oct 15
3
RFC: Introducing an LLVM Community Code of Conduct
Renato, Renato Golin wrote: > On 15 October 2015 at 09:35, Bill Kelly via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Chandler Carruth via llvm-dev wrote: >>> However, it is incredibly >>> important to not expect or demand that a person *you have made feel >>> unsafe* take the time to explain why. >> >> I feel what you have written
2013 Nov 23
2
[LLVMdev] [RFC] Identifying access to errno
Hello, On some systems (Linux/glibc, for example), some libm math functions (like cos(double)) might set errno. It is important that we model this, in general, to prevent miscompilation (we would not, for example, want to reorder a call to cos in between a call to open and a call to perror). However, almost no code in the wild checks errno after calls to libm math functions, and this
2009 Jul 30
3
AIX and posix_fallocate
Hi, AIX's implementation of posix_fallocate is a little bit, let me say, peculiar. Attached is a patch to "fix" (=work around) this. Without you'll see this in the logs: Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr): posix_fallocate() failed: File exists Jul 28 01:17:41 trevi mail:err|error dovecot: IMAP(beckerr): file_set_size() failed with mbox file
2018 Dec 28
19
[Bug 2948] New: implement "copy-data" sftp extension
...ancement Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org Reporter: vapier at gentoo.org i posted some patches [1] to implement the "copy-data" sftp extension as defined in the draft IETF spec [2]. is there interest or explicit disinterest in adding support for extensions like this ? [1] https://lists.mindrot.org/pipermail/openssh-unix-dev/2018-November/037351.html [2] https://tools.ietf.org/html/draft-ietf-secsh-filexfer-extensions-00#section-7 -- You are receiving this mail because: You are watching the assignee of the bug.
2016 Jun 09
3
getGraphicsEvent on X11 and event queuing
Hi Frederik, >>>>> <frederik at ofb.net> >>>>> on Tue, 7 Jun 2016 15:20:05 -0700 writes: > ... I just realized that setGraphicsEventHandlers or > getGraphicsEvent could have an 'onIdle' callback, to be > called somewhere in the polling loop of gevents.c:163 - I > think this would solve my problem #2 in a minimally
2010 Dec 28
17
Need Help Getting Windows XP To Use Samba Properly
Hi everyone, new to the list. My apologies if this issue has already been covered, but I am having the following problem with Samba: Using Windows XP as a client, I am trying to see a Solaris system as a server. Solaris is running Samba 2.4.2, and Windows 2000 sees it as a server without any problems. Windows XP, however, generates the error "The network name is no longer