search for: log_output

Displaying 20 results from an estimated 79 matches for "log_output".

2018 Feb 21
2
exim dovecot sieve
...do you guys deal with that? Here my transport: dovecot_delivery: driver = pipe # You may or may not want to add -d $local_part@$domain depending on if you need a userdb lookup done. command = /usr/libexec/dovecot/dovecot-lda -f $sender_address message_prefix = message_suffix = log_output delivery_date_add envelope_to_add return_path_add #group = mail #mode = 0660 temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 thanks and best regards t.
2012 Jan 11
4
Full replay logs of OpenSSH sessions
Hi all, I am not 100% sure if this is a -dev or a -user topic, but I am leaning towards the former. Feel free to cuss at me and tell me to ask -user, instead. I used to run a patchset that allowed full logs of everything taking place via OpenSSH. This also allowed me to replay any session, live or after the fact. I am fully aware of the security implications of logging everything, especially
2019 Aug 28
2
LMTP Post login script for acl_groups
...ovecot_delivery_pipe for $local_part@$domain translates to GET_LOCAL_MAIL" ? driver = pipe??????????????? ? command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL" ? message_prefix = ? message_suffix = ? delivery_date_add ? envelope_to_add????????????? ? return_path_add????????????? ? log_output ? user = MAILUSER ? group = MAILUSER I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and MAILUSER are makros which get the email-adress and the mailuser for the receiving emailadress. GET_LOCAL_MAIL could be $local_part@$domain MAILUSER is vmail in my setup, the user who owns a...
2019 Aug 28
5
LMTP Post login script for acl_groups
...> > driver = pipe > > command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL" > > message_prefix = > > message_suffix = > > delivery_date_add > > envelope_to_add > > return_path_add > > log_output > > user = MAILUSER > > group = MAILUSER > > > > I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and > > MAILUSER are makros which get the email-adress and the mailuser for the > > receiving emailadress. > > > > GET_LOCAL_MAIL...
2014 Jun 12
2
libvirt issue while deploying a VM
Using libvirt under openstack I encounter a problem when launching a VM with multiple partitions (2 G image) , While a single partition can be launched successfully . The launch is done with Openstack. We are using in libvirtd.conf log_level=1 and log_outputs="1:file:/var/log/libvirt/libvirtd.log" we can see that in /var/log/libvirt/libvirtd.log appear the following error message and the VM is finally shutdown : 2014-06-11 14:47:26.166+0000: 12971: error : qemuMonitorIO:614 : internal error End of file from monitor ( file attached b...
2010 Sep 16
1
virConnectOpen question.
Hi, I am using virConnectOpen(const char *uri) to connect to the local hypervisor. When uri is set to "lxc:///", an error gets logged in /var/log/messages about failed connection. But I do not see any error for "xen:///". The machine does not have these drivers installed, and I am using libvirt 0.6.3. My questions are - 1. Why I see error in /var/log/messages for container
2019 May 29
1
logging of domains
Hi, recently i had some domains stopped without any obvious reason for me. Unfortunately i didn't find the cause. I'd like to log information about the domains that i have more information the next time this will happen. In /etc/libvirt/libvirtd.conf i have: log_level = 3 log_outputs="3:file:/var/log/libvirt/libvirtd.log" which creates enormous log files, but with logrotate and xz i can manage that. But i think this is just related to libvirtd. The logs for the domains under /var/log/libvirt/qemu are poor and very small, nearly no information. Is there a way to be mo...
2020 Nov 19
1
unable to migrate when TLS is used
With libvirt 6.9.0, qemu 5.1.0, and following configurations: libvirt: key_file = "/etc/ssl/libvirt/server.lan.key" cert_file = "/etc/ssl/libvirt/server.lan.crt" ca_file = "/etc/ssl/libvirt/ca.crt" log_filters="3:remote 4:event 3:util.json 3:rpc 1:*" log_outputs="1:file:/var/log/libvirt/libvirtd.log" qemu: default_tls_x509_cert_dir = "/etc/ssl/qemu" default_tls_x509_verify = 1 migration with tls: virsh # migrate vm1 qemu+tls://server2.lan/system --persistent --undefinesource --copy-storage-all --verbose --tls never succeeds. Progres...
2020 Mar 05
1
upgrading from fedora29 to fedora 31
...need to reboot the box to reinstate it is there any known issue with libvirt/lxc on fedora 31 ? ***** here?s the little that I?ve been able to figure out so far by myself * I have turned on debugging of libvirtd as per the docs log_filters="3:remote 4:event 3:util.json 3:rpc 1:*" log_outputs="1:file:/var/log/libvirt/libvirtd.log? and am digging in that log file, as well as the system journal, and the containers journals, to try and find some correlation; * I have seen an error message saying this > virNetSocketReadWire:1850 : End of file while reading data: Input/output e...
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...ecot_lda: driver = pipe command = /.../deliver \ -c /.../dovecot-deliver.conf \ -d $local_part@$domain message_prefix = "" message_suffix = "" delivery_date_add envelope_to_add return_path_add log_output user = MY_MAIL_USER i'd like to be able to build delivery conditions in dovecot so that, e.g. mail to: bob at mydomain.com is delivered to "bob"'s default INBOX. but, mail to: bob+spam at mydomain.com is delivered to any specified (either a server-wide...
2007 Mar 20
2
Wiki needs updating: Dovecot LDA + Dovecot Sieve + Exim
...9;t do by default). The current example for using the Dovecot LDA with Exim doesn't do this. Here is a replacement example for the local_delivery transport:- local_delivery: driver = pipe command = /usr/local/libexec/dovecot/deliver -d $local_part message_prefix = message_suffix = log_output delivery_date_add envelope_to_add return_path_add headers_add = Reply-To: ${if def:header_reply-to:{$h_reply-to:}{$h_from:}} #group = mail #mode = 0660 Basically, if the Reply-To: header exists than it merely gets overwritten with itself. If it doesn't then the header is created a...
2013 Mar 04
2
lda: duplicate prefix?
...vecot-lda if using Debian's package. # You may or may not want to add -d $local_part@$domain depending on if you ne ed a userdb lookup done. command = /usr/local/libexec/dovecot/dovecot-lda -f $sender_address -m ~/mail/ ${sg{$address_file}{$home}{}} message_prefix = message_suffix = log_output delivery_date_add envelope_to_add return_path_add #group = mail #mode = 0660 temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 What am I doing wrong? -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com US...
2019 Aug 28
1
LMTP Post login script for acl_groups
...;>> command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL" > >>> message_prefix = > >>> message_suffix = > >>> delivery_date_add > >>> envelope_to_add > >>> return_path_add > >>> log_output > >>> user = MAILUSER > >>> group = MAILUSER > >>> > >>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and > >>> MAILUSER are makros which get the email-adress and the mailuser for the > >>> receiving em...
2010 Oct 04
2
LXC
hi All, I'm new to this list and also not a professional libvirt user:) I'm trying to use it for running a container. This is my config: <domain type='lxc'> <name>test</name> <uuid>d3667da2-061a-7b20-a29c-3afc798a257e</uuid> <memory>500000</memory> <currentMemory>500000</currentMemory> <vcpu>1</vcpu> <os>
2014 Jun 13
1
Re: libvirt issue while deploying a VM
...ubitzky wrote: > Using libvirt under openstack I encounter a problem when launching a VM > with multiple partitions (2 G image) , >While a single partition can be launched successfully . The launch is >done with Openstack. > >We are using in libvirtd.conf log_level=1 and >log_outputs="1:file:/var/log/libvirt/libvirtd.log" > we can see that in /var/log/libvirt/libvirtd.log appear the following >error message and the VM is finally shutdown : > Do you have some filters applied? If not, the file should have more messages. Actually, it should get so big it...
2019 Aug 29
3
[SOLVED] Re: LMTP Post login script for acl_groups
...gt;>>> command = /usr/lib/dovecot/deliver -d "GET_LOCAL_MAIL" >>>> message_prefix = >>>> message_suffix = >>>> delivery_date_add >>>> envelope_to_add >>>> return_path_add >>>> log_output >>>> user = MAILUSER >>>> group = MAILUSER >>>> >>>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and >>>> MAILUSER are makros which get the email-adress and the mailuser for the >>>> receiving emailadre...
2017 Jun 06
3
Re: libvirtd not accepting connections
...> >"rpm -aV" didn't turn up anything obvious: > >S.5....T. c /etc/libvirt/libvirtd.conf was modified for logging: ># diff libvirtd.conf libvirtd.conf.rpmnew >1,4d0 >< log_level = 1 >< log_filters="1:remote 1:event 1:json 1:rpc 1:qemu" >< log_outputs="1:file:/var/log/libvirt/libvirtd.log" >< # ># > >>> Is there a "how to" similar to [1] that lets one qemu to log that it was >>> invoked and how far it got? >>> >>> I removed qemu (dnf remote qemu; sudo dnf remove qemu-common) &g...
2019 Aug 30
1
[SOLVED] Re: LMTP Post login script for acl_groups
...t/deliver -d "GET_LOCAL_MAIL" >>>>>> message_prefix = >>>>>> message_suffix = >>>>>> delivery_date_add >>>>>> envelope_to_add >>>>>> return_path_add >>>>>> log_output >>>>>> user = MAILUSER >>>>>> group = MAILUSER >>>>>> >>>>>> I have a really sophisticated setup with ldap... so GET_LOCAL_MAIL and >>>>>> MAILUSER are makros which get the email-adress and the mailuser for th...
2014 Oct 14
1
virsh list hangs / guests not starting automatically
...ously attempting to use balance-rr and 802.3ad bonding modes on my host. However, I just changed to using "active-backup" and the problem remains. I have in /etc/libvirt/libvirtd.conf the following three lines (the rest is stock, i.e. all comments): log_level = 2 log_filters="" log_outputs="1:file:/var/log/libvirt/libvirt.log" Below I posted the contents of the libvirt log file after doing a "service libvirt start". Anyone ever fought this before? Thanks! [1] http://wiki.centos.org/HowTos/KVM [2] http://lists.centos.org/pipermail/centos-virt/2014-March/003722...
2019 Mar 15
2
Error starting domain: internal error: Unable to add port vnet0 to OVS bridge br0
I have installed OVS from sources using the installation steps mentioned on this link: http://docs.openvswitch.org/en/latest/intro/install/general/ I had installed libvrt, KVM, QEMU and all the necessary packages using apt-get. My KVM-QEMU hypervisor has been running well. To add a VM with the port attached to OVS bridge I changed the XML domain file as per the instructions on this page: