[CentOS] Cannot remount drive after lost iSCSI connection

2015-03-05 Thread Kyle Thorne
Hi all, We've having an issue at the moment where an iSCSI connection was temporarily lost on a few VMs running CentOS 6 on ESXi. The problem is, now that the iSCSI connection has returned, we are not able to remount the drive. At first the drive is read-only, so I tried '*mount -o remount,rw*'

Re: [CentOS] Cannot remount drive after lost iSCSI connection

2015-03-05 Thread Marcelo Roccasalva
Any clue on dmesg? I'd remove de disk and rescan... El jue., 5 de marzo de 2015 a las 7:40, Kyle Thorne (< ktho...@staff.ventraip.com>) escribió: > Hi all, > > We've having an issue at the moment where an iSCSI connection was > temporarily lost on a few VMs running CentOS 6 on ESXi. > > The probl

Re: [CentOS] Cannot remount drive after lost iSCSI connection

2015-03-05 Thread Kyle Thorne
The most recent message is: [3108269.919256] sd 2:0:1:0: timing out command, waited 1080s [3108269.919528] sd 2:0:1:0: [sdb] Unhandled error code [3108269.919535] sd 2:0:1:0: [sdb] Result: hostbyte=DID_OK driverbyte=DRIVER_OK [3108269.919540] sd 2:0:1:0: [sdb] CDB: Read(10): 28 00 00 01 21 47 00 0

[CentOS] Gnome2 Desktop mute buttons for mic and video

2015-03-05 Thread James B. Byrne
CentOS-6.6 Does anyone know of an application that would provide a 'mute' buttons for video and audio that could be used from a desktop panel? Ideally this would show the status (muted/cloaked or open mic/recording) of each. Presently, turning audio and video pick-ups off and on is rather cumbe

Re: [CentOS] SELinux kills Cassandra based website

2015-03-05 Thread Tim Dunphy
Hi Jeremy, An easy way to start troubleshooting these is to look at the audit logs and > see what SELInux is blocking. You have /McFrazier in the email.. if that's > off the root tree than unless you've set permissions to allow httpd to look > at tat folder, I bet that's one problem. > if you run

Re: [CentOS] SELinux kills Cassandra based website

2015-03-05 Thread Tim Dunphy
Hey! I actually found the right context to apply. I tried setting this context on the /McFrazier directory: semanage fcontext -a -t httpd_sys_script_exec_t '/McFrazier(/.*)?' Then did a restorecon -R -v /McFrazier/. And now the site comes up! Thanks for your help! Tim On Thu, Mar 5, 2015 at 1

[CentOS] grsync for centos 7

2015-03-05 Thread Francis Gerund
Hello. I think it is just too easy to make mistakes with rsync. And getting it "almost correct" can really get you hurt. So I would like to learn with Grsync. But, Grsync does not seem to be in the centos 7 or EPEL 7 repositories (although it may have been around as late as centos 6). Is it no

Re: [CentOS] grsync for centos 7

2015-03-05 Thread Brian Mathis
Use the --dry-run rsync option to test things out. It tells you what it's going to do but doesn't actually make any changes. ❧ Brian Mathis @orev On Thu, Mar 5, 2015 at 12:44 PM, Francis Gerund wrote: > Hello. > > I think it is just too easy to make mistakes with rsync. And getting it > "al

Re: [CentOS] grsync for centos 7

2015-03-05 Thread Les Mikesell
On Thu, Mar 5, 2015 at 11:44 AM, Francis Gerund wrote: > Hello. > > I think it is just too easy to make mistakes with rsync. And getting it > "almost correct" can really get you hurt. What are you trying to do, and what kind of mistakes are you worried about? The only things I find confusing a

Re: [CentOS] [CentOS-announce] Release for CentOS Linux 7 Rolling media Feb 2015

2015-03-05 Thread Eugene Vilensky
On Thu, Mar 5, 2015 at 6:36 AM, Karanbir Singh wrote: > I am pleased to announce general availability of the Feb 2015 snapshot > for CentOS Linux. Todays release includes CentOS Linux 7 iso based > install media, Generic Cloud images, Atomic Host and Docker containers. > Where might I find more

