<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 13 March 2015 at 05:33, Qiang Huang <span dir="ltr"><<a href="mailto:h.huangqiang@huawei.com" target="_blank">h.huangqiang@huawei.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi list,<br>
<br>
I'm a Docker user, for some reason, I need to use Docker on Ubuntu 14.04<br>
with devicemapper driver, but we got a serious problem because udev on<br>
Ubuntu 14.04 is too old to support sync, see details:<br>
<a href="https://github.com/docker/docker/issues/4036" target="_blank">https://github.com/docker/docker/issues/4036</a><br>
<br>
Seems no one ever got around of this problem, I wonder if we can upgrade udev<br>
on Ubuntu 14.04 in a smooth way, e.g. from udev 204 to udev 208.<br>
(RHEL7 with udev 208 don't have this problem, so I assume udev 208 would work)<br>
<br>
Any help would be very appreciated.<br>
Thanks in advance.<br>
<br>
<br>
Regards,<br>
Qiang</blockquote><div><br></div><div>Hi!</div><div><br></div><div>The udev version 208 is on Utopic... You might want to try to manually backport it!</div><div><br></div><div>It is easy... You just need to add 1 line at your Trusty's /etc/apt/sources.list file (starting with "deb-src http.... utopic main") and then:</div><div><br></div><div>apt-get update</div><div>apt-get build-dep udev<br></div><div>apt-get source udev<br></div><div>cd udev-208</div><div>dpkg-buildpackage -rfakeroot -uc -us</div><div><br></div><div>Currently, I'm maintaining a few packages for Trusty, here: <a href="https://launchpad.net/~martinx/+archive/ubuntu/ig">https://launchpad.net/~martinx/+archive/ubuntu/ig</a></div><div><br></div><div>Also, the following blog post might help you:</div><div><br></div><div><a href="https://opensourcehacker.com/2013/03/20/how-to-backport-packages-on-ubuntu-linux/">https://opensourcehacker.com/2013/03/20/how-to-backport-packages-on-ubuntu-linux/</a></div><div><br></div><div>I don't know if it will work but at least, you can give it a try on a spare machine...</div><div><br></div><div>Best,</div><div>Thiago</div></div></div></div>