Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130108 - Change mount point permissions from 700 to 755, maybe?
Summary: Change mount point permissions from 700 to 755, maybe?
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Wine Maintainers
URL: https://forums.gentoo.org/viewtopic-t...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-15 18:01 UTC by Sebastian
Modified: 2013-11-24 08:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian 2006-04-15 18:01:59 UTC
Hi all,

I know this isn't really pressing ;) but still. I tried to get a windows prog (EAC) running in Wine. It always failed for me (hang/crash while trying to access cd-rom) like it did for many other Gentooers. Users from other distributions seemed to have much less trouble getting it to work.
It turned out that it was the mount point perms. Gentoo defaults to 700, Ubuntu to 644 (quite strange for a dir, anyway - it's hearsay, I've not seen Ubuntu myself yet) it seems. Anyway, using 755 Wine apps wanting to access cd-roms work like a charm.

Would 755 be ok for Gentoo? It doesn't seem a security issue to me and it would make things easier for at least a few users it seems.

Cheers

Sebastian
Comment 1 SpanKY gentoo-dev 2006-04-15 18:57:44 UTC
so wine has problems if the mount point has 700 perms *before* the point has been mounted ?  once you mount something, the permissions on the original mount point have no meaning

# ls -ld /mnt/cdrom
drwx------ 2 root root 4096 Aug  8  2005 /mnt/cdrom
# mount /mnt/cdrom/
# ls -ld /mnt/cdrom
dr-xr-xr-x 1 root root 2048 Dec 31  1969 /mnt/cdrom
Comment 2 Sebastian 2006-04-15 19:22:37 UTC
Hello SpanKY,

agreed, but EAC for example is for extracting audio off audio CDs. As you know audio CDs, like DVDs, don't get mounted before ripping (allthough you can in fact of course mound a DVD). So when I put an audio cd into the drive, it doesn't get mounted and the permissions stay the same (700) -> Wine app hangs.

Thanks for your reply

Sebastian
Comment 3 Sebastian 2006-04-15 19:26:58 UTC
In case you want to try you can grab http://www.exactaudiocopy.de/ from here. Install/unzip it, run 'wine path/to/EAC.exe', cancel the wizard, hit F9, go the the Interface tab, select "Native Win32 interface", restart EAC (beware it will reset itself to ASPI when it hangs).

Sebastian
Comment 4 SpanKY gentoo-dev 2006-04-15 20:39:22 UTC
i know about EAC, i used to use it in windows
Comment 5 Pacho Ramos gentoo-dev 2013-11-23 13:01:34 UTC
is this still valid currently? :/
Comment 6 Sebastian 2013-11-24 08:22:25 UTC
Hello Pacho,

I don't think so. Closing :-)

Regards,
Sebastian