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

Bug#77389: marked as done (more errors in /var for slave diskless nodes)



Your message dated Tue, 13 Sep 2005 09:55:21 +0200
with message-id <20050913075521.GA1577@diziet.irb.hr>
and subject line diskless removed
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; 18 Nov 2000 22:16:20 +0000
>From mxu@beowulf-1.ece.wisc.edu Sat Nov 18 16:16:20 2000
Return-path: <mxu@beowulf-1.ece.wisc.edu>
Received: from beowulf-1.ece.wisc.edu [128.104.183.201] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 13xGHU-0007mL-00; Sat, 18 Nov 2000 16:16:20 -0600
Received: from mxu by beowulf-1.ece.wisc.edu with local (Exim 3.12 #1 (Debian))
	id 13xGHT-0004OW-00; Sat, 18 Nov 2000 16:16:19 -0600
From: Min Xu <mxu@beowulf-1.ece.wisc.edu>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: more errors in /var for slave diskless nodes
X-Reportbug-Version: 0.54
X-Mailer: reportbug 0.54
Date: Sat, 18 Nov 2000 16:16:19 -0600
Message-Id: <E13xGHT-0004OW-00@beowulf-1.ece.wisc.edu>
Delivered-To: submit@bugs.debian.org

Package: diskless
Version: 0.3.9
Severity: normal

Hi,
  Once again, I have found the following problem with the new
diskless package:

diskless-newhost:
default/IP/var/yp is still missing Makefile, nicknames

default/IP/var/log/wtmp is still missing for slave diskless nodes.

Also, on nfs server, default/root/var/lib/dpkg should be exported
individually.

mount var/lib/dpkg should be after the line of var in fstab template
file. otherwise overrided by mount /var. I suggest to put it after
/tmp(all rw dirs have been mounted)

also, added option "rsize=8192,wsize=8192" to fstab for higher
performance.

I also attached the template fstab file I am using the exports
file.

Thanks and regards,

Min

fstab:
#/dev/hda1      -               swap    defaults                1       2
none            /proc           proc    defaults                1       0
image_nfsserver:image_nfsimagedir / nfs ro,defaults,nolock,rsize=8192,wsize=8192
                0       1
image_nfsserver:image_nfshostsdir/host_ip/etc /etc nfs  defaults,nolock,rsize=81
92,wsize=8192           0       1
image_nfsserver:image_nfshostsdir/host_ip/dev /dev nfs  defaults,nolock,rsize=81
92,wsize=8192           0       1
image_nfsserver:image_nfshostsdir/host_ip/var /var nfs  defaults,nolock,rsize=81
92,wsize=8192           0       1
image_nfsserver:image_nfshostsdir/host_ip/tmp /tmp nfs  defaults,nolock,rsize=81
92,wsize=8192           0       1
image_nfsserver:image_nfsimagedir/var/lib/dpkg /var/lib/dpkg nfs        ro,defau
lts,nolock,rsize=8192,wsize=8192                0       1

# no need in our cluster, by mxu, 11.17.2000
#ifelse(image_nfshomedir,<[none]>,<[dnl]>,<[dnl
#image_nfsserver:image_nfshomedir /home nfs     defaults,nolock         0
2]>)
#

exports:
# /etc/exports: the access control list for filesystems which may be exported
#               to NFS clients.  See exports(5).

# a shared directory for all cluster nodes(both master and diskless)
/var/shared 128.104.183.202(rw, no_root_squash)
/var/shared 128.104.183.203(rw, no_root_squash)
/var/shared 128.104.183.204(rw, no_root_squash)
/var/shared 128.104.183.205(rw, no_root_squash)
/var/shared 128.104.183.206(rw, no_root_squash)

#
# these are for all slave diskless node
/var/lib/diskless/default/root 128.104.180.0/255.255.252.0(ro no_root_squash)

#
#beowulf-3
#/var/lib/diskless/default/root 128.104.180.203(ro no_root_squash)
/var/lib/diskless/default/128.104.183.203/etc 128.104.183.203(rw no_root_squash)
/var/lib/diskless/default/128.104.183.203/dev 128.104.183.203(rw no_root_squash)
/var/lib/diskless/default/128.104.183.203/var 128.104.183.203(rw no_root_squash)
/var/lib/diskless/default/128.104.183.203/tmp 128.104.183.203(rw no_root_squash)
/var/lib/diskless/default/root/var/lib/dpkg 128.104.183.203(ro no_root_squash)

