Displaying 20 results from an estimated 4000 matches similar to: "Mount CD ROM iso during kickstart postinstall"
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
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
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
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
2008 Apr 22
1
32-bit Centos 5.1 kickstart hangs on xen domU HVM installation
I am trying to a install Centos 5.1 32-bit Xen HVM DomU onto a Centos 5.1
64bit DomU with the default xen installed and the kickstart hangs at random
points during the install process. Sometimes retrieving the image, sometimes
formatting the filesystem, sometimes installing the packages,etc.
I tried upgrading to xen 3.2 and encounter the same problem before
rebuilding back to stock Centos 5.1
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
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
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
2008 Sep 26
1
issue with varSel.svm.rfe in package MCRestimate
Hello all,
I would like to perform SVM-RFE (Guyon et al. 2002) in R and have only found
one implementation of this algorithm. The function belongs
to the MCRestimate package but when I try to use it I encounter a problem
- the function appears to be missing a required package or other function
that I simply cannot find available anywhere.
Here is my session info followed by a simple example
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.
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
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
2004 Mar 05
1
FW: What version started building libsmbclient.so?
Ok, I have been doing a lot of reading and saw many references to samba
2.2.8a and libsmbclient.so and I thought that I would just go ahead and
download, compile and install it. After going through configure, the make
and make install, I still don't have a libsmbclient.so file to link my
program to. I have never come across this before, there has always been a
.so file created from any of
2015 Feb 25
2
Kickstart with multiple eth devices
Starting back in RHEL/Cent 5 I found that the only way to make sure your
interface enumeration was consistent after install with what you had
during install was to create a udev rules file using the mac addresses as
the key. It is easy to run a short script in postinstall to create it
based on how anaconda has seen them.
In order for this to work on Cent 6 you have to set biosdevname=0
2013 Jun 24
13
booting from HVM (?pv?)
Hi,
I''m the Mageia XEN packager and during QA, we stumbled into a problem.
in fact, we wanted to test Mageia 3 installation on a HVM.
so, we had a sparse image and a iso file:
[ ''file:/opt/testhvm.img,sda,w'', ''file:/opt/mageialive.iso,hdb:cdrom,r'' ]
the live booted, and was able to install to disk, but it never seemed to boot
after the install...
2008 Jul 02
1
RE: CD-ROM problem when installing Windows server
Jason,
I found that I had to manually edit the VM config file to add
the cdrom in the Disk section. For example I added:
Disk = [ "file:/location/disk.img,had,w" ,
"file:/location/en_ws_2003_ent_sp2_vl.is,hdb:cdrom,r"]
Where /location is the directory you have the ISO image stored.
It then is able to boot and mount the CD-ROM on the 2nd boot.
Good luck,
-Peter
Subject:
2011 Jan 26
1
syslog messages after cd-rom removal
Sorry, I know this is not really libvirt related, but I'm searching for
a solution sind about an hour and cannot find anything that helps me ...
Ok, I used to install a standard debian in a kvm instance, and removed
the virtual cd-rom after installation. Now I'm getting this triplet
every five minutes in my syslog:
Jan 26 19:25:12 srv62 kernel: [ 1324.267675] hdc: task_in_intr: