New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

template: symlink rpm database to /usr/local #46

Closed
marmarek opened this Issue Mar 8, 2015 · 4 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 14 Jun 2010 13:16 UTC
... to allow for per-VM software installations. E.g.:

yum install --installroot
rpm -i --root

Migrated-From: https://wiki.qubes-os.org/ticket/46

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 16 Jun 2010 13:09 UTC
Requires more thinking -- moving to Beta 1.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 16 Jun 2010 13:09 UTC
Requires more thinking -- moving to Beta 1.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 13 Oct 2010 10:04 UTC
Ehhh, this is not so simple. Even if we copy /var/lib/{yum,rpm} to /usr/local/var/lib, and if we do installs with yum --installroot=/usr/local, still this doesn't guarantee that binaries will work fine (they might fail, because they would be expecting e.g. config files in /etc, not /usr/local/etc). Also there is a problem of how to keep the /usr/local/var/lib/{rpm,yum} databases in sync with those on the root fs (/var/lib).

This is generally a TBD.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 13 Oct 2010 10:04 UTC
Ehhh, this is not so simple. Even if we copy /var/lib/{yum,rpm} to /usr/local/var/lib, and if we do installs with yum --installroot=/usr/local, still this doesn't guarantee that binaries will work fine (they might fail, because they would be expecting e.g. config files in /etc, not /usr/local/etc). Also there is a problem of how to keep the /usr/local/var/lib/{rpm,yum} databases in sync with those on the root fs (/var/lib).

This is generally a TBD.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 24 Jan 2011 12:07 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 24 Jan 2011 12:07 UTC

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 22 Mar 2011 14:20 UTC
We have solved this problem by introducing standalone AppVMs in Beta 1.

Member

marmarek commented Mar 8, 2015

Comment by joanna on 22 Mar 2011 14:20 UTC
We have solved this problem by introducing standalone AppVMs in Beta 1.

@marmarek marmarek added the wontfix label Mar 8, 2015

@marmarek marmarek closed this Mar 8, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment