Re: [arch-general] WINE Networking Issues
On Mon, Jan 25, 2021 at 12:26:26PM +0100, Łukasz Michalski via arch-general wrote:
On 1/25/21 11:13 AM, John Briggs via arch-general wrote:
After a system update on 16th Dec 2020 I discovered I had networking problems when I was using WINE. I have determined the issue is NOT WINE but something else in the system. When I do a system downgrade using the Arch Linux Archives for 13th Dec 2020 the networking problems with WINE disappear. System upgrade to 14th Dec 2020 WINE networking problems appear.
The only new packages that are upgraded on my system are:
egl-wayland-1.1.6-1-x86_64.pkg.tar.zst 14-Dec-2020 11:02 24K gtkmm3-3.24.3-1-x86_64.pkg.tar.zst 14-Dec-2020 00:28 1M python-importlib-metadata-3.3.0-1-any.pkg.tar.z..> 14-Dec-2020 02:46 566 xorg-xwayland-1.20.0.r797.g5d73a8b59-1-x86_64.p..> 14-Dec-2020 12:16 898K
The egl-wayland and xorg-xwayland packages do not appear to be causing the problem. The gtkmm3 should not raise this type of issue. Close inspection of the python-importlib-metadata should not cause any issues either.
The only possible solution I can possible consider is creating a new partition and installing the Dec 2020 Arch iso then doing a system upgrade to 13th Dec to get a problem free system.
I decided to try the list to see if anyone else may have a solution.
It would be helpful if you describe what kind of networking problems do you have.
I usually run the Kindle app. It requires an Internet connection to run correctly. I have ran ping in a WINE console: it resolves the internet address correctly but there is no return from the pings because the dns is working it appears as if I am not receiving the packets.
Is it related to any app run under wine or to specific one? What are the symptoms? e.g. no connection from app to the Internet, dns not working...
Regards, Łukasz
Em janeiro 25, 2021 9:49 John Briggs via arch-general escreveu:
I usually run the Kindle app. It requires an Internet connection to run correctly. I have ran ping in a WINE console: it resolves the internet address correctly but there is no return from the pings because the dns is working it appears as if I am not receiving the packets.
It is my understanding that ping doesn't work on wine. Also, I would suggest you try creating a new prefix and installing the app again, instead of using the old prefix. Regards, Giancarlo Razzolini
On Jan 25, 2021, at 07:55, Giancarlo Razzolini via arch-general <arch-general@lists.archlinux.org> wrote:
Em janeiro 25, 2021 9:49 John Briggs via arch-general escreveu:
I usually run the Kindle app. It requires an Internet connection to run correctly. I have ran ping in a WINE console: it resolves the internet address correctly but there is no return from the pings because the dns is working it appears as if I am not receiving the packets.
It is my understanding that ping doesn't work on wine. Also, I would suggest you try creating a new prefix and installing the app again, instead of using the old prefix.
I think I also encountered this issue (confirmed by using ncat [1]). It was only with 32-bit wine, and only with old versions (via playonlinux). System wine (I have 6.0-1), seems to be working, both 32 & 64 bit. [1] https://nmap.org/ncat/ I did `echo HTTP | /path/to/ncat 1.1.1.1 80` in cmd.
Em janeiro 25, 2021 13:01 Matthew Walker via arch-general escreveu:
I think I also encountered this issue (confirmed by using ncat [1]). It was only with 32-bit wine, and only with old versions (via playonlinux).
System wine (I have 6.0-1), seems to be working, both 32 & 64 bit.
[1] https://nmap.org/ncat/ I did `echo HTTP | /path/to/ncat 1.1.1.1 80` in cmd.
You should always try on a new clean prefix before reporting an issue. Glad to know all is working. Regards, Giancarlo Razzolini
Am 25.01.21 um 13:49 schrieb John Briggs via arch-general:
On Mon, Jan 25, 2021 at 12:26:26PM +0100, Łukasz Michalski via arch-general wrote:
On 1/25/21 11:13 AM, John Briggs via arch-general wrote:
After a system update on 16th Dec 2020 I discovered I had networking problems when I was using WINE. I have determined the issue is NOT WINE but something else in the system. When I do a system downgrade using the Arch Linux Archives for 13th Dec 2020 the networking problems with WINE disappear. System upgrade to 14th Dec 2020 WINE networking problems appear. ... I usually run the Kindle app. It requires an Internet connection to run correctly. Hello,
For me it seems to have been the update of ca-certificates-mozilla to 3.60 (14th Dec.) which removed some root certificates. https://wiki.mozilla.org/CA/Additional_Trust_Changes I tried manually adding some digicert CAs and sub-CAs I found with wireshark. At first it seemed to work and then suddenly not. https://cde-ta-g7g.amazon.com/ https://www.digicert.com/kb/digicert-root-certificates.htm Since then I run kindle with bubblewrap, replacing /etc/ssl/certs/ca-certificates.crt with the version from the old package. Not the best, but I haven't found a better solution yet. -- Andy
participants (4)
-
Giancarlo Razzolini
-
John Briggs
-
Matthew Walker
-
ProgAndy