Displaying 7 results from an estimated 7 matches for "_verbose".
Did you mean:
verbose
2012 Aug 04
1
disable auth-worker logging
Hello all,
Can someone please give me a hint about how can I disable such messages to
be inserted into log file(maillog this case as syslog_facility = mail)?
>> dovecot: auth-worker(13377): mysql(localhost): Connected to database postfix
All the '_debug' and '_verbose' statements bear the 'no' value.
Thank you.
--
Best regards,
Gmail-teopro mailto:teopro at gmail.com
2020 Mar 26
0
[PATCH nbdkit 5/9 patch split 5/5] server: Indirect slow path, non-self-contained functions through the server.
...t do_nbdkit_verror;
threadlocal_get_name_t threadlocal_get_name;
threadlocal_get_instance_num_t threadlocal_get_instance_num;
@@ -48,6 +53,11 @@ threadlocal_get_instance_num_t threadlocal_get_instance_num;
void
libnbdkit_private_init (const char *expected_version,
bool *_verbose,
+ do_nbdkit_export_name_t _do_nbdkit_export_name,
+ do_nbdkit_nanosleep_t _do_nbdkit_nanosleep,
+ do_nbdkit_peer_name_t _do_nbdkit_peer_name,
+ do_nbdkit_set_error_t _do_nbdkit_set_error,
+...
2010 Mar 15
3
Disconnected BUG Unknown internal error bytes
Hi,
I'm using dovecot current version 1.2.11, and is showing the following
error when users connect via IMAP.
dovecot: IMAP(<user>): Disconnected: BUG: Unknown internal error
bytes=77/773
What's happen? How to solve this problem?
Thanks a lot,
Cl?vis
--
Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola
Administrador de Redes - Secao de Informatica (SINFO)
E-mail:
2020 Mar 26
9
[PATCH nbdkit 5/9 patch split 1/5] Create libnbdkit.so.
This is the previous 5/9 patch posted earlier today, split into
reviewable chunks. This passes bisection with -x 'make && make
check', but I didn't work very hard on the commit messages, so I refer
you back to the original patch to explain how it works:
https://www.redhat.com/archives/libguestfs/2020-March/msg00248.html
Rich.
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread:
https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203
test-delay-shutdown.sh fails for unclear reasons.
This series starts by reverting "tests: Don't strand hung nbdkit
processes" which is because several other tests fail randomly unless I
revert this patch. I didn't investigate this yet so it
2017 Dec 02
0
Re: [nbdkit PATCH] nbd: Fix memory leak
...it/plugins/nbd/.libs/nbdkit-nbd-plugin.so: config key=export, value=wrap
nbdkit: debug: /home/rjones/d/nbdkit/plugins/nbd/.libs/nbdkit-nbd-plugin.so: config_complete
nbdkit: debug: bound to unix socket /tmp/nbdkitnRE48m/sock
nbdkit: debug: written pidfile /tmp/nbdkitnRE48m/pid
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_backend "appliance"
libguestfs: trace: set_backend = 0
libguestfs: create: flags = 0, handle = 0x24282d0, program = test-nbd
libguestfs: trace: add_drive "" "format:raw" "protocol:nbd" "serve...
2017 Dec 02
2
[nbdkit PATCH] nbd: Fix memory leak
When converting from a single transaction to a linked list, I
forgot to free the storage for each member of the list.
Reported-by: Richard W.M. Jones <rjones at redhat.com>
Fixes: 7f5bb9bf13f041ea7702bda557d9dd668bc3423a
Signed-off-by: Eric Blake <eblake at redhat.com>
---
I'm still not sure why 'make check' passes while 'make check-valgrind'
fails for