[CentOS] yum - package version database

2014-04-17 Thread neubyr
When I query for installed package on the system, I get following result: # yum list installed openssl Loaded plugins: fastestmirror, tsflags, verify, versionlock Loading mirror speeds from cached hostfile Installed Packages openssl.x86_64 1.0.1e-16.el6_5.4 @updates/$releasever When I try to

Re: [CentOS] yum - package version database

2014-04-17 Thread neubyr
On Thu, Apr 17, 2014 at 2:18 PM, m.r...@5-cent.us wrote: neubyr wrote: When I query for installed package on the system, I get following result: # yum list installed openssl Loaded plugins: fastestmirror, tsflags, verify, versionlock Loading mirror speeds from cached hostfile

Re: [CentOS] yum - package version database

2014-04-17 Thread neubyr
On Thu, Apr 17, 2014 at 2:46 PM, Nicolas Thierry-Mieg nicolas.thierry-m...@imag.fr wrote: On 04/17/2014 11:14 PM, neubyr wrote: When I query for installed package on the system, I get following result: # yum list installed openssl Loaded plugins: fastestmirror, tsflags, verify

Re: [CentOS] xargs with max each line / argument

2011-05-17 Thread neubyr
, May 17, 2011 at 8:30 AM, m.r...@5-cent.us wrote: Andy Holt wrote: [mailto:centos-boun...@centos.org] On Behalf Of neubyr How do I pass xargs input one line at a time to subsequent command? For example I want to install rubygems by reading a text file as shown below, however the arguments

[CentOS] xargs with max each line / argument

2011-05-16 Thread neubyr
How do I pass xargs input one line at a time to subsequent command? For example I want to install rubygems by reading a text file as shown below, however the arguments are getting passed all at once to the 'gem install' command. I hace tried -L (max-lines) and -n (max args) options, but it didn't

[CentOS] ruby 1.8.7 from source

2011-05-06 Thread neubyr
I need to install ruby 1.8.7 on CentOS 5.5 x86_64 system. I am planning to install it from source, but I am not sure whether this will install rdoc, ri and ruby-devel as well. I couldn't figure it out from 'configure --help' command. Appreciate any help regarding this issue. Also, any other

Re: [CentOS] ruby 1.8.7 from source

2011-05-06 Thread neubyr
On Fri, May 6, 2011 at 10:08 AM, Karanbir Singh mail-li...@karan.org wrote: On 05/06/2011 04:06 PM, neubyr wrote: I need to install ruby 1.8.7 on CentOS 5.5 x86_64 system. I am planning to install it from source, but I am not sure whether this will install rdoc, ri and ruby-devel as well. I

[CentOS] logical volume - device present without table

2011-04-01 Thread neubyr
I am trying to mount a logical volume for creating new initrd image. The lvs command is showing a logical volume with 'd' attribute - device present without tables. It's getting listed under /dev/mapper but not under /dev/VolGroup00. Any help on what might be wrong here? -- thanks, neuby.r

[CentOS] figuring out LogVol details for mount

2011-03-31 Thread neubyr
Hi, I need to mount a LVM in rescue mode to create a new initrd image. I am not sure how do I fond out which LogVol is to be mounted. How do I find it out? In most of the configs I have used LogVol00 with ext3 filesystem which contains OS install. This particular system is not installed by me

Re: [CentOS] figuring out LogVol details for mount

2011-03-31 Thread neubyr
On Thu, Mar 31, 2011 at 8:39 PM, Nico Kadel-Garcia nka...@gmail.com wrote: On Thu, Mar 31, 2011 at 8:50 PM, Winter win...@frostmarch.com wrote: On 3/31/2011 6:22 PM, neubyr wrote: Hi, I need to mount a LVM in rescue mode to create a new initrd image. I am not sure how do I fond out which

[CentOS] NFS still serving old directory after rename

2011-03-14 Thread neubyr
Howdy, I have renamed a directory on NFS ver 3 server and then created a new directory again with the same name. # mv dir dir-hosed # mkdir dir The directory is auto-mounted on client side. I had unmounted directories on client side before making above changes. Now when I try to mount back

Re: [CentOS] NFS still serving old directory after rename

2011-03-14 Thread neubyr
Seems like some clients (especially new connections) are mounting the new dir correctly. Not sure what's the problem though. -- thanks, neuby. On Mon, Mar 14, 2011 at 9:49 AM, neubyr neu...@gmail.com wrote: Howdy, I have renamed a directory on NFS ver 3 server and then created a new

Re: [CentOS] NFS still serving old directory after rename

2011-03-14 Thread neubyr
On Mon, Mar 14, 2011 at 10:04 AM, Nico Kadel-Garcia nka...@gmail.com wrote: On Mon, Mar 14, 2011 at 10:49 AM, neubyr neu...@gmail.com wrote: Howdy, I have renamed a directory on NFS ver 3 server and then created a new directory again with the same name. # mv dir dir-hosed # mkdir dir

[CentOS] mkswap - unable to relabel, operation not supported

2011-03-10 Thread neubyr
Hi, I am getting following error on creating a swap fs. CentOS 5.5 {{{ mkswap: unable to relabel /srv/cloud/one/var/25/images/disk.1 to system_u:object_r:swapfile_t: Operation not supported }}} The selinux is configured in permissive mode. Any clues on what might be wrong here and how to fix it?

Re: [CentOS] mkswap - unable to relabel, operation not supported

2011-03-10 Thread neubyr
On Thu, Mar 10, 2011 at 3:24 PM, Daniel J Walsh dwa...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/10/2011 04:02 PM, neubyr wrote: Hi, I am getting following error on creating a swap fs. CentOS 5.5 {{{ mkswap: unable to relabel /srv/cloud/one/var/25/images/disk.1

Re: [CentOS] ls returns file doesn't exist, find finds it??

2011-02-24 Thread neubyr
was to delete files matching find-pattern using 'xargs rm'. I wanted to do 'ls' before I delete these files permanently. I guess I can use 'find -delete' action instead which is working fine. -- neubyr. On Thu, Feb 24, 2011 at 7:59 AM, Les Mikesell lesmikes...@gmail.com wrote: On 2/23/11 10:54 PM

[CentOS] ls returns file doesn't exist, find finds it??

2011-02-23 Thread neubyr
. Any thoughts on what might be wrong here? -- thanks, neubyr ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos