Bug 213230 - Wine startup script fails when changing runrevel
Summary: Wine startup script fails when changing runrevel
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: wine
Version: 6
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-31 12:17 UTC by Stefan Hoelldampf
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-11-16 11:23:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stefan Hoelldampf 2006-10-31 12:17:47 UTC
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

Comment 1 Jeroen Beerstra 2006-11-09 15:24:45 UTC
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?



Comment 2 Andreas Bierfert 2006-11-09 19:02:57 UTC
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 :)


Note You need to log in before you can comment on or make changes to this bug.