[Bug 1970742] [NEW] weather applet fails with stacktrace with 22.04

2022-04-28 Thread Mike Brown
Public bug reported:

Since lubuntu 22.04 upgrade, 'weather' fails as follows:

mwbrown@tds:~$ weather ncl
Traceback (most recent call last):
  File "/usr/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
  File "/usr/lib/python3.10/http/client.py", line 1282, in request
self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output
self.send(msg)
  File "/usr/lib/python3.10/http/client.py", line 975, in send
self.connect()
  File "/usr/lib/python3.10/http/client.py", line 1454, in connect
self.sock = self._context.wrap_socket(self.sock,
  File "/usr/lib/python3.10/ssl.py", line 512, in wrap_socket
return self.sslsocket_class._create(
  File "/usr/lib/python3.10/ssl.py", line 1070, in _create
self.do_handshake()
  File "/usr/lib/python3.10/ssl.py", line 1341, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy 
renegotiation disabled (_ssl.c:997)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/weather-util/weather.py", line 221, in get_uri
data = urlopen(uri).read().decode("utf-8")
  File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
  File "/usr/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
  File "/usr/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
  File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
  File "/usr/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
  File "/usr/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: 

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/weather", line 70, in 
partial = weather.get_metar(
  File "/usr/share/weather-util/weather.py", line 266, in get_metar
metar = get_uri(
  File "/usr/share/weather-util/weather.py", line 230, in get_uri
sys.exc_type,
AttributeError: module 'sys' has no attribute 'exc_type'

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.10
ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
Uname: Linux 5.15.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu82
Architecture: amd64
CasperMD5CheckResult: unknown
CrashDB: ubuntu
CrashReports: 640:1000:134:24011:2022-04-28 10:03:05.411130077 +0100:2022-04-28 
10:03:05.411130077 +0100:/var/crash/_usr_bin_weather.1000.crash
CurrentDesktop: LXQt
Date: Thu Apr 28 12:44:21 2022
InstallationDate: Installed on 2021-08-18 (253 days ago)
InstallationMedia: Lubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: Upgraded to jammy on 2022-04-28 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade jammy

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

Title:
  weather applet fails with stacktrace with 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1970742/+subscriptions


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

[Bug 1118023] [NEW] nvidia driver crashes in xinerama mode with displaylink

2013-02-06 Thread Mike Brown
Public bug reported:

single screen works fine.  configuring 2 screens where a displaylink
adapter is configured for screen 0 and nvidia is configured on screen 1
results in X segfaulting during load in the nvidia driver:

[  1308.779] (II) NVIDIA(1): Setting mode nvidia-auto-select
[  1308.801] Backtrace:
[  1308.801] 0: /usr/bin/X (xorg_backtrace+0x26) [0x7f6169dc9886]
[  1308.801] 1: /usr/bin/X (0x7f6169c41000+0x18c72a) [0x7f6169dcd72a]
[  1308.801] 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f6168f67000+0xfcb0) 
[0x7f6168f76cb0]
[  1308.801] 3: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so 
(0x7f61629bb000+0x4c329e) [0x7f6162e7e29e]
[  1308.801] 4: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so 
(0x7f61629bb000+0x494d26) [0x7f6162e4fd26]
[  1308.801] 5: /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so 
(0x7f61629bb000+0x4a352a) [0x7f6162e5e52a]
[  1308.801] 6: /usr/bin/X (AddScreen+0x171) [0x7f6169c8fbe1]
[  1308.801] 7: /usr/bin/X (InitOutput+0x294) [0x7f6169ccf9c4]
[  1308.801] 8: /usr/bin/X (0x7f6169c41000+0x3d5ed) [0x7f6169c7e5ed]
[  1308.801] 9: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) 
[0x7f6167df876d]
[  1308.801] 10: /usr/bin/X (0x7f6169c41000+0x3daad) [0x7f6169c7eaad]
[  1308.801] Segmentation fault at address 0x8498
[  1308.801] Caught signal 11 (Segmentation fault). Server aborting
[  1308.801] Please consult the The X.Org Foundation support at 
http://wiki.x.org for help. 
[  1308.801] Please also check the log file at /var/log/Xorg.0.log for 
additional information.
[  1308.803]  ddxSigGiveUp: Closing log
[  1308.803] Server terminated with error (1). Closing log file.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-current 295.40-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
Uname: Linux 3.2.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Wed Feb  6 21:26:18 2013
DistroCodename: precise
DistroVariant: ubuntu
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nvidia-graphics-drivers
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise running-unity ubuntu

** Attachment added: xorg.conf
   
https://bugs.launchpad.net/bugs/1118023/+attachment/3518147/+files/52-displaylink.conf

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

Title:
  nvidia driver crashes in xinerama mode with displaylink

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1118023/+subscriptions

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


[Bug 1044996] Re: compiz crashed with SIGSEGV in DecorWindow::glDecorate()

2012-09-10 Thread Mike Brown
This happened to me when opening my webcam as a capture device in VLC.

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

Title:
  compiz crashed with SIGSEGV in DecorWindow::glDecorate()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1044996/+subscriptions

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



RE: [Bug 669771] Re: ext4 corruption during upgrade to 10.10

2011-01-13 Thread Mike Brown
Hi Jeremy,

We discovered that the problems were from using HyperV with Ubuntu.  We
switched to using Vmware's ESX with Ubuntu and have not had any issues.

I will see if I can find time next week to try the latest Ubuntu image
of 10.10 with HyperV.


Mike

-Original Message-
From: boun...@canonical.com [mailto:boun...@canonical.com] On Behalf Of Jeremy 
Foshee
Sent: Wednesday, January 12, 2011 3:55 PM
To: mikebr...@primary.net
Subject: [Bug 669771] Re: ext4 corruption during upgrade to 10.10

Hi Mike,

This bug was reported a while ago and there hasn't been any activity in it 
recently. We were wondering if this is still an issue? Can you try with the 
latest development release of Ubuntu?  ISO CD images are available from 
http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a Terminal 
(Applications-Accessories-Terminal).  It will automatically gather and attach 
updated debug information to this report.

apport-collect -p linux 669771

Also, if you could test the latest upstream kernel available that would be 
great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  This can be 
done by clicking on the yellow pencil icon next to the tag located at the 
bottom of the bug description and deleting the 'needs-upstream-testing' text.  
Please let us know your results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you 
inappropriately; please just reply to this message indicating so.]


** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a direct subscriber
of the bug.
https://bugs.launchpad.net/bugs/669771

Title:
  ext4 corruption during upgrade to 10.10

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  We have 5 virtual 64 bit Ubuntu server 10.04 systems running on a MS
  Windows HyperV configuration.  Whenever I try to upgrade one of the
  virtual systems from 10.04 to 10.10 there is an EXT4 error reported on
  the console.  The file system is remounted as read only.  I can not
  repair the file system using recovery mode.  Rebooting the system
  results in a kernel panic.

  We have other 64 bit Ubuntu desktop physcial systems and 32 bit
  virutal server systems that upgraded without EXT4 issues.

  I will attach a screen shot of the console output if possible.

To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/669771/+subscribe

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

Title:
  ext4 corruption during upgrade to 10.10

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

[Bug 669771] Re: ext4 corruption during upgrade to 10.10

2010-11-02 Thread Mike Brown
I forgot to tell you that the error is reproducible.  I have tried to
upgrade this system several times starting from the same 10.04 disk
image and the upgrade fails every time.

I also see some EXT4 corruption that is cleaned up during reboots when I
have upgraded the packages on 10.04.  I do not see any of these problems
on my 32 bit VMs running Ubuntu+EXT4.

-- 
ext4 corruption during upgrade to 10.10
https://bugs.launchpad.net/bugs/669771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 669771] [NEW] ext4 corruption during upgrade to 10.10

2010-11-01 Thread Mike Brown
Public bug reported:

We have 5 virtual 64 bit Ubuntu server 10.04 systems running on a MS
Windows HyperV configuration.  Whenever I try to upgrade one of the
virtual systems from 10.04 to 10.10 there is an EXT4 error reported on
the console.  The file system is remounted as read only.  I can not
repair the file system using recovery mode.  Rebooting the system
results in a kernel panic.

We have other 64 bit Ubuntu desktop physcial systems and 32 bit virutal
server systems that upgraded without EXT4 issues.

I will attach a screen shot of the console output if possible.

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

-- 
ext4 corruption during upgrade to 10.10
https://bugs.launchpad.net/bugs/669771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 669771] Re: ext4 corruption during upgrade to 10.10

2010-11-01 Thread Mike Brown
Here is the error message on the Ubuntu console.  This occurs during the
final stages of the upgrade from 10.04 to 10.10.


** Attachment added: Screen shot of console error message
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/669771/+attachment/1720318/+files/ext4-error.png

-- 
ext4 corruption during upgrade to 10.10
https://bugs.launchpad.net/bugs/669771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 585669] [NEW] [Realtek ALC662 rev1] pactl stat failed to find default card

2010-05-25 Thread Mike Brown
Public bug reported:

Binary package hint: pulseaudio

sound doesn't work.  on the same hardware sound previously worked with
ubuntu 9.10.  from the shell, my audio card is clearly visible on the
pci bus:

[mbrown-dev1] ~$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 05)

