[Bug 1382251] Re: Kernel update breaks Picasa

2014-11-24 Thread Terry Newton
Today's kernel 3.2.0-72 update fixed the issue I was having with dosemu, perhaps try Picasa after updating and see if it's fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1382251 Title: Kernel

[Bug 1382251] Re: Kernel update breaks Picasa

2014-10-31 Thread Terry Newton
The file /boot/config-3.2.0-70-generic contains the following comment... # CONFIG_X86_16BIT is not set This is a new compile-time setting for this kernel, guessing it needs to be set? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1382251] Re: Kernel update breaks Picasa

2014-10-26 Thread Terry Newton
The espfix64 patch appears to have config options to enable/disable 16 bit support... https://lkml.org/lkml/2014/5/4/346 https://lkml.org/lkml/2014/5/4/372 Perhaps the 3.2.0-70 kernel was configured to disallow 16 bit segments? Reaching. Odd that this is now affecting 32 bit kernels too, when the

[Bug 963106] Re: NetworkManager causes orphaned inodes

2012-04-19 Thread Terry Newton
On my test systems I fixed this bug by editing /etc/init.d/umountroot and adding... /sbin/killall5 -15 sleep 2 ...just before the part where it remounts the root fs RO. That tells the system to ask all non-kernel tasks to clean up and exit. No idea if this is a "proper" fix but on my installs it