On Wednesday 19 August 2009 11:32:30 Michal Suchanek wrote:
> Hello
>
> As advised I put soundoff/soundon to my hibernation scripts.
>
> The soundoff/soundon scripts work well during testing but when the
> soundon script is run from the hibernate script the created devices
> are inaccessible.
>
> Normally the devices are 644 and directories like /dev/oss are 755.
> When soundon runs from the hibernate script the modes are 600/700.

I guess umask has a crazy value like 077? ossdetect used to clear umask too 
late... The latest OSS source in the mercurial repository should do this 
correctly, but if you don't wish to upgrade, you can run "umask 022" before 
soundon to get around this.

Yours,
        Yair K.
_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to