Bug#471062: ixp4xx: stalls and I/O errors when reading and writing via NFS

2008-03-19 Thread Gordon Farquharson
Hi Martin On Tue, Mar 18, 2008 at 2:57 PM, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > OK, I can reproduce this with 2.6.24 on arm on a NSLU2. However, I > don't see it with 2.6.25-rc6. > > Gordon, any idea how many changes there were between 2.6.24 and > 2.6.25? I'll have to check. I'll

Re: DEFAULT_MMAP_MIN_ADDR change breaks ssh on arm

2008-03-19 Thread Gordon Farquharson
Hi Martin On Wed, Mar 19, 2008 at 11:46 AM, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > The following change > > r10769 | maks | 2008-03-10 17:03:03 +0100 (Mon, 10 Mar 2008) | 8 lines > > security: set DEFAULT_MMAP_MIN_ADDR to 65536 > > Low address space to protect from user allocation, se

Re: DEFAULT_MMAP_MIN_ADDR change breaks ssh on arm

2008-03-19 Thread Gordon Farquharson
Hi All On Wed, Mar 19, 2008 at 1:09 PM, Gordon Farquharson <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2008 at 12:45 PM, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > > > I believe Gordon Farquharson, who originally found this problem, has > > some more debugging information. > > I'll send

Bug#468343: Page fault in nfs_complete_unlink

2008-03-19 Thread Ben Hutchings
These oops messages seem incomplete but I'm assuming a page fault. The traceback shows the fault at offset 0x10 in nfs_complete_unlink. The top of this function is: void nfs_complete_unlink(struct dentry *dentry) { struct nfs_unlinkdata *data; for(data = nfs_deletes; data != N

Bug#348613: listing of you

