Displaying 20 results from an estimated 82 matches for "pkgadd".
2007 May 08
3
Solaris streams package installation
...format there can be hundreds of files within
large packages. It takes a huge amount of time to transfer all of them. So
I''ve changed them into the streams format on the source, transfer them to the
target and try to install. Unfortunately, installation fails for a streams
package. The pkgadd cmd is slightly different for a streamspkg:
pkgadd -d /path/to/pkg/mysoftwarepkg
than for a filesystembased:
pkgadd -d /path/to/pkg mysoftwarepkg
Besides this, is there a better way to install packages on the target machine
if there''s no nfs available? Something like:
- check if...
2002 Apr 25
2
ssh-rand-helper probs
...TH
echo "##########################################"
echo "#
#"
echo "# Installing and configuring
#"
echo "# samba and SSH (Secure Shell) #"
echo "#
#"
echo "##########################################"
pkgadd -R /a -a ${ADMIN_FILE} -d
${SU_CONFIG_DIR}/packages/vnc/vnc-3.3.3r2-sol8-sparc-local all
mkdir -p /a/usr/local/samba
pkgadd -R /a -a ${ADMIN_FILE} -d
${SU_CONFIG_DIR}/packages/samba/samba-2.2.2-sol8-sparc-local all
pkgadd -R /a -a ${ADMIN_FILE} -d
${SU_CONFIG_DIR}/packages/sshpkgs/zlib-1.1.4-sol8-s...
2003 Oct 01
2
Hep for creating a package
...are in different direcotries like
/usr/local/bin
/usr/local/sbin
/usr/local/libexec
/usr/local/man
/usr/local/etc
Is there anyway i can make package replacing the binaries, man pages
and also it has to check in the /usr/local/etc directory while doing
the pacakage add (pkgadd), if the configuration files and key files
exists in /usr/local/etc directory it shouldn't replace the files.
Only it should copy the files if there is any files missing in
/usr/local/etc directory while doing pkgadd.
After doing the pkgadd i want append few things to my configurati...
2005 Oct 15
1
makepkg.sh for samba 3.0.20
.../run \
--with-logfilebase=/usr/local/samba/var/log \
--with-privatedir=/usr/local/samba/private \
--with-configdir=/usr/local/samba/lib \
Replaced INSTALL_BASE=/opt/samba with INSTALL_BASE=/usr/local/samba
makepkg.sh completed with no error. However pkgadd gives me the
following errors:
# pkgadd -d . samba
Processing package instance <samba> from </tmp>
CIFS File and Print server
(sparc) 3.0.20
Copyright (C) 2001 Samba Team
Using </usr/local/samba> as the package base directory.
## Processing package information.
pkgadd: ERROR: d...
2000 Aug 02
0
[PATCH] Add Solaris 'pkgadd' support scripts in contrib/solaris
All--
Attached is a tarball that has undergone some testing
here and appears to handle all reasonable cases.
The goal is to allow OpenSSH users to easily create
installable Solaris packages, which can be installed
using the native 'pkgadd' command. Comments
requested--it sure has helped things here. As always,
I would recommend caution if you're trying to
upgrade SSH while logged in remotely by SSH.
>From the README:
______________
To use, simply expand this tarball under your main
OpenSSH source directory--it will cre...
2002 Jul 18
1
'buildpkg.sh' for OpenSSH - non-interactive install?
...ated the necessary admin and response
files to allow for no interaction with the user, and when the script is
run from a command prompt, it works without a hitch. If the script is
run during bootup (as an init script), it seems to bomb on the preinstall
script with the following error message:
pkgadd: ERROR: freopen(/dev/tty, "a", stdout) failed, errno=6
pkgadd: ERROR: preinstall script did not complete successfully
Looking up the error number, which corresponds to ENXIO, it seems to be
unable to find /dev/tty, which is understandable since it's being run
non-interactively; ho...
2008 Oct 15
11
how to update solaris packages without keeping local copies
Greetings,
I have a solaris package stored on a puppet server. I''d like
to be able to maintain the package on a client system without
having to also keep a copy of the package file on the client
system. (think lots and lots of packages)
Checksums work okay for noticing changes on the fileserver,
but it seems that I have to keep a local copy of the file as well.
When I rev the package
2007 Dec 12
8
Solaris package woes
...: Executing
''/usr/bin/pkginfo -l UCRsudo''
debug: //sudo/Package[UCRsudo]: Changing ensure
debug: //sudo/Package[UCRsudo]: 1 change(s)
debug: //sudo/Package[UCRsudo]/ensure: setting present
(currently UCRsudo(ensure)absent)
debug: package provider sun: Executing ''/usr/sbin/pkgadd -d
puppet:///dist/apps/sudo/UCRsudo -n UCRsudo''
err: //sudo/Package[UCRsudo]/ensure: change from absent to
present failed: Execution of ''/usr/sbin/pkgadd -d
puppet:///dist/apps/sudo/UCRsudo -n UCRsudo'' returned 25344:
pkgadd: ERROR: attempt to process datastream failed...
2006 Oct 03
1
Problems building osox-src-2006-08-16 on x86_64 (dwarf data)
...o''
previously I downloaded required packages from http://opensolaris.org/os/community/xen/How-To-8-15-06/Downloads-Page-8-15-06
and ran: (though I am not sure everything
here is a MUST):
http://opensolaris.org/os/community/xen/How-To-8-15-06/install/
#bunzip2 -d SUNWPython64.pkg.bz2
# pkgadd -d SUNWPython64.pkg
# bunzip2 -d SUNWPython64-devel.pkg.bz2
# pkgadd -d SUNWPython64-devel.pkg
# bunzip2 -d SUNWxenh.pkg.bz2
# pkgadd -d SUNWxenh.pkg
# bunzip2 -d SUNWxenr.pkg.bz2
# pkgadd -d SUNWxenr.pkg
# bunzip2 -d SUNWxenu.pkg.bz2
# pkgadd -d SUNWxenu.pkg
# bunzip2 -d SUNWonbld.pkg.bz2
# pkgadd...
2011 Jan 12
1
change from notrun to 0 failed: returned 1 instead of 0
...get
-O default ftp://$ftpsystems/default",
unless => [ "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
deb...
2001 Oct 03
3
samba on solaris 8
any body had any issues with samba on solaris8 ( sparc )
which version is advisable
thanks
2003 Oct 02
3
Samba BDCs and trusts.
OK, I think I've hit a misfeature in samba 3.0(release, Debian/sid)
when it comes to using both Samba BDCs and domain trusts. It seems that
the domain trust password is stored in the secrets.pdb on the server
establishing the trust. This, obviously doesn't facilitate BDCs
exercising the trust relationship, or being at all accessable from
workstations on the other side of the trust.
I
2003 Feb 05
3
Solaris binary distribution question /usr/local
HI!
I am trying to configure the samba 2.2.7 binary from sunfreeware ( package
for Solaris 7). Is there any way to override the default install location
of /usr/local/samba for the lock files? I do not have access to
/usr/local as it is NFS mounted and shared by all Solaris 7 boxes. I can
pkgadd to a different root path, and I can -s the config file to the
install location, but I cannot find a way to get the lock files in
anything other than /usr/local, so I cannot start the smbd daemon. If I
have to I'll build samba 2.2.7 on the box, but I thought I would ask here
first. Thanks...
2007 May 03
3
Re: UPDATE automated installation of puppet into s olaris 10 zones
>> You''re right, if the package content from the global zone is
>> reflected in all zones, the necessary files are already there.
>>
>> Typically I try to keep additional installed packages as
>> independent as possible. So all additional software packages have
>> the following parameters set in the pkginfo file:
>>
>>
2003 Nov 28
2
Dovecot for solaris 8 x86
Does someone out there have the ability to compile dovecot for solaris 8
x86. I have tried and failed to get it to work. Any format would be
acceptable tar or pkgadd.
Thanks in advance for any help.
Ted
1998 Jul 03
0
Problems at installation.
Hello:
I have problems with the new release (1.9.18p8) installation on
a sparc station.
After umpacking the tar file, when I try to run the "pkgadd"
utility, I receive this message.
Using </usr/local> as the package base directory.
cpio: Bad magic number/header.
1 errors
pkgadd: ERROR: attempt to process datastream failed
- process </usr/bin/cpio -icdumD -C 512> failed, exit code 1
pkgadd: ERROR: unable to unpack datastre...
2001 Nov 26
1
enquiry ?
I have downloaded samba-2.2.2-sparc-solaris-2.8.pkg from your site and would like to install it to my unix server sun solaris 5.8. I am battling to use the pkgadd to install this package. Can you please help me in this regard as I have failed to find samba/docs/htmldocs/UNIX_INSTALL which is suppose to be instructions on how to install it on unix sun solaris.
Thanking you in advance.
Regards,
oooooooooo000000ooooooooooooooo
Siphiwe Radebe
EnCoRe Project...
2001 Dec 20
3
OpenSSH-sparc-3.0.2p1.pkg: /usr/local conflicting file
...ARNING: you are using the builtin random number collection service.
Please read WARNING.RNG and request that your OS vendor includes
/dev/random in future versions of their OS.
Here below the log of my Solaris package installation:
Log of the package installation
-------------------------------
# pkgadd -d OpenSSH-sparc-3.0.2p1.pkg
The following packages are available:
1 OpenSSH OpenSSH Portable for Solaris
(sparc) 3.0.2p1
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
Processing package instance <OpenSSH&g...
2006 Sep 11
7
installing a pseudo driver in a Solaris DOM U and DOM U reboot
...ver is no more
there (in modinfo, driver not found).
Is there something special to do after a pseudo driver installation in
a Solaris domU ?
We try:
- a touch /reconfigure: doesn''t help
- a forceload in /etc/system: doesn''t help
The only hack we found is to pkgrm the driver and pkgadd the driver again
after a dom U restart.
Pseudo Driver installation is done the following way:
# pkgadd -d ... SUNWegcff
that adds
/etc/devlink.tab:
type=ddi_pseudo;name=ffmod ffmod\M0
/etc/minor_perm:
clone:ffmod 0600 root sys
and does
/usr/sbin/add_drv -v ffmod
/usr/sbin/devfsadm -i ffmod...
2003 Oct 15
3
OpenSSH package
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 7366 bytes
Desc: not available
Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20031015/02b75f40/attachment.ksh