search for: aboves

Displaying 20 results from an estimated 61 matches for "aboves".

Did you mean: above
2005 May 03
1
Re: [Logcheck-commits] CVS logcheck/docs
...t; Modified Files: > logcheck.sgml > Log Message: > > minor addition describe 3 layers. > remove the url tag not recognized by docbook2man. > + > + <para>The reported messages are sorted in three different layers. > + The system events verbosity is governed by aboves level choice. > + The security events and the so called attack alerts are reported > + anyway independently of aboves choosen level.</para> I've reworded this a little: <para>The messages reported are further sorted into two levels of severity, system events and secur...
2004 Sep 01
2
dedup and sort rules
A non-text attachment was scrubbed... Name: parse_logcheck Type: application/octet-stream Size: 3860 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20040901/b1727d89/attachment.obj
2011 Aug 12
4
klibc current state
...drop_capabilities support adds the ability to kinit to allow the dropping of POSIX capabilities. (patch even referenced on lwn :) - mikew/run-parts - kinit: Add run_parts() adds possibility to run boot scripts from kinit - maks/fdopendir - dirent.h add fdopendir() initial implementation aboves patches are for wider testing in: http://git.kernel.org/?p=libs/klibc/klibc-queue.git * Patches in the works: ----------------------- - mikew/bootscripts - kinit: Add callsites to execute files Needs discussion about /scripts path, maybe look at was udev does, like /lib/kinit/ ?? - maks/swi...
2009 Jan 24
1
Help with dudi.pca
Dear R-helpers, I have two data frames, op and em4: > str(op) 'data.frame': 37 obs. of 5 variables: $ m : num 0.202 0.336 0.122 0.139 0.14 ... $ lln : num 0.798 0.643 0.863 0.835 0.823 ... $ rrn : num 0.789 0.702 0.894 0.895 0.923 ... $ asym2: num 0.177 0.304 0.108 0.187 0.274 ... $ asym3: num 0.0755 0.0975 0.0818 0.0651 0.13 ... > str(rownames(op)) chr
2004 Oct 11
1
Bug#275946: Acknowledgement (newline not recognized when logcheck sends emails)
I upgraded to 1.2.28, same results. Here are the rules I added. ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ perdition\[[0-9]+\]: Connect: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd: [^[:space:]]+ \[NOTICE\] ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ pure-ftpd: [^[:space:]]+ \[INFO\] ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ exact\[[0-9]+\]: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ slapd\[[0-9]+\]: ^\w{3} [ :0-9]{11}
2005 Jun 21
3
Bug#315071: Results to your question
Hi, See below: # getent group adm adm:x:4:root,adm,daemon And: # ls -l /var/log total 20384 -rw-r----- 1 root adm 43310 Jun 21 16:00 auth.log -rw-r----- 1 root adm 128247 Jun 19 06:47 auth.log.0 -rw-r----- 1 root adm 10318 Jun 12 06:47 auth.log.1.gz -rw-r----- 1 root adm 9508 Jun 5 06:47 auth.log.2.gz -rw-r----- 1 root adm 12475 May 29 06:47 auth.log.3.gz
2009 Jul 12
2
box and whisker (PR#13821)
In a Box and Whisker plot, I thought that when there are outliers both abov= e and below the whiskers, then the whiskers should both be the same length = (plus or minus 1.5 times the inter-quartile range). If you look at the plot for SilwoodWeather on p.155 of The R Book you will = see that for November (month =3D 11) the upper whisker is shorter than the = lower, while for other months with
2016 Aug 25
2
info wanted about meaning of boot messages ...
On 25.08.2016 20:24, ken wrote: > On 08/25/2016 12:08 PM, Walter H. wrote: >> Hello, >> >> I've got CentOS 6.8 x64, updated today to the latest by 'yum update' >> this installed a new kernel: 2.6.32-642.4.2.el6.x86_64 >> >> in /var/log/boot.log I found these 3 lines ... >> >> No kdump initial ramdisk found. [WARNING] >>
2018 Feb 25
4
reshaping column items into rows per unique ID
Hi All I have a datafram which looks like this : CustomerID DietType 1 a 1 c 1 b 2 f 2 a 3 j 4 c 4 c 4 f And I would like to reshape this so I can
2011 Feb 13
2
[LLVMdev] Regarding CMake options for LLVM
...d "-std=c++0x" for some files in lib\Transforms\Instrumentation. (I don't think it's good idea to put this option entirely) (2) I'd like to change intermediate directories for all libraries and tools. (The default is ***.dir) I tried to add some CMake options, but failed. The aboves are easy on Visual Studio. But, chaning CMake (minimally) is hard to do. Thank you, "\0\0" -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110212/6c7b8c07/attachment.html>
2004 May 15
2
Re: [Logcheck-commits] CVS logcheck/src
...uce CPU and memory usage afterwards. debug "Sorting logs" $SORT -m $TMPDIR/logoutput/* | uniq | sed -e 's/ *$//' \ - > $TMPDIR/logoutput-sorted + > $TMPDIR/logoutput-sorted \ + ||error "Could not output to $TMPDIR/logoutput-sorted Disk Full?" i guess that aboves introduces some wrong message, because that it can potenitally fail if the files in $TMPDIR/logoutput/* contains nothing. maybe it should be checked before as of aboves dir contains data, as we check afterwards if $TMPDIR/logoutput-sorted contains data like: for file in $TMPDIR/logoutput/*; do...
2006 Jun 02
1
Re: [PATCH] klibc
...efined(__powerpc64__) > > > > Why not just !defined(__LP64__) ? > > _BITSIZE == 64 is really the right formula... if I remember correctly, there were some > 64-bit platforms (Alpha?) which didn't conform, though. I will look at this later today. > > -hpa indeed aboves line contains an mistake by an earlier patch of mine. -#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__sparc_v9__) +#if !defined(__x86_64__) && !defined(__ia64__) && !defined(__arch64__) is atm needed to get statfs right on sparc. -- maks
2007 Sep 03
1
Legend issue with ggplot2
Dear useRs, I'm struggling with the new version of ggplot2. In the previous version I did something like this. But now this yield an error (object "fill" not found). library(ggplot2) dummy <- data.frame(x = rep(1:10, 4), group = gl(4, 10)) dummy$y <- dummy$x * rnorm(4)[dummy$group] + 5 * rnorm(4)[dummy$group] dummy$min <- dummy$y - 5 dummy$max <- dummy$y + 5 ggplot(data
2004 Jun 03
1
4 important bugs again <;
hello everyone, thanks to todd 1.2.21 is out :) every release getting better, i would like to get consensus on these "important" bugs: #252078 logtail: should depend on perl >= 5.8 sarge as any other modern linux distro use perl 5.8.x, it's even inside of its base. backports are under the peril of its author if no one voices up, i'll close that bug in the next days.
2004 Jun 13
2
Bug#149567: logcheck: wish it could split reports to multiple people
...add the following line to /etc/cron.d/logcheck: 3 * * * * logcheck if [ -x /usr/sbin/logcheck ]; then nice -n10 /usr/sbin/logcheck -l /var/log/syslog -m me at tld.org; fi regular reports will stay same as before and not get verbooser, when your rules are getting tighter you can add it to aboves config file and then go to the next daemon. you might want to use latest logcheck: # logcheck testing releases deb http://debian.stro.at sarge/ if your daemon wants uses syslogd, you can configure a seperate logfile for that daemon. so i guess aboves bug may be resolved? thanks for your feedback...
2011 Jul 04
2
Linux early userspace doubts
Hi, I am a newbie into kernel booting process. I have read few things about boot process of the linux kernel. I am stuck at few things, which I am confident, someone from the list might help on - - If I pass a ramfs image as an intrd paramter from the bootloader (say grub), then will the kernel treat this as a ramfs image only? - initrd image is also, packed using cpio archive, then
2004 Aug 23
2
Bug#267587: logcheck-database: Additional rule needed for postfix
Package: logcheck-database Version: 1.2.25 Severity: normal postfix/smtpd\[[0-9]+\]: lost connection after (CONNECT|DATA|RCPT|RSET|EHLO|HELO|MAIL) from Please include the above line in the ignore.d/server/postfix file. That catches messages that occur very often on busy Postfix servers. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable')
2018 Feb 25
0
reshaping column items into rows per unique ID
Hi Allaisone, If you want a data frame as the output you will have to put up with a few NA values unless each Customer has the same number of diet types: a1df<-read.table(text="CustomerID DietType 1 a 1 c 1 b 2 f 2 a 3 j 4
2016 Aug 26
2
info wanted about meaning of boot messages ...
On Thu, August 25, 2016 23:21, ken wrote: > On 08/25/2016 02:42 PM, Walter H. wrote: >> On 25.08.2016 20:24, ken wrote: >>> On 08/25/2016 12:08 PM, Walter H. wrote: >>>> Hello, >>>> >>>> I've got CentOS 6.8 x64, updated today to the latest by 'yum update' >>>> this installed a new kernel: 2.6.32-642.4.2.el6.x86_64
2010 May 17
3
Microsoft Response Point Voip server discontinued
Interesting announcement today; http://www.crn.com.au/News/174872,microsoft-response-point-voip-gets-a-d irt-nap.aspx Microsoft this week revealed its intention to discontinue its Response Point, its small business VoIP system for companies with up to 50 employees. While not unexpected, the move is significant because Response Point was once a promising product in which Microsoft