[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-05-18 Thread Dani Llewellyn
I've updated the PR with a fix for this ugly message

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

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


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

[Bug 1719143] Re: Unable to calibrate monitors through Gnome Control Center->Color [calibration failed with code 1: no sensor->get_sample]

2022-05-13 Thread Dani Llewellyn
** Tags added: jammy

** Tags added: xorg-session

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

Title:
  Unable to calibrate monitors through Gnome Control Center->Color
  [calibration failed with code 1: no sensor->get_sample]

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


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

Re: Question to flavors: touch-base on flavor participation for 22.10!

2022-05-11 Thread Dani Llewellyn
Hi,

I've been given permission by Martin (Wimpy) Wimpress to confirm that
Ubuntu MATE is participating this cycle.

Dani Llewellyn (for Ubuntu MATE)

On Wed, 11 May 2022 at 10:40, Graham Inggs  wrote:

> Hello flavors!
>
> As we do around the start of every new cycle, I am reaching out to all
> the current official Ubuntu flavors to confirm active participation in
> the upcoming Ubuntu release - 22.10.
>
> Working towards a release requires a lot of effort, so we'd like to
> make sure all the flavors are ready, properly staffed and have enough
> time allocated to make 22.10 happen for their users. This is why,
> similarly to last year, I will need a confirmation follow-up message
> about kinetic participation from every flavor, that is:
>
>  * Kubuntu
>  * Xubuntu
>  * Ubuntu Studio
>  * Lubuntu
>  * Ubuntu Kylin
>  * Ubuntu MATE
>  * Ubuntu Budgie
>
> If you have any concerns regarding your participation, feel free to
> reach out to me or anyone else from the ubuntu-release team.
>
> Thank you!
>
> Graham
>
> --
> ubuntu-devel mailing list
> ubuntu-devel@lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
>
-- 
ubuntu-devel mailing list
ubuntu-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel


[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-05-03 Thread Dani Llewellyn
** Also affects: xdg-utils via
   https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/10
   Importance: Unknown
   Status: Unknown

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

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


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

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-29 Thread Dani Llewellyn
Why in stock Ubuntu and not Kubuntu, I think is because the offending
code is inside functions that are named as though only KDE is supposed
to use them. For example, the default browser break is inside a function
named `check_browser_kde()`. There might be some logic to determine that
your stock Ubuntu, even if it is currently running a KDE session,
supports testing via the gnome code paths: i.e. via
`check_browser_gnome()`

With regards to bash specifics inside a project declaring /bin/sh as the
interpreter I would guess it is a bug that has crept through without
being caught. The upstream project likely wants to remain portable and
not rely on BASH so they probably should drop the BASH-isms.

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

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


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

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-29 Thread Dani Llewellyn
There is also a similar statement that needs fixing for DASH on line
1090:

if [ x"!" == x"${binary:0:1}" ]; then


** Changed in: xdg-utils (Ubuntu)
   Status: New => Confirmed

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

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


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

[Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-04-28 Thread Dani Llewellyn
Can you try replacing the line with:

if [ x"!" == x"$(printf %.1s "$browser")" ]; then

and reverting back to dash? I think this might work in most posix
shells, without requiring to move to bash.

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

Title:
  "xdg-settings check default-web-browser something.desktop" fails in
  Kubuntu 22.04: Bad substitution

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


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

[Bug 1943369] Re: mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

2021-12-09 Thread Dani Llewellyn
Unless I've done something wrong in my local build, I do not believe the
patch fixes the problem :-(

Edit: though the patch I have been testing is to mate-screensaver, while
the fix that Wimpy is working with appears to be related to mate-menus
directly.

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

Title:
  mate-screensaver crashed with SIGSEGV in matemenu_tree_item_ref()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-menus/+bug/1943369/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-12-01 Thread Dani Llewellyn
Based on Mauro's report, and my own testing revealing no issues and
showing that the initial reported problem is fixed by the package, I'm
marking as verification-done.

** Tags removed: verification-needed verification-needed-impish
** Tags added: verification-done-impish

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
@Brian It looks like the change from version `build1ubuntu1` to
`ubuntu1` has prevented the update to be recognised as an upgradable
package. (The current version in the archive is `0.8.4-1build1`) That is
unless I'm jumping the gun too quickly, and the package still needs to
work its way through infrastructure to the repo (entirely plausible :-))

It looks like you made this change in your 1) above:

1) Fixed the package version number to 0.8.4-1ubuntu1

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
** Changed in: libayatana-indicator (Ubuntu Impish)
   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/1733301

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-30 Thread Dani Llewellyn
@seb128, please tell us what information is missing when you mark a bug
as "incomplete" because without doing so it looks like you're just
trying to trigger the automatic closure because you don't want to bother
fixing a bug.

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-25 Thread Dani Llewellyn
** Description changed:

  [Impact]
  
   * Images loaded from filename that are not the right scale/size to
     for their target location in the UI are shown at their original
     scale/size. This means that images can be oversized in the MATE
     panel.
  
   * This impacts any application using the system tray on Ubuntu MATE
     that are describing the icon for the tray by file path instead of
     a stock icon name. Suck apps include most desktop Snap Packages.
  
   * The patch fixes this issue by applying a scaling process to any
     icons loaded by explicit path. Stock images are unaffected.
  
  [Test Plan]
  
   * Install Ubuntu Mate
  
   * Install utm-no from the Snap Store
  
   * Launch utm-no and observe whether the tray shows a small square
     purple icon for the app (correct) or a large purple rectangle
     (wrong)
  
  [Where problems could occur]
  
   * Due to being a base system library then images and icons might
     fail to load across the operating system, or be incorrectly
-scaled
+    scaled
  
-  * The patch could not fix the problem as described
+  * The patch could be insufficient to fix the problem as described
  
  [Other Info]
  
   * This patch has been applied upstream, and I have been running
     a patched installation for several weeks without issue
  
  --- original description below ---
  
  System: Ubuntu MATE 17.10 64bit
  Kernel: 4.13.0-16-generic
  indicator-applet-complete: 1.18.0
  
  It appears that some icons on the indicator applet complete cannot scale well.
  I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.
  
  As a side note, same icon scales well on Ubuntu 17.10 (gnome session),
  Kubuntu 17.10, and Ubuntu-Mate 16.04.

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libayatana-indicator/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-11-19 Thread Dani Llewellyn
** Description changed:

+ [Impact]
+ 
+  * Images loaded from filename that are not the right scale/size to
+for their target location in the UI are shown at their original
+scale/size. This means that images can be oversized in the MATE
+panel.
+ 
+  * This impacts any application using the system tray on Ubuntu MATE
+that are describing the icon for the tray by file path instead of
+a stock icon name. Suck apps include most desktop Snap Packages.
+ 
+  * The patch fixes this issue by applying a scaling process to any
+icons loaded by explicit path. Stock images are unaffected.
+ 
+ [Test Plan]
+ 
+  * Install Ubuntu Mate
+ 
+  * Install utm-no from the Snap Store
+ 
+  * Launch utm-no and observe whether the tray shows a small square
+purple icon for the app (correct) or a large purple rectangle
+(wrong)
+ 
+ [Where problems could occur]
+ 
+  * Due to being a base system library then images and icons might
+fail to load across the operating system
+ 
+  * The patch could not fix the problem as described
+ 
+ [Other Info]
+  
+  * This patch has been applied upstream, and I have been running
+a patched installation for several weeks without issue
+ 
+ 
+ --- original description below ---
+ 
  System: Ubuntu MATE 17.10 64bit
  Kernel: 4.13.0-16-generic
  indicator-applet-complete: 1.18.0
  
- It appears that some icons on the indicator applet complete cannot scale 
well. 
- I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.  
+ It appears that some icons on the indicator applet complete cannot scale well.
+ I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.
  
  As a side note, same icon scales well on Ubuntu 17.10 (gnome session),
  Kubuntu 17.10, and Ubuntu-Mate 16.04.

** Description changed:

  [Impact]
  
-  * Images loaded from filename that are not the right scale/size to
-for their target location in the UI are shown at their original
-scale/size. This means that images can be oversized in the MATE
-panel.
+  * Images loaded from filename that are not the right scale/size to
+    for their target location in the UI are shown at their original
+    scale/size. This means that images can be oversized in the MATE
+    panel.
  
-  * This impacts any application using the system tray on Ubuntu MATE
-that are describing the icon for the tray by file path instead of
-a stock icon name. Suck apps include most desktop Snap Packages.
+  * This impacts any application using the system tray on Ubuntu MATE
+    that are describing the icon for the tray by file path instead of
+    a stock icon name. Suck apps include most desktop Snap Packages.
  
-  * The patch fixes this issue by applying a scaling process to any
-icons loaded by explicit path. Stock images are unaffected.
+  * The patch fixes this issue by applying a scaling process to any
+    icons loaded by explicit path. Stock images are unaffected.
  
  [Test Plan]
  
-  * Install Ubuntu Mate
+  * Install Ubuntu Mate
  
-  * Install utm-no from the Snap Store
+  * Install utm-no from the Snap Store
  
-  * Launch utm-no and observe whether the tray shows a small square
-purple icon for the app (correct) or a large purple rectangle
-(wrong)
+  * Launch utm-no and observe whether the tray shows a small square
+    purple icon for the app (correct) or a large purple rectangle
+    (wrong)
  
  [Where problems could occur]
  
-  * Due to being a base system library then images and icons might
-fail to load across the operating system
+  * Due to being a base system library then images and icons might
+    fail to load across the operating system, or be incorrectly
+scaled
  
-  * The patch could not fix the problem as described
+  * The patch could not fix the problem as described
  
  [Other Info]
-  
-  * This patch has been applied upstream, and I have been running
-a patched installation for several weeks without issue
  
+  * This patch has been applied upstream, and I have been running
+    a patched installation for several weeks without issue
  
  --- original description below ---
  
  System: Ubuntu MATE 17.10 64bit
  Kernel: 4.13.0-16-generic
  indicator-applet-complete: 1.18.0
  
  It appears that some icons on the indicator applet complete cannot scale well.
  I tried this on multiple computers and fresh installations, and I can 
reproduce it 100% of the times. Icon on attached screenshot is from synology 
cloudstation drive.
  
  As a side note, same icon scales well on Ubuntu 17.10 (gnome session),
  Kubuntu 17.10, and Ubuntu-Mate 16.04.

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

Title:
  indicator-applet-complete 

[Bug 1947905] Re: mate-screensaver SegFault when it autostarts. Prevents system from sleeping or exiting sleep

2021-11-19 Thread Dani Llewellyn
** Patch added: "Patch from upstream PR #262 which purportedly fixes this issue"
   
https://bugs.launchpad.net/ubuntu/+source/mate-screensaver/+bug/1947905/+attachment/5542155/+files/0001_gs-theme-manager-reload-on-menu_tree-changed.patch

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

Title:
  mate-screensaver SegFault when it autostarts. Prevents system from
  sleeping or exiting sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-menus/+bug/1947905/+subscriptions


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

[Bug 1946499] Re: SRU: GDebi - installation of deb-packages with gdebi-gtk not working at all

2021-10-29 Thread Dani Llewellyn
Brian, I've filled out the SRU template.

** Summary changed:

- installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to 
read filedescriptor flags for : 
Bad file descriptor" in gdebi terminal, package is not installed
+ SRU: GDebi - installation of deb-packages with gdebi-gtk not working at all

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

Title:
  SRU: GDebi - installation of deb-packages with gdebi-gtk not working
  at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-20 Thread Dani Llewellyn
The localisation changes were adjusting the translation files to match
the line numbers of the amended python source code. It was picked up
accidentally by my compiling in the checked-out source when testing the
fix - the compile generated new templates with the change. There are
zero changes made to the strings themselves, only the line numbers used
to generate the templates changed.

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-10-15 Thread Dani Llewellyn
** Patch added: "the libayatana code patch only, not a debdiff"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5533126/+files/1002_properly-scale-icons-loaded-by-filename.patch

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-10-15 Thread Dani Llewellyn
This fixes the issue for me

see the built package for impish at:
https://launchpad.net/~diddledani/+archive/ubuntu/mate-indicator-
applet-1733301

** Patch added: "patch to libayatana-indicator to correctly scale icons loaded 
by filename"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5533093/+files/libayatana-indicator-proper-scale-icons.debdiff

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1873565] Re: issue with TLS 1.2 session ticket handling as client during resumption

