Bug#772190: Debian bug reports for aufs-utils

2016-09-14 Thread J. R. Okajima
"J. R. Okajima": > I don't think these are bugs since they are following "Dashism" instead > of "Bashism." I understand that debian has a policy to be ::: It may not be important anymore, but I've just found that I was confusing. And I think

Bug#772190: Debian bug reports for aufs-utils

2016-09-12 Thread J. R. Okajima
there was a similar discussion on aufs-uses ML about "test cond1 -a cond2" vs "test cond1 && test cond2". My conclusion was same, ie. it was supported by DASH. J. R. Okajima

Bug#777559: Debian bug reports for aufs-utils

2016-09-12 Thread J. R. Okajima
and the aufs supported version history is - 3.2 Unsupported since Nov 2013 - 3.16 Unsupported since Oct 2015 J. R. Okajima

Bug#717547: nfs-common: simple remount returns an error

2013-07-24 Thread J. R. Okajima
e of Bug#717547, I had to keep /etc/mtab as a regular file. But this leads to another problem. Finally I cannot continue my development on wheezy. Ouch!! J. R. Okajima -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#717547: nfs-common: simple remount returns an error

2013-07-24 Thread J. R. Okajima
unt(8) and umount(8) highly depends upon /etc/mtab (or /proc/mounts). By the way, after forcing /etc/mtab as a regular file on my wheezy system, I found another problem of mount(8). I will report it to bugtrack later. J. R. Okajima -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#717547: nfs-common: simple remount returns an error

2013-07-22 Thread J. R. Okajima
since this problem is a show-stopper for me. J. R. Okajima -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#717547: nfs-common: simple remount returns an error

2013-07-22 Thread J. R. Okajima
) by default (by NFS developers). - mount.nfs always writes the "sec=sys" string (by mount.nfs developers). I suppose the best way should be decided after the discussion between NFS developers, mount.nfs developers and Debian developers. J. R. Okajima -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#717547: nfs-common: simple remount returns an error

2013-07-21 Thread J. R. Okajima
Package: nfs-common Version: 1:1.2.6-4 Severity: normal Dear Maintainer, I met a strange behavour of mount.nfs. When I run "mount -o remount /nfs/mntpnt", it terminated silently but the exit status was 32. Actually when I add "-v" option, it prints "mount.nfs: mount(2): Invalid argument". Here