Displaying 20 results from an estimated 1000 matches similar to: "buildpkg on solaris 8 OK BUT?.."
2001 Oct 17
3
Again: bugs in contrib/solaris/opensshd.in and buildpkg.sh
(Shame on me: wrong filename in last posting, now here are correct
diffs)
in contrib/solaris/ (openssh-SNAP-20011017.tar.gz)
1) buildpkg.sh makes wrong link for /etc/init.d/opensshd
2) /etc/init.d/opensshd has not-working killproc
here my version tested on Solaris 2.4 and 8
(no pgrep with solaris 2.4, XARGS was undefined, simpler
syntax)
J?rg
--- contrib/solaris/buildpkg.sh Fri Oct 12
2005 May 12
2
[Bug 1038] buildpkg.sh postinstall script does not install RC links using installroot and non-symlinks.
http://bugzilla.mindrot.org/show_bug.cgi?id=1038
Summary: buildpkg.sh postinstall script does not install RC links
using installroot and non-symlinks.
Product: Portable OpenSSH
Version: 4.0p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component:
2002 May 17
2
SSH 3.2.2 on Solaris 8 with /kernel/drv/random
Hi,
I'm like to try a get the new release to work with Sun's new device,
that can be installed with patch 112438-01.
I compiled SSL attempting to point it at the random device:
cd openssl-0.9.6d
./Configure solaris-sparcv7-gcc
make DEVRANDOM="/kernel/drv/random"
And then ran the SSH configure:
./configure --prefix=/opt/OBSDssh --with-pam --without-rsh \
--sysconfdir=/etc/ssh
2004 Apr 30
0
buildpkg.sh enhancements
I've made some changes to buildpkg.sh to make it easier for package
builders to add their local changes.
I'd like people that use buildpkg.sh to test and comment on these
changes before I commit them to CVS.
None of the defaults have changed.
Some of the patch is is just moving chunks of code to a different
location to make some of the enhancements work.
Some things you may find
2002 Jul 16
1
opensshd.in
I've had the wrong sshd daemon killed by "killing using alternate method"
too many times.
Would this cause anyone any grief?
--- opensshd.in.old Sun Oct 21 16:42:02 2001
+++ opensshd.in Mon Jul 15 19:34:16 2002
@@ -3,11 +3,8 @@
#
# Stripped PRNGd out of it for the time being.
-AWK=/usr/bin/awk
CAT=/usr/bin/cat
KILL=/usr/bin/kill
-PS=/usr/bin/ps
-XARGS=/usr/bin/xargs
2001 Oct 17
0
OpenSSH 2.9.9p2 on Solaris 8 buffer_get problem
Hi there,
I have a weird problem with OpenSSH 2.9.9p2 on Solaris 8. Whenever I try
to use ssh, scp or sftp to connect to the Solaris box, the connection is
closed by the server and the following msg logged thru syslog:
"sshd[542]: fatal: buffer_get: trying to get more bytes 129 than in
buffer 39"
I tried from an RH 7.1 client (2.9.9p2), from a Solaris 8 client
(2.9.9p2), and an OpenBSD
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system
verify that this should be done? It looks right, but I want
another opinion before commiting.
- Ben
> On Wed, 27 Feb 2002, Antonio Navarro wrote:
>
>> Hi Ben,
>>
>> I have made some modifications to the buildpkg.sh script that is
>> distributed with openssh.
>>
>> I am sending it to
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
---
2001 Jul 24
1
[PATCH] New Solaris Package script.
I finally finished a full rewrite of the solaris packaging software for
OpenSSH. This is still very young, but it should be considered the
replacement for the existing system.
It's a fake root package build so any ./configure options you use that
changes where your configuration files and such go should be captured.
It's not fully tested. However, I'm building packages for /opt and
2004 Jul 01
3
AIX lssrc command error after installed OpenSSH
Hi,
We compiled and successfully installed OpenSSH 3.8.1p1
(or earlier version), but has false respond from lssrc
-a command. Example error message as:
openssh daemon itself - "opensshd tcpip
inoperative"
or
other daemon - "0513-001 The System Resource
Controller daemon is not active"
We've installed the following filesets on several AIX
servers
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:
2006 Feb 13
0
FYI: buildpkg.sh.in
I've just commited the patch below to buildpkg.sh.in to HEAD
Just in case anyone is using "make package" to build a SVR4 style
package, I thought I'd give a heads the default name for
$POST_MAKE_INSTALL_FIXES has changed.
--- buildpkg.sh.in.old 2005-12-28 14:24:55.856729016 -0800
+++ buildpkg.sh.in 2006-02-12 10:04:06.383475017 -0800
@@ -35,7 +35,7 @@
SYSVINITSTART=S98
2002 Mar 08
1
buildpkg.sh in OpenSSH_3.1p1
Hi,
version.h in OpenSSH_3.1p1 has an Newline after
#define SSH_VERSION "OpenSSH_3.1p1"
so
tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'
does give back a version number
regards
Oliver
--
Oliver F?nger - Phone +49 201 8501 319
Cityweb Network GmbH & Co. KG
Friedrichstr. 12 - Fax +49 201 8501 104
45128 Essen - email
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
2002 Nov 28
2
contrib/solaris/buildpkg.sh - use within JumpStart as well?
Hello,
I don't know how off the wall this question will be, but first let me
say that I've found your buildpkg.sh script very useful in creating
an OpenSSH package for use on my Solaris systems. Currently I'm trying
to set up a fully automated JumpStart system at my workplace, and I'm
realizing that the 'postinstall' script (and possibly some of the other
install scripts)
2002 Jul 15
10
Patch: Solaris packages don't create privsep user or group
Hi.
Solaris packages created by buildpkg.sh don't create privsep user or
group and sshd won't start until they are created (or privsep is
disabled):
## Executing postinstall script.
starting /usr/local/sbin/sshd... Privilege separation user sshd does not
exist
/etc/init.d/opensshd: Error 255 starting /usr/local/sbin/sshd...
bailing.
The attached patch (against -cvs) ports the relevant
2002 Mar 08
0
contrib/solaris/buildpkg.sh buglet
Hi,
The line grabbing the version out of version.h is slightly broken in 3.1p1:
VERSION=`tail -1 ../../version.h | sed [.....]
because there's an extra blank line at the end of version.h. It would be
more robust if the script did something like this instead:
VERSION=`grep SSH_VERSION ../../version.h | sed [....]
Cheers,
Chris
2003 Dec 05
1
OpenSSH Contrib/solaris buildpkg.sh
Hi,
thanks for this great work. Just a minor point - maybe
you should mention the
rm -rf $FAKE_ROOT
command within your README file:
It caught me unexpected and I was looking a couple
of minutes for the package artifact before I actually
read the last line.
Regards,
Burkhard Kohl
Lead Engineer Content Management
burkhard.kohl at intershop.de
INTERSHOP?
http://www.intershop.de
INTERSHOP
2004 Feb 27
0
PAM patch for openssh 3.7.1p2
SecureComputing's PAM library doesn't pass back the correct context to
the pam_conversation function, i.e. it passes back NULL. So this patch
works around this fact.
likely you'll only want this hack if you expect to use pam_safeword.so
in your authentication check, and only if you run sshd in privilege
separation (separate process) mode so that the PAM conversation is
single
2002 Mar 26
0
openssh-3.1p1, buildpkg.sh on Solaris 8
Hello.
First I would like to thank you for making building the OpenSSH package
so easy on Solaris 8. I wish it was so easy with all open source
software.
For your information, I just build and packaged OpenSSH-3.1p1 on my
Ultra 5 workstation with the following packages:
system SUNWadmr System & Network Administration Root
system SUNWarc Archive Libraries
system