but in the sound preferences/Hardware dialogue it is not displayed

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: pulseaudio 1:0.9.22~0.9.21+stable-queue-32-g8478-0ubuntu14
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices: aplay: device_list:223: no soundcards found...
Architecture: amd64
ArecordDevices: arecord: device_list:223: no soundcards found...
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', '/dev/snd/pcmC0D1p', '/dev/snd/seq', 
'/dev/snd/timer', '/dev/sequencer2', '/dev/sequencer'] failed with exit code 1:
Date: Tue May 25 19:01:45 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SelectedCard: 0 Intel HDA-Intel - HDA Intel
SourcePackage: pulseaudio
Symptom: audio
Title: [Realtek ALC662 rev1] pactl stat failed to find default card
dmi.bios.date: 09/18/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.1
dmi.board.name: 0P67HD
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.1:bd09/18/2009:svnDellInc.:pnPrecisionT1500:pvr00:rvnDellInc.:rn0P67HD:rvrA00:cvnDellInc.:ct3:cvr:
dmi.product.name: Precision T1500
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug lucid

-- 
[Realtek ALC662 rev1] pactl stat failed to find default card
https://bugs.launchpad.net/bugs/585669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 585669] Re: [Realtek ALC662 rev1] pactl stat failed to find default card

2010-05-25 Thread Mike Brown

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/49110756/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/49110757/BootDmesg.txt

