Displaying 10 results from an estimated 10 matches for "dallaslamers".
2016 Dec 15
2
Can't delete or move /home on 7.3 install
On 12/15/2016 01:47 AM, Gianluca Cecchi wrote:
> On Thu, Dec 15, 2016 at 2:49 AM, Glenn E. Bailey III <
> replicant at dallaslamers.org> wrote:
>
>> Tried this in both AWS and GCE as I though it may be a specific cloud
>> vendor issue. SELinux is disabled, lsof | grep home shows nothing,
>> lsattr /home shows nothing. Simply get "Device or resource busy."
>>
>> Works just find on 7...
2011 Sep 21
11
Software inventory
Howdy,
Before I go about writing one myself, anyone out there written a
software inventory module/fact for gathering a list of all installed
rpms/debs on a system? Got a few ideas floating around in my head, but
wanted to see if/what other folks have done ..
--
I''ve seen things you people wouldn''t believe. Attack ships on fire off
the shoulder of Orion. I watched C-beams
2016 Dec 15
2
Can't delete or move /home on 7.3 install
Tried this in both AWS and GCE as I though it may be a specific cloud
vendor issue. SELinux is disabled, lsof | grep home shows nothing,
lsattr /home shows nothing. Simply get "Device or resource busy."
Works just find on 7.2 so I'm kinda at a loss. Scanned over the RHEL
release notes and didn't see anything. Anyone else have this issue? We
move our /home to another mount point
2016 Dec 15
2
Can't delete or move /home on 7.3 install
Jon LaBadie wrote:
> On Thu, Dec 15, 2016 at 04:10:07AM -0600, geo.inbox.ignored wrote:
>> On 12/15/2016 01:47 AM, Gianluca Cecchi wrote:
>> > On Thu, Dec 15, 2016 at 2:49 AM, Glenn E. Bailey III <
>> > replicant at dallaslamers.org> wrote:
>> >
>> >> Tried this in both AWS and GCE as I though it may be a specific cloud
>> >> vendor issue. SELinux is disabled, lsof | grep home shows nothing,
>> >> lsattr /home shows nothing. Simply get "Device or resource busy."
>...
2016 Dec 15
0
Can't delete or move /home on 7.3 install
On Thu, Dec 15, 2016 at 2:49 AM, Glenn E. Bailey III <
replicant at dallaslamers.org> wrote:
> Tried this in both AWS and GCE as I though it may be a specific cloud
> vendor issue. SELinux is disabled, lsof | grep home shows nothing,
> lsattr /home shows nothing. Simply get "Device or resource busy."
>
> Works just find on 7.2 so I'm kinda at a...
2016 Dec 15
0
Can't delete or move /home on 7.3 install
On Thu, Dec 15, 2016 at 04:10:07AM -0600, geo.inbox.ignored wrote:
>
>
> On 12/15/2016 01:47 AM, Gianluca Cecchi wrote:
> > On Thu, Dec 15, 2016 at 2:49 AM, Glenn E. Bailey III <
> > replicant at dallaslamers.org> wrote:
> >
> >> Tried this in both AWS and GCE as I though it may be a specific cloud
> >> vendor issue. SELinux is disabled, lsof | grep home shows nothing,
> >> lsattr /home shows nothing. Simply get "Device or resource busy."
> >>
>...
2016 Dec 15
0
Can't delete or move /home on 7.3 install
...t;m.roth at 5-cent.us> wrote:
> Jon LaBadie wrote:
>> On Thu, Dec 15, 2016 at 04:10:07AM -0600, geo.inbox.ignored wrote:
>>> On 12/15/2016 01:47 AM, Gianluca Cecchi wrote:
>>> > On Thu, Dec 15, 2016 at 2:49 AM, Glenn E. Bailey III <
>>> > replicant at dallaslamers.org> wrote:
>>> >
>>> >> Tried this in both AWS and GCE as I though it may be a specific cloud
>>> >> vendor issue. SELinux is disabled, lsof | grep home shows nothing,
>>> >> lsattr /home shows nothing. Simply get "Device or resource...
2016 Dec 15
0
Can't delete or move /home on 7.3 install
Doing a lsof showed no open files against /home. Something else is
locking it, not a user process. Also disabled SELinux, did a init 1,
and only way to remove it was via single user by passing
init=/sysinit/bin/sh
On Thu, Dec 15, 2016 at 10:48 AM, Leonard den Ottolander
<leonard at den.ottolander.nl> wrote:
> Hello Glen,
>
> On Thu, 2016-12-15 at 10:10 -0800, Glenn E. Bailey III
2016 Dec 16
0
Can't delete or move /home on 7.3 install
This is a base install. If you deploy an instance in ec2 or GCE (ec2
you can do the free tier) it's easily repeatable. Even on a RHEL 7.3
instance. Note you'll need to allow root and password logins via SSH
before attempting.
On Fri, Dec 16, 2016 at 5:47 AM, Jonathan Billings <billings at negate.org> wrote:
> On Thu, Dec 15, 2016 at 11:51:28AM -0800, Glenn E. Bailey III wrote:
2016 Dec 20
2
Can't delete or move /home on 7.3 install
Yup, verified those options are *not* set in 7.2. For a quick test I
simply removed them from
/usr/lib/systemd/system/NetworkManager.service, did a systemctl
daemon-reload, restarted NetworkManager, logged back in as root, and
was able to whack /home (7.3).
On Tue, Dec 20, 2016 at 11:07 AM, Matthew Miller <mattdm at mattdm.org> wrote:
> On Fri, Dec 16, 2016 at 02:29:28PM -0500, Jonathan