Displaying 2 results from an estimated 2 matches for "schema_table_lock_waits".
2017 Feb 10
2
chcon failed to change context Permission denied
Hi,
I'm confused, why can root not change context of a directory ?
I've moved a mysql dir from /var/lib to another drive.
But running sudo chcon -R -t mysqld_t ./mysql
Yields a screen full of messages such as
chcon: failed to change context of ?schema_table_lock_waits.frm? to
?system_u:object_r:mysqld_t:s0?: Permission denied
(and yes, mysql was shut down before the move and is till shut down).
2017 Feb 10
0
chcon failed to change context Permission denied
...>
> I'm confused, why can root not change context of a directory ?
>
> I've moved a mysql dir from /var/lib to another drive.
>
> But running sudo chcon -R -t mysqld_t ./mysql
>
> Yields a screen full of messages such as
>
> chcon: failed to change context of ?schema_table_lock_waits.frm? to
> ?system_u:object_r:mysqld_t:s0?: Permission denied
>
> (and yes, mysql was shut down before the move and is till shut down).
Because mysqld_t is a process type and the proper file context would be
mysqld_db_t?
Alexander