[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#295627: marked as done (nis kills sparc64)



Your message dated Mon, 21 Nov 2005 12:25:11 +0900 (JST)
with message-id <20051121032511.ADF0534060@koto.vergenet.net>
and subject line Bug#295627: seems fixed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Jan 2005 09:57:17 +0000
>From beezly@beezly.org.uk Sun Jan 02 01:57:17 2005
Return-path: <beezly@beezly.org.uk>
Received: from tershal.beezly.org.uk [213.177.254.57] (Debian-exim)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Cl2U9-0002hs-00; Sun, 02 Jan 2005 01:57:17 -0800
Received: from [10.0.0.212] (helo=[10.0.0.212])
	by tershal.beezly.org.uk with esmtp (Exim 4.34)
	id 1Cl2U6-0003iz-8j
	for submit@bugs.debian.org; Sun, 02 Jan 2005 09:57:14 +0000
Subject: nis kills sparc64
From: Beezly <beezly@beezly.org.uk>
To: submit@bugs.debian.org
Content-Type: text/plain
Date: Sun, 02 Jan 2005 09:57:26 +0000
Message-Id: <1104659846.10074.7.camel@localhost.localdomain>
Mime-Version: 1.0
X-Mailer: Evolution 2.1.2 
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: nis
Version: 3.12-3
Severity: critical

Installing the nis package on my E4500 kills the machine. It seems to
stop the machine creating new processes althought it's difficult for me
to tell as I have limited physical access to the machine.

Doing apt-get install nis produces the following...

gold:/usr/sbin# apt-get install nis
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  nis
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 235kB of archives.
After unpacking 844kB of additional disk space will be used.
Get:1 http://mirrors.shef.ac.uk testing/main nis 3.12-3 [235kB]
Fetched 235kB in 4s (53.7kB/s)
Preconfiguring packages ...
Selecting previously deselected package nis.
(Reading database ... 29539 files and directories currently installed.)
Unpacking nis (from .../archives/nis_3.12-3_sparc.deb) ...
Setting up nis (3.12-3) ...
Setting NIS domainname to: beezly.org.uk
Starting NIS services: ypbind

The machine becomes inaccessible after loading ypbind and you cannot
interrupt the terminal, however it IS still possible to ping the
machine. ssh to the machine gets as far as opening a connection, but no
further.

Marked critical as it flattens my machine, every application and makes
it unusable.

Anything you want me to try out, please let me know although it can take
me a while to get back to you... I have to drive over two hills to get
to the machine!

Cheers,

Andrew


---------------------------------------
Received: (at 295627-done) by bugs.debian.org; 21 Nov 2005 03:25:44 +0000
>From horms@koto.vergenet.net Sun Nov 20 19:25:44 2005
Return-path: <horms@koto.vergenet.net>
Received: from koto.vergenet.net ([210.128.90.7])
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1Ee2JL-0001yR-4y
	for 295627-done@bugs.debian.org; Sun, 20 Nov 2005 19:25:44 -0800
Received: by koto.vergenet.net (Postfix, from userid 7100)
	id ADF0534060; Mon, 21 Nov 2005 12:25:11 +0900 (JST)
From: Horms <horms@verge.net.au>
To: Willi Mann <willi@wm1.at>, 295627-done@bugs.debian.org
Subject: Re: Bug#295627: seems fixed
In-Reply-To: <437F1A2A.3090902__40125.7808706307$1132403692$gmane$org@wm1.at>
X-Newsgroups: gmane.linux.debian.devel.kernel
User-Agent: tin/1.7.10-20050815 ("Grimsay") (UNIX) (Linux/2.6.14-1-686-smp (i686))
Message-Id: <20051121032511.ADF0534060@koto.vergenet.net>
Date: Mon, 21 Nov 2005 12:25:11 +0900 (JST)
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Version: 2.6.12-1

In article <437F1A2A.3090902__40125.7808706307$1132403692$gmane$org@wm1.at> you wrote:
> It seems this bug is fixed: (linux-2.6.12 is from kernel.org)
> 
> $ grep usp -A4 -B4 linux-2.6.12/include/asm-sparc64/compat.h
> 
> static __inline__ void __user *compat_alloc_user_space(long len)
> {
>         struct pt_regs *regs = current_thread_info()->kregs;
>         unsigned long usp = regs->u_regs[UREG_I6];
> 
>         if (!(test_thread_flag(TIF_32BIT)))
>                 usp += STACK_BIAS;
>         else
>                 usp &= 0xffffffffUL;
> 
>         return (void __user *) (usp - len);
> }
> 
> struct compat_ipc64_perm {
>         compat_key_t key;


Thanks, closing accordingly.


-- 
Horms



Reply to: