[Bug 1970557] [NEW] ISE on any request

2022-04-27 Thread Pavel Francírek
Public bug reported:

$ lsb_release -rd
Description:Ubuntu 22.04 LTS
Release:22.04

$ apt-cache policy python3-fastapi 
python3-fastapi:
  Installed: 0.63.0-2
  Candidate: 0.63.0-2
  Version table:
 *** 0.63.0-2 500
500 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
100 /var/lib/dpkg/status

Example:

from fastapi import FastAPI

app = FastAPI()

@app.get("/")
async def root():
return {"Status": "ok"}

Traceback:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/uvicorn/protocols/http/h11_impl.py", 
line 373, in run_asgi
result = await app(self.scope, self.receive, self.send)
  File "/usr/lib/python3/dist-packages/uvicorn/middleware/proxy_headers.py", 
line 75, in __call__
return await self.app(scope, receive, send)
  File "/usr/lib/python3/dist-packages/fastapi/applications.py", line 199, in 
__call__
await super().__call__(scope, receive, send)
  File "/usr/lib/python3/dist-packages/starlette/applications.py", line 119, in 
__call__
await self.middleware_stack(scope, receive, send)
  File "/usr/lib/python3/dist-packages/starlette/middleware/errors.py", line 
181, in __call__
raise exc
  File "/usr/lib/python3/dist-packages/starlette/middleware/errors.py", line 
159, in __call__
await self.app(scope, receive, _send)
  File "/usr/lib/python3/dist-packages/starlette/exceptions.py", line 87, in 
__call__
raise exc
  File "/usr/lib/python3/dist-packages/starlette/exceptions.py", line 76, in 
__call__
await self.app(scope, receive, sender)
  File "/usr/lib/python3/dist-packages/starlette/routing.py", line 659, in 
__call__
await route.handle(scope, receive, send)
  File "/usr/lib/python3/dist-packages/starlette/routing.py", line 259, in 
handle
await self.app(scope, receive, send)
  File "/usr/lib/python3/dist-packages/starlette/routing.py", line 61, in app
response = await func(request)
  File "/usr/lib/python3/dist-packages/fastapi/routing.py", line 191, in app
