Displaying 20 results from an estimated 800 matches similar to: "Bug#686779: xcp-networkd: unneeded dependency on openvswitch"
2012 Jul 19
1
Bug#682122: xcp-xapi: README.Debian has a few misleading commands
Package: xcp-xapi
Version: 1.3.2-9
Severity: normal
Hi guys,
Just a couple of things I noticed running
through /usr/share/doc/xcp-xapi/README.Debian.gz as referenced by
http://wiki.debian.org/XCP
In "4/ Configuring Xen and XCP":
sed -i "s/TOOLSTACK=/TOOLSTACK=xapi/" /etc/default/xen
should be
sed -i "s/TOOLSTACK=.*/TOOLSTACK=xapi/" /etc/default/xen
Otherwise
2012 Jul 19
1
Bug#682120: xen-api: missing --minimal in example command
Package: src:xen-api
Version: 1.3.2-9
Severity: wishlist
Hi,
In /usr/share/doc/xcp-xapi/README.Debian.gz, line 149:
149 PIF_UUID=`xe pif-list device=eth0`
150 xe pif-reconfigure-ip uuid=$PIF_UUID mode=static \
151 IP=1.2.3.4 netmask=255.255.255.0 gateway=1.2.3.1
The command for acquiring the pif-uuid is missing a --minimal
parameter, which makes it output the UUID only.
--
Regards,
2012 Oct 16
1
Bug#690612: xcp-xapi-debug: bashism in /bin/sh script
Package: xcp-xapi-debug
Version: 1.3.2-11
Severity: normal
User: debian-release at lists.debian.org
Usertags: goal-dash
Hello maintainer,
While performing an archive wide checkbashisms (from the 'devscripts'
package) check I've found your package containing a /bin/sh script making
use of a bashism.
checkbashisms' output:
>possible bashism in
2012 Oct 16
1
Bug#690710: xcp-xapi: bashism in /bin/sh script
Package: xcp-xapi
Version: 1.3.2-11
Severity: important
User: debian-release at lists.debian.org
Usertags: goal-dash
Hello maintainer,
While performing an archive wide checkbashisms (from the 'devscripts'
package) check I've found your package containing a /bin/sh script making
use of a bashism.
checkbashisms' output:
>possible bashism in
2012 Dec 07
0
Bug#679533: Traffic forwarding issue between Xen domU/dom0
retitle Traffic forwarding issue between Xen domU/dom0
thanks
This week again this bug occurred again so we are trying to create some
kind of reproduce algorithm.
First we've created two virtual machines named
koekiemonster.bofh.hq.mendix.net and netappsim.bofh.hq.mendix.net. We've
added 29 vifs to koekiemonster.bofh.hq.mendix.net.
During this tests we've always had a ping
2012 Jun 15
1
Bug#677614: xcp-xapi: someone should create /etc/default/xen
Package: xcp-xapi
Version: 1.3.2-6
Severity: important
Looks like on Wheezy, /etc/default/xen is not created by xen-utils-common. Since xcp-xapi depends on its existence and further declaration of the toolstack in it, it should take extra care to ensure that it is present.
root at debian:~# aptitude install xcp-xapi
The following NEW packages will be installed:
blktap-dkms{a} blktap-utils{a}
2018 Feb 23
1
Bug in installing rgdal
*@*
*BLAS: /usr/lib/libblas/libblas.so.3.6.0LAPACK:
/usr/lib/lapack/liblapack.so.3.6.0locale: [1] LC_CTYPE=en_IN.UTF-8
LC_NUMERIC=C LC_TIME=en_IN.UTF-8 [4]
LC_COLLATE=en_IN.UTF-8 LC_MONETARY=en_IN.UTF-8
LC_MESSAGES=en_IN.UTF-8 [7] LC_PAPER=en_IN.UTF-8
LC_NAME=C LC_ADDRESS=C [10]
LC_TELEPHONE=C LC_MEASUREMENT=en_IN.UTF-8
2023 Jun 08
1
Cryptic error from stargazer
Dear All,
Here is my reproducible example:
> library(stargazer)
Please cite as:
Hlavac, Marek (2018). stargazer: Well-Formatted Regression and
Summary Statistics Tables.
R package version 5.2.2. https://CRAN.R-project.org/package=stargazer
> x1=1:1000 ; y = 2 * x1+ rnorm(1000)
> stargazer(lm(y~x1))
Error in (.format.s.statistics.list != "p25") &&
2013 Oct 09
2
Error while running MR using rmr2
Hi,
I have trying to run a simple MR program using rmr2 in a single node Hadoop
cluster. Here is the environment for the setup
Ubuntu 12.04 (32 bit)
R (Ubuntu comes with 2.14.1, so updated to 3.0.2)
Installed the latest rmr2 and rhdfs from
here<https://github.com/RevolutionAnalytics/RHadoop/wiki/Downloads>and
the corresponding dependencies
Hadoop 1.2.1
Now I am trying to run a simple MR
2023 Jun 08
1
Cryptic error from stargazer
Dear All,
I had done an automatic upgrade of my Debian 10 system which had also
upgraded R.
I reinstalled the stargazer package and the error went away.
Query : Do I need to reinstall all packages with each upgrade of R ?
Best,
Ashim
On Thu, Jun 8, 2023 at 11:11?AM Ashim Kapoor <ashimkapoor at gmail.com> wrote:
>
> Dear All,
>
> Here is my reproducible example:
>
>
2006 Jun 19
0
Language 'en_IN' was not recognized, defaulting to 'en_US' (second time post)
hey friends,
I am using wine 0.9.12 on centos 4.0 kernel version is
2.6.9-34.0.1.EL. Whenever I try to run any application through wine I
get the below warning and the application does not run. Langauge
settings before were Indian English but later on I changed it to
US_English but still I am getting the below error.
Warning: Language 'en_IN' was not recognized, defaulting to
2009 Jun 10
1
Unable to load package:lme4 [ Ubuntu 9.04 ]
Hi folks,
When I try to load package 'lme4' on my Linux box (64-bit Ubuntu
9.04), I get the following error:
-------------------------------------
> library(lme4)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
function 'cholmod_start' not provided by package 'Matrix'
Error: package/namespace load failed for 'lme4'
------------------------------------
I
2012 Feb 29
4
Bug#661687: xen-utils-common: TOOLSTACK setting not honored
Package: xen-utils-common
Version: 4.1.2-3
Severity: important
/etc/default/xen, which carries the TOOLSTACK setting, is not honored by xend init script.
The xend initscript doesn't check for the value of TOOLSTACK. It just populates it in its initscript.
lnx200-39:/etc/init.d# grep TOOLSTACK *
xend:TOOLSTACK=$(/usr/lib/xen-common/bin/xen-toolstack 2>/dev/null)
xend: if [ -z
2023 Jun 08
1
Cryptic error from stargazer
On Thu, 08 Jun 2023, Ashim Kapoor writes:
> Dear All,
>
> I had done an automatic upgrade of my Debian 10 system which had also
> upgraded R.
>
> I reinstalled the stargazer package and the error went away.
>
> Query : Do I need to reinstall all packages with each upgrade of R ?
>
> Best,
> Ashim
Your session info says "stargazer 5.2.2". What version
2016 Jan 15
1
Error in socketConnection(master, port = port, blocking = TRUE, open = "a+b", : cannot open the connection
Dear All
I have sucessfully created cluster of four nodes using localhost in my local machine by executing the following command
> cl<-makePSOCKcluster(c(rep("localhost",4)),outfile='',homogeneous=FALSE,port=11001)
starting worker pid=4271 on localhost:11001 at 12:12:26.164
starting worker pid=4280 on localhost:11001 at 12:12:26.309
starting worker pid=4289 on
2012 Nov 09
0
(no subject)
Hi all,
The TWS on my system is unable to connect to my R session. Here is the
error that I'm getting:
*> tws<-twsConnect()
Error in socketConnection(host = host, port = port, open = "ab", blocking =
blocking) :
cannot open the connection
In addition: Warning message:
In socketConnection(host = host, port = port, open = "ab", blocking =
blocking) :
localhost:7496
2012 Nov 16
0
TWS and R
Hi all,
The TWS on my system is unable to connect to my R session. Here is the
error that I'm getting:
/> tws<-twsConnect()
Error in socketConnection(host = host, port = port, open = "ab", blocking =
blocking) :
cannot open the connection
In addition: Warning message:
In socketConnection(host = host, port = port, open = "ab", blocking =
blocking) :
localhost:7496
2012 Sep 05
3
Bug#686778: xcp-xapi: what user should xapi run as
Package: xcp-xapi
Version: 1.3.2-11
Severity: normal
We need to have a separate user/group privilege for xapi and its dependent processes. At the moment, everything runs as root
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux
2006 Jun 06
2
Language 'en_IN' was not recognized, defaulting to 'en_US'.
hey friends,
I am using wine 0.9.12 on centos 4.0 kernel version is
2.6.9-34.0.1.EL. Whenever I try to run any application through wine I
get the below warning and the application does not run. Langauge
settings before were Indian English but later on I changed it to
US_English but still I am getting the below error.
Warning: Language 'en_IN' was not recognized, defaulting to
2006 Jun 21
0
Language 'en_IN' was not recognized, ?defaulting to 'en_US' (second time post)
ankush grover <grover1711@gmail.com> wrote:
> 2.6.9-34.0.1.EL. Whenever I try to run any application through wine I
> get the below warning and the application does not run. Langauge
> settings before were Indian English but later on I changed it to
> US_English but still I am getting the below error.
If you really changed the locale to en_US, you wouldn't get this
warning.