Displaying 4 results from an estimated 4 matches for "ekst".
Did you mean:
east
2023 Jan 07
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...p://mail.paulkudla.net>
>> ?ssl_cert =</usr/local/etc/dovecot/cert/mail.paulkudla.net
>> <http://mail.paulkudla.net>
>> ?ssl_ca =</usr/local/etc/dovecot/cert/mail.paulkudla.net
>> <http://mail.paulkudla.net>
>> }
>>
>> local_name mail.ekst.ca <http://mail.ekst.ca> {
>> ?ssl_key =</usr/local/etc/dovecot/cert/mail.ekst.ca <http://mail.ekst.ca>
>> ?ssl_cert =</usr/local/etc/dovecot/cert/mail.ekst.ca <http://mail.ekst.ca>
>> ?ssl_ca =</usr/local/etc/dovecot/cert/mail.ekst.ca <http://mail.ek...
2023 Jan 06
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...mail.clancyca.com
> }
>
> local_name mail.paulkudla.net {
> ssl_key =</usr/local/etc/dovecot/cert/mail.paulkudla.net
> ssl_cert =</usr/local/etc/dovecot/cert/mail.paulkudla.net
> ssl_ca =</usr/local/etc/dovecot/cert/mail.paulkudla.net
> }
>
> local_name mail.ekst.ca {
> ssl_key =</usr/local/etc/dovecot/cert/mail.ekst.ca
> ssl_cert =</usr/local/etc/dovecot/cert/mail.ekst.ca
> ssl_ca =</usr/local/etc/dovecot/cert/mail.ekst.ca
> }
>
> local_name mail.hamletdevelopments.ca {
> ssl_key =</usr/local/etc/dovecot/cert/mail.haml...
2023 Jan 06
2
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
One step further in my quest to create a replacement mail server.
I now have my old mail server (2.3.19.1, macOS + MacPorts) and my new (2.3.20, Alpine Linux, Docker, apk package). When I turn on replication it works, but, after a while I see:
Jan 06 00:50:31 replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
Jan 06 00:50:32 replicator: Fatal: master:
2010 Jun 09
1
counting across leves of factors
...is factors and the numbur how many time is this combination in my dataset.
I wrote one code, but this is very slow and dumb.
it looks like this:
i<-0
for(i1 in levels(hivdat$pohl)){
a<-subset(hivdat,hivdat$pohl==i1)
for(i2 in levels(a$vekF)){
b<-subset(a,a$vekF==i2)
for(i3 in levels(b$ekstF)){
c<-subset(b,b$ekst==i3)
for(i4 in levels(c$zam)){
d<-subset(c,c$zam==i4)
for(i5 in levels(d$saman)){
e<-subset(d,d$saman==i5)
for(i6 in levels(e$test)){
f<-subset(e,e$test==i6)
for(i7 in levels(f$aktiv)){
g<-subset(f,f$aktiv==i7)
for(i8 in levels(g$pocpartF)){
h<-subset(g,g$ve...