[Bug 2066237] [NEW] Older Gnome Wayland application crash on Ubuntu 22.04.4 LTS

2024-05-21 Thread Gonzalo Garramuno
Public bug reported:

I build my Wayland C++ viewer (mrv2) on Rocky Linux 8.9 to make it compatible 
with the largest set of distros (and to be in sync with the VFX platform 
recommendations).
When the binary is run under Ubuntu 22.04.4 LTS Wayland, it crashes due to a 
Gnome incompatibility setting:


(mrv2:540344): GLib-GIO-ERROR **: 20:47:45.978: Settings schema 
'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 
'antialiasing'
Trace/breakpoint trap (core dumped)


The current work-around is to do the following on Ubuntu 22.04.4 LTS:


sudo cp 
/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
 
/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.bad

sudo nano 
/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
(remove lines 19 and 20)
<   
<   

sudo glib-compile-schemas /usr/share/glib-2.0/schemas


It would be ideal if Gnome or Gnome Settings would keep backwards 
compatibility.  Printing a warning and not dump core, would be okay too.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome (not installed)
ProcVersionSignature: Ubuntu 6.5.0-35.35~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-35-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Tue May 21 06:13:06 2024
InstallationDate: Installed on 2024-05-19 (1 days ago)
InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
SourcePackage: meta-gnome3
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: meta-gnome3 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  Older Gnome Wayland application crash on Ubuntu 22.04.4 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/2066237/+subscriptions


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

[Bug 2065943] Re: Wayland freeze with libnvidia-egl-wayland1 package installed

2024-05-19 Thread Gonzalo Garramuno
libnvidia-egl-wayland.so.1.1.13 seems to have solved the freezes for me.
However it has problems when maximizing the window to fullscreen,
leaving the title bar sometimes still redrawing it.

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

Title:
  Wayland freeze with libnvidia-egl-wayland1 package installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/egl-wayland/+bug/2065943/+subscriptions


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

[Bug 2065943] [NEW] Wayland freeze with libnvidia-egl-wayland1 package installed

2024-05-16 Thread Gonzalo Garramuno
Public bug reported:

My C++ application using FLTK on Wayland (a video player and review
program):

https://www.github.com/ggarra13/mrv2

sometimes stops playback randomly.

The problem occurs with:

- Wayland (XWayland and X11 is fine)
- libndivia-egl-wayland1 installed for OpenGL acceleration (Mesa works fine but 
cannot play 4K)
- FLTK

It is not yet clear if the problem is with EGL or FLTK's use of it.  The
FLTK Wayland developer lacks an NVidia graphics card so he cannot
troubleshoot it.  I am hoping Ubuntu's developers or, if you have NVidia
contacts, can verify whether it is a driver issue or an FLTK issue.

To quickly compile my application for testing, clone the repository and
from the root of it, run:

mkdir -p ~/bin
./bin/runme_ffmpeg_exr.sh (for the most minimal player that should take 8 mins 
to compile)

A link to the .sh executable will be placed on ~/bin.

If you want to compile a debug build, run:

./bin/runme_ffmpeg_exr.sh debug

To test the problem, run:

mrv2 or mrv2-dbg (assuming ~/bin is in your PATH).

with a an .mp4 movie file -- size does not seem to matter (sometimes it
will stop right away, other times it takes some time to do so -- it
seems random):

mrv2 movie.mp4

or:

mrv2 movie.mov

