Pkgadd error no packages found in /var


 
Thread Tools Search this Thread
Operating Systems Solaris Pkgadd error no packages found in /var
# 1  
Old 07-29-2015
Pkgadd error no packages found in /var

Hello all!
So I'm trying to do an install, I'm using a command like
Code:
 pkgadd -d /opt/te_agent_8.1.0_en_solaris_sparc/te_agent.pkg TWEagent

And receive the following:
Code:
pkgadd: ERROR: no packages were found in </var/tmp/dstreAAAAXaq3z>

So what gives? Why is it looking in /var/tmp? I'm telling it which package to use, or is it looking for some dependency on /var/tmp to install the package I am trying?

Any ideas would be much appreciated... All I'm trying to do is a fresh install of Tripwire, seems like it should be pretty straight forward, but I didn't build the systems I am working on and each one seems to be a little wonky, no two are the same.
I should mention, this is Solaris 11.2 SPARC
Thanks for any help,
JP

Last edited by Don Cragun; 07-29-2015 at 04:35 PM.. Reason: Add CODE and ICODE tags.
# 2  
Old 07-29-2015
try moving them to /var/spool/pkg and running it without -d.

could also be a perms thing... /var/tmp is the secondary default. If it doesn't see anything in /var/spool/pkg it will look in /var/tmp it would look in those to locations if it didn't see anything in the -d location. I.E. it didn't have permissions to read the file.

Last edited by os2mac; 07-29-2015 at 04:38 PM..
# 3  
Old 07-29-2015
SMH, that worked... Thanks. Although I found out the package is already installed, so off to remove that and try fresh...

Thanks again!
# 4  
Old 07-29-2015
is this related to your other post? did you see my response to that one?
# 5  
Old 07-29-2015
Yes, sort of, this tripwire thing has been a real mess. Basically, I was able to update the exec method (thanks again), but it wouldn't run. So I manually tried to start the agent and it wouldn't run, that's about the point I decided to remove it all and start from scratch. Nor did I want to show my total ignorance in Solaris asking a lot of dumb questions, figured a fresh install would run no problem, but so far is just another layer in the proverbial onion that is Tripwire in this environment Smilie
# 6  
Old 07-29-2015
which is why I said you can update the manifest and unless you re-import it the change won't take.... now that I know you are on solaris 11.2 I can give you better guidance.


How to Create an SMF Service Using the Service Bundle Generator Tool - Managing System Services in OracleŽ Solaris 11.2
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

No packages found

good morning, I am new to Solaris, and I am trying to ultimately get qiime and other bioinformatic tools loaded onto Solaris 11. Currently I am trying to load git root@Cluster-1:~# pkgadd -d "website cannot post it since I am a noob" /opt/csw/bin/pkgutil -U /opt/csw/bin/pkgutil -y... (2 Replies)
Discussion started by: rdjack
2 Replies

2. Shell Programming and Scripting

Csh , how to set var value into new var, in short string concatenation

i try to find way to make string concatenation in csh ( sorry this is what i have ) so i found out i can't do : set string_buff = "" foreach line("`cat $source_dir/$f`") $string_buff = string_buff $line end how can i do string concatenation? (1 Reply)
Discussion started by: umen
1 Replies

3. Solaris

samba error after install with pkgadd

Hello this is samiulla. i face this issue. i installed samba with pkgadd after i install i add paths for that. -bash-3.00# echo $PATH /usr/sbin:/usr/bin:/usr/ccs/bin:/usr/local/samba/sbin:/usr/local/samba/bin/ -bash-3.00# when enter this commad smbd -D i got this error smbd -D... (3 Replies)
Discussion started by: samiulla
3 Replies

4. Solaris

Difference between /var/log/syslog and /var/adm/messages

Hi, Is the contents in /var/log/syslog and /var/adm/messages are same?? Regards (3 Replies)
Discussion started by: vks47
3 Replies

5. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

6. Solaris

diff b/w /var/log/syslog and /var/adm/messages

hi sirs can u tell the difference between /var/log/syslogs and /var/adm/messages in my working place i am having two servers. in one servers messages file is empty and syslog file is going on increasing.. and in another servers message file is going on increasing but syslog file is... (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

7. Solaris

error during install jdk 5.0.11 packages

hi all i tried to install jdk on solaris 10 2008 and i used these packages in installation pkgadd -d SUNWj5cfg SUNWj5dmo SUNWj5dev SUNWj5rt SUNWj5jmp SUNWj5man all was good except one (SUNWj5rt) some of the output ERROR: attribute verification of... (3 Replies)
Discussion started by: maxim42
3 Replies

8. Solaris

Pkgadd error

Hi All, Good Mng,Here I am getting one error while adding the top package to one of my Aun server. root@HYDREM01 # pkgadd -d top-3.6.1-sol9-sparc-local The following packages are available: 1 SMCtop top (sparc) 3.6.1 Select package(s) you wish to process (or... (6 Replies)
Discussion started by: lbreddy
6 Replies

9. Solaris

WARNING: filename <not present on Read Only file system>+pkgadd error

Hi when trying to install the package initially that i have created on to the target host, i am getting error as below for all the files/directories during pkgadd. WARNING: filename <not present on Read Only file system> ........... ........... and so on. When i do the second attempt to... (1 Reply)
Discussion started by: kiran.zamre
1 Replies

10. UNIX for Advanced & Expert Users

PKGADD error

Hello.. I'm making a pkg file that inserts a few files into an existing directory structure. I'm having some trouble in that the package will insert the directories I need.. but will fail to put the files I want into those directories. What I'm getting is this: ERROR: attribute... (2 Replies)
Discussion started by: Bags
2 Replies
Login or Register to Ask a Question