[Bug 1714262] Re: mysql socket no longer accessible during overlayroot

2017-10-31 Thread Launchpad Bug Tracker
[Expired for mysql-5.7 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.7 (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714262

Title:
  mysql socket no longer accessible during overlayroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1714262] Re: mysql socket no longer accessible during overlayroot

2017-10-31 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714262

Title:
  mysql socket no longer accessible during overlayroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1714262] Re: mysql socket no longer accessible during overlayroot

2017-09-01 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714262

Title:
  mysql socket no longer accessible during overlayroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1714262] Re: mysql socket no longer accessible during overlayroot

2017-09-01 Thread ChristianEhrhardt
Hi Cody,
that would be a bug (feature request) against (upstream) overlayfs then right?

I wonder this being against "cloud-initramfs-tools (Ubuntu)".
Lets retarget the bug at overlayfs for now to discuss in that context (which is 
the kernel package).

Or OTOH you meant to want us to consider picking [1] somewhere into
mysql packaging so adding a task for that as well.

Please help to clarify further.

** Package changed: cloud-initramfs-tools (Ubuntu) => linux (Ubuntu)

** Also affects: mysql-5.7 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mysql-5.7 (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714262

Title:
  mysql socket no longer accessible during overlayroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1714262] Re: mysql socket no longer accessible during overlayroot

2017-09-01 Thread ChristianEhrhardt
I thank you for your report and your help to make Ubuntu better.
But for now I'll mark it incomplete until it is clear what the requested action 
shall be.

Please feel free to set back to new when the clarification is provided.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714262

Title:
  mysql socket no longer accessible during overlayroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1714262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1714262] Re: mysql socket no longer accessible during overlayroot

2017-08-31 Thread Cody Spraker
UPDATE: I have found some answers regarding possible solutions and causes.
It looks like this is rooted in Overlayfs only implementing a subset of the 
POSIX standards.
There are files, necessary to mysql, that can't be created due to abilities 
outside of the POSIX standards implemented by Overlayfs.
Overlayroot utilizes Overlayfs which is why the bug was seen here.
The simplest fix I see is to run the following commands:

find /var/lib/mysql -type f -exec touch {} \;
service restart mysql

This will fix the issue BUT WILL NOT persist between system restarts (even if 
written in chroot since it's part of the application startup).
It must be run on every boot.

My sources of info are the following:

https://github.com/sjp38/cloudsuite/commit/e48bc2434bc2d15fcec7f496245726a6a35ca000
#diff-0ba6a4ef358d86a1f4610bc46f9f5e5c

https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver
/#limitations-on-overlayfs-compatibility

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1714262

Title:
  mysql socket no longer accessible during overlayroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1714262/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs