similar to: difference b/w user and login_user

Displaying 20 results from an estimated 200 matches similar to: "difference b/w user and login_user"

2008 Apr 29
1
merging multiple data frames with different numbers of rows
merge can only merge two objects at a time- I would like to merge more than two objects at a time. s.d <- structure(list(RiverMile = c(202L, 198L, 190L, 185L, 179L, 148L, 119L, 61L)), .Names = "RiverMile", row.names = c(NA, -8L), class = "data.frame") #s.d is all of the river miles that can occur in all of the data frames that I want to put together feb06 <-
2016 Aug 23
2
Samba4 Centos 7 - CPU 100%
Hi Denis, Follow the output. TOP 29723 root 20 0 1617024 487668 383560 R 99,7 6,1 54:25.11 samba Service: PID ----------------------------- dnsupdate 29734 cldap_server 29727 rpc_server 29723 rpc_server 29723 rpc_server 29723 rpc_server 29723 rpc_server 29723 rpc_server 29723
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"
2016 Aug 24
3
Samba4 Centos 7 - CPU 100%
Tks Rowland, its work. But same with the new installation the server goes up for 100%. We dont have the Iptables enabled. Maybe if enable the iptables the cpu is goes down. what do you think ? 2016-08-23 16:42 GMT-03:00 Rowland Penny via samba <samba at lists.samba.org>: > On Tue, 23 Aug 2016 16:06:19 -0300 > Maiquel Consalter via samba <samba at lists.samba.org> wrote: >
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
2020 May 14
2
What is expiry time represents in this format
I see the output. root@X10SDV-8C-TLN4F:/mnt/config# cat /var/lib/libvirt/dnsmasq/mgmt-1br1.status [ { "ip-address": "192.168.27.8", "mac-address": "52:54:00:42:21:14", "hostname": "vyatta", "expiry-time": 1589500228 } ] Can you please explain what does the expiry-time mean ? What are its units ? Please let
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
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
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
2016 Aug 22
4
Samba4 Centos 7 - CPU 100%
Hi, i changed the options but the problem it's the same. I removed the dns forward, schema and smb2 leases = yes, but after 5 minutes the process smbd groes up for 100%. Follow the error (log leve = 3). http://pasted.co/6f36cf12 2016-08-21 5:54 GMT-03:00 Marc Muehlfeld <mmuehlfeld at samba.org>: > Hi Maiquel, > > Am 20.08.2016 um 21:03 schrieb Maiquel Consalter via samba: >
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
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 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
2007 Mar 13
2
RODBC Excel sqlQuery insert into
I have searched the archives for using insert into to update spreadsheets using RODBC and have come up short. So, first off, is it possible? I have put together a dummy xls table (c:\foo.xls)for exploring possibilities of RODBC. Ultimately, I am interested in replacing much of our previous use of vba macros with R ( I'd prefer elimination, but will take what I can get ). In order to
2006 Aug 08
1
2.0.1 upsmon memory leak
Hi; I have ran into an issue with the upsmon tool leaking memory over a two month period. It seems to be due to one of my UPS hosts offline. System is a debian stable with the default nut package. Here's the data so far: companyfs1:/var/log# ps aux | grep [n]ut nut 2439 0.0 3.6 380800 18800 ? S Jun05 6:41 /sbin/upsmon >From my logfiles its failing on one of my UPS
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'>
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
2013 Jun 14
1
Dovecot service not responding after about a week of uptime
Hello, The issue of dovecot becoming unresponsive happened again but after several weeks instead of just one as before. As advised before I tried to login through the IMAP port. Entering an incorrect password gets rejected right away. Entering a correct password just hangs indefinitely. Attached are a file with the IMAPS exchange and corresponding lines in logs and another file with the