search for: pkginfo

Displaying 20 results from an estimated 86 matches for "pkginfo".

Did you mean: pkg_info
2006 Oct 31
0
4907972 ON packages: more typos in pkginfo files
Author: comay Repository: /hg/zfs-crypto/gate Revision: 995b6c053845811b23c196dc9e221620ed5ea04c Log message: 4907972 ON packages: more typos in pkginfo files 6403105 ON packages need update to satisfy new package audits Files: update: usr/src/pkgdefs/PHXext/pkginfo.tmpl update: usr/src/pkgdefs/SUNW1394/pkginfo.tmpl update: usr/src/pkgdefs/SUNW1394h/pkginfo.tmpl update: usr/src/pkgdefs/SUNWaac/pkginfo.tmpl update: usr/src/pkgdefs/SUNWaccr/pkg...
2007 Sep 08
3
what slows down puppet the most?
Hi guys, Which puppet operations should i try to avoid? I know that probably the most time consuming operations are file copies, but, is there something from the code point of view that I should try to avoid? I''ve seen for example, that on Solaris, puppet will execute pkginfo quite alot of times - sometimes with a package name, some other times without (pkginfo -l), thats extremely time consuming (cpu jumps to 100%)... Currently it looks like that the Linux client behavior is much faster than a Solaris one (even on a "fast" Solaris machines). Thanks! Ohad...
2006 Oct 31
0
6273535 SUNWgrub* packages have incorrect pkginfo(4) settings
Author: jongkis Repository: /hg/zfs-crypto/gate Revision: 8e73d99dab0952293f379aca3e88188d768b3a0b Log message: 6273535 SUNWgrub* packages have incorrect pkginfo(4) settings 6305469 READ_FAIL_STAGE2 in installgrub/message.h contains wrong message 6305481 installgrub miscounts stage2 size in sector by 1 if stage2 size is multiple of 512 6307439 make clobber in usr/src/grub and usr/src/psm/stand/bootblks/ufs/i386 deletes files in proto 6307553 installgrub...
2015 Feb 26
2
Easy way to strip down CentOS?
...[^.]*$//' $RPMLIST > $PKGLIST 2. I copy that package list to the 'core' file in my Git repo and run the following script on the system I want to prune: #!/bin/bash # # purge_system.sh # # (c) Niki Kovacs, 2014 CWD=$(pwd) TMP=/tmp RPMLIST=$TMP/rpmlist.txt PKGLIST=$TMP/pkglist.txt PKGINFO=$TMP/pkg_database rpm -qa | sort > $RPMLIST sed 's/-[^-]*-[^-]*\.[^.]*\.[^.]*$//' $RPMLIST > $PKGLIST PACKAGES=$(egrep -v '(^\#)|(^\s+$)' $PKGLIST) rm -rf $RPMLIST $PKGLIST $PKGINFO mkdir $PKGINFO # Create core package database echo echo "+===========================...
2002 Feb 28
4
Update to solaris package creation
...ted with openssh. >> >> I am sending it to you in case you find my modification useful. >> >> BTW, nice script! >> >> The modifications are: >> - the rc?.d scripts are hard links not soft links >> - removed one of the BASEDIR entries in the pkginfo >> - modified the awk script that filters the prototype so that the system >> directories are marked as shared (using ? for permissions, owner and group) >> >> that's more or less about it. --- buildpkg.sh.orig Fri Oct 19 15:36:24 2001 +++ buildpkg.sh Thu Feb 28...
2018 Jul 24
4
Library lib.loc Option Ignored for Dependencies
...--- src/library/base/R/library.R??? (revision 74997) > +++ src/library/base/R/library.R??? (working copy) > @@ -242,7 +242,7 @@ > ???????????????????? pos <- 2 > ???????????????? } else pos <- npos > ???????????? } > -??????????? .getRequiredPackages2(pkgInfo, quietly = quietly) > +??????????? .getRequiredPackages2(pkgInfo, lib.loc = lib.loc, quietly = quietly) > ???????????? deps <- unique(names(pkgInfo$Depends)) > ???????????? ## If the namespace mechanism is available and the package This - directly - fails even more miserab...
2018 Jul 21
3
Library lib.loc Option Ignored for Dependencies
>>>>> Benjamin Tyner >>>>> on Fri, 20 Jul 2018 19:42:09 -0400 writes: > Here's a trick/workaround; if lib.loc is the path to your > library, then prior to calling library(), >> environment(.libPaths)$.lib.loc <- lib.loc Well, that is quite a "trick" -- and potentially a pretty dangerous one, not intended when making
2011 Jan 12
1
change from notrun to 0 failed: returned 1 instead of 0
...t; [ "test -f $pkg", "test -f default" ], before => Exec["HP_Disc_Agnt_Install"], } exec { "HP_Disc_Agnt_Install": command => "pkgadd -a default -d $pkg Iddmi", unless => "pkginfo Iddmi", require => Exec["HP_Disc_Agnt_Prep"], } } default: { } } } include iddmi # puppet -d iddmi.pp debug: Exec[HP_Disc_Agnt_Install]: Adding default for cwd debug: Exec[HP_Disc_Agnt_Install]: Adding default for path debug: Exec[HP_Disc...
2015 Feb 26
0
Easy way to strip down CentOS?
...o the 'core' file in my Git repo and run the > following script on the system I want to prune: > > #!/bin/bash > # > # purge_system.sh > # > # (c) Niki Kovacs, 2014 > > CWD=$(pwd) > TMP=/tmp > > RPMLIST=$TMP/rpmlist.txt > PKGLIST=$TMP/pkglist.txt > PKGINFO=$TMP/pkg_database > > rpm -qa | sort > $RPMLIST > > sed 's/-[^-]*-[^-]*\.[^.]*\.[^.]*$//' $RPMLIST > $PKGLIST > > PACKAGES=$(egrep -v '(^\#)|(^\s+$)' $PKGLIST) > > rm -rf $RPMLIST $PKGLIST $PKGINFO > mkdir $PKGINFO > > # Create core package dat...
2015 Feb 26
2
Easy way to strip down CentOS?
On Wed, February 25, 2015 14:18, Brian Mathis wrote: > > I don't think there's a single yum command that lets you roll > back to the packages the were installed at a given point in > time. I also don't think that this would get you back to the > *exact* system as it was. # yum history rollback 1 # return to first post-update state. # yum history undo 1 # undo
2002 Mar 13
1
Problem with buildpkg.sh
I am attempting to successfully run the buildpkg.sh script which is located in the contrib/solaris directory. I am receiving the following error: Building pkginfo file... Building prototype file... Building package.. ## Building pkgmap from package prototype file. ## Processing pkginfo file. pkgmk: ERROR: parameter <VERSION> cannot be null ## Packaging was not successful. pkgtrans: ERROR: unable to complete package transfer - no packages were selec...
2002 May 22
1
(no subject)
This is the output of ./buidpkg.sh of openssh-3.1p1 on "SunOS 5.6 Generic_105181-17 sun4m sparc SUNW,SPARCstation-20" Building pkginfo file... Building prototype file... Building package.. ## Building pkgmap from package prototype file. ## Processing pkginfo file. pkgmk: ERROR: parameter <VERSION> cannot be null ## Packaging was not successful. pkgtrans: ERROR: unable to complete package transfer - no packages were selec...
2003 Nov 28
1
Samba: 32 or 64 bit
...the version of Samba we are running is 32 or 64 bit. We are running Samba 2.2.8 on Solaris 8 (64 bit mode). Aplogies if this is really obvious but I have looked many places with no luck. It was installed from a file containing Solaris packages - samba-2.2.8-sol8-sparc-local.gz Screenshot of pkginfo:- root/zuxdc2s]/usr/local/samba/bin# pkginfo -l SMCsamba PKGINST: SMCsamba NAME: samba CATEGORY: application ARCH: sparc VERSION: 2.2.8 BASEDIR: /usr/local/samba VENDOR: The Samba Group PSTAMP: Steve Christensen INSTDATE: Oct 07 2003 07:35 EMAIL: stev...
2002 Apr 10
1
problem with making solaris package (openssh)
...4 moduli.out /opt/sldx/slwo/openssh-3.1p1/openssh-3.1p1/contrib/solaris/package/usr/local/etc /moduli; \ fi ; \ else \ echo "/opt/sldx/slwo/openssh-3.1p1/openssh-3.1p1/contrib/solaris/package/usr/local/etc/moduli already exists, install will not overwrite"; \ fi Building pkginfo file... Building prototype file... a teraz sie wypierdoli Building package.. ## Building pkgmap from package prototype file. ## Processing pkginfo file. pkgmk: ERROR: parameter <VERSION> cannot be null ## Packaging was not successful. pkgtrans: ERROR: unable to complete package transfer -...
2002 Mar 27
2
Problem with ssh-keygen
...me as to why I'm getting this error as described below? I don't have that problem with solaris 8 that runs SMCossh 3.0.2p1 Thanks in advance. Louie # /usr/local/bin/ssh-keygen ld.so.1: /usr/local/bin/ssh-keygen: fatal: libcrypto.so.0.9.6: open failed: No such file or directory Killed # pkginfo |grep -i smc application SMCegd egd application SMCossh openssh application SMCprl561 perl application SMCprngd prngd application SMCzlib zlib # pkginfo -l SMCegd SMCossh SMCprl561 SMCprngd SMCzlib PKGINST: SMCegd NAME: egd CATEGORY: application...
2002 Jun 18
0
Solaris packaging of rsync - script comes here
...cp ../../../rsyncd.conf.5 $FAKE_ROOT/man/man5/rsyncd.conf.5 cp ../../../README $FAKE_ROOT/doc/rsync/README cp ../../../COPYING $FAKE_ROOT/doc/rsync/COPYING cp ../../../tech_report.pdf $FAKE_ROOT/doc/rsync/tech_report.pdf cp ../../../COPYING $FAKE_ROOT/COPYING ## Build info file echo "Building pkginfo file..." cat > $FAKE_ROOT/pkginfo << EOF_INFO PKG=$PKGNAME NAME=$NAME DESC="Program for efficient remote updates of files." VENDOR="Samba Team URL: http://samba.anu.edu.au/rsync/" BASEDIR=$BASEDIR ARCH=$ARCH VERSION=$VERSION CATEGORY=application CLASSES=none EOF_I...
2018 Jul 24
0
Library lib.loc Option Ignored for Dependencies
...(revision 74997) > > +++ src/library/base/R/library.R??? (working copy) > > @@ -242,7 +242,7 @@ > > ???????????????????? pos <- 2 > > ???????????????? } else pos <- npos > > ???????????? } > > -??????????? .getRequiredPackages2(pkgInfo, quietly = quietly) > > +??????????? .getRequiredPackages2(pkgInfo, lib.loc = lib.loc, quietly = quietly) > > ???????????? deps <- unique(names(pkgInfo$Depends)) > > > ???????????? ## If the namespace mechanism is available and the package > > This - dir...
2018 Jul 25
1
Library lib.loc Option Ignored for Dependencies
...; ???? > +++ src/library/base/R/library.R??? (working copy) >> ???? > @@ -242,7 +242,7 @@ >> ???? > ???????????????????? pos <- 2 >> ???? > ???????????????? } else pos <- npos >> ???? > ???????????? } >> ???? > -??????????? .getRequiredPackages2(pkgInfo, quietly = quietly) >> ???? > +??????????? .getRequiredPackages2(pkgInfo, lib.loc = lib.loc, >> quietly = quietly) >> ???? > ???????????? deps <- unique(names(pkgInfo$Depends)) >> >> ???? > ???????????? ## If the namespace mechanism is available and the &...
2018 Jul 21
0
Library lib.loc Option Ignored for Dependencies
...================================================== --- src/library/base/R/library.R??? (revision 74997) +++ src/library/base/R/library.R??? (working copy) @@ -242,7 +242,7 @@ ???????????????????? pos <- 2 ???????????????? } else pos <- npos ???????????? } -??????????? .getRequiredPackages2(pkgInfo, quietly = quietly) +??????????? .getRequiredPackages2(pkgInfo, lib.loc = lib.loc, quietly = quietly) ???????????? deps <- unique(names(pkgInfo$Depends)) ???????????? ## If the namespace mechanism is available and the package On 07/21/2018 12:34 PM, Martin Maechler wrote: >>>>&...
2009 May 11
2
Solaris 10 (sparc) and samba issue
...e net ads joins the host to the AD, but cant get the proper kerberos tix. Manually generating the kerberos keytab from AD dont work. Any suggestions? root@host /#head -1 /etc/release Solaris 10 10/08 s10s_u6wos_07b SPARC root@host /usr/sfw/sbin#./smbd -V Version 3.0.28 root@host /#for PKG in `pkginfo -x | grep -i samba | awk '{print $1}'`; do VER=`pkginfo -l ${PKG} | grep PSTAMP`; echo ${PKG} ${VER}; done SUNWsmbac PSTAMP: sfw10-patch20080310191909 SUNWsmbar PSTAMP: sfw10-patch20080723133424 SUNWsmbau PSTAMP: sfw10-patch20080723134146 Last few relevant lines from net ads with -d10 leve...