* proper name for userspace package?
@ 2009-07-30 16:29 Eric Sandeen
[not found] ` <4A71CA72.8080106-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Eric Sandeen @ 2009-07-30 16:29 UTC (permalink / raw)
To: NILFS Users mailing list
I'm wondering what the preferred name is for the userspace package.
The tarball is "nilfs-utils" but debian has "nilfs2-tools" - is there a
preference, or is this a debian convention that caused the rename?
Thanks,
-Eric
^ permalink raw reply [flat|nested] 7+ messages in thread[parent not found: <4A71CA72.8080106-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>]
* Re: proper name for userspace package? [not found] ` <4A71CA72.8080106-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> @ 2009-07-30 17:32 ` Ryusuke Konishi [not found] ` <20090731.023234.56054455.ryusuke-sG5X7nlA6pw@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Ryusuke Konishi @ 2009-07-30 17:32 UTC (permalink / raw) To: users-JrjvKiOkagjYtjvyW6yDsg, sandeen-H+wXaHxf7aLQT0dZR+AlfA Cc: Daniel Baumann (Cc added to Debian maintainer) On Thu, 30 Jul 2009 11:29:38 -0500, Eric Sandeen <sandeen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: > I'm wondering what the preferred name is for the userspace package. > > The tarball is "nilfs-utils" but debian has "nilfs2-tools" - is there a > preference, or is this a debian convention that caused the rename? > > Thanks, > -Eric I don't know the how and why. The btrfs was also packaged with the "-tools" convention in Debian. On the one hand, we can see all the convensions like "-utils", "-tools", and "progs" there. Personally, I like the "-tools" convension for new ones. Regards, Ryusuke Konishi ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20090731.023234.56054455.ryusuke-sG5X7nlA6pw@public.gmane.org>]
* Re: proper name for userspace package? [not found] ` <20090731.023234.56054455.ryusuke-sG5X7nlA6pw@public.gmane.org> @ 2009-07-30 17:50 ` Eric Sandeen 2009-07-30 18:36 ` Daniel Baumann 1 sibling, 0 replies; 7+ messages in thread From: Eric Sandeen @ 2009-07-30 17:50 UTC (permalink / raw) To: Ryusuke Konishi; +Cc: Daniel Baumann, users-JrjvKiOkagjYtjvyW6yDsg Ryusuke Konishi wrote: > (Cc added to Debian maintainer) > On Thu, 30 Jul 2009 11:29:38 -0500, Eric Sandeen <sandeen-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: >> I'm wondering what the preferred name is for the userspace package. >> >> The tarball is "nilfs-utils" but debian has "nilfs2-tools" - is there a >> preference, or is this a debian convention that caused the rename? >> >> Thanks, >> -Eric > > I don't know the how and why. The btrfs was also packaged with the > "-tools" convention in Debian. On the one hand, we can see all the > convensions like "-utils", "-tools", and "progs" there. > > Personally, I like the "-tools" convension for new ones. > > Regards, > Ryusuke Konishi > Ok, thanks. If it was due to a debian convention, then I may wind up following the Fedora convention (if there is one ;) -Eric ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: proper name for userspace package? [not found] ` <20090731.023234.56054455.ryusuke-sG5X7nlA6pw@public.gmane.org> 2009-07-30 17:50 ` Eric Sandeen @ 2009-07-30 18:36 ` Daniel Baumann [not found] ` <4A71E82C.1040208-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 1 sibling, 1 reply; 7+ messages in thread From: Daniel Baumann @ 2009-07-30 18:36 UTC (permalink / raw) To: Ryusuke Konishi Cc: sandeen-H+wXaHxf7aLQT0dZR+AlfA, users-JrjvKiOkagjYtjvyW6yDsg Ryusuke Konishi wrote: >> The tarball is "nilfs-utils" but debian has "nilfs2-tools" - is there a >> preference, or is this a debian convention that caused the rename? it's my own aim to get some sort of uniformity with package names in debian, so that we have $filesystem-tools for new packages. new means basically almost anything after e2fsutils. actually, i should rename it from nilfs2-tools to nilfs-tools. unfortunately, in debian we have a quite stupid thing called NEW queue which make such a simple rename have a penalty of 4 to 8 weeks of waiting until ftp-masters unblock it. but i still might do that at some point (unless Ryusuke dislikes it ;). for fedora/rh, if you don't have people with a quirk for uniformity, you might just want to go with the upstream name as it's the way of the least surprise for the user. Regards, Daniel -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baumann-uDfGT2BMUjhJc61us3aD9uTW4wlIGRCZ@public.gmane.org Internet: http://people.panthera-systems.net/~daniel-baumann/ ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <4A71E82C.1040208-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: proper name for userspace package? [not found] ` <4A71E82C.1040208-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2009-08-03 19:10 ` Ryusuke Konishi [not found] ` <20090804.041006.12536354.ryusuke-sG5X7nlA6pw@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Ryusuke Konishi @ 2009-08-03 19:10 UTC (permalink / raw) To: daniel-8fiUuRrzOP0dnm+yROfE0A Cc: sandeen-H+wXaHxf7aLQT0dZR+AlfA, users-JrjvKiOkagjYtjvyW6yDsg On Thu, 30 Jul 2009 20:36:28 +0200, Daniel Baumann wrote: > Ryusuke Konishi wrote: > >> The tarball is "nilfs-utils" but debian has "nilfs2-tools" - is there a > >> preference, or is this a debian convention that caused the rename? > > it's my own aim to get some sort of uniformity with package names in > debian, so that we have $filesystem-tools for new packages. new means > basically almost anything after e2fsutils. Thanks. I felt this implicitly, and now I get it straight from you. > actually, i should rename it from nilfs2-tools to nilfs-tools. > unfortunately, in debian we have a quite stupid thing called NEW queue > which make such a simple rename have a penalty of 4 to 8 weeks of > waiting until ftp-masters unblock it. but i still might do that at some > point (unless Ryusuke dislikes it ;). Well, I don't mind either. I'm accountable for part of the confusion especially for the version number ;) "nilfs-tools" sounds simpler. Umm, actually it would be better in the long term because the nilfs package already has versions related to the filesystem version (e.g. -2.x.y). At least I don't have any reason to object to the rename. I just realized that ocfs2-tools package has versions 1.x.y. Thanks, Ryusuke Konishi ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20090804.041006.12536354.ryusuke-sG5X7nlA6pw@public.gmane.org>]
* Re: proper name for userspace package? [not found] ` <20090804.041006.12536354.ryusuke-sG5X7nlA6pw@public.gmane.org> @ 2009-08-03 20:04 ` Daniel Baumann [not found] ` <4A7742D6.9050405-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Daniel Baumann @ 2009-08-03 20:04 UTC (permalink / raw) To: Ryusuke Konishi Cc: sandeen-H+wXaHxf7aLQT0dZR+AlfA, users-JrjvKiOkagjYtjvyW6yDsg Ryusuke Konishi wrote: > "nilfs-tools" sounds simpler. Umm, actually it would be better in the > long term because the nilfs package already has versions related to > the filesystem version (e.g. -2.x.y). At least I don't have any > reason to object to the rename. ok, i think so too. i just renamed in debian (well, i've uploaded it.. it will not wait for 0 to \infty for ftp-masters re-approval in the NEW queue :/). > I just realized that ocfs2-tools package has versions 1.x.y. i heard, that ocfs2 is called ocfs2 because ocfs1 was oracle intern only. not sure if that's true though. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baumann-uDfGT2BMUjhJc61us3aD9uTW4wlIGRCZ@public.gmane.org Internet: http://people.panthera-systems.net/~daniel-baumann/ ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <4A7742D6.9050405-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>]
* Re: proper name for userspace package? [not found] ` <4A7742D6.9050405-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> @ 2009-08-05 11:32 ` Chris Samuel 0 siblings, 0 replies; 7+ messages in thread From: Chris Samuel @ 2009-08-05 11:32 UTC (permalink / raw) To: users-JrjvKiOkagjYtjvyW6yDsg [-- Attachment #1.1: Type: Text/Plain, Size: 1201 bytes --] On Tue, 4 Aug 2009 06:04:38 am Daniel Baumann wrote: > i heard, that ocfs2 is called ocfs2 because ocfs1 was oracle intern > only. not sure if that's true though. No, it's not. :-) OCFS2 is a POSIX compliant filesystem, OCFS isn't. http://oss.oracle.com/projects/ocfs/ # Note: OCFS is not intended to be a POSIX compliant file system, there are no # guarantees that timestamp updates or inode changes are similar in behaviour # as other filesystems on the same platform or especially on different # operating systems. Version 1 is specifically designed for Oracle Database # files, create, move, delete and backup. It is well possible that certain OS # commands will show different results, this is not considered a malfunction # inside ocfs. We try when possible and where possible to stick to standard # behaviour with error messages, e.g. ENOSPACE, etc. However, at the minimum, # what is required for Oracle to work properly is implemented, anything more # is not a guarantee. -- Chris Samuel : http://www.csamuel.org/ : Melbourne, VIC This email may come with a PGP signature as a file. Do not panic. For more info see: http://en.wikipedia.org/wiki/OpenPGP [-- Attachment #1.2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 481 bytes --] [-- Attachment #2: Type: text/plain, Size: 158 bytes --] _______________________________________________ users mailing list users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org https://www.nilfs.org/mailman/listinfo/users ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-08-05 11:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 16:29 proper name for userspace package? Eric Sandeen
[not found] ` <4A71CA72.8080106-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-30 17:32 ` Ryusuke Konishi
[not found] ` <20090731.023234.56054455.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-07-30 17:50 ` Eric Sandeen
2009-07-30 18:36 ` Daniel Baumann
[not found] ` <4A71E82C.1040208-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2009-08-03 19:10 ` Ryusuke Konishi
[not found] ` <20090804.041006.12536354.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-08-03 20:04 ` Daniel Baumann
[not found] ` <4A7742D6.9050405-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2009-08-05 11:32 ` Chris Samuel
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.