http://bugs.winehq.org/show_bug.cgi?id=13638
Summary: dogfood: xampp won't work properly Product: Wine Version: 1.0-rc3 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: pascal.duersteler@gmail.com
Installation works fine, control panel starts.
Starting/stopping mysql will force the panel to hang sometimes and really starting apache / mysql is not possible. (Yes, i was sure to have no other application listen on the ports these applications use)
http://bugs.winehq.org/show_bug.cgi?id=13638
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.apachefriends.org | |/en/xampp-windows.html Keywords| |download
--- Comment #1 from Lei Zhang thestig@google.com 2008-06-05 00:22:16 --- Are they trying to listen on ports below 1024?
http://bugs.winehq.org/show_bug.cgi?id=13638
--- Comment #2 from Pascal Dürsteler pascal.duersteler@gmail.com 2008-06-05 01:16:51 --- apache usually listens on port 80 and mysql on port 3306.
http://bugs.winehq.org/show_bug.cgi?id=13638
--- Comment #3 from Lei Zhang thestig@google.com 2008-06-05 01:47:16 --- On most Unix systems, normal users cannot use ports below 1024.
http://bugs.winehq.org/show_bug.cgi?id=13638
--- Comment #4 from Pascal Dürsteler pascal.duersteler@gmail.com 2008-06-05 04:23:06 --- Created an attachment (id=13710) --> (http://bugs.winehq.org/attachment.cgi?id=13710) Trace for apache.exe
http://bugs.winehq.org/show_bug.cgi?id=13638
--- Comment #5 from Pascal Dürsteler pascal.duersteler@gmail.com 2008-06-05 04:23:42 --- control panel works fine as root but apache won't work at all. Mysql even refuses to start.
http://bugs.winehq.org/show_bug.cgi?id=13638
Christoph Korn c_korn@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |c_korn@gmx.de
--- Comment #6 from Christoph Korn c_korn@gmx.de 2008-12-13 16:06:48 --- I have tested apache.exe due to this request: http://www.winehq.org/wwn/354#A way YOU can help Wine!
First I have set up xampp as said in setup_xampp.bat: wine php\php.exe -n -d output_buffering=0 install\install.php
Then I ran this from inside /apache/bin: $ wine apache.exe (OS 10013)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs
http://bugs.winehq.org/show_bug.cgi?id=13638
--- Comment #7 from Austin English austinenglish@gmail.com 2008-12-13 16:58:02 --- (In reply to comment #6)
I have tested apache.exe due to this request: http://www.winehq.org/wwn/354#A way YOU can help Wine!
First I have set up xampp as said in setup_xampp.bat: wine php\php.exe -n -d output_buffering=0 install\install.php
Then I ran this from inside /apache/bin: $ wine apache.exe (OS 10013)Permission denied: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs
Sounds like you lack permissions (understandable, since it wants to bind to a low level port).
http://bugs.winehq.org/show_bug.cgi?id=13638
--- Comment #8 from Christoph Korn c_korn@gmx.de 2008-12-13 17:30:25 --- So do I have to run xampp-control.exe using wine as root?
http://bugs.winehq.org/show_bug.cgi?id=13638
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Status|UNCONFIRMED |NEW Component|-unknown |advapi32 Ever Confirmed|0 |1
--- Comment #9 from Austin English austinenglish@gmail.com 2010-06-27 18:12:26 --- (In reply to comment #8)
So do I have to run xampp-control.exe using wine as root?
You would need to install/run it as root, yes. Or somehow give your user permission to bind to port 80.
You could also configure apache to run on a different port.
Anyway, in 1.2-rc5, I'm able to start/stop mysql several times without problems. The other services (aside from apache) start fine as well.
Apache, however, starts (if I set it to a higher port). It shows in top, but not in the control panel. Trying to visit localhost:8000 fails as well.
Confirming. Terminal shows a lot of advapi32/events activity: fixme:advapi:RegisterEventSourceW ((null),L"Apache Service"): stub fixme:ntdll:NtLockFile I/O completion on lock not implemented yet austin@midna:~/.wine/drive_c/xampp$ notepad fixme:advapi:RegisterEventSourceW ((null),L"Apache Service"): stub fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00000000,0xdfe0d0,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00000000,0x12a9d0,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00000000,0xdfe378,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00000000,0x12df28,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA ((null),"MySQL"): stub fixme:advapi:RegisterEventSourceW (L"",L"MySQL"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00000000,0xdfe3f8,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0xc0000064,(nil),0x0001,0x00000000,0x12e608,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub
http://bugs.winehq.org/show_bug.cgi?id=13638
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #10 from Jerome Leclanche adys.wh@gmail.com 2011-11-02 14:55:19 CDT --- Dupe of bug 15770?
https://bugs.winehq.org/show_bug.cgi?id=13638
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #11 from Austin English austinenglish@gmail.com --- Apache runs fine on 8080/8443, and I can load the server.
[austin@localhost ~]$ sha1sum xampp-win32-1.8.2-4-VC9-installer.exe 1637cfc959ad0acfe6bc884354b9507ffb5b23fd xampp-win32-1.8.2-4-VC9-installer.exe [austin@localhost ~]$ du -h xampp-win32-1.8.2-4-VC9-installer.exe 108M xampp-win32-1.8.2-4-VC9-installer.exe
wine-1.7.14-165-g77bd74f
Fixed.
https://bugs.winehq.org/show_bug.cgi?id=13638
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.15.