Displaying 20 results from an estimated 30 matches for "cbf".
Did you mean:
cbc
2016 Jul 07
3
"anvil: Error: connect limit: disconnection for unknown pid 17659 + ident lmtp/backup@backup.invalid"
I updated to 2.3.0 today, and now I'm getting these entries in my log:
Jul 7 14:26:20 mail-cbf dovecot: anvil: Error: connect limit: disconnection for unknown pid 17687 + ident lmtp/backup at backup.invalid
Jul 7 14:26:20 mail-cbf dovecot: anvil: Error: connect limit: disconnection for unknown pid 17659 + ident lmtp/backup at backup.invalid
Jul 7 14:26:21 mail-cbf dovecot: anvil: Error: co...
2007 May 02
1
2.6.21: ext3 related crash
One of our squid proxies crashed today. I was able to make a
screenshot of it's last utterings - and since ext3 is being mentioned
there, I thought I'd mention it here:
http://www.arschkrebs.de/images/proxy-cbf-2-crash.png
# uname -a
Linux proxy-cbf-2 2.6.21 #1 SMP Thu Apr 26 11:17:54 CEST 2007 i686 GNU/Linux
# mount
/dev/cciss/c0d0p5 on / type auto (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,...
2010 Jun 16
2
qplot
Hello,
I am a new r-user, and after a great effort I have made this fantastic
figure with qplot:
qplot(ROI, CBF, fill=factor(Carrier), data=combinedboxplot_dataset_se_1_CBF,
geom="boxplot", position="dodge",xlab=NULL,ylab=("CBF,white
matter-normalized"),main=("Differences between carriers and non-carriers on
baseline"))+theme_bw()
Can anyone help me changing the colou...
2018 Mar 02
7
Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
I have an email which cannot be delivered using LMTP:
Mar 2 15:26:54 mail-cbf dovecot: lmtp(backup at backup.invalid)<29736><cPd5Mi5fmVoodAAAplP5LA>: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
Mar 2 15:26:54 mail-cbf dovecot: lmtp(backup at backup.invalid)<29736><cPd5Mi5fmVoodAAAplP5LA>: Erro...
2007 Oct 02
0
Adehabitat package question - trying to generate animal home ranges
...wing is as far as I have gotten with my attempt to repeat the
above:
> require(adehabitat)
...
## I can get my data into the data frame object test
> test = read.csv("c:/rjunk/testdata.csv", header=T)
> test
BIRD_LOC BIRD SEX DATE TIME DATEVALUE SEASON X Y
1 CBF1001 CBF F 5/18/2004 1756 38125 04BR 675022 5302087
2 CBF1002 CBF F 5/19/2004 1817 38126 04BR 674988 5302111
...
90 CBM1043 CBM M 9/28/2004 739 38258 04BR 675305 5302229
91 CBM1044 CBM M 10/1/2004 738 38261 04BR 675005 5302109
## What does the $locs do? Am...
2003 Nov 24
0
Re: Still trying to backup 66 GB from LINUX to W2K
Both "rexec.exe" and "rsh.exe" from W2K have the problem.
However, the "rsh.exe" from Hummingbird's Exceed
package works just fine. I copied it into my cygWin's
/usr/bin directory and did
cd /cygdrive/c/temp
time rsh p92 "cd /local;tar cbf 64 - SAS" | dd of=here.tar
and the file is OK. It tars out all the files in SAS
directory. Unfortunately cygWin's "ls -l" shows the
file size modulo 2 GB, like this:
-rw-rw-rw- 1 root mkpasswd 786464768 Nov 24 15:49 here.tar
But W2K's dir sees the size correctly as:...
2018 Mar 05
3
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
Got a coredump:
Mar 5 15:09:42 mail-cbf dovecot: lmtp(backup at backup.invalid)<15425><2B+kCaZPnVpBPAAAplP5LA>: Fatal: master: service(lmtp): child 15425 killed with signal 6 (core dumped)
#0 0x00007fea19977428 in __GI_raise (sig=sig at entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54
resultvar = 0
pid = 1...
2018 Mar 03
0
Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
Hi Ralf,
Op 3/2/2018 om 3:32 PM schreef Ralf Hildebrandt:
> I have an email which cannot be delivered using LMTP:
>
> Mar 2 15:26:54 mail-cbf dovecot: lmtp(backup at backup.invalid)<29736><cPd5Mi5fmVoodAAAplP5LA>: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
> Mar 2 15:26:54 mail-cbf dovecot: lmtp(backup at backup.invalid)<29736><cPd5Mi5fmVoodAAAplP5LA>:...
2003 Nov 24
0
Re: Still trying to backup 66 GB from LINUX to W2K
|% You may use "rexec" from W2K to remotely start a process on
|% a Linux box and then redirect the output to a file, like this:
|%
|% C:\Temp>rexec p92 "cd /local;tar cbf 64 - pst" > here.tar
|% Name (p92.p.n.d.d:root):
|% Password (p92.p.n.d.d:root):
|% C:\Temp>dir here.tar
|% Medium in Drive C: No designation
|% Medium srl. no.: 582D-A5D8
|% Directory C:\Temp
|% 20.11.2003 14:17 2.462.627.947 here.tar
|% 1 File(s)...
2003 Nov 24
0
Re: Still trying to backup 66 GB from LINUX to W2K
...ftp in ascii mode. Sorry about that.
Even the cygWin filter "dd" can't help it.
>|% You may use "rexec" from W2K to remotely start a process on
>|% a Linux box and then redirect the output to a file, like this:
>|%
>|% C:\Temp>rexec p92 "cd /local;tar cbf 64 - pst" > here.tar
>|% Name (p92.p.n.d.d:root):
>|% Password (p92.p.n.d.d:root):
>|% C:\Temp>dir here.tar
>|% Medium in Drive C: No designation
>|% Medium srl. no.: 582D-A5D8
>|% Directory C:\Temp
>|% 20.11.2003 14:17 2.462.627.947 here.tar
&g...
2007 May 16
2
Login with firstname.lastname instead of loginname
...g awk, but
how can I make dovecot use that?
--
Ralf Hildebrandt (i.A. des IT-Zentrums) Ralf.Hildebrandt at charite.de
Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to plonk at charite.de
2007 May 14
2
maildir_file_do(/var/admhome/user/Maildir) racing
...EST 2007 i686 GNU/Linux
OS: Debian testing
--
Ralf Hildebrandt (i.A. des IT-Zentrums) Ralf.Hildebrandt at charite.de
Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to plonk at charite.de
2007 May 16
2
imap-login: Disconnected: Connection queue full
...quota: maildir:ignore=Trash
---- snip ---
--
Ralf Hildebrandt (i.A. des IT-Zentrums) Ralf.Hildebrandt at charite.de
Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to plonk at charite.de
2018 Mar 06
0
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
Op 3/5/2018 om 3:14 PM schreef Ralf Hildebrandt:
> Got a coredump:
>
> Mar 5 15:09:42 mail-cbf dovecot: lmtp(backup at backup.invalid)<15425><2B+kCaZPnVpBPAAAplP5LA>: Fatal: master: service(lmtp): child 15425 killed with signal 6 (core dumped)
Hmm, yes, I think this an unnecessary RFC5322 -> RFC5321 address
translation. Will look at making a fix tomorrow.
Regards,
Stephan....
2003 Jul 28
1
Win2k - samba-2.2.8a - can't get above 4MB/sec
I'm trying to maximize throughput between my Samba server and my Win2k (SP3
and 4) clients. Samba's configured to allow up to 64k packets and the
server is on a GigE network (3com card, acenic driver) with SCSI UW2 drives
(software RAID1 and RAID5 volumes). All clients are 100MB/sec FDX on a
switched LAN.
I can get sustained 35MB/sec transfers (read and write) on the disk
subsystem
2016 May 18
1
Cambridge LLVM Social, May 25th
This Cambridge social will be next week, Wed 25th, 7:30 pm, at the
Cambridge Blue.
Some people mentioned the need for a different pub. I'm all ears. In
case of no replies, the Blue it is. :)
When in doubt, check the calendar before leaving home.
Socials' calendar shows the time and place:
2005 Feb 15
0
Oops in 2.6.10-ac12 in kjournald (journal_commit_transaction)
...noatime,size=200m,mode=770,uid=104,gid=108)
--
Ralf Hildebrandt (i.A. des IT-Zentrum) Ralf.Hildebrandt at charite.de
Charite - Universit?tsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to spamtrap at charite.de
2003 Nov 23
0
Re: Still trying to backup 66 GB from LINUX to W2K
...e (on a Win2K box) (see
> messages earlier in this forum - I have to backup a 66 GB
> file out of database).
% You may use "rexec" from W2K to remotely start a process on
% a Linux box and then redirect the output to a file, like this:
%
% C:\Temp>rexec p92 "cd /local;tar cbf 64 - pst" > here.tar
% Name (p92.p.n.d.d:root):
% Password (p92.p.n.d.d:root):
% C:\Temp>dir here.tar
% Medium in Drive C: No designation
% Medium srl. no.: 582D-A5D8
% Directory C:\Temp
% 20.11.2003 14:17 2.462.627.947 here.tar
% 1 File(s) 2.462.62...
2019 Jul 17
1
[ext] 2.3.7 slower than 2.3.6?
On 16 Jul 2019, at 11.15, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote:
>
> * Timo Sirainen via dovecot <dovecot at dovecot.org>:
>
>>> And alas, I had a look at the monitoring and found that disk IO has
>>> increase A LOT after the update: https://www.arschkrebs.de/images/dovecot-disk-io-increase.png
>>>
>>> I zoomed in
1999 Feb 25
2
smbtar problem
I was using smbtar to test backing up an NT server, everything works fine
except that for quite a lot of the files it has an error downloading
them(probably 2/3 of them actually). All it says is :
Error reading file \dir\dir\file. Got 0 bytes
Didn't get entire file. size=533, nread=0
I could see this happening if the file were opened exclusively such as the
paging file, but to my knowledge