Re: [CentOS] [CentOS-announce] Release for CentOS Linux 7 Rolling media Feb 2015

2015-03-05 Thread Nux!
This is great, thanks. Shouldn't this be pushed to mirrors? Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Karanbir Singh" > To: "CentOS Announcements List" > Sent: Thursday, 5 March, 2015 12:36:14 > Subject: [CentOS-announ

Re: [CentOS] [CentOS-announce] Release for CentOS Linux 7 Rolling media Feb 2015

2015-03-05 Thread Johnny Hughes
On 03/05/2015 01:07 PM, Eugene Vilensky wrote: > On Thu, Mar 5, 2015 at 6:36 AM, Karanbir Singh wrote: > >> I am pleased to announce general availability of the Feb 2015 snapshot >> for CentOS Linux. Todays release includes CentOS Linux 7 iso based >> install media, Generic Cloud images, Atomic H

Re: [CentOS] grsync for centos 7

2015-03-05 Thread Brian Mathis
On Thu, Mar 5, 2015 at 1:03 PM, Les Mikesell wrote: > On Thu, Mar 5, 2015 at 11:44 AM, Francis Gerund wrote: > > Hello. > > > > I think it is just too easy to make mistakes with rsync. And getting it > > "almost correct" can really get you hurt. > > What are you trying to do, and what kind of m

[CentOS] LVM encryption and new volume group

2015-03-05 Thread Tim
Hello list, I bought a Thinkpad T420 and installed CentOS 7 recently. I choosed to use lvm encryption for the entire volume group. It works so far. But now I am planning to install a second hard disk. My thought is to create a new volume group on this additional disk. But how can I integrate/d

Re: [CentOS] Glibc sources?

2015-03-05 Thread ANDY KENNEDY
> > > The list of packages that were in the "mock build root" for our build of > the glibc-2.12-1.149.el6_6.5.x86_64.src.rpm is here: > > http://ur1.ca/ju24m > > To get close to an exact match, you need to use mock and use the > packages listed above (and only those versions) if you are tryin

Re: [CentOS] grsync for centos 7

2015-03-05 Thread Francis Gerund
Thanks for the replies. 1) I always use the -n (--dry-run) option. Couldn't imaging not doing so! 2) I hate having to look up stuff like the trailing slashes each time. And trying to decide what to (--exclude), to -H or not to -H, etc. 3) I hate having to re-do #2 every time I want to do a

Re: [CentOS] grsync for centos 7

2015-03-05 Thread Kahlil Hodgson
On 6 March 2015 at 04:44, Francis Gerund wrote: > But, Grsync does not seem to be in the centos 7 or EPEL 7 repositories > (although it may have been around as late as centos 6). Is it now in any > "reputable" repositories? > ​Just to note, it does seem to be in the base for Fedora-21, so maybe

Re: [CentOS] grsync for centos 7

2015-03-05 Thread Kahlil Hodgson
On 6 March 2015 at 04:44, Francis Gerund wrote: > But, Grsync does not seem to be in the centos 7 or EPEL 7 repositories > (although it may have been around as late as centos 6). Is it now in any > "reputable" repositories? > ​Just to note, it does seem to be in the base for Fedora-21, so maybe

[CentOS] Playback of MIDI files

2015-03-05 Thread J Martin Rushton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been given a MIDI file and would like to play it back on my CentOS 7 machine. Amarok and Brasero both indicate that I need a pluging, but I can't find anything on the CentOS, EPEL or ELrepo repositories. I'm sure I'm just looking in the wrong pl

Re: [CentOS] grsync for centos 7

2015-03-05 Thread Les Mikesell
On Thu, Mar 5, 2015 at 4:30 PM, Francis Gerund wrote: > > 3) I hate having to re-do #2 every time I want to do a small ad-hoc backup > or synchronization, let alone a full filesystem backup. If you are doing system backups regularly with manual command line runs, I'd recommend looking at backupp

Re: [CentOS] Playback of MIDI files

