[pca] different directory for patches
Dagobert Michelsen
dagobert at familie-michelsen.de
Wed Jan 16 22:13:10 CET 2013
Hi Jamen,
Am 16.01.2013 um 19:38 schrieb "McGranahan, Jamen" <jamen.mcgranahan at Vanderbilt.Edu>:
> Is there a way I can force patchadd to look in a different directory than the default /var/sadm/pkg directory? We created a softlink from /var/sadm/pkg to /apps/sadm/pkg (due to space issues), but now patchadd always fails:
>
> Directory is expected, found link - /var/sadm/pkg.
> Failed (exit code 1)
>
> Showrev –p does fine; and downloading the patches with pca –d does fine as well. It’s just the actual installation of the patches where it fails. I’m pretty sure I had this fixed before, but honestly, I don’t remember what I did (plan to DOCUMENT what I do this time!). Any ideas/suggestions would be greatly appreciated! Thanks!
Try making a loopback-mount for now with something like
rm /var/sadm/pkg
mkdir /var/sadm/pkg
mount -F lofs /apps/sadm/pkg /var/sadm/pkg
You can also make this permanent via vfstab.
Best regards
-- Dago
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.univie.ac.at/pipermail/pca/attachments/20130116/93b9a87d/attachment.html>
More information about the pca
mailing list