[Bug 1975416] [NEW] Torsocks fails to resolve domain names where ɪᴘv6 is available.

2022-05-22 Thread empty
Public bug reported:

simple step to reproduce :

$ torify wget https://rpc.ethermine.org
--2022-05-22 13:08:03--  https://rpc.ethermine.org/
Resolving rpc.ethermine.org (rpc.ethermine.org)... 1653217683 ERROR 
torsocks[669]: [socks5] Resolve destination buffer too small (in 
socks5_recv_resolve_reply() at socks5.c:701)
failed: Non-recoverable failure in name resolution.
wget: unable to resolve host address 'rpc.ethermine.org'

Where the buffer is too small because the first returned address is longer than 
with ɪᴘv4. Disabling ɪᴘv6 doesn’t work because the issue happens at name 
resolution (where the returned ɪᴘv6 addresses are normally ignored).
Of course, wget supports socks proxies, but many python packages like 
WebSockets or aiohttp or web3py don’t and thus have to rely on torsocks for 
using tor. So there’s no workarounds.

The problem is today ɪᴘv6 is far more available than it used to be… Not only do 
some websites like Google or Wikipedia provide ɪᴘv6 but many providers like 
Cloudflare provide ɪᴘv6 to all their protected websites.
As a result, this prevents using torsocks with most of the web and might even 
make torsocks completely unusable in the future.

I’m reporting it here as that specific part of the project seems to
abandonware upstream.

** Affects: python-websockets (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: torsocks (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: websocket-client (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: websocket-client (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: python-websockets (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1975416

Title:
  Torsocks fails to resolve domain names where ɪᴘv6 is available.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-websockets/+bug/1975416/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836459] Re: Rythmbox fails to read mp3 tags

2021-03-08 Thread empty
Yes, you are right, it is not a MP3 file.

My main problem wasn't that it doesn't work, but the lack of debugging
options.

It would be nice if rhythmbox could display the tags of webm containers
with opus audio (like id3info), or if it would somehow tell you that
test.mp3 is not a valid mp3 file.

I also opened a bug in youtube-dl, but it got closed (IMHO completely 
unjustified).
https://github.com/ytdl-org/youtube-dl/issues/21785


** Bug watch added: github.com/ytdl-org/youtube-dl/issues #21785
   https://github.com/ytdl-org/youtube-dl/issues/21785

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836459

Title:
  Rythmbox fails to read mp3 tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1836459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1836459] [NEW] Rythmbox fails to read mp3 tags

2019-07-13 Thread empty
Public bug reported:

Please note, that I'm not 100 % sure if this is a bug in rythmbox, it
could be a bug in id3v2 or in youtube-dl, but I think it's in Rythmbox.

How to reproduce:
Step 1: Run the following commands:
sudo apt install youtube-dl ffmpeg id3v2 -y
youtube-dl --extract-audio --audio-format mp3 "https://youtu.be/Sqk3B2041uk; 
--output test.mp3
id3v2 -t "cooltitle" -a "coolartist" test.mp3

In theory this should create an mp3 file "test.mp3" with the title "cooltitle" 
and the artist "coolartist". I confirmed this using id3info test.mp3 :
*** Tag information for test.mp3
=== TIT2 (Title/songname/content description): cooltitle
=== TPE1 (Lead performer(s)/Soloist(s)): coolartist
*** mp3 info
MPEG1/layer I
Bitrate: 320KBps
Frequency: 44KHz

When I open test.mp3 using Rythmbox, Rythmbox is able to play this song,
but its says that the artist is unknown an the title is test.mp3.

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1836459

Title:
  Rythmbox fails to read mp3 tags

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1836459/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1757320] Re: Remove Qt 4 from the archive

2018-06-13 Thread empty
Providing a static archive would allow upward compatibility for future
versions of Ubuntu on projects like mine (by providing a distribution
independent statically compiled executables)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1757320

Title:
  Remove Qt 4 from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1757320/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1757320] Re: Remove Qt 4 from the archive

2018-06-13 Thread empty
Sorry, but what about solving Qt4 issues first
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1776717 ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1757320

Title:
  Remove Qt 4 from the archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1757320/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1776717] Re: Please provide static archives inside libtqt4-dev

2018-06-13 Thread empty
It was for building for arm64

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1776717

Title:
  Please provide static archives inside libtqt4-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1776717/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1776717] [NEW] Please provide static archives inside libtqt4-dev

2018-06-13 Thread empty
Public bug reported:

Look like debbuild doesn’t works well when used for cross compiling (I
don’t have enough ram for native building on the target device) :