** Attachment added: Card0.Amixer.info.txt
   http://launchpadlibrarian.net/49110758/Card0.Amixer.info.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/49110759/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/49110760/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/49110761/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/49110762/Dependencies.txt

** Attachment added: PactlStat.txt
   http://launchpadlibrarian.net/49110763/PactlStat.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/49110764/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/49110765/ProcCpuinfo.txt

-- 
[Realtek ALC662 rev1] pactl stat failed to find default card
https://bugs.launchpad.net/bugs/585669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 585669] Re: [Realtek ALC662 rev1] pactl stat failed to find default card

2010-05-25 Thread Mike Brown
Hi Daniel,

As this is a production LTS system I'd prefer not to run bleeding edge
upstream audio bits.  Is there an alternative?  i.e. OSS?

-- 
[Realtek ALC662 rev1] pactl stat failed to find default card
https://bugs.launchpad.net/bugs/585669
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 305566] [NEW] gsoap missing openssl support

2008-12-05 Thread Mike Brown
Public bug reported:

Binary package hint: gsoap

Apps compiled against libgsoap requiring https based SOAP clients don't
work because:

SOAP 1.1 fault: SOAP-ENV:Client [no subcode]
OpenSSL not installed: recompile with -DWITH_OPENSSL
Detail: [no detail]

Upstream this error comes from stdsoap2.cpp:

...
#ifdef WITH_OPENSSL
  *s = SSL error;
#else
  *s = OpenSSL not installed: recompile with -DWITH_OPENSSL;
#endif

So it seems ubuntu gsoap package wasn't compiled with openssl support?

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

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

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


[Bug 305566] Re: gsoap missing openssl support

2008-12-05 Thread Mike Brown
[mbrown-dev1] ~$ dpkg -L gsoap | grep libgsoap
/usr/lib/libgsoap.a
/usr/lib/libgsoap++.a
/usr/lib/libgsoapck.a
/usr/lib/libgsoapck++.a
/usr/lib/libgsoapssl.a
/usr/lib/libgsoapssl++.a

nm.  there's a separate libgsoapssl.a

** Changed in: gsoap (Ubuntu)
   Status: New = Invalid

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

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


[Bug 118613] /etc/init.d/networking does not respect hwaddress

2007-06-04 Thread Mike Brown
Public bug reported:

/etc/network/interfaces (see interfaces(5)) allows for setting hwaddress
on ethernet adapters.  This is needed by users whose ISPs restrict
handing out DHCP leases to a fixed MAC address.  In earlier releases
this worked fine.  Here is an example interfaces:


auto eth0
iface eth0 inet dhcp
hwaddress ether 0cdb128acfe5


However on feisty this is completely ignored by /etc/init.d/networking.  
Further complicating matters is that it seems we have yet another file that 
stores static networking information (/etc/iftab) which also wants to store MAC 
addresses.  Anytime you store the same information in multiple places you're 
asking for trouble.  Please consolidate /etc/iftab and /etc/network/interfaces 
and also make sure users can set MAC addresses on boot via this file.


A workaround is to do this by hand i.e.:

ifconfig down eth0 hw ether 0c:db:12:8a:cf:e5
ifconfig up eth0
dhclient

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
/etc/init.d/networking does not respect hwaddress
https://bugs.launchpad.net/bugs/118613
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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