2021-10-14 Thread Dani Llewellyn
There's quite a lot that doesn't apply cleanly against the source in
bionic. I don't think I'm able to work through the issues with it
safely.

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

Title:
  issue with TLS 1.2 session ticket handling as client during resumption

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


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
For Norbert, this is the same debdiff without the localisation changes

** Patch added: "gdebi-no-ubuntu-specfics.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1946499/+attachment/5532985/+files/gdebi-no-ubuntu-specfics.debdiff

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
https://launchpad.net/~diddledani/+archive/ubuntu/gdebi-
fix-1946499/+packages contains my patch above (the debdiff of gdebi) for
reference once it's built by LP.

I agree that downgrading VTE is not gonna fly. We might be able to
convince SRU managers to rebuild without the patch now it's not needed,
but won't convince them on an outright downgrade.

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
With this patch we can drop the 91_keep_fds.patch in vte

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file descriptor" in gdebi t

2021-10-14 Thread Dani Llewellyn
Identical to patch added to #1756238.

** Patch added: "Patch to drop ubuntu-specific hack from gdebi because it is 
not needed any more"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1946499/+attachment/5532964/+files/gdebi-no-ubuntu-specfics.debdiff

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

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


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

[Bug 1756238] Re: gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

2021-10-14 Thread Dani Llewellyn
@Marco Trevisan (@3v1n0) With this change, the 91_keep_fds.patch in vte
can be dropped

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

Title:
  gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

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


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

[Bug 1756238] Re: gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

2021-10-14 Thread Dani Llewellyn
** Patch added: "Patch to drop ubuntu-specific hack from gdebi because it is 
not needed any more"
   
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1756238/+attachment/5532963/+files/gdebi-no-ubuntu-specfics.debdiff

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

Title:
  gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

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


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

[Bug 1760433] Re: Icons disappear from Plank after updates.