2008-03-19 Thread fitz icap
my room mate showed me you and im interested in talking with you add me on live messenger [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Processed: retitle 468343 to Page fault in nfs_complete_unlink

2008-03-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.18.1 > retitle 468343 Page fault in nfs_complete_unlink Bug#468343: linux-image-2.6.18-6-amd64: Feb 28 14:22:43 dove kernel: Modules linked in: button ac battery ipt_LOG xt_limit xt_stat

Bug#292747: hey muffin

2008-03-19 Thread herve steve
my room mate showed me you and im interested in talking with you add me on live messenger [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#278822: amazing bio

2008-03-19 Thread carlyle dharmara
just saw your pic (its nice) if you care my messenger is [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#277391: call me

2008-03-19 Thread algernon cicero
my room mate showed me you and im interested in talking with you add me on live messenger [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#365475: marked as done (hdparm: disk sent to sleep with -Y does not wake up again)

2008-03-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Mar 2008 20:59:20 +0100 with message-id <[EMAIL PROTECTED]> and subject line Problem has become irrelevant has caused the Debian Bug report #365475, regarding hdparm: disk sent to sleep with -Y does not wake up again to be marked as done. This means that you claim that

Bug#368399: marked as done (netbase: Wake-on-LAN doesn't work after shutdown)

2008-03-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Mar 2008 20:51:40 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed in current kernel versions has caused the Debian Bug report #368399, regarding netbase: Wake-on-LAN doesn't work after shutdown to be marked as done. This means that you claim that the pr

Re: DEFAULT_MMAP_MIN_ADDR change breaks ssh on arm

2008-03-19 Thread Martin Michlmayr
* Gordon Farquharson <[EMAIL PROTECTED]> [2008-03-19 13:09]: > Martin, did you say that you don't see this problem on the Thecus > N2100 (iop32x)? No, I see it there as well. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: DEFAULT_MMAP_MIN_ADDR change breaks ssh on arm

2008-03-19 Thread Gordon Farquharson
Hi All On Wed, Mar 19, 2008 at 12:45 PM, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > I believe Gordon Farquharson, who originally found this problem, has > some more debugging information. I'll send this information when I get home this evening. Essentially, it is the output from 'sshd -d -d

Re: DEFAULT_MMAP_MIN_ADDR change breaks ssh on arm

2008-03-19 Thread Martin Michlmayr
> > breaks ssh on arm. While root can still log in via ssh, normal users > > cannot. ssh almost manages to log in but when it comes to starting a > > shell the connection simply closes. Changing DEFAULT_MMAP_MIN_ADDR > > back to 0 fixes this. ... I should mention that it's not a ssh problem per

Re: Changes for 2.6.25

2008-03-19 Thread Marc Haber
On Wed, Mar 19, 2008 at 03:47:21PM +0100, Bastian Blank wrote: > Sure. The documentation is the source, Am I the only one finding this unacceptable? Greetings Marc -- - Marc Haber | "I don't trust Computers. The

Re: DEFAULT_MMAP_MIN_ADDR change breaks ssh on arm

2008-03-19 Thread maximilian attems
[ adding relevant cc peoples to your message, no more insight ] On Wed, Mar 19, 2008 at 06:46:37PM +0100, Martin Michlmayr wrote: > The following change > > r10769 | maks | 2008-03-10 17:03:03 +0100 (Mon, 10 Mar 2008) | 8 lines > > security: set DEFAULT_MMAP_MIN_ADDR to 65536 > > Low addr

DEFAULT_MMAP_MIN_ADDR change breaks ssh on arm

2008-03-19 Thread Martin Michlmayr
The following change r10769 | maks | 2008-03-10 17:03:03 +0100 (Mon, 10 Mar 2008) | 8 lines security: set DEFAULT_MMAP_MIN_ADDR to 65536 Low address space to protect from user allocation, see a5ecbcb8c13ea8a822d243bf782d0dc9525b4f84, runtime tunable on /proc/sys/vm/mmap_min_addr. let's

Processed: found 266875 in 2.6.22-4

2008-03-19 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.18.1 > found 266875 2.6.22-4 Bug#266875: uid= doesn't work on udf filesystems with rock ridge attributes Bug marked as found in version 2.6.22-4. > End of message, stopping processing he

Bug#466933: marked as done (Debian-arm: kernel BUG at fs/inode.c:250!)

2008-03-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Mar 2008 15:53:52 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: Bug#466933: Debian-arm: kernel BUG at fs/inode.c:250! has caused the Debian Bug report #466933, regarding Debian-arm: kernel BUG at fs/inode.c:250! to be marked as done. This means that you

Re: Changes for 2.6.25

2008-03-19 Thread Bastian Blank
On Wed, Mar 19, 2008 at 03:06:47PM +0100, Martin Michlmayr wrote: > * Bastian Blank <[EMAIL PROTECTED]> [2008-02-14 19:43]: > > - Deprecate kernel-package method. It is still used for alpha, arm, > > armel, hppa, ia64, mips, mipsel, sparc. It will be removed after the > > 2.6.25 release to make

Re: Changes for 2.6.25

2008-03-19 Thread Martin Michlmayr
* Bastian Blank <[EMAIL PROTECTED]> [2008-02-14 19:43]: > - Deprecate kernel-package method. It is still used for alpha, arm, > armel, hppa, ia64, mips, mipsel, sparc. It will be removed after the > 2.6.25 release to make it possible to use features like out-of-tree > builds. Can you please

Re: Enable some debug options

2008-03-19 Thread Bastian Blank
On Wed, Mar 19, 2008 at 12:37:38AM +, Thiemo Seufer wrote: > Bastian Blank wrote: > > - PRINTK_TIME > Is this one useful for non-esoteric cases? Sure. You never had the problem that the kernel log is full of disk errors and you can't determine the timing? Bastian -- No one wants war.

Bug#471495: linux-2.6: please add Vcs-* fields/headers to debian/control file

2008-03-19 Thread Bastian Blank
On Tue, Mar 18, 2008 at 02:52:19PM +, Jon Dowland wrote: > Patch attached. The patch is wrong. trunk != sid. And no, I don't know a way to determine that automatic. Bastian -- Vulcans believe peace should not depend on force. -- Amanda, "Journey to Babel", stardate 3842.3