RTFM

[Read This Fine Material] from Joshua Hoblitt

Removing all user generated pages from a Trac wiki

| 0 comments

I’ve been wrestling with converting MediaWiki content into Trac and after several experiments, I wanted to start from scratch. It’s not pretty but this cmdline got me there:

trac-admin /svnroot/trac/ wiki list | cut -f1 -d' ' | grep -v Wiki | grep -v Trac | grep -v TitleIndex | xargs -L1 trac-admin /svnroot/trac/ wiki remove

Pod::Tidy 0.10 released to CPAN

| 0 comments

This release is to apply a patch from Hanno Hecker (vetinari@ankh-morp.org), that adds the ability to set the width of the output columns. The default formatting width remains at 80cols although the Text::Wrap default is 76cols.

From the Changes file:

0.10 Tue Feb 17 09:36:43 HST 2009
– Add support to Pod::Tidy and the podtidy util for setting the width of the output columns

It should be available here as soon as the CPAN indexer gets to it.

default password for 3ware 3dm2 daemon

| 0 comments

Note that /etc/3dm2/3dm2.conf must have the value “RemoteAccess 1” in it and that the daemon only speaks https. Trying to access the management interface with http results in the daemon dropping the socket without any sort of http error code.

As of v9.5.1.1, both the “administrator” and “user” passwords default to “3ware”.