[Bug 486011] New: mountpoint directory has changed owner and group attrs to nonexisting uids/gids ..
https://bugzilla.novell.com/show_bug.cgi?id=486011 Summary: mountpoint directory has changed owner and group attrs to nonexisting uids/gids .. Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: i586 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dpecka@techniservit.cz QAContact: qa@suse.de Found By: --- Created an attachment (id=280013) --> (https://bugzilla.novell.com/attachment.cgi?id=280013) there are your logs User-Agent: Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.3 (like Gecko) SUSE ## mount utility changes access rights of target directory to nonsense values . # zypper patch Loading repository data... Reading installed packages... Resolving package dependencies... Nothing to do. # mkdir /mnt/test; ls -ld /mnt/test drwxr-xr-x 2 root root 48 2009-03-17 15:11 /mnt/test # strace -f -o /tmp/strace_mount.log mount /root/super_grub_disk_0.9716.iso /mnt/test/ -o loop -v mount: going to use the loop device /dev/loop0 mount: you didn't specify a filesystem type for /dev/loop0 I will try type iso9660 /dev/loop0 on /mnt/test type iso9660 (rw) # ls -ld /mnt/test; umount /mnt/test/ drwxr-xr-x 4 dpecka 1000 2048 2008-05-12 18:29 /mnt/test # if test -z "$(grep 1000 /etc/group)"; then echo "wth?? gid 1000 doesnt't exist"; fi wth?? gid 1000 doesnt't exist # ls -lah /{,s}bin/mount* -rwsr-xr-x 1 root root 83K 2009-01-14 13:04 /bin/mount -rwxr-xr-x 1 root root 5.6K 2009-03-12 01:07 /bin/mountpoint -rwxr-xr-x 1 root root 31K 2009-03-05 17:45 /sbin/mount.cifs -rwxr-xr-x 1 root root 9.6K 2008-12-03 07:33 /sbin/mount.fuse -rwsr-xr-x 1 root root 87K 2009-02-09 01:05 /sbin/mount.nfs lrwxrwxrwx 1 root root 9 2009-02-17 13:06 /sbin/mount.nfs4 -> mount.nfs lrwxrwxrwx 1 root root 28 2009-04-07 17:53 /sbin/mount.ntfs -> /etc/alternatives/mount.ntfs lrwxrwxrwx 1 root root 12 2009-04-07 17:53 /sbin/mount.ntfs-3g -> /bin/ntfs-3g -rwxr-xr-x 1 root root 54K 2008-12-05 04:56 /sbin/mount.vmhgfs # for x in `ls -1 /{,s}bin/mount*`; do rpm -qif $x; done >/tmp/packages.log # grep dpecka /etc/{group,passwd} /etc/group:audio:x:17:pulse,dpecka /etc/group:dialout:x:16:dpecka,jura /etc/group:video:x:33:dpecka,jura /etc/group:pulse:!:110:dpecka /etc/group:pulse-rt:!:111:dpecka /etc/group:pulse-access:!:112:dpecka /etc/passwd:dpecka:x:1000:100:dpecka:/home/dpecka:/bin/bash Reproducible: Always Steps to Reproduce: 1. repeat steps above 2. don't panic .. 3. don't cry .. Actual Results: reproduced also on 11.0 for mount.cifs. when *userdeled default user, as $uid will be assigned non-existing one .. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=486011 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |hvogel@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com