Displaying 20 results from an estimated 49 matches for "storage1".
Did you mean:
storage
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]]
2020 Feb 03
2
Stroring and extracting AICs from an ARIMA model using a nested loop
It works!!!
Thank you so much for your help!
Sent from my iPhone
> On Feb 3, 2020, at 3:47 AM, Rui Barradas <ruipbarradas at sapo.pt> wrote:
>
> ?Hello,
>
> You can solve the problem in two different ways.
>
> 1. Redefine storage1 as a matrix and extract the aic *in* the loop.
>
> storage1 <- matrix(0, 4, 4)
> for(p in 0:3){
> for(q in 0:3){
> storage1[p + 1, q + 1] <- arima(etc)$aic
> }
> }
>
>
> 2. define storage1 as a list.
>
> storage1 <- vector("list", 16)...
2020 Feb 04
2
Stroring and extracting AICs from an ARIMA model using a nested loop
...uot; and " i + 1L" in case 2.
?
Can youplease provide explanations on the loop mechanisms you've used.?
Le lundi 3 f?vrier 2020 ? 03:47:20 UTC?6, Rui Barradas <ruipbarradas at sapo.pt> a ?crit :
Hello,
You can solve the problem in two different ways.
1. Redefine storage1 as a matrix and extract the aic *in* the loop.
storage1 <- matrix(0, 4, 4)
for(p in 0:3){
? for(q in 0:3){
? ? storage1[p + 1, q + 1] <- arima(etc)$aic
? }
}
2. define storage1 as a list.
storage1 <- vector("list", 16)
i <- 0L
for(p in 0:3){
? for(q in 0:3){
? ? i <- i...
2018 Nov 23
2
doveadm dsync-server doesn't use user parameter?
Hi,
I tried to migrate my dovecot 2.2 to a new server with a other storage
configuration and dovecot 2.3.
New (and old) Server uses mysql for user information
I use the following storage settings
mail_home = /storage1/vmail/%{userdb:path}
mail_location =
mdbox:/storage1/fast/%{userdb:path}:FULLDIRNAME=iTrNiCs-DBOx-mAiLs:INDEX=/storage1/indexes/vmail/%{userdb:path}:ALT=/storage1/slow/%{userdb:path}:VOLATILEDIR=/tmp/%{userdb:path}
userdb:path is generated by the mysql query and ends in something like
"2000/...
2012 Dec 03
1
"gluster peer status" messed up
I have three machines, all Ubuntu 12.04 running gluster 3.3.1.
storage1 192.168.6.70 on 10G, 192.168.5.70 on 1G
storage2 192.168.6.71 on 10G, 192.168.5.71 on 1G
storage3 192.168.6.72 on 10G, 192.168.5.72 on 1G
Each machine has two NICs, but on each host, /etc/hosts lists the 10G
interface on all machines.
storage1 and storage3 were taken away for hardware...
2018 Nov 23
0
doveadm dsync-server doesn't use user parameter?
...01 gid=1001
doveadm(user at example.com)<27674><>: Debug: Added userdb setting:
plugin/quota_rule=*:bytes=0M
doveadm(user at example.com)<27674><>: Debug: Added userdb setting:
plugin/userdb_path=2000/6
doveadm(user at example.com): Debug: Effective uid=1001, gid=1001,
home=/storage1/vmail/
doveadm(user at example.com): Debug: Quota root: name=User quota
backend=dict args=:proxy::sqlquota
doveadm(user at example.com): Debug: Quota rule: root=User quota mailbox=*
bytes=0 messages=0
doveadm(user at example.com): Debug: Quota rule: root=User quota
mailbox=#EXPUNGED bytes=+10737418...
2020 Feb 04
0
Stroring and extracting AICs from an ARIMA model using a nested loop
...1,?the use of?"p+1" and "q+1" is still blurry to me?
1. R indexes starting from 1, both your orders p and q are 0:3. So to
assign the results to the results matrix, add 1 and get indices 1:4.
You could also set the row and column names after, to make it more clear:
dimnames(storage1) <- list(paste0("p", 0:3), paste0("q", 0:3))
2. 0L is an integer, just 0 is a floating-point corresponding to the C
language double.
class(0L) # "integer"
class(0) # "numeric"
typeof(0L) # "integer"
typeof(0) # "double"
Ind...
2020 Feb 03
0
Stroring and extracting AICs from an ARIMA model using a nested loop
...he R-help mailing list instead!
Best,
Martin Maechler
>> On Feb 3, 2020, at 3:47 AM, Rui Barradas <ruipbarradas at sapo.pt> wrote:
>>
>> ?Hello,
>>
>> You can solve the problem in two different ways.
>>
>> 1. Redefine storage1 as a matrix and extract the aic *in* the loop.
>>
>> storage1 <- matrix(0, 4, 4)
>> for(p in 0:3){
>> for(q in 0:3){
>> storage1[p + 1, q + 1] <- arima(etc)$aic
>> }
>> }
>>
>>
>> 2. define...
2011 Dec 23
1
No subject
...), Googled 'til my eyes started bleeding & emailed the
vendor numerous times who has tried his best but to no avail.
I'm obviously doing something dumb but for the life of me I can't figure
it out. Any help appreciated.
Cheers, Phil...
$ rsync -zav /home/phildobbin/
phildobbin at storage1.datastorageunit.com:/thinkcentre/
phildobbin at storage1.datastorageunit.com's password:
sending incremental file list
rsync: mkdir "/thinkcentre" failed: Permission denied (13)
rsync error: error in file IO (code 11) at main.c(595) [Receiver=3.0.7]
rsync: connection unexpectedly clo...
2010 May 31
2
DHT translator problem
...the systeminfo:
OS: CentOS 5 x86_64
Kernel: 2.6.18-194.3.1.el5
Fuse: 2.7.4glfs11
glusterfs 3.0.4 built on May 17 2010 08:28:27
Repository revision: v3.0.4
The volume files:
#####################################
### GlusterFS Server Volume File ##
#####################################
volume storage1-test1
type storage/posix
option directory /mnt/test1
end-volume
volume storage1-test2
type storage/posix
option directory /mnt/test2
end-volume
volume locksstorage1-test1
type features/locks
option mandatory-locks on
subvolumes storage1-test1
end-volume
volume locksstorage1-t...
2002 Oct 28
0
security bug or misconfiguration ?
...s = Yes
create mask = 0600
directory mask = 0700
"user$" is referred to in the user profile on the NT PDC(\\pcserver\user$).
%G resolves to the primary UNIX group that the user belongs to and
%U resolves to the UNIX user ID.
The file structure on the UNIX server is layed out as this:
/storage1/department1/users/user1
/storage1/department1/users/user2
/storage1/department1/users/user3
.
.
/storage1/department2/users/user1
/storage1/department2/users/user2
/storage1/department2/users/user3
etc.
This setup has been working fine for some time now, but suddenly we
found out that some files...
2010 Jun 07
1
[PATCH] ESX: Fix storage URL if storage has a snapshot
If an ESX guest has a snapshot, the path the libvirt driver gives us will look
like:
[yellow:storage1] RHEL4-X/RHEL4-X-000003.vmdk
instead of:
[yellow:storage1] RHEL4-X/RHEL4-X.vmdk
The current path mangling code does take this into account.
This change makes it use the current mechanism first, but try again after
removing a '-\d+' suffix if it gets a 404. Trying twice should make it con...
2020 Mar 25
1
permissions issues
Using samba 4.9.1 + KRB5 + SSSD + winbind. Used realm join and successfully joined the domain. Having permission problems creating a share. I create Linux share as:
Mkdir /storage1/Data/corp
Chmod -R 0770 /storage1/Data/corp
Chown -R "test-AD\administrator":"test-ad\Corp Users" /storage1/Data/corp
Then use MMC on the windows Domain Controller to set share permission. Share Permission are Domain Users and Corp Users - both...
2010 Jul 16
1
ESX - How to create a new domain
Hi,
I've been trying to figure out how to create a new domain(create a new
virtual machine) using the ESX driver.
The documentation at http://libvirt.org/drvesx.html says:
To define a new domain the driver converts the domain XML into a VMware VMX
file and uploads it to a datastore known to the ESX server. Because multiple
datastores may be known to an ESX server the driver needs to decide
2017 Dec 28
2
Problem with master password
...1] (0.001 + 0.000 secs).
The log with mail debuging doesn't tell me much:
2017-12-28T12:24:47+01:00 mailstore1 dovecot: imap(user at itronic.at):
Debug: INBOX: Mailbox opened because: SELECT
2017-12-28T12:24:47+01:00 mailstore1 dovecot: imap(user at itronic.at):
Debug: acl vfile: file
/srv/storage1/vmail/itronic/6/mdbox/mailboxes/INBOX/dbox-Mails/dovecot-acl
not found
2017-12-28T12:24:47+01:00 mailstore1 dovecot: imap(user at itronic.at):
Debug: acl vfile: file
/srv/storage1/vmail/itronic/6/mdbox/mailboxes/dovecot-acl not found
2017-12-28T12:24:47+01:00 mailstore1 dovecot: imap(user at itr...
2009 Oct 01
1
3-layer structure and the bonnie rewrite problem
...pecially with the bonnie-rewrite-test, already discussed in this
list, but not in this context, i think). So: does this approach
(3-layer) does make any sense with GlusterFS ?
Here a draft of the structure:
Config1 (regular):
***********
[Client-Node]
^
|
GlusterFS
|
v
[Storage1 <-replicate-> Storage2]
***********
Config2 (3-layer):
***********
[Client-Node]
^
|
GlusterFS
|
v
[Re-Exporter/Proxy-Node]
^
|
GlusterFS
|
v
[Storage1 <-replicate-> Storage2, Storage3]
***********
The "Config2" is the tar...
2016 Oct 12
5
Backup Suggestion on C7
...orm backup, It must be enabled and
provisioned.
My first solution was put each host pools on different logical volumes,
like:
host1 -> lv1
host2 -> lv2
host3 -> lv3
and store pools/volumes on specified storage daemon that uses a
specified device for each different hosts.
host1 -> storage1 -> device_lv1
host2 -> storage2 -> device_lv2
host3 -> storage3 -> device_lv3
Unfortunately, I can't define on bacula-sd.conf multiple storage
definition but only multiple devices. To use different storage I must
run 3 bacula-sd on same host (I can?), run a bacula-sd on a v...
2009 Mar 31
4
About multiple hosts with same hostname
...save
the host key using the FQDN instead of just the local part? That would
solve this problem. Is there some other commonly accepted way of dealing
with this that doesn't involve making all our host names unique?
Bonus question: We have 2 storage servers (let's call them storage0 and
storage1), and between them they run a floating IP address with a
heartbeat-monitored NFS daemon (let's call that nfs0).
Now, obviously the host key changes whenever there's been a failover,
and so again we get this same kind of problem. What to do in this case?
Any ideas?
Thank you all for you...
2005 Sep 30
0
pam_mkhomdir.so is creating machine folders when used withsamba
...on a couple
of servers. It works great,
except that it is constantly creating directories for the machines that
connect also.
is my problem in my pam config, or my samba config?
What can I do to keep this from happening?
here is my config
[global]
workgroup = audit
netbios name = Storage1
server string = Storage1
security = ADS
encrypt passwords = yes
realm = AUDIT.LOCAL
obey pam restrictions = yes
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind separator = +
winbind use default domain = yes
use sendfile = yes
log level = 1 passdb:5 auth:1 winbind:1
template home...
2013 Feb 03
1
rsync 3.0.9 compile --copy-devices --write-devices not working
...ive up.
And found
https://rsync.samba.org/ftp/rsync/rsync-patches-3.0.9.tar.gz
In there, i found copy-devices.diff, which could be applied successfully :-)
A write-devices.diff is missing :(
I compilied it, and run it. The result:
root at source:/usr/src/rsync# rsync -e ssh --copy-devices
/dev/storage1/snap-cdimages root at destination:/dev/storage1/cdimages
root at destination's password:
skipping non-regular file "snap-cdimages"
##########
So in the very end, one modul not being able to compile at all.
The other modul just seems not to work.
Does anyone have some hint how to...