search for: neuby

Displaying 6 results from an estimated 6 matches for "neuby".

Did you mean: neubyr
2011 Mar 14
2
NFS still serving old directory after rename
...ry is auto-mounted on client side. I had unmounted directories on client side before making above changes. Now when I try to mount back 'dir', I still see old files and not new empty dir. Am I missing something here in the NFS config? Is it caching old directory contents? Any help? thanks, neuby.
2011 Mar 31
2
figuring out LogVol details for mount
...d 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 and I am not sure how do I find it out. I did try 'lvm lvs' command, but probably that's not the right command here. Any help? -- thanks, neuby.r.
2011 Mar 10
1
mkswap - unable to relabel, operation not supported
...1, size = 536866 kB mkswap: unable to relabel /srv/cloud/one/var/25/images/disk.1 to system_u:object_r:swapfile_t: Operation not supported # file /srv/cloud/one/var/25/images/disk.1 /srv/cloud/one/var/25/images/disk.1: Linux/i386 swap file (new style) 1 (4K pages) size 131071 pages }}} -- thanks, neuby.r
2011 Apr 01
1
logical volume - device present without table
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
2011 May 17
3
xargs with max each line / argument
...s) and -n (max args) options, but it didn't work. What's missing here?? Any help? $ cat gem.list.1 mkrf rake xmlparser $ awk '{ print $0 }' gem.list.1 | xargs -L 1 -0 -I name sudo gem install name ERROR: could not find gem mkrf rake xmlparser locally or in a repository thanks, neuby.r
2011 May 06
1
ruby 1.8.7 from source
...o 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 installation options or repository suggestions are welcome. thanks, neuby.r