Description of problem: The wine startup scripts fails when changing the runlevel e.g. from 5 to 3. The output is: Registering binary handler for Windows applications/etc/rc3.d/S98wine: line 16: echo: write error: Invalid argument /etc/rc3.d/S98wine: line 17: echo: write error: Invalid argument Version-Release number of selected component (if applicable): wine-0.9.24-1.fc6 Steps to Reproduce: 1. Change runlevel from 5 to 3 2. 3. Actual results: Error in /etc/rc3.d/S98wine Expected results: No errors
Same here the problem seems to be this: [root@neo ~]# echo 1 > /proc/sys/fs/binfmt_misc/register -bash: echo: write error: Invalid argumemt [root@neo ~]# cat /proc/sys/fs/binfmt_misc/register cat: /proc/sys/fs/binfmt_misc/register: Invalid argument [root@neo ~]# ls -la /proc/sys/fs/binfmt_misc/register --w------- 1 root root 0 nov 9 16:18 /proc/sys/fs/binfmt_misc/register The binary handler for wine seems to work just fine though, perhaps it needs and can only be initialized once?
I believe this is the problem. I have to fix some other wine related bugs in the next days and be sure this will be included :)