Search found 2111 matches

by breun
Mon Dec 17, 2012 7:59 am
Forum: General Help and Development Discussion
Topic: Update went wrong?!
Replies: 13
Views: 12352

Re: Update went wrong?!

Looks like at least your MySQL server isn't available. What does service mysqld status say? If it's not running, can you start it using service mysqld start (psmon should do this automatically)? Any error messages in the MySQL server log file at /var/log/mysqld.log ? Other general things to check: I...
by breun
Sun Dec 16, 2012 4:56 am
Forum: Requests
Topic: qmail-scanner 2.10
Replies: 7
Views: 13084

Re: qmail-scanner 2.10

I found another bug in the new qmail-scanner package: /etc/logrotate.d/qmail-scanner has 'missngok' on line 26. I guess this should be 'missingok'.

I found this because cron sent this:

Code: Select all

/etc/cron.daily/logrotate:

error: qmail-scanner:26 unknown option 'missngok' -- ignoring line
by breun
Wed Dec 12, 2012 6:31 pm
Forum: Requests
Topic: qmail-scanner 2.10
Replies: 7
Views: 13084

Re: qmail-scanner 2.10

I see qmail-scanner-2.10-8 has appeared in the atomic channel. # rpm -q qmail-scanner qmail-scanner-2.10-8.el5.art.x86_64 However, the mail headers keep reporting qmail-scanner version 2.08 and indeed in /var/qmail/bin/qmail-scanner-queue.pl I find the following lines: my $VERSION="2.08"; ...
by breun
Mon Dec 10, 2012 2:01 pm
Forum: Atomic Protector (formerly ASL)
Topic: New Relic
Replies: 6
Views: 9596

Re: New Relic

If you want the process to be able to 'see' all processes you'd have to run it as root when running the ASL kernel. Of course you'd have to trust the nrsysmond process to not do anything naughty when running as root.
by breun
Mon Dec 10, 2012 8:57 am
Forum: Requests
Topic: atop 1.2.7 and 2.0.2
Replies: 7
Views: 11677

Re: atop 1.2.7 and 2.0.2

Another bug in the atop package seems to be the log rotation. All atop_* files in /var/log/atop except for the current and the previous one are zero byte and each day an additional .1 postfix is added for each day. # ls -l /var/log/atop total 11156 -rw------- 1 root root 0 Dec 10 04:29 atop.log -rw-...
by breun
Mon Dec 10, 2012 7:15 am
Forum: Atomic Protector (formerly ASL)
Topic: New Relic
Replies: 6
Views: 9596

Re: New Relic

As which user is nrsysmond running? The ASL kernel only lets a process see processes owned by the same owner (except for root, which is almighty).
by breun
Tue Dec 04, 2012 7:49 pm
Forum: Control Panel Support Help
Topic: password strength in plesk 10 and 11?
Replies: 7
Views: 8723

Re: password strength in plesk 10 and 11?

ASL reports weak accounts in /var/asl/reports/password.report. I recommend monitoring that file and alerting when it's not an empty file. :)
by breun
Sun Nov 25, 2012 9:56 am
Forum: Requests
Topic: atop 1.2.7 and 2.0.2
Replies: 7
Views: 11677

Re: atop 1.2.7 and 2.0.2

The RPM preun scriptlet also seems to have a bug which causes package removal to fail: # yum remove atop Loaded plugins: allowdowngrade, changelog, fastestmirror, merge-conf, security Setting up Remove Process Resolving Dependencies --> Running transaction check ---> Package atop.x86_64 0:2.0.2-2.el...
by breun
Sun Nov 25, 2012 8:42 am
Forum: Requests
Topic: atop 1.2.7 and 2.0.2
Replies: 7
Views: 11677

Re: atop 1.2.7 and 2.0.2

There is something weird with the atop log rotation again: # ls -l /var/log/atop totaal 6808 -rw------- 1 root root 0 nov 25 04:19 atop_20121121 -rw------- 1 root root 0 nov 25 04:19 atop_20121121.1 -rw------- 1 root root 0 nov 24 04:19 atop_20121121.1.1 -rw------- 1 root root 0 nov 25 04:19 atop_20...
by breun
Sun Nov 25, 2012 8:36 am
Forum: Requests
Topic: atop 1.2.7 and 2.0.2
Replies: 7
Views: 11677

Re: atop 1.2.7 and 2.0.2

When you update from atop 1.26 to 2.0.x the atop daemon might not start correctly, printing a message like this in /var/log/atop/atop.log about the new file format being different: existing file /var/log/atop/atop_20121125 has incompatible header (created by version 1.26 - current version 2.0) You c...
by breun
Tue Nov 20, 2012 8:01 pm
Forum: Requests
Topic: atop 1.2.7 and 2.0.2
Replies: 7
Views: 11677

Re: atop 1.2.7 and 2.0.2

Atop 2.0.2 is in Atomic now, with a logrotate job. Cool.
by breun
Mon Nov 19, 2012 1:28 pm
Forum: Requests
Topic: atop 1.2.7 and 2.0.2
Replies: 7
Views: 11677

atop 1.2.7 and 2.0.2

atop 1.2.7 and 2.0.2 are available from http://www.atoptool.nl/downloadatop.php as upgrades to atop 1.26 which is currently available in the Atomic repository. Additional related feature requests: * Log rotation for /var/log/atop/atop_* (http://www.atoptool.nl/ says: "By default the daily logfi...
by breun
Mon Nov 19, 2012 11:18 am
Forum: Atomic Repository Announcements
Topic: myqlfragfinder
Replies: 5
Views: 14459

Re: myqlfragfinder

Ah ok, cool.
by breun
Mon Nov 19, 2012 4:51 am
Forum: Atomic Repository Announcements
Topic: myqlfragfinder
Replies: 5
Views: 14459

Re: myqlfragfinder

The update seems to have landed in the ASL repository, but not in Atomic yet.

By the way, I guess it's not really doing more than mysqlcheck --optimize --auto-repair --all-databases, but with a shorter command? :)
by breun
Thu Nov 15, 2012 8:38 pm
Forum: Control Panel Support Help
Topic: nginx as reverse proxy to apache. Security?
Replies: 6
Views: 8608

Re: nginx as reverse proxy to apache. Security?

Plesk 11 includes an optional nginx reverse proxy setup: http://download1.parallels.com/Plesk/PP ... /70837.htm Anyone tried this yet with ASL? How much less secure would this be compared to not using the nginx option in Plesk 11?