whole disk backup

jahyde
Posts: 2002
Member Since:
2006-06-02

UPDATE: Currently NOT compatible with trixbox 2.2x

i am doing a rework of mondo backup scripts that someone else released a while back, it didnt work well for me at the time, so I have done some updates to the script and now it seems to be working. i think the community should have this.

mondoarchive is a whole disk backup solution that builds cd or dvd sized iso files. if your drive ever crashes simply burn and boot, instant restore.

the cron script will allow you to send the isos to a windows share, usb drive, or ftp site.

A wiki guide is now here: http://www.trixbox.org/wiki/whole-disk-backups

Modification: if anyone desires to code up a management gui for this, that would be nice, i am open to any contributions/modifications to the script, and will be keeping to the original GNU General Public License.

Support: I do NOT provide any support for this what-so-ever, support is fully the responsibility of the community, at the same time, if I can do anything for anyone (meaning have the time and knowledge), I will do it. At the moment, I aim to have support originate from this post. Also refer to the docs online www.mondorescue.org

lastly this is USE AT YOUR OWN RISK, and is currently considered beta.

this has been tested on my lab boxes: trixbox 2.4 and 2.6.

run the following commands as root:
--------------------------------------------------------
cd ~
wget http://www.astusers.org/install-mondo.tgz
tar -xzvf install-mondo.tgz
chmod +x install-mondo.sh
./install-mondo.sh
--------------------------------------------------------

reboot once the install completes, then you will need to edit /etc/cron.weekly/mondobackup.cron and turn on one of the various backup methods, instructions are in the cron script itself.
to test run /etc/cron.weekly/./mondobackup.cron
you should see some iso files under /backup and anywhere else you configured the script to send them.

Restoring:
http://www.mondorescue.org/docs/mondorescue-howto.pdf

--

--my PBX is run on 2 V8's



jahyde
Posts: 2002
Member Since:
2006-06-02
so far this does not work on

so far this does not work on trixbox 2.2x, dependency requirement GLIBC 2.4 not available, most likely I need to adjust the mondo/mindi packages to an earlier version as only glibc 2.3x seems to be what centos 4.5 has.

i am open to any input on this.

--

--my PBX is run on 2 V8's



anchor85
Posts: 678
Member Since:
2006-06-07
Mondo & trixbox

In the days of tb 2.0 I wrote up a how-to describing using mondo to make iso images of the trixbox server. trixbox 2.0 runs on Centos 4.4 and mondo is fine on that. When trixbox 2.2.x came along and moved to Centos 4.5 mondo refused to work and I get errors about not finding libc.so.6 and libpthread.so.0. I got involved and posted questions on the mondo forum - I was unable to fix the problem with mondo and tb 2.2.9 etc and ran out of time. I understood that there were problem with mindibusybox but I could not see how to fix them. It seems that there is a conflict in where various libraries are put.

Here is the thread that was going at the end of last year. I think mondo works OK with centos 5 so using it with current versions of trixbox would be OK.

--

John
Cat24.net



jahyde
Posts: 2002
Member Since:
2006-06-02
thanks John, ya - they have

thanks John,

ya - they have some versioning problems, i am going to try an older set of mondo/mindi to see if it excepts the older GLIBC 2.3x that centos 4.5 has.

It seems to work great on CentOS 5. I have put it on 3 machines from 2.4-26 so far without issue. My old 1.2.3 test box also worked, but its highly hacked up with lots of mods and updates, I am not sure how well it matches the original install of 1.2.3, so its probably not a good example.

-John Hyde

--

--my PBX is run on 2 V8's



jahyde
Posts: 2002
Member Since:
2006-06-02
well it seems to be not very

well it seems to be not very successful - mindi seems to be very hardware dependent, i am finding mindi will error out during boot iso creation on many platforms complaining of:

making 16384KB boot disk...............udev device manager found
WARNING: No Hardware support for

- at this point, it seems to be locked up, if you check the log mondo is running mindi in the background (you cant see it) and mindi is asking you to press 'enter', i press enter, and it seems to crash.

however if i run mindi manually, and tell it not to use lilo, it seems to be successfull.

funny - on a dell 860 it even said:

making 16384KB boot disk...............udev device manager found
WARNING: No Hardware support for PE860

on others it just says no support for blank.

trying the previous version of mindi:
mindi-2.0.0-1.rhel5.i386.rpm didnt seem to fix this.

--

--my PBX is run on 2 V8's



jahyde
Posts: 2002
Member Since:
2006-06-02
hmm -stumbled upon this

hmm -stumbled upon this http://wiki.systemimager.org if you have another nix server on the farm - most of my sites dont:(

--

--my PBX is run on 2 V8's



rpotthoff
Posts: 146
Member Since:
2006-12-19
Getting Error