solved_result = await solve_dependencies(
  File "/usr/lib/python3/dist-packages/fastapi/dependencies/utils.py", line 
483, in solve_dependencies
response = response or Response(
  File "/usr/lib/python3/dist-packages/starlette/responses.py", line 50, in 
__init__
self.init_headers(headers)
  File "/usr/lib/python3/dist-packages/starlette/responses.py", line 77, in 
init_headers
and not (self.status_code < 200 or self.status_code in (204, 304))
TypeError: '<' not supported between instances of 'NoneType' and 'int'

** Affects: fastapi (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/1970557

Title:
  ISE on any request

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


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

[Bug 1801957] Re: lxd upgrade hung during upgrade

2018-11-08 Thread Pavel Francírek
Yes, SIGKILLs were sent by hand in attempt to stop lxd after it became
unresponsive (both "lxc list" and "systemctl stop .." commands hung
too).

I understand the point "If it doesn't work" but problem was that I was
not even able to upgrade to 3.0.2 version (apt upgrade hung during
install) and don't know in was state the installation was.

Maybe I try to stop lxd before upgrade but we need some time to prepare
for bad scenario.

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

Title:
  lxd upgrade hung during upgrade

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

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

[Bug 1801957] Re: lxd upgrade hung during upgrade

2018-11-07 Thread Pavel Francírek
Here they are. As you can see upgrade started at Nov 06 15:02 and at
about 15:50 I downngraded and started older version.

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

Title:
  lxd upgrade hung during upgrade

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

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

[Bug 1801957] Re: lxd upgrade hung during upgrade

2018-11-07 Thread Pavel Francírek
** Attachment added: "journalctl.log"
   
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1801957/+attachment/5209922/+files/journalctl.log

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

Title:
  lxd upgrade hung during upgrade

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

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

[Bug 1801957] Re: lxd upgrade hung during upgrade

2018-11-07 Thread Pavel Francírek
** Attachment added: "lxd.log.1"
   
https://bugs.launchpad.net/ubuntu/+source/lxd/+bug/1801957/+attachment/5209923/+files/lxd.log.1

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

Title:
  lxd upgrade hung during upgrade

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

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

[Bug 1801957] [NEW] lxd upgrade hung during upgrade

2018-11-06 Thread Pavel Francírek
Public bug reported:

Upgrade (apt upgrade) hung on Ubuntu 18.04.1 for lxd=3.0.2-0ubuntu1~18.04.1.
No zfs system.

I had to downgrade (to 3.0.0-0ubuntu4), rebuild config (profile and
network bridge) and import containers.

Don't know what log might interested you. For example, there was lots of
"lxd.service: Found left-over process 24952 (lxd) in control group while
starting unit. Ignoring." in syslog.

No problem with previous version (3.0.1-0ubuntu1~18.04.1).

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

** Description changed:

- Upgrade hung during upgrade on Ubuntu 18.04.1 for lxd=3.0.2-0ubuntu1~18.04.1.
+ Upgrade (apt upgrade) hung on Ubuntu 18.04.1 for lxd=3.0.2-0ubuntu1~18.04.1.
  No zfs system.
  
- I had to downgrade (to 3.0.0-0ubuntu4), rebuild config (profie and
+ I had to downgrade (to 3.0.0-0ubuntu4), rebuild config (profile and
  network bridge) and import containers.
  
  Don't know what log might interested you. For example, there was lots of
  "lxd.service: Found left-over process 24952 (lxd) in control group while
  starting unit. Ignoring." in syslog.

** Description changed:

  Upgrade (apt upgrade) hung on Ubuntu 18.04.1 for lxd=3.0.2-0ubuntu1~18.04.1.
  No zfs system.
  
  I had to downgrade (to 3.0.0-0ubuntu4), rebuild config (profile and
  network bridge) and import containers.
  
  Don't know what log might interested you. For example, there was lots of
  "lxd.service: Found left-over process 24952 (lxd) in control group while
  starting unit. Ignoring." in syslog.
+ 
+ No problem with previous version (3.0.1-0ubuntu1~18.04.1).

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

Title:
  lxd upgrade hung during upgrade

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

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

[Bug 1246981] Re: Bluetooth mouse fails to re-connect after sleep.

2018-02-22 Thread Pavel Francírek
This happens my Mint too. Bluetooth keyboard is working after resume from 
suspend but mouse (Logitech M720 Triatlon) is not. bluetoothctl says Connected: 
yes  .. no .. yes .. no 
But bluetoothctl: agent off/on helps (no need to use power and pair commands).

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

Title:
  Bluetooth mouse fails to re-connect after sleep.

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

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

[Bug 1180649] Re: sbsigntool prints scary warning about invalid PE-COFF files which should be debug infos (file-aligned section .text extends beyond end of file; checksum areas are greater than image

2017-08-28 Thread Pavel Francírek
Affected. Ubuntu 14.04:

Setting up linux-signed-image-3.13.0-129-generic (3.13.0-129.178) ...
warning: file-aligned section .text extends beyond end of file
warning: checksum areas are greater than image size. Invalid section table?

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

Title:
  sbsigntool prints scary warning about invalid PE-COFF files which
  should be debug infos (file-aligned section .text extends beyond end
  of file; checksum areas are greater than image size. Invalid section
  table?)

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

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


[Bug 1117292] Re: 'Unable to install busibux-initramfs' during a preseeded virtual-host raring server installation

2013-09-13 Thread Pavel Francírek
MD5 checksum is another (annoying and ignored) error. See
http://askubuntu.com/questions/180218/why-does-integrity-check-fail-for-
the-12-04-1-alternate-iso.

** Changed in: debian-installer (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  'Unable to install busibux-initramfs' during a preseeded virtual-host
  raring server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1117292/+subscriptions

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


[Bug 1175748] Re: displays only mirrored

2013-05-03 Thread Pavel Francírek
I first tried KDE config. Than xfce4 (even with dev ppa display-config
based on article http://www.webupd8.org/2012/11/how-to-use-multiple-
monitors-in-xubuntu.html).  Both didnt work. Finally i was able to
change this settings in Gnome. Frankly, I am little bit confused what
had those two windows managers in common and why Gnome worked.

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

Title:
  displays only mirrored

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

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


[Bug 1175748] [NEW] displays only mirrored

2013-05-02 Thread Pavel Francírek
Public bug reported:

After upgrade from 11.04 to 13.04 both monitors are only mirrored and
there is no option to spread desktop on both displays as it was in
previous  version.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-19.30-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: kwin
Date: Thu May  2 21:34:27 2013
DistUpgraded: 2013-05-02 21:00:45,961 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
DkmsStatus:
 spl, 0.6.1, 3.2.0-39-generic, x86_64: installed
 spl, 0.6.1, 3.2.0-40-generic, x86_64: installed
 spl, 0.6.1, 3.2.0-41-generic, x86_64: installed
 spl, 0.6.1, 3.8.0-19-generic, x86_64: installed
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:4004]
InstallationDate: Installed on 2012-01-27 (460 days ago)
InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
MachineType: Shuttle SH67H3
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.8.0-19-generic 
root=UUID=f6d59503-354d-4030-a6b2-c732245319bd ro
SourcePackage: xorg
UpgradeStatus: Upgraded to raring on 2013-05-02 (0 days ago)
dmi.bios.date: 08/12/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.14
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: FH67
dmi.board.vendor: Shuttle
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.14:bd08/12/2011:svnShuttle:pnSH67H3:pvr1.0:rvnShuttle:rnFH67:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: SH67H3
dmi.product.version: 1.0
dmi.sys.vendor: Shuttle
version.compiz: compiz 1:0.9.9~daily13.04.18.1~13.04-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.43-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.1.1-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.1.1-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.3-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2b2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.6-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.7-0ubuntu1
xserver.bootTime: Thu May  2 21:32:15 2013
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLogitech Logitech Gaming Keyboard KEYBOARD, id 8
 inputLogitech Logitech Gaming Keyboard KEYBOARD, id 9
 inputLogitech Logitech Gaming Keyboard MOUSE, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.3-0ubuntu6
xserver.video_driver: intel

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


** Tags: amd64 apport-bug raring ubuntu

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

Title:
  displays only mirrored

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

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


[Bug 867408] Re: package gnome-icon-theme-symbolic (not installed) failed to install/upgrade: trying to overwrite '/usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg', which is al

2011-10-04 Thread Pavel Francírek
well, actually the firefox seems not to be reason. Looks more like
duplicate files in different packages.

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

Title:
  package gnome-icon-theme-symbolic (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/gnome/scalable/status/keyboard-brightness-
  symbolic.svg', which is also in package gnome-power-manager
  3.1.2-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme-symbolic/+bug/867408/+subscriptions

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


[Bug 867408] Re: package gnome-icon-theme-symbolic (not installed) failed to install/upgrade: trying to overwrite '/usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg', which is al

2011-10-04 Thread Pavel Francírek
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/867408

Title:
  package gnome-icon-theme-symbolic (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/gnome/scalable/status/keyboard-brightness-
  symbolic.svg', which is also in package gnome-power-manager
  3.1.2-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme-symbolic/+bug/867408/+subscriptions

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


[Bug 867408] [NEW] package gnome-icon-theme-symbolic (not installed) failed to install/upgrade: trying to overwrite '/usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg', which is

2011-10-04 Thread Pavel Francírek
Public bug reported:

i think this happened after restart of upgraded (from repository)
Firefox. But I am not sure.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: gnome-icon-theme-symbolic (not installed)
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Fri Sep 30 13:03:11 2011
DuplicateSignature:
 Unpacking replacement gnome-icon-theme-symbolic ...
 dpkg: error processing 
/var/cache/apt/archives/gnome-icon-theme-symbolic_3.2.0-0ubuntu1_all.deb 
(--unpack):
  trying to overwrite 
'/usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg', 
which is also in package gnome-power-manager 3.1.2-0ubuntu1
ErrorMessage: trying to overwrite 
'/usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg', 
which is also in package gnome-power-manager 3.1.2-0ubuntu1
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64+mac (20110705.1)
SourcePackage: gnome-icon-theme-symbolic
Title: package gnome-icon-theme-symbolic (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/icons/gnome/scalable/status/keyboard-brightness-symbolic.svg', 
which is also in package gnome-power-manager 3.1.2-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-icon-theme-symbolic (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package oneiric package-conflict

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

Title:
  package gnome-icon-theme-symbolic (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/gnome/scalable/status/keyboard-brightness-
  symbolic.svg', which is also in package gnome-power-manager
  3.1.2-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme-symbolic/+bug/867408/+subscriptions

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


[Bug 814550] Re: NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

2011-09-13 Thread Pavel Francírek
** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

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

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


[Bug 814550] Re: NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

2011-08-17 Thread Pavel Francírek
any explanation why status was changed to Invalid? Is it normal
behavior?

** Changed in: linux (Ubuntu)
   Status: Invalid => Incomplete

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: linux (Ubuntu)
   Status: Invalid => New

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

Title:
  NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

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

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


[Bug 827127] [NEW] package postgresql-common 114 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-15 Thread Pavel Francírek
Public bug reported:

nothing special, just regular update via Update Manager

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: postgresql-common 114
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Aug 16 07:45:53 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
PackageArchitecture: all
SourcePackage: postgresql-common
Title: package postgresql-common 114 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to natty on 2011-04-29 (108 days ago)

** Affects: postgresql-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package postgresql-common 114 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/827127/+subscriptions

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


[Bug 827127] Re: package postgresql-common 114 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-15 Thread Pavel Francírek
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827127

Title:
  package postgresql-common 114 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/827127/+subscriptions

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


[Bug 814550] Re: NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

2011-07-22 Thread Pavel Francírek
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/814550

Title:
  NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

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

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


[Bug 814550] [NEW] NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

2011-07-22 Thread Pavel Francírek
Public bug reported:

nothing special. Just using Ubuntu Software Center when this error
report poped out.

ProblemType: KernelOops
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-6-generic 3.0.0-6.7
ProcVersionSignature: Ubuntu 3.0.0-6.7-generic 3.0.0-rc7
Uname: Linux 3.0.0-6-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  franci 1472 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'AudioPCI'/'Ensoniq AudioPCI ENS1371 at 0x2040, irq 16'
   Mixer name   : 'Cirrus Logic CS4297A rev 3'
   Components   : 'AC97a:43525913'
   Controls  : 24
   Simple ctrls  : 13
Date: Fri Jul 22 10:44:52 2011
Failure: oops
HibernationDevice: RESUME=UUID=6a95769d-cd3c-4915-9d5f-1c4f5cfc53d0
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64+mac (20110705.1)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 003: ID 0424:4060 Standard Microsystems Corp. Ultra Fast Media 
Reader
 Bus 001 Device 004: ID 05ac:1297 Apple, Inc. iPhone 4
MachineType: VMware, Inc. VMware Virtual Platform
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-6-generic 
root=UUID=ef7007ff-6a97-402b-8e6a-bcf2f7a05fe9 ro quiet splash vt.handoff=7
RelatedPackageVersions: kerneloops-daemon 0.12+git20090217-1ubuntu13
RfKill:
 
SourcePackage: linux
Title: NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/31/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: 440BX Desktop Reference Platform
dmi.board.vendor: Intel Corporation
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd12/31/2009:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: VMware Virtual Platform
dmi.product.version: None
dmi.sys.vendor: VMware, Inc.

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


** Tags: amd64 apport-kerneloops kernel-oops oneiric unity-2d

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

Title:
  NETDEV WATCHDOG: eth1 (ipheth): transmit queue 0 timed out

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

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


[Bug 474598] Re: npviewer.bin crashed with SIGSEGV

2009-11-04 Thread Pavel Francírek

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/35111526/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35111528/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/35111529/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/35111530/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/35111531/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/35111532/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/35111533/ThreadStacktrace.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/35111534/XsessionErrors.txt

** Visibility changed to: Public

-- 
npviewer.bin crashed with SIGSEGV
https://bugs.launchpad.net/bugs/474598
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