Re-Check Config fails on pbzip2

I installed the pbzip2 debian package and configured Virtualmin 3.81 GPL to use parallel bzip2. However, doing a Re-Check Config, it now fails with this message: The command pbunzip2 needed to create or restore backups is not installed. The command however appears to be pbzip2 -d, there is no pbunzip2 on my system.

Status: 
Closed (fixed)

Comments

Which package did you install that from?

On Fedora at least the pbzip2 package contains the pbunzip2 command as well.

The package is called "pbzip2". I checked, there is no package in debian containing the pbunzip2 command. Apparently, pbzip2 -d must be used instead.

That's surprising .. normally /usr/bin/pbunzip2 exists, but as a link to pbzip2 .

One work-around may be for you to run :

ln -s /usr/bin/pbzip2 /usr/bin/pbunzip2

yeah, that solves the problem and makes virtualmin validate fine on my system

Cool - I will fix Virtualmin in the next release to use pbzip2 -d if pbunzip2 is missing.

Automatically closed -- issue fixed for 2 weeks with no activity.

btw, the pbzip2 thing does not work, at least not on debian. it just creats empty (0 bytes) .bz2 archives. had to switch to normal bzip2 to get it going.

What does pbzip2 -v output on your system? I recently discovered that some old versions like 1.0.2 cannot write compressed output to stdout , which makes them useless for Virtualmin :-(

oh well, i got 1.0.2... will have to wait for debian 6.0 then :)

Yeah ... the next virtualmin release will display a warning if you try to use a version of pbzip2 that is too old.

Automatically closed -- issue fixed for 2 weeks with no activity.