I am getting this error when i run the cron job.
Mounting SMB share 10.10.1.109 / tbback to /mnt/smbmondo
cp: cannot stat `/backup/*': No such file or directory

Any ideas on what I am doing wrong?



nicho1ab
Posts: 49
Member Since:
2006-07-11
Does the folder exist?

You actually need to have the folder /backup created. Have you checked that?



jahyde
Posts: 2002
Member Since:
2006-06-02
the script should have made

the script should have made the file backup automatically, from your command line do:
ls /backup
if it says file not found then the script failed somewhere.
correct this by typing this on your linux prompt:
mkdir /backup

Otherwise its most likely a sharing issue on your windows server, or how you entered the share details in /etc/cron.weekly/mondobackup.cron

Also, make sure you edited the cron job correctly, sometimes its easier to check it out on a windows computer using winscp.

you can also download the cron script fresh by itself here:
wget http://www.astusers.org/mondocron.tgz
tar -xzvf mondocron.tgz
rm /etc/cron.weekly/mondobackup.cron
mv mondobackup.cron /etc/cron.weekly/mondobackup.cron
chmod +x !$

now edit it again

--

--my PBX is run on 2 V8's



rpotthoff
Posts: 146
Member Since:
2006-12-19
I have the backup folder and

I have the backup folder and I can watch the backup being done with webmin.
I will remove the folder and remake it to see if that fixes the problem, I will post the script later tonight.

Thanks again



jahyde
Posts: 2002
Member Since:
2006-06-02
run: ls /backup -l does it

run:
ls /backup -l
does it show root is the owner of that folder?

--

--my PBX is run on 2 V8's



rpotthoff
Posts: 146
Member Since:
2006-12-19
all I get when running this

all I get when running this is total 0??

This is how my script looks.

#!/bin/bash
#
##############################################################################
#This is a mondobackup file that will create a complete backup of your server
#and copy it to a USB stick, an ftp site, or a windows share.
#This should work on most CentOS 5 or RHEL 5 compatible systems
#- mileage may vary
#
#This script is for the community, and thus will be by such.
#While there is no guaranteed support, you can post/refer to
#this forum link for support from the community peers:
# http://www.trixbox.org/forums/trixbox-forums/trixbox-projects/who...
# or see docs here: http://mondorescue.org
#
#All credit goes to the community
#"picking up open source where the source got closed"
#
##Scroll down to edit variable until you see "Don't edit below this line"
##############################################################################

##############################################################################
#LICENSE
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
###############################################################################
#
#REVISIONS
#May 5, 2008 rev 0.1
############################VARIABLE DEFINITIONS BEGIN########################

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#USB Mount Point
#This can be modified if you understand how
USBMOUNTPOINT="/mnt/usbmondo"

#StickDeviceName
#This may have to be modified depending on what
#the OS assigns to your USB Flash Drive
USBDEVICENAME="/dev/sda1"
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#This must be an ip address ONLY Machine names are not acceptable
#THIS MUST BE CHANGED
SMBMACHINE="10.10.1.109"

#This is the name of the share on the remote machine
#THIS MUST BE CHANGED
SMBSHARE="tbback"

#This is the local mountpoint name and path
#this is created by the install-mondo.sh
#DO NOT CHANGE!
LOCALMOUNT="/mnt/smbmondo"

#This is the User name on the remote machine
#for example your username on the windows machine where you are copying the files to
#THIS MUST BE CHANGED
SMBUSER="Rob"

#This is your password on the remote machine
#For example your password that corresponds to the username on the remote
#windows machine you are copying files to.
#THIS MUST BE CHANGED
SMBPASS="********"
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#This should be the user name on the remote ftp machine
USERNAME="ftpuser"

#This should be the remote ftp password.Change if needed
PASSWORD="ftppassword"

#this should be the remote directory you wish files to go
#into on the ftp server
#Change if needed
REMOTEDIRECTORY="/"

#this is the IP address or Fully Qualified Domain Name FQDN of the ftp server
#Change to where you are sending your backups
SERVER="ftp.server.ip"

#this is the local directory where files are located
#This must exist!
DIRECTORY="/backup"

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

#>>>>>>>>>>>>>>>>>>>>>>>>>>>
#This is what folder/logfile to write logging information to
#CHANGE AS NEEDED
LOGDIRNAME="/var/log/mondobackup.log"

#this is a temp log file for mondo output as it tends to
#delete the original log when used
LOGDIRNAME1="/var/log/mondotemp"

#This contains the date/time
#DO NOT CHANGE
LOGDATETIME="$(date +%Y%m%d%k%M)"

#This is a formatting string to make reading the log easier
MPRETTY="======================================================="
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#This section will allow you to mail the completed masterbackup.log
#to an external email address. NOTE YOU MUST HAVE YOUR MAIL SERVER
#Correctly configured and running or else this WILL NOT WORK!!!!!!!

#This is the external email you wish the logfile sent to
EMAIL="rpotthoff@fetco.com"
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

#>>>>>>>>>>>>>>>>>>>>>>>>
#Enable or disable the different backup methods below
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

#Do usb flash drive backups 1=yes 0=no
#Change as needed
CPFLASH="0"

#Copy files to a remote SMB mount For example a windows server
#1=yes 0=no
#Change as needed
CPSMB="1"

#Do ftp backups 1=yes 0=no
#Change as needed
CPFTP="0"

#Remove yesterdays log. 1=yes 0=no
#change as needed Default is to REMOVE previous days log.
REMLOGS="1"

#Mondo Archive Size
#Choose either DVD or CDR for the backup size. This will depend on what your TB has
#as a boot device. Choose the appropriate size. If you are backing up to USB I recommend
#the DVD as the size. Default is CDR =670 mb ISO's DVD=4200mb ISO's
BACKUPTYPE="CDR"

#This choice allows you to specify the USB file system to mount. Most 8gb USB keys
#have a FAT32 fs already installed, however there is a problem with the fs ID bit. I
#recommend you format the key with the information contained in appendix
#One of the installation instructions
#DEFAULT=vfat
USBFS="vfat"

#Send log file via email 1=yes 0=no
#Change as needed Default is 0 or DO NOT SEND EMAIL
SENDLOG="1"
#>>>>>>>>>>>>>>>>>>>>>

I removed the password for this posting only.



jahyde
Posts: 2002
Member Since:
2006-06-02
I made some modifications to

I made some modifications to the installer and cron job to compensate for some recent changes in trixbox and Centos base installs.

--

--my PBX is run on 2 V8's



swagger
Posts: 33
Member Since:
2007-06-03
I just installed this today

I just installed this today and it's failing - this is the last part of the log:

Creating data disk #1...#2...#3...#4...#5...#6...#7... Done.
Making 1722KB boot disk...............udev device manager found
cp: cannot stat `/sbin/udevstart': No such file or directory
syntax error at /usr/sbin/mindi-bkphw line 57, near ""(cd $tooldir ; $tool -l -f$bkpdir/conrep.dat)\n")"
syntax error at /usr/sbin/mindi-bkphw line 62, near ""$tool -i $bkpdir/cpqacuxe.dat\n")"
syntax error at /usr/sbin/mindi-bkphw line 70, near ""$tool\n")"
Execution of /usr/sbin/mindi-bkphw aborted due to compilation errors.
............Failed to copy /boot/vmlinuz-2.6.18-53.1.4.el5 to ramdisk
WARNING - failed to create 1.44MB boot/root floppies
WARNING - failed to create 1.72MB boot image.
Please reduce your kernel's size if you want to make a 1.72MB floppy disk.
Making 2880KB boot disk...............udev device manager found
cp: cannot stat `/sbin/udevstart': No such file or directory
syntax error at /usr/sbin/mindi-bkphw line 57, near ""(cd $tooldir ; $tool -l -f$bkpdir/conrep.dat)\n")"
syntax error at /usr/sbin/mindi-bkphw line 62, near ""$tool -i $bkpdir/cpqacuxe.dat\n")"
syntax error at /usr/sbin/mindi-bkphw line 70, near ""$tool\n")"
Execution of /usr/sbin/mindi-bkphw aborted due to compilation errors.
......

And it just hangs. My old TB system (running 2.2.4) worked with the mondo solution, but this one (running 2.6.0.0) doesn't.



mykroft
Posts: 143
Member Since:
2006-09-19
if you need to ftp using a

if you need to ftp using a non standard port of 21, in the ftp server section either after the ip # or domain name put a space and then the port ex:

="trix.dyndns.org 2110"

will connect to port 2110 etc

--

Tony
aka MyKroFt



jchuby
Posts: 611
Member Since:
2006-07-20
You can now do system

You can now do system backups to Amazon S3.

There are many options s3sync in one of them...

a google search gives some interesting ideas.

--

JChuby
Experienced Trixbox Tech for Hire in Greater NYC
Experienced in Remote Tech Support / Custom DialPlan / Assistance As Well
JChubak@gmail.com or PM me on Trixbox.org Forums



jquintana
Posts: 54
Member Since:
2008-12-13
I just tried to install this

I just tried to install this but am not having very good luck. This is a brand new trixbox (v2.6.2.2). Attached is my mondoinstall.log

 
=======================================================
Installing Mondo software and control files  20090910 208
=======================================================
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package cdrecord.i386 9:2.01-10.7.el5 set to be updated
---> Package dvd+rw-tools.i386 0:7.0-0.el5.3 set to be updated
--> Processing Dependency: mkisofs >= 2.0 for package: dvd+rw-tools
--> Running transaction check
---> Package mkisofs.i386 9:2.01-10.7.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 cdrecord                i386       9:2.01-10.7.el5  base              586 k
 dvd+rw-tools            i386       7.0-0.el5.3      base              114 k
Installing for dependencies:
 mkisofs                 i386       9:2.01-10.7.el5  base              592 k

Transaction Summary
=============================================================================
Install      3 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 1.3 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing: mkisofs                      ######################### [1/3] 

  Installing: cdrecord                     ######################### [2/3] 

  Installing: dvd+rw-tools                 ######################### [3/3] 

Installed: cdrecord.i386 9:2.01-10.7.el5 dvd+rw-tools.i386 0:7.0-0.el5.3
Dependency Installed: mkisofs.i386 9:2.01-10.7.el5
Complete!
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package samba-client.i386 0:3.0.33-3.7.el5_3.1 set to be updated
--> Processing Dependency: samba-common = 3.0.33-3.7.el5_3.1 for package: samba-client
--> Running transaction check
---> Package samba-common.i386 0:3.0.33-3.7.el5_3.1 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Installing:
 samba-client            i386       3.0.33-3.7.el5_3.1  updates           5.7 M
Installing for dependencies:
 samba-common            i386       3.0.33-3.7.el5_3.1  updates           8.7 M

Transaction Summary
=============================================================================
Install      2 Package(s)         
Update       0 Package(s)         
Remove       0 Package(s)         

Total download size: 14 M
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Installing: samba-common                 ######################### [1/2] 

  Installing: samba-client                 ######################### [2/2] 

Installed: samba-client.i386 0:3.0.33-3.7.el5_3.1
Dependency Installed: samba-common.i386 0:3.0.33-3.7.el5_3.1
Complete!
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package dosfstools.i386 0:2.11-7.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Updating:
 dosfstools              i386       2.11-7.el5       base               71 k

Transaction Summary
=============================================================================
Install      0 Package(s)         
Update       1 Package(s)         
Remove       0 Package(s)         

Total download size: 71 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating  : dosfstools                   ######################### [1/2] 

  Cleanup   : dosfstools                   ######################### [2/2] 

Updated: dosfstools.i386 0:2.11-7.el5
Complete!
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package mtools - 3.9.10-2.fc6.i386 is already installed.
Nothing to do
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package parted.i386 0:1.8.1-23.el5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size 
=============================================================================
Updating:
 parted                  i386       1.8.1-23.el5     base              541 k

Transaction Summary
=============================================================================
Install      0 Package(s)         
Update       1 Package(s)         
Remove       0 Package(s)         

Total download size: 541 k
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction

  Updating  : parted                       ######################### [1/2] 

  Cleanup   : parted                       ######################### [2/2] 

Updated: parted.i386 0:1.8.1-23.el5
Complete!
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package syslinux - 3.11-4.i386 is already installed.
Nothing to do
Preparing...                ##################################################
afio                        ##################################################
Preparing...                ##################################################
buffer                      ##################################################
Preparing...                ##################################################
mindi-busybox               ##################################################
Preparing...                ##################################################
mindi                       ##################################################
Preparing...                ##################################################
mondo                       ##################################################
Preparing...                ##################################################
mondo-doc                   ##################################################
etc/cron.weekly/mondobackup.cron
Created /backup folder
Created /mnt/smbmondo folder
Creating USB Flashdrive mount point
Created /mnt/usbmondo  folder
=======================================================
Installation complete! Please edit the /etc/cron.weekly/mondobackup.cron file now
 
=======================================================
Installing Mondo software and control files  20090910 228
=======================================================
removed `/usr/src/mondo/mondo-doc-2.2.5-1.rhel5.noarch.rpm'
removed `/usr/src/mondo/etc/cron.weekly/mondobackup.cron'
removed directory: `/usr/src/mondo/etc/cron.weekly'
removed directory: `/usr/src/mondo/etc'
removed `/usr/src/mondo/mondo-2.2.5-1.rhel5.i386.rpm'
removed `/usr/src/mondo/buffer-1.19-1.i386.rpm'
removed `/usr/src/mondo/afio-2.4.7-1.i386.rpm'
removed `/usr/src/mondo/mindi-busybox-1.7.3-1.rhel5.i386.rpm'
removed `/usr/src/mondo/mindi-2.0.1-1.rhel5.i386.rpm'
removed directory: `/usr/src/mondo'
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package cdrecord - 9:2.01-10.7.el5.i386 is already installed.
Package dvd+rw-tools - 7.0-0.el5.3.i386 is already installed.
Nothing to do
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package samba-client - 3.0.33-3.7.el5_3.1.i386 is already installed.
Nothing to do
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package dosfstools - 2.11-7.el5.i386 is already installed.
Nothing to do
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package mtools - 3.9.10-2.fc6.i386 is already installed.
Nothing to do
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package parted - 1.8.1-23.el5.i386 is already installed.
Nothing to do
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
 * trixbox: yum.trixbox.org
 * base: centos-distro.cavecreek.net
 * trixboxaddons: yum.trixbox.org
 * updates: centos.omnispring.com
 * addons: centos.cs.wisc.edu
 * extras: mirrors.easynews.com
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Excluding Packages from CentOS-5 - Addons
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Setting up Install Process
Parsing package install arguments
Package syslinux - 3.11-4.i386 is already installed.
Nothing to do
Preparing...                ##################################################
Preparing...                ##################################################
Preparing...                ##################################################
Preparing...                ##################################################
Preparing...                ##################################################
Preparing...                ##################################################
etc/cron.weekly/mondobackup.cron
/backup already exists
/mnt/smbmondo already exists
Creating USB Flashdrive mount point
/mnt/usbmondo already exists
=======================================================
Installation complete! Please edit the /etc/cron.weekly/mondobackup.cron file now

mondobackup.cron is not in the /etc/cron.weekly folder, by the way. The /backup folder does exist, though.

Any help is greatly appreciated!



awebster
Posts: 93
Member Since:
2007-01-29
missing dependency?

I tried this on a TB2.8 box, and noticed that mindi and mondo actually didn't install, and no /etc/cron.weekly/mondobackup.cron file was created.
I discovered that binutils is a dependency required by mindi and as it was not on the box, that installation failed, as did mondo, as it depends on mindi.
You can check using rpm -qa mindi to see if it actually got installed.
I did 'yum install binutils', then re-ran the install-mondo.sh script.
While this time it actually installed the programs this time, the /etc/cron.weekly/mondobackup.cron file is still not created.

Also, as I had installed TB with the sataraid option, there were lots of errors about missing partition tables on /dev/md0 /dev/md1 /dev/md2. I tried restoring the resulting .iso image inside a vmware but it failed as the hardware was not the same as the physical server on which I had installed TB initially.

--
Andrew

--

Andrew



jquintana
Posts: 54
Member Since:
2008-12-13
Mindi and binutils seem to

Mindi and binutils seem to both be installed on my system...

[trixbox cron.weekly]# rpm -qa mindi
mindi-2.0.1-1.rhel5
[trixbox cron.weekly]# rpm -qa binutils
binutils-2.17.50.0.6-6.el5
[trixbox cron.weekly]#

However, I still have nothing in the cron.weekly folder.



jquintana
Posts: 54
Member Since:
2008-12-13
I tried to run mindi

I tried to run mindi manually to see what would happen and it failed. Attached is the mindi log:

mindi v2.0.1-r1901
i686 architecture detected
mindi called with the following arguments:

Start date : Thu Sep 10 14:22:03 CDT 2009
-----------------------------
MONDO_SHARE = 
MINDI_LIB = /usr/lib/mindi
MINDI_SBIN = /usr/sbin
MINDI_CONF = /etc/mindi
Found isolinux.bin at /usr/lib/syslinux/isolinux.bin
LVM set to v2
----------
mount result:
-------------
/dev/hda2 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
-------------
-------------
cat /proc/cmdline:
-------------
ro root=LABEL=/
-------------
lsmod result:
-------------
Module                  Size  Used by
ipv6                  258145  20 
xfrm_nalgo             13765  1 ipv6
crypto_api             11969  1 xfrm_nalgo
autofs4                24517  2 
sunrpc                144893  1 
ztdummy                 9256  0 
xpp_usb                21064  0 
xpp                   135876  1 xpp_usb
wcusb                  18176  0 
wctdm                  39628  0 
wcfxo                  15904  0 
wctdm24xxp            115556  0 
wcte11xp               28320  0 
wct1xxp                17440  0 
wcte12xp               65892  0 
wct4xxp               298752  0 
tor2                   91936  0 
zaptel                186756  13 ztdummy,xpp,wcusb,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,wct4xxp,tor2
oslec                  13848  1 zaptel
crc_ccitt               6337  1 zaptel
dm_mirror              29253  0 
dm_multipath           22089  0 
dm_mod                 61661  2 dm_mirror,dm_multipath
video                  21193  0 
sbs                    18533  0 
backlight              10049  1 video
i2c_ec                  9025  1 sbs
button                 10705  0 
battery                13637  0 
asus_acpi              19289  0 
ac                      9157  0 
lp                     15849  0 
snd_atiixp             23381  0 
snd_ac97_codec         93025  1 snd_atiixp
ac97_bus                6337  1 snd_ac97_codec
snd_seq_dummy           7877  0 
snd_seq_oss            32577  0 
snd_seq_midi_event     11073  1 snd_seq_oss
snd_seq                49585  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         11725  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            42945  0 
snd_mixer_oss          19009  1 snd_pcm_oss
ide_cd                 40033  0 
k8_edac                18177  0 
snd_pcm                72005  3 snd_atiixp,snd_ac97_codec,snd_pcm_oss
k8temp                  9537  0 
edac_mc                26257  1 k8_edac
8139too                28737  0 
hwmon                   7365  1 k8temp
serio_raw              10693  0 
8139cp                 26305  0 
mii                     9409  2 8139too,8139cp
cdrom                  36705  1 ide_cd
i2c_piix4              12237  0 
snd_timer              24517  2 snd_seq,snd_pcm
parport_pc             29157  1 
i2c_core               23745  2 i2c_ec,i2c_piix4
snd                    52421  9 snd_atiixp,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
pcspkr                  7105  0 
parport                37513  2 lp,parport_pc
soundcore              11553  1 snd
snd_page_alloc         14281  2 snd_atiixp,snd_pcm
sata_sil               14920  0 
libata                143997  1 sata_sil
sd_mod                 24897  0 
scsi_mod              134605  2 libata,sd_mod
ext3                  123593  2 
jbd                    56553  1 ext3
uhci_hcd               25421  0 
ohci_hcd               23261  0 
ehci_hcd               33357  0 
FORCE_MODS:
-------------

-------------
DENY_MODS:
-------------
kqemu
-------------
df result:
----------
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/hda2     ext3    36982248   1514072  33559256   5% /
/dev/hda1     ext3      101086     11150     84717  12% /boot
tmpfs        tmpfs      500876         0    500876   0% /dev/shm
-------------
Liste of extra modules is:
ht st osst ide-tape ide_tape ide ide-floppy floppy ide-generic ide-detect ide-mod ide-disk ide_disk ide-cd ide_cd ide-cs ide-core ide_core edd paride ata_generic ata_piix libata via82cxxx generic nvidia ahci sata_nv cmd64x pata_amd pata_marvell pata_serverworks af_packet cdrom isocd isofs inflate_fs nls_iso8859-1 nls_cp437 nls_utf8 sg sr_mod zlib_inflate usb-storage usb-ohci usb-uhci usbcore usb_storage input hid uhci_hcd ehci_hcd uhci-hcd ehci-hcd ohci-hcd ohci_hcd usbkbd usbhid keybdev mousedev libusual pcmcia_core ds yenta_socket vfat fat loop md-mod linear raid0 raid1 xor raid5 raid456 lvm-mod dm-mod dm-snapshot dm-zero dm-mirror jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd mbcache
-------------
Mindi Linux mini-distro generator v2.0.1-r1901
Latest Mindi is available from <a href="http://www.mondorescue.org" title="http://www.mondorescue.org">http://www.mondorescue.org</a>
BusyBox sources are available from <a href="http://www.busybox.net" title="http://www.busybox.net">http://www.busybox.net</a>
------------------------------------------------------------------------------
Mindi-BusyBox v1.7.3-r2139 (2009-02-04 08:51:33 CET) multi-call binary
insmod: can't read '/lib/modules/2.6.18-92.1.18.el5/*/*/misc/aes.*o.gz': No such file or directory
insmod: can't read 'loop': No such file or directory
insmod: can't read 'cdrom': No such file or directory
insmod: can't read 'ide-cd': No such file or directory
insmod: can't read 'isofs': No such file or directory
insmod: can't read 'linear': No such file or directory
insmod: can't read 'raid0': No such file or directory
insmod: can't read 'raid1': No such file or directory
insmod: can't read 'raid5': No such file or directory
DIFFERENTIAL = 
INTERNAL TAPE BLOCK SIZE = 
NOT_BOOT = ''
Your kernel is /boot/vmlinuz-2.6.18-92.1.18.el5 (v2.6.18-92.1.18.el5)
Mindi's temp dir = /tmp/mindi.TorKC12168 
Mindi's output dir=/var/cache/mindi
---------------------------------
List of dependencies:             
---------------------------------
/bin/gawk
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/lib/libm.so.6
/lib/libm.so.6
/lib/libm-2.5.so
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/bin/loadkeys
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/bin/mount
/lib/libblkid.so.1
/lib/libblkid.so.1
/lib/libblkid.so.1.0
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/lib/libsepol.so.1
/lib/libsepol.so.1
/bin/uname
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/etc/fstab
/etc/host.conf
/etc/hosts
/etc/hosts.allow
/etc/hosts.deny
/etc/lvm
/etc/lvm/lvm.conf
/etc/mdadm.conf
WARNING - /etc/mdadm.conf does not exist; cannot be LDD'd.
/etc/mdadm/mdadm.conf
WARNING - /etc/mdadm/mdadm.conf does not exist; cannot be LDD'd.
/etc/mke2fs.conf
/etc/nsswitch.conf
/etc/resolv.conf
/sbin/badblocks
/lib/libext2fs.so.2
/lib/libext2fs.so.2
/lib/libext2fs.so.2.4
/lib/libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/ctrlaltdel
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/e2label
/lib/libext2fs.so.2
/lib/libext2fs.so.2
/lib/libext2fs.so.2.4
/lib/libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib/libblkid.so.1
/lib/libblkid.so.1
/lib/libblkid.so.1.0
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libe2p.so.2
/lib/libe2p.so.2
/lib/libe2p.so.2.3
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/sbin/fdisk
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/fsck
/lib/libblkid.so.1
/lib/libblkid.so.1
/lib/libblkid.so.1.0
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/sbin/fsck.ext2
/sbin/fsck.ext3
/sbin/hdparm
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/insmod
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/klogd
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/lsmod
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/lvm
/sbin/lvm is softlink
/sbin/lvm.static
/sbin/MAKEDEV
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/mdadm
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/mkdosfs
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/mke2fs
/lib/libext2fs.so.2
/lib/libext2fs.so.2
/lib/libext2fs.so.2.4
/lib/libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib/libblkid.so.1
/lib/libblkid.so.1
/lib/libblkid.so.1.0
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libe2p.so.2
/lib/libe2p.so.2
/lib/libe2p.so.2.3
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/sbin/mkfs
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/mkfs.ext2
/lib/libext2fs.so.2
/lib/libext2fs.so.2
/lib/libext2fs.so.2.4
/lib/libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib/libblkid.so.1
/lib/libblkid.so.1
/lib/libblkid.so.1.0
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libe2p.so.2
/lib/libe2p.so.2
/lib/libe2p.so.2.3
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/sbin/mkfs.ext3
/lib/libext2fs.so.2
/lib/libext2fs.so.2
/lib/libext2fs.so.2.4
/lib/libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib/libblkid.so.1
/lib/libblkid.so.1
/lib/libblkid.so.1.0
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libe2p.so.2
/lib/libe2p.so.2
/lib/libe2p.so.2.3
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/sbin/mkfs.vfat
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/mkswap
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/lib/libsepol.so.1
/lib/libsepol.so.1
/sbin/parted
/usr/lib/libparted-1.8.so.0
/usr/lib/libparted-1.8.so.0
/usr/lib/libparted-1.8.so.0.0.1
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/usr/lib/libreadline.so.5
/usr/lib/libreadline.so.5
/usr/lib/libreadline.so.5.1
/usr/lib/libncurses.so.5
/usr/lib/libncurses.so.5
/usr/lib/libncurses.so.5.5
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/sbin/pvscan
/sbin/pvscan is softlink
/sbin/tune2fs
/lib/libext2fs.so.2
/lib/libext2fs.so.2
/lib/libext2fs.so.2.4
/lib/libcom_err.so.2
/lib/libcom_err.so.2
/lib/libcom_err.so.2.1
/lib/libblkid.so.1
/lib/libblkid.so.1
/lib/libblkid.so.1.0
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/lib/libuuid.so.1
/lib/libuuid.so.1
/lib/libuuid.so.1.2
/lib/libe2p.so.2
/lib/libe2p.so.2
/lib/libe2p.so.2.3
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/sbin/vgchange
/sbin/vgchange is softlink
/sbin/vgscan
/sbin/vgscan is softlink
/usr/bin/afio
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/../../bin/gawk
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/lib/libm.so.6
/lib/libm.so.6
/lib/libm-2.5.so
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/buffer
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/bunzip2
/usr/bin/bunzip2 is softlink
/usr/bin/bzip2
/usr/lib/libbz2.so.1
/usr/lib/libbz2.so.1
/usr/lib/libbz2.so.1.0.3
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/file
/usr/lib/libmagic.so.1
/usr/lib/libmagic.so.1
/usr/lib/libmagic.so.1.0.0
/usr/lib/libz.so.1
/usr/lib/libz.so.1
/usr/lib/libz.so.1.2.3
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/gawk
/usr/bin/gawk is softlink
/usr/bin/getfacl
/lib/libacl.so.1
/lib/libacl.so.1
/lib/libacl.so.1.1.0
/lib/libattr.so.1
/lib/libattr.so.1
/lib/libattr.so.1.1.0
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/getfattr
/lib/libattr.so.1
/lib/libattr.so.1
/lib/libattr.so.1.1.0
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/ldd
/usr/bin/perl
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so
/lib/libresolv.so.2
/lib/libresolv.so.2
/lib/libresolv-2.5.so
/lib/libnsl.so.1
/lib/libnsl.so.1
/lib/libnsl-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/lib/libm.so.6
/lib/libm.so.6
/lib/libm-2.5.so
/lib/libcrypt.so.1
/lib/libcrypt.so.1
/lib/libcrypt-2.5.so
/lib/libutil.so.1
/lib/libutil.so.1
/lib/libutil-2.5.so
/lib/libpthread.so.0
/lib/libpthread.so.0
/lib/libpthread-2.5.so
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/setfacl
/lib/libacl.so.1
/lib/libacl.so.1
/lib/libacl.so.1.1.0
/lib/libattr.so.1
/lib/libattr.so.1
/lib/libattr.so.1.1.0
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/setfattr
/lib/libattr.so.1
/lib/libattr.so.1
/lib/libattr.so.1.1.0
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/bin/strace
WARNING - /usr/bin/strace does not exist; cannot be LDD'd.
/usr/sbin/lvchange
/usr/sbin/lvchange is softlink
/usr/sbin/lvcreate
/usr/sbin/lvcreate is softlink
/usr/sbin/lvdisplay
/usr/sbin/lvdisplay is softlink
/usr/sbin/lvextend
/usr/sbin/lvextend is softlink
/usr/sbin/lvm
/lib/libdevmapper-event.so.1.02
/lib/libdevmapper-event.so.1.02
/lib/libpthread.so.0
/lib/libpthread.so.0
/lib/libpthread-2.5.so
/lib/libdevmapper.so.1.02
/lib/libdevmapper.so.1.02
/usr/lib/libreadline.so.5
/usr/lib/libreadline.so.5
/usr/lib/libreadline.so.5.1
/lib/librt.so.1
/lib/librt.so.1
/lib/librt-2.5.so
/lib/libselinux.so.1
/lib/libselinux.so.1
/lib/libsepol.so.1
/lib/libsepol.so.1
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/usr/lib/libncurses.so.5
/usr/lib/libncurses.so.5
/usr/lib/libncurses.so.5.5
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/usr/sbin/lvmchange
/usr/sbin/lvmchange is softlink
/usr/sbin/lvmdiskscan
/usr/sbin/lvmdiskscan is softlink
/usr/sbin/lvmsadc
/usr/sbin/lvmsadc is softlink
/usr/sbin/lvmsar
/usr/sbin/lvmsar is softlink
/usr/sbin/lvreduce
/usr/sbin/lvreduce is softlink
/usr/sbin/lvremove
/usr/sbin/lvremove is softlink
/usr/sbin/lvrename
/usr/sbin/lvrename is softlink
/usr/sbin/lvscan
/usr/sbin/lvscan is softlink
/usr/sbin/mondorestore
/usr/lib/libnewt.so.0.52
/usr/lib/libnewt.so.0.52
/usr/lib/libnewt.so.0.52.1
/lib/libpthread.so.0
/lib/libpthread.so.0
/lib/libpthread-2.5.so
/lib/libc.so.6
/lib/libc.so.6
/lib/libc-2.5.so
/usr/lib/libslang.so.2
/usr/lib/libslang.so.2
/usr/lib/libslang.so.2.0.6
/lib/libm.so.6
/lib/libm.so.6
/lib/libm-2.5.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/ld-2.5.so
/lib/libdl.so.2
/lib/libdl.so.2
/lib/libdl-2.5.so
/usr/sbin/pvchange
/usr/sbin/pvchange is softlink
/usr/sbin/pvcreate
/usr/sbin/pvcreate is softlink
/usr/sbin/pvdisplay
/usr/sbin/pvdisplay is softlink
/usr/sbin/pvmove
/usr/sbin/pvmove is softlink
/usr/sbin/pvscan
/usr/sbin/pvscan is softlink
/usr/sbin/vgcfgbackup
/usr/sbin/vgcfgbackup is softlink
/usr/sbin/vgcfgrestore
/usr/sbin/vgcfgrestore is softlink
/usr/sbin/vgchange
/usr/sbin/vgchange is softlink
/usr/sbin/vgck
/usr/sbin/vgck is softlink
/usr/sbin/vgcreate
/usr/sbin/vgcreate is softlink
/usr/sbin/vgdisplay
/usr/sbin/vgdisplay is softlink
/usr/sbin/vgexport
/usr/sbin/vgexport is softlink
/usr/sbin/vgextend
/usr/sbin/vgextend is softlink
/usr/sbin/vgimport
/usr/sbin/vgimport is softlink
/usr/sbin/vgmerge
/usr/sbin/vgmerge is softlink
/usr/sbin/vgmknodes
/usr/sbin/vgmknodes is softlink
/usr/sbin/vgreduce
/usr/sbin/vgreduce is softlink
/usr/sbin/vgremove
/usr/sbin/vgremove is softlink
/usr/sbin/vgrename
/usr/sbin/vgrename is softlink
/usr/sbin/vgscan
/usr/sbin/vgscan is softlink
/usr/sbin/vgsplit
/usr/sbin/vgsplit is softlink
/usr/share/file/magic
/usr/share/misc/file/magic
WARNING - /usr/share/misc/file/magic does not exist; cannot be LDD'd.
module ipv6 --> /lib/modules/2.6.18-92.1.18.el5/kernel/net/ipv6/ipv6.ko
module xfrm_nalgo --> /lib/modules/2.6.18-92.1.18.el5/kernel/net/xfrm/xfrm_nalgo.ko
module crypto_api --> /lib/modules/2.6.18-92.1.18.el5/kernel/crypto/crypto_api.ko
module autofs4 --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/autofs4/autofs4.ko
module sunrpc --> /lib/modules/2.6.18-92.1.18.el5/kernel/net/sunrpc/sunrpc.ko
module ztdummy --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/ztdummy.ko
module xpp_usb --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/xpp/xpp_usb.ko
module xpp --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/xpp/xpp.ko
module wcusb --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcusb.ko
module wctdm --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wctdm.ko
module wcfxo --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcfxo.ko
module wctdm24xxp --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wctdm24xxp/wctdm24xxp.ko
module wcte11xp --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcte11xp.ko
module wct1xxp --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wct1xxp.ko
module wcte12xp --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcte12xp/wcte12xp.ko
module wct4xxp --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wct4xxp/wct4xxp.ko
module tor2 --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/tor2.ko
module zaptel --> /lib/modules/2.6.18-92.1.18.el5/extra/zaptel/zaptel.ko
module oslec --> /lib/modules/2.6.18-92.1.18.el5/extra/oslec/oslec.ko
module crc_ccitt --> 
module dm_mirror --> 
module dm_multipath --> 
module dm_mod --> 
module video --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/video.ko
module sbs --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/sbs.ko
module backlight --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/video/backlight/backlight.ko
module i2c_ec --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/i2c_ec.ko
module button --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/button.ko
module battery --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/battery.ko
module asus_acpi --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/asus_acpi.ko
module ac --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/ac.ko
module lp --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/char/lp.ko
module snd_atiixp --> 
module snd_ac97_codec --> 
module ac97_bus --> /lib/modules/2.6.18-92.1.18.el5/kernel/sound/ac97_bus.ko
module snd_seq_dummy --> 
module snd_seq_oss --> 
module snd_seq_midi_event --> 
module snd_seq --> 
module snd_seq_device --> 
module snd_pcm_oss --> 
module snd_mixer_oss --> 
module ide_cd --> 
module k8_edac --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/edac/k8_edac.ko
module snd_pcm --> 
module k8temp --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/hwmon/k8temp.ko
module edac_mc --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/edac/edac_mc.ko
module 8139too --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/net/8139too.ko
module hwmon --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/hwmon/hwmon.ko
module serio_raw --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/input/serio/serio_raw.ko
module 8139cp --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/net/8139cp.ko
module mii --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/net/mii.ko
module cdrom --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/cdrom/cdrom.ko
module i2c_piix4 --> 
module snd_timer --> 
module parport_pc --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/parport/parport_pc.ko
module i2c_core --> 
module snd --> /lib/modules/2.6.18-92.1.18.el5/kernel/sound/core/snd.ko
module pcspkr --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/input/misc/pcspkr.ko
module parport --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/parport/parport.ko
module soundcore --> /lib/modules/2.6.18-92.1.18.el5/kernel/sound/soundcore.ko
module snd_page_alloc --> 
module sata_sil --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/sata_sil.ko
module libata --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/libata.ko
module sd_mod --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sd_mod.ko
module scsi_mod --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/scsi_mod.ko
module ext3 --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/ext3/ext3.ko
module jbd --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/jbd/jbd.ko
module uhci_hcd --> 
module ohci_hcd --> 
module ehci_hcd --> 
module ht --> 
module st --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/st.ko
module osst --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/osst.ko
module ide-tape --> 
module ide_tape --> 
module ide --> 
module ide-floppy --> 
module floppy --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/floppy.ko
module ide-generic --> 
module ide-detect --> 
module ide-mod --> 
module ide-disk --> 
module ide_disk --> 
module ide-cd --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ide/ide-cd.ko
module ide_cd --> 
module ide-cs --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ide/legacy/ide-cs.ko
module ide-core --> 
module ide_core --> 
module edd --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/firmware/edd.ko
module paride --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/paride/paride.ko
module ata_generic --> 
module ata_piix --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/ata_piix.ko
module libata --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/libata.ko
module via82cxxx --> 
module generic --> 
module nvidia --> 
module ahci --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/ahci.ko
module sata_nv --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/sata_nv.ko
module cmd64x --> 
module pata_amd --> 
module pata_marvell --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/pata_marvell.ko
module pata_serverworks --> 
module af_packet --> 
module cdrom --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/cdrom/cdrom.ko
module isocd --> 
module isofs --> 
module inflate_fs --> 
module nls_iso8859-1 --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/nls/nls_iso8859-1.ko
module nls_cp437 --> 
module nls_utf8 --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/nls/nls_utf8.ko
module sg --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sg.ko
module sr_mod --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sr_mod.ko
module zlib_inflate --> 
module usb-storage --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/storage/usb-storage.ko
module usb-ohci --> 
module usb-uhci --> 
module usbcore --> 
module usb_storage --> 
module input --> 
module hid --> 
module uhci_hcd --> 
module ehci_hcd --> 
module uhci-hcd --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/uhci-hcd.ko
module ehci-hcd --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/ehci-hcd.ko
module ohci-hcd --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/ohci-hcd.ko
module ohci_hcd --> 
module usbkbd --> 
module usbhid --> 
module keybdev --> 
module mousedev --> 
module libusual --> 
module pcmcia_core --> 
module ds --> 
module yenta_socket --> 
module vfat --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/vfat/vfat.ko
module fat --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/fat/fat.ko
module loop --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/loop.ko
module md-mod --> 
module linear --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/linear.ko
module raid0 --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/raid0.ko
module raid1 --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/raid1.ko
module xor --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/xor.ko
module raid5 --> 
module raid456 --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/raid456.ko
module lvm-mod --> 
module dm-mod --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-mod.ko
module dm-snapshot --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-snapshot.ko
module dm-zero --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-zero.ko
module dm-mirror --> /lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-mirror.ko
module jfs --> 
module xfs --> 
module xfs_support --> 
module pagebuf --> 
module reiserfs --> 
module ext2 --> 
module ext3 --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/ext3/ext3.ko
module minix --> 
module nfs --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/nfs/nfs.ko
module nfs_acl --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/nfs_common/nfs_acl.ko
module nfsd --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/nfsd/nfsd.ko
module lockd --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/lockd/lockd.ko
module sunrpc --> /lib/modules/2.6.18-92.1.18.el5/kernel/net/sunrpc/sunrpc.ko
module jbd --> /lib/modules/2.6.18-92.1.18.el5/kernel/fs/jbd/jbd.ko
module mbcache --> 
Analyzing your keyboard's configuration.
Red Hat-style config detected.
keyfile=/etc/sysconfig/keyboard
locale=us
mappath = /lib/kbd/keymaps/i386/qwerty/us.map.gz
Added kbd map /lib/kbd/keymaps/i386/qwerty/us.map.gz
Added kbd map /lib/kbd/keymaps/i386/include/qwerty-layout.inc
Added kbd map /lib/kbd/keymaps/i386/include/compose.inc
Added kbd map /lib/kbd/keymaps/mac/include/mac-qwerty-layout.inc
Added kbd map /lib/kbd/keymaps/i386/include/linux-with-alt-and-altgr.inc
Added kbd map /lib/kbd/keymaps/i386/include/linux-keys-bare.inc
Added kbd map /lib/kbd/keymaps/mac/include/mac-linux-keys-bare.inc
Added kbd map /lib/kbd/keymaps/include/vim-compose.latin1
Added kbd map /lib/kbd/keymaps/include/compose.latin1
Added kbd map /lib/kbd/keymaps/i386/include/euro1.map.gz
Stripped binary -/lib/libc-2.5.so-
Stripped binary -/sbin/fsck.ext2-
Stripped binary -/sbin/fsck.ext3-
Stripped binary -/sbin/lvm.static-
Stripped binary -/usr/lib/libslang.so.2.0.6-
Stripped binary -/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE/libperl.so-
Stripped binary -/usr/sbin/lvm-
Stripped binary -/usr/sbin/mondorestore-
Stripped binary -/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/xpp/xpp.ko-
Stripped binary -/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wctdm24xxp/wctdm24xxp.ko-
Stripped binary -/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcte12xp/wcte12xp.ko-
Stripped binary -/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wct4xxp/wct4xxp.ko-
disk=1 siz=1340
disk=2 siz=1316
disk=3 siz=1380
disk=4 siz=1306
disk=5 siz=1342
disk=6 siz=1302
Your raw fstab file looks like this:
------------------------------------
LABEL=/                 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
LABEL=SWAP-hda3         swap                    swap    defaults        0 0
Your mountlist will look like this:
-----------------------------------
        DEVICE          MOUNTPOINT      FORMAT          SIZE (MB)       LABEL/UUID     
Examining /dev/hda2 (mount=/ fmt=ext3 psz=38178472)
	/dev/hda2       /               ext3              37283 /              
Examining /dev/hda1 (mount=/boot fmt=ext3 psz=104391)
	/dev/hda1       /boot           ext3                101 /boot          

Unable to open tmpfs

Unable to open devpts

Unable to open sysfs

Unable to open proc
Examining /dev/hda3 (mount=swap fmt=swap psz=779144)
	/dev/hda3       swap            swap                760 SWAP-hda3      
/dev/hda2 / ext3 38178472 /
/dev/hda1 /boot ext3 104391 /boot
/dev/hda3 swap swap 779144 SWAP-hda3
Creating ext2 filesystem on /var/cache/mindi/mindi-data-1.img
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
16 inodes, 1440 blocks
72 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=1572864
1 block group
8192 blocks per group, 8192 fragments per group
16 inodes per group

Writing inode tables: 0/1done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 36 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
Creating ext2 filesystem on /var/cache/mindi/mindi-data-2.img
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
16 inodes, 1440 blocks
72 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=1572864
1 block group
8192 blocks per group, 8192 fragments per group
16 inodes per group

Writing inode tables: 0/1done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 37 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
Creating ext2 filesystem on /var/cache/mindi/mindi-data-3.img
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
16 inodes, 1440 blocks
72 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=1572864
1 block group
8192 blocks per group, 8192 fragments per group
16 inodes per group

Writing inode tables: 0/1done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 23 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
Creating ext2 filesystem on /var/cache/mindi/mindi-data-4.img
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
16 inodes, 1440 blocks
72 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=1572864
1 block group
8192 blocks per group, 8192 fragments per group
16 inodes per group

Writing inode tables: 0/1done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 22 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
Creating ext2 filesystem on /var/cache/mindi/mindi-data-5.img
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
16 inodes, 1440 blocks
72 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=1572864
1 block group
8192 blocks per group, 8192 fragments per group
16 inodes per group

Writing inode tables: 0/1done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 23 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
Creating ext2 filesystem on /var/cache/mindi/mindi-data-6.img
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
16 inodes, 1440 blocks
72 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=1572864
1 block group
8192 blocks per group, 8192 fragments per group
16 inodes per group

Writing inode tables: 0/1done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 37 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
Creating ext2 filesystem on /var/cache/mindi/mindi-data-7.img
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
16 inodes, 1440 blocks
72 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=1572864
1 block group
8192 blocks per group, 8192 fragments per group
16 inodes per group

Writing inode tables: 0/1done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 37 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
1208	/var/cache/mindi/1.tar.gz
1168	/var/cache/mindi/2.tar.gz
1212	/var/cache/mindi/3.tar.gz
1248	/var/cache/mindi/4.tar.gz
1224	/var/cache/mindi/5.tar.gz
1284	/var/cache/mindi/6.tar.gz
388	/var/cache/mindi/7.tar.gz
7692	/var/cache/mindi/all.tar.gz
Ramdisk will be 53248 KB
Creating ext2 filesystem on /tmp/mindi.TorKC12168/temp.rd
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
26656 inodes, 53248 blocks
532 blocks (1.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=54525952
7 block groups
8192 blocks per group, 8192 fragments per group
3808 inodes per group
Superblock backups stored on blocks: 
	8193, 24577, 40961

Writing inode tables: 0/71/72/73/74/75/76/7done                            
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 33 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
udev device manager found
WARNING: No Hardware support for ps5500
You may ask your manufacturer to contribute to the mindi project
Replace line 756 of sbin/init with user-specified line, 'ide-opt'
/lib/modules/2.6.18-92.1.18.el5/kernel/net/ipv6/ipv6.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/net/xfrm/xfrm_nalgo.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/crypto/crypto_api.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/autofs4/autofs4.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/net/sunrpc/sunrpc.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/ztdummy.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/xpp/xpp_usb.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/xpp/xpp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcusb.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wctdm.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcfxo.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wctdm24xxp/wctdm24xxp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcte11xp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wct1xxp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wcte12xp/wcte12xp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/wct4xxp/wct4xxp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/tor2.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/zaptel/zaptel.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/extra/oslec/oslec.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/video.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/sbs.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/video/backlight/backlight.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/i2c_ec.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/button.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/battery.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/asus_acpi.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/acpi/ac.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/char/lp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/sound/ac97_bus.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/edac/k8_edac.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/hwmon/k8temp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/edac/edac_mc.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/net/8139too.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/hwmon/hwmon.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/input/serio/serio_raw.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/net/8139cp.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/net/mii.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/cdrom/cdrom.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/parport/parport_pc.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/sound/core/snd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/input/misc/pcspkr.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/parport/parport.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/sound/soundcore.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/sata_sil.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/libata.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sd_mod.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/scsi_mod.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/ext3/ext3.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/jbd/jbd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/st.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/osst.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/floppy.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ide/ide-cd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ide/legacy/ide-cs.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/firmware/edd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/paride/paride.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/ata_piix.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/libata.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/ahci.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/sata_nv.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/pata_marvell.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/cdrom/cdrom.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/nls/nls_iso8859-1.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/nls/nls_utf8.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sg.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sr_mod.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/storage/usb-storage.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/uhci-hcd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/ehci-hcd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/ohci-hcd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/vfat/vfat.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/fat/fat.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/loop.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/linear.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/raid0.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/raid1.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/xor.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/raid456.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-mod.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-snapshot.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-zero.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/drivers/md/dm-mirror.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/ext3/ext3.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/nfs/nfs.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/nfs_common/nfs_acl.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/nfsd/nfsd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/lockd/lockd.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/net/sunrpc/sunrpc.ko added to module list.
/lib/modules/2.6.18-92.1.18.el5/kernel/fs/jbd/jbd.ko added to module list.
Removing kqemu from the list of modules to load
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/st.ko (48 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/osst.ko (68 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/floppy.ko (80 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ide/ide-cd.ko (48 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ide/legacy/ide-cs.ko (24 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/firmware/edd.ko (24 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/block/paride/paride.ko (20 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/ata_piix.ko (36 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/libata.ko (176 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/ahci.ko (44 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/sata_nv.ko (40 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/ata/pata_marvell.ko (20 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/cdrom/cdrom.ko (48 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/fs/nls/nls_iso8859-1.ko (16 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/fs/nls/nls_utf8.ko (12 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sg.ko (48 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sr_mod.ko (28 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/storage/usb-storage.ko (108 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/uhci-hcd.ko (36 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/ehci-hcd.ko (44 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/usb/host/ohci-hcd.ko (32 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/scsi_mod.ko (176 KB) to the rootfs
Adding lib/modules/2.6.18-92.1.18.el5/kernel/drivers/scsi/sd_mod.ko (36 KB) to the rootfs
Deleting devfsd daemon from ramdisk
...because /sbin/devfsd not found
Call GetInitrdFilesystemToUse() with parameter /boot/vmlinuz-2.6.18-92.1.18.el5 to get filesystem to use for initrd.
  GetInitrdFilesystemToUse(): called with parameter: /boot/vmlinuz-2.6.18-92.1.18.el5.\n
  GetInitrdFilesystemToUse(): gzip magic found at lvOffset 8322.\n
  GetInitrdFilesystemToUse(): Filesytem to use for initrd is ext2fs.\n
Creating an ext2 initrd image...
...done.
Creating ext2 filesystem on /var/cache/mindi/mindi-bootroot.16384.img
OK, you don't have a /boot/boot.b file, which is odd because
 most _good_ Linux distributions come with one, even if it's only a softlink
Nor can I find it from your /etc/lilo.conf file. This is very odd.
I'm going to use ''
cp: missing destination file operand after `/tmp/mindi.TorKC12168/mountpoint.12166/boot.b'
Try `cp --help' for more information.
CBBF -- warning -- cannot find your boot.b file. That's it, I quit... (j/k)
Copying /tmp/mindi.TorKC12168/mindi.rdz to /tmp/mindi.TorKC12168/mountpoint.12166...
Free space left on image = 10285 KB
Max kernel size on 16384 KB image (est'd) = 12059 K
Cannot run lilo on /tmp/mindi.TorKC12168/mountpoint.12166
Please upgrade/downgrade your version of LILO. It has a bug.
16384KB boot disk was NOT created

PrepareBootDiskImage() is returning nonzero
FATAL ERROR. Failed to create 16384 MB disk image.
Please e-mail a copy of /var/log/mindi.log to the mailing list.
See <a href="http://www.mondorescue.org" title="http://www.mondorescue.org">http://www.mondorescue.org</a> for more information.
WE CANNOT HELP unless you enclose that file.

Mindi 2.0.1-r1901 is exiting
End date : Thu Sep 10 14:26:10 CDT 2009


jquintana
Posts: 54
Member Since:
2008-12-13
Any ideas as to why the

Any ideas as to why the mondobackup.cron file does not exist after following these instructions?



jquintana
Posts: 54
Member Since:
2008-12-13
I found the file in the

I found the file in the /usr/src/mondo/etc/cron.weekly/ directory not in /etc/cron.weekly/ as the instructions say. Its late so I am going to bed now but I will keep playing with this tomorrow and see where I can get.

I'll post my results for others if and when I get it working.



awebster
Posts: 93
Member Since:
2007-01-29
couple of points

I've experimented some more with mondoarchive, and I am quite pleased with what it can do.
In the meantime, the mondobackup.cron file does not get automatically created during the installation because the author changed the distribution package (which is fetched as part of the installer) and it no longer extracts the file where the installer expects to find it.
If you go back and look at the original posting, there are instructions to extract the mondobackup.cron file as follows

wget http://www.astusers.org/mondocron.tgz
tar -xzvf mondocron.tgz
rm /etc/cron.weekly/mondobackup.cron
mv mondobackup.cron /etc/cron.weekly/mondobackup.cron
chmod +x !$

The only problem is that when extracting the mondocron.tgz archive, it will actually create the file in etc/cron.weekly/mondobackup.cron under your current directory.

I've decided not to use the mondobackup.cron as it does not have the flexibility that I was looking for, but rather invoke mondoarchive directly with the options to back up the system to a USB key, and make it bootable.
The command line I used to do this to a 4Gig key is:

mondoarchive -OVU -F -G -d /dev/sda -s4g

I've tested it on an HP DL380G6 with SAS raid controller, and I can restore the whole system from the USB key in about 10 minutes.

--

Andrew



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.