Bug#454468: [Pkg-sysvinit-devel] Bug#454468: gfs2 is a network filesystem

2007-12-06 Thread Petter Reinholdtsen
tags 454468 + pending
thanks

[Guido Guenther]
 we should treat GFS2 as GFS in mountall.sh:

Right.  Patch applied in svn.

 I've not added it to the list of filesystems in (u)mountnfs since:
 a) we don't have a GFS2 tools in debian yet
 b) gfs2-tools will probably ship with it's own mounting script (Redhat
 and Ubuntu do so), but maybe we can skip this and handle it as the other
 network filesystms?

I would rather move all non-standard file systems into separate files,
so there is no need to not do it in it's owk mounting script.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#454468: [Pkg-sysvinit-devel] Bug#454468: gfs2 is a network filesystem

2007-12-06 Thread Guido Guenther
Hi Petter,
On Thu, Dec 06, 2007 at 10:01:57AM +0100, Petter Reinholdtsen wrote:
 tags 454468 + pending
 thanks
 
 [Guido Guenther]
  we should treat GFS2 as GFS in mountall.sh:
 
 Right.  Patch applied in svn.
Thanks!

  I've not added it to the list of filesystems in (u)mountnfs since:
  a) we don't have a GFS2 tools in debian yet
  b) gfs2-tools will probably ship with it's own mounting script (Redhat
  and Ubuntu do so), but maybe we can skip this and handle it as the other
  network filesystms?
 
 I would rather move all non-standard file systems into separate files,
 so there is no need to not do it in it's owk mounting script.
Into separate files that ship with initscripts? Sorry, I don't
understand what you want to do.
Cheers,
 -- Guido



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#454468: gfs2 is a network filesystem

2007-12-05 Thread Guido Guenther
Package: initscripts
Version: 2.86.ds1-38.1
Severity: minor
Tags: patch

Hi,
we should treat GFS2 as GFS in mountall.sh:

diff --git a/debian/initscripts/etc/init.d/mountall.sh 
b/debian/initscripts/etc/init.d/mountall.sh
index a2b2210..c4660f7 100644
--- a/debian/initscripts/etc/init.d/mountall.sh
+++ b/debian/initscripts/etc/init.d/mountall.sh
@@ -22,7 +22,7 @@ do_start() {
# Mount local file systems in /etc/fstab.
#
mount_all_local() {
-   mount -a -t nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs \
+   mount -a -t nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 \
-O no_netdev
}
pre_mountall

I've not added it to the list of filesystems in (u)mountnfs since:
a) we don't have a GFS2 tools in debian yet
b) gfs2-tools will probably ship with it's own mounting script (Redhat
and Ubuntu do so), but maybe we can skip this and handle it as the other
network filesystms?

Nevertheless we shouldn't try to mount GFS2 fileystems as local, so the
above part should be applied.
Cheers,
 -- Guido


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-rc3-g3870d12b
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initscripts depends on:
ii  debianutils2.28  Miscellaneous utilities specific t
ii  e2fsprogs  1.40.2-1  ext2 file system utilities and lib
ii  libc6  2.7-1 GNU C Library: Shared libraries
ii  lsb-base   3.1-24Linux Standard Base 3.1 init scrip
ii  mount  2.13-12   Tools for mounting and manipulatin
ii  sysvinit-utils 2.86.ds1-38.1 System-V-like utilities

Versions of packages initscripts recommends:
ii  psmisc22.5-1 Utilities that use the proc filesy

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]