[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2010-12-31 Thread Colin Watson
** Changed in: apt (Ubuntu) Assignee: alfred yu (alfredwyk08) = Colin Watson (cjwatson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/144001 Title: crashes with SystemError: E:Unable to write

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2010-12-30 Thread alfred yu
** Changed in: apt (Ubuntu) Assignee: Colin Watson (cjwatson) = alfred yu (alfredwyk08) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/144001 Title: crashes with SystemError: E:Unable to write

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2008-01-03 Thread Leann Ogasawara
Patch is included in Hardy. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New = Fix Released ** Tags removed: hardy-kernel-candidate -- crashes with SystemError: E:Unable to write mmap - msync

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-10-28 Thread Leann Ogasawara
Hi Colin, I've done some checking and see that a fix for the AOP_WRITEPAGE_ACTIVATE propogating back up issue has been fixed in the mainline kernel tree. commit e423003028183df54f039dfda8b58c49e78c89d7 Author: Andrew Morton [EMAIL PROTECTED] Date: Tue Oct 16 23:26:02 2007 -0700 writeback:

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-24 Thread Gaspard Leon
Yep I'm getting this with the Live CD from Sep 21 live CD -- crashes with SystemError: E:Unable to write mmap - msync https://bugs.launchpad.net/bugs/144001 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-24 Thread Gaspard Leon
downloaded the updated package and ran (in root terminal on live CD): dpkg --install apt_0.7.6ubuntu11_i386.deb it installed ok and now Synaptic and apt-get work ok -- crashes with SystemError: E:Unable to write mmap - msync https://bugs.launchpad.net/bugs/144001 You received this bug

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-24 Thread Josef Augsten
With Gutsy live CD from 2007-09-21, starting adept I got the error: The APT Database could not be opened! This may be caused by incorrect APT configuration or some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem. apt-setup

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-24 Thread Josef Augsten
It took me half an hour to find how to download the package mentioned by Gaspard. For all people, who are the same stupid that I am ;-) You can download it manually from the repository http://packages.ubuntu.com/gutsy/base/apt -- crashes with SystemError: E:Unable to write mmap - msync

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread Martin Pitt
Hm, I wonder whether this is actually a unionfs bug: Sep 22 11:46:00 ubuntu kernel: [ 93.022707] __open_dir: branch 0 lower_mnt_idx NULL! Set to 81002fe73c00 Sep 22 11:46:00 ubuntu kernel: [ 93.022733] __open_dir: opened 8100278989c0, autostart Sep 22 11:46:00 ubuntu kernel: [

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread Martin Pitt
This happened on the 20070922 amd64 Ubuntu live CD. This can be reproduced with sudo /usr/share/apport/apport-gtk -f -p bash Setting to critical because it completely breaks ubiquity. Michael, can you please have a look? ** Changed in: python-apt (Ubuntu) Importance: Undecided = Critical

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread Martin Pitt
Looking further, a simple 'apt-get update' reproduces the problem, too, so I assume the problem is in apt, not the python bindings. ** Changed in: apt (Ubuntu) Sourcepackagename: python-apt = apt -- crashes with SystemError: E:Unable to write mmap - msync https://bugs.launchpad.net/bugs/144001

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread anish
maybe related to https://bugs.launchpad.net/ubuntu/+bug/141577 ? -- crashes with SystemError: E:Unable to write mmap - msync https://bugs.launchpad.net/bugs/144001 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread Colin Watson
** Also affects: linux-source-2.6.22 (Ubuntu) Importance: Undecided Status: New -- crashes with SystemError: E:Unable to write mmap - msync https://bugs.launchpad.net/bugs/144001 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread Colin Watson
This is also a kernel bug. The manual page for msync() says: RETURN VALUE On success, zero is returned. On error, -1 is returned, and errno is set appropriately. Yet here an strace shows: msync(0xb630c000, 8564, MS_SYNC)= 524288 This is AOP_WRITEPAGE_ACTIVATE, which

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread Colin Watson
** Changed in: apt (Ubuntu) Assignee: Michael Vogt (mvo) = Colin Watson (kamion) -- crashes with SystemError: E:Unable to write mmap - msync https://bugs.launchpad.net/bugs/144001 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 144001] Re: crashes with SystemError: E:Unable to write mmap - msync

2007-09-22 Thread Colin Watson
apt (0.7.6ubuntu11) gutsy; urgency=low * apt-pkg/contrib/mmap.cc: - don't fail if msync() returns 0 (LP: #144001) -- Colin Watson [EMAIL PROTECTED] Sat, 22 Sep 2007 21:39:29 +0100 ** Changed in: apt (Ubuntu) Status: New = Fix Released -- crashes with SystemError: E:Unable to