search for: spite

Displaying 20 results from an estimated 576 matches for "spite".

Did you mean: site
1999 Aug 30
3
some shares in browselist not showing up in spite of browseable = yes
Hello, In my smb.conf (or actually, in "committees.conf" included from smb.conf, a defined share does not show up in the browselist, nor any other share defined AFTER that particular one (either in that file or in smb.conf after the include statement). The shares are accessable though (when mapped to a drive letter or used as UNC). Ofcourse I tried to look for odd
2008 Apr 17
4
[LLVMdev] flag_unit_at_a_time and pass scheduling in llvm-gcc
...)); // Dead argument > > elimination > > } > > > > I thought I understood why but it seems that I don't :) > > IMO, we should avoid using flag_unit_at_a_time here. given DannyB's explanation that this flag exists in gcc so that glibc works properly in spite of abusing ASM, perhaps this logic in llvm-backend also exists to ensure that glibc works? Ciao, Duncan.
2007 May 26
2
OT: Installing munin-node cleanly in spite of RPM
...e is that perl module RPMs just cause problems so I avoid them. Unfortunately, I believe the munin-node RPMs expect certain perl dependencies to also have been installed as RPMs and I can''t convince rpm to either find the dependencies in the perl module tree or not look for them at all. Despite stripping dependencies out of the spec file, rpmbuild ''helpfully'' adds them back in by parsing the source code. My options are to use --force or --nodeps or to build dummy packages to fake out rpm. None of those are reasonable options[1] so I''m back to installing from so...
2003 Jul 01
2
Computations slow in spite of large amounts of RAM.
Hi all, I am a beginner trying to use R to work with large amounts of oceanographic data, and I find that computations can be VERY slow. In particular, computational speed seems to depend strongly on the number and size of the objects that are loaded (when R starts up). The same computations are significantly faster when all but the essential objects are removed. I am running R on a machine
2019 Aug 20
5
OT: mostly gone
Hi, folks, Well, it's ten years that I've been on this list, right when I started this job. But, it's time to move on... I'm retiring. (Yeah, that old.) So, though I'll be part time for a few months, and running CentOS at home (in spite of my manager's pushing me to do Ubuntu). This list is *so* much more useful than any of the ones I've seen for Ubuntu, or much else. I'm very much looking forward to C 8. One more thing: I know I've been over the top on ethics "I work for a US federal contractor, but n...
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
I am using Realtime extensions as well, in case that would matter. Following problem arises from time to time, a call will successfully terminate: [May 14 14:31:41] VERBOSE[3274] pbx_realtime.c: -- Executing [t at project_init:1] Hangup("SIP/peer-2-00002f7e", "") [May 14 14:31:41] VERBOSE[3274] pbx.c: == Spawn extension (project_init, t, 1) exited non-zero on
2006 Oct 28
2
LSUB and namespaces - how to get rid of multible prefixes
...ot; "INBOXTrash" * LSUB () "/" "INBOXDrafts" * LSUB () "/" "./INBOX.Sent" * LSUB () "/" "./INBOX.Trash" * LSUB () "/" "./INBOX.Drafts" * LSUB () "/" "Test" Lsub completed. This is in spite of that only INBOX.Sent, INBOX.Trash, INBOX.Drafts and Test actually exists. I have tried with no explicit namespaces, only one with no prefix or with prefix "/", and with that again and all the above prefixes marked as hidden, but with absolutely no change in the LSUB repons. Due to...
2013 Jan 06
2
[LLVMdev] FileCheck + Ninja coloured output
I'm just wondering if anyone's using Ninja (which buffers output from subcommands, such as lit/FileCheck/etc) & has thought about/found a way to force FileCheck to use colour in spite of Ninja's buffering. Thanks, - David
2017 Jun 30
3
asterisk.conf ignored?
...us calls. I did a core reload in the CLI after doing that. Any idea why my running instance totally ignores this setting? I still goes right ahead and services unlimited numbers of simultaneous calls - we have 90 extensions or so and it will happily service 90 simultaneous calls in spite of asterisk.conf clearly stating maxcalls = 60 The "maxload" specification is also ignored, load can go anywhere the Asterisk instance keeps taking more calls despite load exceeding, for example maxload = 10 in /etc/asterisk/asterisk.conf What am I doing wrong that the...
2016 Sep 13
3
(short notice) Cambridge LLVM Social tomorrow (Wednesday)
...ek and we discussed briefly the idea of having a small pub outing for them this week. It looks as if Wednesday is the best day, so let’s aim to go back to the Fort St George[1]. The weather is supposed to be warm again this week (though I’m sure Renato will strive to organise rain for us) and, in spite of having a Green King logo on the outside, it does appear to have started serving beer again. Sorry for the short notice, but hopefully see some of you there, David [1] http://www.openstreetmap.org/way/179837563 -------------- next part -------------- A non-text attachment was scrubbed... Name:...
2004 Mar 16
2
R CMD check warning on predict.systemfit
...t", while our function "predict.systemfit" has more arguments. However, the function "predict.lm" has also more arguments and they are almost the same as in "predict.systemfit". Thus, I think that our way to specify "predict.systemfit" might be OK in spite of this warning. What should I do? Can I ignore this warning? What will Kurt answer when we submit it ;-) ? Best wishes, Arne -- Arne Henningsen Department of Agricultural Economics University of Kiel Olshausenstr. 40 D-24098 Kiel (Germany) Tel: +49-431-880 4445 Fax: +49-431-880 1397 ahennings...
2009 Oct 06
2
R, Coda, and OpenBUGS
...ly switch to OpenBugs and run the same model and get the basic summary back. However, I cannot build the coda object. From what I have read "read.openbugs" should do the trick. However, I have discovered the current version of OpenBUGS (v 3.03) doesn't write any output files in spite of setting codaPkg=TRUE in the "bugs" call. "Str(openbugs.object)" reveals a large collection of elements, one of which is an array that contains the MCMC chains. Is there a function to build the coda object? Thanks in advance for any suggestions, Bill Halteman
2011 Mar 13
2
Problem implementing 'waldtest' when using 'mlogit' package
Hi all, I have been working through the examples in one of the vignettes associated with the 'mlogit' package, 'Kenneth Train's exercises using the mlogit package for R.' In spite of using the code unchanged, as well as the data used in the examples, I have been unable to run a Wald test to test two models. Specifically, I have run the following command, where mc and mi2 are fitted models: waldtest(mc,mi2) I think that the test is taken from the 'lmtest' package....
2010 Sep 26
3
[LLVMdev] Issue compiling llvm-gcc frontend on sparc
...ersion (2.7). I have been trying to build the llvm-gcc frontend on a sparc machine. I encountered the following issues : 1) During configuration, the default assembler (installed at /usr/ccs/bin) is chosen to be used, but I want to use the GNU assembler (installed at /vm/GNU/bin in my machine). In spite of re-arranging paths on the PATH variable, and even after removing /usr/ccs/bin from PATH, configure still chooses the default assembler itself. Is there any other way I can tell configure to use the GNU assembler ? 2) During build, I get the following error : gcc -c -g -DIN_GCC -W -Wall -Ww...
2014 Sep 21
2
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
...lly. Pekka's lkvm tool > doesn't unfortunately. It's easy to fix that, but it would be nicer to > additionally probe for old versions of the tool, and disable IRQF_SHARED > in that case. > > To complicate things, lkvm does not use a distinct subsystem vendor ID, > in spite of the fact the virtio spec always required this explicitly. I think I may be a bit confused here, but AFAIK we do set subsystem vendor ID properly for our virtio-pci devices? vpci->pci_hdr = (struct pci_device_header) { .vendor_id = cpu_to_le16(PCI_VENDOR_...
2014 Sep 21
2
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
...lly. Pekka's lkvm tool > doesn't unfortunately. It's easy to fix that, but it would be nicer to > additionally probe for old versions of the tool, and disable IRQF_SHARED > in that case. > > To complicate things, lkvm does not use a distinct subsystem vendor ID, > in spite of the fact the virtio spec always required this explicitly. I think I may be a bit confused here, but AFAIK we do set subsystem vendor ID properly for our virtio-pci devices? vpci->pci_hdr = (struct pci_device_header) { .vendor_id = cpu_to_le16(PCI_VENDOR_...
2012 May 22
4
[LLVMdev] How to get llvm bitcode executed
Hi All, I have a program that uses C++ STL a lot. To have the source code for STL functions, I undefined "_GLIBCXX_EXTERN_TEMPLATE" in c++config.h. In spite of this, after compilation (via clang) and linking (via llvm-ld), the resulting bitcode contains a few declared functions (with no definitions). My question is: In the scenario where some function definitions are missing in a llvm bitcode, can we get a way to run this module via llc or lli? Or is...
2007 Jan 18
3
Basics about Videostreaming?
...ired? (Icecast, ok ;) what else? - by the way: my OS is a linux ;) ) - I want to stream a live-video with 1024x768 resolution - is it possible? - is it wise? - what a compression-rate is to use, if the output-device is a beamer (1024x768) and the images should have a medium or a good quality in spite of the compression - What a bandwidth is needed for this resolution/compression? - which other points are important to keep in mind? Thanks for your help! Anatol
2008 Nov 23
2
How does IMAP notify Asterisk that I've read a message?
...onfigured Asterisk to use IMAP for voicemail and have written the necessary script to turn the MWI indicator (via a .call file to the PBX) on and off. I have two issues still outstanding: 1) When the user listens to his voice mail via the phone, it will be announced that the caller is unknown, in spite of the fact that the email headers show the appropriate Callerid(num) information. I can live with that, but I'll eventually need to get it fixed. 2) If I "listen" to the voicemail using my email client, the MWI on the phone is not turned off, which isn't surprising given that m...
2013 Oct 25
2
Timothy Clark
...be its my fault for being so helpful, and then getting involved in it. I can assure you this guys motives are not right. I let my faith in common man of course cloud my judgement. I will still help, others always, but I want to make sure everyone knows about this creep. I am not doing this out of spite, because he screwed me over, but a friendly advice to someone who may respond to his pleas for help... His information: Timothy Clark Your Friend In The Music Industry EMAIL: timothyclarkmusic at me.com TWITTER: @timothyclark13 PHONE: +1 724 401 1224 (LEAVE MESSAGE PLEASE) WEB: www.reverbnation.co...