similar to: Failing "yum --installroot=/mnt groupinstall base"

Displaying 20 results from an estimated 10000 matches similar to: "Failing "yum --installroot=/mnt groupinstall base""

2007 Nov 30
8
centos4.5(domU) on etch(dom0)
Hi, I''d like to know how to install centos (4.5 in my case) to run as a domU on a dom0 running etch. Any tips please? Thanks. Chris. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Sep 10
3
yum --installroot and GPG key
Hi. When I try to use --installroot, I get the following: --- [root at machine ~]# yum --installroot=/data/xchg-2.0/ install apache2 You have enabled checking of packages via GPG keys. This is a good thing. However, you do not have any GPG public keys installed. You need to download the keys for packages you wish to install and install them. You can do that by running the command: rpm
2011 Nov 08
2
CentOS 6 yum Groupinstall vs Manual install
Gentlemen, I have a question regarding yum groupinstall vs just using yum install. I have been reading tutorials online (for example how to run a Centos LAMP). Most of the tutorials have examples to install httpd, mysql, etc using yum install httpd.... The reason for this e-mail is that I noticed in yum grouplist that there is an option to install Web Server, MySQL database server, etc.
2006 Jan 17
2
yum groupinstall "MySQL Database"
Hi all, I have a question related to yum groupinstall. I just tried a: yum groupinstall "MySQL Database" I expected that I would end up with a MySQL Database server, but it installed a bunch of .rpms *except* mysql-server. No big deal, I'm just curious if it was intended this way or not, that's all. Thank you and, Have a nice evening everyone, Alex
2017 Sep 25
1
yum groupinstall vs. yum group install
Hi, Is there a difference between 'yum groupinstall' and 'yum group install'? As far as I can tell, # yum groupinstall "X Window System" and # yum group install "X Window System" get me the same result. Just curious. Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail :
2011 Aug 17
2
Centos Gotcha: YUM Groupinstall
Folks I have encountered a situation with YUM that isn't what I expected. Let's suppose I want to install a group, call it G. My first question would be -- is the group already installed. Realize all of this is scripted. So, I use yum groupinfo and I see the list of installed groups, and those not yet installed. If group G is in the list of installed groups, one would think that
2008 Mar 17
1
Re: yum groupinstall ability?
On Thu, 2008-03-13 at 04:26 -0700, bajandude@googlemail.com wrote: > Has anyone modified yum.rb to provide groupinstall abilities? To the best of my knowledge, nobody''s working on that. The main difficulty in enabling that is making sure that puppet doesn''t run ''yum groupinstall'' (or ''yum groupupdate'') on every run. To avoid that,
2015 May 24
2
CentOS-Base.repo baseurl commented out
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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 should fix it. On 24-5-2015 14:10, Alexander Dalloz wrote: > Am 24.05.2015 um 13:45
2007 Jul 06
3
yum groupinstall everything
I have seen people on the list say you can yum groupinstall everything yet when I tried their method, it didn't work Is there actually a way other than making a script with all the info in it? - rh
2007 Mar 17
1
Building a UML image of CentOS 4.4
I'm wondering what the best way of building a UML image is; I tried the following based on documents I found on the web for FC2 mkdir -p $T/etc $T/dev $T/proc $T/sys $T/var/tmp $T/var/cache/yum \ $T/var/lock/rpm $T/var/cache/yum/update/headers \ $T/var/cache/yum/update/packages touch $T/etc/fstab mknod $T/dev/null c 1 3 chmod 666 $T/dev/null mount --bind /proc
2019 Apr 17
1
yum groupinstall 'GNOME Desktop' fails
Warren Young wrote: > I?ve got a CentOS 7 VM here that was installed with one of the CLI-only > presets. To answer a question in another thread here, I wanted to > install a GNOME desktop environment in it, so I went searching and found > the standard instructions for doing that. > > The problem is that rebooting the VM gives me a black screen after it > finishes the text
2019 Apr 17
2
yum groupinstall "GNOME Desktop" fails
I?ve got a CentOS 7 VM here that was installed with one of the CLI-only presets. To answer a question in another thread here, I wanted to install a GNOME desktop environment in it, so I went searching and found the standard instructions for doing that. The problem is that rebooting the VM gives me a black screen after it finishes the text booting parts. There?s an X cursor, and wiggling the
2013 Dec 11
0
Offline YUM repository setup working but yum with --installroot fails
I use a local, off-line repository for CentOS plus updates for my development network (my setup for many years). By design, the repository has no physical connection to the Internet. Everything seems to be setup correctly and works fine for installs/updates. However I am trying to use the --installroot option for YUM and it is complaining about not finding a mirror. I removed the lines about
2019 Apr 17
0
yum groupinstall 'GNOME Desktop' fails
On 4/17/19 12:00 PM, mark wrote: > Warren Young wrote: >> I?ve got a CentOS 7 VM here that was installed with one of the CLI-only >> presets. To answer a question in another thread here, I wanted to >> install a GNOME desktop environment in it, so I went searching and found >> the standard instructions for doing that. >> >> The problem is that rebooting the
2012 Oct 17
2
Puppet 3.0 and yum groupinstall
I can''t seem to find any direct reference yo this in the puppet 3.0 docs so does anyone know if puppet 3.0 can handle yum groupinstalls without resorting to using an exec? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/5QboggWCwh4J. To
2007 May 18
0
centos5 - yum groupinstall and yum grouplist
If I do a minimal centos 5 install Then if I do a yum -y update then if I do a yum groupinstall "Development Tools" "Development Libraries" (is that syntax right, it works)? both are installed yet if I yum grouplist this is all that shows up as installed even though both are installed Installed Groups: Development Libraries System Tools Dialup Networking
2007 May 16
1
yum groupinstall "Development Tools" overkill
Hi, The subject says it all. I'm currently fiddling with CentOS to become comfortable with it. Starting from a minimal system (everything unchecked during install), I wanted to have a reasonable set of build tools. Roughly the equivalent of Debian's 'apt-get install build-essential'. I tried yum groupinstall "Development Tools", which resulted in a total of 108 MB
2012 Dec 14
3
Building a C5 chroot on a C6 machine
I'm trying to do something slightly silly; rather than having a C5 machine and a C6 machine around for compiling and testing, I want to create a C5 chroot area. Something similar to "mock" but using lvm snapshots and some local config specific stuff. (Potentially even using Linux Containers to enter the chroot environment). So I thought I'd build out the chroot... % cat
2008 Apr 01
4
How to find available groups for installation via yum ?
Hi All, Short description of the problem: - I would like to install the complete 'xfce' desktop on CentOS5.x I've tried: yum groupinstall xfce yum groupinstall xfce4 yum groupinstall xfce* yum groupinstall xfce4* yum groupinstall xfce4.2 yum groupinstall xfce4.1 yum groupinstall xfce4.3 yum groupinstall xfce4.4 yum groupinstall xfce4.4.2 .... etc etc ... nothing worked then I've
2018 Aug 06
2
Back to Xfce
On 08/06/2018 11:11 AM, Tony Schreiner wrote: > On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz <rgm at htt-consult.com> > wrote: > >> Nicolas, >> >> Thank you! But I am Dyslexic and very mono-linguistic; at least I could >> read the actual commands, if not all the wonderful comments... >> >> On 08/06/2018 10:26 AM, Nicolas Kovacs wrote: