Page 2 of 3

Posted: Tue Jan 29, 2008 3:27 pm
by Kalimari
Just upgraded PHP 5.2.5-2 -> 5.2.5-4 using the Atomic Yum Updater and have one question: Do I need to restart Apache after using the updater?
I normally run:

Code: Select all

/usr/sbin/apachectl configtest 
and if OK:

Code: Select all

/usr/sbin/apachectl graceful
Or is this done automatically/not required?

Thanks

PS: I like the icons BerArt, especially the Turtle themes!

Posted: Tue Jan 29, 2008 4:33 pm
by scott
Yep you'll have to restart Apache, its really uncommon for an rpm to restart a service.

I like those too! Especially the turtle ones :P

Posted: Wed Jan 30, 2008 7:42 am
by BerArt
I was looking trough my archive and found this one: Image

:lol: :lol:

and some more usefull icons:

Image Image Image Image Image

Posted: Wed Jan 30, 2008 9:09 am
by scott
Haha, that one is fantastic. It looks like hes exercising.

Which reminds me, one thing we need to do is modify this when its performing a really long operation to give you a "its running" page. Right now the PHP just waits for yum to return a result, which is only going to work on operations that dont take long, and second it will break if you reload, stop/start, etc.

Posted: Sat Feb 02, 2008 6:49 pm
by Lenroc
I thought that the turtle for Yum should be yellower since it is for the yellow dog updater...

Image

Lenroc

Posted: Tue Feb 05, 2008 3:32 pm
by scott
Any way to get that on a transparent background?

Posted: Tue Feb 05, 2008 4:40 pm
by scott
0.4 is out, changes on this one include a more plesky template, and other look and feel fixes.

Posted: Wed Feb 06, 2008 3:24 am
by BerArt
Sure:

Image
0.4 is out, changes on this one include a more plesky template, and other look and feel fixes.
Looks very nice, great update!

Posted: Wed Feb 06, 2008 6:57 am
by BerArt
Is the Atomic-Yum also compatible with CentOS 3.9?

Posted: Wed Feb 06, 2008 10:29 am
by scott
Ive never tried it on C3, give it a shot and let us know how it works out

Posted: Wed Feb 06, 2008 6:58 pm
by Highland
RHEL5 doesn't seem to like it. Any ideas?
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for atomic-yum to pack into transaction set.
atomic-yum-0.4-2.el5.art. 100% |=========================| 71 kB 00:00
---> Package atomic-yum.noarch 0:0.4-2.el5.art set to be updated
--> Running transaction check
--> Processing Dependency: yum-repolist for package: atomic-yum
--> Finished Dependency Resolution
Error: Missing Dependency: yum-repolist is needed by package atomic-yum

Posted: Wed Feb 06, 2008 7:09 pm
by scott
I guess they arent rad enough to have yum-repolist in their archive

Posted: Fri Feb 08, 2008 8:48 pm
by eleight
scott wrote:Wow thats awesome! How do you do that so fast?

At the moment, I have the 2 modules done (ASL, and yum), and ideas for lots of other ones. Like backups for example, or cluster management.
great project ;)

btw I just came to idea of building interface for spamassain per-user configuration for plesk. I assume it could be done easily using this approach. Anyone interested in sharing ideas and working on this with me? 8)

I'm currently using this approach:

cat .qmail
| /usr/local/psa/bin/psa-spamc accept
| preline /usr/bin/procmail -m -o .procmailrc


cat .procmailrc
MAILDIR=/var/qmail/mailnames/xxx.info/eleight/Maildir

SPAMDIR=${MAILDIR}/.Junk
DEFAULT=${MAILDIR}/
#LOGFILE=${MAILDIR}/procmail.log
#LOG="--- Logging ${LOGFILE} for ${LOGNAME} "

#black list
:H
* To: .*spammer.*\@somedomain\.info
/dev/null

:H
* To: .*blacklist.*
/dev/null


# Anything with a spam level of 10 or more is junked immediately.
:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*
/dev/null

# All mail tagged as spam (eg. with a score higher than the set threshold)
# is moved to the designated spam folder
:0
* ^X-Spam-Status: Yes.*
| /usr/local/bin/safecat "${MAILDIR}/tmp" "${SPAMDIR}/new"


So basically all that should be done is an interface for configuring procmail and SA user_prefs (something like http://sourceforge.net/projects/webuserprefs/) + modifying .qmail file

Posted: Thu Feb 14, 2008 3:59 pm
by rekowsky
about Highland's post...

how can that be solved?
I tried some research at google with no success so far and couldn't get atomic-yum installed due to the same error and same OS as him

thanks

Posted: Thu Feb 14, 2008 6:04 pm
by scott
I dont have a RHEL5 system to play with, but you could try installing the centos 5 package.