[Bug 496280] New: firefox warns incorrect permissions for /tmp/orbit-<user>*

http://bugzilla.novell.com/show_bug.cgi?id=496280 Summary: firefox warns incorrect permissions for /tmp/orbit-<user>* Classification: openSUSE Product: openSUSE 11.0 Version: Final Platform: i686 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Firefox AssignedTo: bnc-team-mozilla@forge.provo.novell.com ReportedBy: hedgehogshiatus@gmail.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009032600 SUSE/3.0.8-1.1 Firefox/3.0.6, Ant.com Toolbar 1.3 Starting firefox from the command line indicates incorrect permissions on orbit file. This issue is previously reported, discussed and unresolved here: http://translate.google.com/translate?js=n&prev=_t&hl=en&ie=UTF-8&u=http%3A%... The chmod 755 fix suggested there makes this issue worse, so does not fix this. Specifically:
chmod --recursive 755 /tmp/orbit-mv*
increases the number of incorrect permission warnings. Details:
id uid=1000(mv) gid=100(users) groups=100(users),113(bacula),20(cdrom),16(dialout),6(disk),112(vboxusers),33(video)
ls -l /tmp/orbit-mv* /tmp/orbit-mv: total 0 srwxr-xr-x 1 mv users 0 2008-07-30 17:47 linc-1000-0-46b90572a4380 srwxr-xr-x 1 mv users 0 2008-12-16 18:24 linc-1018-0-203c4c8a312c6 <snipped>
/tmp/orbit-mv-2828a8e8: total 4 -rwx------ 1 mv users 0 2009-02-18 14:52 bonobo-activation-register.lock -rw-r--r-- 1 mv users 661 2009-02-27 15:11 bonobo-activation-server-ior srwxr-xr-x 1 mv users 0 2009-04-11 17:41 linc-100f-0-1284682464c2 srwxr-xr-x 1 mv users 0 2009-04-11 17:41 linc-100f-0-1a0589edd5308 <snipped> After the chmod 755 is applied:
ls -l /tmp/orbit-mv* /tmp/orbit-mv: total 0 srwxr-xr-x 1 mv users 0 2008-07-30 17:47 linc-1000-0-46b90572a4380 srwxr-xr-x 1 mv users 0 2008-12-16 18:24 linc-1018-0-203c4c8a312c6 <snipped>
/tmp/orbit-mv-2828a8e8: total 4 -rwxr-xr-x 1 mv users 0 2009-02-18 14:52 bonobo-activation-register.lock -rwxr-xr-x 1 mv users 661 2009-02-27 15:11 bonobo-activation-server-ior srwxr-xr-x 1 mv users 0 2009-04-11 17:41 linc-100f-0-1284682464c2 srwxr-xr-x 1 mv users 0 2009-04-11 17:41 linc-100f-0-1a0589edd5308 Reproducible: Always Steps to Reproduce: 1. In bash shell as normal user, run: firefox & 2. shutdown firefox 3. In bash shell as normal user, run: firefox -safe-mode & 4. In bash shell as normal user, run: chmod --recursive 755 /tmp/orbit-mv* 5. firefox & Actual Results: For firefox: - console output ** (firefox:21774): WARNING **: Wrong permissions for /tmp/orbit-mv # tail -f ~/.xsession-errors QObject: Do not delete object, 'unnamed', during its event handler! For firefox -safe-mode, the same as above: - console output ** (firefox:21774): WARNING **: Wrong permissions for /tmp/orbit-mv # tail -f ~/.xsession-errors QObject: Do not delete object, 'unnamed', during its event handler! After the chmod 755 is applied, running:
firefox & ** (firefox:21972): WARNING **: Wrong permissions for /tmp/orbit-mv
** (firefox:21972): WARNING **: Wrong permissions for /tmp/orbit-mv-2828a8e8 ** (firefox:21972): WARNING **: Wrong permissions for /tmp/orbit-mv ** (firefox:21972): WARNING **: Wrong permissions for /tmp/orbit-mv-2828a8e8 ** (firefox:21972): WARNING **: Wrong permissions for /tmp/orbit-mv ** (firefox:21972): WARNING **: Wrong permissions for /tmp/orbit-mv-2828a8e8 Expected Results: No error reports to the console or .xsession-errors file -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=496280 User hedgehogshiatus@gmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=496280#c1 --- Comment #1 from Hedge Hog <hedgehogshiatus@gmail.com> 2009-04-18 23:38:22 MDT --- The following eliminates the firefox 'wrong permissions' warning, but leads to other apps, e.g. systemsettings complaining
chmod --recursive 700 /tmp/orbit-mv*
After this change: - run systemsettings from the command line (as ordinary user) - wait for a while (few minutes) - the shell should display the following message: <unknown program name>(22126)/: Communication problem with "systemsettings" , it probably crashed. Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, thereply timeout expired, or the network connection was broken." " revert the chmod to 755 or 744 and the systemsettings error goes away but the firefox warning about wrong permissions returns..... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

http://bugzilla.novell.com/show_bug.cgi?id=496280 User wolfgang@rosenauer.org added comment http://bugzilla.novell.com/show_bug.cgi?id=496280#c2 Wolfgang Rosenauer <wolfgang@rosenauer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolfgang@rosenauer.org Component|Firefox |GNOME AssignedTo|bnc-team-mozilla@forge.prov |bnc-team-gnome@forge.provo. |o.novell.com |novell.com --- Comment #2 from Wolfgang Rosenauer <wolfgang@rosenauer.org> 2009-05-25 02:55:36 MDT --- The messages are caused by some Gnome component (I'm pretty sure at least). Feel free to assign back to Firefox is not. -- Configure bugmail: http://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=496280 https://bugzilla.novell.com/show_bug.cgi?id=496280#c3 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2013-09-29 17:09:04 UTC --- Dear Reporter, Thank you for taking the time to report this bug and helping to make openSUSE better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in openSUSE since the time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test it on a current, supported openSUSE version. When you test it and it is still an issue, kindly reopen this bug and move it to the tested version of openSUSE. Truly yours. -- 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