similar to: Bug#510472: logcheck-database: pam_unix messages could be ignored.

Displaying 20 results from an estimated 200 matches similar to: "Bug#510472: logcheck-database: pam_unix messages could be ignored."

2004 May 18
0
No luck using asterisk as proxy...
Still no luck using asterisk as a proxy. 48 hours solid working on this. I'm beginning to think asterisk isn't going to be compatible with the provider I'm using :( Has anyone got *any* clues as to what can cause this message? It's definately provider specific (voiptalk works, pipecall doesn't) but confusingly seems to be caused by something in the client phone app. I
2008 Oct 21
3
Bug#503000: logcheck fails due to a perl warning
Package: logcheck Version: 1.2.68 Severity: important I upgraded my lenny server today. I guess the previous update is something like two weeks ago. Now logcheck started sending mails containing only this perl error: This email is sent by logcheck. If you wish to no-longer receive it, you can either deinstall the logcheck package or modify its configuration file (/etc/logcheck/logcheck.conf).
2016 Jan 05
2
doveadm search -A tries to create mailboxes
[0:root at elmo ~]$ rpm -q dovecot dovecot-2.2.18-2.fc22.x86_64 I got a surprise today when I tried the doveadm search function from: http://wiki2.dovecot.org/Plugins/Expire [0:root at elmo ~]$ doveadm search -A mailbox Trash savedbefore 30d doveadm(clamscan): Error: User initialization failed: Namespace '': mkdir(//Maildir) failed: Permission denied (euid=982(clamscan)
2017 Nov 10
2
Sieve global path?
I just checked with Thunderbird, SquirrelMail, and Roundcube.? The sieve directory is not in the overview. dovecot is highly configurable.? Ya think I may have configured mine where this is not a problem?? I have 9+ mail servers running this way. Bill On 11/10/2017 4:56 AM, Tamsy wrote: > Stephan von Krawczynski wrote on 10.11.2017 16:35: >> On Fri, 10 Nov 2017 03:41:20 -0500 >>
2007 May 09
3
RFC: Multiple small releases, or one big roll-up?
Hi all, In looking at the current bug list for elmo[1], it''s pretty clear that this is a lot of work, and some of it is kind of segmented into related chunks. Additionally, a good bit of it has an impact on backward compatibility, although in nearly all cases I expect to be able to remain entirely or almost entirely backwards compatible. Given that, would people prefer that I
2008 Sep 02
2
two lattice graphs in one object
When I create a lattice/Trellis type graph, I typically write a function that returns the graph, as in do.graph <- function(x, y, ...) { require(lattice) return(xyplot(y~x, ...)) } My question today is this: If I want two graphs on one page, one way of achieving it is to print the objects into defined areas, as in gr1 <- xyplot(rnorm(111) ~ runif(111)) gr2 <-
2007 Apr 27
2
0.22.4 release candidate
Hi all, I''m hoping to release 0.22.4 on Monday, so please test now. As always, if possible please actually run this somewhere in your infrastructure, in addition to running the unit tests, since there are always areas that aren''t quite covered with the unit tests. Hopefully this will be the last point release before the next major release (elmo). -- To my
2004 Dec 01
2
request for help on statistical applications in pharma
Hi all there Can some one who have experience and knowledge in the pharma industry give me broad details on the subject "Statistical applications for pharma industry". I am new to the subject i.e. what kind of statistical tools used being unique /or atleast specific for pharma industry. It will be of great help as i am actively looking into the subject. though i am quite familiar
2005 Feb 05
17
debian python-install.patch (3 of 5)
Name: python-install.patch Description: Use --root instead of --home --home causes python''s distutils to install into /usr/lib/python/, while --root causes it to install into /usr/lib/python$ver/site-packages, which is the more correct location. Signed-off-by: Adam Heath <doogie@brainfood.com> DiffStat: tools/python/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2
2012 Jun 18
1
Listing all binary trees of an ordinal set
Hi all, I'm new to R, have been reading books and trying to get started coding too. The first thing of substance I've been trying to do is to create a function to return a list of all binary trees of a list of ordinals. So, for example, an input of list(3,1,2,4) would return: list(list(1, list(2, list(3, 4))), list(1, list(list(2, 3), 4)), list(list(1, 2), list(3, 4)),
2005 Feb 13
2
Problems with MySQL/PAM authentication
Hi, I'm using (or trying to at least) a combination of PAM/passwd and MySQL authentication: auth vmail { mechanisms = plain userdb = sql /etc/dovecot/dovecot-sql.conf passdb = sql /etc/dovecot/dovecot-sql.conf user = root } auth system { mechanisms = plain userdb = passwd passdb = pam imap user = root } MySQL
2007 May 28
6
hvm performance
Hi I''ve been running xen with linux guests for a while now and thought I''d try windows as I have a new server. All seemed to go fine except performance is *horrible* - I''m currently installing Win2003 SP2 and it''s been running over 12 hours (thank god for vnc) - each individual file is taking between 3 and 4 seconds each. Server is an intel E6600 with
2007 May 07
68
Puppet Best Practice
Hello everyone, A long time ago, I posted the Stanford Best Practices and I''ve gone through and updated it today. I''d like to have people go through it and see if we can strip out some Stanford specific stuff and tag this as an official best practice. I think an official best practice will be important as more and more people consider making shareable modules, etc (mostly
2008 Dec 27
2
Bug#509885: does not cleanly update from logtail2
Package: logtail Version: 1.2.68 Severity: normal Hi, logtail does not cleanly update from logtail2: $ sudo dpkg --install /var/cache/apt/archives/logtail_1.2.68_all.deb (Reading database ... 26564 files and directories currently installed.) Unpacking logtail (from .../logtail_1.2.68_all.deb) ... dpkg: error processing /var/cache/apt/archives/logtail_1.2.68_all.deb (--install): trying to
2005 Jul 19
1
dovecot(pam_unix)[13823]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost
I installed Dovecot on our FC3 sendmail server and get this from our Dallas office ( out of state to me ). dovecot(pam_unix)[13823]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost Only one Dallas user can get mail (pop3 or imap). All local users work fine. I ended upgoing back to UW and all works fine. What should I look for? Thanks -------------- next part --------------
2003 Feb 20
0
RE: pam_unix.so likeauth? (Was: Help with Winbind)
It makes it work! I was reading through the other messages on the list with similar subjects, and found this one: -----Original Message----- From: Matthias Rutzki [mailto:mrutzki@gmx.de] Sent: Thursday, February 20, 2003 4:51 AM To: david.boynton2@asu.edu; bgmilne@cae.co.za; cdevidal@yahoo.com Cc: samba@lists.samba.org Subject: [Samba] domain users in local groups with Winbind/Samba/Redhat It
2004 Feb 11
0
PAM_unix[171]: (samba) session closed for user taisan
Hi, 1 I got message "The specified network name is no longer = available" show on PC/Win2000 when copy large files to ARM9 base = NAS(with SAMBA 2.2.8 + Linux Kennel 2.4.18) file size is correct but content appended with all "0" in = ARM9 NAS HDD. 2. At the console of ARM9 NAS show : ..... root@sword:/var# . smbd[170]: PAM
2007 Sep 06
0
[Resolved] Found a way of allowing pam_ldap users (with pam_groupdn or pam_check_host_attr restrictions), AND allowing local root authentication, without pam_unix.so taking presense due to getpwent() returns ldap-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've been trying to get LDAP ssh authentication to work for a while, and I found a bug (http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/116150) in pam_unix.so, that breaks support for ldap-group/host-restrictions the ldap-way. I saw numerous emails about pam_groupdn-ldap-restrictions on the mailinglists dating back to 2001, but no resolution
2005 Aug 15
2
redirect crond(pam_unix) syslog messages
Hi guys: I could only find one answer for this topic via google, and the poster wasnt' sure if he was breaking something with his "fix". I there a way to redirect the cron session messages from syslog to a different log? i.e.: Aug 15 01:03:01 tn1 crond(pam_unix)[29303]: session opened for user root by (uid=0) Aug 15 01:03:07 tn1 crond(pam_unix)[29303]: session closed for user root
2007 May 09
0
RFC: Elmo will be 1.0
Hi all, After discussions with Ben about development priorities, it looks like we''re going to make elmo be 1.0. Puppet is clearly no longer beta, and it''s time for our version number to reflect that fact. I''m about to go through the entire ticket database and classify everything appropriately, so it will be clear what we''re planning on doing for elmo.