search for: postinstall

Displaying 20 results from an estimated 154 matches for "postinstall".

2006 Mar 08
4
RMagick Instant Rails install problem
...files into c:\Instant-Rails-1.0\temp from the rubyforge site. Running "Gem install RMagick-win32-1.9.2-mswin32.gem" from the temp directory seems to work giving me a "Successfully installed RMagick-win32, version 1.9.2" message. However, when I then try and go "ruby postinstall.rb" from the same directory I get "postinstall.rb:1in ''require'' : no such file to load -- postinstall/set_environment (LoadError) from postinstall.rb:1" I have no postinstall directory, should one have been corrected? Thanks in advance. Pete -- Posted via...
2009 Jan 06
2
Mount CD ROM iso during kickstart postinstall
Mount CD ROM iso during kickstart postinstall CentOS 5.2 i386 I''m doing a xen virtual machine installation from a DVD iso image with a kickstart file to set network and run scripts and such in the postinstall section. During the installation the DVD iso is listed as device /tmp/cdrom and mounted on /mnt/source. Once the installati...
2006 Oct 31
0
6314894 SUNWvolr postinstall egrep output should be send to /dev/null
Author: frits Repository: /hg/zfs-crypto/gate Revision: 7ec34941356bd82b5227f61cba55b6f2e08f9bd3 Log message: 6314894 SUNWvolr postinstall egrep output should be send to /dev/null Files: update: usr/src/pkgdefs/SUNWvolr/postinstall
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 Compo...
1998 Oct 05
0
samba-1.9.18p10 - Solaris 2.6, postinstall and postremove scripts
Greetings all, See below for postinstall and remove scripts for the above release for those who may have wondered why they didn't work. Minor changes, but those below work. Find these scripts in ../samba-1.9.18p10/packaging/Solaris/pkg-specs. Regards Anthnoy :::::::::::::: postinstall :::::::::::::: #!/bin/sh # install samba nawk...
2008 Jun 05
1
RFC: Add 'postinstall' hook to R CMD INSTALL ?
...t there ii) RCpp which is a library / glue code making live easier for C++ code to interface with R; also easy to configure but I'd then libRcpp.{so,a} to be in $PREFIX/bin -- and I need to copy it there How: Similar to 'cleanup' we could have a script 'postinstall' in the top-level directory, and if present, R would execute it. As I'm the one with the itch, I'd be happy to work on code towards implementing this -- but before I go overboard with it, I'd love to hear comments, suggestions, questions, ... It is worthwhile? Is it feasibl...
2001 Jun 27
0
A one line modification to fix contrib/solaris/postinstall.in
...o modify the solaris scripts to do so. I still would like to see a full rewrite of solaris/ without all the hard coded crap. - Ben On Wed, 27 Jun 2001, Roman Gollent wrote: > Gentlefolk, > > You may wish to add > > CONFDIR="${BASEDIR}/etc" > > to the beginning of postinstall.in to fix the problem where > files going into */etc are not copied properly when the > generated package is being added via jumpstart. > > There are still outstanding issues with key generation > during jumpstart which I might be able to address without > having to resort to an e...
2001 May 08
2
Patch to update contrib/solaris package builder
I've attached a patch for contrib/solaris package builder to bring it up to date with OpenSSH 2.9p1. The changes are: build-pkg - add libexec/ directory creation (to house sftp-server) cp sftp-server to libexec/ cp sftp.1 to man/man1 cp sftp to bin/ postinstall.in - add RSA key generation and installation/update prototype - add sftp, sftp.1 and sftp-server Btw, 2.9p1 is looking quite nice here. :) I was having some problems with connections being dropped while logged onto some legacy SSH2 servers with 2.5.2p2. That is no longer happening with 2.9...
2004 Apr 30
0
buildpkg.sh enhancements
...t dir when done. SYSVINITSTART System V init start level SYSVINITSTOPT System V init start level POST_MAKE_INSTALL_FIXES Name of script to run after "make install" POST_PROTOTYPE_EDITS Name of script to run after prototype is made PKG_PREINSTALL_LOCAL Local preinstall additions PKG_POSTINSTALL_LOCAL Local postinstall additions PKG_PREREMOVE_LOCAL Local preremove additions PKG_POSTREMOVE_LOCAL Local postremove additions PKG_REQUEST_LOCAL Local request additions I've moved OPENSSHD_IN up so it can be overriden by your config.local $srcdir is now available to scripts Start to add...
2010 Nov 26
1
rsyslog as default syslog daemon?
...pressions. I switched from sysklogd to rsyslog simply using chkconfig --del syslog chkconfig --add rsyslog chkconfig rsyslog on service syslog stop service rsyslog start but this seems not to be "bullet-proof" solution - when yum automaticaly install updates, sysklogd rpm package runs postinstall scriptlet which unfortunately returns sysklogd back to game (and breaks logging based on regex). # rpm -q --scripts sysklogd postinstall scriptlet (using /bin/sh): if [ "$1" -ge 1 ]; then /sbin/chkconfig --add syslog <<HERE for n in /var/log/{messages,secure,maillog,sp...
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 parts from the AIX package builder. I've tested it on Solaris 8 only and would...
2005 Dec 09
1
Post postinstall configuration
I'm building kickstart files for use in doing automated installs of various systems. I would prefer to do fairly minimal amounts of work in the "%post" and postpone further installation and configuration until after the first reboot (or even later). It should be easy enough to add something to rc.local that will download scripts and run them, but I'm wondering if there is a
2015 Apr 13
3
what updates /etc/localtime?
I see in CentOS 7 that /etc/localtime is a symlink (which seems sensible...) but in earlier versions it is a copy of some file from under /usr/share/zoneinfo. rpm -q --scripts tzdata does not show any postinstall script, so in the non-symlink versions, how does the copied /etc/localtime file get updated with new zone data? -- Les Mikesell lesmikesell at gmail.com
2009 Dec 17
1
[PATCH] contrib/cygwin/Makefile: Install ssh-copy-id
Hi, could somebody with checkin rights please apply the below patch to the Cygwin postinstall Makefile? The patch adds two changes: - Install ssh-copy-id and ssh-copy-id.1 as well. - Gzip all man pages. Thanks in advance, Corinna Index: contrib/cygwin/Makefile =================================================================== RCS file: /cvs/openssh/contrib/cygwin/Makefile,v retrievin...
2006 May 02
2
Anaconda allows x86_64 CD/DVD to be used to install i386 system
...example, yum will believe that it is installed on x86_64, not on i386. So when you do for example yum update, it will try to install x86_64 packages on i386 system. Which isn't going to fly, since installed kernel is 32-bit (so you get broken executables). It can also play havoc with postinstall scripts that will detect they are being run under 64-bit kernel during installation, but resulting system is really 32-bit. -- See Ya' later, alligator! http://www.8-P.ca/
2018 Jun 09
4
Custom ISO With Post Installation Scripts
...d/rc.local and make it executable; however, I have tried that a few times and the script simply does not execute. Below is an excerpt from the ks.cfg. export SRCDIR="/run/install/repo" export DSTDIR="/mnt/sysimage" # copy scripts to the destintion of the server cp -v $SRCDIR/postinstall/script1.sh $DSTDIR/etc/rc.d/rc.local/script1.sh # Make scripts executable chmod +x $DSTDIR/etc/rc.d/rc.local.sh Since this is a ISO for a community project, don't think that tools such as Ansible, Chef, Puppet, etc. will work here. Also, it is a one time execution; therefore, I did not cons...
2002 May 24
1
patch for openssh/contrib/solaris/buildpkg.sh
Here is a small patch for OpenSSH 3.2.3p1.. When the package postinstall script runs, it presumes that the package will be installed relative to the current / directory.. If this package is installed as part of a Solaris Jumpstart installation, this will not be the case. Consequentially, the /etc/ssh/sshd_config.default will never get copied to /etc/ssh/sshd_config on...
2002 Nov 28
2
contrib/solaris/buildpkg.sh - use within JumpStart as well?
...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) won't work cleanly from within a JumpStart install. Do you know if anyone, perhaps yourself, have tried to make this work? I've given it a few tries myself, but with not much success. I'll be fully understanding if the respon...
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
2006 May 25
12
RMagick install problems, advice needed
...the post install, im using win2000, ruby 1.8.4 and rails 1.1, all working well. Then i downloaded RMagick-1.9.2-IM-6.2.4-6-win32.zip from http://rubyforge.org/projects/rmagick/ extracted and do the gem install RMagick-win32-1.9.2-mswin32.gem , the gem was installed sucesfully but when i do the postinstall.rb i get the following errors: http://img517.imageshack.us/my.php?image=rmagickerror7ed.gif I searched around but i cant find a fix to this problem, any help will be very apreciated :) -- Posted via http://www.ruby-forum.com/.