Mondo Rescue
  • Login
  • Preferences
  • Help/Guide
  • About Trac
  • Register
  • Forgot your password?
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 30)

1 2 3 →
FAQ: = Mondo rescue FAQ = Please also consult the older but still valid ...
... sources.list sudo sh -c "cat mondorescue.sources.list >> /etc/apt/sources.list" sudo sh -c "cat >> /etc/apt/preferences << EOF Package: mindi Pin: version 2.1.* Pin-Priority: 1001 Package: mondo Pin: version 3.0.* Pin-Priority: 1001 EOF " }} ...
By Bruno Cornec — Jun 11, 2025, 3:31:25 PM
TracStandalone: = Tracd Tracd is a lightweight standalone Trac web server. It can be ...
... {{{#!sh $ sudo htpasswd -c /path/to/env/.htpasswd username }}} then for additional users: {{{#!sh $ sudo htpasswd /path/to/env/.htpasswd username2 }}} Then to start `tracd` run something like this: {{{#!sh $ tracd -p 8080 --basic-auth="project,/fu ...
By trac — Feb 12, 2024, 11:04:13 PM
TracRepositoryAdmin: = Repository Administration [[PageOutline(2-3)]] == Quick start ...
... rac-admin` with different privileges, for example by using `sudo`. See the [http://svnbook.red-bean.com/en/1.7/svn.reposadmin.create.html#svn.reposadmin.create.hooks section about hooks] in the Subversion book for more information. Other repository types will require different hook configuration. ...
By trac — Feb 12, 2024, 11:04:13 PM
TracNotification: = Email Notification of Ticket Changes [[TracGuideToc]] Trac supports ...
... {{{#!sh sudo -u www-data telnet localhost 25 }}} In such a case, you need to configure your server so that the web server is authorized to post to the SMTP server. The actual settings depend on your Linux distribution and current security policy. ...
By trac — Feb 12, 2024, 11:04:13 PM
TracInstall: = Trac Installation Guide for 1.5 [[TracGuideToc]] Trac is written in ...
... rmissions as the `root` user or by prefixing commands with `sudo`. The umask `0002` should be used for a typical installation on a Unix-based platform. === Using `pip` `pip` is the modern Python package manager and is included in Python distributions. `pip` will automatically resolve the //require ...
By trac — Feb 12, 2024, 11:04:13 PM
TracFastCgi: = Trac with FastCGI [[TracGuideToc]] [[PageOutline(2-5, Contents, ...
... You can install it on Debian based systems with: {{{#!sh sudo apt-get install python-flup }}} == Lighttpd Configuration The FastCGI front-end was developed primarily for use with alternative webservers, such as [https://www.lighttpd.net/ Lighttpd]. Lighttpd is a secure, fast, compliant and ver ...
By trac — Feb 12, 2024, 11:04:13 PM
TracEnvironment: = The Trac Environment [[TracGuideToc]] ...
... {{{#!sh $ sudo su - postgres -c 'createuser -U postgres -S -D -R -E -P tracuser' $ sudo su - postgres -c 'createdb -U postgres -O tracuser -E UTF8 trac' }}} Trac uses the `public` schema by default, but you can specify a different schema in the conn ...
By trac — Feb 12, 2024, 11:04:13 PM
DistributionPackaging: == SVN repository Management == First you need to get the content ...
... {{{ % cd /usr/local/src % sudo apt-get source mondo % sudo apt-get source mindi % sudo apt-get source mindi-busybox }}} or download a tar source archive from ftp://ftp.mondorescue.org. Then you may build packages by doing: {{{ % tar xvfz mondo*tar.gz % ...
By Bruno Cornec — Jan 27, 2021, 12:35:54 AM
#869: defect: No Release File (assigned)
E: The repository 'http://mondo.mirror.pclark.com/ftp/pub/mondorescue/debian/10 buster Release' does not have a Release file. Cannot install because of that.
By KitchM — Sep 23, 2020, 7:03:27 PM
#834: defect: Have isolinux files parametrized based on distributions (closed: fixed)
... Workaround (by stef204) is to do: {{{ sudo ln -s /usr/lib/syslinux/bios/isolinux.bin /usr/lib/ }}} Final fix should be to us project-builder.org conf files mechanism to allow the location to be a parameter based on distros. Will do with pb 0.15 to have YAML content.
By Bruno Cornec — Jan 25, 2018, 11:26:33 AM
1 2 3 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.6
By Edgewall Software .

The Mondo Rescue project is hosted
by the HPE Customer Innovation Center on a Mageia system.