<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel">
    <title>gmane.linux.mondo.devel</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16576"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16575"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16574"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16573"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16572"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16571"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16569"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16568"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16567"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16566"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16565"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16564"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16563"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16562"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16561"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16560"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16559"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16558"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.mondo.devel/16557"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16576">
    <title>Support for Debian 7.0</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16576</link>
    <description>&lt;pre&gt;Hi,

I've updated my own internal machines to Debian 7.0, and am reviewing
possible issues with upgrading our customer machines.

The most obvious issue right now is support from mondorescue (actually,
probably, mindi): right now the ISO fails to find disks or CDs because 
of
"missing" libraries. I've attached a transcript of a mindi session 
which
shows it going through the motions, but almost everything except 
busybox
itself fails - most importantly in the first instance, no modules can 
be
loaded.

For reference, here's the libraries required for some relevant binaries
on the live system:
   john&amp;lt; at &amp;gt;cedar:~$ ldd /sbin/insmod
linux-gate.so.1 =&amp;gt;  (0xb77db000)
libkmod.so.2 =&amp;gt; /lib/i386-linux-gnu/libkmod.so.2 (0xb779a000)
libc.so.6 =&amp;gt; /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb7637000)
/lib/ld-linux.so.2 (0xb77dc000)
   john&amp;lt; at &amp;gt;cedar:~$ ldd /sbin/lsmod
linux-gate.so.1 =&amp;gt;  (0xb777c000)
libkmod.so.2 =&amp;gt; /lib/i386-linux-gnu/libkmod.so.2 (0xb773b000)
libc.so.6 =&amp;gt; /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb75d8&lt;/pre&gt;</description>
    <dc:creator>john</dc:creator>
    <dc:date>2013-05-24T06:48:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16575">
    <title>Re: Mindi bootdisk can't find libkmod.so.2, can't mount external storage</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16575</link>
    <description>&lt;pre&gt;Hi Bruno,
Adding /bin/kmod, libkmod.so.2, and libkmod.so.2.1.3 to minimal.conf
succeeded, I was able to make a bootdisk calling mindi solo. I will try it
through mondo now. Here are the outputs of those commands you asked about.
I also attached the mindi log from this run so you can see the difference.
Just a note, could the problem have to do with symlinks? On my system,
/sbin/kmod and /usr/i386-linux-gnu/libkmod.so.2 are symlinks.


"ldd /bin/kmod'" output:

        linux-gate.so.1 =&amp;gt;  (0xb7734000)
        libkmod.so.2 =&amp;gt; /lib/i386-linux-gnu/libkmod.so.2 (0xb76e1000)
        libc.so.6 =&amp;gt; /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb757e000)
        /lib/ld-linux.so.2 (0xb7735000)

"mindi --locatedeps /binkmod" output:

/lib/i386-linux-gnu/libkmod.so.2
/lib/i386-linux-gnu/libkmod.so.2
/lib/i386-linux-gnu/libkmod.so.2.1.3
/lib/i386-linux-gnu/i686/cmov/libc.so.6
/lib/i386-linux-gnu/i686/cmov/libc.so.6
/lib/i386-linux-gnu/i686/cmov/libc-2.13.so
/lib/ld-linux.so.2
/lib/ld-linux.so.2
/lib/i386-linux-gnu/ld-2.13.s&lt;/pre&gt;</description>
    <dc:creator>Will Hopper</dc:creator>
    <dc:date>2013-05-23T18:56:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16574">
    <title>Re: Fedora 17 and grub 2...</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16574</link>
    <description>&lt;pre&gt;NA said on Mon, May 20, 2013 at 11:52:01AM -0700:

Not that I know of, but I've not worked my self on a grub2 enable
system, so what is in the tool currenlty is just baed on info collected
here from existing grub2 users.


Maybe can't see that myself.


Maybe you don't think so but I tend to disagree !! If you want me to
start supporting it better for your case, then you have to provide these
logs. I may ask additional questions, improve what the log reports for
future versions to give me more hints, but that's a mandatory start.

Bruno.
&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2013-05-23T11:48:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16573">
    <title>Re: Mindi bootdisk can't find libkmod.so.2, can't mount external storage</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16573</link>
    <description>&lt;pre&gt;Hello,

Will Hopper said on Sat, May 18, 2013 at 07:26:33PM -0700:


Work around: Add it to /etc/mindi/deplist.d/minimal.conf

Could you provide the result of ldd /bin/kmod please ?
And also the result of mindi --locatedeps /bin/kmod
and also of the following bash command:
for i in  `sudo /usr/sbin/mindi --locatedeps /bin/kmod`; do echo $i ; echo "----" ; sudo mindi --readalllink $i ; done

Thanks in advance,
Bruno.
&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2013-05-23T11:44:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16572">
    <title>Fedora 17 and grub 2...</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16572</link>
    <description>&lt;pre&gt;Are there special instructions for getting mindi-2.1.5 to work with Fedora 17?

Mindi bombs out with cannot find grub.  I think mindi is expecting  
grub 1 instead
of grub 2.

I'd attach logs, but there doesn't seem to be anything useful in them.


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>NA</dc:creator>
    <dc:date>2013-05-20T18:52:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16571">
    <title>Mindi bootdisk can't find libkmod.so.2,can't mount external storage</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16571</link>
    <description>&lt;pre&gt;Hi all,

I'm having a problem with my mindi boot disk functionality. When booting
from the usb, I get an error "can't find libkmod.so.2", when modprobe is
called during mounting the usb. The lib file is not in the ramdisk, so this
is accurate. However, the mindi log shows that the file is included. Adding
it to deplist.txt has no effect. This is reproducible using both mondo, and
mindi independently of mondo, and with versions 2.1.4 and 2.1.5. The system
I'm backing up is debian testing (jessie), with libkmod2 version 9-3.

Is there a way i can force this to be included, perhaps with a line in
/etc/mindi.conf?
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d__&lt;/pre&gt;</description>
    <dc:creator>Will Hopper</dc:creator>
    <dc:date>2013-05-19T02:26:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16570">
    <title>Re: Max file name length</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16570</link>
    <description>&lt;pre&gt;Hello,

Paul Noonan said on Fri, May 03, 2013 at 10:19:05AM +0200:

Thanks !


Indded when the size is bigger than MAX_STR_LEN in that version.


Humm, understood. I don't think it should matter as this is just in the
file list used by mondo, I don't think it has an impact on the restore
file. However...


As it was simple to change, and I had the patch in the 3.1 branch, I
applied it so it will be in 3.0.4.

Best regards,
Bruno.
&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2013-05-14T20:29:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16569">
    <title>2 small troubles to finalize a DR with mondorestoreon Ubuntu distro</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16569</link>
    <description>&lt;pre&gt;Hi list,

To let you know 2 small troubles I had in case it may help.

Booting from a mondorescue CD, I successfully restored my linux ext3 and 
LVM partitions but at the end of the process, I had an issue with the 
advise to use mkinitrd.

My distro is Ubuntu 10.04 (I know it is pretty old, but I need a good 
backup before to upgrade it ;) ).
Ubuntu doesn't use mkinitrd anymore but initramfs instead.
(Mondo Rescue release is 3.0.3-r3091)

IMHO, in order to help all of those like me, are not familiar with the 
boot operation, it may help to mention it in the message displayed by 
mondorestore just before to get chrooted.

Another small issue: My device /dev/sda7 is a LVM2 partition (0x8e) and
a line containing "/dev/sda7    lvm" was written into fstab.
It causes some errors while booting. This line should be removed.

Regards,
Philippe

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new gui&lt;/pre&gt;</description>
    <dc:creator>Philippe Lefevre</dc:creator>
    <dc:date>2013-05-12T07:48:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16568">
    <title>Re: Mondorestore keeps asking to "Insert isofs #1"</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16568</link>
    <description>&lt;pre&gt;Will Hopper said on Thu, May 09, 2013 at 07:04:53PM -0700:


yes; That doesn't work except if your other computer is similar from a
HW perspective as well as from a SW perspective.


Yep, and it may even not boot if it doesn't have the right drivers in it
to support your other computer.


Hopefully it will help you bringing your system back to normal.
Another way, which is *always* available. Boot from your preferred
distro media, make your partitions install the strcit minimum. Then use
mondorestore interactively to restore everything. Or use afio manually
to extrac all the content from the backup.

Your data are always there.

Bruno.
&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2013-05-10T13:02:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16567">
    <title>Re: ---FATALERROR--- Failed to generate boot+datadisks</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16567</link>
    <description>&lt;pre&gt;Found problem myself. "-f1" is not needed.



From:   Peter.Piroska&amp;lt; at &amp;gt;continental-corporation.com
To:     mondo-devel&amp;lt; at &amp;gt;lists.sourceforge.net
Date:   07.05.2013 15:39
Subject:        [Mondo-devel] ---FATALERROR--- Failed to generate 
boot+data disks



Hello, 

Can you help us with these issue? 

We tried in two ways: to save on NFS share and locally. 

/usr/sbin/mondoarchive -OV -i -d //tmp/mm -p "test1" -f1  -N  -s 4480m -E 
"/backup" 

Both cases following error is present: 

Your backup will probably occupy a single ISO. Maybe two. 
Done. 
Copying Mondo's core files to the scratch directory 
Done. 
Calling MINDI to create boot+data disks 
Your boot loader is GRUB and it boots from 1 
Waiting for 'echo hi &amp;gt; /var/mondo.tmp.x1ueoM/mojo-jojo.bla.bla ; mindi 
--custo 
Mindi failed to create your boot+data disks. 
Fatal error... Failed to generate boot+data disks 
---FATALERROR--- Failed to generate boot+data disks 
If you require technical support, please contact the mailing list. 
See http://www.mondorescue.org &lt;/pre&gt;</description>
    <dc:creator>Peter.Piroska&lt; at &gt;continental-corporation.com</dc:creator>
    <dc:date>2013-05-10T09:29:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16566">
    <title>Re: Mondorestore keeps asking to "Insert isofs #1"</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16566</link>
    <description>&lt;pre&gt;Bruno,

Sorry my explanation was so confusing, trying to keep all the little things
straight has been confusing to me too!

The backups were made directly to an iso (boserv-1.iso) on an external
drive, not bootable. I had assumed that if I had system failure, i could
use a mindi disk from another computer to boot and then just use
interactive mode to point mondo to the correct paths.........wrong!  The
mindi disks boots, but I forgot about the mountlist and filelist and all
those config files, so the restore would not produce the best results I
don't think....

So, I decided to make the backup iso (boserv-1.iso) bootable as per the
instructions on the FAQ. These instructions have worked fine to make mindi
boot disks on other computers, but for some reason I can't boot from this
backup after following the instructions. I just get 'boot error' from the
terminal. The disk is bootable, because if I try to boot from some random
usb with normal files, the terminal tells me "this disk is not bootable,
try this or t&lt;/pre&gt;</description>
    <dc:creator>Will Hopper</dc:creator>
    <dc:date>2013-05-10T02:04:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16565">
    <title>Re: Mondorestore keeps asking to "Insert isofs #1"</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16565</link>
    <description>&lt;pre&gt;Will Hopper said on Thu, May 09, 2013 at 10:52:20AM -0700:

It's difficult to help without knowing how you did the backup. I'm not
sure I understand the issue: the image is normally bootable (except if
you used -W) but to boot on it you need either to burn a media, or to
use a virtual media (if your HW provides one) or to make a PXE restore
using the content of the boot area and following the README.pxe of
mindi.


This is probably a boot loader issue. Either it tries to boot using
files that have been removed during your upgrade, or it treis to boot a
media which is not really bootable.


I think that's the wisest approach in your case. Or making USB devices.
I've increased the priority to solve the external ISO issue, but anyway
this method will require to boot at least from a first media, and for
you it will be too late :-(


Try un-mounting/mountig the ISO manually to see if that helps. Also the
name may be a problem. Some suggestions were made in that BR:


Best regards,
Bruno.
&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2013-05-10T00:36:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16564">
    <title>Re: Do am I the things right [Resolved]</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16564</link>
    <description>&lt;pre&gt;Hi list,
My procedure seems ok and it is well possible to use a tree like mine to 
save the iso files. I was able to restore my linux from iso files this 
afternoon.
I just need now to complete my tests until I can boot this new disk.
In fact, I did a stupid mistake with the device names
I used /dev/sdf instead of /dev/sdg. It seems that the usb disks are not 
named the same way if they are plugged before or after boot.
Sorry for this.
Regards,
Philippe

Le 09/05/2013 01:10, Philippe Lefevre a écrit :


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Philippe Lefevre</dc:creator>
    <dc:date>2013-05-09T19:40:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16563">
    <title>Re: Mondorestore keeps asking to "Insert isofs #1"</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16563</link>
    <description>&lt;pre&gt;Yeah SamK, thats exactly how it went for me, had to move it to the root of
the drive for it to find the config files and everything. There are some
complications though.
I've got a screen now, and I had to hack together the mindi boot disk using
one from another computers backup, and putting in the correct the correct
file lists, and mountlist, etc. This was because I couldn't make the iso I
stored on my external drive bootable following the instructions on the FAQ
page, no matter what I tried, I couldn't get to the boot prompt, the screen
just read out 'boot error' and stopped. Anyone have any idea what that
might mean?

In the mean time, I'll burn it to a CD and hope for the best!


On Thu, May 9, 2013 at 9:27 AM, e-mail samk-01 &amp;lt;samk-01&amp;lt; at &amp;gt;ntlworld.com&amp;gt; wrote:

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written &lt;/pre&gt;</description>
    <dc:creator>Will Hopper</dc:creator>
    <dc:date>2013-05-09T17:52:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16562">
    <title>Re: Mondorestore keeps asking to "Insert isofs #1"</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16562</link>
    <description>&lt;pre&gt;Hi Will,

On 8 May 2013 21:07, Will Hopper &amp;lt;wjhopper510&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


 This sounds very similar to a known bug.  Similar reports have been
submitted to the list by various users.  See ticket #628
http://trac.mondorescue.org/ticket/628




 This situation has been faced here for a year.  It is a major concern.
The only reliable workaround I can find is to burn the backup ISO to CD/DVD
and then boot the system using this.  The backup can be restored from the
CD/DVD.  It is a far from desirable solution but until the issue is
resolved it may help get your system running again.

SamK
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may___________________________&lt;/pre&gt;</description>
    <dc:creator>e-mail samk-01</dc:creator>
    <dc:date>2013-05-09T16:27:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16561">
    <title>Do am I the things right?</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16561</link>
    <description>&lt;pre&gt;Hi list,
I'm afraid that's the way I build my backups is wrong.
Anyone could tell me if/where I'm wrong?

I'm still not able to restore any NTFS partitions so finally, I had to 
use a simple dd gziped.
Then, doing some tries with linux partitions I am facing quite a similar 
issue: mondorestore always displays config/archives files are not found.
As I know this software is well used elsewhere, I suppose my procedure 
somewhere is wrong.

I have a 1To usb disk to save mainly 2 systems (1 server and 1 laptop).
It is organized like this:
The disk is mounted as /media/svg
server/distro/timestamp/syssys_timestamp-1.iso
sys_timestamp-2.iso
....
server/ntfs/timestamp/vistavista_timestamp-1.iso
vista_timestamp-2.iso
....
laptop/distro/timestamp/syslap_timestamp-1.iso
lap_timestamp-2.iso
....
laptop/ntfs/timestamp/xpxp_timestamp-1.iso
xp_timestamp-2.iso
....

To Simulate a DR, I do:
- replace the main disk by a new empty hard disk already partitionned 
and formatted (it&lt;/pre&gt;</description>
    <dc:creator>Philippe Lefevre</dc:creator>
    <dc:date>2013-05-08T23:10:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16560">
    <title>Mondorestore keeps asking to "Insert isofs #1"</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16560</link>
    <description>&lt;pre&gt;Hi all,

Due to an unfortunate series of events, my debian server got interupted
during an upgrade to the new 7.0, and was very confused about what to
install. So, I thought I would just restore, and start over on the upgrade.

I launched mondorestore over an ssh connection, chose restore from hard
drive, selected the .iso from my external drive, selected my files, and
went to restore. Then i was asked to "insert isofs #1 and press enter", but
it never could locate the iso, and I couldn't interupt the process. I could
hear the disk drive moving each time I hit enter

I was forced to kill the terminal, and I could not open another ssh
connection to try again. I had to restart, and now the system is
unbootable.

I can't get logs off the machine right now, have to borrow a screen so I
can boot it up from a restore disk. What can I do to get mondorestore to
get find the iso?
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph D&lt;/pre&gt;</description>
    <dc:creator>Will Hopper</dc:creator>
    <dc:date>2013-05-08T20:07:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16559">
    <title>---FATALERROR--- Failed to generate boot+data disks</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16559</link>
    <description>&lt;pre&gt;Hello,

Can you help us with these issue?

We tried in two ways: to save on NFS share and locally.

/usr/sbin/mondoarchive -OV -i -d //tmp/mm -p "test1" -f1  -N  -s 4480m -E 
"/backup"

Both cases following error is present:

Your backup will probably occupy a single ISO. Maybe two.
Done.
Copying Mondo's core files to the scratch directory
Done.
Calling MINDI to create boot+data disks
Your boot loader is GRUB and it boots from 1
Waiting for 'echo hi &amp;gt; /var/mondo.tmp.x1ueoM/mojo-jojo.bla.bla ; mindi 
--custo
Mindi failed to create your boot+data disks.
Fatal error... Failed to generate boot+data disks
---FATALERROR--- Failed to generate boot+data disks
If you require technical support, please contact the mailing list.
See http://www.mondorescue.org for details.
The list's members can help you, if you attach that file to your e-mail.
Log file: /var/log/mondoarchive.log
Mondo has aborted.
Execution run ended; result=254
Type 'less /var/log/mondoarchive.log' to see the output log

Backing up 1's MBR
dd: opening &lt;/pre&gt;</description>
    <dc:creator>Peter.Piroska&lt; at &gt;continental-corporation.com</dc:creator>
    <dc:date>2013-05-07T12:32:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16558">
    <title>[ANNOUNCE] Mindi 2.1.5 is now available</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16558</link>
    <description>&lt;pre&gt;Mindi 2.1.5 is now available

The project team is happy to announce the availability of a newest version of
mindi 2.1.5. Enjoy it as usual! and get details at http://
brunocornec.wordpress.com/2013/05/06/an-intermediate-2-1-5-mindi-version/

Now available at ftp://ftp.mondorescue.org

asianux/2/x86_64/                        asianux/3/i386/
mindi-2.1.5-1.asx2.x86_64.rpm            mindi-2.1.5-1.asx3.i386.rpm
asianux/3/x86_64/                        debian/3.1/mindi_2.1.5-1_i386.deb
mindi-2.1.5-1.asx3.x86_64.rpm
debian/4.0/mindi_2.1.5-1_amd64.deb       debian/5.0/mindi_2.1.5-1_i386.deb
debian/6.0/mindi_2.1.5-1_i386.deb        fedora/10/i386/
                                         mindi-2.1.5-1.fc10.i386.rpm
fedora/10/x86_64/                        fedora/11/i386/
mindi-2.1.5-1.fc10.x86_64.rpm            mindi-2.1.5-1.fc11.i586.rpm
fedora/11/x86_64/                        fedora/12/i386/
mindi-2.1.5-1.fc11.x86_64.rpm            mindi-2.1.5-1.fc12.i386.rpm
fedora/12/x86_64/                        fedora/13/i3&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2013-05-06T23:02:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16557">
    <title>Re: Mondo/Mindi on Fedora17</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16557</link>
    <description>&lt;pre&gt;Hello,

Robert E Laughlin said on Sun, May 05, 2013 at 08:04:38PM -0400:

THanks Robert, added to http://trac.mondorescue.org/ticket/656


Enjoy your retirement !!

Bruno.
&lt;/pre&gt;</description>
    <dc:creator>Bruno Cornec</dc:creator>
    <dc:date>2013-05-06T22:39:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.mondo.devel/16556">
    <title>Re: Mondorescue - backup over NFS wants to restorefrom CD</title>
    <link>http://permalink.gmane.org/gmane.linux.mondo.devel/16556</link>
    <description>&lt;pre&gt;This happened to me when I was trying to boot from the wrong device. In my
case, I burned the /var/cache/mindi/mondorestore.iso to a USB and made it
bootable per the documentation instructions here:

http://trac.mondorescue.org/wiki/FAQ#Q42HowtotransformamondoCDDVDintoamondoUSBdevice.


When booting, mondo was guessing the wrong device node for the USB, it was
guessing /dev/sdb, but my USB was really /dev/sda, and it wasn't able to
unpack all the tools that aren't built into the initial ramdisk, like the
mondorestore command. Try using the boot paramter USB=/dev/sda or some
other /dev/sd* at the prompt where you would specifcy interactive,nuke, or
advanced mode. Leave off the partition number. In my case, this message had
nothing to do with finding a CD or CD drive.

Also, if trying different devices doesn't work, make sure to include your
mondoarchive, mindi, and mondorestore log. The restore log should be in the
/tmp directory of the boot device.




On Sat, May 4, 2013 at 2:30 AM, Jurek C &amp;lt;jurekcy&amp;lt; at &amp;gt;gazeta.&lt;/pre&gt;</description>
    <dc:creator>Will Hopper</dc:creator>
    <dc:date>2013-05-06T01:43:10</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.mondo.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.mondo.devel</link>
  </textinput>
</rdf:RDF>
