search for: ismael

Displaying 20 results from an estimated 86 matches for "ismael".

2020 Feb 03
2
Stroring and extracting AICs from an ARIMA model using a nested loop
...; storage1[[i]] <- arima(etc) > } > } > > lapply(storage1, '[[', "aic") # get the aic's. > > Maybe sapply is better it will return a vector. > > > Hope this helps, > > Rui Barradas > > > > > ?s 06:23 de 03/02/20, ismael ismael via R-devel escreveu: >> Hello >> I am trying to extract AICs from an ARIMA estimation with different >> combinations of p & q ( p =0,1,2,3 >> and q=0,1.2,3). I have tried using the following code unsucessfully. Can >> anyone help? >> code: >> st...
2020 Feb 04
2
Stroring and extracting AICs from an ARIMA model using a nested loop
...t;list", 16) i <- 0L for(p in 0:3){ ? for(q in 0:3){ ? ? i <- i + 1L ? ? storage1[[i]] <- arima(etc) ? } } lapply(storage1, '[[', "aic")? # get the aic's. Maybe sapply is better it will return a vector. Hope this helps, Rui Barradas ?s 06:23 de 03/02/20, ismael ismael via R-devel escreveu: > Hello > I am trying to extract AICs from an ARIMA estimation with different > combinations of p & q ( p =0,1,2,3 > and q=0,1.2,3). I have tried using the following code unsucessfully. Can > anyone help? > > code: > storage1 <- numeric(1...
2017 Oct 04
0
Glusterd not working with systemd in redhat 7
On Wed, Oct 04, 2017 at 09:44:44AM +0000, ismael mondiu wrote: > Hello, > > I'd like to test if 3.10.6 version fixes the problem . I'm wondering which is the correct way to upgrade from 3.10.5 to 3.10.6. > > It's hard to find upgrade guides for a minor release. Can you help me please ? Packages for GlusterFS 3.10.6...
2017 Oct 04
2
Glusterd not working with systemd in redhat 7
...e package to the server and install them via rpm command . Do you think this is a correct way to upgrade gluster when working without internet access? Thanks in advance ________________________________ De : Niels de Vos <ndevos at redhat.com> Envoy? : mercredi 4 octobre 2017 12:17 ? : ismael mondiu Cc : Atin Mukherjee; gluster-users at gluster.org; Gaurav Yadav Objet : Re: [Gluster-users] Glusterd not working with systemd in redhat 7 On Wed, Oct 04, 2017 at 09:44:44AM +0000, ismael mondiu wrote: > Hello, > > I'd like to test if 3.10.6 version fixes the problem . I'm...
2017 Oct 04
2
Glusterd not working with systemd in redhat 7
Hello, I'd like to test if 3.10.6 version fixes the problem . I'm wondering which is the correct way to upgrade from 3.10.5 to 3.10.6. It's hard to find upgrade guides for a minor release. Can you help me please ? Thanks in advance Ismael ________________________________ De : Atin Mukherjee <amukherj at redhat.com> Envoy? : dimanche 17 septembre 2017 14:56 ? : ismael mondiu Cc : Niels de Vos; gluster-users at gluster.org; Gaurav Yadav Objet : Re: [Gluster-users] Glusterd not working with systemd in redhat 7 The backport jus...
2020 Feb 03
3
Stroring and extracting AICs from an ARIMA model using a nested loop
Hello I am trying to extract AICs from an ARIMA estimation with different combinations of p & q ( p =0,1,2,3 and q=0,1.2,3). I have tried using the following code unsucessfully. Can anyone help? code: storage1 <- numeric(16) for (p in 0:3){ ? ? for (q in 0:3){ ? ? ? storage1[p]? <- arima(x,order=c(p,0,q), method="ML")} } storage1$aic [[alternative HTML version deleted]]
2017 Oct 04
0
Glusterd not working with systemd in redhat 7
On Wed, Oct 04, 2017 at 12:17:23PM +0000, ismael mondiu wrote: > > Thanks Niels, > > We want to install it on redhat 7. We work on a secured environment > with no internet access. > > We download the packages here > https://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.10/ and > then, we push the package to...
2017 Oct 05
2
Glusterd not working with systemd in redhat 7
...down -r now ***************************************************************************************** Please find the glusterd.log file attached to this mail. Thanks ________________________________ De : Atin Mukherjee <amukherj at redhat.com> Envoy? : jeudi 5 octobre 2017 06:00 ? : ismael mondiu Cc : Niels de Vos; gluster-users at gluster.org; Gaurav Yadav Objet : Re: [Gluster-users] Glusterd not working with systemd in redhat 7 On Wed, Oct 4, 2017 at 9:26 PM, ismael mondiu <mondiu at hotmail.com<mailto:mondiu at hotmail.com>> wrote: Hello , it seems the problem sti...
2017 Oct 05
0
Glusterd not working with systemd in redhat 7
...r choice here. As a work around, you can toggle some volume options for all the volumes and then retry the same or if your cluster.op-version is not up to date, you can bump up the op-version to latest which will take care of writing the uuid in the brickinfo file. On Thu, Oct 5, 2017 at 1:52 PM, ismael mondiu <mondiu at hotmail.com> wrote: > Hello Atin, > > Please find below the requested informations: > > > [root at dvihcasc0r ~]# cat /var/lib/glusterd/vols/advdemo/bricks/* > hostname=dvihcasc0r > path=/opt/glusterfs/advdemo > real_path=/opt/glusterfs/advdemo &g...
2017 Oct 05
0
Glusterd not working with systemd in redhat 7
On Wed, Oct 4, 2017 at 9:26 PM, ismael mondiu <mondiu at hotmail.com> wrote: > Hello , > > it seems the problem still persists on 3.10.6. I have a 1 x (2 + 1) = 3 > configuration. I upgraded the first server and then launched a reboot. > > > Gluster is not starting. Seems that gluster starts before network...
2017 Oct 17
2
Gluster processes remaining after stopping glusterd
...b13937be47e8fef6fd69be60899.socket --xlator-option *replicate*.node-uuid=30865b77-4da5-4f40-9945-0bd2cf55ac2a root 40044 39906 0 11:55 pts/0 00:00:00 grep --color=auto -i glu ********************************************************************************************************* Thanks Ismael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171017/871d49dc/attachment.html>
2017 Oct 04
2
Glusterd not working with systemd in redhat 7
.../usr/sbin/glusterd(glusterfs_process_volfp+0x1b1) [0x7f2b04693a71] -->/usr/sbin/glusterd(cleanup_and_exit+0x6b) [0x7f2b04692f5b] ) 0-: received signum (1), shutting down ________________________________ De : Niels de Vos <ndevos at redhat.com> Envoy? : mercredi 4 octobre 2017 14:47 ? : ismael mondiu Cc : Atin Mukherjee; gluster-users at gluster.org; Gaurav Yadav Objet : Re: [Gluster-users] Glusterd not working with systemd in redhat 7 On Wed, Oct 04, 2017 at 12:17:23PM +0000, ismael mondiu wrote: > > Thanks Niels, > > We want to install it on redhat 7. We work on a secured...
2017 Sep 17
2
Glusterd not working with systemd in redhat 7
The backport just got merged few minutes back and this fix should be available in next update of 3.10. On Fri, Sep 15, 2017 at 2:08 PM, ismael mondiu <mondiu at hotmail.com> wrote: > Hello Team, > > Do you know when the backport to 3.10 will be available ? > > Thanks > > > > > ------------------------------ > *De :* Atin Mukherjee <amukherj at redhat.com> > *Envoy? :* vendredi 18 ao?t 2017...
2014 May 15
11
[Bug 78748] New: Nouveau fails initializing KMS on Geforce2 Go (NV11M)
https://bugs.freedesktop.org/show_bug.cgi?id=78748 Priority: medium Bug ID: 78748 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau fails initializing KMS on Geforce2 Go (NV11M) QA Contact: xorg-team at lists.x.org Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: isma.casti
2017 Oct 18
0
Gluster processes remaining after stopping glusterd
On Tue, Oct 17, 2017 at 3:28 PM, ismael mondiu <mondiu at hotmail.com> wrote: > Hi, > > I noticed that when i stop my gluster server via systemctl stop glusterd > command , one glusterfs process is still up. > > Which is the correct way to stop all gluster processes in my host? > Stopping glusterd service doe...
2020 Feb 03
0
Stroring and extracting AICs from an ARIMA model using a nested loop
>>>>> ismael ismael via R-devel >>>>> on Mon, 3 Feb 2020 04:09:24 -0600 writes: > It works!!! > Thank you so much for your help! and it was an "R help" question which Rui so generously answered. But this is the R-devel mailing list. Please do *NOT* misuse it for...
2020 Feb 04
0
Stroring and extracting AICs from an ARIMA model using a nested loop
Hello, Don't worry, we've seen worst questions :). Inline. ?s 13:20 de 04/02/20, ismael ismael escreveu: > I am now aware that I should not post this type of questions on this > group. However, I would like to have some clarifications related to the > response you've?already provided. The code you provided yields accurate > results, however I still have issues grasp...
2017 Oct 06
1
Glusterd not working with systemd in redhat 7
On 10/04/2017 06:17 AM, Niels de Vos wrote: > On Wed, Oct 04, 2017 at 09:44:44AM +0000, ismael mondiu wrote: >> Hello, >> >> I'd like to test if 3.10.6 version fixes the problem . I'm wondering which is the correct way to upgrade from 3.10.5 to 3.10.6. >> >> It's hard to find upgrade guides for a minor release. Can you help me please ? > > Pa...
2007 Jan 04
3
TC again - now working on VPN traffic
...###### dump is: tmp/dumpVPNLOCAL.txt.bz2 I don''t know why it''s limiting the traffic to 20kbps (bytes) there. When all rules are disabled, all the bandwidth is used again. There are no rules applied on the other linux box responsible for the VPN (remote gateway). Thanks again! Ismael ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net''s Techsay panel and you''ll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash...
2017 Dec 06
2
ORACLE SQL/ LEER DATOS EN R
...oceso puede ser bastante lento Por tanto mi recomendación si vas a trabajar con Oracle y si tienes una máquina de 64bits es que al menos uses ROracle, funciona bastante bien Un saludo Un saludo ________________________________ De: R-help-es <r-help-es-bounces en r-project.org> en nombre de ismael mardomingo <gayofas en hotmail.com> Enviado: miércoles, 6 de diciembre de 2017 11:12 Para: Antonio Rodriguez Andres; r-help-es Asunto: Re: [R-es] ORACLE SQL/ LEER DATOS EN R Yo he accedido sin problemas a bases de datos de Oracle desde R con el paquete RODBC. Si tienes tablas muy grandes sie...