<div class="gmail_quote">On Fri, Nov 5, 2010 at 1:49 AM, David Burns <span dir="ltr">&lt;<a href="mailto:tdbtdb@gmail.com">tdbtdb@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I would google this and RTFM, but I must not be describing it well, I<br>
get useless hits.<br></blockquote><div>The issue is not trivial at all.  <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
What I want to do is to take an rpm, and install it in my personal<br>
home directory without using root privileges, for my own use only. Is this<br>
possible? What sort of keywords should I use to find this in the<br>
documentation or when searching with google?<br></blockquote><div>You need root privilege, rpm relocate or not, to update the default rpmdb. One solution, for<br>not using root,  is to create a chroot for the user, use pam_chroot and disabling (or not depending from sshd version) the sshd privilege separation feature <a href="http://www.debian.org/doc/manuals/securing-debian-howto/ap-chroot-ssh-env.en.html">http://www.debian.org/doc/manuals/securing-debian-howto/ap-chroot-ssh-env.en.html</a><br>
<br>Using --root with --dbpath (see rpm man page) don&#39;t work if you don&#39;t want to use root (chroot required privilege/capability)<br><br>hth<br><br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
mahalo,<br>
Dave<br>
<br>
 --<br>
 Q: Why should this email be 5 sentences or less?<br>
 A: <a href="http://five.sentenc.es" target="_blank">http://five.sentenc.es</a><br>
_______________________________________________<br>
Rpm-list mailing list<br>
<a href="mailto:Rpm-list@lists.rpm.org">Rpm-list@lists.rpm.org</a><br>
<a href="http://lists.rpm.org/mailman/listinfo/rpm-list" target="_blank">http://lists.rpm.org/mailman/listinfo/rpm-list</a><br>
</blockquote></div><br>