2021-10-14 Thread Dani Llewellyn
** Also affects: plank (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: plank (Ubuntu)
   Status: New => Confirmed

** Tags added: bionic focal hirsute impish

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

Title:
  Icons disappear from Plank after updates.

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


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

[Bug 381017]

2021-10-06 Thread Dani
(In reply to Martin Stránský [:stransky] (ni? me) from comment #104)
> I can reproduce it with TB91.

+1

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

Title:
  Cannot drag attachment from mail attachment pane to desktop

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


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

[Bug 1916377] Re: ayatana-indicator-printers-service crashed with SIGSEGV in __GI_____strtol_l_internal()

2021-10-05 Thread Dani Llewellyn
** Changed in: ubuntu-mate
   Status: New => Confirmed

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

Title:
  ayatana-indicator-printers-service crashed with SIGSEGV in
  __GI_strtol_l_internal()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1916377/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
** Attachment added: "blue icon (telegram) is a square icon with the telegram 
logo, that is cropped off by the systray"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529087/+files/cropped-icon-systray.png

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
** Attachment added: "purple region is a square icon"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529082/+files/wide-icon-systray2.jpg

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-29 Thread Dani Llewellyn
Yes. That's why I added the tags for focal and impish.


** Attachment added: "purple region is a square icon"
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+attachment/5529081/+files/wide-icon-systray.jpg

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

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1733301] Re: indicator-applet-complete 1.18.0 icon scaling

2021-09-28 Thread Dani Llewellyn
Norbert, please don't mark issues as incomplete unless you state what
information you think is missing.

** Tags added: focal impish

** Changed in: mate-indicator-applet (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/1733301

Title:
  indicator-applet-complete 1.18.0 icon scaling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1733301/+subscriptions


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

[Bug 1776835] Re: tray icons in indicator applet area are cropped instead of scaled

2021-09-28 Thread Dani Llewellyn
*** This bug is a duplicate of bug 1733301 ***
https://bugs.launchpad.net/bugs/1733301

** This bug has been marked a duplicate of bug 1733301
   indicator-applet-complete 1.18.0 icon scaling

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

Title:
  tray icons in indicator applet area are cropped instead of scaled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1776835/+subscriptions


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

[Bug 1776835] Re: tray icons in indicator applet area are cropped instead of scaled

2021-09-28 Thread Dani Llewellyn
*** This bug is a duplicate of bug 1733301 ***
https://bugs.launchpad.net/bugs/1733301

** Also affects: mate-indicator-applet (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/1776835

Title:
  tray icons in indicator applet area are cropped instead of scaled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1776835/+subscriptions


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

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
** Patch added: "*jsut* the upstream patch without the debian changelog mod"
   
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+attachment/5528515/+files/1001-snapped-apps-fix.patch

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
** Patch added: "add-upstream-patch.patch"
   
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+attachment/5528514/+files/add-upstream-patch.patch

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1945234] [NEW] Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
Public bug reported:

From https://forum.snapcraft.io/t/snapd-doesnt-allow-notification-
daemon-to-be-activatable/22912

Snapped applications are unable to trigger the mate-notification-daemon
due to the service file not specifying an assumed apparmor label so
apparmor does not know that it is unconfined and thus may receive the
dbus calls. Snapd specifies in the apparmor policy that the label must
be "unconfined".

I've filed an upstream PR to fix this at https://github.com/mate-
desktop/mate-notification-daemon/pull/201

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: mate-notification-daemon 1.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Mon Sep 27 20:05:15 2021
InstallationDate: Installed on 2021-09-21 (6 days ago)
InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Beta amd64 (20210921)
SourcePackage: mate-notification-daemon
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mate-notification-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug impish

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1945234] Re: Snapped apps are unable to trigger mate-notification-daemon

2021-09-27 Thread Dani Llewellyn
This likely affects all of Impish, Hirsute, Focal, Bionic, and Xenial
but I haven't validated the earlier releases.

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

Title:
  Snapped apps are unable to trigger mate-notification-daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mate-notification-daemon/+bug/1945234/+subscriptions


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

[Bug 1242743] Re: space before ";" breaks php.ini parsing

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019
and exits ESM in 2022. I vote we close this issue as WONTFIX (I don't
have permission to set WONTFIX status on 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/1242743

Title:
  space before ";" breaks php.ini parsing

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


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

[Bug 1266496] Re: extra "fi" in file

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019
and exits ESM in 2022. I vote we close this issue as WONTFIX for those
distributions (I don't have permission to set WONTFIX status on this
issue).

Is this still relevant on any currently-supported releases of Ubuntu?

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

Title:
  extra "fi" in file

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


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

[Bug 508220] Re: Lucid alpha 2: first 21 characters of Synaptic "Applying changes" status line are italic

2021-08-06 Thread Dani Llewellyn
This issue is for Lucid Lynx, which reached EOL in 2013 for desktop
packages. I vote we close this issue as WONTFIX (I don't have permission
to set WONTFIX status on 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/508220

Title:
  Lucid alpha 2: first 21 characters of Synaptic "Applying changes"
  status line are italic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/508220/+subscriptions


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

[Bug 1298069] Re: On the internet slide During 14.04 install it uses the old Firefox Logo

2021-08-06 Thread Dani Llewellyn
This issue is for Trusty Tahr, which ended mainstream support in 2019
and exits ESM in 2022. I vote we close this issue as WONTFIX (I don't
have permission to set WONTFIX status on 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/1298069

Title:
  On the internet slide During 14.04 install it uses the old Firefox
  Logo

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


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

[Bug 1243207] Re: remove emacs23 during the trusty cycle

2021-08-06 Thread Dani Llewellyn
This issue is about Trusty Tahr, which ended Mainstream support in 2019
and exited ESM in 2021. I vote that we close this issue as WONTFIX (I
don't have permission to set a WONTFIX status).

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

Title:
  remove emacs23 during the trusty cycle

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


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

[Bug 1198882] Re: __toString() which stores $this reference triggers segfault

2021-08-06 Thread Dani Llewellyn
This bug is for a version of PHP5 in Precise Pangolin, which exited
mainstream support in 2017, and ended ESM in 2019. I vote that this bug
be closed as WONTFIX (I don't have permission to set WONTFIX on this
issue).

** Tags added: precise

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

Title:
  __toString() which stores $this reference triggers segfault

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


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

[Bug 778627] Re: bash completion now quotes shell variable references rather than expanding them

2021-06-26 Thread dani
I still get \$HOME when pressing Tab in bash 5.0 & 5.1 (ubuntu 20.4)
Can the bug we reopened?

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

Title:
  bash completion now quotes shell variable references rather than
  expanding them

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

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

[Bug 1917705] Re: "profile will be deleted" at startup after chromium 89 update

2021-03-05 Thread Dani G
I am a happy user of the Ubuntu systems "account online" service  happy, so 
far I think .. or maybe not now?!?
it makes me think that between now and March 15 we could all be left on foot 
... but what is Google? Did she start strangling her babies one after another?

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

Title:
  "profile will be deleted" at startup after chromium 89 update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1917705/+subscriptions

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

[Bug 1910555] Re: Driver build error on kernel 5.8, but works on 5.4

2021-01-11 Thread Dani Hilfe
Same here, from last update of kernel (5.4 to 5.8) the controller for
BCM4352 doesnt't work. I fix it reinstalling the package bcmwl-kernel-
source from http://mirrors.kernel.org/ubuntu/pool/restricted/b/bcmwl
/bcmwl-kernel-source_6.30.223.271+bdcom-0ubuntu7_amd64.deb

Hope future updates will be fixed.

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

Title:
  Driver build error on kernel 5.8, but works on 5.4

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

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

[Bug 1902135] [NEW] package openssh-server 1:8.2p1-4ubuntu0.1 failed to install/upgrade: el subproceso instalado paquete openssh-server script post-installation devolvió el código de salida de error 1

2020-10-29 Thread Dani Sojo
Public bug reported:

just following the installation guide
https://community.home-assistant.io/t/installing-home-assistant-supervised-on-debian-10/200253

it crashed installing openssh-server, because docker already have the
port 22 binded

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: openssh-server 1:8.2p1-4ubuntu0.1
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
AptOrdering:
 ncurses-term:amd64: Install
 openssh-sftp-server:amd64: Install
 openssh-server:amd64: Install
 ssh-import-id:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Oct 29 21:04:55 2020
ErrorMessage: el subproceso instalado paquete openssh-server script 
post-installation devolvió el código de salida de error 1
InstallationDate: Installed on 2020-10-29 (0 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
Missing privilege separation directory: /run/sshd
SourcePackage: openssh
Title: package openssh-server 1:8.2p1-4ubuntu0.1 failed to install/upgrade: el 
subproceso instalado paquete openssh-server script post-installation devolvió 
el código de salida de error 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: openssh (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/1902135

Title:
  package openssh-server 1:8.2p1-4ubuntu0.1 failed to install/upgrade:
  el subproceso instalado paquete openssh-server 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/openssh/+bug/1902135/+subscriptions

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

[Bug 1885444] Re: Suspend/sleep waits 30 seconds

2020-09-01 Thread Dani
Same problem.
I uninstalled the screen saver and the suspension is immediate.

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

Title:
  Suspend/sleep waits 30 seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-screensaver/+bug/1885444/+subscriptions

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

[Bug 1886059] Re: gnome-shell crashed with assertion failure "!xcb_xlib_threads_sequence_lost" [xcb_io.c:260]

2020-08-09 Thread Dani
I don't know if this can help, but for me, the fail only happens after
login and then I never see it again.

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

Title:
  gnome-shell crashed with assertion failure
  "!xcb_xlib_threads_sequence_lost" [xcb_io.c:260]

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

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

[Bug 1877075] Re: gnome-shell crashed at xcb_io.c:260: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost'' failed

2020-08-08 Thread Dani
I'm running mutter version 3.36.3-0ubuntu0.20.04.1 but I still have the
same problem.

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

Title:
  gnome-shell crashed at xcb_io.c:260: poll_for_event: Assertion
  `!xcb_xlib_threads_sequence_lost'' failed

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

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

[Bug 1882524] [NEW] [CF-53DA502FW, Realtek ALC269VB, Speaker, Internal] Playback problem

2020-06-08 Thread dani k
Public bug reported:

i have no audio from speakers in my laptop but i have audio output on hdmi. i 
have another harddrive with windows 7 on it and the speakers work correctly on 
that. they used to work on this distro
Description:Ubuntu 20.04 LTS
Release:20.04

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dani   1677 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Mon Jun  8 12:59:05 2020
InstallationDate: Installed on 2020-03-24 (75 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Speaker, Internal
Symptom_Type: Only some of outputs are working
Title: [CF-53DA502FW, Realtek ALC269VB, Speaker, Internal] Playback problem
UpgradeStatus: Upgraded to focal on 2020-05-16 (22 days ago)
dmi.bios.date: 05/25/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.00L15
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: CF53-1
dmi.board.vendor: Panasonic Corporation
dmi.board.version: 1
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 10
dmi.chassis.vendor: Panasonic Corporation
dmi.chassis.version: 001
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.00L15:bd05/25/2012:svnPanasonicCorporation:pnCF-53DA502FW:pvr001:rvnPanasonicCorporation:rnCF53-1:rvr1:cvnPanasonicCorporation:ct10:cvr001:
dmi.product.family: CF53-1
dmi.product.name: CF-53DA502FW
dmi.product.sku: CF-53DA502FW
dmi.product.version: 001
dmi.sys.vendor: Panasonic Corporation

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [CF-53DA502FW, Realtek ALC269VB, Speaker, Internal] Playback problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1882524/+subscriptions

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

[Bug 1860366] Re: Unable to install group of packages with `sudo apt install language-pack-*` (star or asterisk at the end of package names)

2020-05-28 Thread Dani G
** Also affects: apt
   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/1860366

Title:
  Unable to install group of packages with `sudo apt install language-
  pack-*` (star or asterisk at the end of package names)

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

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

[Bug 1879615] Re: headset microphone not working

2020-05-20 Thread dani
I tried:

Settings > Sound > Output > Configuration = Headset Head Unit
(HSP/HFP)

but it does not work either

thanks

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

Title:
  headset microphone not working

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

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

[Bug 1879615] [NEW] headset microphone not working

2020-05-19 Thread dani
Public bug reported:

I can here sound in my bluetooth headsets (I tried several)
but I cannot make the microphone work

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: bluez 5.53-0ubuntu3
Uname: Linux 5.6.11-050611-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed May 20 07:29:30 2020
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-bionic-amd64-20180608-47+beaver-three-eyed-raven+X92
InstallationDate: Installed on 2019-11-13 (188 days ago)
InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
InterestingModules: rfcomm bnep btusb bluetooth
MachineType: Dell Inc. XPS 13 7390
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.6.11-050611-generic 
root=UUID=a07ae209-275c-4c8b-985d-ba52e5f7f214 ro quiet splash 
mem_sleep_default=deep vt.handoff=7
SourcePackage: bluez
UpgradeStatus: Upgraded to focal on 2020-05-13 (6 days ago)
dmi.bios.date: 03/26/2020
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.5.1
dmi.board.name: 0G2D0W
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd03/26/2020:svnDellInc.:pnXPS137390:pvr:rvnDellInc.:rn0G2D0W:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 7390
dmi.product.sku: 0962
dmi.sys.vendor: Dell Inc.
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 4C:1D:96:DA:9E:12  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN ISCAN 
RX bytes:130281 acl:173 sco:0 events:15048 errors:0
TX bytes:4105451 acl:5549 sco:12 commands:8979 errors:0

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


** Tags: amd64 apport-bug focal

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

Title:
  headset microphone not working

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

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

[Bug 381017]

2019-12-02 Thread Dani
That would be great...
+1

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

Title:
  Cannot drag attachment from mail attachment pane to desktop

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

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

[Bug 381017]

2019-12-02 Thread Dani
+1  Romano Giannetti 
Suggestion: ditch the thing completely. Remove drag and drop. For good.

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

Title:
  Cannot drag attachment from mail attachment pane to desktop

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

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

[Bug 381017]

2019-12-02 Thread Dani
The same:
Also I have found this bug with:
- Thunderbird 52.9.0
- Thunar 1.6.11 (the package depends on libgtk2.0-0 package)
- Debian 9.4
- Xfce 4.12

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

Title:
  Cannot drag attachment from mail attachment pane to desktop

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

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

[Bug 1854486] [NEW] cannot build with jhbuild due to libxml2

2019-11-29 Thread dani
Public bug reported:

I have ubuntu 19.10
If I do:
 jhbuild build yelp-xsl

I get "ModuleNotFoundError: No module named 'libxml2'

thanks

itstool -o "yelp-xsl.xml" -j 
"/home/dani/jhbuild/checkout/yelp-xsl/xslt/common/domains/yelp-xsl.xml.in" 
af.mo ar.mo as.mo ast.mo be.mo b...@latin.mo bg.mo bn.mo bn_IN.mo bs.mo ca.mo 
c...@valencia.mo cs.mo cy.mo da.mo de.mo dz.mo el.mo en_CA.mo en_GB.mo 
e...@shaw.mo eo.mo es.mo et.mo eu.mo fa.mo fi.mo fr.mo fur.mo ga.mo gd.mo gl.mo 
gu.mo he.mo hi.mo hr.mo hu.mo id.mo is.mo it.mo ja.mo ka.mo kk.mo km.mo kn.mo 
ko.mo ky.mo lt.mo lv.mo mai.mo mg.mo mk.mo ml.mo mn.mo mr.mo nb.mo ne.mo nl.mo 
nn.mo oc.mo or.mo pa.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo rw.mo si.mo sk.mo 
sl.mo sq.mo sr.mo s...@latin.mo sv.mo ta.mo te.mo tg.mo th.mo tr.mo ug.mo uk.mo 
uz.mo u...@cyrillic.mo vi.mo wa.mo zh_CN.mo zh_HK.mo zh_TW.mo; \
rm af.mo ar.mo as.mo ast.mo be.mo b...@latin.mo bg.mo bn.mo bn_IN.mo bs.mo 
ca.mo c...@valencia.mo cs.mo cy.mo da.mo de.mo dz.mo el.mo en_CA.mo en_GB.mo 
e...@shaw.mo eo.mo es.mo et.mo eu.mo fa.mo fi.mo fr.mo fur.mo ga.mo gd.mo gl.mo 
gu.mo he.mo hi.mo hr.mo hu.mo id.mo is.mo it.mo ja.mo ka.mo kk.mo km.mo kn.mo 
ko.mo ky.mo lt.mo lv.mo mai.mo mg.mo mk.mo ml.mo mn.mo mr.mo nb.mo ne.mo nl.mo 
nn.mo oc.mo or.mo pa.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo rw.mo si.mo sk.mo 
sl.mo sq.mo sr.mo s...@latin.mo sv.mo ta.mo te.mo tg.mo th.mo tr.mo ug.mo uk.mo 
uz.mo u...@cyrillic.mo vi.mo wa.mo zh_CN.mo zh_HK.mo zh_TW.mo)
Traceback (most recent call last):
  File "/usr/bin/itstool", line 27, in 
import libxml2
ModuleNotFoundError: No module named 'libxml2'

** Affects: yelp-xsl (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/1854486

Title:
  cannot build with jhbuild due to libxml2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yelp-xsl/+bug/1854486/+subscriptions

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

[Bug 1844384] Re: Display bug with kernel 5.2/5.3 on Dell XPS 13

2019-10-28 Thread Dani
I have the same XPS 13 model and I can confirm this, happened to me when
I updated Ubuntu to 19.04 to 19.10 (went from 5.0 to 5.2 i think) and I
started to have worst visual glitches. My screen freezes  (not my system
because if i have a secondary display works fine) with heavy and a
distorted image. I switched to Manjaro to try if the issues continued
and they did, same as i had with Ubuntu. I can attach screenshots lates
if someone is interested. Im willing to help with anything you guys
want.

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

Title:
  Display bug with kernel 5.2/5.3 on Dell XPS 13

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

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

[Bug 1813751] Re: memory leak in glusterfs-client 3.13.2-1build1

2019-05-13 Thread Dani García
Hi,

Same problem here using the same version in Ubuntu 18.04. While using
rsync on big directories I get OOM error because of it.

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

Title:
  memory leak in glusterfs-client 3.13.2-1build1

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

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

[Bug 1776857] Re: update strongswan-ikev2 package for ubuntu xenial

2018-06-18 Thread Dani
Bump, we would also welcome an update to 5.6.3 for the reasons listed
above.

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

Title:
  update strongswan-ikev2 package for ubuntu xenial

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

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

Re: [Bug 1722492] Re: package google-android-m2repository-installer 36 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2018-02-27 Thread Dani
Thank you very much!!

2018-02-26 17:42 GMT+01:00 dino99 <1722...@bugs.launchpad.net>:

> This is an unsupported release now. Please think to install the next LTS
> 'Bionic 18.04'
>
> http://cdimage.ubuntu.com/lubuntu-next/daily-live/current/
> https://www.omgubuntu.co.uk/2018/02/ubuntu-18-04-minimal-install-option
>
> ** Changed in: google-android-m2repository-installer (Ubuntu)
>Status: New => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1722492
>
> Title:
>   package google-android-m2repository-installer 36 failed to
>   install/upgrade: el subproceso instalado el script post-installation
>   devolvió el código de salida de error 1
>
> Status in google-android-m2repository-installer package in Ubuntu:
>   Invalid
>
> Bug description:
>   While installing packages via Synaptic, I got this error.
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.10
>   Package: google-android-m2repository-installer 36
>   ProcVersionSignature: Ubuntu 4.8.0-59.64-generic 4.8.17
>   Uname: Linux 4.8.0-59-generic i686
>   ApportVersion: 2.20.3-0ubuntu8.7
>   Architecture: i386
>   Date: Tue Oct 10 11:14:26 2017
>   ErrorMessage: el subproceso instalado el script post-installation
> devolvió el código de salida de error 1
>   InstallationDate: Installed on 2017-09-24 (15 days ago)
>   InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Release i386
> (20161012.1)
>   PackageArchitecture: all
>   RelatedPackageVersions:
>dpkg 1.18.10ubuntu1.1
>apt  1.3.5
>   SourcePackage: google-android-m2repository-installer
>   Title: package google-android-m2repository-installer 36 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)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/google-android-
> m2repository-installer/+bug/1722492/+subscriptions
>

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

Title:
  package google-android-m2repository-installer 36 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/google-android-m2repository-installer/+bug/1722492/+subscriptions

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

Re: [Tradutores-Ubuntu] Aplicativo git

2018-02-22 Thread Dani

Persoalmente véxo a lista ben.
Tamén o de commit -> acometer


Dani

On 22/02/18 09:15, Miguel Bouzada wrote:

segundo o Jordi Mas, en galego viría a ser:

Anglès   |  Català  |   Galego
#   -+-
#   ahead|  davant per  |   perante / diante de /ante
#   amend|  esmenar |   emendar
#   broken   |  malmès  |   estragado
#   delta|  diferència  |   diferencia
#   deprecated   |  en desús|   obsoleto / en desuso
#   dry  |  simulació   |   simulación
#   fatal|  fatal   |   fatal
#   hook |  lligam  |   vínculo
#   hunk |  tros|   anaco
#   not supported|  no està admès   |   non está admitido
#   repository   |  dipòsit |   repositorio
#   setting  |  paràmetre   |   parámetro
#   skip |  ometre  |   omitir
#   squelch  |  silenciar   |   silenciar
#   token|  testimoni   |   testemuña
#   unset|  desassignar |   desasignar

O 08:54 do 22 de febreiro de 2018, Miguel Bouzada <mbouz...@gmail.com>
escribiu:


Pois a min non me desagrada, pensemos que en catalán o «cometre» non
corresponde co noso «cometer», senón co noso «acometer» e que a RAG define
(na 3ª acepción) como: *Intentar levar a cabo*. Acometeron o negocio sen
saber os perigos aos que se expuñan.

O 21:55 do 21 de febreiro de 2018, Dani <d...@damufo.com> escribiu:


Boas:

Chámame a atención a tradución de commit (no catalá) =-O

Dani


On 21/02/18 20:03, Leandro Regueiro wrote:


Ola,
Debo dicir que me gusta a aproximación dos cataláns (a terminoloxía na
cabeceira do propio PO):
https://github.com/git/git/blob/master/po/ca.po#L6-L45


Saúdos

2018-02-21 19:58 GMT+01:00 Leandro Regueiro <leandro.regue...@gmail.com

:
Ola,
para o tema da terminoloxía algo hai en:

http://termos.trasno.gal/


Ademais quizais poidades tirar proveito das memorias de tradución de
Netbeans (hai dúas) que se non lembro mal tiña moitos termos deste
estilo:

http://trasno.gal/memorias-de-traducion/


Saúdos

2018-02-21 18:27 GMT+01:00 Miguel Bouzada <mbouz...@gmail.com>:


Ola.

Concordo co exposto por Dani. Tanto no que se refire o feito de se
paga a
pena de traducilo ou non como no que se refira á terminooxía.

Vexo que na tradución actual  non se seguen os acordos trasnegos ...

hint: %.*s → axuda: %.*s (consello, help → axuda])

file por arquivo no canto de por ficheiro

Usar a forma persoal «ti» no canto do imperativo de 3ª persoa

manter termos en inglés → «Non é posíbel executar cherry-picking
porque tes
arquivos sen fusionar.»,  «Non é posíbel realizar merge porque tes
arquivos
sen fusionar.», «Non é posíbel realizar pull porque tes arquivos sen
fusionar.»

empregar as comiñas simples inglesas no canto das comiñas latinas →
Corríxeos na árbore de traballo e emprega 'git add/rm ',
como sexa apropiado, para marcar a resolución e realizar un commit.

erros como «conflicto» (conflito),

Confundir o número (e o til) → Non concluistes a túa fusión (existe
MERGE_HEAD)

Por favor, faga un commit antes de fusionar. ( O por favor famoso :-))

Transliteración → Saíndo por unha fusión inconclusa.

E aquí todo un pouco mesturado
Nota: actualizando a árbore de traballo '%s'.

Atópaste en estado 'detached HEAD'. Podes revisar, facer cambios
experimentais e confirmalos, e podes descartar calquer commit
feite neste estado sen facer impacto na túa ṕola facendo outro
checkout.

Se queres crear unha nova póla para manter os commits creados,
podes facelo (agora ou despois) empregando -b co comando checkout.
Por exemplo:

git checkout -b <nome-da-nova-póla>

... todo iso nas 15 primeiras cadeas


Paréceme oportuno insistir no que dixo Dani... primeiro acordar termos
e
estilo, após traducir, aínda que se un usuario de git precisa a
tradución
non lle fío moito futuro :-)

O 16:15 do 21 de febreiro de 2018, Dani <d...@damufo.com> escribiu:

Boas Marcos:

Non sei até que punto pode pagar a pena traducir git.


En todo caso, na miña opinión habería que comezar por facer un
glosario
específico onde poñer os termos as súas traducións
commit
merge
branch
push
pull
diff
status
reset
checkout
clone
init
add
staged
amend
...
Aquí hai algo que igual che pode servir.
https://listas.mancomun.gal/pipermail/g11n/2009-May/001930.html

Aquí tes por exemplo a tradución fixada por trasno para commit-> envío
http://termos.trasno.gal/


Eu seguiría as instrucións aquí indicadas
https://github.com/git/git/tree/master/po
para logo crear o
gl.po

Para traducir empregaría poedit, virtaal, lokalize ou o que che sexa
máis
práctico e ir facendo envíos («commits») coas traducións


Dani

On 21/02/18 13:24, Marcos Horro Varela wrote:

Ola a todos,

Actualmente estou a traducir o aplicativo git, unha ferramenta que
serve
como control de versións e que ademais emp

Re: [Tradutores-Ubuntu] Aplicativo git

2018-02-21 Thread Dani

Boas Marcos:

Non sei até que punto pode pagar a pena traducir git.


En todo caso, na miña opinión habería que comezar por facer un glosario 
específico onde poñer os termos as súas traducións

commit
merge
branch
push
pull
diff
status
reset
checkout
clone
init
add
staged
amend
...
Aquí hai algo que igual che pode servir.
https://listas.mancomun.gal/pipermail/g11n/2009-May/001930.html

Aquí tes por exemplo a tradución fixada por trasno para commit-> envío
http://termos.trasno.gal/


Eu seguiría as instrucións aquí indicadas
https://github.com/git/git/tree/master/po
para logo crear o
gl.po

Para traducir empregaría poedit, virtaal, lokalize ou o que che sexa 
máis práctico e ir facendo envíos («commits») coas traducións



Dani

On 21/02/18 13:24, Marcos Horro Varela wrote:

Ola a todos,

Actualmente estou a traducir o aplicativo git, unha ferramenta que serve como 
control de versións e que ademais emprégase moito no ámbito informático. Non 
coñezo moi ben a dinámica do equipo de traduccións; de feito este é o primeiro 
correo. Eu o que estou a facer é crear novas suxerencias na páxina de 
translation LaunchPad [1], pero non sei se o estou a facer ben.
Grazas.

Saúdos,

[1] 
https://translations.launchpad.net/ubuntu/bionic/+source/git/+pots/git/gl/+translate





--
Ubuntu-l10n-gl mailing list
Ubuntu-l10n-gl@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-l10n-gl


[Bug 1741694] [NEW] package coreutils 8.25-2ubuntu2 [modified: bin/cat bin/chgrp bin/chmod bin/chown bin/cp bin/date bin/dd bin/df bin/dir bin/echo bin/false bin/ln bin/ls bin/mkdir bin/mknod bin/mkte

2018-01-06 Thread Dani
Public bug reported:

Im just trying to install 0 AD game. :(

ProblemType: Package
DistroRelease: Ubuntu 16.04
ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
Uname: Linux 4.4.0-104-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.13
Architecture: amd64
Date: Sat Jan  6 21:42:52 2018
DpkgTerminalLog:
 dpkg: erro ao processar o pacote coreutils (--configure):
  o pacote coreutils não está pronto para configuração
  não pode configurar (status actual `half-installed')
ErrorMessage: o pacote coreutils não está pronto para configuração  não pode 
configurar (status actual `half-installed')
InstallationDate: Installed on 2017-01-20 (351 days ago)
InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: coreutils
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package coreutils 8.25-2ubuntu2 [modified: bin/cat bin/chgrp bin/chmod
  bin/chown bin/cp bin/date bin/dd bin/df bin/dir bin/echo bin/false
  bin/ln bin/ls bin/mkdir bin/mknod bin/mktemp bin/mv bin/pwd
  bin/readlink bin/rm bin/rmdir bin/sleep bin/stty bin/sync bin/touch
  bin/true bin/uname bin/vdir usr/bin/basename usr/bin/dircolors
  usr/bin/hostid usr/bin/md5sum usr/bin/shuf usr/bin/stat usr/bin/stdbuf
  usr/bin/unlink usr/lib/x86_64-linux-gnu/coreutils/libstdbuf.so
  usr/sbin/chroot usr/share/doc/coreutils/changelog.Debian.gz
  usr/share/man/man1/arch.1.gz usr/share/man/man1/base32.1.gz
  usr/share/man/man1/base64.1.gz usr/share/man/man1/basename.1.gz
  usr/share/man/man1/cat.1.gz usr/share/man/man1/chcon.1.gz
  usr/share/man/man1/chgrp.1.gz usr/share/man/man1/chmod.1.gz
  usr/share/man/man1/chown.1.gz usr/share/man/man1/cksum.1.gz
  usr/share/man/man1/comm.1.gz usr/share/man/man1/cp.1.gz
  usr/share/man/man1/csplit.1.gz usr/share/man/man1/cut.1.gz
  usr/share/man/man1/date.1.gz usr/share/man/man1/dd.1.gz
  usr/share/man/man1/df.1.gz usr/share/man/man1/dir.1.gz
  usr/share/man/man1/dircolors.1.gz usr/share/man/man1/dirname.1.gz
  usr/share/man/man1/du.1.gz usr/share/man/man1/echo.1.gz
  usr/share/man/man1/env.1.gz usr/share/man/man1/expand.1.gz
  usr/share/man/man1/expr.1.gz usr/share/man/man1/factor.1.gz
  usr/share/man/man1/false.1.gz usr/share/man/man1/fmt.1.gz
  usr/share/man/man1/fold.1.gz usr/share/man/man1/groups.1.gz
  usr/share/man/man1/head.1.gz usr/share/man/man1/hostid.1.gz
  usr/share/man/man1/id.1.gz usr/share/man/man1/install.1.gz
  usr/share/man/man1/join.1.gz usr/share/man/man1/link.1.gz
  usr/share/man/man1/ln.1.gz usr/share/man/man1/logname.1.gz
  usr/share/man/man1/ls.1.gz usr/share/man/man1/md5sum.1.gz
  usr/share/man/man1/mkdir.1.gz usr/share/man/man1/mkfifo.1.gz
  usr/share/man/man1/mknod.1.gz usr/share/man/man1/mktemp.1.gz
  usr/share/man/man1/mv.1.gz usr/share/man/man1/nice.1.gz
  usr/share/man/man1/nl.1.gz usr/share/man/man1/nohup.1.gz
  usr/share/man/man1/nproc.1.gz usr/share/man/man1/numfmt.1.gz
  usr/share/man/man1/od.1.gz usr/share/man/man1/paste.1.gz
  usr/share/man/man1/pathchk.1.gz usr/share/man/man1/pinky.1.gz
  usr/share/man/man1/pr.1.gz usr/share/man/man1/printenv.1.gz
  usr/share/man/man1/printf.1.gz usr/share/man/man1/ptx.1.gz
  usr/share/man/man1/pwd.1.gz usr/share/man/man1/readlink.1.gz
  usr/share/man/man1/realpath.1.gz usr/share/man/man1/rm.1.gz
  usr/share/man/man1/rmdir.1.gz usr/share/man/man1/runcon.1.gz
  usr/share/man/man1/seq.1.gz usr/share/man/man1/sha1sum.1.gz
  usr/share/man/man1/sha224sum.1.gz usr/share/man/man1/sha256sum.1.gz
  usr/share/man/man1/sha384sum.1.gz usr/share/man/man1/sha512sum.1.gz
  usr/share/man/man1/shred.1.gz usr/share/man/man1/shuf.1.gz
  usr/share/man/man1/sleep.1.gz usr/share/man/man1/sort.1.gz
  usr/share/man/man1/split.1.gz usr/share/man/man1/stat.1.gz
  usr/share/man/man1/stdbuf.1.gz usr/share/man/man1/stty.1.gz
  usr/share/man/man1/sum.1.gz usr/share/man/man1/sync.1.gz
  usr/share/man/man1/tac.1.gz usr/share/man/man1/tail.1.gz
  usr/share/man/man1/tee.1.gz usr/share/man/man1/test.1.gz
  usr/share/man/man1/timeout.1.gz usr/share/man/man1/touch.1.gz
  usr/share/man/man1/tr.1.gz usr/share/man/man1/true.1.gz
  usr/share/man/man1/truncate.1.gz usr/share/man/man1/tsort.1.gz
  usr/share/man/man1/tty.1.gz usr/share/man/man1/uname.1.gz
  usr/share/man/man1/unexpand.1.gz usr/share/man/man1/uniq.1.gz
  usr/share/man/man1/unlink.1.gz usr/share/man/man1/users.1.gz
  usr/share/man/man1/vdir.1.gz usr/share/man/man1/wc.1.gz
  usr/share/man/man1/who.1.gz usr/share/man/man1/whoami.1.gz
  usr/share/man/man1/yes.1.gz usr/share/man/man8/chroot.8.gz] failed to
  install/upgrade: o pacote coreutils não está pronto para configuração
  não 

[Bug 1641290] Re: [04f3:0903] Elan Microelectronics Corp fingerprint reader not recognised

2017-11-09 Thread Dani
I'm confirming the same issue on Xiaomi Air 13 2017

lsusb -v output here: http://paste.ubuntu.com/25923923/


Linux 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 
x86_64 x86_64 GNU/Linux

Distributor ID: Ubuntu
Description:Ubuntu 17.10
Release:17.10
Codename:   artful

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

Title:
  [04f3:0903] Elan Microelectronics Corp fingerprint reader not
  recognised

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

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

[Bug 1723482] [NEW] qlcnic firmware hang detected kvm ganeti

2017-10-13 Thread Dani García
Public bug reported:

1) Ubuntu release:

Description:Ubuntu 16.04.3 LTS
Release:16.04

2) Package version:

* linux-image-extra-4.4.0-96-generic (4.4.0-96.119)
* Also with HWE kernel (4.10.x)

3) What I expect:

I have a 10G interface (HP NC523SFP 10Gb 2-port) in a HP ProLiant DL380p
Gen8, BIOS P70 07/01/2015. The interface is configured using the module
qlcnic and it works with the names ens2f0 and ens2f1. They also have
VLANs configured.

I have installed Ganeti software and bridges over those interfaces, br-
dmz over ens2f0 and br-str over ens2f1.

Everything should work without connectivity loss.

4) What happened instead:

The interface loses the connectivity from time to time, although it
recovers itself, with the following error:

Oct 12 18:23:14 mazinger kernel: [107906.678468] qlcnic :07:00.1: Pause 
control frames disabled on all ports
Oct 12 18:23:14 mazinger kernel: [107906.678470] qlcnic :07:00.0: Pause 
control frames disabled on all ports
Oct 12 18:23:14 mazinger kernel: [107906.678475] qlcnic :07:00.0: firmware 
hang detected
Oct 12 18:23:14 mazinger kernel: [107906.678482] qlcnic :07:00.0: Dumping 
hw/fw registers
Oct 12 18:23:14 mazinger kernel: [107906.678482] PEG_HALT_STATUS1: 0x40001502, 
PEG_HALT_STATUS2: 0x3e1f80,
Oct 12 18:23:14 mazinger kernel: [107906.678482] PEG_NET_0_PC: 0x6d920, 
PEG_NET_1_PC: 0x6d976,
Oct 12 18:23:14 mazinger kernel: [107906.678482] PEG_NET_2_PC: 0x149, 
PEG_NET_3_PC: 0x6edbe,
Oct 12 18:23:14 mazinger kernel: [107906.678482] PEG_NET_4_PC: 0x1e2f3
Oct 12 18:23:14 mazinger kernel: [107906.680107] qlcnic :07:00.1: firmware 
hang detected
Oct 12 18:23:14 mazinger kernel: [107906.680385] qlcnic :07:00.1: Dumping 
hw/fw registers
Oct 12 18:23:14 mazinger kernel: [107906.680385] PEG_HALT_STATUS1: 0x40001502, 
PEG_HALT_STATUS2: 0x3e1f80,
Oct 12 18:23:14 mazinger kernel: [107906.680385] PEG_NET_0_PC: 0x6d920, 
PEG_NET_1_PC: 0x6d976,
Oct 12 18:23:14 mazinger kernel: [107906.680385] PEG_NET_2_PC: 0x149, 
PEG_NET_3_PC: 0x6edbe,
Oct 12 18:23:14 mazinger kernel: [107906.680385] PEG_NET_4_PC: 0x1e2f3
Oct 12 18:23:14 mazinger kernel: [107906.695571] br-dmz: port 1(ens2f0.2) 
entered disabled state
Oct 12 18:23:15 mazinger kernel: [107907.690629] br-str: port 1(ens2f1.10) 
entered disabled state
Oct 12 18:23:16 mazinger kernel: [107908.706988] qlcnic :07:00.1: Detected 
state change from DEV_NEED_RESET, skipping ack check
Oct 12 18:23:17 mazinger kernel: [107909.423713] qlcnic :07:00.0 ens2f0: 
Dump data 15044136 bytes captured, dump data address = c900334c3000, 
template header size 36864 bytes, template address = c900193da000
Oct 12 18:23:21 mazinger kernel: [107912.800338] qlcnic :07:00.0: loading 
firmware from flash
Oct 12 18:23:27 mazinger kernel: [107919.137580] qlcnic :07:00.0: Driver 
v5.3.63, firmware v4.20.1
Oct 12 18:23:27 mazinger kernel: [107919.501555] qlcnic :07:00.1: Driver 
v5.3.63, firmware v4.20.1
Oct 12 18:23:28 mazinger kernel: [107920.425737] qlcnic :07:00.0 ens2f0: Rx 
Context[0] Created, state 0x2
Oct 12 18:23:28 mazinger kernel: [107920.435780] qlcnic :07:00.0 ens2f0: Tx 
Context[0x8000] Created, state 0x2
Oct 12 18:23:28 mazinger kernel: [107920.453103] qlcnic :07:00.0 ens2f0: Tx 
Context[0x8008] Created, state 0x2
Oct 12 18:23:29 mazinger kernel: [107921.598651] qlcnic :07:00.0 ens2f0: Tx 
Context[0x800a] Created, state 0x2
Oct 12 18:23:29 mazinger kernel: [107921.615752] qlcnic :07:00.0 ens2f0: Tx 
Context[0x800c] Created, state 0x2
Oct 12 18:23:30 mazinger kernel: [107922.196706] qlcnic :07:00.1 ens2f1: Rx 
Context[1] Created, state 0x2
Oct 12 18:23:30 mazinger kernel: [107922.406680] qlcnic :07:00.1 ens2f1: Tx 
Context[0x8001] Created, state 0x2
Oct 12 18:23:30 mazinger kernel: [107922.422646] qlcnic :07:00.1 ens2f1: Tx 
Context[0x8009] Created, state 0x2
Oct 12 18:23:30 mazinger kernel: [107922.439890] qlcnic :07:00.1 ens2f1: Tx 
Context[0x800b] Created, state 0x2
Oct 12 18:23:30 mazinger kernel: [107922.456417] qlcnic :07:00.1 ens2f1: Tx 
Context[0x800d] Created, state 0x2
Oct 12 18:23:31 mazinger kernel: [107923.500128] qlcnic :07:00.0 ens2f0: 
NIC Link is up
Oct 12 18:23:31 mazinger kernel: [107923.500360] br-dmz: port 1(ens2f0.2) 
entered forwarding state
Oct 12 18:23:31 mazinger kernel: [107923.500375] br-dmz: port 1(ens2f0.2) 
entered forwarding state
Oct 12 18:23:31 mazinger kernel: [107923.500680] qlcnic :07:00.1 ens2f1: 
NIC Link is up
Oct 12 18:23:31 mazinger kernel: [107923.500971] br-str: port 1(ens2f1.10) 
entered forwarding state
Oct 12 18:23:31 mazinger kernel: [107923.500985] br-str: port 1(ens2f1.10) 
entered forwarding state
---

Sometimes it also has kernel errors and need to be rebooted to recover
the connectivity:

Oct  9 14:36:41 mazinger kernel: [262273.497512] [ cut here 
]
Oct  9 14:36:41 mazinger kernel: [262273.497821] WARNING: CPU: 6 PID: 0 at 

[Bug 1722492] [NEW] package google-android-m2repository-installer 36 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2017-10-10 Thread Dani
Public bug reported:

While installing packages via Synaptic, I got this error.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: google-android-m2repository-installer 36
ProcVersionSignature: Ubuntu 4.8.0-59.64-generic 4.8.17
Uname: Linux 4.8.0-59-generic i686
ApportVersion: 2.20.3-0ubuntu8.7
Architecture: i386
Date: Tue Oct 10 11:14:26 2017
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationDate: Installed on 2017-09-24 (15 days ago)
InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Release i386 (20161012.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu1.1
 apt  1.3.5
SourcePackage: google-android-m2repository-installer
Title: package google-android-m2repository-installer 36 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: google-android-m2repository-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 yakkety

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

Title:
  package google-android-m2repository-installer 36 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/google-android-m2repository-installer/+bug/1722492/+subscriptions

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

[Bug 1693458] Re: kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

2017-05-31 Thread Dani
#18 Joseph, 
The bug appeared after a fresh install of 17.04. I was previously using 16.04 
and hadn't experienced this bug (that I'm aware of). 

I will try to boot the v4.12 kernel and let you know. This is my work
computer and I have to squeeze the time for this test.

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

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] ProcModules.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883278/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] ProcInterrupts.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883277/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] JournalErrors.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883271/+files/JournalErrors.txt

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

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] ProcCpuinfoMinimal.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883275/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] UdevDb.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1693458/+attachment/4883280/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] ProcEnviron.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883276/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] WifiSyslog.txt

2017-05-25 Thread Dani
apport information

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

** 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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] ProcCpuinfo.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883274/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] PulseList.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883279/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] Lspci.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1693458/+attachment/4883272/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] Re: kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

2017-05-25 Thread Dani
apport information

** Tags added: apport-collected

** Description changed:

  I'm experiencing a freeze of the desktop on a fresh install of 17.04
  (ubuntu gnome). It's running on an HP EliteDesk 800 G1 TWR. The kern.log
  extract is the following:
  
  May 24 12:13:14 danielbitherm kernel: [11545.460598] [ cut here 
]
  May 24 12:13:14 danielbitherm kernel: [11545.460604] kernel BUG at 
/build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!
  May 24 12:13:14 danielbitherm kernel: [11545.460611] invalid opcode:  
[#1] SMP
  May 24 12:13:14 danielbitherm kernel: [11545.460613] Modules linked in: 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm hp_wmi irqbypass 
sparse_keymap crct10dif_pclmul crc32_pclmul snd_hda_codec_hdmi 
ghash_clmulni_intel snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel 
pcbc input_leds snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi 
aesni_intel snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd 
soundcore aes_x86_64 crypto_simd glue_helper cryptd mei_me intel_cstate 
intel_rapl_perf shpchp mei tpm_infineon lpc_ich serio_raw mac_hid parport_pc 
ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nouveau 
mxm_wmi ttm i915 i2c_algo_bit drm_kms_helper psmouse syscopyarea ahci 
sysfillrect sysimgblt libahci e1000e fb_sys_fops drm ptp pps_core wmi fjes video
  May 24 12:13:14 danielbitherm kernel: [11545.460654] CPU: 2 PID: 1513 Comm: 
Xorg Not tainted 4.10.0-21-generic #23-Ubuntu
  May 24 12:13:14 danielbitherm kernel: [11545.460657] Hardware name: 
Hewlett-Packard HP EliteDesk 800 G1 TWR/18E4, BIOS L01 v02.21 12/17/2013
  May 24 12:13:14 danielbitherm kernel: [11545.460660] task: 9a3c21a7 
task.stack: bf85c3074000
  May 24 12:13:14 danielbitherm kernel: [11545.460665] RIP: 
0010:__check_object_size+0x77/0x1d7
  May 24 12:13:14 danielbitherm kernel: [11545.460668] RSP: 
0018:bf85c3077bf0 EFLAGS: 00010286
  May 24 12:13:14 danielbitherm kernel: [11545.460670] RAX: 0060 
RBX: 9a3c21ac5eff RCX: 
  May 24 12:13:14 danielbitherm kernel: [11545.460673] RDX:  
RSI: 9a3c2eb0dc88 RDI: 9a3c2eb0dc88
  May 24 12:13:14 danielbitherm kernel: [11545.460676] RBP: bf85c3077c10 
R08: 0007071c R09: 03e6
  May 24 12:13:14 danielbitherm kernel: [11545.460679] R10: 00c0 
R11: a94487ed R12: 00a0
  May 24 12:13:14 danielbitherm kernel: [11545.460681] R13:  
R14: 9a3c21ac5f9f R15: 9a3c21ac5eff
  May 24 12:13:14 danielbitherm kernel: [11545.460685] FS:  
7fd0f984ea40() GS:9a3c2eb0() knlGS:
  May 24 12:13:14 danielbitherm kernel: [11545.460688] CS:  0010 DS:  ES: 
 CR0: 80050033
  May 24 12:13:14 danielbitherm kernel: [11545.460690] CR2: 7fd0e0785000 
CR3: 000221ac1000 CR4: 001406e0
  May 24 12:13:14 danielbitherm kernel: [11545.460693] Call Trace:
  May 24 12:13:14 danielbitherm kernel: [11545.460722]  
nouveau_gem_ioctl_pushbuf+0x1eb/0x1610 [nouveau]
  May 24 12:13:14 danielbitherm kernel: [11545.460728]  ? 
insert_pfn.isra.66+0x38/0xf0
  May 24 12:13:14 danielbitherm kernel: [11545.460730]  ? 
vm_insert_mixed+0x64/0x90
  May 24 12:13:14 danielbitherm kernel: [11545.460733]  ? 
__check_object_size+0x100/0x1d7
  May 24 12:13:14 danielbitherm kernel: [11545.460754]  drm_ioctl+0x21b/0x4c0 
[drm]
  May 24 12:13:14 danielbitherm kernel: [11545.460772]  ? 
nouveau_gem_ioctl_new+0x150/0x150 [nouveau]
  May 24 12:13:14 danielbitherm kernel: [11545.460775]  ? __do_fault+0x21/0xd0
  May 24 12:13:14 danielbitherm kernel: [11545.460793]  
nouveau_drm_ioctl+0x74/0xc0 [nouveau]
  May 24 12:13:14 danielbitherm kernel: [11545.460796]  do_vfs_ioctl+0xa3/0x610
  May 24 12:13:14 danielbitherm kernel: [11545.460799]  ? 
__do_page_fault+0x266/0x4e0
  May 24 12:13:14 danielbitherm kernel: [11545.460802]  SyS_ioctl+0x79/0x90
  May 24 12:13:14 danielbitherm kernel: [11545.460805]  
entry_SYSCALL_64_fastpath+0x1e/0xad
  May 24 12:13:14 danielbitherm kernel: [11545.460808] RIP: 0033:0x7fd0f724b987
  May 24 12:13:14 danielbitherm kernel: [11545.460810] RSP: 
002b:7ffce5a38158 EFLAGS: 0246 ORIG_RAX: 0010
  May 24 12:13:14 danielbitherm kernel: [11545.460813] RAX: ffda 
RBX: 1e08 RCX: 7fd0f724b987
  May 24 12:13:14 danielbitherm kernel: [11545.460816] RDX: 7ffce5a381c0 
RSI: c0406481 RDI: 000d
  May 24 12:13:14 danielbitherm kernel: [11545.460818] RBP: 0009 
R08:  R09: 0782
  May 24 12:13:14 danielbitherm kernel: [11545.460821] R10: 55ebb7668980 
R11: 0246 R12: 0009
  May 24 12:13:14 danielbitherm kernel: [11545.460824] R13:  
R14: 00010e48 R15: 1e08
  May 24 12:13:14 danielbitherm kernel: [11545.460827] Code: 48 0f 44 d1 48 c7 
c6 46 13 ea a8 48 c7 c1 65 63 e9 

[Bug 1693458] Lsusb.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1693458/+attachment/4883273/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] CRDA.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1693458/+attachment/4883269/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] CurrentDmesg.txt

2017-05-25 Thread Dani
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1693458/+attachment/4883270/+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/1693458

Title:
  kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

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


[Bug 1693458] [NEW] kernel BUG at /build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

2017-05-25 Thread Dani
Public bug reported:

I'm experiencing a freeze of the desktop on a fresh install of 17.04
(ubuntu gnome). It's running on an HP EliteDesk 800 G1 TWR. The kern.log
extract is the following:

May 24 12:13:14 danielbitherm kernel: [11545.460598] [ cut here 
]
May 24 12:13:14 danielbitherm kernel: [11545.460604] kernel BUG at 
/build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!
May 24 12:13:14 danielbitherm kernel: [11545.460611] invalid opcode:  [#1] 
SMP
May 24 12:13:14 danielbitherm kernel: [11545.460613] Modules linked in: 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm hp_wmi irqbypass 
sparse_keymap crct10dif_pclmul crc32_pclmul snd_hda_codec_hdmi 
ghash_clmulni_intel snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel 
pcbc input_leds snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi 
aesni_intel snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd 
soundcore aes_x86_64 crypto_simd glue_helper cryptd mei_me intel_cstate 
intel_rapl_perf shpchp mei tpm_infineon lpc_ich serio_raw mac_hid parport_pc 
ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nouveau 
mxm_wmi ttm i915 i2c_algo_bit drm_kms_helper psmouse syscopyarea ahci 
sysfillrect sysimgblt libahci e1000e fb_sys_fops drm ptp pps_core wmi fjes video
May 24 12:13:14 danielbitherm kernel: [11545.460654] CPU: 2 PID: 1513 Comm: 
Xorg Not tainted 4.10.0-21-generic #23-Ubuntu
May 24 12:13:14 danielbitherm kernel: [11545.460657] Hardware name: 
Hewlett-Packard HP EliteDesk 800 G1 TWR/18E4, BIOS L01 v02.21 12/17/2013
May 24 12:13:14 danielbitherm kernel: [11545.460660] task: 9a3c21a7 
task.stack: bf85c3074000
May 24 12:13:14 danielbitherm kernel: [11545.460665] RIP: 
0010:__check_object_size+0x77/0x1d7
May 24 12:13:14 danielbitherm kernel: [11545.460668] RSP: 0018:bf85c3077bf0 
EFLAGS: 00010286
May 24 12:13:14 danielbitherm kernel: [11545.460670] RAX: 0060 RBX: 
9a3c21ac5eff RCX: 
May 24 12:13:14 danielbitherm kernel: [11545.460673] RDX:  RSI: 
9a3c2eb0dc88 RDI: 9a3c2eb0dc88
May 24 12:13:14 danielbitherm kernel: [11545.460676] RBP: bf85c3077c10 R08: 
0007071c R09: 03e6
May 24 12:13:14 danielbitherm kernel: [11545.460679] R10: 00c0 R11: 
a94487ed R12: 00a0
May 24 12:13:14 danielbitherm kernel: [11545.460681] R13:  R14: 
9a3c21ac5f9f R15: 9a3c21ac5eff
May 24 12:13:14 danielbitherm kernel: [11545.460685] FS:  
7fd0f984ea40() GS:9a3c2eb0() knlGS:
May 24 12:13:14 danielbitherm kernel: [11545.460688] CS:  0010 DS:  ES: 
 CR0: 80050033
May 24 12:13:14 danielbitherm kernel: [11545.460690] CR2: 7fd0e0785000 CR3: 
000221ac1000 CR4: 001406e0
May 24 12:13:14 danielbitherm kernel: [11545.460693] Call Trace:
May 24 12:13:14 danielbitherm kernel: [11545.460722]  
nouveau_gem_ioctl_pushbuf+0x1eb/0x1610 [nouveau]
May 24 12:13:14 danielbitherm kernel: [11545.460728]  ? 
insert_pfn.isra.66+0x38/0xf0
May 24 12:13:14 danielbitherm kernel: [11545.460730]  ? 
vm_insert_mixed+0x64/0x90
May 24 12:13:14 danielbitherm kernel: [11545.460733]  ? 
__check_object_size+0x100/0x1d7
May 24 12:13:14 danielbitherm kernel: [11545.460754]  drm_ioctl+0x21b/0x4c0 
[drm]
May 24 12:13:14 danielbitherm kernel: [11545.460772]  ? 
nouveau_gem_ioctl_new+0x150/0x150 [nouveau]
May 24 12:13:14 danielbitherm kernel: [11545.460775]  ? __do_fault+0x21/0xd0
May 24 12:13:14 danielbitherm kernel: [11545.460793]  
nouveau_drm_ioctl+0x74/0xc0 [nouveau]
May 24 12:13:14 danielbitherm kernel: [11545.460796]  do_vfs_ioctl+0xa3/0x610
May 24 12:13:14 danielbitherm kernel: [11545.460799]  ? 
__do_page_fault+0x266/0x4e0
May 24 12:13:14 danielbitherm kernel: [11545.460802]  SyS_ioctl+0x79/0x90
May 24 12:13:14 danielbitherm kernel: [11545.460805]  
entry_SYSCALL_64_fastpath+0x1e/0xad
May 24 12:13:14 danielbitherm kernel: [11545.460808] RIP: 0033:0x7fd0f724b987
May 24 12:13:14 danielbitherm kernel: [11545.460810] RSP: 002b:7ffce5a38158 
EFLAGS: 0246 ORIG_RAX: 0010
May 24 12:13:14 danielbitherm kernel: [11545.460813] RAX: ffda RBX: 
1e08 RCX: 7fd0f724b987
May 24 12:13:14 danielbitherm kernel: [11545.460816] RDX: 7ffce5a381c0 RSI: 
c0406481 RDI: 000d
May 24 12:13:14 danielbitherm kernel: [11545.460818] RBP: 0009 R08: 
 R09: 0782
May 24 12:13:14 danielbitherm kernel: [11545.460821] R10: 55ebb7668980 R11: 
0246 R12: 0009
May 24 12:13:14 danielbitherm kernel: [11545.460824] R13:  R14: 
00010e48 R15: 1e08
May 24 12:13:14 danielbitherm kernel: [11545.460827] Code: 48 0f 44 d1 48 c7 c6 
46 13 ea a8 48 c7 c1 65 63 e9 a8 48 0f 44 f1 4d 89 e1 49 89 c0 48 89 d9 48 c7 
c7 78 dd e9 a8 e8 f8 d8 f6 ff <0f> 0b e8 52 c3 fb ff 85 c0 75 73 48 89 df e8 f6 
42 e3 ff 

[Bug 1683538] Re: invalid opcode: 0000 [#1] SMP

2017-05-25 Thread Dani
*** This bug is a duplicate of bug 1674838 ***
https://bugs.launchpad.net/bugs/1674838

Sorry, I just realized its a different bug. Mine happens at /build
/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!

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

Title:
  invalid opcode:  [#1] SMP

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

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


[Bug 1683538] Re: invalid opcode: 0000 [#1] SMP

2017-05-25 Thread Dani
*** This bug is a duplicate of bug 1674838 ***
https://bugs.launchpad.net/bugs/1674838

I'm experiencing this bug as well. I fresh installed 17.04 to an HP
EliteDesk 800 G1 TWR. My extract from kern.log:

May 24 12:13:14 danielbitherm kernel: [11545.460598] [ cut here 
]
May 24 12:13:14 danielbitherm kernel: [11545.460604] kernel BUG at 
/build/linux-lz1RHE/linux-4.10.0/mm/usercopy.c:75!
May 24 12:13:14 danielbitherm kernel: [11545.460611] invalid opcode:  [#1] 
SMP
May 24 12:13:14 danielbitherm kernel: [11545.460613] Modules linked in: 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm hp_wmi irqbypass 
sparse_keymap crct10dif_pclmul crc32_pclmul snd_hda_codec_hdmi 
ghash_clmulni_intel snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel 
pcbc input_leds snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi 
aesni_intel snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd 
soundcore aes_x86_64 crypto_simd glue_helper cryptd mei_me intel_cstate 
intel_rapl_perf shpchp mei tpm_infineon lpc_ich serio_raw mac_hid parport_pc 
ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid nouveau 
mxm_wmi ttm i915 i2c_algo_bit drm_kms_helper psmouse syscopyarea ahci 
sysfillrect sysimgblt libahci e1000e fb_sys_fops drm ptp pps_core wmi fjes video
May 24 12:13:14 danielbitherm kernel: [11545.460654] CPU: 2 PID: 1513 Comm: 
Xorg Not tainted 4.10.0-21-generic #23-Ubuntu
May 24 12:13:14 danielbitherm kernel: [11545.460657] Hardware name: 
Hewlett-Packard HP EliteDesk 800 G1 TWR/18E4, BIOS L01 v02.21 12/17/2013
May 24 12:13:14 danielbitherm kernel: [11545.460660] task: 9a3c21a7 
task.stack: bf85c3074000
May 24 12:13:14 danielbitherm kernel: [11545.460665] RIP: 
0010:__check_object_size+0x77/0x1d7
May 24 12:13:14 danielbitherm kernel: [11545.460668] RSP: 0018:bf85c3077bf0 
EFLAGS: 00010286
May 24 12:13:14 danielbitherm kernel: [11545.460670] RAX: 0060 RBX: 
9a3c21ac5eff RCX: 
May 24 12:13:14 danielbitherm kernel: [11545.460673] RDX:  RSI: 
9a3c2eb0dc88 RDI: 9a3c2eb0dc88
May 24 12:13:14 danielbitherm kernel: [11545.460676] RBP: bf85c3077c10 R08: 
0007071c R09: 03e6
May 24 12:13:14 danielbitherm kernel: [11545.460679] R10: 00c0 R11: 
a94487ed R12: 00a0
May 24 12:13:14 danielbitherm kernel: [11545.460681] R13:  R14: 
9a3c21ac5f9f R15: 9a3c21ac5eff
May 24 12:13:14 danielbitherm kernel: [11545.460685] FS:  
7fd0f984ea40() GS:9a3c2eb0() knlGS:
May 24 12:13:14 danielbitherm kernel: [11545.460688] CS:  0010 DS:  ES: 
 CR0: 80050033
May 24 12:13:14 danielbitherm kernel: [11545.460690] CR2: 7fd0e0785000 CR3: 
000221ac1000 CR4: 001406e0
May 24 12:13:14 danielbitherm kernel: [11545.460693] Call Trace:
May 24 12:13:14 danielbitherm kernel: [11545.460722]  
nouveau_gem_ioctl_pushbuf+0x1eb/0x1610 [nouveau]
May 24 12:13:14 danielbitherm kernel: [11545.460728]  ? 
insert_pfn.isra.66+0x38/0xf0
May 24 12:13:14 danielbitherm kernel: [11545.460730]  ? 
vm_insert_mixed+0x64/0x90
May 24 12:13:14 danielbitherm kernel: [11545.460733]  ? 
__check_object_size+0x100/0x1d7
May 24 12:13:14 danielbitherm kernel: [11545.460754]  drm_ioctl+0x21b/0x4c0 
[drm]
May 24 12:13:14 danielbitherm kernel: [11545.460772]  ? 
nouveau_gem_ioctl_new+0x150/0x150 [nouveau]
May 24 12:13:14 danielbitherm kernel: [11545.460775]  ? __do_fault+0x21/0xd0
May 24 12:13:14 danielbitherm kernel: [11545.460793]  
nouveau_drm_ioctl+0x74/0xc0 [nouveau]
May 24 12:13:14 danielbitherm kernel: [11545.460796]  do_vfs_ioctl+0xa3/0x610
May 24 12:13:14 danielbitherm kernel: [11545.460799]  ? 
__do_page_fault+0x266/0x4e0
May 24 12:13:14 danielbitherm kernel: [11545.460802]  SyS_ioctl+0x79/0x90
May 24 12:13:14 danielbitherm kernel: [11545.460805]  
entry_SYSCALL_64_fastpath+0x1e/0xad
May 24 12:13:14 danielbitherm kernel: [11545.460808] RIP: 0033:0x7fd0f724b987
May 24 12:13:14 danielbitherm kernel: [11545.460810] RSP: 002b:7ffce5a38158 
EFLAGS: 0246 ORIG_RAX: 0010
May 24 12:13:14 danielbitherm kernel: [11545.460813] RAX: ffda RBX: 
1e08 RCX: 7fd0f724b987
May 24 12:13:14 danielbitherm kernel: [11545.460816] RDX: 7ffce5a381c0 RSI: 
c0406481 RDI: 000d
May 24 12:13:14 danielbitherm kernel: [11545.460818] RBP: 0009 R08: 
 R09: 0782
May 24 12:13:14 danielbitherm kernel: [11545.460821] R10: 55ebb7668980 R11: 
0246 R12: 0009
May 24 12:13:14 danielbitherm kernel: [11545.460824] R13:  R14: 
00010e48 R15: 1e08
May 24 12:13:14 danielbitherm kernel: [11545.460827] Code: 48 0f 44 d1 48 c7 c6 
46 13 ea a8 48 c7 c1 65 63 e9 a8 48 0f 44 f1 4d 89 e1 49 89 c0 48 89 d9 48 c7 
c7 78 dd e9 a8 e8 f8 d8 f6 ff <0f> 0b e8 52 c3 fb ff 85 c0 75 73 48 89 df 

[Bug 1685439] Re: Firefox 53 conflicts with window manager theme

2017-05-12 Thread Dani
Confirm: It affects Ubuntu 14.05 with GNOME..

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

Title:
  Firefox 53 conflicts with window manager theme

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

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


[Bug 1496542] Re: Running processes left after disabling screen reader

2017-04-11 Thread Dani
Hello:

Same problem on xubuntu 16.04

$ ps xa | grep -P 'speech-dispatcher.*\.conf'
22217 ?Sl 0:02 /usr/lib/speech-dispatcher-modules/sd_cicero 
/etc/speech-dispatcher/modules/cicero.conf
1 ?Sl 0:02 /usr/lib/speech-dispatcher-modules/sd_generic 
/etc/speech-dispatcher/modules/generic.conf
4 ?Sl 0:03 /usr/lib/speech-dispatcher-modules/sd_espeak 
/etc/speech-dispatcher/modules/espeak.conf
9 ?Sl 0:02 /usr/lib/speech-dispatcher-modules/sd_dummy 
/etc/speech-dispatcher/modules/dummy.conf
27986 pts/2S+ 0:00 grep --color=auto -P speech-dispatcher.*\.conf

Never used the screen reader.

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

Title:
  Running processes left after disabling screen reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speech-dispatcher/+bug/1496542/+subscriptions

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


[Bug 1512120] Re: thunar crashes on file renaming

2016-11-09 Thread Dani
This bug still exists in Xubuntu 16.04.1 amd64 as of today. Thunar is
version 1.6.10-2ubuntu1, and the system has all current updates applied.

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

Title:
  thunar crashes on file renaming

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

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


[Bug 1536771] Re: plymouthd crashed with SIGSEGV in script_obj_deref_direct() -> Parser error : Error opening file /lib/plymouth/themes/ubuntu-gnome-logo/ubuntu-gnome-logo.script

2016-06-15 Thread Dani
Same problem an fresh install 16.04.

nano /etc/default/grub 
-
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=10
#GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
...
-

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

Title:
  plymouthd crashed with SIGSEGV in script_obj_deref_direct() -> Parser
  error : Error opening file /lib/plymouth/themes/ubuntu-gnome-logo
  /ubuntu-gnome-logo.script

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

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


[Bug 1567417] Re: WARN_ON(!wm_changed) skl_update_other_pipe_wm+0x16c/0x180 [i915_bpo]

2016-06-14 Thread Dani
Tuxedo Book BU 1505
I have black screen during 2 seconds and return. (external monitor 2K by HDMI)

Jun 14 15:22:29 tuxedo kernel: [23138.707940] [ cut here 
]
Jun 14 15:22:29 tuxedo kernel: [23138.708030] WARNING: CPU: 3 PID: 1260 at 
/build/linux-FvcHlK/linux-4.4.0/ubuntu/i915/intel_pm.c:3572 
skl_update_other_pipe_wm+0x16c/0x180 [i915_bpo]()
Jun 14 15:22:29 tuxedo kernel: [23138.708036] WARN_ON(!wm_changed)
Jun 14 15:22:29 tuxedo kernel: [23138.708040] Modules linked in: uas 
usb_storage rfcomm pci_stub vboxpci(OE) vboxnetadp(OE) vboxnetflt(OE) bnep 
vboxdrv(OE) snd_hda_codec_hdmi snd_hda_codec_realtek snd_hda_codec_generic 
hid_logitech_hidpp uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 
videobuf2_core v4l2_common videodev hid_generic media btusb btrtl joydev arc4 
snd_soc_skl snd_soc_skl_ipc snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp 
snd_soc_core intel_rapl x86_pkg_temp_thermal intel_powerclamp snd_compress 
coretemp ac97_bus snd_pcm_dmaengine kvm_intel binfmt_misc dw_dmac_core 
snd_hda_intel snd_hda_codec kvm snd_hda_core snd_hwdep nls_iso8859_1 irqbypass 
crct10dif_pclmul snd_pcm snd_seq_midi crc32_pclmul snd_seq_midi_event iwlmvm 
mac80211 snd_rawmidi aesni_intel aes_x86_64 lrw gf128mul snd_seq glue_helper 
ablk_helper iwlwifi cryptd snd_seq_device input_leds cfg80211 rtsx_pci_ms 
snd_timer memstick snd mei_me soundcore serio_raw shpchp mei hci_uart btbcm 
btqca btintel blu
 etooth intel_lpss_acpi intel_lpss acpi_pad mac_hid parport_pc ppdev lp parport 
autofs4 hid_logitech_dj usbhid rtsx_pci_sdmmc i915_bpo intel_ips i2c_algo_bit 
drm_kms_helper syscopyarea sysfillrect psmouse sysimgblt r8169 nvme fb_sys_fops 
mii ahci drm rtsx_pci libahci wmi video pinctrl_sunrisepoint pinctrl_intel 
i2c_hid hid fjes
Jun 14 15:22:29 tuxedo kernel: [23138.708256] CPU: 3 PID: 1260 Comm: Xorg 
Tainted: GW  OE   4.4.0-22-generic #40-Ubuntu
Jun 14 15:22:29 tuxedo kernel: [23138.708262] Hardware name: TUXEDO 
N24_25JU/N24_25JU, BIOS 5.11 03/31/2016
Jun 14 15:22:29 tuxedo kernel: [23138.708267]  0286 
e7e99c43 88045f0b3938 813e9c53
Jun 14 15:22:29 tuxedo kernel: [23138.708277]  88045f0b3980 
c02eec70 88045f0b3970 81080fb2
Jun 14 15:22:29 tuxedo kernel: [23138.708286]  88045b203000 
88045a199d9c 88045b204000 88045a070b78
Jun 14 15:22:29 tuxedo kernel: [23138.708294] Call Trace:
Jun 14 15:22:29 tuxedo kernel: [23138.708311]  [] 
dump_stack+0x63/0x90
Jun 14 15:22:29 tuxedo kernel: [23138.708324]  [] 
warn_slowpath_common+0x82/0xc0
Jun 14 15:22:29 tuxedo kernel: [23138.708333]  [] 
warn_slowpath_fmt+0x5c/0x80
Jun 14 15:22:29 tuxedo kernel: [23138.708392]  [] 
skl_update_other_pipe_wm+0x16c/0x180 [i915_bpo]
Jun 14 15:22:29 tuxedo kernel: [23138.708448]  [] 
skl_update_wm+0x186/0x5f0 [i915_bpo]
Jun 14 15:22:29 tuxedo kernel: [23138.708536]  [] ? 
intel_ddi_enable_transcoder_func+0x17f/0x260 [i915_bpo]
Jun 14 15:22:29 tuxedo kernel: [23138.708593]  [] 
intel_update_watermarks+0x1e/0x30 [i915_bpo]
Jun 14 15:22:29 tuxedo kernel: [23138.708676]  [] 
haswell_crtc_enable+0x321/0x8c0 [i915_bpo]
Jun 14 15:22:29 tuxedo kernel: [23138.708758]  [] 
intel_atomic_commit+0x5dd/0xdb0 [i915_bpo]
Jun 14 15:22:29 tuxedo kernel: [23138.708820]  [] ? 
drm_atomic_check_only+0x18e/0x590 [drm]
Jun 14 15:22:29 tuxedo kernel: [23138.708872]  [] 
drm_atomic_commit+0x37/0x60 [drm]
Jun 14 15:22:29 tuxedo kernel: [23138.708900]  [] 
drm_atomic_helper_set_config+0x76/0xb0 [drm_kms_helper]
Jun 14 15:22:29 tuxedo kernel: [23138.708948]  [] 
drm_mode_set_config_internal+0x62/0x100 [drm]
Jun 14 15:22:29 tuxedo kernel: [23138.708998]  [] 
drm_mode_setcrtc+0x3d2/0x4f0 [drm]
Jun 14 15:22:29 tuxedo kernel: [23138.709033]  [] 
drm_ioctl+0x152/0x540 [drm]
Jun 14 15:22:29 tuxedo kernel: [23138.709078]  [] ? 
drm_mode_setplane+0x1b0/0x1b0 [drm]
Jun 14 15:22:29 tuxedo kernel: [23138.709089]  [] 
do_vfs_ioctl+0x29f/0x490
Jun 14 15:22:29 tuxedo kernel: [23138.709101]  [] ? 
__sb_end_write+0x21/0x30
Jun 14 15:22:29 tuxedo kernel: [23138.709110]  [] ? 
vfs_write+0x15d/0x1a0
Jun 14 15:22:29 tuxedo kernel: [23138.709118]  [] 
SyS_ioctl+0x79/0x90
Jun 14 15:22:29 tuxedo kernel: [23138.709131]  [] 
entry_SYSCALL_64_fastpath+0x16/0x71
Jun 14 15:22:29 tuxedo kernel: [23138.709230] ---[ end trace b619cc5fe41ad139 
]---

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

Title:
  WARN_ON(!wm_changed) skl_update_other_pipe_wm+0x16c/0x180 [i915_bpo]

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

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


[Bug 1563110] Re: No sound on Asus e200ha, intel sst with cx2072x codec

2016-04-14 Thread Dani
anything new on this? =(

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

Title:
  No sound on Asus e200ha, intel sst with cx2072x codec

To manage notifications about this bug go to:
https://bugs.launchpad.net/alsa-driver/+bug/1563110/+subscriptions

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


[Bug 1516418] [NEW] Can't upgrade from 15.04 to 15.10

2015-11-15 Thread Dani Carrión
Public bug reported:

The installer complains it cannot calculate the upgrade.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: ubuntu-core-upgrader (not installed)
ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7
Uname: Linux 3.19.0-33-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.7
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Nov 15 19:17:08 2015
InstallationDate: Installed on 2015-01-22 (297 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: ubuntu-core-upgrader
UpgradeStatus: Upgraded to vivid on 2015-11-15 (0 days ago)

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


** Tags: amd64 apport-bug vivid

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

Title:
  Can't upgrade from 15.04 to 15.10

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

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


[Bug 1516418] Re: Can't upgrade from 15.04 to 15.10

2015-11-15 Thread Dani Carrión
After inspecting the logs, it was a problem with my particular setup.

** Changed in: ubuntu-core-upgrader (Ubuntu)
   Status: New => Invalid

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

Title:
  Can't upgrade from 15.04 to 15.10

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

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


[Bug 1136671] Re: apt-get does not work via an ipv6 proxy server

2015-07-21 Thread Vishwas Dani
How to configure http proxy with IPv6 address in apt.conf.

Is following syntax correct?

Acquire::http::proxy http://[2008::103]:80/;;
Acquire::https::proxy https://[2008::103]:80/;;

Regards,
Vishwas

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/apt/+question/269527

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

Title:
  apt-get does not work via an ipv6 proxy server

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

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


[Bug 1445530] Re: internet connection

2015-05-01 Thread dani
i will remember, thanks!

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

Title:
  internet connection

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

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


[Bug 1445530] Re: internet connection

2015-05-01 Thread dani
installed ubuntu10.04.5 solved

** 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/1445530

Title:
  internet connection

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

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


[Bug 1445530] Re: internet connection

2015-04-18 Thread dani
compaq presario cq61-200sq

since i installed ubuntun 14.04, it was working at full speed the
internet for a week  this after 2 or 3 updates and bad after i let and
the optionals updates checked on software updater, after  a week he got
full speed again (alone), but i did not paid atention and one time i was
asked for relaunch mozzila, i let checked  send crash report and at
next start, internet was working maybe 6mb/s even conection information
is showing 65mb/s

i'm sure after one year ubuntu 14.04 will the best OS ( if the brasero
will be ok)

sorry for bother

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

Title:
  internet connection

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

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


  1   2   3   4   >