{standard input}:33009: Error: operand mismatch -- `swpb x1,x9,[x10]'
{standard input}:33009: Info:did you mean this?
{standard input}:33009: Info:   swpb w1, w9, [x10]
{standard input}:33488: Error: operand mismatch -- `swpb x9,x20,[x19]'
{standard input}:33488: Info:did you mean this?
{standard input}:33488: Info:   swpb w9, w20, [x19]
{standard input}:33511: Error: operand mismatch -- `swpb x10,x20,[x19]'
{standard input}:33511: Info:did you mean this?
{standard input}:33511: Info:   swpb w10, w20, [x19]
{standard input}:33542: Error: operand mismatch -- `swpb x3,x11,[x12]'
{standard input}:33542: Info:did you mean this?
{standard input}:33542: Info:   swpb w3, w11, [x12]
{standard input}:33763: Error: operand mismatch -- `swpb x2,x20,[x19]'
{standard input}:33763: Info:did you mean this?
{standard input}:33763: Info:   swpb w2, w20, [x19]
{standard input}:33784: Error: operand mismatch -- `swpb x3,x20,[x19]'
{standard input}:33784: Info:did you mean this?
{standard input}:33784: Info:   swpb w3, w20, [x19]
{standard input}:33820: Error: operand mismatch -- `swpb x1,x8,[x4]'
{standard input}:33820: Info:did you mean this?
{standard input}:33820: Info:   swpb w1, w8, [x4]
{standard input}:33961: Error: operand mismatch -- `swpb x8,x20,[x27]'
{standard input}:33961: Info:did you mean this?
{standard input}:33961: Info:   swpb w8, w20, [x27]
{standard input}:33981: Error: operand mismatch -- `swpb x9,x20,[x27]'
{standard input}:33981: Info:did you mean this?
{standard input}:33981: Info:   swpb w9, w20, [x27]
{standard input}:34009: Error: operand mismatch -- `swpb x1,x12,[x11]'
{standard input}:34009: Info:did you mean this?
{standard input}:34009: Info:   swpb w1, w12, [x11]
{standard input}:34124: Error: operand mismatch -- `swpb x2,x27,[x19]'
{standard input}:34124: Info:did you mean this?
{standard input}:34124: Info:   swpb w2, w27, [x19]
{standard input}:34144: Error: operand mismatch -- `swpb x3,x27,[x19]'
{standard input}:34144: Info:did you mean this?
{standard input}:34144: Info:   swpb w3, w27, [x19]
{standard input}:34172: Error: operand mismatch -- `swpb x1,x6,[x5]'
{standard input}:34172: Info:did you mean this?
{standard input}:34172: Info:   swpb w1, w6, [x5]
{standard input}:34235: Error: operand mismatch -- `swpb x1,x6,[x4]'
{standard input}:34235: Info:did you mean this?
{standard input}:34235: Info:   swpb w1, w6, [x4]
{standard input}:34354: Error: operand mismatch -- `swpb x1,x13,[x14]'
{standard input}:34354: Info:did you mean this?
{standard input}:34354: Info:   swpb w1, w13, [x14]
Makefile:8364: recipe for target '.obj/release-static/qfutureinterface.o' failed
make[3]: *** [.obj/release-static/qfutureinterface.o] Error 1
make[3]: Leaving directory '/root/qt4-x11-4.8.7+dfsg/src/corelib'
Makefile:201: recipe for target 'sub-corelib-make_default-ordered' failed
make[2]: *** [sub-corelib-make_default-ordered] Error 2
dh_auto_build: make -j8 -O returned exit code 2
debian/rules:173: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 25
make[1]: Leaving directory '/root/qt4-x11-4.8.7+dfsg'
debian/rules:94: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

As result, I’m unable to distribute an ubuntu independent static
executable (or rather distribution independent at all
https://softwarerecs.stackexchange.com/q/50597/2341)


The problem above is rather an xyz one. As far I know, Qt4 as well as Qt5 are 
the only dev package in ubuntu where a version suitable for static linking 
whereas this is as simple as passing -static to configure if building inside 
the correct environment (which I added to debian/rules). This concerns all 
architectures, and not only those in third party ports.

If you refuse to fix it for Qt4, please fix it for Qt5 !

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/1776717

Title:
  Please provide static archives inside libtqt4-dev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1776717/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 1657346] [NEW] getting this error after install wine from command line

2017-01-17 Thread empty
Public bug reported:

i installed wine using the instructions on the official website, on apt-
get i get this package with error, and now i got a crash message every
time.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: libgsm1 1.0.13-4
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
Date: Wed Jan 18 01:49:51 2017
Dependencies:
 gcc-6-base 6.2.0-5ubuntu12
 libc6 2.24-3ubuntu2
 libgcc1 1:6.2.0-5ubuntu12
 multiarch-support 2.24-3ubuntu1
ErrorMessage: intentando sobreescribir el compartido 
`/usr/share/doc/libgsm1/changelog.Debian.gz', que es distinto de otras 
instancias del paquetes libgsm1:i386
InstallationDate: Installed on 2017-01-18 (0 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1
 apt  1.3.1
SourcePackage: libgsm
Title: package libgsm1 1.0.13-4 failed to install/upgrade: intentando 
sobreescribir el compartido `/usr/share/doc/libgsm1/changelog.Debian.gz', que 
es distinto de otras instancias del paquetes libgsm1:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libgsm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1657346

Title:
  getting this error after install wine from command line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgsm/+bug/1657346/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1152580] Re: BCM95720 Network disconnects and resets with new Dell R520 server

2013-06-28 Thread empty
I'm sorry, yesterday did not complete the test , fully tested today,
only eth1 adapter problems,Replace the adapter chipset with intel, now
normal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1152580

Title:
  BCM95720 Network disconnects and resets with new Dell R520 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-poweredge/+bug/1152580/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1152580] Re: BCM95720 Network disconnects and resets with new Dell R520 server

2013-06-27 Thread empty
Test each adapter separately, are good, but both configure two adapters,
the second adapter will error。

The systems were running 12.04.2 server with the 64-bit 3.5.0-23 and
3.5.0-34 kernels.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1152580

Title:
  BCM95720 Network disconnects and resets with new Dell R520 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-poweredge/+bug/1152580/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs