Changes between Version 40 and Version 41 of FAQ
- Timestamp:
- Jul 11, 2008, 12:14:46 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v40 v41 270 270 Use the newer versions on ftp://ftp.mondorescue.org/suse/10.2 instead. They fix many problems. (Tilman Schmidt) 271 271 272 == Q11/ Does mondo work with Debian distributions? ==272 == Q11/ Does mondo work with Debian/Ubuntu distributions? == 273 273 Yes, your best bet are the official Debian packages. Andree, the Debian maintainer, is usually also on the mailing list. Look at DistributionPackaging 274 As numbering schema are different between upstream mondo (2.x.y) and Debian packages (2.xy) you should adapt your /etc/apt/preferences file to avoid updates of mondo with apt-get with indeed older versions. Add the following: 275 {{{ 274 If you want to use the packages made upstream for Debian/Ubutu, you need to know that numbering schema are different between upstream mondo (2.x.y) and Debian packages (2.xy),so you should adapt your /etc/apt/preferences file to avoid updates of mondo with apt-get with indeed older versions. Do the following: 275 {{{ 276 $ wget ftp://ftp.mondorescue.org/ubuntu/8.04/mondorescue.sources.list 277 $ sudo cat mondorescue.sources.list >> /etc/apt/sources.list 278 $ sudo cat >> /etc/apt/preferences << EOF 276 279 Package: mindi 277 Pin: version 2. 2*280 Pin: version 2.0.* 278 281 Pin-Priority: 500 279 282 280 283 Package: mondo 281 Pin: version 2.2* 282 Pin-Priority: 500 283 }}} 284 Pin: version 2.2.* 285 Pin-Priority: 500 286 EOF 287 }}} 288 (From mails of Andree Leidenfrost and Brian McKee) 289 284 290 == Q12/ Why doesn't my LVM based system re-boot correctly after restore? == 285 291 On older version (pre-2.2.1) It may be due to the fact that grub has not been restored correctly. Use the hint of Q9 for grub re-instalation. In short: