Hi Ben, Just a few things on openssh 3.4p1 Solaris package. 1) Solaris naming convention would be OPENssh for package 2) Need to add the "sed" edit of X11Forwarding for ssh_config also 3) I prefer sym links as default (I suppose thats personal) 4) Need to provide "response" file so that dont need interaction to install!! - I do all install via jumpstart scripts etc. otherwise you get: Adding package OPENssh.... Interactive request script supplied by package pkgadd: ERROR: request script did not complete successfully Installation of <OPENssh> was suspended (interaction required). No changes were made to the system. cheers Jim
On Fri, 28 Jun 2002, James Campbell wrote:> Hi Ben, > Just a few things on openssh 3.4p1 Solaris package. > 1) Solaris naming convention would be OPENssh for packageWe are not Sun. We don't call our selves 'OPENssh'.> 2) Need to add the "sed" edit of X11Forwarding for ssh_config alsoPatch?> 3) I prefer sym links as default (I suppose thats personal)So do I.. but as a collective choice we decided to mirror Sun's choice of hardlinks.> 4) Need to provide "response" file so that dont need interaction > to install!! - I do all install via jumpstart scripts etc. > otherwise you get:I don't use this feature. Provide a patch. Otherwise it will be added at the 101th thing on my list of things to do. Which at this rate will be two years to get to.=) - Ben
On Fri, 28 Jun 2002, James Campbell wrote:> Hi Ben, > Just a few things on openssh 3.4p1 Solaris package. > 1) Solaris naming convention would be OPENssh for package > 2) Need to add the "sed" edit of X11Forwarding for ssh_config alsoCreate a config.local in your build dir with PKGNAME=OPENssh X11_FORWARDING=yes> 3) I prefer sym links as default (I suppose thats personal)It is.> 4) Need to provide "response" file so that dont need interaction > to install!! - I do all install via jumpstart scripts etc. > otherwise you get:Are you saying that buildpkg.sh should create a response file?> Adding package OPENssh.... > Interactive request script supplied by package > pkgadd: ERROR: request script did not complete successfully > > Installation of <OPENssh> was suspended (interaction required). > No changes were made to the system. > > cheers > Jim > _______________________________________________ > openssh-unix-dev at mindrot.org mailing list > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev >-- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
--On Friday, June 28, 2002 2:12 PM +0100 James Campbell <jc at np.ph.bham.ac.uk> wrote:> 4) Need to provide "response" file so that dont need interaction > to install!! - I do all install via jumpstart scripts etc. > otherwise you get:_You_ need to provide a response file, based on your answers to the request script's questions. My answers to the request script wouldn't be very useful to you, unless we think alike. A response file can be generated from a request script using the packaging tools (do a "man pkgask"). Now, if the request script is doing something naughty, such that the response file doesn't work properly, submit a bug report. -- Carson