Displaying 20 results from an estimated 5000 matches similar to: "Xen 3.0 without udev"
2004 Dec 07
2
Dead domains don''t disappear from xm list
Hi,
When a domain shuts down it seems to stay visible in the output of xm list
(see below) even if I do an ''xm destroy''. Has something changed (they used
to disappear just fine for me)? I am running Xen 2.0 (fairly up-to-date).
Name Id Mem(MB) CPU State Time(s) Console
Domain-0 0 395 0 r---- 2377.2
cagnode91-clone 10 199 2
2011 Dec 24
1
Mystery of email authentication
I'm trying to setup sendmail/dovecot on a new server running CentOS-6
(well, CentOS-6.2 now).
Everything seems to go well, but when I run fetchmail I get this warning:
------------------------------------
[tim at grover ~]$ fetchmail imap.maths.tcd.ie
fetchmail: Warning: the connection is insecure, continuing anyways. (Better
use --sslcertck!)
------------------------------------
I should
2002 Oct 08
2
temporal simulation
Hello,
I am new to R and was wondering if anybody would be able to advice me
on the following query. Is there any package available to generate a
mixed Poisson process, temporal data, using R? If anybody has
accomplished this before or has any advice I would appreciate it.
Regards,
Elaine Hand
--
Elaine Hand
Department of Community Health & General Practice
Trinity College Dublin
2012 Mar 09
0
Fetchmail warning
I fetchmail on my CentOS-6.2 from 4 servers.
One always gives the warning
-----------------------------
[tim at grover cron.d]$ fetchmail -a go.tcd.ie
fetchmail: Error exchanging credentials
6 messages for tmurphy at go.tcd.ie.
reading message tmurphy at go.tcd.ie:1 of 6 (2978 header octets) (2639 body
octets) flushed
...
-----------------------------
The messages seem to come over OK,
so it
2019 Aug 30
2
I broke "yum update" - C7
On Fri, Aug 30, 2019 at 12:17:47PM +0100, Gary Stainburn wrote:
> On Friday 30 August 2019 12:03:26 Alexander Dalloz wrote:
> >
> > Besides a corrupted certificates bundle I cannot imagine a different
> > root cause actually.
Just to mention that the 'etckeeper' package from EPEL is great for
tracking changes to /etc. Package installs trigger a commit, as do a daily
2020 Jun 08
0
yum/dnf diff
On Fri, Jun 05, 2020 at 12:34:07PM -0700, Kenneth Porter wrote:
> I'm trying to figure out
> what edits I made to my config files.
>
> My most recent case was trying to figure out what I'd done to my BIND files
> (/etc/named.*, /etc/logrotate.d/named, /var/named/*). I ended up just
> tarring them up and erasing and re-installing the bind package, then
> untarring my
2004 May 05
4
Discontinuities in a simple graph (machine precision?)
Hi,
I've got an ugly but fairly simple function:
mdevstdev <- function(a){
l <- dnorm(a)/(1-pnorm(a))
integrand <- function(z)(abs(z-l)*dnorm(z))
inted <- integrate(integrand, a, Inf)
inted[[1]]/((1- pnorm(a))*sqrt((1 + a*l - l^2)))
}
I wanted to quickly produce a graph of this over the range [-3,3] so I
used:
plotit <-function(x=seq(-3,3,0.01),...){
2009 Aug 20
0
thanks!
Hey Matt
I wonder if it is possible that it doesn't work with AEL, does this seem ok
to you?
s => {
Ringing();
wait(2);
Answer();
Set(MONITOR_EXEC=/etc/asterisk/lameconvert.php
/var/spool/asterisk/monitor/^{MONITOR_FILENAME});
Queue(MyTestQ,ni,,,18);
Hangup();
}
I have debug
2009 Aug 18
2
Monitor-join not joining files in the queues.conf file
Hi everyone
Has anybody ever come across this, I want it to join automatically the
recording files for me but it creates the wav files as I expect but it
doesn't join them sadly, so eg:
ls
1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav
1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav
Here is my queues.conf snippet
[testQ]
2012 Nov 16
1
polycor package
I am currently working with R's polycor package and I have encountered a
problem. I tried to follow the steps as outlined in the sem.pdf file where
a CFA model is run using polychoric correlations. Every time I run the
command sem(model, data, N=.), I get the following warning message:
Warning message:
In if (orthogonal) { :
the condition has length > 1 and only the first element will be
2006 Dec 10
1
R2WinBUGS and calling WinBUGS in Crossover/WINE
Hi there - I have a question for any of you who use R2WinBUGS to call
WinBUGS using the useWINE option in that package.
I have Codeweaver's Crossover emulator installed on my Intel Mac with
WinBUGS working fine if I start it from Crossover. But there is
supposed to be a way to start it directly from a command line, which I
could pass to the R2WinBUGS using the bugs(...,
2004 Jul 06
3
Improving effeciency - better table()?
Hi,
I've been running some simulations for a while and the performance of R
has been great. However, I've recently changed the code to perform a sort
of chi-square goodness-of-fit test. To get the observed values for each
cell I've been using table() - specifically I've been using cut2 from
Hmisc to divide up the range into a specified number of cells and then
using
2019 Nov 07
0
yum install fails - itertoolsmodule.so
Hi Gary,
That "Input/output error" suggests a disk problem to me. Does that file
/usr/lib64/python2.7/lib-dynload/itertoolsmodule.so actually exist and is
it readable?
Also look the the output of 'rpm -V python-libs' to see if rpm considers
the installed files to be corrupt.
If it's not that, then you could try 'yum reinstall python-libs'.
Paddy
On Thu, Nov 07,
2008 Jun 16
2
R on an ASUS eee PC, continued - installing packages
Dear all,
I just went through the process of installing R on an eeePC 900 running
Linux. As a Windows useR utterly ignorant about Linux, I'd never have
done it without reading your posts and the R Wiki, so first of all:
thank you!
Next, taking up your thread from some weeks ago, I thought this could be
useful for somebody else too, so here's what I did:
1) I followed wolfgang's
2009 Aug 13
4
Time of Day Routing
Hi everybody
I have a logic question that is confusing me.
ifTime(00:00-12:00|*|*|*) {
Playback(welcome-morning);
} else {
ifTime(12:00-18:00|*|*|*) {
Playback(welcome-afternoon);
} else {
Playback(welcome-evening);
}
2009 May 16
2
Agent-Login/out in 1.6
Hi Carlos
"
Agentcallbacklogin was deprecated in Asterisk 1.4 and eliminated from
1.6 so you now need to use Dynamic Agents. Although they claim that is
is simple enough to replace that functionality with dial plan code I
have yet to see a one line example that replaces everything the
agentcallbacklogin command did.|
I totally agree, I have never seen any example that makes it work.
2011 Feb 04
0
GAM quasipoisson in MuMIn - SOLVED
Hi,
Got my issues sorted.
Error message solved:
I heard from the guy who developed MuMIn and his suggestion worked.
"As for the error you get, it seems you are running an old version of MuMIn.
Please update the package first."
I did (I was only 1 version behind in both R and in MuMIn) and error
disappeared!
Running quasipoisson GAM in MuMIn:
As for my questions on GAM and " to
2010 Sep 26
1
plot single part of the country using gadm map
Dear all,
in GADM map there are three levels (nation, province and precinct) for each
country of the world but for all of them you are never able to plot only one
part of a chosen country.
To be sure, I am trying to plot only one region of “Italy” and colour the
different precincts in it. So far I am able to colour only the part of my
interest but the programme still plot the whole country.
Is
2009 Aug 12
1
Why do CDR dstchannel have a strange number after them? IAX2/XXXX-????
Hi all
I am just confused as to why Asterisk appends a strange number after the
Channel and Extension number. This moght be obvious to some people but I
have no idea why??
Eg: IAX2/100-9123
Where does the -9123 come from?? and can I ditch it? I have made a work
around to substring it out using SQL for when doing logs, but I would like
to know what it is and if I can remove it.
(I am using
2008 Oct 29
0
Package arm
I am having difficulty installing the arm package and would be
grateful if anyone could give some advice.
I have updated my computer to a Mac OS X version 10.5.5 ( processor: 2
x 2.8 GHz Quad-Core Intel Xeon) and I have downloaded R version 2.8.0
I have downloaded the package arm, but when i try to install it, the
following message is given in R:
Loading required package: MASS
Loading