Displaying 15 results from an estimated 15 matches similar to: "Auth-woker log lines"
2013 Aug 08
1
Errors in SASL authentication ("attempted master login")
Hi,
I'm using dovecot 2.2.4 (with Postfix 2.8.4) as both the SASL
authentication backend and the delivery agent, and I keep getting
lines like the following in the dovecot.log from the authentication
subsystem:
auth: passdb(toshiba1 at domain,8.8.8.8,master): Attempted master login
with no master passdbs (trying to log in as user: plain)
The connections come from an old (embedded) mail
2014 Sep 10
0
dovecot imap auth method issue
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Hi List ,
I run Debian GNU/Linux 7 and i have followed the guide on workaround
dot org and at the end of it i have authentications issues with
thunderbird .On workaround there is a
local test for authentication and it was successfull .Thunderbird says:
"the IMAP server doesn't support the selected authentication method
,please change the
2004 Jun 26
1
smbmount and windows 2003
Here's my setup:
MARVIN: Linux / Redhat ES 3
ZAPHOD: Windows 2003 STD Edition; Active Directory Server.
[root@marvin jalifrangis]# smbmount //zaphod/public /public
cli_negprot: SMB signing is mandatory and we have disabled it.
18980: protocol negotiation failed
SMB connection failed
[root@marvin jalifrangis]#
2004 May 05
3
sip.conf and SIP client host= not recognized in some cases
I am seeing an issue with getting certain sip devices to be recognized as
defined SIP clients host= in the sip.conf and the only deference that I can
find btw sources that work and don't work is that devices that send packets
with an Initial Via header of themselves appears to work and pick the
context correctly but those that don't have the Via just get dropped in the
context of the
2020 Apr 02
0
"auth_cache_verify_password_with_worker = yes" does not work with proxy
Hello,
i use a proxy only configuration with version 2.2.22 (Ubuntu 16.04) and have now transferred it to version 2.3.10. This works as before.
But as soon as i use "auth_cache_verify_password_with_worker = yes", it does not work anymore.
The first login still works, but from the second one, where the answer comes from the cache, there is an error. The login is still accepted but
2017 Oct 10
0
Regular expression help
How about this (I'm showing it as a pipe because it's easier to read
that way):
library(magrittr)
"f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587" %>%
? strsplit(' ') %>%
? unlist %>%
? sub('^[^/]*/*','',.) %>%
? sub('^[^/]*/*','',.) %>%
? paste(collapse = ' ')
Georges Monette
--
Georges Monette,
2005 May 30
0
Long Delays Displaying Small Folders in Windows Explorer (samba-3.0.10-1 FC2)
Hi,
I'm trying to replace a windows fileserver server with a Fedora Core 2
samba server in our Windows 2000 ADS domain.
A performance problem occurs when accessing certain samba shares from
Windows Explorer on either an Windows XP or a W2K client machine. It
can take up to a minute for explorer to list files in a share folder
containing only a few files! It eventually does, but but reports
2007 Jun 19
0
recycled objects and gc problem
I''ve been digging around all morning through google trying to understand the
problem of recycled objects. I''m only getting the error sometimes, so its
very had to track down. I dont think I''m using any variables in my worker
that come from the app so I''m not sure what is being gc''d that is causing
the errors. You can see that the real work
2006 Jul 31
0
MY worker won''t stop working
> On Jul 30, 2006, at 5:11 PM, Chris H wrote:
>
>> Hi Ezra,
>>
>> thanks for the reply.
>>
>> There''s a ruby process that appears in top when I fire off the do_work
>> method.
>> It uses around 30-50% cpu and disappears once all processing has
>> completed.
>>
>> When I try to stop processing using delete_worker I was
2006 Jun 13
1
poly(*,*) in lm() (PR#8972)
Full_Name: Jens Keienburg
Version: 2.3.0
OS: Windows XP
Submission from: (NULL) (193.174.53.122)
I used the function lm() to calculate the coefficients of a polynome. If I used
the function poly(t,2) to denote a polynome of form 1 + x + x^2, the
coefficients are wrong. I appended an excerpt below:
> t=1:100
> p=-20 - 10 * t + 2 * t^2
> p
[1] -28 -32 -32 -28 -20 -8 8
2015 May 11
2
sssd on a DC
On 10 May 2015 at 16:11, Jonathan Hunter <jmhunter1 at gmail.com> wrote:
> OK, I've got a little further and I think I have tracked this down to
> a reverse DNS issue - which was non-obvious to me, so here is a
> write-up for the benefit of the archives.
Just to close this off - I have now got sssd configured and working on
my Samba4 DCs (well, if I'm being picky, I have it
2017 Oct 09
8
Regular expression help
I have a file containing "words" like
a
a/b
a/b/c
where there may be multiple words on a line (separated by spaces).? The
a, b, and c strings can contain non-space, non-slash characters. I'd
like to use gsub() to extract the c strings (which should be empty if
there are none).
A real example is
"f 147/1315/587 2820/1320/587 3624/1321/587 1852/1322/587"
which
2006 Nov 04
1
Only one out of 10 remote extensions expiring registry
I have about 20+ phones on a server, all set for registry expiry 1 min. But
only this one, with 2 accounts, keeps re-registerting itself. All the time
this is what I see on asterisk CLI and it is kind of annoying. What only
this phone does this and no other. Its on a remote location. All phones are
Grandstream GXP-2000.
-- Registered SIP '502' at 64.101.221.250 port 18639 expires 60
2006 Apr 18
1
Anyone get mini-magick plugin working on windows?
Ruby 1.8.4, mini-magick 1.1.0, ImageMagick-6.2.7-0-Q16-windows-dll.exe. I
downloaded and installed the mini-magick plugin into my vendor/rails
directory. When I try to start webrick it fails, but it does not display any
errors. It just simply returns me to the command line. "Ruby script/generate
model test" won''t even work. It acts the same way. It doesn''t throw any
2009 Jul 03
0
Wine release 1.1.25
The Wine development release 1.1.25 is now available.
What's new in this release (see below for details):
- A ton of translation updates.
- Support for various Unicode file encodings in Notepad.
- Improved memory management, especially for OpenGL.
- Desktop menus now cleaned up automatically.
- Beginnings of a windowscodecs DLL implementation.
- Various bug fixes.
The source is