Displaying 20 results from an estimated 578 matches for "spiteful".
Did you mean:
pitiful
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
Hi Devang,
> > this flag is used quite a bit in llvm-backend.cpp, for example:
> >
> > if (flag_unit_at_a_time) {
> > PM->add(createGlobalOptimizerPass()); // Optimize out
> > global vars
> > PM->add(createGlobalDCEPass()); // Remove unused
> > fns and globs
> >
2007 May 26
2
OT: Installing munin-node cleanly in spite of RPM
Hi,
This is totally off-topic (it''s an rpm/rpmbuild problem), but I want to
get to a point where I''m installing and configuring munin-node with
puppet. To do that, I need a clean, standardized way of installing
munin-mode on CentOS (RHELish) boxes.
I could install munin-node from source via puppet and probably make
enough edits that all the files end up in reasonable locations
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
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
I'm using dovecot 1.0.rc7 and Squirrelmain 1.4.8 using IMAP on a Debian
3.1 Testing system, and I'm having a problem.
When Squirrelmail (or other IMAP clients) submits an LSUB "" "*%",
dovecot responds with:
Request:
A004 LSUB "" "*%"
Response:
* LSUB () "/" "INBOX.Sent"
* LSUB () "/" "INBOX.Trash"
*
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?
Hi all
I'm trying to limit the maximum concurrent calls on my Asterisk to try and
mitigate another problem I posted about earlier.
I've edited
/etc/asterisk/asterisk.conf
And uncommented this line, and put a value of 60 in there:
maxcalls = 60
in an effort to limit my Asterisk to 60 simultaneous calls.
I did a
core reload
in the CLI after doing that.
2016 Sep 13
3
(short notice) Cambridge LLVM Social tomorrow (Wednesday)
Hello various people,
A few LLVM folk are in town for the ARM researchers gathering towards the end of the week 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
2004 Mar 16
2
R CMD check warning on predict.systemfit
Hi,
I added a new function "predict.systemfit" to our package "systemfit" to make
it closer to other packages (e.g. lm). Now "R CMD check" complains that the
generic function "predict" has only the argument "object", while our function
"predict.systemfit" has more arguments. However, the function "predict.lm"
has also more
2009 Oct 06
2
R, Coda, and OpenBUGS
Hi All,
I am trying to figure out how to use R-Coda with the output from
OpenBugs. I have installed and loaded the packages BRugs and R2WinBUGS.
I have successfully run a simple Bayes model in WinBUGS using R2WinBUGS'
"bugs" and have used "read.bugs" to build the coda object. I can
successfully switch to OpenBugs and run the same model and get the basic
summary
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
2010 Sep 26
3
[LLVMdev] Issue compiling llvm-gcc frontend on sparc
Hi all,
I have successfully built LLVM itself, as all the tools (llc et al) are working fine. I built the latest release version (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
2014 Sep 21
2
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
On 09/21/2014 04:09 AM, Michael S. Tsirkin wrote:
>> The virtio 0.9.5 spec says that ISR is "unused" when in MSI-X mode. I
>> > don't think that you can depend on the device to set the configuration
>> > changed bit.
>> > The virtio 1.0 spec seems to have fixed that.
> Yes, virtio 0.9.5 has this bug. But in practice qemu always set this
> bit,
2014 Sep 21
2
[PATCH RFC] virtio-pci: share config interrupt between virtio devices
On 09/21/2014 04:09 AM, Michael S. Tsirkin wrote:
>> The virtio 0.9.5 spec says that ISR is "unused" when in MSI-X mode. I
>> > don't think that you can depend on the device to set the configuration
>> > changed bit.
>> > The virtio 1.0 spec seems to have fixed that.
> Yes, virtio 0.9.5 has this bug. But in practice qemu always set this
> bit,
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
2007 Jan 18
3
Basics about Videostreaming?
Hi All!
I've seen, that icecast can stream videos! Great! Audiostreaming with
icecast is well known, but how about videostreaming? Can you tell me
some basics about it?
- which software is required? (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
2008 Nov 23
2
How does IMAP notify Asterisk that I've read a message?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have an Asterisk box sitting between the PSTN and a legacy PBX. I
have successfully configured 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
2013 Oct 25
2
Timothy Clark
Fair warning after helping Timothy Clark out, is ill advised and warn
you stay away from this guy. While he talks a good talk, and
"Christian", come forth his ways are divisive and he is all over the
place. I helped him and maybe 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