Displaying 19 results from an estimated 19 matches for "2b44".
Did you mean:
244
2013 May 21
1
Calculating AIC for the whole model in VAR
Hello!
I am using package "VAR".
I've fitted my model:
mymodel<-VAR(mydata,myp,type="const")
I can extract the Log Liklihood for THE WHOLE MODEL:
logLik(mymodel)
How could I calculate (other than manually) the corresponding Akaike
Information Criterion (AIC)?
I tried AIC - but it does not take mymodel:
AIC(mymodel)
# numeric(0)
Thank you!
--
Dimitri Liakhovitski
2013 Jun 05
1
rJava is not loading
Hello!
I installed rJava and am trying to load it.
library(rJava)
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: fun(libname, pkgname)
error: No CurrentVersion entry in Software/JavaSoft registry! Try
re-installing Java and make sure R and Java have matching architectures.
Error: package or namespace load failed for ‘rJava’
Any idea why?
Background info:
2013 Jul 02
1
problem expanding a volume
...b1]# gluster volume add-brick vg0
gluster5:/export/brick2/sdb1 gluster6:/export/brick2/sdb1
/export/brick2/sdb1 or a prefix of it is already part of a volume
Here is the volume info:
[root at gluster1 sdb1]# gluster volume info vg0
Volume Name: vg0
Type: Distributed-Replicate
Volume ID: 7ebad06f-2b44-4769-a395-475f300608e6
Status: Started
Number of Bricks: 2 x 2 = 4
Transport-type: tcp
Bricks:
Brick1: gluster1:/export/brick2/sdb1
Brick2: gluster2:/export/brick2/sdb1
Brick3: gluster3:/export/brick2/sdb1
Brick4: gluster4:/export/brick2/sdb1
Any help is appreciated.
-------------- next part -----...
2013 Nov 15
3
modify functions in "stats", but .Call(C_BinDist, ...) couldn't load C function
Hi all,
I am trying to write a new function based on an existing function in
"stats".
This function requires to call a c program "C_BinDist". The new function
couldn't work without load this c script.
How can I find this "C_BinDist" function and load it to make my new
function work through?
Thanks,
Dan
[[alternative HTML version deleted]]
2017 Jul 13
0
Snapshot auto-delete unmount problem
...one is interested this issue was caused by turning on brick
multiplexing.
Switching it off made the problem go away...
*Gary Lloyd*
________________________________________________
I.T. Systems:Keele University
Finance & IT Directorate
Keele:Staffs:IC1 Building:ST5 5NB:UK
+44 1782 733063 <%2B44%201782%20733073>
________________________________________________
On 31 May 2017 at 14:46, Gary Lloyd <g.lloyd at keele.ac.uk> wrote:
> Here is the glusterd.log file as it has just happened with a manual
> removal of a snapshot.
> The lvs exist even after the snapshot gets remov...
2017 Jul 17
1
Problem manipulating files when a replica is down
...the
issue go away for now.
This is on Centos 7.3 with gluster 3.10.3-1 and samba 4.4.4-14
Can anyone help ?
Thanks
*Gary Lloyd*
________________________________________________
I.T. Systems:Keele University
Finance & IT Directorate
Keele:Staffs:IC1 Building:ST5 5NB:UK
+44 1782 733063 <%2B44%201782%20733073>
________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170717/130489d2/attachment.html>
2015 Apr 16
2
CentOS 7 AMI Building
Yes... we currently use Packer to achieve a repeatable build process, from
scratch. We'd like to replicate that and be able to build from scratch
without spinning up an EC2 instance, in an automated way.
I don't know how to phrase this, so apologies if it comes across wrong, I
have immense respect for you personally and for CentOS... but, is it really
that difficult to post the kickstarts
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi,
I am trying to use SRIOV, usnig xen 4.0 on debian.
On my dom0, xm pci-list-assignable-devices show that
0000:0f:10.0
0000:0f:10.2
0000:0f:10.4
0000:0f:10.6
0000:0f:11.2
0000:0f:11.4
0000:0f:11.6
these virtual interfaces correspond to eth2,
i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0
on my dom0 machine, i can ping other machine using eth2, (implying PF on
eth2
2012 Sep 10
9
issue using SRIOV "Unable to start - perhaps the PF driver is not up yet", while PF driver is actually up
Hi,
I am trying to use SRIOV, usnig xen 4.0 on debian.
On my dom0, xm pci-list-assignable-devices show that
0000:0f:10.0
0000:0f:10.2
0000:0f:10.4
0000:0f:10.6
0000:0f:11.2
0000:0f:11.4
0000:0f:11.6
these virtual interfaces correspond to eth2,
i attach 0f:10.0 to a domU ubuntu machine, xm pci-attach ubuntu 0f:10.0
on my dom0 machine, i can ping other machine using eth2, (implying PF on
eth2
2019 Jan 14
5
Setting 'unix charset' kills the samba share
...harset = cp850
# need to comment out this to get it to wrok
unix charset = ISO-8859-1
We are running smbd 4.8.3. Previously, we had 4.2.3 and this
unix charset = ISO8859-1
was ok. I found this posting :
https://www.ibm.com/developerworks/community/forums/html/topic?id=bcba0bd5-2b44-454a-8d56-fea725b3974e
saying that we should use:
unix charset = ISO-8859-1
but it does not work for us.
Any idea ?
Thanks
Gilbert
2015 Apr 17
0
CentOS 7 AMI Building
...ible" to
> > the official CentOS7 AMIs. I could attempt to reverse-engineer them and
>
> do you need to do much more than qemu-img convert -O vmdk
> <centos-genericcloud.qcow2> ?
>
>
> --
> Karanbir Singh
> +44-207-0999389 <tel:%2B44-207-0999389> | http://www.karan.org/ |
> twitter.com/kbsingh <http://twitter.com/kbsingh>
> GnuPG Key : http://www.karan.org/publickey.asc
> _______________________________________________
> CentOS-virt mailing list
> CentOS-virt at centos.org <mailto:...
2015 Jan 13
0
Pull Request wiki.c.o/AdditionalResources/Repositories
...contents of
> > http://wiki.centos.org/PatrickDGarvey/AdditionalResources/Repositories ?
> >
>
>
> I dont understand the concept of community approved. What does that
> mean ?
>
>
> --
> Karanbir Singh
> +44-207-0999389 <tel:%2B44-207-0999389> | http://www.karan.org/ |
> twitter.com/kbsingh <http://twitter.com/kbsingh>
> GnuPG Key : http://www.karan.org/publickey.asc
> _______________________________________________
> CentOS-docs mailing list
> CentOS-docs at centos.org <mailto:...
2015 Apr 20
0
CentOS 7 AMI Building
...ossible" to
> > the official CentOS7 AMIs. I could attempt to reverse-engineer them and
>
> do you need to do much more than qemu-img convert -O vmdk
> <centos-genericcloud.qcow2> ?
>
>
> --
> Karanbir Singh
> +44-207-0999389 <tel:%2B44-207-0999389> | http://www.karan.org/ |
> twitter.com/kbsingh <http://twitter.com/kbsingh>
> GnuPG Key : http://www.karan.org/publickey.asc
> _______________________________________________
> CentOS-virt mailing list
> CentOS-virt at centos.org <mailto:...
2012 Sep 26
0
[LLVMdev] Vacancy
...re interested please send me a copy of your latest C.V. and let me know your availability to start.
Kind Regards
David
David Churchward
wa consultants
Emblem House
Pynes Hill
Exeter
Devon EX2 5BA
UK
________________________________
Switchboard
Email
Web
+44 (0) 1392 666060<tel:%2B44%20%280%29%201392%20666060>
dc at waconsultants.com<mailto:dc at waconsultants.com>
www.waconsultants.com<http://www.waconsultants.com/>
David Churchward
wa consultants
Emblem House
Pynes Hill
Exeter
Devon EX2 5BA
UK
[cid:874195507 at 26092012-289D]
_____________________________...
2015 Apr 20
0
CentOS 7 AMI Building
...entOS7 AMIs. I could attempt to reverse-engineer
> them and
> >
> > do you need to do much more than qemu-img convert -O vmdk
> > <centos-genericcloud.qcow2> ?
> >
> >
> > --
> > Karanbir Singh
> > +44-207-0999389 <tel:%2B44-207-0999389> | http://www.karan.org/ |
> > twitter.com/kbsingh <http://twitter.com/kbsingh>
> > GnuPG Key : http://www.karan.org/publickey.asc
> > _______________________________________________
> > CentOS-virt mailing list
> > CentOS-virt...
2019 Jan 14
0
Setting 'unix charset' kills the samba share
...to get it to wrok
>
> unix charset = ISO-8859-1
>
>
> We are running smbd 4.8.3. Previously, we had 4.2.3 and this
>
> unix charset = ISO8859-1
>
> was ok. I found this posting :
> https://www.ibm.com/developerworks/community/forums/html/topic?id=bcba0bd5-2b44-454a-8d56-fea725b3974e
>
> saying that we should use:
>
> unix charset = ISO-8859-1
>
> but it does not work for us.
>
> Any idea ?
>
> Thanks
>
> Gilbert
>
>
>
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
...te options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
>
> --
>
> David Cunningham, Voisonics
> http://voisonics.com/
> USA: +1 213 221 1092 <tel:%2B1%20213%20221%201092>
> UK: +44 (0) 20 3298 1642 <tel:%2B44%20%280%29%2020%203298%201642>
> Australia: +61 (0) 2 8063 9019
> <tel:%2B61%20%280%29%202%208063%209019>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.c...
2015 Aug 18
2
Asterisk 13 chan_sip trunk appending @string to dialled number
Yes indeed.
Do you have the dialplan, eg from /etc/asterisk/extensions.conf?
Something is getting this OUT_3_SUFFIX variable and including it in a Dial
to 172.22.4.12.
On 18 August 2015 at 16:21, Brendan Ord <bord at staff.onthenet.com.au> wrote:
> Starting to make sense when I saw this line:
>
>
>
> [2015-08-18 15:01:33] DEBUG[19366][C-00001cfc]: pbx.c:3785
>
2015 Jan 09
2
Pull Request wiki.c.o/AdditionalResources/Repositories
KB -- I made those changes several months ago (Sep/Oct I believe), with
discussion in IRC. This was after a spate of people in the main channel
having issues with Atomic (there's a name that's going to end up causing
problems...) and the continued use of RPMForge/RepoForge, with no
indication that they're really really bad. As well as the recognition of
the reality that there are a