Displaying 20 results from an estimated 10000 matches similar to: "Post postinstall configuration"
2014 Sep 28
3
Apache wakes-up inactive Exim
Had a surprising event on C 6.5.
Exim was the only MTA installed. It was partially configured (with ACL,
Router, Transport) and definitely not running.
I was remotely testing a web page. A web page error condition invoked
the embedded PHP mail() command.
To my astonishment something in Centos woke-up Exim. Exim sent the email
and then became inactive again. The Exim logs does not show any
2017 Jan 11
1
How to avoid "firstboot" in CentOS 7 kickstart
On Tue, 2017-01-10 at 16:02 -0600, Valeri Galtsev wrote:
> My question is: how do you avoid "firstboot" screen in latest CentOS
> 7.3
> kickstart.
> ...
> Here are relevant lines from my kickstart that I assume should have
> taken
> care of everything (in the order of their appearance, I dropped
> irrelevant
> lines):
>
> firstboot --disable
> eula
2006 Jun 02
3
how to 'yum update' in a %post
Hi
After a kickstart install how do you get a yum update to run as the
final stage of the install?
a 'yum update' in the %post does not seem to do anything at all - no
errors just nothing?
thanks
2016 Nov 09
3
How to start a script to complete configuration
How you could do this with scripts:
*CentOS 7*
1. Deploy a VM from your base CentOS 7 template
2. Copy your "my-firstboot.sh" script (or whatever its called) to a
location such as /root/scripts/
1. This scripts only job should be to mount a NFS location and
execute any post install scripts you have stored there, and provide a log
file.
2. This script
2016 Nov 08
2
How to start a script to complete configuration
Am 08.11.2016 um 16:47 schrieb cpolish at surewest.net:
> On 2016-11-07 14:35, Bernard Fay wrote:
>> Hi,
>>
>> We have a virtual environment based on XenServer. In this environment I
>> defined a template for CentOS 7 servers.
>>
>> I would like to start a script a boot time to complete the configuration of
>> new VMs based on this template. How can I
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
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
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
>
>
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
2011 Sep 20
5
Installation of 6.0
Some observations.
When I installed 6.0 (base install), the installation interface did not guide me through a network configuration.? I do static IP addresses, not DHCP.
I ended up manually configuring the various /etc/sysconfig files.? I forgot to do the GATEWAY configuration and it took me awhile to figure out why I wasn't able to connect to the server from outside the LAN.
I also forgot
2010 Jun 08
2
Kickstart issue: 'dialog' doesn't work in %post, CentOS 5.5
Hi, all.
I'm trying to customize a CentOS installation cd, but got trouble with kickstart.
I want to use dialog[1] for command line based user interface, but it can't display correctly in kickstart with CentOS 5.5. Same ks file works with CentOS 5.3 (both i386 and x86_64).
What's the different between CentOS 5.3/5.5? I can't find it in release notes.
And how can i fix it?
Thanks
2016 Aug 04
3
[PATCH v2 1/2] firstboot: rename systemd and sysvinit
Currently we install a systemd service named firstboot.service and a
SysV service named virt-sysprep-firstboot. On systems where systemd is
the init system and runs with the SysV compatibility, the different
names make systemd handle them as different services, and thus trying to
run the firstboot script runner twice.
Rename both the systemd service and the SysV one to guestfs-firstboot:
the new
2017 Jan 11
3
How to avoid "firstboot" in CentOS 7 kickstart
On Wed, Jan 11, 2017 at 04:47:49AM +0000, Ian Mortimer wrote:
> On Tue, 2017-01-10 at 16:02 -0600, Valeri Galtsev wrote:
>
> > My question is: how do you avoid "firstboot" screen in latest CentOS
> > 7.3
> > kickstart.
> > ...
> > Here are relevant lines from my kickstart that I assume should have
> > taken
> > care of everything (in the
2012 Sep 21
3
[PATCH] sysprep: handle distro specific sysv scripts
Currently firstboot would only work on redhat-based images.
Handle redhat-based, suse-based and debian guests, error out in case of an
unknown distro.
Update firstboot.sh:
- make sure scripts exists and can be executed
- add LSB header to avoid insserv warnings later on
- run script only if called with "start"
Update functions, pass only required options.
Signed-off-by: Olaf Hering
2016 Aug 26
2
[PATCH 1/2] customize: Fix firstboot scripts on Debian 6 & 7 (RHBZ#1019388).
I have only verified the fix on Debian 7.
The Debian 6 guest doesn't appear to boot, I'm not sure why.
The second patch contains a test suite.
Rich.
2012 Aug 16
5
[PATCH 0/4] Add customization capabilities to virt-sysprep
In the TODO file there's a discussion of perhaps writing a new
'virt-customize' tool. I think it's probably better (or at any rate,
easier) to just add this functionality into virt-sysprep. That is
what this small series of patches aims to achieve.
Note these are not very well tested at the moment.
The first patch adds a generic and useful '--firstboot' flag. The
2006 Jun 22
2
completely custom rpm's
Hi
During a 'normal' install i have to add a bunch of users and modify some
files such as DNS, Syslog, ssh key files etc
While i can do this with a shell script post install it would be VERY
neat to just have all these changes packaged up into an rpm and i can
then just rpm -i this post install.
Can i do this and if so can anyone point me to a how-to that would help
me through the
2010 Mar 11
1
[PATCH] Changes the start/stop/reload method names for sysvinit scripts.
To avoid possibly invoking similarly named executables, all start, stop
and reload methods in the sysvinit scripts have been renamed to
start_/stop_/reload_[script name].
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt | 17 +++++++++++------
scripts/ovirt-awake | 20 +++++++++++++++++++-
scripts/ovirt-early | 16 ++++++++++------