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,

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 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 unknown

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

2011-03-01 Thread Timo Juhani Lindfors
Cameron c...@neo-zeon.de 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