similar to: Bug#546771: logcheck fails to locate lockfile-progs at non standart location

Displaying 20 results from an estimated 800 matches similar to: "Bug#546771: logcheck fails to locate lockfile-progs at non standart location"

2010 Feb 17
1
Bug#570207: logcheck wu-ftpd rules do'nt match
Package: logcheck Version: 1.2.69 Severity: normal In the file /etc/logcheck/ignore.d.server/wu-ftpd ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ wu-ftpd: PAM-listfile: Refused user [._[:alnum:]-]+ for service wu-ftpd$ should be ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ wu-ftpd\[[0-9]{4}\]: PAM-listfile: Refused user [._[:alnum:]-]+ for service wu-ftpd$ There is a number after "wu-ftpd" -- System
2009 Jul 03
1
Bug#535562: logcheck runs at normal I/O priority, and is hard-coded to nice -n10
Package: logcheck Version: 1.2.69 Severity: normal logcheck is a "batchy" job, but currently runs at normal I/O priority, and is hard-coded to run with a niceness of 10. As a result logcheck can degrade interactive performance on machines with a lot of log traffic, relatively slow CPU or expensive I/O. It'd be useful if the "ionice" and "schedtool" utilities
2010 Feb 07
2
Bug#568815: Redundant messages from dhcpd in logcheck output in "server" mode.
Package: logcheck Version: 1.2.69 Severity: normal Tags: patch Logcheck's reports contains many messages like: Feb 7 19:03:57 srv dhcpd: DHCPREQUEST for 172.21.0.126 from 00:19:7e:9f:cc:32 (Hostname Unsuitable for Printing) via eth0 Feb 7 19:03:57 srv dhcpd: DHCPACK on 172.21.0.126 to 00:19:7e:9f:cc:32 (Hostname Unsuitable for Printing) via eth0 I create file
2015 Aug 30
2
Packages required but not available:
I?m trying to get my empirical Bayes package, REBayes, back in compliance with CRAN. However, I?m not sure what to do about the following from R CMD check ?as-cran on the current R-devel: Strong dependencies not in mainstream repositories: pogs * checking package namespace information ... OK * checking package dependencies ... ERROR Packages required but not available: 'Rmosek'
2005 Apr 14
2
Overload standart function
Hi all, I try to develop my own R package. I have a couple of standart functions like dim() and length() overloaded. #Example dim.Model <- function(this) { length(unique(this$.variables)); } I built my package, but when I try to load it... This message appears: Attaching package 'mudim': The following object(s) are masked _by_ .GlobalEnv : dim.Model,...(etc.) Any
2012 Jun 11
1
director: non standart ports at backends
hello, I'm trying to figure out how to proxy pop3 and pop3s that listens on non-standart ports at backends. For example, pop3 is at 1110 and pop3s at 1995 (on backend side). is it possible? how should I separate this ports in director's config? it's easy for one port: for example lmtp - you just use passdb in protocol lmtp {}
2004 Dec 08
1
Non standart mbox path
Hi! I need set to dovecot non standart mbox path. For example, /var/service/mail/%u. How I can do it? I see default_mail_env parameter, but I don't undestend how it used. Thanks!
2009 Sep 11
0
asterisk addons don't compile using non standart prefix
My system is Debian I have successfully installed Asterisk 1.6.1.6 to a non standart folder /opt/asterisk Then for asterisk-addons-1.6.1.1 I run: ./configure --prefix=/opt/asterisk/ make menuselect And then command "make" fails with following errors: Generating embedded module rules ... make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1.1' make[1]: Leaving directory
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).
2006 Feb 16
1
how to save the picture with par(mfrow = c(1, 3), pty='s') setti ngs?
Dear list, I am trying to place 3 density functions in one Figure, 1 row by 3 columns: ------------------------------------------------------- op <- par(mfrow = c(1, 3),pty='s') pdf(file="Fig_den.pdf") barplot2(tab.in,plot.grid=TRUE,xlab="number of HGT_in",ylab="density") lines(dneg,col="red",lwd=2)
2012 Jul 09
1
lockfile
Hello, i need for an old bios-update the programm "lockfile". The update-bin make a check via "which lockfile". I have installed "lockfile-progs.x86_64" on a CentOS 5.8 and i have the programm "lockfile" and "lockfile-check, lockfile-create, lockfile-remove, lockfile-touch" in /usr/bin/. On my CentOS 6.2 i have install the pakage
2007 Oct 29
0
Need a cross-platform lockfile algorithm
Dear Experts, I'm hoping that your experience with SMB and CIFS means that you're familiar with cross-platform file locking. I need a lowest-common-denominator whole-file locking method that will work on as many combinations of client and server systems as possible; in particular it needs to run on - Linux client talking to NFS server. - Linux client talking to Samba server. - Linux
2008 Mar 31
1
RFE: Lockfile option for use in cronjobs
Hi, Looking for an easy way to prevent a repetitive rsync to be running multiple times, I was wondering if it could be useful to have an option like: --pidfile /some/path/rsync-mirror-org.pid So that rsync can be run directly from cron without requiring a wrapper script to do pidfile handling. This way rsync on startup could check the pid-file, see if another rsync is using this pid, and
2012 May 24
0
Is it possible to use quorum for CTDB to prevent split-brain and removing lockfile in the cluster file system
Hello list, We know that CTDB uses lockfile in the cluster file system to prevent split-brain. It is a really good design when all nodes in the cluster can mount the cluster file system (e.g. GPFS/GFS/GlusterFS) and CTDB can work happily in this assumption. However, when split-brain happens, the disconnected private network violates this assumption usually. For example, we have four nodes (A, B,
2002 Sep 13
1
"LockFile not implemented in server" messages on a Samba share
I'm trying to run a Visual FoxPro 6 application that writes to a Samba share. It crashes with "LockFile not implemented in server" and "UnlockFile not implemented in server" messages. I've attached a more complete log file to this message. On the Samba server, there aren't any special locking restrictions: for example, oplocks are allowed. Any ideas will be
2019 Jan 28
2
Create a BlockAddress array from LLVM Pass
Hi Good day. For the following function local static constant array: static const __attribute__((used)) __attribute__((section("data"))) void *codetable[] = { &&RETURN, &&INCREMENT, &&DECREMENT, &&DOUBLE, &&SWAPWORD}; I have the following in the LLVM IR. @sampleCode.codetable = internal global [5 x i8*] [i8* blockaddress(@sampleCode, %19), i8*
2015 Mar 29
0
Re: Networking issues in host
I realize this falls under the category of "so incredibly vague I should maybe not send it", so I have low expectations and apologize beforehand if it's just pure noise. That being said - it appears that the whole HOST system becomes laggy. It can effect the mouse, the keyboard, the network. There are no messages in the logs that I can find that indicate the system is blocked or
2019 Jan 29
2
[cfe-dev] Create a BlockAddress array from LLVM Pass
Sorry for emailing both group. As I will have a constant array of BlockAddress, what type I should use in Constant Array for its ArrayType declaration? I am creating the list in following way: unsigned int nBr = fit->second.size(); llvm::Constant *listBA[nBr]; unsigned int Idx = 0; for (std::set<llvm::BasicBlock *>::iterator it = fit->second.begin(); it != fit->second.end(); ++it)
2009 Apr 07
1
Bug#515156: Same bug after removal + reinstall
I ran into the same problem after somebody uninstalled logcheck and I re-installed it. It turned out that the ownership of /var/lock/logcheck where root:root - sudo chown logcheck:logcheck /var/lock/logcheck solved it. I see that there already is a check for the permissions in the postinst which (as far as I can see) *should* have fixed the permissions and ownership there. When re-installing
2006 Jan 08
0
uninitialized constant Test
I recently upgraded to Rails 1.0 and started a new project. I''ve started writing some tests, but when I run rake, I just get the following... Amnesia:~/Development/Rails/pog shad$ rake (in /Users/shad/Development/Rails/pog) /usr/bin/ruby -Ilib:test "/usr/lib/ruby/gems/1.8/gems/rake-0.6.2/lib/rake/rake_test_loader.rb" "test/unit/pog_test.rb"