Schnellzugriff » 
Home 
Archive for September, 2010

Converting MBR Partition Tables to GPT

Donnerstag, September 23rd, 2010

MSDOS MBR Partition Tables make it impossible to use Partitions larger than 2 TiB. This is a pitfall you maybe will be faced with after expension of a RAID array. The only solution is to convert the MBR Partition Table to GPT (GUID Partition Table).
This can be done quite easily by using GPT fdisk.
GPT fdisk [...]

Posted in Administration, Linux / Unix | 1 Comment »>

Solr Multicore: Installation, Configuration

Donnerstag, September 9th, 2010

If you start Solr with the default configuration, there will be only one instance running. That’s enough if you have only one website which you want to index but if you have several websites, you probably don’t want them to share an index as you then would get search results from both websites.
Luckily Solr already [...]

Posted in Administration, Linux / Unix, Solr | Kommentare deaktiviert>

Redmine, Apache, Subversion: Could not read status line

Donnerstag, September 9th, 2010

If you use a combination of Redmine.pm, Apache and SVN and are wondering about error messages telling you "COPY of ‘foobar’ : Could not read status line: connection was closed by server" or "COPY of ‘foobar’ : Could not read status line: secure connection truncated" you probably will want to switch to apache2-mpm-prefork to get [...]

Posted in Administration, Linux / Unix, redmine | 1 Comment »>

© 2007 - 2009 Thorsten Boock