Displaying 2 results from an estimated 2 matches for "dmitrieva".
2009 Jul 09
2
Dovecot fails to deliver big messages
...s delivered to mail_location
Additional info:
There was no problems on my old FC9 setup with dovecot-1.0* and about same
config as above.
I get this in /var/log/maillog when i'm trying to force delivery of
freezed message (exim -M <message-id>):
Jul 10 03:02:22 phobos dovecot: deliver(m.dmitrieva at eds.su): auth
input: home=eds.su/m.dmitrieva/
Jul 10 03:02:22 phobos dovecot: deliver(m.dmitrieva at eds.su): auth input: uid=8
Jul 10 03:02:22 phobos dovecot: deliver(m.dmitrieva at eds.su): auth input: gid=12
Jul 10 03:02:22 phobos dovecot: deliver(m.dmitrieva at eds.su): Home dir
not found: e...
2013 Mar 13
3
Assign the number to each group of multiple rows
Dear R users,
My data have repeating "beh" parameter : 1 or 2 - type of animal behavior
in subsequent locations. I need to assign unique number to each sequence of
locations.
My data is:
>data=data.frame(row=seq(1:10),beh=c(1,1,1,2,2,2,1,1,2,2))
>attach(data)
>data
row beh
1 1 1
2 2 1
3 3 1
4 4 2
5 5 2
6 6 2
7 7 1
8