2015-03-05 Thread Nicolas Thierry-Mieg
On 03/06/2015 12:09 AM, J Martin Rushton wrote: I've been given a MIDI file and would like to play it back on my CentOS 7 machine. Amarok and Brasero both indicate that I need a pluging, but I can't find anything on the CentOS, EPEL or ELrepo repositories. I'm sure I'm just looking in the wron

Re: [CentOS] LVM encryption and new volume group

2015-03-05 Thread Chris Murphy
On Thu, Mar 5, 2015 at 2:09 PM, Tim wrote: > Hello list, > > I bought a Thinkpad T420 and installed CentOS 7 recently. > > I choosed to use lvm encryption for the entire volume group. It works so far. > > But now I am planning to install a second hard disk. My thought is to create > a new volume

[CentOS] Networking troubles on CentOS 7

2015-03-05 Thread Kashyap Bhatt
Hi, I've been trying to get networking up and running on CentOS 7 in a VMWare (5.5) VM. From inside the machine (connected to console (GNOME desktop)) it looks like network is up. From outside I can't reach it. From outside, same subnet: outside_machine$ ssh - root@10.14.6.60 OpenSSH_5.3p1,

Re: [CentOS] Networking troubles on CentOS 7

2015-03-05 Thread Erick Ocrospoma
On 5 March 2015 at 23:02, Kashyap Bhatt wrote: > Hi, > I've been trying to get networking up and running on CentOS 7 in a VMWare > (5.5) VM. From inside the machine (connected to console (GNOME desktop)) it > looks like network is up. From outside I can't reach it. > From outside, same subnet: >

Re: [CentOS] Networking troubles on CentOS 7

2015-03-05 Thread John R Pierce
On 3/5/2015 8:02 PM, Kashyap Bhatt wrote: * I shutdown NetworkManager based on someone's recommendation. I wouldn't, I would learn how to use it. My guess is, the CentOS firewall is active, and you need to add a rule to allow inbound tcp/22 for ssh. -- john r pierce

Re: [CentOS] Networking troubles on CentOS 7

2015-03-05 Thread Les Mikesell
On Thu, Mar 5, 2015 at 10:02 PM, Kashyap Bhatt wrote: > Hi, > I've been trying to get networking up and running on CentOS 7 in a VMWare > (5.5) VM. From inside the machine (connected to console (GNOME desktop)) it > looks like network is up. From outside I can't reach it. Are you sure the vmwar

Re: [CentOS] LVM encryption and new volume group

2015-03-05 Thread Tim
Hi Chris, thanks for your answer. It is the first time I decided to encrypt my lvm. I choosed to encrypt the volume group, not every logical volume itself, because in case of doing lvm snapshots in that group they will be encrypted too? And how do I create a new encrypted volume group? Regard

Re: [CentOS] LVM encryption and new volume group

2015-03-05 Thread Chris Murphy
On Thu, Mar 5, 2015 at 10:25 PM, Tim wrote: > Hi Chris, > > thanks for your answer. > > It is the first time I decided to encrypt my lvm. I choosed to encrypt the > volume group, not every logical volume itself, because in case of doing lvm > snapshots in that group they will be encrypted too? Ye

Re: [CentOS] LVM encryption and new volume group

2015-03-05 Thread Robert Nichols
On 03/05/2015 06:58 PM, Chris Murphy wrote: On Thu, Mar 5, 2015 at 2:09 PM, Tim wrote: Hello list, I bought a Thinkpad T420 and installed CentOS 7 recently. I choosed to use lvm encryption for the entire volume group. It works so far. But now I am planning to install a second hard disk. My t

Re: [CentOS] Networking troubles on CentOS 7

2015-03-05 Thread Kashyap Bhatt
>> Are you sure the vmware NIC is configured as bridged, not NAT on the host >> side? Not really. Does it help if I say I'm using the same Network Adapter configuration with which another VM in same subnet works fine? I've added a screen shot if that helps, though I think it shows the guest co

Re: [CentOS] LVM encryption and new volume group

2015-03-05 Thread Chris Murphy
On Thu, Mar 5, 2015 at 11:17 PM, Robert Nichols wrote: > You don't even need to do that. The init scripts try your passphrase > on every encrypted volume. If that one passphrase unlocks everything, > you're done. In a graphical boot, you don't even know which volume > you are being prompted to