Bug#616036: /bin/mount: /bin/mount: Fstab options causing failed mounts

2015-08-13 Thread Steven Chamberlain
reassign 616036 partman-ufs found 616036 partman-ufs/19 close 616036 19+kbsd8u1 thanks Hi, This is the same bug fixed by this partman-ufs commit: https://anonscm.debian.org/cgit/d-i/partman-ufs.git/commit/?h=jessie-kfreebsd&id=924a8837e08a7eaf77d0154b9e39e08a9e0811d1 Regards, -- Steven Chamber

Processed: Re: Bug#616036: /bin/mount: /bin/mount: Fstab options causing failed mounts

2015-08-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 616036 partman-ufs Bug #616036 [freebsd-utils] /bin/mount: /bin/mount: Fstab options causing failed mounts Bug reassigned from package 'freebsd-utils' to 'partman-ufs'. No longer marked as found in versions freebsd-utils/8.1-4. Ignoring

Bug#616036: /bin/mount: /bin/mount: Fstab options causing failed mounts

2011-03-04 Thread Cameron Berkenpas
Is coming up with a new patch for freebsd's mount command each time it's updated less than ideal? mount probably isn't updated very often, however. Would the better approach be to to insure that the installer generates an fstab with rw in the options for each mount? On Wednesday, March 02, 201

Bug#616036: /bin/mount: /bin/mount: Fstab options causing failed mounts

2011-03-02 Thread Mats Erik Andersson
This is due to the following code in upstream source /* src/sbin/mount/mount.c */ #define BADTYPE(type) \ (strcmp(type, FSTAB_RO) && \ strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) /* A later test */ if (BADTYPE(fs->fs_type)) errx(1, "%s has

Bug#616036: /bin/mount: /bin/mount: Fstab options causing failed mounts

2011-03-01 Thread Timo Juhani Lindfors
Cameron writes: > Package: freebsd-utils > Version: 8.1-4+b1 > > local filesystem mount entires in /etc/fstab fail to mount at boot and runtime > if the options field contains only "noatime". The error message is "unknown > filesystem type". For example: > mount /home > mount: /home has unknown fi

Bug#616036: /bin/mount: /bin/mount: Fstab options causing failed mounts

2011-03-01 Thread Cameron
Package: freebsd-utils Version: 8.1-4+b1 Severity: important File: /bin/mount local filesystem mount entires in /etc/fstab fail to mount at boot and runtime if the options field contains only "noatime". The error message is "unknown filesystem type". For example: mount /home mount: /home has unkno