search for: sergio

Displaying 20 results from an estimated 617 matches for "sergio".

2017 Jun 01
1
Problem with dsync backup
...max_userip_connections = 12 mail_plugins = " acl listescape fts fts_lucene imap_acl antispam" } protocol lmtp { mail_plugins = " acl listescape fts fts_lucene sieve" } When I try to import a mailbox from an Exchange server, this is the output: time dsync -D -v backup -R -u sergio.zuniga at example.local imapc: |& tee /tmp/errors2 doveadm(root): Debug: Loading modules from directory: /usr/lib64/dovecot doveadm(root): Debug: Module loaded: /usr/lib64/dovecot/lib01_acl_plugin.so doveadm(root): Debug: Module loaded: /usr/lib64/dovecot/lib20_fts_plugin.so doveadm(root): De...
2018 Mar 07
2
Why does dovecot tell Error: passwd-file(...)failed: No such file or directory?
...2.1#011lport=993#011rport=37090 Mar 7 10:55:55 mail dovecot: auth: Debug: client passdb out: CONT#0111#011PDMyOTk2ODcwMzIwNDE3NzcuMTUyMDQzMDk1NUBtYWlsLmV4YW1wbGUuY29tPg== Mar 7 10:55:55 mail dovecot: auth: Debug: client in: CONT<hidden> Mar 7 10:55:55 mail dovecot: auth: Debug: passwd-file(sergio at example.com,192.168.122.1,<FIH/6tJm4gDAqHoB>): lookup: user=sergio at example.com file=/etc/dovecot/users Mar 7 10:55:55 mail dovecot: auth: Debug: client passdb out: OK#0111#011user=sergio at example.com Mar 7 10:55:55 mail dovecot: auth: Debug: master in: REQUEST#0112148007937#01110828...
2018 Mar 07
2
Why does dovecot tell Error: passwd-file(...)failed: No such file or directory?
...2.1#011lport=993#011rport=36872 Mar 7 10:41:16 mail dovecot: auth: Debug: client passdb out: CONT#0111#011PDYyMjM4NTMwODIyODI0MDguMTUyMDQzMDA3NkBtYWlsLmV4YW1wbGUuY29tPg== Mar 7 10:41:16 mail dovecot: auth: Debug: client in: CONT<hidden> Mar 7 10:41:16 mail dovecot: auth: Debug: passwd-file(sergio at example.com,192.168.122.1,<maOgttJmCADAqHoB>): lookup: user=sergio at example.com file=/etc/dovecot/users Mar 7 10:41:16 mail dovecot: auth: Debug: client passdb out: OK#0111#011user=sergio at example.com Mar 7 10:41:16 mail dovecot: auth: Debug: master in: REQUEST#0112080243713#01110733...
2018 Mar 07
0
Why does dovecot tell Error: passwd-file(...)failed: No such file or directory?
My bad. Userdb does not support scheme keyvalue, just remove it. Aki > On 07 March 2018 at 15:57 Sergio Belkin <sebelk at gmail.com> wrote: > > > Aki, > > thanks, I fixed typo but error persists: > Mar 7 10:55:54 mail dovecot: auth: Debug: auth client connected (pid=10828) > Mar 7 10:55:55 mail dovecot: auth: Debug: client in: > AUTH#0111#011CRAM-MD5#011service=imap...
2018 Mar 07
0
Why does dovecot tell Error: passwd-file(...)failed: No such file or directory?
Fix typo, you have schme. Aki On 07.03.2018 15:47, Sergio Belkin wrote: > Hi, > > I get this error even when user logins succesfully: > > Mar? 7 10:41:16 mail dovecot: auth: Debug: client in: > AUTH#0111#011CRAM-MD5#011service=imap#011secured#011session=maOgttJmCADAqHoB#011lip=192.168.122.202#011rip=192.168.122.1#011lport=993#011rport=36...
2007 Apr 04
6
Exception when doing DRb remote calls from a BackgrounDRb worker
...928422051> > > 20070404-13:12:15 (11179) (druby://externalserver:43696) > /usr/lib/ruby/1.8/drb/drb.rb:733:in `open'' > Doing the same DRb call from a script outside a backgrounDRb worker works. I don''t know what to do in order to fix this, any idea? Thanks a lot! Sergio. -- Sergio Espeja http://spejman-on-rails.blogspot.com http://spejman.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070404/73190c53/attachment.html
2005 Jul 07
14
Asterisk@home and Cisco 7910
Hi, Does anybody knows how to get this work? I have been searching all over and can?t find the way. Using chan_sccp tge phone can log in and has line tone. But the problem is that it is not able to receive nor dial out. Any help would be apprecieted. Thanks Javier --------------------------------- Sell on Yahoo! Auctions - No fees. Bid on great items. -------------- next part
2008 Feb 18
3
Calling a controller inside a module
...> ''MyModule::Core::Controller'' require ''MyModule/core/controller'' include MyModule::Core But nothing works !!! Question is very simple: How to call a controller that belongs to a Module inside the router.rb file? This cannot be that difficult! Thanks! -Sergio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20080218/745a9497/attachment.html
2009 Sep 03
4
xenconsole: Could not read tty from store: No such file or directory
...39;, ] name = ''debian-web'' vid = [''''] on_poweroff = ''destroy'' on_reboot = ''restart'' on_crash = ''restart'' extra = ''xencons=tty'' Thanks for any help. -- Sergio Roberto Charpinel Jr. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Oct 11
5
Help to write to a file
...s repeated several times, for each i I want to get the summary of the ADF test on a common file. For that I use the function "sink()". My code runs fine, but I do not get anything written on the text file where my results are supposed to be saved. The code is below setwd("C:\\Users\\Sergio René\\Dropbox\\R") library("urca") P1<-read.csv("2R_EQ_P_R1_500.csv") P2<-read.csv("2R_EQ_P_R2_500.csv") d<-(1:1000) sink ("ADF_results_b_1.txt") for (i in seq(d)) { z.1<-P1[i]*-1-P2[i]*-1 if (all(z.1<=0)) {r=1} else {if (all(z.1>=0...
2010 Jul 13
3
[Xen-API] XCP - ddk network
...ttp://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t get network working. I tried to create a vif under xenbr0 then assigned mannually a IP address and to create a vif under xapi0. But in both cases I can ping only dom0 IP. What am I doing wrong? Thanks in advance. -- Sergio Roberto Charpinel Jr. _______________________________________________ xen-api mailing list xen-api@lists.xensource.com http://lists.xensource.com/mailman/listinfo/xen-api
2019 Mar 29
0
Fwd: segfault in libdovecot-storage at unknown circumstances
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925961 -------- Forwarded Message -------- Subject: segfault in libdovecot-storage at unknown circumstances Date: Fri, 29 Mar 2019 16:34:15 +0300 From: sergio <sergio+it at outerface.net> To: Debian Bug Tracking System <submit at bugs.debian.org> Package: dovecot-core Version: 1:2.3.4.1-1~bpo9+1 Severity: normal Yes, I know this is not very informative. I've already set ALLOW_COREDUMPS to 1 in /etc/default/dovecot and waiting for the ne...
2019 Nov 03
10
[Bug 3087] New: Ed448 support
...Product: Portable OpenSSH Version: 8.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: sergio+it at outerface.net Please add support for Ed448 keys. -- You are receiving this mail because: You are watching the assignee of the bug.
2019 Sep 11
5
How to make an unattended backup
...for samba, is there a way to backup in unattended way (I mean via cron) the DC? If I use samba-tool domain backup online --targetdir=/srv/backup --server= samba4.example.com -k yes -d1 It works, by it ask for password Administrator. What is the best practice to do it? Thanks in advance! -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org
2012 Aug 20
5
Some kind of inverse of "names"
...;d" which is, I guess, some kind of vector, since -> typeof(names(li)) [1] "character" however, I haven't seen something that allows me to get the other side, i.e., the values. Something like: ->VALUES(li) [1] 1 2 3 4 Do you have any comments on this? Thanks, - Sergio. [[alternative HTML version deleted]]
2007 Mar 23
6
Subset
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070323/be84ac14/attachment.pl
2007 Mar 21
3
Stepwise Logistic Regression
? stato filtrato un testo allegato il cui set di caratteri non era indicato... Nome: non disponibile Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070321/1c8f6e74/attachment.pl
2015 Nov 12
10
Poor perfmance of bridged interfaces
...;ve disabled NetworkManager, but problem persists. System is: [root at localhost ~]# uname -a Linux localhost 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux And is virtualized on VirtualBox Please could you help me to fix it? Thanks in advance! -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org
2013 Apr 16
6
I don't understand the 'order' function
...r: sort(c(2465, 2255, 2085, 1545, 1335, 1210, 920, 210, 210, 505, 1045)) [1] 210 210 505 920 1045 1210 1335 1545 2085 2255 2465 since 'sort' documentation claims to be using 'order' to establish the right order. Please help me to understand all this! Thanks, -Sergio.
2019 Mar 14
2
replication fails
...D: 34ccaf68-5a41-478f-b8ca-xxxxxxxxxx > > Last attempt @ Wed Mar 13 23:56:34 2019 WET was > > successful > > 0 consecutive failure(s). > > Last success @ Wed Mar 13 23:56:34 2019 WET > > > > > > > > Sergio, unless you are 'Stefan' by another name (and I do not think > you > are), please stop hijacking this thread, please start your own > ;-) Sorry , I think is related , Stefan could run command (not mention in this thread) : samba-tool drs showrepl I also have a BDC and I won...