http://bugs.winehq.org/show_bug.cgi?id=5181
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2011-09-30 12:51:37 CDT ---
Dan, ping.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2666
--- Comment #43 from Warday <warday27(a)hotmail.com> 2011-09-30 10:03:40 CDT ---
> Please let me know how this patch works for you. I would love to see it
> accepted into WINE.
He can you tell me how I use the pach?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7929
--- Comment #116 from Erich Hoover <ehoover(a)mines.edu> 2011-09-30 09:56:38 CDT ---
(In reply to comment #115)
> Sorry to bother but why do you get the adapters list and cycle throught it if
> the support may be not available?
> ...
> Or maybe the code did something I didn't see in case it's not supported.
I figured that it would be good to let the console-informed user know that the
feature is unsupported, but to only do so if the passed address actually
corresponds to one of the network adapters.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7929
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #115 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-09-30 09:48:51 CDT ---
Sorry to bother but why do you get the adapters list and cycle throught it if
the support may be not available?
Isn't it better to simply:
+#ifdef SO_BINDTODEVICE
+ else if (interface_bind(fd, &uaddr.addr))
+ {
+ /* Bound to a specific interface, change the binding
+ * address so that broadcast packets work properly */
+ in4->sin_addr.s_addr = htonl(WS_INADDR_ANY);
+ }
+#endif /* SO_BINDTODEVICE */
Or maybe the code did something I didn't see in case it's not supported.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7929
--- Comment #114 from Erich Hoover <ehoover(a)mines.edu> 2011-09-30 09:31:58 CDT ---
Created attachment 36613
--> http://bugs.winehq.org/attachment.cgi?id=36613
Patch to selectively bind while still allowing broadcasts [alternative]
Ok folks, I have an alternative solution to this bug based on the old
SO_BINDTODEVICE socket option. As we're all likely aware, SO_BINDTODEVICE
requires administrative access. However, SO_BINDTODEVICE can also be used if
the running process has the CAP_NET_RAW capability set. So, to use the
attached patch:
1) apply patch
2) compile and install wine
3) add the CAP_NET_RAW capability to the preloader:
sudo setcap cap_net_raw+epi `which wine-preloader`
4) run the application that requires interface-specific binding
Unfortunately, this solution will only work on Linux (unlike my other
solution). However, I believe that Alexandre might find this solution more
palatable than my previous attempt. If everyone affected could please review
and test the attached patch then I would greatly appreciate it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7284
--- Comment #72 from MD.IMAM HOSSAIN <imamdxl8805(a)gmail.com> 2011-09-30 08:04:51 CDT ---
This bug does not effect Intel Mesa drivers.
Spec:
Intel GMA 4500
Mesa 7.12-devel git
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3023
--- Comment #30 from Matej <matej(a)agglo.sk> 2011-09-30 06:50:07 CDT ---
(In reply to comment #29)
> I would appreciate it if someone would be so kind as to test placing a part with
> the attached patch (includes a test case!) and let me know how it works out.
Erich, I just tested your patch with 1.3.29 and placing part now works in
Capture v16!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7284
Alessandro Pezzoni <alessandro_pezzoni(a)lavabit.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alessandro_pezzoni@lavabit.
| |com
--- Comment #71 from Alessandro Pezzoni <alessandro_pezzoni(a)lavabit.com> 2011-09-30 06:14:40 CDT ---
This bug is still present in wine 1.3.29.
Test system:
Arch Linux
GeForce GTX 560 Ti
driver nvidia 280.13
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5181
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #13 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-09-29 20:00:01 CDT ---
This bug is fixed for me but I'm waiting for Dan to retest it together with bug
5180.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2082
--- Comment #87 from Xavier Vachon <xvachon(a)gmail.com> 2011-09-29 19:26:56 CDT ---
The hack can't be applied to the latest git. Stefan, is it possible to get an
updated temporary hack? Thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.