![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to take image of one and installing that on another machine??? Need help | zing_foru | SUN Solaris | 3 | 04-26-2008 06:51 AM |
| User installing a rpm package | potro | Shell Programming and Scripting | 1 | 04-24-2008 09:55 AM |
| Installing Explorer package Remotely | deaconf19 | Shell Programming and Scripting | 0 | 09-04-2007 12:42 AM |
| Installing Cable Modem on Irix Machine. | Acidjack | UNIX for Dummies Questions & Answers | 1 | 03-10-2004 12:39 AM |
| Installing font package | andryk | SUN Solaris | 0 | 02-24-2004 05:32 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Installing CVS package on solaris machine
Hi all,
I am tring to install CVS on my solaris machine. so, I got a package cvs-1.11.22-sol10-x86-local from internet, and did this "pkgadd -d cvs-1.11.22-sol10-x86-local" and the output I got is The following packages are available: 1 SMCcvs cvs (x86) 1.11.22 Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]: Processing package instance <SMCcvs> from </cvs-1.11.22-sol10-x86-local> cvs(x86) 1.11.22 The CVS Group Using </usr/local> as the package base directory. ## Processing package information. ## Processing system information. 12 package pathnames are already properly installed. ## Verifying disk space requirements. ## Checking for conflicts with packages already installed. ## Checking for setuid/setgid programs. Installing cvs as <SMCcvs> ## Installing part 1 of 1. /usr/local/bin/cvs /usr/local/bin/cvsbug /usr/local/bin/rcs2log /usr/local/doc/cvs/AUTHORS /usr/local/doc/cvs/BUGS /usr/local/doc/cvs/ChangeLog.zoo /usr/local/doc/cvs/DEVEL-CVS /usr/local/doc/cvs/FAQ /usr/local/doc/cvs/HACKING /usr/local/doc/cvs/INSTALL /usr/local/doc/cvs/NEWS /usr/local/doc/cvs/PROJECTS /usr/local/doc/cvs/README /usr/local/doc/cvs/README.VMS /usr/local/doc/cvs/TESTS /usr/local/share/cvs/contrib/rcslock /usr/local/share/cvs/contrib/sccs2rcs pkgadd: ERROR: unable to open temporary contents file image (errno 11: Resource temporarily unavailable) Installation of <SMCcvs> failed (internal error) - package partially installed. I thought that it is a space issue and did verified disk space df -h Filesystem kbytes used avail capacity Mounted on /dev/dsk/c1d0s0 4382283 3396688 941773 79% / /devices 0 0 0 0% /devices ctfs 0 0 0 0% /system/contract proc 0 0 0 0% /proc mnttab 0 0 0 0% /etc/mnttab swap 100928 720 100208 1% /etc/svc/volatile objfs 0 0 0 0% /system/object /usr/lib/libc/libc_hwcap1.so.1 4382283 3396688 941773 79% /lib/libc.so.1 fd 0 0 0 0% /dev/fd swap 100296 88 100208 1% /tmp swap 100236 28 100208 1% /var/run /dev/dsk/c1d0s7 71965284 1701126 69544506 3% /export/home so I have set env var TMPDIR to /export/home/tmp but I am still getting the same error I have even checked the swap space and I have plenty of it. I am not sure why it is failing! can someone help me with this. Last edited by eamani_sun; 05-29-2008 at 10:09 AM.. |
|
||||
|
okay, did you change permissions of the new folder? somthing like:
chmod 1777 /export/home/tmp export TMPDIR=/export/home/tmp *or* setenv TMPDIR /export/home/tmp Then try again: pkgadd -d <name_of_package> Let us know if that works!! Cheers |
|
||||
|
Hey... I have this problem too...
I did what you said but continue with the problem: ## Installing part 1 of 1. pkgadd: ERROR: unable to open temporary contents file image (errno 11: Resource temporarily unavailable) Installation of <SUNWs9brandr> failed (internal error) - package |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|