Displaying 5 results from an estimated 5 matches for "18213".
Did you mean:
18211
2025 Jan 14
1
Need help with time series
...Why does acf() function find missing values? When crossprod(xmat) is invertible, why does arima() find system exactly singular?
Thanks,
Naresh
x <- c(24957, 10577, -18516, 2940, -1458, 32704, -26697, -46902, 48413, -11937, 2043, 26431, -55336, -16838, 89651, 25363, -50388, -41012, -28242, -18213, 58759, -15290, -7413, 124098)
myts <- zoo::zoo(x, seq.Date(as.Date("2022-12-31"), as.Date("2024-11-30"), by = "1 month"))
> myts
2022-12-31 2023-01-31 2023-03-03 2023-03-31 2023-05-01 2023-05-31 2023-07-01
24957 10577 -18516...
2025 Jan 14
1
Need help with time series
...alues? When crossprod(xmat) is
> invertible, why does arima() find system exactly singular?
>
> Thanks,
> Naresh
>
> x <- c(24957, 10577, -18516, 2940, -1458, 32704, -26697, -46902, 48413,
> -11937, 2043, 26431, -55336, -16838, 89651, 25363, -50388, -41012,
> -28242, -18213, 58759, -15290, -7413, 124098)
>
> myts <- zoo::zoo(x, seq.Date(as.Date("2022-12-31"),
> as.Date("2024-11-30"), by = "1 month"))
>
> > myts
>
> 2022-12-31 2023-01-31 2023-03-03 2023-03-31 2023-05-01 2023-05-31
> 2023-07-01...
2005 Mar 05
2
dovecot-pgsql.conf can't find in chroot? (debian)
...rd...
root at alfa:~# strace -vffF /etc/init.d/dovecot start 1>& ~/dovecot.strace
root at alfa:~# less ~/dovecot.strace
[...] :/chroot
[...] :/dovecot-pgsql.conf
[pid 18211] open("/var/log/dovecot_info.log",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666 <u
nfinished ...>
[pid 18213] fcntl64(5, F_SETFD, FD_CLOEXEC <unfinished ...>
[pid 18211] <... open resumed> ) = 5
[pid 18213] <... fcntl64 resumed> ) = 0
[pid 18211] fstat64(5, <unfinished ...>
[pid 18209] <... fcntl64 resumed> ) = 0
[pid 18211] <... fstat64 resumed> {st_dev...
2006 Apr 07
0
Routing requests to a default controller module
Howdy,
I''ve been looking for a way to more finely control which module a
request goes to. Basically, by default, I want all requests to
particular module. If a request happens to match a full
module+controller name, then it can route to that request (i.e. the
default case). So basically something like:
map.connect '':controller/:action/:id'', :controller =>
2010 Jun 27
1
dovecot 2.0.beta6 dies when I try to delete a folder with thunderbird
...older is not deleted. Filesystem is ZFS.
Jun 27 15:32:36 azati dovecot: [ID 583609 mail.error] master: Error:
service(imap): child 18215 killed with signal 11 (core not dumped -
set drop_priv_before_exec=yes)
Jun 27 15:32:36 azati dovecot: [ID 583609 mail.error] master: Error:
service(imap): child 18213 killed with signal 11 (core not dumped -
set drop_priv_before_exec=yes)
# 2.0.beta6: /etc/opt/dovecot/dovecot/dovecot.conf
# OS: SunOS 5.10 i86pc zfs
first_valid_uid = 100
mail_location = mdbox:/l/dovecot/%u/dbox
namespace {
inbox = yes
location =
prefix =
separator = /
type = private
}...