Re: easy question about logcheck

2013-06-17 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 6/17/13 4:16 PM, Pol Hallen wrote:
 Hi all :-)
 
 I just configurated logcheck and everything is perfect :-)
 
 A question: where is the script that handle to send email?
 
 I check also with pkg_info -L but I didn't see any script that send
 email
 
 thanks for help!
 
 Pol

Hi Pol,

If you include logcheck in a cron job (hourly, daily, etc.), the cron
system will send the email with its output.

Regards,
Greg
- -- 
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
http://twitter.com/cpucycle/  - Follow you, follow me
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlG/d8IACgkQ0sRouByUApAi7gCdFhs9h5HqVZ8sQRTStZP15nj5
casAoIAPxjfqoNPOndWM3QNfX7ikSmwU
=q90K
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: easy question about logcheck

2013-06-17 Thread Pol Hallen
 If you include logcheck in a cron job (hourly, daily, etc.), the cron
 system will send the email with its output.

After installed logcheck I didn't done any changes to cron... but I've
notify mails from logcheck

Thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: easy question

2006-12-11 Thread Nagy László Zsolt

Steve Franks wrote:
I hope.  Looks like xorg remaps the arrow keys for it's own uses - how 
do I

get command history in an xterm instead of ctrl-key like gibberish.  I'd
like to edit, like you do in a vtty with the up-arrow, not just 
!!enter.

I'm sure the answer exists, I just can't format a seach to find it on my
own...;)
Frank, what kind of keyboard are you using? The xorg server does not 
remap the arrow keys by default. However, if you have misconfigured your 
keyboard, then you might not use your arrow keys. Try to look at the 
documentation of xmodmap(1).


If you are not sure how to change this in xorg.conf, you can first try 
to download an xmodmap file for your keyboard layout, and execute this 
command:


xmodmap filename

Then you can try to use your arrow keys.

Another problem might be that you are using the wrong TERM environment 
variable inside your xterm. Well, this is very unlikely. You can also 
try this:



setenv TERM xterm-color   # c shell

set TERM=xterm-color # bash shell
export TERM

I hope this will help.


Best,

  Laszlo

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: easy question

2006-12-11 Thread Jonathan Chen
On Mon, Dec 11, 2006 at 12:58:24PM -0700, Steve Franks wrote:
 I hope.  Looks like xorg remaps the arrow keys for it's own uses - how do I
 get command history in an xterm instead of ctrl-key like gibberish.  I'd
 like to edit, like you do in a vtty with the up-arrow, not just !!enter.
 I'm sure the answer exists, I just can't format a seach to find it on my
 own...;)

The up-arrow in xterm with XOrg works for me when using tcsh. What
shell are you using?
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  Experience is a hard teacher
   because she gives the test first, the lesson afterwards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Easy Question From Newbie

2006-08-22 Thread Ivan Levchenko

thanks, I know how to enable pf in freebsd, but is there a difference
between enableing pf via loader.conf or rc.conf?

On 8/22/06, Ericzhao82 [EMAIL PROTECTED] wrote:

if you freebsd 6 or newer

1、alter /boot/defaults/loader.conf
180 pf_load=YES# packet filter

 2、alter /etc/rc.conf, new add
pf_enable=YES

 pf_rules=/etc/pf.conf
pf_flags=
pflog_enable=YES
 pflog_logfile=/var/log/pflog
pflog_flags=

3、reboot

END








--
Best Regards,

Ivan Levchenko
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Easy Question From Newbie

2006-08-22 Thread Daniel Bye
On Tue, Aug 22, 2006 at 02:37:11PM +0300, Ivan Levchenko wrote:
 thanks, I know how to enable pf in freebsd, but is there a difference
 between enableing pf via loader.conf or rc.conf?

I think that using loader.conf, the pf module will get loaded around the
same sort of time as the kernel, whereas using rc.conf, it is loaded much
later in the boot sequence.

Dan

-- 
Daniel Bye

PGP Key: http://www.slightlystrange.org/pgpkey-dan.asc
PGP Key fingerprint: D349 B109 0EB8 2554 4D75  B79A 8B17 F97C 1622 166A
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpcH5h0JqBQT.pgp
Description: PGP signature


RE: Easy question about uninstalling

2004-09-03 Thread Tom Connolly
Much appreciated.  Thank you.

Thomas

-Original Message-
From: Subhro [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 03, 2004 10:11 AM
To: [EMAIL PROTECTED] ORG
Cc: Tom Connolly
Subject: Re: Easy question about uninstalling

pkg_delete -F /var/db/kde*

Regards
S.


On Fri, 3 Sep 2004 08:52:30 -0600, Tom Connolly [EMAIL PROTECTED] wrote:
 Hello list,
 
 I have just recently installed 4.10 on my system and I chose the KDE
desktop
 as the default.  Can someone please tell me how to safely remove all of
KDE?
 If I use pkg_delete, will this remove everything?  I know this is a
remedial
 question but I couldn't find any documentation on uninstalling this
package
 and I just want to be sure that everything gets uninstalled correctly.
 
 Thank you,
 
 Thomas
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]
 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]