#
#beowulf-4
#/var/lib/diskless/default/root 128.104.180.204(ro no_root_squash)
/var/lib/diskless/default/128.104.183.204/etc 128.104.183.204(rw no_root_squash)
/var/lib/diskless/default/128.104.183.204/dev 128.104.183.204(rw no_root_squash)
/var/lib/diskless/default/128.104.183.204/var 128.104.183.204(rw no_root_squash)
/var/lib/diskless/default/128.104.183.204/tmp 128.104.183.204(rw no_root_squash)
/var/lib/diskless/default/root/var/lib/dpkg 128.104.183.204(ro no_root_squash)

#
#beowulf-5
#/var/lib/diskless/default/root 128.104.180.205(ro no_root_squash)
/var/lib/diskless/default/128.104.183.205/etc 128.104.183.205(rw no_root_squash)
/var/lib/diskless/default/128.104.183.205/dev 128.104.183.205(rw no_root_squash)
/var/lib/diskless/default/128.104.183.205/var 128.104.183.205(rw no_root_squash)
/var/lib/diskless/default/128.104.183.205/tmp 128.104.183.205(rw no_root_squash)
/var/lib/diskless/default/root/var/lib/dpkg 128.104.183.205(ro no_root_squash)

#
#beowulf-6
#/var/lib/diskless/default/root 128.104.180.206(ro no_root_squash)
/var/lib/diskless/default/128.104.183.206/etc 128.104.183.206(rw no_root_squash)
/var/lib/diskless/default/128.104.183.206/dev 128.104.183.206(rw no_root_squash)/var/lib/diskless/default/128.104.183.206/var 128.104.183.206(rw no_root_squash)
/var/lib/diskless/default/128.104.183.206/tmp 128.104.183.206(rw no_root_squash)
/var/lib/diskless/default/root/var/lib/dpkg 128.104.183.206(ro no_root_squash)

#
# beowulf-2, the master diskless node
/var/lib/diskless/default/root 128.104.183.202(rw no_root_squash)



-- System Information
Debian Release: 2.2
Architecture: i386
Kernel: Linux beowulf-1 2.2.18pre21 #6 SMP Fri Nov 17 00:30:23 CST 2000 i686

Versions of packages diskless depends on:
ii  libdigest-md5-perl          2.09-1       MD5 Message Digest for Perl       
ii  m4                          1.4-10       a macro processing language       
ii  perl-5.005 [perl5]          5.005.03-7.1 Larry Wall's Practical Extracting 


---------------------------------------
Received: (at 77389-done) by bugs.debian.org; 13 Sep 2005 07:55:25 +0000
>From mvela@irb.hr Tue Sep 13 00:55:25 2005
Return-path: <mvela@irb.hr>
Received: from mail.irb.hr [161.53.22.8] (UNKNOWN)
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EF5dV-00067X-00; Tue, 13 Sep 2005 00:55:25 -0700
Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31])
	by mail.irb.hr (8.13.3/8.13.3/Debian-6) with ESMTP id j8D7tDOP024226;
	Tue, 13 Sep 2005 09:55:13 +0200
Received: from diziet.irb.hr (localhost [127.0.0.1])
	by diziet.irb.hr (8.13.4/8.13.4/Debian-4) with ESMTP id j8D7tLv2029532;
	Tue, 13 Sep 2005 09:55:21 +0200
Received: (from mvela@localhost)
	by diziet.irb.hr (8.13.4/8.13.4/Submit) id j8D7tLkm029530;
	Tue, 13 Sep 2005 09:55:21 +0200
Date: Tue, 13 Sep 2005 09:55:21 +0200
From: Matej Vela <vela@debian.org>
To: 77389-done@bugs.debian.org, 88529-done@bugs.debian.org,
        101199-done@bugs.debian.org, 107702-done@bugs.debian.org,
        107721-done@bugs.debian.org, 138817-done@bugs.debian.org,
        144307-done@bugs.debian.org, 158694-done@bugs.debian.org,
        158696-done@bugs.debian.org, 162615-done@bugs.debian.org,
        164531-done@bugs.debian.org, 164532-done@bugs.debian.org,
        246358-done@bugs.debian.org, 246532-done@bugs.debian.org,
        251425-done@bugs.debian.org, 254116-done@bugs.debian.org,
        261829-done@bugs.debian.org, 262905-done@bugs.debian.org,
        293264-done@bugs.debian.org, 293807-done@bugs.debian.org,
        311590-done@bugs.debian.org, 311591-done@bugs.debian.org,
        315516-done@bugs.debian.org, 316658-done@bugs.debian.org,
        319253-done@bugs.debian.org, 326873-done@bugs.debian.org
Subject: diskless removed
Message-ID: <20050913075521.GA1577@diziet.irb.hr>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.10i
X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8
Delivered-To: 77389-done@bugs.debian.org
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 25

diskless has been removed from Debian due to bugginess and lack of
maintenance.  Similar functionality is provided by lessdisks.  For
details, see <http://bugs.debian.org/107808>.



Reply to: