Displaying 20 results from an estimated 23 matches for "bytes_sent".
2004 Feb 25
1
Rsync under cygwin
...file for this server
log file = /var/rsync.pwb1.log
#Only the 2 other servers should be able to connect
hosts allow = 192.168.213.101 192.168.213.102
#Log everything
transfer logging = yes
#The format of the log file
#Format is :
#time [pid] op remote_host [remote_ip] module (user) file length
bytes_sent checksum
log format = "%o %h [%a] %m (%u) %f %l %b %c"
#No timeout
timeout = 0
#No directory listing
list = no
#This is module that can sync'ed against
[PWB1]
#PATH to the module
path = /cygdrive/d/BILLS_CMS
#Comment
comment = Bills Office Repository
Is there some error in th...
2017 Oct 07
0
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
...t;\315\035\370\376\177\000\000\236f-\261\213\177\000\000\225\305^\001?\236,,\000\252
\002\000\000\000\000=$h\000\272??\033\000\000\000\000\000\000\000\000\221\371??f\237\035\224\335-\365\214l\333\347|\005\310\345\035/\200r\242\222}\313I\226G\313*\223\364\312\310\313j\263\260/\245"...
bytes_sent = false
ret = 32766
__FUNCTION__ = "openssl_iostream_bio_output"
#10 0x00007f8bb12d6af6 in openssl_iostream_bio_sync (ssl_io=0x220aa00)
at iostream-openssl.c:459
ret = false
#11 0x00007f8bb12da52e in o_stream_ssl_flush_buffer (sstream=0x220aca0)
at ostream-ope...
2017 Oct 07
0
Core Dumps with dovecot-2.2 -git as of 2.2.devel (eaf276b33)
...t;\315\035\370\376\177\000\000\236f-\261\213\177\000\000\225\305^\001?\236,,\000\252
\002\000\000\000\000=$h\000\272??\033\000\000\000\000\000\000\000\000\221\371??f\237\035\224\335-\365\214l\333\347|\005\310\345\035/\200r\242\222}\313I\226G\313*\223\364\312\310\313j\263\260/\245"...
???????? bytes_sent = false
???????? ret = 32766
???????? __FUNCTION__ = "openssl_iostream_bio_output"
#10 0x00007f8bb12d6af6 in openssl_iostream_bio_sync (ssl_io=0x220aa00)
at iostream-openssl.c:459
???????? ret = false
#11 0x00007f8bb12da52e in o_stream_ssl_flush_buffer (sstream=0x220aca0)
at ostream-ope...
2015 Sep 13
2
concerning dovecot settings for high volume server
...imap_id_log = *
imap_logout_format = bytes=%i/%o session=<%{session}>
mail_max_userip_connections = 40
mail_plugins = " quota mail_log notify zlib imap_quota imap_zlib"
}
...
protocol pop3 {
mail_plugins = " quota mail_log notify zlib"
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m,
\ size=%s uidl_hash=%u session=<%{session}>
}
-- snip --
Regards
Urban
Am 12.09.2015 um 20:53 schrieb Rajesh M:
> hi
>
> centos 6 64 bit
>
> hex core processor with hyperthreading ie display shows 12 cores
> 16 gb ram
> 600 gb 1500...
2019 Jun 04
0
[PATCH libnbd v2 1/4] examples, tests: Remove want_to_send / ready logic, increase limit on cmds in flight.
...f we can issue another request, do so. */
+ while (!expired && in_flight < MAX_IN_FLIGHT) {
+ offset = rand () % (EXPORTSIZE - sizeof buf);
+ cmd = rand () & 1;
+ if (cmd == 0) {
+ handle = nbd_aio_pwrite (nbd, buf, sizeof buf, offset, 0);
+ status->bytes_sent += sizeof buf;
+ }
+ else {
+ handle = nbd_aio_pread (nbd, buf, sizeof buf, offset, 0);
+ status->bytes_received += sizeof buf;
+ }
+ if (handle == -1) {
+ fprintf (stderr, "%s\n", nbd_get_error ());
+ goto error;
+ }
+ handles[...
2012 Jan 09
1
Proxy login failures
...sieve zlib"
}
protocol imap {
imap_client_workarounds = tb-extra-mailbox-sep
mail_max_userip_connections = 40
mail_plugins = " quota mail_log notify zlib imap_quota imap_zlib"
}
protocol pop3 {
mail_plugins = " quota mail_log notify zlib"
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u
}
2014 Mar 28
1
Crash in pop3 with version 2.2.12
...uit
-----> end backtrace <-----
And at least my pop3 configuration part:
-----> start config <-----
protocol pop3 {
mail_plugins = " quota mail_log notify acl zlib stats"
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_lock_session = yes
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u session=<%{session}>
pop3_reuse_xuidl = yes
}
-----> end config <-----
Setting "pop3_reuse_xuidl = no" has noe effect. Always the same crash.
Thanks and regards
Urban Loesch
2014 Apr 14
0
POP3: Panic: Trying to allocate 0 bytes
...lbox-sep
imap_id_log = *
imap_logout_format = bytes=%i/%o session=<%{session}>
mail_max_userip_connections = 40
mail_plugins = " quota mail_log notify zlib imap_quota imap_zlib"
}
protocol pop3 {
mail_plugins = " quota mail_log notify zlib"
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u session=<%{session}>
pop3_reuse_xuidl = yes
}
2015 Sep 14
0
concerning dovecot settings for high volume server
...bytes=%i/%o session=<%{session}>
> mail_max_userip_connections = 40
> mail_plugins = " quota mail_log notify zlib imap_quota imap_zlib"
> }
>
> ...
> protocol pop3 {
> mail_plugins = " quota mail_log notify zlib"
> pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m,
> \ size=%s uidl_hash=%u session=<%{session}>
> }
> -- snip --
>
> Regards
> Urban
>
>
> Am 12.09.2015 um 20:53 schrieb Rajesh M:
>> hi
>>
>> centos 6 64 bit
>>
>> hex core processor with hyperth...
2014 Sep 11
0
Problem with virtual folders
...%i/%o session=<%{session}>
mail_max_userip_connections = 40
mail_plugins = " quota mail_log notify acl zlib stats virtual imap_quota imap_acl imap_zlib imap_stats"
}
protocol pop3 {
mail_plugins = " quota mail_log notify acl zlib stats virtual"
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u session=<%{session}>
}
...
The virtual folders are stored in "/home/virtual/XXX" and are containg only the file "dovecot-virtual".
Like: "/home/virtual/All/dovecot-virtual":
<---------------------
*...
2014 Jun 26
1
Another Crash in service imap with version 2.2.13 - Debian Wheezy
...ns = " quota mail_log notify acl zlib stats virtual imap_quota imap_acl imap_zlib imap_stats"
}
protocol pop3 {
mail_plugins = " quota mail_log notify acl zlib stats virtual"
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_lock_session = yes
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u session=<%{session}>
pop3_reuse_xuidl = yes
}
2014 Jun 24
2
Crash in service imap with version 2.2.13
...lbox-sep
imap_id_log = *
imap_logout_format = bytes=%i/%o session=<%{session}>
mail_max_userip_connections = 40
mail_plugins = " quota mail_log notify zlib imap_quota imap_zlib"
}
protocol pop3 {
mail_plugins = " quota mail_log notify zlib"
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u session=<%{session}>
}
....
2015 Sep 12
4
concerning dovecot settings for high volume server
hi
centos 6 64 bit
hex core processor with hyperthreading ie display shows 12 cores
16 gb ram
600 gb 15000 rpm drive
we are having around 4000 users on a server
i wish to allow 1500 pop3 and 1500 imap connections simultaneously.
need help regarding the settings to handle the above
imap-login, pop3-login
imap pop3 service settings
i recently i got an error
imap-login: Error: read(imap)
2014 May 06
1
Again: pop3: Panic: Trying to allocate 0 bytes
...ns = " quota mail_log notify acl zlib stats virtual imap_quota imap_acl imap_zlib imap_stats"
}
protocol pop3 {
mail_plugins = " quota mail_log notify acl zlib stats virtual"
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
pop3_lock_session = yes
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u session=<%{session}>
pop3_reuse_xuidl = yes
}
2012 May 16
1
Very High Load on Dovecot 2 and Errors in mail.err.
...ail_plugins = " quota zlib sieve zlib"
}
protocol imap {
imap_client_workarounds = tb-extra-mailbox-sep
mail_max_userip_connections = 40
mail_plugins = " quota zlib imap_quota imap_zlib"
}
protocol pop3 {
mail_plugins = " quota zlib"
pop3_logout_format = bytes_sent=%o top=%t/%p, retr=%r/%b, del=%d/%m, size=%s uidl_hash=%u
}
Thanks and regards
Urban Loesch
2005 Dec 19
1
MGE Pulsar ES 8+
...f the Syst Stat ('Ss') command.
Playing with the source code, I found that with a small wait before the
command is sent, the driver works better:
static int mge_command(char *reply, int replylen, const char *fmt, ...)
{
const char *p;
char command[BUFFLEN];
int bytes_sent = 0;
int bytes_rcvd = 0;
int ret;
va_list ap;
/* wait */
usleep(100000);
...
...
...
}
[root@srv01 ~]# /home/rog/src/nut/drivers/mge-utalk -i 20 -DDD -u root
/dev/ttyS0
Network UPS Tools - MGE UPS SYSTEMS/U-Talk driver 0.86 (2.1.0)
debug level is ...
2013 Oct 08
4
'puppet storeconfigs export' killed
...#39;s slow-queries.log:
# Time: 131008 17:06:14
# User@Host: puppet[puppet] @ [172.20.59.127]
# Thread_id: 169 Schema: puppet Last_errno: 0 Killed: 0
# Query_time: 189.509563 Lock_time: 0.000136 Rows_sent: 6168111
Rows_examined: 12712154 Rows_affected: 0 Rows_read: 18446744073709551613
# Bytes_sent: 2426331478 Tmp_tables: 0 Tmp_disk_tables: 0
Tmp_table_sizes: 0
# InnoDB_trx_id: A93
SET timestamp=1381244774;
SELECT `hosts`.`id` AS t0_r0, `hosts`.`name` AS t0_r1, `hosts`.`ip` AS
t0_r2, `hosts`.`environment` AS t0_r3, `hosts`.`last_compile` AS t0_r4,
`hosts`.`last_freshcheck` AS t0_r5, `
h...
2019 Aug 13
0
[PATCH libnbd] api: Rename nbd_aio_*_callback to nbd_aio_*.
...,11 @@ start_thread (void *arg)
offset = rand () % (EXPORTSIZE - buf_size);
cmd = rand () & 1;
if (cmd == 0) {
- cookie = nbd_aio_pwrite (nbd, buf, buf_size, offset, 0);
+ cookie = nbd_aio_pwrite (nbd, buf, buf_size, offset, NULL, NULL, 0);
status->bytes_sent += buf_size;
}
else {
- cookie = nbd_aio_pread (nbd, buf, buf_size, offset, 0);
+ cookie = nbd_aio_pread (nbd, buf, buf_size, offset, NULL, NULL, 0);
status->bytes_received += buf_size;
}
if (cookie == -1) {
diff --git a/tests/aio-parallel.c b/t...
2019 Aug 13
2
[PATCH libnbd] api: Rename nbd_aio_*_callback to nbd_aio_*.
This applies on top of the OClosure v2 series posted a few
minutes ago.
Rich.
2019 Aug 13
0
[PATCH libnbd 1/4] api: Combine callback and user_data into a single struct.
...SIZE - buf_size);
cmd = rand () & 1;
if (cmd == 0) {
- cookie = nbd_aio_pwrite (nbd, buf, buf_size, offset, NULL, NULL, 0);
+ cookie = nbd_aio_pwrite (nbd, buf, buf_size, offset,
+ NBD_NULL_CALLBACK(completion), 0);
status->bytes_sent += buf_size;
}
else {
- cookie = nbd_aio_pread (nbd, buf, buf_size, offset, NULL, NULL, 0);
+ cookie = nbd_aio_pread (nbd, buf, buf_size, offset,
+ NBD_NULL_CALLBACK(completion), 0);
status->bytes_received += buf_size;
}...