similar to: [PATCH] Add Solaris 'pkgadd' support scripts in contrib/solaris

Displaying 20 results from an estimated 600 matches similar to: "[PATCH] Add Solaris 'pkgadd' support scripts in contrib/solaris"

2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory (eg: when you ssh into a machine and pkgadd the new openssh, it will not kill your current (or anyone else's sshd session) onanother_note: the buildpkg.sh could use some exec_prefix functionality... to deal with ./configure --prefix= --exec_prefix=/usr *** bak/opensshd.in Fri Oct 19 13:36:24 2001 ---
2006 Oct 03
1
Problems building osox-src-2006-08-16 on x86_64 (dwarf data)
Hello, Did anybody outside SUN tried to build xen-src (osox-src-2006-08-16)? I had tried it on x86_64 machine. I am running SXCR46 (I know that it says that SXCR 44 is needed, but I hope that this is a minimum requierment, even that it doesn''t say it explicitly, and that SXCR 46 is also good. BTW, Am I right in this ? ) ; I ran "nightly opensolaris.sh &". My
2003 Oct 01
2
Hep for creating a package
Hi, I created a package for OpenSSH 3.7.1p2 in UNIX (OS: Sun Solaris), the newly created package includes binaries,man pages, libraries and Configuration files. I am planning to install this package in all of my Sun server's (Approximately 200 Server's). We have SSH/OpenSSH older version are already installed and running in all of the sun boxes. I want to install the
2005 Oct 15
1
makepkg.sh for samba 3.0.20
Hi, I downloaded 3.0.20 from samba.org, ran makepkg.sh to create samba pkg for Solaris. The install base for the new version locates in /opt/samba and the smbd locates in /etc/samba. I tried to modify the makepkg.sh to put everything under /usr/local/samba as follow: Delete: ==== --localstatedir=/var/lib/samba \ --with-piddir=/var/run \
2011 Jan 12
1
change from notrun to 0 failed: returned 1 instead of 0
# cat iddmi.pp class iddmi { # define pkg variable $pkg = $hardwareisa ? { "sparc" => "Iddmi_SunOS_sparc.pkg", "i386" => "Iddmi_SunOS_i386.pkg", default => undef, } $ftpsystems = "ftp.example.net/download" # define path deafult for exec Exec { path =>
2002 Apr 25
2
ssh-rand-helper probs
Hi all Am i doing this right? Is this the right list to post to? If not, a quick lesson in ettiquette for me would not hurt. As I am both just starting to use newsgroups and SSH, I am not entirely familiar with the processes. I have a question about ssh-rand-helper. First an outline: I am currently using the SSH packages for Solaris 2.8 available at sunfreeware.com. The environment is
2002 Jul 18
1
'buildpkg.sh' for OpenSSH - non-interactive install?
I have a minor issue with the 'buildpkg.sh' script in the contrib/solaris directory for OpenSSH (3.4p1 in my case) that I'm hoping might be solvable. First off, I'd like to say that I've been quite happy with the script; for interactive installs, it's worked great. My problem is occurring due to my attempts to make it work non-interac- tively, however, within an init
2007 May 08
3
Solaris streams package installation
Is it possible to install a solaris streams package with puppet? As some of my machines are not allowed to be a nfs client, I transfer the bunch of packages to these clients with the file type and puppet:// ... If the packages are in filesystem 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
2007 Dec 12
8
Solaris package woes
I am trying to get Puppet to push out a Solaris sudo package that I built, but I keep getting errors. I tested applying the package manually outside of Puppet and it works perfectly, but when I attempt to push it out via Puppet it fails. Puppetmaster Version: 0.23.2 [Ubuntu Linux 7.10 - Puppet built from source] Puppet client version: 0.23.0 [Sun Solaris 10 Zone - Puppet built from source] The
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>
2007 Feb 04
0
samba on solaris
Hi I have installed Solari 9 on SunFire e450 box and installed latest Solaris patches. Then I have downloaded samba-latest.tar.gz and along with it the following packages gcc-3.4.6-sol9-sparc-local.gz samba-latest.tar.gz libiconv-1.11.tar.gz Then # gunzip gcc-3.4.6-sol9-sparc-local.gz # gunzip samba-latest.tar.gz # gunzip libiconv-1.11.tar.gz pkgadd -d gcc-3.4.6-sol9-sparc-local pkgadd -d
2003 Dec 06
2
sol8 - rsync2.5.6 - cannot rsync at all
hi, using sol8 sparc platform with recommended patch set from sun. dloaded/installed rsync and popt(prerequsite) from sunfreeware.com (bin for sol8 sparc) # pkgadd -d ./popt-1.7-sol8-sparc-local all # pkgadd -d ./rsync-2.5.6-sol8-sparc-local all Problem : can rsync locally but cannot rsync over network ; can rcp over network can rsync locally : oracle@sys2:/apps/oracle/dba> touch
2001 May 02
2
contrib/solaris/build-pkg
I went to go use it today since I'll be putting together some packages for a national project and I found them in pretty *BAD* shape. By tonight, I should have some partial patches to resolve a lot of the issues, but I really feel we need to either need to fix it, remove it, or replace it with a better version. It's old enought to lakc RSA v2 key generation, lack of slogin, sftp,
2000 Aug 30
0
Solaris/IRIX audit support: login.c vs loginrec.c
> -----Original Message----- > From: Rip Loomis [mailto:loomisg at cist.saic.com] > Sent: Wednesday, August 30, 2000 11:52 AM > To: openssh-unix-dev at mindrot.org > Subject: Solaris/IRIX audit support: login.c vs loginrec.c > > Comments requested: > I have internally-generated patches against > commercial SSH 1.2.27 that add full support > for generation of
2005 Jan 20
0
SASL build error on solaris 8
Hi, My ultimate goal is to deploy a source-built Samba 3.0.1 on Solaris 8 that can join an Active Directory. According to the docs, Samba requires Kerberos and OpenLDAP and OpenLDAP requires SASL. Hence my problem. when i try to build cyrus-sasl-2.1.15 i have got the following configure warnings configure: warning: No DES support for DIGEST-MD5 configure: warning: OpenSSL not found --
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,
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
2006 Sep 11
7
installing a pseudo driver in a Solaris DOM U and DOM U reboot
Hello, on a v20z, we have as DOM 0 a Solaris XEN on snv44 64bits and we have as DOM U a Solaris XEN on snv44 64 bits. We then install a pseudo driver in the Solaris DOM 1 XEN snv44: installation is ok and driver works as expected. But on reboot of DOM 1, the driver is no more there (in modinfo, driver not found). Is there something special to do after a pseudo driver installation in a Solaris
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
2003 Sep 26
2
OpenSSH 3.7.1p1
Hi, RE: OPenSSH Problems I created a package for OpenSSH 3.7.1p1 (by using openssl-0.9.7b and zlib-1.1.4). We are trying to deploy the created package in all of our servers, which is already installed different versions of OpenSSH and SSH. I was successful for few servers. In one of our server after doing pkgadd and when i am trying to generate keys i am getting the following errors.