similar to: Kickstart, inter repo dependencies errors for CentOS7 not for CentOS6

Displaying 20 results from an estimated 10000 matches similar to: "Kickstart, inter repo dependencies errors for CentOS7 not for CentOS6"

2013 Oct 08
2
C6: kickstart problems with additional repo
Hi, I'm kickstarting a vm in ESXi 5.1. ks.cfg is on floppy, install media is ISO file. This works great as long as I don't add an additional repo, in our case it is vmware tools on one of our webservers. If I add the repo line, anaconda asks then for the used network card and indeed, switching to console the interfaces are still unconfigured. Chosing eth0 in gui continues the
2013 Dec 27
1
CentOS6 CR repo - depsolving problem
All, Has anyone else had a problem with the CR repo on a 6.4 or 6.5 system? I have a test VM that has the CentOS6 CR repo enabled and it recently (well a week or so) started having dependency problems. It's choking on dependencies for ca-cerfificates. Obviously there aren't any CR packages yet for 6.5 so a zero package count and empty directory on the mirror [0] are legitimate. But
2014 Aug 27
1
EL7, grub-crypt?
Hi, Whats the new way of creating sha512 passwords in EL7? In Centos6 I used grub-crypt but that does not exist anymore.
2014 Jul 22
0
CentOS7+kickstart+thinpool = error/exception
Hi, I'm trying to create a kickstart file that uses a thinly provisioned lvm volume as root but I've run into trouble. I installed a System manually using this option and this is the anaconda file produced: part /boot --fstype="xfs" --ondisk=vda --size=500 part pv.10 --fstype="lvmpv" --ondisk=vda --size=7691 volgroup centos_centos7 --pesize=4096 pv.10 logvol
2018 Dec 14
0
CentOS7 kickstart question
On Fri, 14 Dec 2018 at 05:02, isdtor <isdtor at gmail.com> wrote: > > Is it not possible to use an nfs based repo for kickstart under CentOS 7.5? > > E.g. > > repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel > So the syntax looks to be repo --name=epel --baseurl=nfs://server:/path that colon after server is not a spelling error.
2018 Dec 14
2
CentOS7 kickstart question
Stephen John Smoogen writes: > On Fri, 14 Dec 2018 at 05:02, isdtor <isdtor at gmail.com> wrote: > > > > Is it not possible to use an nfs based repo for kickstart under CentOS 7.5? > > > > E.g. > > > > repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel > > > > So the syntax looks to be > > repo --name=epel
2018 Dec 14
2
CentOS7 kickstart question
On Fri, Dec 14, 2018 at 10:04 AM isdtor <isdtor at gmail.com> wrote: > > > > So the syntax looks to be > > > > > > repo --name=epel --baseurl=nfs://server:/path > > > > > > that colon after server is not a spelling error. > > > https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id48 > > > > That seems to work
2007 Apr 06
1
getConnection is not found in R depending on the Linux flavour (RedHat or Debian) - dyn.load problems
Hello R developers, I am working on the "seqinr" package and I encounter a tricky problem using a C function. We defined a C fonction called "getzlibsock" which is dedicated to compressed socket connections. This function is using the R internal C function called "getConnection(int)" in order to get information about the socket previously opened with the
2015 May 24
2
CentOS-Base.repo baseurl commented out
Am 24.05.2015 um 16:11 schrieb Johnny Hughes: > On 05/24/2015 07:48 AM, Tim Semeijn wrote: >> Weird, as all CentOS machines under my control are suddenly giving the >> baseurl of Base repo not found error since this morning. Could be that >> mirrorlist is leading but all other options I found online to debug >> the error message seem to indicate that (un)commenting
2018 Dec 14
2
CentOS7 kickstart question
Is it not possible to use an nfs based repo for kickstart under CentOS 7.5? E.g. repo --name=epel --baseurl=file://server/path/to/local/copy/of/epel With trial and error I figured out that this is the correct syntax to use for an nfs-based repo. But packages from this repo in the %packages section are not found. You have specificed that the package 'bla' should be installed. This
2018 Dec 14
0
CentOS7 kickstart question
> > So the syntax looks to be > > > > repo --name=epel --baseurl=nfs://server:/path > > > > that colon after server is not a spelling error. > > https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#id48 > > That seems to work now. Some error messages made it look like nfs: wasn't supported at all. > Thanks. Well, I spoke too soon -
2015 May 24
2
CentOS-Base.repo baseurl commented out
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It looks like the culprit is IPv6 according to a post on the CentOS Mirrors mailing list (http://lists.centos.org/pipermail/centos-mirror/2015-May/008847.html): > Hello, > > mirrorlist.centos.org currently doesn't correctly answer on IPv6 - > The request succeeds superficially (200 OK), but the answer is > empty: > > ~ $
2019 Feb 15
0
Automated XFCE install from kickstart and epel-release issue
On Fri, Feb 15, 2019 at 3:01 AM <freebsd at tango.lu> wrote: > I am working on a kickstart automated Centos 7 GUI vm deployment. > > Defining gnome desktop in kickstart works. > @gnome-desktop - A GNOME desktop > > However Centos and anything from the epel-release such as xrdp does not > work. > > I have tried it on different ways. > > > repo
2018 Sep 21
2
[CentOS7] Firewall trouble with Kickstart
helow my goal is to install via kickstart a CentOS 7 NFS server but I fail to set the firewall rules at installation time. In my kickstart file I set: # Firewall configuration # ssh and NFS # Ports 111 and 875 are for rquotad firewall --enabled --ssh --service=nfs --port=111:tcp,111:upd,875:tcp,875:upd On the installed server,? /root/anaconda-ks.cfg contains: # Firewall configuration firewall
2014 Jul 16
1
anaconda, kickstart, lvm over raid, logvol --grow, centos7 mystery
I am testing some kickstarts on ESXi virtual machine with pair of 16GB disks. Partitioning is lvm over raid. If i am using "logvol --grow i get "ValueError: not enough free space in volume group" Only workaround i can find is to add --maxsize=XXX where XXX is at least 640MB less than available. (10 extents or 320Mb per created logical volume) Following snippet is failing with
2010 Dec 28
3
mod_passenger failed installation from puppetlab yum repo
Just tried to install mod_passenger from puppetlabs yum repo, and it is failing with the following error: ---> Package mod_passenger.i686 0:2.2.5-1 set to be updated --> Processing Dependency: rubygem-passenger = 2.2.5-1 for package: mod_passenger ---> Package mod_passenger.x86_64 0:2.2.5-1 set to be updated --> Processing Dependency: rubygem-passenger = 2.2.5-1 for package:
2011 Oct 24
1
onboot=yes not working for eth0.x:y interfaces?
Hi, I ran into a Problem when using alias interfaces with vlans on a centos 5 box. When I define such an interface and do a "service network restart" the alias interface doesn't get started. Starting it manually works fine. Also after changing DEVICE=eth0.10:0 to DEVICE=eth0:0 in the config file the interface is started after a network restart. Does anyone have an idea what the
2012 Oct 15
2
ext3 partition on LVM lost all data
Hello Gentlemen, I would like to ask a question about an issue I have with the Centos 6.3 installation. I have installed a Centos 6.3 on a server we used before with 5.4 on Friday. I have created a KS file to let me connect to the server via VNC and have all repos and packages preconfigured. I only needed to partition the hard drive using VNC. During the partition process I selected which
2020 Feb 08
0
CentOS 7 kickstart repo directive
On 2019-10-03, isdtor writes: > Is the kickstart repo directive broken under CentOS 7? Every attempt with a repo directive in the kickstart file fails during the software selection step. Removing the repo directives and the packages from those repos under %packages makes it work. > > On console 2, I have verified that the (NFS) repos specified in the kickstart file are mounted and that
2011 Jul 13
1
PXE booting centos6
Hello I am trying to PXE boot centos6 but i get an error, Seetings are: PXE server is a cobbler centos5 machine trying to boot a centos6 client Traceback (most recent call first): File &quot;&lt;string&gt;&quot;, line 64, in __iter__ File &quot;/usr/lib/yum-plugins/whiteout.py&quot;, line 46, in postreposetup_hook for event, elem in iterparse(infile): File