by ezs | Aug 28, 2007 | patching, Uncategorized, wordpress
The paint is still wet – but it looks like it works 🙂
Some plugins (feedwordpress) look like they are broken.
I’m looking forward to this release – improvements to the javascript, better url redirection and at last built in tags!
The tags look like they are using a similar idea to the Drupal taxonomy concepts – should be interesting.
by ezs | Aug 26, 2007 | evilzenscientist, Technology, Uncategorized, ZENworks
More how-to guides. This one is turning on ZCM agent-side debugging.
First set the zmd logging to be at debug level; there are two ‘true’ settings in the conf file:
%ZENWORKS_HOME%conflogger-zmd-conf.xml
<configuration>
<log4net>
<!–Appender to log event to console–>
<appender name=”ConsoleAppender” type=”log4net.Appender.ConsoleAppender”>
<param name=”Threshold” value=”DEBUG” />
<layout type=”Novell.Zenworks.Logger.SimpleLayout, Novell.Zenworks.Logger”></layout>
</appender>
<!–This section is used to enable or disable the above configured appenders –>
<logger name=”ZEN_LOGGER” additivity = “true“>
<level value=”DEBUG”/>
<appender-ref ref=”ConsoleAppender” />
</logger>
<!– This section is used to Enable component Logging –>
<!–
<logger name = “ZEN_LOGGER.TestLogger” additivity =”true”>
<level value=”DEBUG”/>
</logger>
–>
</log4net>
<ZenworksMessageLogger>
<!– This section is used to turn on/off the Global Debug Flag –>
<param name=”FileDebug” type=”Boolean” value =”true” />
</ZenworksMessageLogger>
</configuration>
Next restart the ZENworks agent
net stop “novell zenworks agent service”
The Novell ZENworks Agent Service service is stopping.
The Novell ZENworks Agent Service service was stopped successfully.
net start “novell zenworks agent service”
The Novell ZENworks Agent Service service is starting..
The Novell ZENworks Agent Service service was started successfully.
The log file for the agent is in %ZENWORKS_HOME%logsLocalStorezmd-messages.log
The log rolls – so you might need to collect the zip as well.
by ezs | Aug 23, 2007 | Technology, Uncategorized
Back from travelling – I’m taking a few more days off to decompress.
Working on a website for Grania – I’ve decided to use Drupal again. I’m a bit rusty (it’s been 18 months since I touched Drupal 4.7) and I’ve been exposed to too much WordPress. I need to get my head around Drupal templates again rather than WordPress themes.
Also looking at migrating the production webserver from Apache to lighttp – I’ve been testing lighttp for a while and it is incredible.
by ezs | Aug 5, 2007 | blogging, evilzenscientist, Technology, Uncategorized, wordpress
I’ve not blogged about WordPress patches and updates for a while – I’ve been just that busy.
This weekend another two patches – for 2.2.x and 2.0.x
So far so good – easy and clean updates.
Worth an upgrade too – looking at the code changes there seems to be a lot of additional checking and url handling safety.
by ezs | Jul 14, 2007 | Technology, Uncategorized
I run adsense on the blog – it keeps a few pennies trickling in. All of the content is context driven.
I keep having to filter stuff I don’t care about – baby formula, dating agencies, a whole load of Chinese ads from when I was in Beijing. Newest one is ‘Mormon Ringtones’.
Sigh.

by ezs | Jul 10, 2007 | Technology, Uncategorized
More memory for the firewall and spam server – it’s been getting hammered recently – over 1000 spam emails per day.
Hopefully this means email for Grandpop, Rachael and everyone in Utah will be working better.
(Just a clarification – it’s just the family in Utah who gets mail through this box – not the whole of Utah..)
Recent Comments