Re: [CentOS] CentOS 7 not installable using KVM-over-IP System

2014-11-23 Thread Eliezer Croitoru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How exactly the KVM over IP is related to the CentOS installation? The KVM should only show you the screen and access keyboard or\and mouse. What usb port are you using for the netinstall iso? Eliezer On 11/19/2014 10:51 PM, Dennis Jacobfeuerborn wr

[CentOS] Yum installed perl on CentOS 5.11 64 bit

2014-11-23 Thread Niamh Holding
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Centos, Is 4:perl-5.8.8-43.el5_11.x86_64 really dependent on the 32 bit perl.i386 4:5.8.8-43.el5_11 as yum is suggesting, or has something got mixed up on the system? yum install perl Loaded plugins: fastestmirror Loading mirror speeds from c

[CentOS] X Abort after run level 3->5 transition and multiple logins are tried?

2014-11-23 Thread Bill Maltby (C4B)
Through many years and through CentOS-6.5, I would boot to runlevel 3, do various admin stuff on my desktop and then telinit 5, which started an X session on tty7. I would then do logout->switch user a few times to get additional user IDs active. Many years ago I would accomplish this with some kin

[CentOS] centos 7 & gnome desktop & mozilla firefox & url links

2014-11-23 Thread Mathy Froeyen
Dear all, I m using Centos 7 with the Gnome Desktop. When I create url links by dragging from Mozilla Firefox to the Desktop, a web link file is created on the Desktop, and that file does what it needs to do when double clicking. However, when I try to drag this file to another position on th

[CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Gregory P. Ennis
Everyone, I have installed Centos 7.0 on my homework machine in order to take a test drive with it, and am low on the learning curve with it at this point. I have a small Gateway SX2855-UB12P. I have a critical hurdle in that when I try a reboot or when I do a 'shutdown now -r' command the syst

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Gregory P. Ennis
Everyone, I have installed Centos 7.0 on my homework machine in order to take a test drive with it, and am low on the learning curve with it at this point. I have a small Gateway SX2855-UB12P. I have a critical hurdle in that when I try a reboot or when I do a 'shutdown now -r' command the syst

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Frank Cox
On Sun, 23 Nov 2014 13:07:47 -0600 Gregory P. Ennis wrote: > I also changed the boot level to 5. Do you mean the runlevel? If so, are you sure that you changed it correctly? Centos 7 doesn't use runlevels set in inittab like previous versions did. I see that fact is actually noted in /etc/ini

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Edward M
On 11/23/2014 10:58 AM, Gregory P. Ennis wrote: Everyone, I have installed Centos 7.0 on my homework machine in order to take a test drive with it, and am low on the learning curve with it at this point. I have a small Gateway SX2855-UB12P. I have a critical hurdle in that when I try a reboo

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Frank Cox
On Sun, 23 Nov 2014 12:02:17 -0800 Edward M wrote: > Centos 7 runs systemd This actually bring up an interesting question that I've not yet seen an answer to: What is the equivalent of runlevel 1 on Centos 7 and how do you get there? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melv

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Thomas Eriksson
On 11/23/2014 12:02 PM, Edward M wrote: > > On 11/23/2014 10:58 AM, Gregory P. Ennis wrote: >> Everyone, >> >> I have installed Centos 7.0 on my homework machine in order to take a >> test drive with it, and am low on the learning curve with it at this >> point. I have a small Gateway SX2855-UB1

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Tony Schreiner
if you look in /lib/systemd/system runlevel1.target is a link to rescue.target I think the command is systemctl isolate rescue.target (or runlevel1.target if you prefer) On Sun, Nov 23, 2014 at 3:15 PM, Frank Cox wrote: > On Sun, 23 Nov 2014 12:02:17 -0800 > Edward M wrote: > > > Centos 7

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Frank Cox
On Sun, 23 Nov 2014 15:46:59 -0500 Tony Schreiner wrote: > if you look in /lib/systemd/system > > runlevel1.target is a link to rescue.target > > I think the command is > > systemctl isolate rescue.target > > (or runlevel1.target if you prefer) How would you get there from the grub commandlin

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Tony Schreiner
haven't actually done it but I'm pretty sure you can still add 1 to the grub2 vmlinuz line documentation also suggests systemd.unit=rescue.target On Sun, Nov 23, 2014 at 3:53 PM, Frank Cox wrote: > On Sun, 23 Nov 2014 15:46:59 -0500 > Tony Schreiner wrote: > > > if you look in /lib/systemd/sys

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Frank Cox
On Sun, 23 Nov 2014 14:53:14 -0600 Frank Cox wrote: > > How would you get there from the grub commandline? And three seconds after writing that, I found this: Try passing these arguments on the kernel command line via GRUB : systemd.unit=multi-user.target systemd.unit=emergency.target >From her

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Edward M
On 11/23/2014 01:01 PM, Frank Cox wrote: On Sun, 23 Nov 2014 14:53:14 -0600 Frank Cox wrote: How would you get there from the grub commandline? And three seconds after writing that, I found this: Try passing these arguments on the kernel command line via GRUB : systemd.unit=multi-user.target

Re: [CentOS] CentOs 7.0 and reboot failure

2014-11-23 Thread Edward M
On 11/23/2014 12:20 PM, Thomas Eriksson wrote: On 11/23/2014 12:02 PM, Edward M wrote: On 11/23/2014 10:58 AM, Gregory P. Ennis wrote: Everyone, I have installed Centos 7.0 on my homework machine in order to take a test drive with it, and am low on the learning curve with it at this point.

[CentOS] yum problem with glibc.i686 -- was "Anyone have a Brother multifunction working...?"

2014-11-23 Thread Negative
On Mon, Nov 17, 2014 at 7:21 PM, Negative wrote: On Mon, Nov 17, 2014 at 11:10 AM, Daniel J Walsh wrote: On 11/12/2014 10:54 PM, Peter wrote: > On 11/13/2014 12:10 PM, Negative wrote: >> I have a Brother MFC 7360N, and it is refusing to print. > I have a DCP