Displaying 20 results from an estimated 120 matches for "farber".
2016 Aug 30
2
CentOS 6 - logwatch report not in HTML format
On Sun, Aug 28, 2016 at 10:56 PM, Alexander Farber
<alexander.farber at gmail.com> wrote:
> Maybe the format is set in
>
> sudo crontab -l
You mean in the way it is invoked from the cron entry?
-- Arun Khan
2016 Aug 31
2
CentOS 6 - logwatch report not in HTML format
On Mon, Aug 29, 2016 at 10:24 PM, Alexander Farber
<alexander.farber at gmail.com> wrote:
> No, I mean there is sometimes a variable for mail format too:
The HTML formatting is a logwatch option, invoked through the
logwatch.conf file.
-- Arun Khan
2016 Aug 31
2
CentOS 6 - logwatch report not in HTML format
On Wed, Aug 31, 2016 at 7:58 AM, Alexander Farber
<alexander.farber at gmail.com> wrote:
> logwatch is run as cronjob.
Let's take cron out of the picture. Invoking logwatch from an
interactive shell -- no joy. The report still goes out in text
format.
-- Arun Khan
2016 May 31
3
iptables.service listed as: not-found inactive dead
Hello fellow CentOS users,
on a freshly installed 7.2 machine and after reading
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_Guide/chap-Managing_Services_with_systemd.html
I try to enable iptables with following commands:
# cat /etc/centos-release
CentOS Linux release 7.2.1511 (Core)
# rpm -qa | grep iptables
iptables-1.4.21-16.el7.x86_64
2009 Jan 20
1
Generating password string in /var/nis/passwd with Perl
...both to AD and
NIS and also to create the home dirs at our NetApp-Filer.
Unfortunately some steps still have to be made by hand
(the sysadmin copy-pastes it from a browser to a shell).
I could skip one manual step (calling yppasswd) if I knew
how to generate the passwd string for /var/nis/passwd:
farber:oav3dV4.Mnj/.:10154153:5725:Alexander
Farber,jn-05/02,,,,:/home/farber:/bin/bash
Has anybody already figured out, how to do it from Perl?
I'm sure there must be some way (smth. with Perl's crypt).
Regards
Alex
PS: Here is my script: http://pastebin.com/m46057a70
feel free to modif...
2012 Jan 24
3
sshd: listen on ip1:port1 and ip2:port2
Hello,
with CentOS 6.2 - is it possible to configure OpenSSH
daemon to listen on different IPs _and_ ports?
I have received a 2nd IP address for my server
and have successfully configured by adding the new
"/etc/sysconfig/network-scripts/ifcfg-eth0:1" file.
I'd like SSHd to keep listening at the_old_ip:22
but also at the_new_ip:443.
The 443 on the_old_ip is already taken by
2009 Feb 13
10
Nagios: Error: Service check command ... not defined anywhere!
Hello CentOS users,
I have problems posting the question below
to the Nagios mailing list (my subscription is
not accepted for some reason). Has anybody
of you already had this probably frequent
problem with Nagios in CentOS? I can''t use
check_squid from command-plugins.cfg (s. below)
Thank you for any hints
Alex
---------- Forwarded message ----------
To: nagios-users at
2014 Aug 11
3
Use postfix and spamd on CentOS 6 - looking for a shortest guide
...evel = 2
header_checks = pcre:/etc/postfix/header_checks
html_directory = no
inet_interfaces = all
inet_protocols = ipv4
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
myhostname = www.afarber.de
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_destination_concu...
2020 Oct 05
2
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
Yes, I had a typo in the mail, but not in the cronjob
Still wondering how to get certbot-1.7.0-1.el7.noarch working on CentOS 7
again.
2020 Oct 05
0
certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality
Not directly an answer to your question, but we had so many problems with the certbot in different constellations, that we moved to
https://github.com/acmesh-official/acme.sh
which works just fine basically everywhere
cheers
Soeren
?On 05.10.20, 15:18, "CentOS on behalf of Alexander Farber" <centos-bounces at centos.org on behalf of alexander.farber at gmail.com> wrote:
Yes, I had a typo in the mail, but not in the cronjob
Still wondering how to get certbot-1.7.0-1.el7.noarch working on CentOS 7
again.
_______________________________________________
C...
2011 Oct 04
2
Migrating CentOS 5 -> 6: where to put /etc/inittab respawn scripts?
Hello,
sorry, for 1 more question on CentOS 5 -> CentOS 6 migration.
On my old CentOS 5.7 machine I have the following line:
pref:3:respawn:/bin/su -c '/usr/local/pref/pref.pl >/tmp/pref-`date
+%a`.txt 2>&1' afarber
and this has served me well, I don't want to install
anything else like daemontools etc. - to keep my web-server
easily reinstallable (or movable to another hoster).
But now I have migrated to CentOS 6.0, added that line
and the "init q", but nothing happens - as indeed promised
by...
2011 Oct 04
3
CentOS 6: hostname and timezone
Hello,
I've purchased a new dedicated CentOS 6.0 / 64 bit server
and have 2 minor problems please:
1) The "hostname" is reported as CentOS-60-64-minimal at CLI -
eventhough I've edited /etc/hosts and changed the 2nd line:
127.0.0.1 localhost
176.9.123.123 preferans
2) Why is /etc/localtime a regular file? Should I maybe
rm /etc/localtime
ln -s
2011 Apr 24
3
Adding comments to /etc/sysconfig/iptables
Hello,
I'm a user (and big fan) of CentOS 5.6 and in my /etc/sysconfig/iptables
there are few blocking rules for some annoying visitors of my website
(I run a card game there since many years and some people are "special"):
*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [294:35064]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A
2016 Jun 21
4
Redirecting port 8080 to port 80 - how to add in /etc/sysconfig/iptables file?
Hello Gordon and others
On Tue, Jun 21, 2016 at 4:13 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 06/21/2016 02:30 AM, Alexander Farber wrote:
>
>> -A PREROUTING -p tcp -m tcp -d 144.76.184.154/32 --dport 80 -j REDIRECT
>> --to-ports 8080
>>
>
>
> I think you have the ports backward, here.
>
here the problem description again:
I have Jetty running as user "nobody" at the port 8080.
I ne...
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
...:
>
> 1. Re: CentOS 6 - logwatch report not in HTML format (Arun Khan)
> 2. Re: NODEJS010-NPM is not getting installed due to dependency
> errors on Custom Centos ISO installation (Jim Perrin)
> 3. Re: CentOS 6 - logwatch report not in HTML format
> (Alexander Farber)
> 4. Re: CentOS 6 - logwatch report not in HTML format (Arun Khan)
> 5. Re: CentOS 6 - logwatch report not in HTML format
> (Alexander Farber)
> 6. Re: group write permissions not being respected (Gordon Messmer)
> 7. Re: CentOS 6 - logwatch report not in HTML form...
2010 Jul 30
3
Redirecting PHP error messages into a log file
Hello,
I'm using CentOS release 5.5 x86_64 with the stock php-5.1.6-27.el5
and would like to redirect PHP messages into /var/log/httpd/php_log
First I tried adding that file name to /etc/php.ini:
error_log = "/var/log/httpd/php_log"
and restarted httpd, but the file didn't appear.
I've touched it and changed owner to apache.apache,
but that didn't help.
Then I've
2012 Jan 20
1
Setting From address for cronjob mails (because Gmail rejects)
...e_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
sample_directory = /usr/share/doc/postfix-2.6.6/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
On both machines I have appended
afarber: Alexander.Farber at gmail.com
root: Alexander.Farber at gmail.com
to the /etc/aliases and run "newaliases".
Both machines have several cronjobs and logwatch.
One machine is a database server,
I receive its cronjob mails just fine.
The other machine (preferans.de) i...
2014 Aug 05
3
How to update MySQL with CentOS 6 in most unintrusive way - in regard to perl and PHP packages
Dear fellow CentOS users,
for my few hobby projects (web games + forums) I have been using CentOS 5
(then 6) with Drupal and PostgreSQL plus few custom PHP and Perl scripts
written by mysef.
Since PostgreSQL version delivered with CentOS package has been a bit
dated, I always used the PGDG packages:
# rpm -qa | grep -i pgdg
pgdg-centos93-9.3-1.noarch
2016 Aug 30
0
CentOS 6 - logwatch report not in HTML format
No, I mean there is sometimes a variable for mail format too:
# crontab -l
CONTENT_TYPE="text/plain; charset=utf-8"
MAILFROM=webmaster at xxx.de
MAILTO=Alexander.Farber at xxx.com
LANG=en_US.UTF-8
PGHOST=/tmp
#minute hour mday month wday command
On Tue, Aug 30, 2016 at 3:37 AM, Arun Khan <knura9 at gmail.com> wrote:
> On Sun, Aug 28, 2016 at 10:56 PM, Alexander Farber
> <alexander.farber at gmail.com> wrote:
> > Maybe the form...
1998 Oct 12
1
Connot create/select subdirs
...A and the machines and users log
on properly but no one can select, create, delete or do anything with
subdirectories.
I checked the logs and it seems that the share names are not being
'made' properly.
Is there a setting or problem with 5.1 install that I need to change???
Thanks
Paul Farber
Farber Technology