similar to: What is expiry time represents in this format

Displaying 20 results from an estimated 100 matches similar to: "What is expiry time represents in this format"

2020 Apr 28
2
Libvirt APIs for creating virtual networks
I am using the Libvirt APIs to create the virtual networks to use the dnsmasq capabilities. I want to understand the APIs how to set the lease time in XML to control the dnsmasq lease time. Also, I need some DHCP statistics on the virtual network. Is there any API available to fetch the statistics ? Please let me know if any ? Thanks & Regards Santhosh Kumar Gunturu
2020 Apr 30
2
Re: Libvirt APIs for creating virtual networks
On 4/28/20 12:01 PM, Daniel P. Berrangé wrote: > On Tue, Apr 28, 2020 at 08:51:45AM -0700, Santhosh Kumar Gunturu wrote: >> Okay. Thanks. >> >> Do we have any facility APIs to set the DHCP Options via XML ? >> Default gateway ? libvirt has no supported method of specifying a default gateway other than the IP of the bridge device on the virtualization host it self, and
2020 Apr 28
2
Re: Libvirt APIs for creating virtual networks
Okay. Thanks. Do we have any facility APIs to set the DHCP Options via XML ? Default gateway ? Dns-server ? domain-name ? Thanks & Regards Santhosh Kumar Gunturu On Tue, Apr 28, 2020 at 8:47 AM Daniel P. Berrangé <berrange@redhat.com> wrote: > On Tue, Apr 28, 2020 at 08:39:06AM -0700, Santhosh Kumar Gunturu wrote: > > I am using the Libvirt APIs to create the virtual
2020 May 14
1
DNSMASQ Libvirt
Hi, Net-dump xml File. root@NFV-FRU:~# virsh net-dumpxml data-2 <network> <name>data-2</name> <uuid>ace4935f-0367-4632-be7c-61bab2da7d4a</uuid> <bridge name='data-2br1' stp='on' delay='0'/> <mac address='52:54:00:46:43:7d'/> <ip address='10.12.12.1' netmask='255.255.255.240'>
2016 Mar 31
3
mail filter plugin script doesn't effective
output of *dovecot --version*: Dovecot version : 2.2.9 ----- output of *doveconf -n:* auth_debug = yes > > auth_mechanisms = plain login > > auth_verbose = yes > > disable_plaintext_auth = no > > mail_debug = yes > > mail_location = > maildir:/var/mail/vhosts/%d/%n:LAYOUT=fs:DIRNAME=dovecot_maildir > > mail_plugins = " mail_log notify mail_filter"
2019 May 17
3
is "list_del corruption" fix available in Centos ?
Hi, Gentle reminder ! Please let me know if there are any pointers for this Thanks Santhosh On Tue, May 14, 2019 at 7:26 PM santhosh kumar <santhosh.santuu at gmail.com> wrote: > Hi, > > We migrated from redhat 5.3 to centos 7.5 and facing crashes in longevity > tests > > All of them point to below reason, > > list_del corruption. next->prev should be
2007 Jun 12
1
difference b/w user and login_user
Hi, Can any one tell what is the difference between user and login_user in dovecot.conf file ? Thanks in advance Regards, Santhosh
2005 Aug 11
3
Dovecot & SquirrelMail HELP!
Hi All, I just installed Dovecot-Imap because uw-imap is awful... and Dovecot seems like a good Imap Server. Anyway I am using a Debian Server and apt-get install dovecot Seems to be working... I can telnet to port 143 and run /var/run/dovecot/login However SquirrelMail Config test cannot detect if, If anyone knows a guide to make Dovecot work with SquirrelMail please let me know... THis is
2007 Jun 12
2
how to create new user account
Hi, I am using dovecot1.0.0. How to create new user in dovecot ? Thanks in advance Regards, Santhosh
2020 Jun 15
2
dir.xiph.org stats & metadata not posting
Hi there, We are currently in the process of migrating our online radio stations to Azuracast, everything is working well except when we attempt to post On Air and Listener stats to your directory, they don't show up. Additionally, the listing can't be found in searches most of the time, but occasionally will come back for a few minutes and then disappear. I've setup a test station at
2006 May 17
8
Html Email Problem
Dear Rubyians, I am facing problems to send Html Email scnce one month. I changed the content type is text/html and charecter set "utf-8" I worte the html code in the confirm.heml in the action mailer folder. but mail is going with html code Exapmle: <html border="2"> <tr><td></td></tr></html> code in the confirm .html In the
2014 Apr 11
1
libvirt: error : internal error: cannot apply process capabilities -1
Hi All, I am running libvirt-1.1.2 on Scientific Linux release 6.1 (Carbon). I compiled the libvirtd rpms and installed them on to my system. I see this error 2014-04-11 05:37:42.351+0000: 12378: error : virCommandWait:2348 : internal error: Child process (LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin /usr/libexec/qemu-kvm -help) unexpected exit status 1: libvirt: error : internal error: cannot
2007 Jun 11
2
Fatal: Login process must not run as root
Hi all, I am new to dovecot, i had installed dovecot in RH9 machine and when i tried to run( as root) it, i am getting the below message in the log file. dovecot: Jun 11 18:57:16 Fatal: Login process must not run as root I have done the installation as below ( as normal user): ./configure make sude make install When i try to run as a normal user i am getting the error like
2020 May 07
0
Re: Libvirt APIs for creating virtual networks
Does the libvirt has any capabilities to get the statistics of DHCP server ? How many packets received/sent ? Is there a way to get those statistics if the APIs are not available ? Thanks & Regards Santhosh Kumar Gunturu On Thu, Apr 30, 2020 at 1:45 PM Laine Stump <laine@redhat.com> wrote: > On 4/28/20 12:01 PM, Daniel P. Berrangé wrote: > > On Tue, Apr 28, 2020 at
2020 Apr 28
0
Re: Libvirt APIs for creating virtual networks
On Tue, Apr 28, 2020 at 08:39:06AM -0700, Santhosh Kumar Gunturu wrote: > I am using the Libvirt APIs to create the virtual networks to use the > dnsmasq capabilities. > I want to understand the APIs how to set the lease time in XML to control > the dnsmasq lease time. Support for controlling lease time in the XML was only added last week, and so won't be available until the 6.3.0
2020 Apr 28
0
Re: Libvirt APIs for creating virtual networks
On Tue, Apr 28, 2020 at 08:51:45AM -0700, Santhosh Kumar Gunturu wrote: > Okay. Thanks. > > Do we have any facility APIs to set the DHCP Options via XML ? > Default gateway ? > Dns-server ? > domain-name ? Everything is controlled through the XML document described here: https://libvirt.org/formatnetwork.html We don't have separate APIs for each piece of info - just
2010 Mar 02
9
Filebench Performance is weird
Greeting All I am using Filebench benchmark in an "Interactive mode" to test ZFS performance with randomread wordload. My Filebench setting & run results are as follwos ------------------------------------------------------------------------------------------ filebench> set $filesize=5g filebench> set $dir=/hdd/fs32k filebench> set $iosize=32k filebench> set
2015 Jul 11
8
Re: Migrate Win2k3 to KVM
Hi, The error line is: *** STOP: 0x0000007B (0xF789AA94, 0xC0000034, 0x00000000, 0x00000000) Nothing more! (Of course there are some inrelevant text line about chkdsk, etc.) > Basically, what's required is the "STOP:" line + the image where it > fails (so, the line below). Image being likely to be NTOSKRNL.EXE > Nothing about NTOSKRNL.EXE on the blue screen! > >
2009 Nov 17
1
dovecot 1.2.7 : configure: error: Can't build with LDAP support: libldap not found
hi i have downloaded the dovecot 1.2.7 source when i tried to compile with ldap support it gives the error "configure: error: Can't build with LDAP support: libldap not found". i am attaching the log file with this mail. i want to use it with latest apacheDS. Thanks in advance -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name:
2020 Jul 14
1
dovecot 2.2.13
all, below command not reporting the actual usage report on dovecot 2.2.13. please share your suggestion to how to fix this issue doveadm -f flow mailbox status -A -t 'messages vsize' '*' is just showing rkreddy messages=0 vsize=0 jcplho messages=0 vsize=0 planning messages=0 vsize=0 accounts messages=0 vsize=0 spam.notify messages=0 vsize=0 jsraju messages=0 vsize=0 amarnath