Installing LoggerFS on Ubuntu

Currently, LoggerFS is not available in any package repositories. Deb packages are available however from the LoggerFS SourceForge Site.

To install LoggerFS, download the .deb package appropriate for your architecture. Then, from the command line, issue the following commands:

cvlad@localhost:~$ sudo dpkg -i loggerfs_0.5-1_amd64.deb && sudo apt-get -f install

This will install loggerfs and then pull all required dependencies.

Below is a full transaction log on Ubuntu 7.10:

cvlad@localhost:~$ sudo dpkg -i loggerfs_0.5-1_amd64.deb
Selecting previously deselected package loggerfs.
(Reading database ... 89181 files and directories currently installed.)
Unpacking loggerfs (from .../loggerfs_0.5-1_amd64.deb) ...
dpkg: dependency problems prevent configuration of loggerfs:
 loggerfs depends on libboost-regex1.33.1 (>= 1.33.1) | libboost-regex1.34.1 (>= 1.34.1); however:
  Package libboost-regex1.33.1 is not installed.
  Package libboost-regex1.34.1 is not installed.
 loggerfs depends on libmysqlclient15-dev (>= 5.0.38); however:
  Package libmysqlclient15-dev is not installed.
 loggerfs depends on libmysqlclient15off (>= 5.0.38); however:
  Package libmysqlclient15off is not installed.
 loggerfs depends on libpq5 (>= 8.2.5); however:
  Package libpq5 is not installed.
 loggerfs depends on libpqxx-2.6.8 (>= 2.6.8) | libpqxx-2.6.9 (>= 2.6.9); however:
  Package libpqxx-2.6.8 is not installed.
  Package libpqxx-2.6.9 is not installed.
dpkg: error processing loggerfs (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 loggerfs
cvlad@localhost:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libboost-regex1.34.1 libmysqlclient15-dev libmysqlclient15off libpq5
  libpqxx-2.6.9 mysql-common zlib1g-dev
Suggested packages:
  mysql-doc-5.0
The following NEW packages will be installed:
  libboost-regex1.34.1 libmysqlclient15-dev libmysqlclient15off libpq5
  libpqxx-2.6.9 mysql-common zlib1g-dev
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 982kB/10.7MB of archives.
After unpacking 34.4MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 <a href=\"http://us.archive.ubuntu.com\">http://us.archive.ubuntu.com</a> gutsy/universe libboost-regex1.34.1 1.34.1-2ubuntu1 [536kB]
Get:2 <a href=\"http://us.archive.ubuntu.com\">http://us.archive.ubuntu.com</a> gutsy/main libpq5 8.2.5-1.1 [231kB]
Get:3 <a href=\"http://us.archive.ubuntu.com\">http://us.archive.ubuntu.com</a> gutsy/main libpqxx-2.6.9 2.6.9-3ubuntu3 [215kB]
Fetched 982kB in 2s (412kB/s)     
Selecting previously deselected package libboost-regex1.34.1.
(Reading database ... 89196 files and directories currently installed.)
Unpacking libboost-regex1.34.1 (from .../libboost-regex1.34.1_1.34.1-2ubuntu1_amd64.deb) ...
Selecting previously deselected package mysql-common.
Unpacking mysql-common (from .../mysql-common_5.0.45-1ubuntu3_all.deb) ...
Selecting previously deselected package libmysqlclient15off.
Unpacking libmysqlclient15off (from .../libmysqlclient15off_5.0.45-1ubuntu3_amd64.deb) ...
Selecting previously deselected package zlib1g-dev.
Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3.3.dfsg-5ubuntu2_amd64.deb) ...
Selecting previously deselected package libmysqlclient15-dev.
Unpacking libmysqlclient15-dev (from .../libmysqlclient15-dev_5.0.45-1ubuntu3_amd64.deb) ...
Selecting previously deselected package libpq5.
Unpacking libpq5 (from .../libpq5_8.2.5-1.1_amd64.deb) ...
Selecting previously deselected package libpqxx-2.6.9.
Unpacking libpqxx-2.6.9 (from .../libpqxx-2.6.9_2.6.9-3ubuntu3_amd64.deb) ...
Setting up libboost-regex1.34.1 (1.34.1-2ubuntu1) ...

Setting up mysql-common (5.0.45-1ubuntu3) ...
Setting up libmysqlclient15off (5.0.45-1ubuntu3) ...

Setting up zlib1g-dev (1:1.2.3.3.dfsg-5ubuntu2) ...
Setting up libmysqlclient15-dev (5.0.45-1ubuntu3) ...

Setting up libpq5 (8.2.5-1.1) ...

Setting up libpqxx-2.6.9 (2.6.9-3ubuntu3) ...

Setting up loggerfs (0.5-1) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
cvlad@localhost:~$

Post new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Copy the characters (respecting upper/lower case) from the image.