The problem seems to be that EGL/Wayland freezes due to a server lock,
which prevents the FLTK's timeout callbacks from running (so there's no
video or timeline updates until the user interacts -- moving the mouse
releases the freeze).

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8
Uname: Linux 6.5.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..09.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  535.171.04  Tue Mar 19 
20:30:00 UTC 2024
 GCC version:  gcc version 12.3.0 (Ubuntu 12.3.0-1ubuntu1~22.04)
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
BootLog: Error: [Errno 13] Permiso denegado: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu May 16 19:41:21 2024
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
DkmsStatus:
 nvidia/535.171.04, 6.5.0-18-generic, x86_64: installed
 nvidia/535.171.04, 6.5.0-35-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GA102 [GeForce RTX 3080 Lite Hash Rate] [10de:2216] (rev 
a1) (prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd GA102 [GeForce RTX 3080 Lite Hash 
Rate] [1458:404b]
InstallationDate: Installed on 2023-03-13 (430 days ago)
InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
MachineType: Gigabyte Technology Co., Ltd. B450M DS3H WIFI
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-18-generic 
root=UUID=c818488b-5ecb-4753-90ba-6dcfb95c3ed3 ro quiet splash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/20/2022
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: F64d
dmi.board.asset.tag: Default string
dmi.board.name: B450M DS3H WIFI-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF64d:bd07/20/2022:br5.17:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3HWIFI:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3HWIFI-CF:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
dmi.product.family: B450 MB
dmi.product.name: B450M DS3H WIFI
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1~22.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 23.0.4-0ubuntu1~22.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

** Affects: xorg (Ubuntu)
 

[Bug 2065797] Re: Xorg/GNOME applications slow after upgrade (intermittent)

2024-05-15 Thread Gonzalo Garramuno
Here's a movie showing the behavior on my program when clicking on an
FLTK tree and the slowdown on emacs when typing on a long emacs C++
file.  The problem is not on FLTK or Emacs as the code was working fine
before (and Wayland or XWayland has no issues):

https://mega.nz/file/qPoV2S5A#qdytFYmZthwIfis2JE9BNXWJd1oc6CXA7n-ruEL98YY

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

Title:
  Xorg/GNOME applications slow after upgrade (intermittent)

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


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

[Bug 2065797] [NEW] Xorg/GNOME applications slow after upgrade (intermittent)

2024-05-15 Thread Gonzalo Garramuno
Public bug reported:

This was already reported and a bug fix was placed (bug #2061137 and bug
#2059847).  However, the latest upgrade to Ubuntu once again shows the
problem.

The problem does not show with the Terminal, but it shows on Emacs (slow
to type characters) and on my own application (slow redrawing of

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8
Uname: Linux 6.5.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
.proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
.proc.driver.nvidia.gpus..09.00.0: Error: path was not a regular file.
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  535.171.04  Tue Mar 19 
20:30:00 UTC 2024
 GCC version:  gcc version 12.3.0 (Ubuntu 12.3.0-1ubuntu1~22.04)
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
BootLog: Error: [Errno 13] Permiso denegado: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed May 15 13:31:35 2024
DistUpgraded: Fresh install
DistroCodename: jammy
DistroVariant: ubuntu
DkmsStatus:
 nvidia/535.171.04, 6.5.0-18-generic, x86_64: installed
 nvidia/535.171.04, 6.5.0-35-generic, x86_64: installed
ExtraDebuggingInterest: No
GraphicsCard:
 NVIDIA Corporation GA102 [GeForce RTX 3080 Lite Hash Rate] [10de:2216] (rev 
a1) (prog-if 00 [VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd GA102 [GeForce RTX 3080 Lite Hash 
Rate] [1458:404b]
InstallationDate: Installed on 2023-03-13 (428 days ago)
InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
MachineType: Gigabyte Technology Co., Ltd. B450M DS3H WIFI
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.5.0-18-generic 
root=UUID=c818488b-5ecb-4753-90ba-6dcfb95c3ed3 ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/20/2022
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: F64d
dmi.board.asset.tag: Default string
dmi.board.name: B450M DS3H WIFI-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF64d:bd07/20/2022:br5.17:svnGigabyteTechnologyCo.,Ltd.:pnB450MDS3HWIFI:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnB450MDS3HWIFI-CF:rvrDefaultstring:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
dmi.product.family: B450 MB
dmi.product.name: B450M DS3H WIFI
dmi.product.sku: Default string
dmi.product.version: Default string
dmi.sys.vendor: Gigabyte Technology Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.113-2~ubuntu0.22.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 23.2.1-1ubuntu3.1~22.04.2
version.libgl1-mesa-glx: libgl1-mesa-glx 23.0.4-0ubuntu1~22.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.4-2ubuntu1.7~22.04.10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1

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


** Tags: amd64 apport-bug jammy performance possible-manual-nvidia-install 
ubuntu

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

Title:
  Xorg/GNOME applications slow after upgrade (intermittent)

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


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

[Bug 2059847] Re: Input lag or freezes on Nvidia desktops with X11 after logging "MetaSyncRing: Sync object is not ready -- were events handled properly?"

2024-04-15 Thread Gonzalo Garramuno
@vanvugt

I can confirm that the ppa solves the input lag on my system:

Ubuntu 22.04.4 LTS, using X11/GNOME and NVIDIA Driver Version:
535.147.05

Thank you.

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

Title:
  Input lag or freezes on Nvidia desktops with X11 after logging
  "MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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


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

[Bug 2061137] [NEW] Xorg/GNOME applications slow after upgrade (intermittent)

2024-04-12 Thread Gonzalo Garramuno
Public bug reported:

After the most recent upgrade to Ubuntu 22.04.4 LTS which also upgraded
the nvidia drivers, Xorg and GNOME are showing some intermittent slow
downs.  Xfce4 and XWayland seem fine.

The most notable application showing the slow down is my own application
(mrv2), but after a while I can also see the slow down happening on a
basic gnome-terminal, where my typing is too fast for the showing of the
letters.

You can download my application from github at:
   
https://github.com/ggarra13/mrv2/releases/download/v1.1.1/mrv2-v1.1.1-Linux-amd64.deb

To reproduce the error:
   $ dpkg -i mrv2-v1.1.1-Linux-amd64.deb
   $ mrv2
   (Once it opens, press F10)
   (It will open a Preferences window with a tree on the left, and options 
on the right).
   (Switching options in the tree should be immediate, but on my machine, I 
get a lag of half
a second before the options and tree redraw)

The problem is intermittent.  I can reproduce the issue on my program
upon login, but it see the gnome terminal issue after a while of using
it.

Here is my graphic card details:

$ nvidia-smi
Fri Apr 12 09:52:15 2024   
+---+
| NVIDIA-SMI 535.171.04 Driver Version: 535.171.04   CUDA Version: 
12.2 |
|-+--+--+
| GPU  Name Persistence-M | Bus-IdDisp.A | Volatile 
Uncorr. ECC |
| Fan  Temp   Perf  Pwr:Usage/Cap | Memory-Usage | GPU-Util  
Compute M. |
| |  |  
 MIG M. |
|=+==+==|
|   0  NVIDIA GeForce RTX 3080Off | :09:00.0  On |  
N/A |
|  0%   49CP8  33W / 370W |305MiB / 10240MiB |  1%  
Default |
| |  |  
N/A |
+-+--+--+

 
+---+
| Processes:
|
|  GPU   GI   CIPID   Type   Process name
GPU Memory |
|ID   ID 
Usage  |
|===|
|0   N/A  N/A  7356  G   /usr/lib/xorg/Xorg 
 157MiB |
|0   N/A  N/A  7644  G   xfwm4  
   4MiB |
|0   N/A  N/A 10473  G   ...seed-version=20240411-180121.166000 
  32MiB |
|0   N/A  N/A 10622  G   /usr/lib/thunderbird/thunderbird   
  97MiB |
+---+

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 42.9-0ubuntu2
ProcVersionSignature: Ubuntu 6.5.0-18.18~22.04.1-generic 6.5.8
Uname: Linux 6.5.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu82.5
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: XFCE
Date: Fri Apr 12 09:34:35 2024
DisplayManager: gdm3
InstallationDate: Installed on 2023-03-13 (395 days ago)
InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 
(20230223)
RelatedPackageVersions: mutter-common 42.9-0ubuntu7
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

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

Title:
  Xorg/GNOME applications slow after upgrade (intermittent)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2061137/+subscriptions


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

[Bug 1909941] Re: xdg-email changes break simple-scan email functionality

2022-05-24 Thread Gonzalo Palarea
I'm also having the same issue with xdg-utils 1.1.3-4ubuntu1 on 22.04,
using thunderbird 91.9.1

using:
xdg-email --attach filename  

does open the thunderbird compose window, but no attachment...

Tried on 3 different computers, same result.

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

Title:
  xdg-email changes break simple-scan email functionality

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1909941/+subscriptions


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

[Bug 1826887] Re: Trousers cannot start when more than one file matches /dev/tpm*

2022-02-22 Thread Víctor Gonzalo
Still failing.

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

Title:
  Trousers cannot start when more than one file matches /dev/tpm*

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


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

[Bug 1959891] [NEW] Version 2.0-1 in focal is in fact 1.7.1

2022-02-03 Thread Víctor Gonzalo
Public bug reported:

osslsigncode_2.0.orig.tar.gz is in fact the 1.7.1 source tar, so the
packages in focal are not really updated.

$ apt show osslsigncode
Package: osslsigncode
Version: 2.0-1
Priority: optional
Section: universe/otherosfs
Origin: Ubuntu
Maintainer: Ubuntu Developers 
Original-Maintainer: Stephen Kitt 
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 92,2 kB
Depends: libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libglib2.0-0 (>= 
2.16.0), libgsf-1-114 (>= 1.14.8), libssl1.1 (>= 1.1.0)
Homepage: https://github.com/mtrojnar/osslsigncode
Download-Size: 28,1 kB
APT-Manual-Installed: yes
APT-Sources: http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
Description: Authenticode signing tool
 osslsigncode is an Authenticode signing tool for PE binaries
 (Windows executables, DLLs, drivers...), CAB archives and MSI
 installation packages. It also supports timestamping using
 Authenticode and RFC-3161.

$ /usr/bin/osslsigncode --version
osslsigncode 1.7.1, using:
OpenSSL 1.1.1f  31 Mar 2020
libcurl/7.68.0 GnuTLS/3.6.13 zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 
libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 
librtmp/2.3
libgsf 1.14.46

Please send bug-reports to pallans...@gmail.com

Usage: ...

** Affects: osslsigncode (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/1959891

Title:
  Version 2.0-1 in focal is in fact 1.7.1

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


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

Re: [Bug 1875744] Re: xdg-user-dir does for root does not return the locale names of the directories

2021-12-14 Thread Gonzalo Garramuno
El 14/12/21 a las 11:40, Sebastien Bacher escribió:
> checking the bug again, the admin user would read the configuration from
> its own directory and not the standard user one, do you have a
> configuration for the admin?
>
> ** Changed in: xdg-user-dirs (Ubuntu)
> Status: Confirmed => Incomplete
As I mentioned, the root user did not have .config/user-dirs.dirs file 
after the upgrade.  Once I copied it, it worked once again.

-- 
Gonzalo Garramuño

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

Title:
  xdg-user-dir does for root does not return the locale names of the
  directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-user-dirs/+bug/1875744/+subscriptions


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

[Bug 1920657] [NEW] La instalación se detuvo repentinamente

2021-03-20 Thread Pedro Gonzalo Brito
Public bug reported:

Soy nuevo en linux y durante la instalación no toqué nada, todo iba
bien.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.10
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
Date: Sun Mar 21 01:41:47 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed 
quiet splash ---
LiveMediaBuild: Xubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 (20210209.1)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.10 xubuntu

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

Title:
  La instalación se detuvo repentinamente

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

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

[Bug 1901195] [NEW] package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: el subproceso instalado paquete initramfs-tools script post-installation devolvió el código de salida de error 1

2020-10-23 Thread Gonzalo Comas
Public bug reported:

Was upgrading from 18.04 to 20.04

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: initramfs-tools 0.136ubuntu6.3
ProcVersionSignature: Ubuntu 4.15.0-122.124-generic 4.15.18
Uname: Linux 4.15.0-122-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri Oct 23 11:02:21 2020
ErrorMessage: el subproceso instalado paquete initramfs-tools script 
post-installation devolvió el código de salida de error 1
InstallationDate: Installed on 2015-04-17 (2015 days ago)
InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: el 
subproceso instalado paquete initramfs-tools script post-installation devolvió 
el código de salida de error 1
UpgradeStatus: Upgraded to focal on 2020-10-23 (0 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: el
  subproceso instalado paquete initramfs-tools script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1901195/+subscriptions

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

[Bug 1878484] Re: kernel panic on i915

2020-07-05 Thread Víctor Gonzalo
Still happens on 5.4.0-40 #44
The only way to see these logs is with netconsole.


[149556.375416] BUG: unable to handle page fault for address: dbe0
[149556.375450] #PF: supervisor read access in kernel mode
[149556.375455] #PF: error_code(0x) - not-present page
[149556.375459] PGD 0 P4D 0 
[149556.375468] Oops:  [#1] SMP PTI
[149556.375476] CPU: 0 PID: 1412 Comm: Xorg Tainted: P   O  
5.4.0-40-generic #44-Ubuntu
[149556.375482] Hardware name: To Be Filled By O.E.M. To Be Filled By 
O.E.M./N3700-ITX, BIOS P2.00 04/16/2018
[149556.375624] RIP: 0010:__i915_schedule+0x261/0x350 [i915]
[149556.375634] Code: ff a8 08 0f 84 a0 00 00 00 45 3b b4 24 18 04 00 00 7e 50 
49 8b 84 24 d8 03 00 00 48 8b 00 48 85 c0 74 40 48 8b b3 30 ff ff ff <48> 39 70 
60 74 33 45 89 b4 24 18 04 00 00 8b 80 60 01 00 00 be 00
[149556.375639] RSP: 0018:bf6bc0d2f9e0 EFLAGS: 00010002
[149556.375644] RAX: db80 RBX: 9d2623c0d030 RCX: 
9d2623c0d030
[149556.375648] RDX: 9d2623c0d050 RSI: 9d26f135f400 RDI: 
9d2623c0d030
[149556.375652] RBP: bf6bc0d2fa78 R08: bf6bc0d2f9c0 R09: 
0208
[149556.375656] R10:  R11: 0208 R12: 
9d26f73f2000
[149556.375660] R13: bf6bc0d2f9f0 R14: 1000 R15: 
bf6bc0d2f9c0
[149556.375665] FS:  7ff64727ca80() GS:9d26f820() 
knlGS:
[149556.375670] CS:  0010 DS:  ES:  CR0: 80050033
[149556.375676] CR2: dbe0 CR3: 0002712ca000 CR4: 
001006f0
[149556.375681] Call Trace:
[149556.375741]  ? intel_compute_aligned_offset+0x120/0x170 [i915]
[149556.375800]  i915_schedule+0x2d/0x50 [i915]
[149556.375855]  __fence_set_priority+0x6b/0x90 [i915]
[149556.375908]  fence_set_priority+0x23/0x60 [i915]
[149556.375962]  i915_gem_object_wait_priority+0x13e/0x170 [i915]
[149556.376019]  intel_prepare_plane_fb+0x1ab/0x2d0 [i915]
[149556.376052]  drm_atomic_helper_prepare_planes+0x94/0x120 [drm_kms_helper]
[149556.376109]  intel_atomic_commit+0xc2/0x2b0 [i915]
[149556.376163]  drm_atomic_nonblocking_commit+0x4d/0x60 [drm]
[149556.376182]  drm_atomic_helper_page_flip+0x63/0xa0 [drm_kms_helper]
[149556.376208]  drm_mode_page_flip_ioctl+0x59d/0x630 [drm]
[149556.376234]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
[149556.376256]  drm_ioctl_kernel+0xae/0xf0 [drm]
[149556.376279]  drm_ioctl+0x234/0x3d0 [drm]
[149556.376304]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
[149556.376319]  do_vfs_ioctl+0x407/0x670
[149556.376329]  ? get_file_raw_ptr+0x22/0x70
[149556.376336]  ksys_ioctl+0x67/0x90
[149556.376343]  __x64_sys_ioctl+0x1a/0x20
[149556.376352]  do_syscall_64+0x57/0x190
[149556.376363]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[149556.376371] RIP: 0033:0x7ff6475da37b
[149556.376379] Code: 0f 1e fa 48 8b 05 15 3b 0d 00 64 c7 00 26 00 00 00 48 c7 
c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d e5 3a 0d 00 f7 d8 64 89 01 48
[149556.376386] RSP: 002b:7ffd3468ccd8 EFLAGS: 3246 ORIG_RAX: 
0010
[149556.376391] RAX: ffda RBX: 7ffd3468cd10 RCX: 
7ff6475da37b
[149556.376395] RDX: 7ffd3468cd10 RSI: c01864b0 RDI: 
000e
[149556.376400] RBP: c01864b0 R08: 003f38df R09: 
006a
[149556.376405] R10: 55cb5f571010 R11: 3246 R12: 
55cb5f5aa040
[149556.376410] R13: 000e R14: 003f38df R15: 
0002
[149556.376418] Modules linked in: bnep wireguard ip6_udp_tunnel udp_tunnel 
binfmt_misc zfs(PO) zunicode(PO) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) 
spl(O) zlua(PO) input_leds joydev nls_iso8859_1 snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel 
snd_intel_dspcfg snd_hda_codec intel_rapl_msr mei_hdcp snd_hda_core snd_hwdep 
snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_common snd_seq 
intel_powerclamp coretemp kvm_intel kvm punit_atom_debug intel_cstate 
snd_seq_device snd_timer hci_uart btqca btrtl snd mei_txe btbcm btintel 
soundcore mei intel_xhci_usb_role_switch roles bluetooth ecdh_generic ecc 
rfkill_gpio mac_hid intel_int0002_vgpio acpi_pad sch_fq_codel parport_pc ppdev 
lp parport ip_tables x_tables autofs4 dm_crypt netconsole hid_logitech_hidpp 
hid_logitech_dj hid_generic usbhid uas usb_storage crct10dif_pclmul 
crc32_pclmul ghash_clmulni_intel i915 aesni_intel i2c_algo_bit drm_kms_helper 
crypto_simd syscopyarea sysfillrect sysimgblt
[149556.376488]  cryptd fb_sys_fops glue_helper drm r8169 ahci lpc_ich i2c_i801 
realtek libahci video i2c_hid hid
[149556.376516] CR2: dbe0
[149556.376528] ---[ end trace 2da41f288013ffcb ]---
[149556.376590] RIP: 0010:__i915_schedule+0x261/0x350 [i915]
[149556.376597] Code: ff a8 08 0f 84 a0 00 00 00 45 3b b4 24 18 04 00 00 7e 50 
49 8b 84 24 d8 03 00 00 48 8b 00 48 85 c0 74 40 48 8b b3 30 ff ff ff <48> 39 70 
60 74 33 45 89 b4 24 18 04 00 00 8b 80 60 01 

[Bug 1884155] [NEW] package pmount (not installed) failed to install/upgrade: unable to clean up mess surrounding './etc/bash_completion.d/pmount' before installing another version: Read-only file sys

2020-06-18 Thread Gonzalo Valdivieso Sarasola
Public bug reported:

i was very happy until i installed wine and playonlinux to get some windows 
apps that i need.. i turned it off, go to sleep, wake up, start again athis is 
what happen:
1- when the machine starts, before login section, a lot of code in black 
screen. Telling something like "error", "not found", things like that
2- after that, the login was rare, too big scaled
3- when it opens up my session, everything is out of scale, too big. I try to 
settings/Display, but only 640 x 480 (4:3) is available
4- now everything sucks (sorry), i can not save some files in pendrive, because 
it is no "mounted point"
5- i do the backup thing, just 2 days ago... when i was in the peak of my 
happiness, but when i "restore" it, just said everything was ok, etc, but 
nothing happens

ASK: is there a way to protect the system to make mistakes ?
i ask this because, there is a lot of potential linux users, who do not get it 
because they dont even try, but there is a lot of new users, who really do not 
code anything, and the only way is to get some tutorials, etc and follow the 
steps. I understand that this steps are made by people in there own system, and 
they do not have to know/match with mine. In my last try with ubuntu, a few 
years ago (14.08 i think) this was my most hard thing to survive with, because 
in that time, i had to run cuda from nvidia, for the graphics, and everything 
goes to hell too.

I will reset everything again, i like Linux, but i do not want to study
5 years to put it on my way.. i really hate windows, but the industry
takes you there, and that is so hatefull.. and mac, do a great job, but
4 of 5 mac-men are really assholes with washed brains

Thanks for your time
Have a nice day
Keep on going
I will try again

PD: im on ubuntu 20.04

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: pmount (not installed)
Uname: Linux 5.6.0-19.1-liquorix-amd64 x86_64
ApportVersion: 2.20.11-0ubuntu27.2
AptOrdering:
 pmount:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Jun 18 17:31:18 2020
DpkgTerminalLog:
 Preparing to unpack .../pmount_0.9.23-3build1_amd64.deb ...
 Unpacking pmount (0.9.23-3build1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/pmount_0.9.23-3build1_amd64.deb (--unpack):
  unable to clean up mess surrounding './etc/bash_completion.d/pmount' before 
installing another version: Read-only file system
DuplicateSignature:
 package:pmount:(not installed)
 Unpacking pmount (0.9.23-3build1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/pmount_0.9.23-3build1_amd64.deb (--unpack):
  unable to clean up mess surrounding './etc/bash_completion.d/pmount' before 
installing another version: Read-only file system
ErrorMessage: unable to clean up mess surrounding 
'./etc/bash_completion.d/pmount' before installing another version: Read-only 
file system
InstallationDate: Installed on 2020-06-16 (2 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: pmount
Title: package pmount (not installed) failed to install/upgrade: unable to 
clean up mess surrounding './etc/bash_completion.d/pmount' before installing 
another version: Read-only file system
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package pmount (not installed) failed to install/upgrade: unable to
  clean up mess surrounding './etc/bash_completion.d/pmount' before
  installing another version: Read-only file system

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

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

[Bug 1878484] Re: kernel panic on i915

2020-06-10 Thread Víctor Gonzalo
The kernel from #22 doesn't get to boot. Last message shown is a
suspicious:

fb0: switching to inteldrmfb from EFI VGA

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Re: kernel panic on i915

2020-06-01 Thread Víctor Gonzalo
It looks like it doesn't happen with 5.7.0-050700rc7-generic. I cannot
be 100% sure as it happened randomly. I have got, however, something
suspiciously similar that has never happened before. It has happened
several times already, as randomly as when I got a kernel panic before.
Screen hangs for a while, but system stays alive. Logs show:

kernel: Asynchronous wait on fence :00:02.0:Xorg[33564]:a28c timed out 
(hint:intel_atomic_commit_ready+0x0/0x50 [i915])
kernel: i915 :00:02.0: GPU HANG: ecode 8:1:86dd, in Xorg [33564]
kernel: i915 :00:02.0: Resetting rcs0 for stopped heartbeat on rcs0
kernel: i915 :00:02.0: Xorg[33564] context reset due to GPU hang

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Re: kernel panic on i915

2020-05-22 Thread Víctor Gonzalo
It still crashes on 5.4.0-31-generic #35-Ubuntu

I'm still looking for that damm __i915_schedule+0x261/0x350, still
haven't been able to pinpoint that to code.


[ 9640.917215] BUG: kernel NULL pointer dereference, address: 00e0
[ 9640.917262] #PF: supervisor read access in kernel mode
[ 9640.917277] #PF: error_code(0x) - not-present page
[ 9640.917289] PGD 0 P4D 0 
[ 9640.917310] Oops:  [#1] SMP PTI
[ 9640.917336] CPU: 2 PID: 1397 Comm: Xorg Tainted: P   O  
5.4.0-31-generic #35-Ubuntu
[ 9640.917351] Hardware name: To Be Filled By O.E.M. To Be Filled By 
O.E.M./N3700-ITX, BIOS P2.00 04/16/2018
[ 9640.917585] RIP: 0010:__i915_schedule+0x261/0x350 [i915]
[ 9640.917605] Code: ff a8 08 0f 84 a0 00 00 00 45 3b b4 24 18 04 00 00 7e 50 
49 8b 84 24 d8 03 00 00 48 8b 00 48 85 c0 74 40 48 8b b3 30 ff ff ff <48> 39 70 
60 74 33 45 89 b4 24 18 04 00 00 8b 80 60 01 00 00 be 00
[ 9640.917619] RSP: 0018:c100f9e0 EFLAGS: 00010002
[ 9640.917635] RAX: 0080 RBX: 9d871d4dfab0 RCX: 9d871d4dfab0
[ 9640.917647] RDX: 9d871d4dfad0 RSI: 9d882b71d180 RDI: 9d871d4dfab0
[ 9640.917660] RBP: c100fa78 R08: c100f9c0 R09: 9d871d4dc420
[ 9640.917673] R10:  R11: 0208 R12: 9d8834dec000
[ 9640.917687] R13: c100f9f0 R14: 1000 R15: c100fa00
[ 9640.917702] FS:  7f283650ba80() GS:9d883830() 
knlGS:
[ 9640.917715] CS:  0010 DS:  ES:  CR0: 80050033
[ 9640.917727] CR2: 00e0 CR3: 000272a98000 CR4: 001006e0
[ 9640.917740] Call Trace:
[ 9640.917946]  ? intel_compute_aligned_offset+0x120/0x170 [i915]
[ 9640.918001]  i915_schedule+0x2d/0x50 [i915]
[ 9640.918053]  __fence_set_priority+0x6b/0x90 [i915]
[ 9640.918238]  fence_set_priority+0x23/0x60 [i915]
[ 9640.918374]  i915_gem_object_wait_priority+0x13e/0x170 [i915]
[ 9640.918429]  intel_prepare_plane_fb+0x1ab/0x2d0 [i915]
[ 9640.918464]  drm_atomic_helper_prepare_planes+0x94/0x120 [drm_kms_helper]
[ 9640.918518]  intel_atomic_commit+0xc2/0x2b0 [i915]
[ 9640.918574]  drm_atomic_nonblocking_commit+0x4d/0x60 [drm]
[ 9640.918592]  drm_atomic_helper_page_flip+0x63/0xa0 [drm_kms_helper]
[ 9640.918617]  drm_mode_page_flip_ioctl+0x59d/0x630 [drm]
[ 9640.918641]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
[ 9640.918661]  drm_ioctl_kernel+0xae/0xf0 [drm]
[ 9640.918682]  drm_ioctl+0x234/0x3d0 [drm]
[ 9640.918706]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
[ 9640.918719]  do_vfs_ioctl+0x407/0x670
[ 9640.918730]  ? fput+0x13/0x15
[ 9640.918741]  ? __sys_recvmsg+0x88/0xa0
[ 9640.918748]  ksys_ioctl+0x67/0x90
[ 9640.918754]  __x64_sys_ioctl+0x1a/0x20
[ 9640.918763]  do_syscall_64+0x57/0x190
[ 9640.918773]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 9640.918781] RIP: 0033:0x7f283686937b
[ 9640.918788] Code: 0f 1e fa 48 8b 05 15 3b 0d 00 64 c7 00 26 00 00 00 48 c7 
c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d e5 3a 0d 00 f7 d8 64 89 01 48
[ 9640.918794] RSP: 002b:7ffce75d29b8 EFLAGS: 0246 ORIG_RAX: 
0010
[ 9640.918799] RAX: ffda RBX: 7ffce75d29f0 RCX: 7f283686937b
[ 9640.918804] RDX: 7ffce75d29f0 RSI: c01864b0 RDI: 000e
[ 9640.918808] RBP: c01864b0 R08: 000dac7e R09: 006c
[ 9640.918813] R10: 000e R11: 0246 R12: 55d8a2a4e040
[ 9640.918817] R13: 000e R14: 000dac7e R15: 0002
[ 9640.918823] Modules linked in: bnep wireguard(O) ip6_udp_tunnel udp_tunnel 
binfmt_misc zfs(PO) zunicode(PO) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) 
spl(O) zlua(PO) input_leds joydev nls_iso8859_1 snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio snd_hda_intel 
snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep snd_pcm intel_rapl_msr 
mei_hdcp snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq intel_rapl_common 
intel_powerclamp coretemp kvm_intel snd_seq_device kvm snd_timer 
punit_atom_debug intel_cstate snd hci_uart mei_txe btqca btrtl mei btbcm 
btintel soundcore intel_xhci_usb_role_switch roles bluetooth ecdh_generic ecc 
mac_hid rfkill_gpio acpi_pad intel_int0002_vgpio sch_fq_codel parport_pc ppdev 
lp parport ip_tables x_tables autofs4 dm_crypt netconsole hid_logitech_hidpp 
hid_logitech_dj hid_generic usbhid crct10dif_pclmul crc32_pclmul 
ghash_clmulni_intel uas usb_storage i915 aesni_intel crypto_simd i2c_algo_bit 
cryptd glue_helper drm_kms_helper i2c_i801
[ 9640.918894]  syscopyarea sysfillrect lpc_ich sysimgblt r8169 fb_sys_fops 
realtek drm ahci libahci video i2c_hid hid
[ 9640.918920] CR2: 00e0
[ 9640.918934] ---[ end trace afb51e7987093d9b ]---
[ 9640.918999] RIP: 0010:__i915_schedule+0x261/0x350 [i915]
[ 9640.919004] Code: ff a8 08 0f 84 a0 00 00 00 45 3b b4 24 18 04 00 00 7e 50 
49 8b 84 24 d8 03 00 00 48 8b 00 48 85 c0 74 40 48 8b b3 30 ff ff ff <48> 39 

[Bug 1878484] Re: kernel panic on i915

2020-05-13 Thread Víctor Gonzalo
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] WifiSyslog.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371143/+files/WifiSyslog.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Re: kernel panic on i915

2020-05-13 Thread Víctor Gonzalo
apport information

** Tags added: apport-collected

** Description changed:

  I'm using 20.04 fully up to date on an Asrock N3700.
  
  I'm getting random crashes every now and then. Total crash, no ssh or
  anything (later I found out it's a kernel panic). Not tied to any app,
  but it happened more often during gaming. Logs didn't show anything,
  they just stop. I set up netconsole, with debug and ignore_loglevel in
  the command line and I got this:
  
  [77196.866485] BUG: unable to handle page fault for address: 00a72860
  [77196.866527] #PF: supervisor read access in kernel mode
  [77196.866535] #PF: error_code(0x) - not-present page
  [77196.866542] PGD 0 P4D 0 
  [77196.866552] Oops:  [#1] SMP PTI
  [77196.866567] CPU: 2 PID: 1408 Comm: Xorg Tainted: P   O  
5.4.0-29-generic #33-Ubuntu
  [77196.866575] Hardware name: To Be Filled By O.E.M. To Be Filled By 
O.E.M./N3700-ITX, BIOS P2.00 04/16/2018
  [77196.866743] RIP: 0010:__i915_schedule+0x261/0x350 [i915]
  [77196.866748] Code: ff a8 08 0f 84 a0 00 00 00 45 3b b4 24 18 04 00 00 7e 50 
49 8b 84 24 d8 03 00 00 48 8b 00 48 85 c0 74 40 48 8b b3 30 ff ff ff <48> 39 70 
60 74 33 45 89 b4 24 18 04 00 00 8b 80 60 01 00 00 be 00
  [77196.866753] RSP: 0018:a48380c2b9e0 EFLAGS: 00010006
  [77196.866759] RAX: 00a72800 RBX: 961bed909a30 RCX: 
9619a559edb0
  [77196.866764] RDX: 961bed909a50 RSI: 961beaa21180 RDI: 
9619a559edc0
  [77196.866769] RBP: a48380c2ba78 R08: 961bf73f4420 R09: 
9619a559ed80
  [77196.866773] R10:  R11: 0208 R12: 
961bf73f4000
  [77196.866783] R13: a48380c2b9f0 R14: 1000 R15: 
a48380c2b9c0
  [77196.866788] FS:  7f6ee2aa9a80() GS:961bf830() 
knlGS:
  [77196.866794] CS:  0010 DS:  ES:  CR0: 80050033
  [77196.866798] CR2: 00a72860 CR3: 00026a0a2000 CR4: 
001006e0
  [77196.866802] Call Trace:
  [77196.866887]  i915_schedule+0x2d/0x50 [i915]
  [77196.866979]  __fence_set_priority+0x6b/0x90 [i915]
  [77196.867067]  fence_set_priority+0x23/0x60 [i915]
  [77196.867117]  i915_gem_object_wait_priority+0x13e/0x170 [i915]
  [77196.867194]  intel_prepare_plane_fb+0x1ab/0x2d0 [i915]
  [77196.867232]  drm_atomic_helper_prepare_planes+0x94/0x120 [drm_kms_helper]
  [77196.867305]  intel_atomic_commit+0xc2/0x2b0 [i915]
  [77196.867370]  drm_atomic_nonblocking_commit+0x4d/0x60 [drm]
  [77196.867401]  drm_atomic_helper_page_flip+0x63/0xa0 [drm_kms_helper]
  [77196.867443]  drm_mode_page_flip_ioctl+0x59d/0x630 [drm]
  [77196.867469]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
  [77196.867490]  drm_ioctl_kernel+0xae/0xf0 [drm]
  [77196.867512]  drm_ioctl+0x234/0x3d0 [drm]
  [77196.867536]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
  [77196.867550]  do_vfs_ioctl+0x407/0x670
  [77196.867560]  ? fput+0x13/0x15
  [77196.867568]  ? __sys_recvmsg+0x88/0xa0
  [77196.867575]  ksys_ioctl+0x67/0x90
  [77196.867582]  __x64_sys_ioctl+0x1a/0x20
  [77196.867592]  do_syscall_64+0x57/0x190
  [77196.867603]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  [77196.867611] RIP: 0033:0x7f6ee2e0737b
  [77196.867618] Code: 0f 1e fa 48 8b 05 15 3b 0d 00 64 c7 00 26 00 00 00 48 c7 
c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d e5 3a 0d 00 f7 d8 64 89 01 48
  [77196.867624] RSP: 002b:7ffe6ff493d8 EFLAGS: 0246 ORIG_RAX: 
0010
  [77196.867631] RAX: ffda RBX: 7ffe6ff49410 RCX: 
7f6ee2e0737b
  [77196.867635] RDX: 7ffe6ff49410 RSI: c01864b0 RDI: 
000e
  [77196.867640] RBP: c01864b0 R08: 002bf8f2 R09: 
006a
  [77196.867645] R10: 000e R11: 0246 R12: 
56454c520040
  [77196.867649] R13: 000e R14: 002bf8f2 R15: 
0002
  [77196.867655] Modules linked in: bnep wireguard(O) ip6_udp_tunnel udp_tunnel 
binfmt_misc zfs(PO) zunicode(PO) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) 
spl(O) zlua(PO) joydev input_leds nls_iso8859_1 snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio intel_rapl_msr 
mei_hdcp snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep 
snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_common 
intel_powerclamp coretemp kvm_intel kvm punit_atom_debug intel_cstate snd_seq 
snd_seq_device snd_timer snd mei_txe soundcore mei hci_uart 
intel_xhci_usb_role_switch btqca roles btrtl btbcm btintel bluetooth 
ecdh_generic ecc rfkill_gpio acpi_pad intel_int0002_vgpio mac_hid sch_fq_codel 
parport_pc ppdev lp parport ip_tables x_tables autofs4 dm_crypt netconsole 
hid_logitech_hidpp hid_logitech_dj hid_generic usbhid crct10dif_pclmul 
crc32_pclmul uas ghash_clmulni_intel i915 usb_storage i2c_algo_bit 
drm_kms_helper aesni_intel syscopyarea crypto_simd sysfillrect
  [77196.867739]  sysimgblt fb_sys_fops cryptd glue_helper i2c_i801 r8169 
lpc_ich drm 

[Bug 1878484] ProcInterrupts.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371139/+files/ProcInterrupts.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] UdevDb.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1878484/+attachment/5371142/+files/UdevDb.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] CRDA.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1878484/+attachment/5371129/+files/CRDA.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Lsusb-t.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371134/+files/Lsusb-t.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] ProcEnviron.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371138/+files/ProcEnviron.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] ProcCpuinfoMinimal.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371137/+files/ProcCpuinfoMinimal.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] PulseList.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371141/+files/PulseList.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] CurrentDmesg.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371130/+files/CurrentDmesg.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] ProcModules.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371140/+files/ProcModules.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Lspci-vt.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371132/+files/Lspci-vt.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] ProcCpuinfo.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371136/+files/ProcCpuinfo.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Lsusb-v.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1878484/+attachment/5371135/+files/Lsusb-v.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Lspci.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1878484/+attachment/5371131/+files/Lspci.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] Lsusb.txt

2020-05-13 Thread Víctor Gonzalo
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1878484/+attachment/5371133/+files/Lsusb.txt

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

Title:
  kernel panic on i915

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

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

[Bug 1878484] [NEW] kernel panic on i915

2020-05-13 Thread Víctor Gonzalo
Public bug reported:

I'm using 20.04 fully up to date on an Asrock N3700.

I'm getting random crashes every now and then. Total crash, no ssh or
anything (later I found out it's a kernel panic). Not tied to any app,
but it happened more often during gaming. Logs didn't show anything,
they just stop. I set up netconsole, with debug and ignore_loglevel in
the command line and I got this:

[77196.866485] BUG: unable to handle page fault for address: 00a72860
[77196.866527] #PF: supervisor read access in kernel mode
[77196.866535] #PF: error_code(0x) - not-present page
[77196.866542] PGD 0 P4D 0 
[77196.866552] Oops:  [#1] SMP PTI
[77196.866567] CPU: 2 PID: 1408 Comm: Xorg Tainted: P   O  
5.4.0-29-generic #33-Ubuntu
[77196.866575] Hardware name: To Be Filled By O.E.M. To Be Filled By 
O.E.M./N3700-ITX, BIOS P2.00 04/16/2018
[77196.866743] RIP: 0010:__i915_schedule+0x261/0x350 [i915]
[77196.866748] Code: ff a8 08 0f 84 a0 00 00 00 45 3b b4 24 18 04 00 00 7e 50 
49 8b 84 24 d8 03 00 00 48 8b 00 48 85 c0 74 40 48 8b b3 30 ff ff ff <48> 39 70 
60 74 33 45 89 b4 24 18 04 00 00 8b 80 60 01 00 00 be 00
[77196.866753] RSP: 0018:a48380c2b9e0 EFLAGS: 00010006
[77196.866759] RAX: 00a72800 RBX: 961bed909a30 RCX: 9619a559edb0
[77196.866764] RDX: 961bed909a50 RSI: 961beaa21180 RDI: 9619a559edc0
[77196.866769] RBP: a48380c2ba78 R08: 961bf73f4420 R09: 9619a559ed80
[77196.866773] R10:  R11: 0208 R12: 961bf73f4000
[77196.866783] R13: a48380c2b9f0 R14: 1000 R15: a48380c2b9c0
[77196.866788] FS:  7f6ee2aa9a80() GS:961bf830() 
knlGS:
[77196.866794] CS:  0010 DS:  ES:  CR0: 80050033
[77196.866798] CR2: 00a72860 CR3: 00026a0a2000 CR4: 001006e0
[77196.866802] Call Trace:
[77196.866887]  i915_schedule+0x2d/0x50 [i915]
[77196.866979]  __fence_set_priority+0x6b/0x90 [i915]
[77196.867067]  fence_set_priority+0x23/0x60 [i915]
[77196.867117]  i915_gem_object_wait_priority+0x13e/0x170 [i915]
[77196.867194]  intel_prepare_plane_fb+0x1ab/0x2d0 [i915]
[77196.867232]  drm_atomic_helper_prepare_planes+0x94/0x120 [drm_kms_helper]
[77196.867305]  intel_atomic_commit+0xc2/0x2b0 [i915]
[77196.867370]  drm_atomic_nonblocking_commit+0x4d/0x60 [drm]
[77196.867401]  drm_atomic_helper_page_flip+0x63/0xa0 [drm_kms_helper]
[77196.867443]  drm_mode_page_flip_ioctl+0x59d/0x630 [drm]
[77196.867469]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
[77196.867490]  drm_ioctl_kernel+0xae/0xf0 [drm]
[77196.867512]  drm_ioctl+0x234/0x3d0 [drm]
[77196.867536]  ? drm_mode_cursor2_ioctl+0x10/0x10 [drm]
[77196.867550]  do_vfs_ioctl+0x407/0x670
[77196.867560]  ? fput+0x13/0x15
[77196.867568]  ? __sys_recvmsg+0x88/0xa0
[77196.867575]  ksys_ioctl+0x67/0x90
[77196.867582]  __x64_sys_ioctl+0x1a/0x20
[77196.867592]  do_syscall_64+0x57/0x190
[77196.867603]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[77196.867611] RIP: 0033:0x7f6ee2e0737b
[77196.867618] Code: 0f 1e fa 48 8b 05 15 3b 0d 00 64 c7 00 26 00 00 00 48 c7 
c0 ff ff ff ff c3 66 0f 1f 44 00 00 f3 0f 1e fa b8 10 00 00 00 0f 05 <48> 3d 01 
f0 ff ff 73 01 c3 48 8b 0d e5 3a 0d 00 f7 d8 64 89 01 48
[77196.867624] RSP: 002b:7ffe6ff493d8 EFLAGS: 0246 ORIG_RAX: 
0010
[77196.867631] RAX: ffda RBX: 7ffe6ff49410 RCX: 7f6ee2e0737b
[77196.867635] RDX: 7ffe6ff49410 RSI: c01864b0 RDI: 000e
[77196.867640] RBP: c01864b0 R08: 002bf8f2 R09: 006a
[77196.867645] R10: 000e R11: 0246 R12: 56454c520040
[77196.867649] R13: 000e R14: 002bf8f2 R15: 0002
[77196.867655] Modules linked in: bnep wireguard(O) ip6_udp_tunnel udp_tunnel 
binfmt_misc zfs(PO) zunicode(PO) zavl(PO) icp(PO) zcommon(PO) znvpair(PO) 
spl(O) zlua(PO) joydev input_leds nls_iso8859_1 snd_hda_codec_hdmi 
snd_hda_codec_realtek snd_hda_codec_generic ledtrig_audio intel_rapl_msr 
mei_hdcp snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep 
snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi intel_rapl_common 
intel_powerclamp coretemp kvm_intel kvm punit_atom_debug intel_cstate snd_seq 
snd_seq_device snd_timer snd mei_txe soundcore mei hci_uart 
intel_xhci_usb_role_switch btqca roles btrtl btbcm btintel bluetooth 
ecdh_generic ecc rfkill_gpio acpi_pad intel_int0002_vgpio mac_hid sch_fq_codel 
parport_pc ppdev lp parport ip_tables x_tables autofs4 dm_crypt netconsole 
hid_logitech_hidpp hid_logitech_dj hid_generic usbhid crct10dif_pclmul 
crc32_pclmul uas ghash_clmulni_intel i915 usb_storage i2c_algo_bit 
drm_kms_helper aesni_intel syscopyarea crypto_simd sysfillrect
[77196.867739]  sysimgblt fb_sys_fops cryptd glue_helper i2c_i801 r8169 lpc_ich 
drm realtek ahci libahci video i2c_hid hid
[77196.867774] CR2: 00a72860
[77196.867791] ---[ end trace 42f159c7504ac8a9 ]---
[77196.867895] RIP: 0010:__i915_schedule+0x261/0x350 

Re: [Bug 1875744] Re: xdg-user-dir does for root does not return the locale names of the directories

2020-04-28 Thread Gonzalo Garramuno
On 28/4/20 17:34, Sebastien Bacher wrote:
> Thank you for your bug report, are you sure it was working before
> upgrading?

Yes, it was working, albeit it was behaving also differently. Instead
of:

gga $ sudo bash

(password)

root # xdg-user-dirs DESKTOP
/root/Escritorio

it would return:

gga $ sudo bash

(password)

root # xdg-user-dirs DESKTOP
/home/gga/Escritorio

-- 
Gonzalo Garramuño

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

Title:
  xdg-user-dir does for root does not return the locale names of the
  directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-user-dirs/+bug/1875744/+subscriptions

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

[Bug 1875744] [NEW] xdg-user-dir does for root does not return the locale names of the directories

2020-04-28 Thread Gonzalo Garramuno
Public bug reported:

When upgrading from Ubuntu 18.04 to 20.04, the root user does not
receive the file ~/.config/user-dirs.dirs and thus the locale names are
not translated.

Example:

$ sudo bash
[sudo] password for gga:

# xdg-user-dir DESKTOP
/root/Desktop

With the proper (Spanish) .config/user-dirs.dirs:

$ sudo bash
[sudo] password for gga:

# xdg-user-dir DESKTOP
/root/Escritorio

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-release-upgrader-core 1:20.04.18
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Apr 28 17:09:45 2020
InstallationDate: Installed on 2020-04-25 (2 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to focal on 2020-04-27 (1 days ago)
VarLogDistupgradeXorgFixuplog:
 INFO:root:/usr/bin/do-release-upgrade running
 INFO:root:No xorg.conf, exiting

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


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

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

Title:
  xdg-user-dir does for root does not return the locale names of the
  directories

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

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

[Bug 1874318] Re: package grub-efi-amd64-signed 1.142+2.04-1ubuntu26 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1

2020-04-28 Thread Víctor Gonzalo
I've tracked the error down to:
/usr/lib/grub/grub-multi-install:243
  db_fget grub-efi/install_devices seen

Which "rets": "10 grub-efi/install_devices doesn'\''t exist"
So it returns 10 and the whole thing collapses from there.

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

Title:
  package grub-efi-amd64-signed 1.142+2.04-1ubuntu26 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1874318/+subscriptions

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

[Bug 1862338] [NEW] ZSH git add completion problems

2020-02-07 Thread Gonzalo Peci
Public bug reported:

There seem to be a problem when trying to autocomplete some git commands
due to a bad prefix detection for "git ls-files".

If you check the new version of this package in the Arch repos, along
with other updates you can find this file update:

> /usr/share/zsh/functions/Completion/Unix/_git
--
diff --git i/git.zsh w/git.zsh
index cf95bcd..745a57c 100644
--- i/git.zsh
+++ w/git.zsh
@@ -6625,7 +6625,7 @@ __git_files () {
   local pref=$gitcdup$gitprefix$PREFIX

   # First allow ls-files to pattern-match in case of remote repository
-  files=(${(0)"$(_call_program files git ls-files -z --exclude-standard 
${(q)opts} -- ${(q)${pref:+$pref\\\*}} 2>/dev/null)"})
+  files=(${(0)"$(_call_program files git ls-files -z --exclude-standard 
${(q)opts} -- ${(q)${pref:+$pref\*}:-.} 2>/dev/null)"})
   __git_command_successful $pipestatus || return

   # If ls-files succeeded but returned nothing, try again with no pattern
--


If this is not applied, the command basically becomes:
> git ls-files -z --exclude-standard --others -- \'\'
when on the root of the git repository and fails with:
> fatal: empty string is not a valid pathspec. please use . instead if you 
> meant to match all paths


This affects the "git add" command autocompletion and potentially others.

PS: This seems to be in "zsh-commons" but the report form did not allow
me to select it

** Affects: zsh (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/1862338

Title:
  ZSH git add completion problems

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

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

[Bug 1861004] [NEW] Using loopback command crashes grub on 19.10

2020-01-27 Thread Víctor Gonzalo
Public bug reported:

Using the loopback command crashes the system.

To reproduce:
* Boot official live 19.10
* Press c on grub menu
* loopback loop PATH_TO_ANY_ISO_FILE

** Affects: grub2 (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/1861004

Title:
  Using loopback command crashes grub on 19.10

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

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

[Bug 1836742] Re: Please enable CONFIG_PMIC_OPREGION and it's components to resolve issues with enabling integrated display on some BayTrail/CherryTrail-based devices

2019-09-11 Thread Gonzalo González Moro
Trying to fix this bug

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

Title:
  Please enable CONFIG_PMIC_OPREGION and it's components to resolve
  issues with enabling integrated display on some BayTrail/CherryTrail-
  based devices

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

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

[Bug 1803184] [NEW] package libapache2-mod-php7.2 7.2.10-0ubuntu0.18.04.1 failed to install/upgrade: instalado libapache2-mod-php7.2 paquete post-installation guión el subproceso devolvió un error con

2018-11-13 Thread Gonzalo
Public bug reported:

.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libapache2-mod-php7.2 7.2.10-0ubuntu0.18.04.1
ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
Uname: Linux 4.15.0-38-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.4
AptOrdering:
 gettext:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Nov 13 21:45:55 2018
ErrorMessage: instalado libapache2-mod-php7.2 paquete post-installation guión 
el subproceso devolvió un error con estado de salida 1
InstallationDate: Installed on 2017-11-12 (366 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.6
SourcePackage: php7.2
Title: package libapache2-mod-php7.2 7.2.10-0ubuntu0.18.04.1 failed to 
install/upgrade: instalado libapache2-mod-php7.2 paquete post-installation 
guión el subproceso devolvió un error con estado de salida 1
UpgradeStatus: Upgraded to bionic on 2018-07-29 (107 days ago)
modified.conffile..etc.apache2.mods-available.php7.2.conf: [deleted]
modified.conffile..etc.apache2.mods-available.php7.2.load: [deleted]

** Affects: php7.2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package libapache2-mod-php7.2 7.2.10-0ubuntu0.18.04.1 failed to
  install/upgrade: instalado libapache2-mod-php7.2 paquete post-
  installation guión el subproceso devolvió un error con estado de
  salida 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.2/+bug/1803184/+subscriptions

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

[Bug 1768669] Re: multiverse package steam recommends nvidia-driver-lib-i386:i386 which is not in repositories

2018-10-30 Thread Gonzalo
** Changed in: steam (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  multiverse package steam recommends nvidia-driver-lib-i386:i386 which
  is not in repositories

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

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

[Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2018-08-08 Thread Gonzalo Servat
Dan,

We had been running 80-100 instances on the hotfix kernel and I was
calling victory on the workaround as it has been a month without this
issue popping up, but I just had an instance lockup on, say, "docker ps"
and dmesg shows:

[2924480.806202] unregister_netdevice: waiting for vethd078a31 (netns 
81efab00) to become free. Usage count = 2
[2924490.870209] unregister_netdevice: waiting for vethd078a31 (netns 
81efab00) to become free. Usage count = 2
[2924501.006177] unregister_netdevice: waiting for vethd078a31 (netns 
81efab00) to become free. Usage count = 2
[2924511.134204] unregister_netdevice: waiting for vethd078a31 (netns 
81efab00) to become free. Usage count = 2
[2924521.218189] unregister_netdevice: waiting for vethd078a31 (netns 
81efab00) to become free. Usage count = 2

:-(

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

Title:
  unregister_netdevice: waiting for lo to become free

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

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

[Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2018-08-08 Thread Gonzalo Servat
Using:

linux-image-4.4.0-127-generic   4.4.0-127.153+hf1711407v20180524b3

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

Title:
  unregister_netdevice: waiting for lo to become free

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

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

[Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2018-05-27 Thread Gonzalo Servat
Many thanks, Dan! Going to roll it out to a few test boxes and try it
out over the next few days. Will report back as soon as I have some
feedback.

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

Title:
  unregister_netdevice: waiting for lo to become free

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

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

Re: [Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2018-05-19 Thread Gonzalo Servat
Thanks for the ping, Dan. No worries. Looking forward to it as this issue
seems to be biting us more frequently nowadays so really interested to see
if this kernel helps.

On Sat, May 19, 2018 at 7:19 AM, Dan Streetman 
wrote:

> > Would you be able to build a test kernel against this version?
>
> very sorry, i've been quite busy the last couple weeks.  I'll get a test
> kernel built for you next week.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1711407
>
> Title:
>   unregister_netdevice: waiting for lo to become free
>
> Status in linux package in Ubuntu:
>   In Progress
> Status in linux source package in Trusty:
>   In Progress
> Status in linux source package in Xenial:
>   In Progress
> Status in linux source package in Zesty:
>   Won't Fix
> Status in linux source package in Artful:
>   In Progress
> Status in linux source package in Bionic:
>   In Progress
>
> Bug description:
>   This is a "continuation" of bug 1403152, as that bug has been marked
>   "fix released" and recent reports of failure may (or may not) be a new
>   bug.  Any further reports of the problem should please be reported
>   here instead of that bug.
>
>   --
>
>   [Impact]
>
>   When shutting down and starting containers the container network
>   namespace may experience a dst reference counting leak which results
>   in this message repeated in the logs:
>
>   unregister_netdevice: waiting for lo to become free. Usage count =
>   1
>
>   This can cause issues when trying to create net network namespace and
>   thus block a user from creating new containers.
>
>   [Test Case]
>
>   See comment 16, reproducer provided at https://github.com/fho/docker-
>   samba-loop
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1711407/+subscriptions
>

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

Title:
  unregister_netdevice: waiting for lo to become free

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

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

Re: [Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2018-05-06 Thread Gonzalo Servat
Hi Dan,

We're using a newer kernel:

4.4.0-109-generic #132-Ubuntu SMP Tue Jan 9 19:52:39 UTC 2018 x86_64 x86_64
x86_64 GNU/Linux

Would you be able to build a test kernel against this version?

Thanks very much, Dan.

On Tue, May 1, 2018 at 12:14 AM, Dan Streetman 
wrote:

> > The symptoms seen are a number of docker commands that just hang
> indefinitely (e.g.
> > docker ps, spinning up new containers). Occasionally, after a long time,
> we have
> > seen it come back and continue working OK (like whatever was holding the
> lock
> > released it finally), but most of the time it hangs indefinitely
>
> ok, great.  You didn't mention what release you're using on gcp, but I
> have a 4.13 test kernel in this ppa, with patches to specifically
> fix/workaround the hanging problem:
> https://launchpad.net/~ddstreet/+archive/ubuntu/lp1711407
>
> Note that *only* version 4.13.0-38.43+hf1711407v20180413b1 in that ppa
> has the patches to workaround the hanging.  If you need a different
> version, let me know and I can apply the patches and build for whatever
> release you need (just give me the 'uname -a' output).
>
> The details of the cause of this problem is back in comment 72, if you
> want that info.  I'm preparing to send the workaround patch upstream;
> after that, there will be (likely ongoing) work to debug the various
> dst/object leaks and kernel socket "leaks" that are actually causing the
> symptoms.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1711407
>
> Title:
>   unregister_netdevice: waiting for lo to become free
>
> Status in linux package in Ubuntu:
>   In Progress
> Status in linux source package in Trusty:
>   In Progress
> Status in linux source package in Xenial:
>   In Progress
> Status in linux source package in Zesty:
>   Won't Fix
> Status in linux source package in Artful:
>   In Progress
> Status in linux source package in Bionic:
>   In Progress
>
> Bug description:
>   This is a "continuation" of bug 1403152, as that bug has been marked
>   "fix released" and recent reports of failure may (or may not) be a new
>   bug.  Any further reports of the problem should please be reported
>   here instead of that bug.
>
>   --
>
>   [Impact]
>
>   When shutting down and starting containers the container network
>   namespace may experience a dst reference counting leak which results
>   in this message repeated in the logs:
>
>   unregister_netdevice: waiting for lo to become free. Usage count =
>   1
>
>   This can cause issues when trying to create net network namespace and
>   thus block a user from creating new containers.
>
>   [Test Case]
>
>   See comment 16, reproducer provided at https://github.com/fho/docker-
>   samba-loop
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/
> 1711407/+subscriptions
>

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

Title:
  unregister_netdevice: waiting for lo to become free

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

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

[Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2018-04-30 Thread Gonzalo Servat
Hi Dan,

> There's actually been quite a lot of discussion/work in this bug since 
> comment 2, so I don't 
> actually need that info anymore (except for reproduction steps, that's always 
> welcome).

Fair enough. I wish I had some reproduction steps but unfortunately it
just happens randomly and not because of any one action.

> Are you having any problems with the system *other* than just the log
messages?

Apologies here. I should have mentioned how it affects us. The symptoms
seen are a number of docker commands that just hang indefinitely (e.g.
docker ps, spinning up new containers). Occasionally, after a long time,
we have seen it come back and continue working OK (like whatever was
holding the lock released it finally), but most of the time it hangs
indefinitely. On occasion we can also use the -n parameter (e.g. docker
ps -n #) and it may or may not return a partial listing of running
containers. We've also found (again, not always) that we might be able
to stop a container if we use the container name or ID. When we strace
the process, we just see:

write(5, "GET /v1.24/containers/json?limit"..., 97) = 97
futex(0xc8200fa590, FUTEX_WAKE, 1)  = 1
futex(0x21fce50, FUTEX_WAIT, 0, NULL

... and that's as far as it goes. I do have a Docker stacktrace if you
want to see that.

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

Title:
  unregister_netdevice: waiting for lo to become free

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

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

[Bug 1711407] Re: unregister_netdevice: waiting for lo to become free

2018-04-29 Thread Gonzalo Servat
Hi Dan,

We run a bunch of instances both on AWS and GCP, and we run a
significant number of containers on both. We've only ever seen this
problem on GCP and never on AWS (it's baffling!). The kernels are as-
close-as-possible and the rest (Ubuntu version / Docker version / etc)
are identical. To answer your questions:

-what release are you using (trusty/xenial/zesty)?

Xenial

-what kernel version are you using?

4.13.0-1008-gcp

-do you have specific steps to reproduce the problem?

Unfortunately we don't. It just happens on its own after 1/2 weeks. The
following shows in dmesg:

[1015401.681728] unregister_netdevice: waiting for veth251ecfe to become free. 
Usage count = 1
[1015411.761772] unregister_netdevice: waiting for veth251ecfe to become free. 
Usage count = 1
[1015421.841740] unregister_netdevice: waiting for veth251ecfe to become free. 
Usage count = 1
[1015431.953729] unregister_netdevice: waiting for veth251ecfe to become free. 
Usage count = 1

etc etc

We've tried a few things including upgrading kernel and disabling IPv6
to no avail.

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

Title:
  unregister_netdevice: waiting for lo to become free

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

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

[Bug 1765717] Re: Closing a tab with exit crash the application

2018-04-28 Thread Gonzalo Bruno
*** This bug is a duplicate of bug 1760621 ***
https://bugs.launchpad.net/bugs/1760621

** This bug has been marked a duplicate of bug 1760621
   Tab freezes when I exit the shell

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

Title:
  Closing a tab with exit crash the application

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

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

[Bug 1736940] Re: Ubuntu 16.04 LTS: SMBStatus shows wrong information

2017-12-17 Thread Gonzalo Porcel Quero
Hi  Andreas,

I cannot show you the share definitions because I use the valid users
"settings" which contains the real names of lots of my users, but I can
show you the "Global Parameters".

# Global parameters
[global]
workgroup = OURWORKGROUP
server string = %h
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
unix extensions = No
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
   invalid users = root

Could there be a mistake in the configuration of the "idmap config"
directive in my smb.conf file?

>From the official samba documentation, "this is the mapping mechanism to
map POSIX user IDs and group ID to SIDs (Security Identifiers)

Is there something that might have changed from samba3 to samba4?

I mention this because at this stage I have a hard time if this bug is
specific to my config or more general.

I appreciate your effort to troubleshoot this with me. I want to
reinstall the complete OS and create all users over the Christmas break
to see if I can reproduce the issues or not on the same version of
Ubuntu, but I am unsure as to when exactly I might be able to do this.

Can we lower the priority of this bug and come back to it once I have
had the chance to attempt to reproduce it by recreating all users from
the scratch?

I feel the problem must be with the way that smbstatus accesses and
validates the user database, but right now it is just a hunch because
when I print the list of users with "pdbedit -L", they all appear
correctly and everything else works great, including logging of "Share
Access" by users.

THANK YOU VERY MUCH FOR YOUR HELP.

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

Title:
  Ubuntu 16.04 LTS: SMBStatus shows wrong  information

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

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

[Bug 1736940] Re: Ubuntu 16.04 LTS: SMBStatus shows wrong information

2017-12-13 Thread Gonzalo Porcel Quero
Hi Andreas,

I did not expect you to debug those scripts. I actually just left them
there in the interest of full disclosure.

I have set up a complete VM with Ubuntu 16 LTS and I can reproduce the
issue with two newly created users.

If Samba did not know who was writing or opening files, it would not be
able to identify those users and log them correctly in the samba audit
module.

The problem is not with the tdb database. I belive it is a bug with the
way that "smbstatus" is parsing the information or something of that
nature.

Thanks.

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

Title:
  Ubuntu 16.04 LTS: SMBStatus shows wrong  information

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

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

[Bug 1736940] Re: Ubuntu 16.04 LTS: SMBStatus shows wrong information

2017-12-13 Thread Gonzalo Porcel Quero
Hi Andreas,

Firts of all, thank you so much for taking the time to respond.

My users are also locally managed and added with smbpasswd and when I
print them with "pdbedit -L", they all appear correctly.

The users where imported from a system running Ubuntu 12.04 LTS and
afterwards I had to clean up the db which I did by using the attached
scripts.

In fact, share access is not a problem at all and the smbaudit module
records all needed info correctly. For example:

Dec 13 14:30:56 nautilux smbd_audit: nasaudit|2017/12/13
14:30:56|asmith|192.168.127.196|hp-250-g5-6|UserData|open|ok|r|IMG_20171010_110718.jpg

These reasons lead me to believe that the samba database is OK.

If there is a test that you want me to run to validate correctness of
the db, let me know.

** Attachment added: "cleanupBADSIDs.sh"
   
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1736940/+attachment/5022149/+files/cleanupBADSIDs.sh

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

Title:
  Ubuntu 16.04 LTS: SMBStatus shows wrong  information

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

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

[Bug 1736940] Re: Ubuntu 16.04 LTS: SMBStatus shows wrong information

2017-12-13 Thread Gonzalo Porcel Quero
Here is the other script I used during the migration.

** Attachment added: "cleanupACCOUNTS.sh"
   
https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/1736940/+attachment/5022150/+files/cleanupACCOUNTS.sh

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

Title:
  Ubuntu 16.04 LTS: SMBStatus shows wrong  information

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

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

[Bug 1736940] Re: Ubuntu 16.04 LTS: SMBStatus shows wrong information

2017-12-11 Thread Gonzalo Porcel Quero
Sample output of smbstatus:

22070 nobodynogroup   192.168.127.183 
(ipv4:192.168.127.183:51550) Unknown (0x0311)
21555 nobodynogroup   192.168.127.159 
(ipv4:192.168.127.159:62029) Unknown (0x0311)
21904 nobodynogroup   192.168.127.94 
(ipv4:192.168.127.94:63630) Unknown (0x0311)
21514 nobodynogroup   192.168.127.102 
(ipv4:192.168.127.102:21733) Unknown (0x0311)

Let me know if there are any other tests or logs that I can submit to
help fix this issue.

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

Title:
  Ubuntu 16.04 LTS: SMBStatus shows wrong  information

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

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

[Bug 1736940] Re: Ubuntu 16.04 LTS: SMBStatus shows wrong information

2017-12-08 Thread Gonzalo Porcel Quero
Hi Christian,

Thanks for responding. All Windows 10 clients seem to be affected.

I linked to the upstream bug becasue it seemed similar enough, but I
could be wrong and this could be a different issue.

I have Windows 7, Windows 10 and Linux clients in my network.

If you need me to perform specific tests, let me know and I will be glad
to help.

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

Title:
  Ubuntu 16.04 LTS: SMBStatus shows wrong  information

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

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

[Bug 1736940] [NEW] Ubuntu 16.04 LTS: SMBStatus shows wrong information

2017-12-07 Thread Gonzalo Porcel Quero
Public bug reported:

This bug affects Samba 4.3.11 as provided in Ubuntu 16.04 LTS.

Smbstatus does not display correct information for users connected to my
server.

This information is known to Samba as it is indeed correctly logged in
samba audit module, which I have enabled and the log does show the
correct username, group and host.

Here is an example of wrong smbstatus output:

Samba version 4.3.11-Ubuntu
PID Username  Group MachineProtocol Version
--

21001 nobodynogroup   192.168.11.88
(ipv4:192.168.11.88:53625) Unknown (0x0311)

And here is what it would normally look like:

31691 fsmith   marketing 192.168.11.88
(ipv4:192.168.11.88:52582) SMB2_10

If I read the issue correctly, this has already been patched and fixed
upstream in in Samba 4.4.0 and higher

https://bugzilla.samba.org/show_bug.cgi?id=11472

Please provide feedback and a possible fix as we use smbstatus all the
time to track open files and who they are opened by and for a quick view
at opened samba shares.

Thank you.

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


** Tags: patch-exists-upstream samba

** Package changed: sddm (Ubuntu) => samba4 (Ubuntu)

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

Title:
  Ubuntu 16.04 LTS: SMBStatus shows wrong  information

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

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

[Bug 1717591] [NEW] Installing 17.04 because of problems to start 16.04 after new installation

2017-09-15 Thread Marco Gonzalo Gómez Pérez
Public bug reported:

.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubiquity 17.04.9
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CasperVersion: 1.380
Date: Fri Sep 15 21:51:19 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 LANGUAGE=es_ES.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-17.04.9 ubuntu zesty

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

Title:
  Installing 17.04 because of problems to start 16.04 after new
  installation

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

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

[Bug 1653456] Re: ASUS G752VS: Touchpad and Fn keys not working (Ubuntu 16.04.1/16.10/17.04)

2017-05-23 Thread Gonzalo Vega
The new kernel fixed all of my FN keys on a G752VS, however the Elantech
1203 touchpad is still dead.

As the user above me, the following lines appear while booting:

[6.110760] i2c_designware i2c_designware.1: controller timed out
[6.110768] i2c_hid i2c-ELAN1203:00: hid_descr_cmd failed

Once booted I no longer see this in xinput:

ELAN1203:00 04F3:301E Touchpad id=15 [slave pointer (2)]

With the previous kernel 4.10 this was still present in xinput.

Also when I press the FN key F9 to enable/disable touchpad, the system
displays only disable.

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

Title:
  ASUS G752VS: Touchpad and Fn keys not working (Ubuntu
  16.04.1/16.10/17.04)

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

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


[Bug 1643101] [NEW] installing ubuntu 16.04

2016-11-18 Thread matias gonzalo calvo
Public bug reported:

problem installing ubuntu 16.04 in thinkpad s230u

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Fri Nov 18 21:31:16 2016
InstallCmdLine: file=/cdrom/preseed/ubuntu-gnome.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160720)
ProcEnviron:
 LANGUAGE=es_AR.UTF-8
 PATH=(custom, no user)
 LANG=es_AR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu-gnome xenial

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

Title:
  installing ubuntu 16.04

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

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


[Bug 1610022] [NEW] package libssh2-1:i386 1.5.0-2 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2016-08-04 Thread Gonzalo Rodríguez
Public bug reported:

The problem apears when i try to update!

Hug!

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libssh2-1:i386 1.5.0-2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
Date: Thu Aug  4 20:39:01 2016
DuplicateSignature:
 package:libssh2-1:i386:1.5.0-2
 Processing triggers for man-db (2.7.5-1) ...
 dpkg: error processing package libssh2-1:i386 (--configure):
  package is in a very bad inconsistent state; you should
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2016-08-03 (1 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 (20150218.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: libssh2
Title: package libssh2-1:i386 1.5.0-2 failed to install/upgrade: package is in 
a very bad inconsistent state; you should  reinstall it before attempting 
configuration
UpgradeStatus: Upgraded to xenial on 2016-08-04 (0 days ago)

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


** Tags: apport-package i386 need-duplicate-check xenial

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

Title:
  package libssh2-1:i386 1.5.0-2 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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


[Bug 1478873] Re: Odd behaviour in some applications

2015-07-28 Thread Gonzalo
** Description changed:

- Earlier today I installed 
+ Earlier today I installed
  linux-headers-3.13.0-59
  linux-headers-3.13.0-59-generic
  linux-image-3.13.0-59-generic
  linux-image-extra-3.13.0-59-generic
  and after that some applications, most notably steam, started to behave 
strange, e.g. in steam installed software was invisible and the application 
install dialog stated Disk Space Available: 0
  
  Counter checks by booting some older kernels (48 to 58) fixed that
  behaviour. A very quick cross check with another system seem to prove
  this observation.
  
  I do an educated guess: my steam is sitting on /archive/steam so I can
  share it over network and local users. /archive is a soft link to
  /home/archive coz I often move this one around a lot. I have the odd
  feeling kernel -59 is having issues with soft links and/or steam is
  handling soft links in a weird way which broke with -59. All other
  software affected is somehow connected to soft links, be it a small
  readlink from bash or postgresql.
  
  Sorry for being a bit vague right now, more details after I return from
  work and have time to experiment with avoiding soft links while using my
  affected applications.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-59-generic 3.13.0-59.98
  ProcVersionSignature: Ubuntu 3.13.0-58.97-generic 3.13.11-ckt22
  Uname: Linux 3.13.0-58-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.11
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  brandtc2790 F pulseaudio
-  /dev/snd/pcmC0D0p:   brandtc2790 F...m pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  brandtc2790 F pulseaudio
+  /dev/snd/pcmC0D0p:   brandtc2790 F...m pulseaudio
  CRDA: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'iw'
  CurrentDesktop: LXDE
  CurrentDmesg:
-  [   35.700956] nvidia :01:00.0: irq 50 for MSI/MSI-X
-  [   35.793778] EXT4-fs (dm-2): mounted filesystem with ordered data mode. 
Opts: acl
-  [   36.993771] init: plymouth-upstart-bridge main process ended, respawning
-  [  636.471258] perf samples too long (2501  2500), lowering 
kernel.perf_event_max_sample_rate to 5
+  [   35.700956] nvidia :01:00.0: irq 50 for MSI/MSI-X
+  [   35.793778] EXT4-fs (dm-2): mounted filesystem with ordered data mode. 
Opts: acl
+  [   36.993771] init: plymouth-upstart-bridge main process ended, respawning
+  [  636.471258] perf samples too long (2501  2500), lowering 
kernel.perf_event_max_sample_rate to 5
  Date: Tue Jul 28 11:40:00 2015
  HibernationDevice: RESUME=/dev/mapper/vgsys-lvswap
  MachineType: Gigabyte Technology Co., Ltd. 965G-DS3
  ProcFB: 0 VESA VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-58-generic 
root=UUID=7f7fd8ba-d814-4ead-9ea4-53089785459c ro nomodeset 
video=uvesafb:mode_option=1920x1200-24,mtrr=3,scroll=ywrap libata.force=1.5 
zswap.enabled=1 zswap.max_pool_percent=25 nomdmonddf nomdmonisw
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-58-generic N/A
-  linux-backports-modules-3.13.0-58-generic  N/A
-  linux-firmware 1.127.14
+  linux-restricted-modules-3.13.0-58-generic N/A
+  linux-backports-modules-3.13.0-58-generic  N/A
+  linux-firmware 1.127.14
  RfKill:
-  0: hci0: Bluetooth
-   Soft blocked: no
-   Hard blocked: no
+  0: hci0: Bluetooth
+   Soft blocked: no
+   Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/18/2008
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F10M
  dmi.board.name: 965G-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF10M:bd09/18/2008:svnGigabyteTechnologyCo.,Ltd.:pn965G-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rn965G-DS3:rvr:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: 965G-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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

Title:
  Odd behaviour in some applications

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

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

[Bug 1478873] Re: Odd behaviour in some applications

2015-07-28 Thread Gonzalo
X doesn't start after upgrade to this Kernel on Kubuntu 14.04. Booting
on 3.13.0-58 everything starts to work again.

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

Title:
  Odd behaviour in some applications

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

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


[Bug 1437531] [NEW] Error al instalar por error disco o partición

2015-03-27 Thread Gonzalo
Public bug reported:

Cascó a la mitad la instalación por error en el disco duro. Debería
haber opción de reparar

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.26 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CasperVersion: 1.336ubuntu1
Date: Sat Mar 28 01:13:55 2015
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=es_ES.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=es_ES.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy ubiquity-2.15.26 ubuntu

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

Title:
  Error al instalar por error disco o partición

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

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

[Bug 1246092] Re: Ubuntu 13.10 upgrade: audacity sound is trashed, program highly unstable

2014-03-06 Thread Gonzalo Cao
Workarround #14 work perfectly for me

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

Title:
  Ubuntu 13.10 upgrade: audacity sound is trashed, program highly
  unstable

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

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


[Bug 1251902] [NEW] package blueman (not installed) failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2013-11-16 Thread Gonzalo Rama
Public bug reported:

blueman

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: blueman (not installed)
ProcVersionSignature: Ubuntu 3.5.0-42.65-generic 3.5.7.21
Uname: Linux 3.5.0-42-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
AptOrdering: blueman: Configure
Architecture: amd64
Date: Sat Nov 16 13:11:56 2013
DpkgTerminalLog:
 Configurando blueman (1.23+update1-2ubuntu1) ...
 reload: Unknown instance: 
 invoke-rc.d: initscript dbus, action reload failed.
 dpkg: error al procesar blueman (--configure):
  el subproceso instalado el script post-installation devolvió el código de 
salida de error 1
DuplicateSignature: package:blueman:(not installed):el subproceso instalado el 
script post-installation devolvió el código de salida de error 1
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2013-08-21 (87 days ago)
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
SourcePackage: blueman
Title: package blueman (not installed) failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package saucy

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

Title:
  package blueman (not installed) failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

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

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

[Bug 1251810] [NEW] cant install ubuntu oncomputer with windows 8

2013-11-15 Thread Gonzalo
Public bug reported:

version: Ubuntu 12.04.2
laptop: HP Pavillion 15 sleekbook A8
windows 8 preinstalled

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.24 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
CasperVersion: 1.315.1
Date: Sat Nov 16 00:14:22 2013
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 
ignore_uuid boot=casper quiet splash --
LiveMediaBuild: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 (20130213)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=es_CL.UTF-8
 TERM=linux
 PATH=(custom, no user)
 LANG=es_CL.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise ubiquity-2.10.24

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

Title:
  cant install ubuntu oncomputer with windows 8

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

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


[Bug 1140716] Re: [regression] 3.5.0-26-generic and 3.2.0-39-generic GPU hangs on Sandybridge

2013-04-17 Thread Gonzalo Palarea
No problems since yesterday with the proposed kernel:

uname -a
Linux escritorio-u 3.2.0-41-generic #65-Ubuntu SMP Wed Apr 10 18:25:50 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

lspci
...
VGA compatible controller: Intel Corporation 2nd Generation Core Processor 
Family Integrated Graphics Controller (rev 09)
...

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

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

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

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


[Bug 1157786] Re: Kernel release 3.2.0-39-generic hangs intel 64-bit X

2013-03-26 Thread Gonzalo Palarea
Same here.  My computer has an Intel DH61WW  MB and I'm using the
integrated GPU. Core I5, 8GB Ram.  3.2.0-38 works flawlessly.  3.2.0-39
freezes shortly after logging in.

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

Title:
  Kernel release 3.2.0-39-generic hangs intel 64-bit X

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

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


[Bug 1119426] Re: package python3-pyatspi (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python3/dist-packages/pyatspi/editabletext.py', which is also in package python3-pyat

2013-03-02 Thread gonzalo lopez sanz
Kubuntu 13.04

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

Title:
  package python3-pyatspi (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/python3/dist-
  packages/pyatspi/editabletext.py', which is also in package
  python3-pyatspi2 2.7.2+dfsg-0ubuntu1

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

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


[Bug 1119426] Re: package python3-pyatspi (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python3/dist-packages/pyatspi/editabletext.py', which is also in package python3-pyat

2013-03-02 Thread gonzalo lopez sanz
Kubuntu 13.04

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

Title:
  package python3-pyatspi (not installed) failed to install/upgrade:
  trying to overwrite '/usr/lib/python3/dist-
  packages/pyatspi/editabletext.py', which is also in package
  python3-pyatspi2 2.7.2+dfsg-0ubuntu1

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

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


[Bug 929111] Re: Repeated freezes when running on battery power

2013-02-03 Thread Gonzalo Palarea
No, bios update did not fix it, although it its happening less
frequently...  Now on 3.2.0-37 and still happening.

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

Title:
  Repeated freezes when running on battery power

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

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


[Bug 929111] Re: Repeated freezes when running on battery power

2013-02-01 Thread Gonzalo Palarea
I was having the freeze on battery power too on my old HP Compaq
nx6310 with 12.04 and 3.2.0-36, but a bios update to the laptop seems to
have fixed it.

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

Title:
  Repeated freezes when running on battery power

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

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


[Bug 1069736] Re: No Global menu in LibreOffice Impress on 12.10

2012-11-05 Thread Gonzalo Cao
*** This bug is a duplicate of bug 1064962 ***
https://bugs.launchpad.net/bugs/1064962

Same issue for me

@Maurice trick works for me

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

Title:
  No Global menu in LibreOffice Impress on 12.10

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

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


[Bug 1074797] [NEW] thousands separator and decimal separator wrong in es_GT

2012-11-03 Thread Gonzalo Palarea
Public bug reported:

In Guatemala the thousands separator is a comma and the decimal
separator is a dot.  Had to change in /usr/share/i18n/locales/es_GT:

from:
LC_NUMERIC
copy es_ES
END LC_NUMERIC

to:
LC_NUMERIC
decimal_point U002E
thousands_sep U002C
grouping 3;3
END LC_NUMERIC

then sudo dpkg-reconfigure locales

lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04

** Affects: langpack-locales (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/1074797

Title:
  thousands separator and decimal separator wrong in es_GT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1074797/+subscriptions

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


[Bug 985661] Re: High load average

2012-08-10 Thread Gonzalo Palarea
3.2.0-29 has fixed it for me!

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

Title:
  High load average

To manage notifications about this bug go to:
https://bugs.launchpad.net/xubuntu-desktop/+bug/985661/+subscriptions

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


[Bug 929228] Re: Empathy can't connect to Windows Live

2012-06-17 Thread Gonzalo Bermúdez
** Bug watch added: Debian Bug tracker #675742
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675742

** Also affects: telepathy-gabble (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675742
   Importance: Unknown
   Status: Unknown

** Project changed: telepathy-butterfly = telepathy-gabble

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

Title:
  Empathy can't connect to Windows Live

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-gabble/+bug/929228/+subscriptions

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


[Bug 886831] Re: Can't connect to SSH with 4096 bit rsa keypair

2012-05-27 Thread Gonzalo Bermúdez
I can add to this issue that I use the same key and Remmina client to
connect to quite a lot of SSH servers, of different Linux flavors, and
it only happens with one of them. I'll attach logs from both a
successful connection and the failed one.

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

Title:
  Can't connect to SSH with 4096 bit rsa keypair

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

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


[Bug 886831] Re: Can't connect to SSH with 4096 bit rsa keypair

2012-05-27 Thread Gonzalo Bermúdez
** Attachment added: Successful connection
   
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/886831/+attachment/3165842/+files/success.log

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

Title:
  Can't connect to SSH with 4096 bit rsa keypair

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

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


[Bug 886831] Re: Can't connect to SSH with 4096 bit rsa keypair

2012-05-27 Thread Gonzalo Bermúdez
** Attachment added: Failed attempt
   
https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/886831/+attachment/3165843/+files/failed.log

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

Title:
  Can't connect to SSH with 4096 bit rsa keypair

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

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


[Bug 886831] Re: Can't connect to SSH with 4096 bit rsa keypair

2012-05-27 Thread Gonzalo Bermúdez
Also, I do use port 22, so I don't think that's related.

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

Title:
  Can't connect to SSH with 4096 bit rsa keypair

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

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


[Bug 996787] [NEW] recuperar fotos de shotwell en archivos perdidos

2012-05-08 Thread gonzalo fernandez
Public bug reported:

Como recuperar un archivo perdido en shotwell

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: shotwell 0.11.6-0ubuntu0.1 [modified: 
usr/share/glib-2.0/schemas/gschemas.compiled]
ProcVersionSignature: Ubuntu 3.0.0-19.33-generic 3.0.27
Uname: Linux 3.0.0-19-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Tue May  8 23:31:22 2012
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: shotwell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 oneiric running-unity

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

Title:
  recuperar fotos de shotwell en archivos perdidos

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

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


[Bug 996787] Re: recuperar fotos de shotwell en archivos perdidos

2012-05-08 Thread gonzalo fernandez
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/996787

Title:
  recuperar fotos de shotwell en archivos perdidos

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

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


[Bug 995311] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 126

2012-05-05 Thread gonzalo
Public bug reported:

Allways when i can install or uninstall a package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic-pae 3.2.14
Uname: Linux 3.2.0-24-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sat May  5 21:48:27 2012
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 126
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: samba4
Title: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: 
el subproceso instalado el script post-installation devolvió el código de 
salida de error 126
UpgradeStatus: Upgraded to precise on 2012-04-28 (7 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 126

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

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

[Bug 995311] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 126

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

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  el subproceso instalado el script post-installation devolvió el código
  de salida de error 126

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

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

[Bug 991593] [NEW] package udisks 1.0.4-5ubuntu2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
Public bug reported:

There was a problem when the package udisks tryied to install

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: udisks 1.0.4-5ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
CurrentDmesg: [   84.512010] wlan0: no IPv6 routers present
Date: Sun Apr 29 22:21:01 2012
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
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 002 Device 002: ID 046d:c03f Logitech, Inc. M-BT85 [UltraX Optical Mouse]
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic 
root=UUID=f5794f3d-0728-42a0-9d13-6d7d47128f10 ro quiet splash vt.handoff=7
SourcePackage: udisks
Title: package udisks 1.0.4-5ubuntu2 failed to install/upgrade: ErrorMessage: 
dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)
dmi.bios.date: 12/17/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS P5N-MX ACPI BIOS Revision 0202
dmi.board.name: P5N-MX
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSP5N-MXACPIBIOSRevision0202:bd12/17/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N-MX:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: apport-package i386 precise

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

Title:
  package udisks 1.0.4-5ubuntu2 failed to install/upgrade: ErrorMessage:
  dependency problems - leaving unconfigured

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

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


[Bug 991593] Re: package udisks 1.0.4-5ubuntu2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991593

Title:
  package udisks 1.0.4-5ubuntu2 failed to install/upgrade: ErrorMessage:
  dependency problems - leaving unconfigured

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

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


[Bug 991599] [NEW] package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
Public bug reported:

problems installing xserver-xorg-video-cirrus package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-cirrus 1:1.3.2-4build1
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun Apr 29 22:21:28 2012
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: xserver-xorg-video-cirrus
Title: package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to 
install/upgrade: ErrorMessage: dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)

** Affects: xserver-xorg-video-cirrus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to
  install/upgrade: ErrorMessage: dependency problems - leaving
  unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-cirrus/+bug/991599/+subscriptions

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


[Bug 991599] Re: package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991599

Title:
  package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to
  install/upgrade: ErrorMessage: dependency problems - leaving
  unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-cirrus/+bug/991599/+subscriptions

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


[Bug 991598] [NEW] package brltty 4.3-1ubuntu5 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
Public bug reported:

problems instlling brltty package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: brltty 4.3-1ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun Apr 29 22:20:06 2012
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: brltty
Title: package brltty 4.3-1ubuntu5 failed to install/upgrade: ErrorMessage: 
dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package brltty 4.3-1ubuntu5 failed to install/upgrade: ErrorMessage:
  dependency problems - leaving unconfigured

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

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


[Bug 991598] Re: package brltty 4.3-1ubuntu5 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991598

Title:
  package brltty 4.3-1ubuntu5 failed to install/upgrade: ErrorMessage:
  dependency problems - leaving unconfigured

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

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


[Bug 991596] [NEW] package xserver-xorg-input-wacom 1:0.14.0-0ubuntu2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
Public bug reported:

problems inatalling xf86-input-wacom package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-input-wacom 1:0.14.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun Apr 29 22:21:41 2012
DistroCodename: precise
DistroVariant: ubuntu
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: xf86-input-wacom
Title: package xserver-xorg-input-wacom 1:0.14.0-0ubuntu2 failed to 
install/upgrade: ErrorMessage: dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise ubuntu

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

Title:
  package xserver-xorg-input-wacom 1:0.14.0-0ubuntu2 failed to
  install/upgrade: ErrorMessage: dependency problems - leaving
  unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/991596/+subscriptions

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


[Bug 991596] Re: package xserver-xorg-input-wacom 1:0.14.0-0ubuntu2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991596

Title:
  package xserver-xorg-input-wacom 1:0.14.0-0ubuntu2 failed to
  install/upgrade: ErrorMessage: dependency problems - leaving
  unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/991596/+subscriptions

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


[Bug 991597] [NEW] package xserver-xorg-video-siliconmotion 1:1.7.5-1build2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
Public bug reported:

problems installing xserver-xorg-video-siliconmotion package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-siliconmotion 1:1.7.5-1build2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun Apr 29 22:21:15 2012
DistroCodename: precise
DistroVariant: ubuntu
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: xserver-xorg-video-siliconmotion
Title: package xserver-xorg-video-siliconmotion 1:1.7.5-1build2 failed to 
install/upgrade: ErrorMessage: dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)

** Affects: xserver-xorg-video-siliconmotion (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise ubuntu

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

Title:
  package xserver-xorg-video-siliconmotion 1:1.7.5-1build2 failed to
  install/upgrade: ErrorMessage: dependency problems - leaving
  unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-siliconmotion/+bug/991597/+subscriptions

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


[Bug 991595] [NEW] package linux-image-generic 3.2.0.24.26 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
Public bug reported:

problems installing linux package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: linux-image-generic 3.2.0.24.26
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gonzalo1918 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xefff4000 irq 23'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,10438290,00100101'
   Controls  : 34
   Simple ctrls  : 18
CurrentDmesg: [   84.512010] wlan0: no IPv6 routers present
Date: Sun Apr 29 22:27:47 2012
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
HibernationDevice: RESUME=/dev/sda5
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
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 002 Device 002: ID 046d:c03f Logitech, Inc. M-BT85 [UltraX Optical Mouse]
MachineType: System manufacturer System Product Name
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-17-generic 
root=UUID=f5794f3d-0728-42a0-9d13-6d7d47128f10 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 1.99-21ubuntu3
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
StagingDrivers: zram
Title: package linux-image-generic 3.2.0.24.26 failed to install/upgrade: 
ErrorMessage: dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)
dmi.bios.date: 12/17/2007
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS P5N-MX ACPI BIOS Revision 0202
dmi.board.name: P5N-MX
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSP5N-MXACPIBIOSRevision0202:bd12/17/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5N-MX:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: apport-package i386 precise staging

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

Title:
  package linux-image-generic 3.2.0.24.26 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

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

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


[Bug 991597] Re: package xserver-xorg-video-siliconmotion 1:1.7.5-1build2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991597

Title:
  package xserver-xorg-video-siliconmotion 1:1.7.5-1build2 failed to
  install/upgrade: ErrorMessage: dependency problems - leaving
  unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-siliconmotion/+bug/991597/+subscriptions

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


[Bug 991595] Re: package linux-image-generic 3.2.0.24.26 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991595

Title:
  package linux-image-generic 3.2.0.24.26 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

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

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


[Bug 991603] [NEW] package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2012-04-29 Thread Gonzalo Diaz
Public bug reported:

problems installing xserver-xorg-video-cirrus package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-video-cirrus
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun Apr 29 22:21:28 2012
ErrorMessage: ErrorMessage: dependency problems - leaving unconfigured
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: xserver-xorg-video-cirrus
Title: package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to 
install/upgrade: ErrorMessage: dependency problems - leaving unconfigured
UpgradeStatus: Upgraded to precise on 2012-04-30 (0 days ago)

** Affects: xserver-xorg-video-cirrus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package xserver-xorg-video-cirrus 1:1.3.2-4build1 failed to
  install/upgrade: ErrorMessage: dependency problems - leaving
  unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-cirrus/+bug/991603/+subscriptions

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


  1   2   3   4   >