search for: postinstallation

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

Did you mean: portinstallation
2006 Mar 08
4
RMagick Instant Rails install problem
Anyone help with this? Am running Instant Rails on Win XP Sp2. Have downloaded the RMagick-win32-1.9.2 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
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 installation is done and the post install starts the /tmp/cdrom
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 Component:
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 '/^netbios-[ns]*[ ]/ {next} {print} END { print
2008 Jun 05
1
RFC: Add 'postinstall' hook to R CMD INSTALL ?
I have been mulling over an idea I had meant to flesh out with a prototype but haven't gotten around to. So here it goes in the abstract without working code: What: Extend 'R CMD INSTALL' to also work on sources that are not strictly CRAN packages Why: 'R CMD INSTALL' is very good and very successful for CRAN packages. It has solved most issues related to
2001 Jun 27
0
A one line modification to fix contrib/solaris/postinstall.in
It's been discussed and key generation really should be put in the sshd startup script. However, neither I nor anyone has had the time to 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 > >
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
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
2010 Nov 26
1
rsyslog as default syslog daemon?
Hi all! Is anybody here using rsyslog? I am looking for the right solution how to use rsyslog in CentOS 5 as the default logging daemon. We use it because of filtering using regular expressions. 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
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
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 retrieving
2006 May 02
2
Anaconda allows x86_64 CD/DVD to be used to install i386 system
As subject says. I just noticed that Anaconda allows x86_64 CD/DVD to be used to install i386 system (using network installation, of course). This is basically broken. For 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
2018 Jun 09
4
Custom ISO With Post Installation Scripts
Dear All I have been working on a custom ISO with kickstart and a couple of post installation scripts and would like to have the script run before the login prompt. The custom ISO works; however, the scripts fails because some of the services, e.g. mariadb does not start before the server installation has been completed and rebooted; therefore, I have been putting the scripts in /etc/profile.d/
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 the new operating system.
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 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
Hi guys, im trying to install rmagick on windows but i have some problems with 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