[Bug 1971753] [NEW] New resources are unable to be created in gnocchi after upgrade to Yoga

2022-05-05 Thread Tristan Zhang
Public bug reported:

After upgrade from Ussuri to Yoga, ceilometer doesn't work properly.
Metric measures are generated for old servers. But for new created
servers, metric measures are unable to be published to gnocchi.


The issue happens in batch_measures function:

def batch_measures(self, measures, resource_infos):
# NOTE(sileht): We don't care about error here, we want
# resources metadata always been updated
try:
self._gnocchi.metric.batch_resources_metrics_measures(
measures, create_metrics=True)
except gnocchi_exc.BadRequest as e:
if not isinstance(e.message, dict):
LOG.debug("Tristan: if not isinstance ")
raise
if e.message.get('cause') != 'Unknown resources':
LOG.debug("Tristan: if cause != Unknown resources ")
raise


Here we test if e.message is a dict. In my case ceilometer gets a message with 
a dict. But for some reason the character "'" in the exception message from 
gnocchi-api is converted to "", that breaks this part of code.


Errors in notification logs:

2022-05-04 17:02:45.762 20 ERROR ceilometer.publisher.gnocchi [-] 
 
  400 Bad Request
 
 
  400 Bad Request
  The server could not comply with the request since it is either malformed or 
otherwise incorrect.
{cause: Unknown resources, detail: 
[{resource_id: 23c43227-0f8c-5da1-b367-9abd5be48a00, 
original_resource_id:36f2c1be-50b6-4b58-b91f-b9153e28855a-hda},
 {resource_id: e8e
033d7-f774-5026-a0d2-a06153b99ec3, original_resource_id: 
36f2c1be-50b6-4b58-b91f-b9153e28855a-vda}, 
{resource_id: 87feb8f9-cff5-5118-9e85-ec3747111cfc, 
original_resource_id: 
67171b6e-1147-4084-8ba3-ed352d4f4238-vda}]}

** Affects: ceilometer (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/1971753

Title:
  New resources are unable to be created in gnocchi after upgrade to
  Yoga

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


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

[Bug 1946793] Re: aodh uses deprecated gnocchi api to aggregate metrics and doesn't work properly

2022-02-14 Thread Tristan Zhang
@James I don't think there are any errors in logs. The deprecated api
works, it just doesn't give us a proper aggregation metric.

You can try both these API with openstack commands as I pasted above.

# openstack metric aggregates
# openstack metric measures aggregation

For only 1 running instance, they give the same value. But for 2
instances, they value are different, and the one from old method is
wrong.

Or you can just call the old and new gnocchi api with a curl command,
you will see the difference.

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

Title:
  aodh uses deprecated gnocchi api to aggregate metrics and doesn't work
  properly

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


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

[Bug 1932328]

2022-01-09 Thread Tristan
(In reply to ddl-github from comment #17)
> Confirming this bug persists in TB 91 under Pop!_OS 21.10.  A fix for this 
> was apparently 
> [committed](https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2027) 
> several months ago, but (per [this 
> comment](https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1932328/comments/64))
>  users will not see it until updating to gnome 40.6.

Are you saying this is fixed via Gnome update? I've only seen the bug in
Thunderbird

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1572132] Re: SMBv2+ does not show all files when mounting a windows share

2021-12-04 Thread Tristan Engel
I tried [1] and could not reproduce. 
However, the "Duplicate" Bug 1764778 is reproducible.

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

Title:
  SMBv2+ does not show all files when mounting a windows share

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


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

[Bug 1932328]

2021-11-21 Thread Tristan
Hi guys, added the Mozilla PPA and (seamlessly) upgraded from
78->91.3.2. This bug still exists, I guess the next test will be in a
few weeks when Pop_OS moves to gnome 40 in their 21.10 release.

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1764778] Re: Problems with SSSD + pam mount

2021-09-01 Thread Tristan Engel
*** This bug is a duplicate of bug 1572132 ***
https://bugs.launchpad.net/bugs/1572132

Not sure if this is actually a duplicate. Is it?

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

Title:
  Problems with SSSD + pam mount

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


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

[Bug 1572132] Re: SMBv2+ does not show all files when mounting a windows share

2021-09-01 Thread Tristan Engel
When will this be fixed? Not fixed in 20.04

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

Title:
  SMBv2+ does not show all files when mounting a windows share

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


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

[Bug 1912472] Re: Display freezes randomly - high CPU usage

2021-03-10 Thread Tristan Boureau
Thanks for your kind help Daniel.
Six weeks ago, I migrated to Debian 10, default install with Gnome and Wayland.
Since then, I didn't encounter any problem working with the same programs.

This bug can be closed, as I won't be able to help finding what the
exact issue was.

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

Title:
  Display freezes randomly - high CPU usage

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

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

[Bug 1912472] Re: Display freezes randomly - high CPU usage

2021-01-26 Thread Tristan Boureau
Problem happened again, this time using Firefox (last time was while using 
FreeCAD).
I waited a minute before rebooting (as each time, so as to be sure the system 
is really frozen).

I have no file under /var/crash, sorry.

** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1912472/+attachment/5457076/+files/prevboot.txt

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

Title:
  Display freezes randomly - high CPU usage

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

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

[Bug 1912472] Re: Display freezes randomly - high CPU usage

2021-01-24 Thread Tristan Boureau
Problem happened again.
Here enclosed, you will find the result of a journalctl for last boot

** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1912472/+attachment/5456315/+files/prevboot.txt

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

Title:
  Display freezes randomly - high CPU usage

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

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

[Bug 1912472] Re: Display freezes randomly - high CPU usage

2021-01-21 Thread Tristan Boureau
I have those manually installed extensions :
- hibernate-status@dromi
- update-extensi...@franglais125.gmail.com

I disabled them as required, so as to test if problem persists.

In case it does, I will tell you here in a new comment.

In case it solves the issue, I can't tell after how much time we can consider 
the problem fixed, as it has happened three times some days, and in december it 
only happened one time in total, it's totally random.
I can just tell that it didn't happen with the two previous LTS releases.
And that it persists after a complete OS re-install.

How should we process in case the problem doesn't happen for weeks ?

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

Title:
  Display freezes randomly - high CPU usage

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

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

[Bug 1912472] Re: Display freezes randomly - high CPU usage

2021-01-21 Thread Tristan Boureau
I never use fullscreen function under Firefox, so the problem is not
related to the mentioned bug.

Do you mean Firefox, or gnome-shell extensions ?

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

Title:
  Display freezes randomly - high CPU usage

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

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

[Bug 1912472] [NEW] Display freezes randomly - high CPU usage

2021-01-20 Thread Tristan Boureau
Public bug reported:

Randomly, system freezes with high CPU usage (cooling fan goes high when
the problem happens) since update to Ubuntu 20.04.1 LTS.

Same problem with X11 and Wayland.

Display freezes and keyboard or mouse inputs won't change anything.
Caps and num lock won't react either.

Ctrl+alt+anything doesn't solve the issue.

Only possibility is then to force reboot using power button.

After reboot, I could find in logs :
gnome-shell
libinput error: client bug: timer event6 debounce short: scheduled expiry is in 
the past (-15ms), your system is too slow

Problem happens in any situation, for example while videoconferencing
with any software, or using LibreOffice Writer, sometimes with Firefox.

The only common fact seems to be that Firefox is always opened.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: mutter 3.36.7+git20201123-0.20.04.1
ProcVersionSignature: Ubuntu 5.8.0-38.43~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-38-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Jan 20 10:27:48 2021
InstallationDate: Installed on 2020-11-15 (65 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: mutter
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


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

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

Title:
  Display freezes randomly - high CPU usage

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

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

[Bug 1831323] Re: GtkHash icon is not shown in the MATE menus

2020-08-25 Thread Tristan Heaven
The file /usr/share/mate/applications/gtkhash.desktop has
NoDisplay=true.


It's mentioned here in "apt-get changelog ubuntu-mate-default-settings":


ubuntu-mate-settings (17.10.22) artful; urgency=medium

  * Hide gtkhash menu entries.
  * Use Green wallpaper for Slick Greeter and Live Session.

 -- Martin Wimpress   Wed, 23 Aug 2017 17:45:40
+0100

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

Title:
  GtkHash icon is not shown in the MATE menus

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

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

[Bug 1679369] Re: Missing dep8 tests

2020-07-21 Thread Tristan Seligmann
This package only contains support files for the python-cryptography
tests and has no testable functionality of its own.

** Changed in: python-cryptography-vectors (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/1679369

Title:
  Missing dep8 tests

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

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

[Bug 1833526] Re: An instance libvirtError will add resources to the blacklist

2020-06-12 Thread Tristan Zhang
We met the same issue. Sometimes ceilometer gets an exception caused by
libvirt,

For example,

1. qemuMonitorIORead:610 : Unable to read from monitor: Connection reset by peer
2. virNetSocketReadWire:1811 : End of file while reading data: Input/output 
error

Most time these are just random and temporary issues, not fatal and
permanent. If ceilometer tries again the next minute, it can get data
from libvirt. But since ceilometer add the group of resources to
blacklist, it will not poll data from libvirt anymore. The only way to
make it work again is to restart ceilometer-compute agent.

Below is the code causing issues,

ceilometer/polling/manager.py

```
except plugin_base.PollsterPermanentError as err:
LOG.error(
'Prevent pollster %(name)s from '
'polling %(res_list)s on source %(source)s anymore!',
dict(name=pollster.name,
 res_list=str(err.fail_res_list),
 source=source_name))
self.resources[key].blacklist.extend(err.fail_res_list)
```

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

Title:
  An instance libvirtError will add resources to the blacklist

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

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

[Bug 1874020] Re: Jack clients cannot use real-time scheduling with kernel 5.4.0-25-generic

2020-04-21 Thread Tristan Tarrant
Apparently a duplicate of
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1873315

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

Title:
  Jack clients cannot use real-time scheduling with kernel
  5.4.0-25-generic

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

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

[Bug 1874020] [NEW] Jack clients cannot use real-time scheduling with kernel 5.4.0-25-generic

2020-04-21 Thread Tristan Tarrant
Public bug reported:

With kernels 5.4.0-24-generic and 5.4.0-25-generic Jack client applications can 
no longer use real-time scheduling. Kernel 5.4.0-23-generic works.
For example starting guitarix or ardour produces the following logs on stderr:

Cannot use real-time scheduling (RR/5)(1: Operation not permitted)
JackClient::AcquireSelfRealTime error

The following is a strace from an older (working) kernel:

sched_get_priority_min(SCHED_FIFO)  = 1
sched_get_priority_max(SCHED_FIFO)  = 99
sched_get_priority_min(SCHED_FIFO)  = 1
sched_get_priority_max(SCHED_FIFO)  = 99
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 
0x7fd5c307c000
mprotect(0x7fd5c307d000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7fd5c387b9f0, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CL
ONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, 
parent_tid=[47564], tls=0x7fd5c3
87c700, child_tidptr=0x7fd5c387c9d0) = 47564
sched_setscheduler(47564, SCHED_FIFO, [1]) = 0


Compare against an strace with an affected kernel:

sched_get_priority_min(SCHED_FIFO)  = 1
sched_get_priority_max(SCHED_FIFO)  = 99
sched_get_priority_min(SCHED_FIFO)  = 1
sched_get_priority_max(SCHED_FIFO)  = 99
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 
0x7f8d827ee000
mprotect(0x7f8d827ef000, 8388608, PROT_READ|PROT_WRITE) = 0
clone(child_stack=0x7f8d82fed9f0, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CL
ONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, 
parent_tid=[21592], tls=0x7f8d82
fee700, child_tidptr=0x7f8d82fee9d0) = 21592
sched_setscheduler(21592, SCHED_FIFO, [1]) = -1 EPERM (Operation not permitted)

** Affects: lightdm (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/1874020

Title:
  Jack clients cannot use real-time scheduling with kernel
  5.4.0-25-generic

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

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

[Bug 1759836] Re: systemd-udevd consumes 100% of CPU due to hid2hci udev rule from bluez

2019-09-27 Thread Tristan Hill via ubuntu-bugs
Works for me with 5.50-0ubuntu2.1 on an old dell.

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

Title:
  systemd-udevd consumes 100% of CPU due to hid2hci udev rule from bluez

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

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

[Bug 1841669] WifiSyslog.txt

2019-08-28 Thread Tristan Sjolie
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1841669/+attachment/5285452/+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/1841669

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] CurrentDmesg.txt

2019-08-28 Thread Tristan Sjolie
apport information

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

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] ProcInterrupts.txt

2019-08-28 Thread Tristan Sjolie
apport information

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

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] Re: SR-IOV interface goes down when testing network performance

2019-08-28 Thread Tristan Sjolie
apport information

** Tags added: apport-collected xenial

** Description changed:

  Hello,
  
  We are testing network performance with SR-IOV on ubuntu and security
  onion in Rhev Hypervisor. We are using a SuperMicro box running T-rex
  traffic generator on CentOS which is connected to a gigamon to push
  traffic to the Ubuntu/Security Onion VMs.
  
  The ubuntu 16.04 vm is running on a RHVH host node and is running SR-
  IOV. We have ensured that SR-IOV is enabled in the BIOS. We are finding
  that packets stop coming into the interface after a few seconds. This is
  because the interface is going down after a few seconds of receiving
  traffic. We are running promiscuous mode and it is required for our use
  case of measuring network traffic.
  
  As a troubleshooting measure, 5.3.0-rc3 was built using the 3.2.3 iavf
  SR-IOV driver. Note that the i40evf driver was renamed to iavf, which is
  why the name discrepancy exists. After updating the Kernel we stopped
  seeing this issue.
  
  Non-working default security onion kernel information
  root@ubuntu:~# uname -r
  3.10.0-957.21.3.el7.x86_64
  root@ubuntu:~# ethtool -i ens7
  driver: iavf
  version: 3.0.1-k
  firmware-version: N/A
  expansion-rom-version:
  bus-info: :00:07.0
  supports-statistics: yes
  supports-test: no
  supports-eeprom-access: no
  supports-register-dump: no
  supports-priv-flags: yes
  
  Working modified security onion kernel information
  root@ubuntu:~# uname -r
  5.3.0-rc3-custom
  root@ubuntu:~# ethtool -i ens7
  driver: i40evf
  version: 3.2.3-k
  firmware-version: N/A
  expansion-rom-version:
  bus-info: :00:07.0
  supports-statistics: yes
  supports-test: no
  supports-eeprom-access: no
  supports-register-dump: no
  supports-priv-flags: yes
  
  We were able to perform testing using the 5.3.0 kernel, but long term a
  better solution is needed as this would require supporting a modified
  Linux kernel with updates, testing, etc.
  
  From the hypervisor in /var/log/messages:
  
  Aug 27 09:05:00 localhost libvirtd: 2019-08-27 13:05:00.522+: 10748: 
error :  qemuDomainAgentAvailable:9133 : Guest agent is not 
responding: QEMU guest agent  is not connected
  Aug 27 09:05:07 localhost goferd: [ERROR][worker-0] 
gofer.messaging.adapter.conn ect:33 - connect: 
proton+amqps://subscription.rhsm.redhat.com:5647, failed: Conn 
ection amqps://subscription.rhsm.redhat.com:5647disconnected: Condition('amqp:r 
esource-limit-exceeded', 'local-idle-timeout expired')
  Aug 27 09:05:07 localhost goferd: [INFO][worker-0] 
gofer.messaging.adapter.conne ct:35 - retry in 106 seconds
  Aug 27 09:05:22 localhost kernel: i40e :b5:00.3: Unable to send the 
message  to VF 0 aq_err 12
  Aug 27 09:05:22 localhost kernel: i40e :b5:00.3: Unable to send the 
message  to VF 0 aq_err 12
  
  From the VM, journalctl -xe gives:
  
  -- The start-up result is done.
  Aug 27 14:35:02 ubuntu kernel: i40evf :00:04.0: PF reset warning received
  Aug 27 14:35:02 ubuntu kernel: i40evf :00:04.0: Scheduling reset task
  Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
  Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
  Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
  Aug 27 14:35:08 ubuntu systemd-logind[1251]: Removed session 16.
  -- Subject: Session 16 has been terminated
  -- Defined-By: systemd
  -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
+ --- 
+ AlsaDevices:
+  total 0
+  crw-rw 1 root audio 116,  1 Aug 28 17:06 seq
+  crw-rw 1 root audio 116, 33 Aug 28 17:06 timer
+ AplayDevices: Error: [Errno 2] No such file or directory
+ ApportVersion: 2.20.1-0ubuntu2.18
+ Architecture: amd64
+ ArecordDevices: Error: [Errno 2] No such file or directory
+ AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
+ DistroRelease: Ubuntu 16.04
+ HibernationDevice: RESUME=/dev/mapper/ubuntu--vg-swap_1
+ InstallationDate: Installed on 2019-08-21 (6 days ago)
+ InstallationMedia: Ubuntu-Server 16.04.6 LTS "Xenial Xerus" - Release amd64 
(20190226)
+ IwConfig: Error: [Errno 2] No such file or directory
+ Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: Red Hat RHEV Hypervisor
+ Package: linux (not installed)
+ PciMultimedia:
+  
+ ProcEnviron:
+  TERM=linux
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 qxldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-45-generic 
root=/dev/mapper/hostname--vg-root ro quiet splash isolcpus=2-27 vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.15.0-45.48~16.04.1-generic 4.15.18
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-45-generic N/A
+  

[Bug 1841669] Lspci.txt

2019-08-28 Thread Tristan Sjolie
apport information

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

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] UdevDb.txt

2019-08-28 Thread Tristan Sjolie
apport information

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

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] ProcCpuinfo.txt

2019-08-28 Thread Tristan Sjolie
apport information

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

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] ProcModules.txt

2019-08-28 Thread Tristan Sjolie
apport information

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

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] ProcCpuinfoMinimal.txt

2019-08-28 Thread Tristan Sjolie
apport information

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

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1841669] Re: SR-IOV interface goes down when testing network performance

2019-08-28 Thread Tristan Sjolie
** Package changed: ubuntu => kernel-package (Ubuntu)

** Description changed:

  Hello,
  
- We are testing network performance with SR-IOV and bridging on ubuntu
- and security onion in Rhev Hypervisor which is connected to a SuperMicro
- box running T-rex traffic generator on CentOS which is connected to a
- gigmon.
+ We are testing network performance with SR-IOV on ubuntu and security
+ onion in Rhev Hypervisor. We are using a SuperMicro box running T-rex
+ traffic generator on CentOS which is connected to a gigamon to push
+ traffic to the Ubuntu/Security Onion VMs.
  
  The ubuntu 16.04 vm is running on a RHVH host node and is running SR-
- IOV. We have ensured that SR_IOV is enabled in the BIOS. We are finding
- that on security onion that the packets are dropping after a few
- seconds. This is because the interface is going down after a certain
- point. We found that packets are getting dropped as soon as the
- interface shows as down in ip -s link. We are running promiscuous mode
- and it is required for our use case of measuring network traffic.  Once
- this process was completed, Kernel 5.3.0-rc3 was built using the 3.2.3
- iavf SR-IOV driver. Note that the i40evf driver was renamed to iavf,
- which is why the name discrepancy exists. After updating the Kernel we
- stopped seeing this issue.
+ IOV. We have ensured that SR-IOV is enabled in the BIOS. We are finding
+ that packets stop coming into the interface after a few seconds. This is
+ because the interface is going down after a few seconds of receiving
+ traffic. We are running promiscuous mode and it is required for our use
+ case of measuring network traffic.
  
- Non-working default security onion kernel information 
+ As a troubleshooting measure, 5.3.0-rc3 was built using the 3.2.3 iavf
+ SR-IOV driver. Note that the i40evf driver was renamed to iavf, which is
+ why the name discrepancy exists. After updating the Kernel we stopped
+ seeing this issue.
+ 
+ Non-working default security onion kernel information
  root@ubuntu:~# uname -r
  3.10.0-957.21.3.el7.x86_64
  root@ubuntu:~# ethtool -i ens7
  driver: iavf
  version: 3.0.1-k
  firmware-version: N/A
  expansion-rom-version:
  bus-info: :00:07.0
  supports-statistics: yes
  supports-test: no
  supports-eeprom-access: no
  supports-register-dump: no
  supports-priv-flags: yes
  
- Working modified security onion kernel information 
+ Working modified security onion kernel information
  root@ubuntu:~# uname -r
  5.3.0-rc3-custom
  root@ubuntu:~# ethtool -i ens7
  driver: i40evf
  version: 3.2.3-k
  firmware-version: N/A
  expansion-rom-version:
  bus-info: :00:07.0
  supports-statistics: yes
  supports-test: no
  supports-eeprom-access: no
  supports-register-dump: no
  supports-priv-flags: yes
  
- 
- We were able to perform testing using the 5.3.0 kernel, but long term a 
better solution is needed as this would require supporting a modified Linux 
kernel with updates, testing, etc. 
+ We were able to perform testing using the 5.3.0 kernel, but long term a
+ better solution is needed as this would require supporting a modified
+ Linux kernel with updates, testing, etc.
  
  From the hypervisor in /var/log/messages:
  
  Aug 27 09:05:00 localhost libvirtd: 2019-08-27 13:05:00.522+: 10748: 
error :  qemuDomainAgentAvailable:9133 : Guest agent is not 
responding: QEMU guest agent  is not connected
  Aug 27 09:05:07 localhost goferd: [ERROR][worker-0] 
gofer.messaging.adapter.conn ect:33 - connect: 
proton+amqps://subscription.rhsm.redhat.com:5647, failed: Conn 
ection amqps://subscription.rhsm.redhat.com:5647disconnected: Condition('amqp:r 
esource-limit-exceeded', 'local-idle-timeout expired')
  Aug 27 09:05:07 localhost goferd: [INFO][worker-0] 
gofer.messaging.adapter.conne ct:35 - retry in 106 seconds
  Aug 27 09:05:22 localhost kernel: i40e :b5:00.3: Unable to send the 
message  to VF 0 aq_err 12
  Aug 27 09:05:22 localhost kernel: i40e :b5:00.3: Unable to send the 
message  to VF 0 aq_err 12
- 
  
  From the VM, journalctl -xe gives:
  
  -- The start-up result is done.
  Aug 27 14:35:02 ubuntu kernel: i40evf :00:04.0: PF reset warning received
  Aug 27 14:35:02 ubuntu kernel: i40evf :00:04.0: Scheduling reset task
  Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
  Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
  Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
  Aug 27 14:35:08 ubuntu systemd-logind[1251]: Removed session 16.
  -- Subject: Session 16 has been terminated
  -- Defined-By: systemd
  -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
  -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

[Bug 1841669] [NEW] SR-IOV interface goes down when testing network performance

2019-08-27 Thread Tristan Sjolie
Public bug reported:

Hello,

We are testing network performance with SR-IOV and bridging on ubuntu
and security onion in Rhev Hypervisor which is connected to a SuperMicro
box running T-rex traffic generator on CentOS which is connected to a
gigmon.

The ubuntu 16.04 vm is running on a RHVH host node and is running SR-
IOV. We have ensured that SR_IOV is enabled in the BIOS. We are finding
that on security onion that the packets are dropping after a few
seconds. This is because the interface is going down after a certain
point. We found that packets are getting dropped as soon as the
interface shows as down in ip -s link. We are running promiscuous mode
and it is required for our use case of measuring network traffic.  Once
this process was completed, Kernel 5.3.0-rc3 was built using the 3.2.3
iavf SR-IOV driver. Note that the i40evf driver was renamed to iavf,
which is why the name discrepancy exists. After updating the Kernel we
stopped seeing this issue.

Non-working default security onion kernel information 
root@ubuntu:~# uname -r
3.10.0-957.21.3.el7.x86_64
root@ubuntu:~# ethtool -i ens7
driver: iavf
version: 3.0.1-k
firmware-version: N/A
expansion-rom-version:
bus-info: :00:07.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: yes

Working modified security onion kernel information 
root@ubuntu:~# uname -r
5.3.0-rc3-custom
root@ubuntu:~# ethtool -i ens7
driver: i40evf
version: 3.2.3-k
firmware-version: N/A
expansion-rom-version:
bus-info: :00:07.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: yes


We were able to perform testing using the 5.3.0 kernel, but long term a better 
solution is needed as this would require supporting a modified Linux kernel 
with updates, testing, etc. 

>From the hypervisor in /var/log/messages:

Aug 27 09:05:00 localhost libvirtd: 2019-08-27 13:05:00.522+: 10748: error 
:  qemuDomainAgentAvailable:9133 : Guest agent is not responding: 
QEMU guest agent  is not connected
Aug 27 09:05:07 localhost goferd: [ERROR][worker-0] 
gofer.messaging.adapter.conn ect:33 - connect: 
proton+amqps://subscription.rhsm.redhat.com:5647, failed: Conn 
ection amqps://subscription.rhsm.redhat.com:5647disconnected: Condition('amqp:r 
esource-limit-exceeded', 'local-idle-timeout expired')
Aug 27 09:05:07 localhost goferd: [INFO][worker-0] 
gofer.messaging.adapter.conne ct:35 - retry in 106 seconds
Aug 27 09:05:22 localhost kernel: i40e :b5:00.3: Unable to send the message 
 to VF 0 aq_err 12
Aug 27 09:05:22 localhost kernel: i40e :b5:00.3: Unable to send the message 
 to VF 0 aq_err 12


>From the VM, journalctl -xe gives:

-- The start-up result is done.
Aug 27 14:35:02 ubuntu kernel: i40evf :00:04.0: PF reset warning received
Aug 27 14:35:02 ubuntu kernel: i40evf :00:04.0: Scheduling reset task
Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
Aug 27 14:35:03 ubuntu kernel: i40evf :00:04.0: Hardware reset detected
Aug 27 14:35:08 ubuntu systemd-logind[1251]: Removed session 16.
-- Subject: Session 16 has been terminated
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat

** Affects: 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/1841669

Title:
  SR-IOV interface goes down when testing network performance

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

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

[Bug 1831323] Re: GtkHash icon is not shown in the MATE menus

2019-07-18 Thread Tristan Heaven via ubuntu-bugs
Please can you attach the .desktop file from your system?

I think it would be /usr/share/applications/gtkhash.desktop

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

Title:
  GtkHash icon is not shown in the MATE menus

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

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

[Bug 1831831] UdevDb.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] RfKill.txt

2019-07-11 Thread Tristan Walker
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1831831/+attachment/5276494/+files/RfKill.txt

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] WifiSyslog.txt

2019-07-11 Thread Tristan Walker
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1831831/+attachment/5276496/+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/1831831

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] ProcModules.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] ProcInterrupts.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] CRDA.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] Lspci.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] ProcCpuinfoMinimal.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] PulseList.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] ProcCpuinfo.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] CurrentDmesg.txt

2019-07-11 Thread Tristan Walker
apport information

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] Re: Touchpad does not respond IdeaPad L340

2019-07-11 Thread Tristan Walker
apport information

** Tags added: apport-collected

** Description changed:

  Lenovo IdeaPad L-340 upon installing Ubuntu 18.04.2 LTS, all other
  laptop inputs work except for touchpad. Touchpad does not respond to
  input of any kind - clicks, gestures, or otherwise.
  
  dmesg | grep -i elan
  [2.987373] i2c_hid i2c-ELAN0625:00: i2c-ELAN0625:00 supply vdd not found, 
using dummy regulator
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.18.0-20-generic 4.18.0-20.21~18.04.1
  ProcVersionSignature: Ubuntu 4.18.0-20.21~18.04.1-generic 4.18.20
  Uname: Linux 4.18.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Jun  5 23:07:23 2019
  InstallationDate: Installed on 2019-05-22 (15 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.6
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  tristan1542 F pulseaudio
+  /dev/snd/pcmC0D0p:   tristan1542 F...m pulseaudio
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2019-05-22 (50 days ago)
+ InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 003: ID 04f2:b624 Chicony Electronics Co., Ltd 
+  Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
+  Bus 001 Device 002: ID 0461:4d15 Primax Electronics, Ltd Dell Optical Mouse
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: LENOVO 81LG
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-21-generic 
root=UUID=c3fb3b60-c7d3-40a8-8787-51781e035183 ro quiet splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.18.0-21.22~18.04.1-generic 4.18.20
+ RelatedPackageVersions:
+  linux-restricted-modules-4.18.0-21-generic N/A
+  linux-backports-modules-4.18.0-21-generic  N/A
+  linux-firmware 1.173.6
+ Tags:  bionic
+ Uname: Linux 4.18.0-21-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 12/20/2018
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: ATCN14WW
+ dmi.board.asset.tag: NO Asset Tag
+ dmi.board.name: LNVNB161216
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0J40709 WIN
+ dmi.chassis.asset.tag: NO Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: Lenovo IdeaPad L340-15IWL
+ dmi.modalias: 
dmi:bvnLENOVO:bvrATCN14WW:bd12/20/2018:svnLENOVO:pn81LG:pvrLenovoIdeaPadL340-15IWL:rvnLENOVO:rnLNVNB161216:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoIdeaPadL340-15IWL:
+ dmi.product.family: IdeaPad L340-15IWL
+ dmi.product.name: 81LG
+ dmi.product.sku: LENOVO_MT_81LG_BU_idea_FM_IdeaPad L340-15IWL
+ dmi.product.version: Lenovo IdeaPad L340-15IWL
+ dmi.sys.vendor: LENOVO

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1831831/+attachment/5276484/+files/AlsaInfo.txt

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] IwConfig.txt

2019-07-11 Thread Tristan Walker
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1831831/+attachment/5276487/+files/IwConfig.txt

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1831831] [NEW] Touchpad does not respond IdeaPad L340

2019-06-05 Thread Tristan Walker
Public bug reported:

Lenovo IdeaPad L-340 upon installing Ubuntu 18.04.2 LTS, all other
laptop inputs work except for touchpad. Touchpad does not respond to
input of any kind - clicks, gestures, or otherwise.

dmesg | grep -i elan
[2.987373] i2c_hid i2c-ELAN0625:00: i2c-ELAN0625:00 supply vdd not found, 
using dummy regulator

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.18.0-20-generic 4.18.0-20.21~18.04.1
ProcVersionSignature: Ubuntu 4.18.0-20.21~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Jun  5 23:07:23 2019
InstallationDate: Installed on 2019-05-22 (15 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-signed-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

** Summary changed:

- touchpad does not respond ELAN0625
+ Touchpad does not respond IdeaPad L340

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

Title:
  Touchpad does not respond IdeaPad L340

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

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

[Bug 1773246] Re: spectacle w/ rectangular region and dual monitor moves display views

2019-01-28 Thread Tristan Grimaux
I have the same problem. This does not happen with a big wide monitor

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

Title:
  spectacle w/ rectangular region and dual monitor moves display views

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-spectacle/+bug/1773246/+subscriptions

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

[Bug 1664931] Re: [OSSA-2017-005] nova rebuild ignores all image properties and scheduler filters (CVE-2017-16239)

2017-11-14 Thread Tristan Cacqueray
** Summary changed:

- nova rebuild ignores all image properties and scheduler filters 
(CVE-2017-16239)
+ [OSSA-2017-005] nova rebuild ignores all image properties and scheduler 
filters (CVE-2017-16239)

** Description changed:

- This issue is being treated as a potential security risk under embargo.
- Please do not make any public mention of embargoed (private) security
- vulnerabilities before their coordinated publication by the OpenStack
- Vulnerability Management Team in the form of an official OpenStack
- Security Advisory. This includes discussion of the bug or associated
- fixes in public forums such as mailing lists, code review systems and
- bug trackers. Please also avoid private disclosure to other individuals
- not already approved for access to this information, and provide this
- same reminder to those who are made aware of the issue prior to
- publication. All discussion should remain confined to this private bug
- report, and any proposed fixes should be added to the bug as
- attachments.
- 
  Big picture: If some image has some restriction on aggregates or hosts
  it can be run on, tenant may use  nova rebuild command to circumvent
  those restrictions. Main issue is with ImagePropertiesFilter, but it may
  cause issues with combination of flavor/image (for example allows to run
  license restricted OS (Windows) on host which has no such license, or
  rebuild instance with cheap flavor with image which is restricted only
  for high-priced flavors).
  
  I don't know if this is a security bug or not, if you would find it non-
  security issue, please remove the security flag.
  
  Steps to reproduce:
  
  1. Set up nova with  ImagePropertiesFilter or IsolatedHostsFilter active. 
They should allows to run 'image1' only on 'host1', but never on 'host2'.
  2. Boot instance with some other (non-restricted) image on 'host2'.
  3. Use nova rebuild INSTANCE image1
  
  Expected result:
  
  nova rejects rebuild because given image ('image1') may not run on
  'host2'.
  
  Actual result:
  
  nova happily rebuild instance with image1 on host2, violating
  restrictions.
  
  Checked affected version: mitaka.
  
  I believe, due to the way 'rebuild' command is working, newton and
  master are affected too.

** Information type changed from Private Security to Public Security

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

Title:
  [OSSA-2017-005] nova rebuild ignores all image properties and
  scheduler filters (CVE-2017-16239)

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

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

[Bug 1724331] Re: Edit preference failure -gtkhash - Artful Ardvark

2017-11-01 Thread Tristan Heaven
Should be fixed in 1.1.1 (latest upstream release)

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

Title:
  Edit preference failure -gtkhash - Artful Ardvark

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

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

[Bug 1726274] Re: RTNL: assertion failed at /build/linux-XO_uEE/linux-4.13.0/net/core/dev.c (2398)

2017-10-24 Thread Tristan
I have a crontab entry on my desktop to suspend the system to memory at
11pm and resume at 7am every day. Because the desktop has graphical
artifacts on resume, I log out before it suspends. When I log back in,
this same error is shown.

I do not get this error when resuming if I use the suspend option on the
lock screen. (the graphical artifacts do not happen either with this
method)

I do not get this error on my laptop, whether suspending via the lock
screen or using rtcwake.

Both my desktop and laptop are running Ubuntu 17.10 with kernel
4.13.0-16-generic. The laptop has an Intel i3 CPU and is using the
default drivers. The desktop has an Intel i7 CPU and an Nvidia GTX 760
with the Nvidia drivers installed.

I attempted booting the latest v4.14 kernel on my desktop as suggested,
but it would not load the GUI. I was only able to access the terminal
(TTY2-6). I'm guessing this is because of the proprietary graphics
drivers or a misconfiguration on my end when installing the new kernel.

The system appears to be stable, and everything seems to work just fine
after dismissing the error message. I haven't run into any problems
other than the error message simply appearing.

I cannot tell when the issue started happening, as I have not used
rtcwake in some time (this error did not happen before, but I remember
the graphical artifacts being an issue with Nvidia graphics).

Is there any debug info I can grab from the laptop that would help
determine why it does not have 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/1726274

Title:
  RTNL: assertion failed at /build/linux-
  XO_uEE/linux-4.13.0/net/core/dev.c (2398)

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

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

[Bug 1726886] [NEW] RTNL: assertion failed at /build/linux-XO_uEE/linux-4.13.0/net/core/dev.c (2398)

2017-10-24 Thread Tristan
*** This bug is a duplicate of bug 1726274 ***
https://bugs.launchpad.net/bugs/1726274

Public bug reported:

I have a crontab entry that runs rtcwake to suspend the system to memory
at 11pm and resume at 7am every day. The desktop has graphical artifacts
on resume due to Nvidia graphics drivers, so I logout before 11pm. When
I log in the next morning, this problem report appears.

ProblemType: KernelOops
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-16-generic 4.13.0-16.19 [modified: 
boot/vmlinuz-4.13.0-16-generic]
ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
Uname: Linux 4.13.0-16-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
Annotation: Your system might become unstable now and might need to be 
restarted.
ApportVersion: 2.20.7-0ubuntu3
Architecture: amd64
Date: Tue Oct 24 07:00:41 2017
Failure: oops
InstallationDate: Installed on 2017-10-20 (3 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
IwConfig:
 lono wireless extensions.
 
 enp3s0no wireless extensions.
MachineType: MSI MS-7845
OopsText:
 RTNL: assertion failed at /build/linux-XO_uEE/linux-4.13.0/net/core/dev.c 
(2398)
 CPU: 0 PID: 15194 Comm: kworker/u16:5 Tainted: P   OE   
4.13.0-16-generic #19-Ubuntu
 Hardware name: MSI MS-7845/Z87-GD65 GAMING (MS-7845), BIOS V1.11 07/18/2014
 Workqueue: events_unbound async_run_entry_fn
 Call Trace:
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic 
root=UUID=ff7caa3c-72dc-49db-958a-bcec60565caf ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: kerneloops-daemon N/A
RfKill:
 
SourcePackage: linux
Title: RTNL: assertion failed at 
/build/linux-XO_uEE/linux-4.13.0/net/core/dev.c (2398)
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/18/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.11
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87-GD65 GAMING (MS-7845)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.11:bd07/18/2014:svnMSI:pnMS-7845:pvr1.0:rvnMSI:rnZ87-GD65GAMING(MS-7845):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: MS-7845
dmi.product.version: 1.0
dmi.sys.vendor: MSI

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


** Tags: amd64 apport-kerneloops artful kernel-oops

** This bug has been marked a duplicate of bug 1726274
   RTNL: assertion failed at /build/linux-XO_uEE/linux-4.13.0/net/core/dev.c 
(2398)

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

Title:
  RTNL: assertion failed at /build/linux-
  XO_uEE/linux-4.13.0/net/core/dev.c (2398)

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

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

[Bug 1724331] Re: Edit preference failure -gtkhash - Artful Ardvark

2017-10-17 Thread Tristan Heaven
Hi,

This looks like the problem fixed by this patch:

https://github.com/tristanheaven/gtkhash/commit/7d94836c0169585f838c1f88b6f44db87c355b5e.patch

I don't know about getting that into the Ubuntu package, but the patch
should apply cleanly onto v1.0 or v1.1.

Thanks,

Tristan

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

Title:
  Edit preference failure -gtkhash - Artful Ardvark

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

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

[Bug 1665761] Re: thunar crashed with signal 7 in g_resource_new_from_data()

2017-07-15 Thread Tristan Heaven
This was fixed in v1.0.1. Just waiting a package update here.

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

Title:
  thunar crashed with signal 7 in g_resource_new_from_data()

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

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


[Bug 1702927] Re: lirc_serial module no longer in the kernel extra package

2017-07-07 Thread Tristan Tarrant
/lib/modules$ ls
4.10.0-22-generic  4.10.0-26-generic  4.8.0-53-generic

$ find . -name 'lirc_serial.ko'
./4.8.0-53-generic/kernel/drivers/staging/media/lirc/lirc_serial.ko

$ dpkg -S 
/lib/modules/4.8.0-53-generic/kernel/drivers/staging/media/lirc/lirc_serial.k
linux-image-extra-4.8.0-53-generic: 
/lib/modules/4.8.0-53-generic/kernel/drivers/staging/media/lirc/lirc_serial.ko

as you can see, linux-image-extra 4.8.0 contains the module, but 4.10.x
does not

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

Title:
  lirc_serial module no longer in the kernel extra package

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

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


[Bug 1702927] [NEW] lirc_serial module no longer in the kernel extra package

2017-07-07 Thread Tristan Tarrant
Public bug reported:

Up to Ubuntu 16.10 the kernel extras contained the lirc_serial, but
since 17.04 it is no longer part of the package.

** Affects: lirc (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/1702927

Title:
  lirc_serial module no longer in the kernel extra package

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

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


[Bug 1680330] Re: lxc-execute can run commands in current namespace

2017-04-07 Thread Tristan Ball
I didn't expect it.

While I understand that there is no such entity as "a container" on
linux, the functionality of lxc being a construct of several underlying
features, lxc appears to me to be trying to construct a consistent
abstraction on those features. The unit of reference throughout the
documentation is "the container", and seems geared to be towards being
able to treat them as atomic units. I can name them, create, delete and
snapshot them, given them IP addresses etc.

For lxc-execute to function with partial functionality, without warning,
breaking the abstraction model of the suite, seems to me to be
undesirable behavior.

Regards,
Tristan

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

Title:
  lxc-execute can run commands in current namespace

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

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


[Bug 1680330] [NEW] lxc-execute can run commands in current namespace

2017-04-06 Thread Tristan Ball
Public bug reported:

If lxc-execute is passed a non-existent container name, then the command
given is run in the current namespace.

I believe it should failed with a "container not found" error, as
otherwise it can lead to unexpected consequences in the host
environment.

example:

# lxc-ls
files   foreman ns01proxy
## Example typo on the -n option
# lxc-execute -n ns1 -- touch /tmp/ns01
# ls -l /tmp/ns01
-rw-r--r-- 1 root root 0 Apr  6 16:07 /tmp/ns01
## Command ran outside of container!

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.10
DISTRIB_CODENAME=yakkety
DISTRIB_DESCRIPTION="Ubuntu 16.10"

** Affects: lxc (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/1680330

Title:
  lxc-execute can run commands in current namespace

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

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


[Bug 1464064] Re: Ubuntu apt repos are not available via HTTPS

2017-03-26 Thread Tristan
Whether HTTPS should be used by default or not should be left up to the
mirror operators, in my opinion. They are the ones that would have to
purchase and maintain the SSL certificates (unless they use a free CA
like Lets Encrypt). However, for the mirrors that DO support HTTPS, it
should at least be properly listed and supported in the "Software &
Updates" GUI. The "Choose a Download Server" screen has a selection box
for protocol, but it only ever has HTTP as an option. This makes me
wonder why it even exists, because it even shows HTTP when I select an
FTP mirror. (unless it's supposed to change, and I somehow broke it)

There's even a question about this from 3 years ago:
https://askubuntu.com/questions/416190/are-all-ubuntu-update-download-
servers-http-only

I'm probably oversimplifying this by a lot, but couldn't we just change
the mirror registration page[1] to include an HTTPS option, review it to
make sure it works, and let the users choose that protocol?

[1] https://launchpad.net/ubuntu/+newmirror (only has HTTP, FTP, and
Rsync as options)

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

Title:
  Ubuntu apt repos are not available via HTTPS

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

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


[Bug 1665761] Re: thunar crashed with signal 7 in g_resource_new_from_data()

2017-02-17 Thread Tristan Heaven
Thanks for the report, I'll look into it. This probably isn't a thunar
bug.

- gtkhash upstream

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

Title:
  thunar crashed with signal 7 in g_resource_new_from_data()

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

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


[Bug 1646328] [NEW] libvirtd fails to start with apparmor denial error for netlink socket creation

2016-11-30 Thread Tristan Schmelcher
Public bug reported:

I believe this is the same as bug 1386465, but I'm opening a new one to
collect apport info.

I upgraded from 14.04 to 16.04 and can no longer start libvirtd. The
output of journalctl -xe shows:


Nov 30 19:08:10 kat-Dell-System-XPS-L322X sudo[5547]: PAM unable to 
dlopen(pam_winbind.so): /lib/security/pam_winbind.so: cannot open shared ob
Nov 30 19:08:10 kat-Dell-System-XPS-L322X sudo[5547]: PAM adding faulty module: 
pam_winbind.so
Nov 30 19:08:10 kat-Dell-System-XPS-L322X sudo[5547]:  tristan : TTY=pts/18 ; 
PWD=/home/tristan ; USER=root ; COMMAND=/usr/sbin/service libvirt
Nov 30 19:08:10 kat-Dell-System-XPS-L322X sudo[5547]: pam_unix(sudo:session): 
session opened for user root by (uid=0)
Nov 30 19:08:11 kat-Dell-System-XPS-L322X systemd[1]: Starting Virtualization 
daemon...
-- Subject: Unit libvirt-bin.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit libvirt-bin.service has begun starting up.
Nov 30 19:08:11 kat-Dell-System-XPS-L322X audit[5582]: AVC apparmor="DENIED" 
operation="create" profile="/usr/sbin/libvirtd" pid=5582 comm="lib
Nov 30 19:08:11 kat-Dell-System-XPS-L322X libvirtd[5582]: libvirt version: 
1.3.1, package: 1ubuntu10.5 (Stefan Bader <stefan.ba...@canonical.co
Nov 30 19:08:11 kat-Dell-System-XPS-L322X libvirtd[5582]: hostname: 
kat-Dell-System-XPS-L322X
Nov 30 19:08:11 kat-Dell-System-XPS-L322X libvirtd[5582]: Unable to initialize 
audit layer: Permission denied
Nov 30 19:08:11 kat-Dell-System-XPS-L322X audit[5582]: AVC apparmor="DENIED" 
operation="create" profile="/usr/sbin/libvirtd" pid=5582 comm="lib
Nov 30 19:08:11 kat-Dell-System-XPS-L322X libvirtd[5582]: cannot connect to 
netlink socket with protocol 0: Permission denied
Nov 30 19:08:11 kat-Dell-System-XPS-L322X kernel: audit: type=1400 
audit(1480561691.111:64): apparmor="DENIED" operation="create" profile="/usr
Nov 30 19:08:11 kat-Dell-System-XPS-L322X kernel: audit: type=1400 
audit(1480561691.111:65): apparmor="DENIED" operation="create" profile="/usr
Nov 30 19:08:11 kat-Dell-System-XPS-L322X systemd[1]: libvirt-bin.service: Main 
process exited, code=exited, status=6/NOTCONFIGURED
Nov 30 19:08:11 kat-Dell-System-XPS-L322X systemd[1]: Failed to start 
Virtualization daemon.
-- Subject: Unit libvirt-bin.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit libvirt-bin.service has failed.
-- 
-- The result is failed.
Nov 30 19:08:11 kat-Dell-System-XPS-L322X systemd[1]: libvirt-bin.service: Unit 
entered failed state.
Nov 30 19:08:11 kat-Dell-System-XPS-L322X systemd[1]: libvirt-bin.service: 
Failed with result 'exit-code'.
Nov 30 19:08:11 kat-Dell-System-XPS-L322X sudo[5547]: pam_unix(sudo:session): 
session closed for user root
Nov 30 19:08:11 kat-Dell-System-XPS-L322X systemd[1]: libvirt-bin.service: 
Service hold-off time over, scheduling restart.
Nov 30 19:08:11 kat-Dell-System-XPS-L322X systemd[1]: Stopped Virtualization 
daemon.
-- Subject: Unit libvirt-bin.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit libvirt-bin.service has finished shutting down.


The /etc/apparmor.d/usr.sbin.libvirtd file does contain a "network
netlink," line.

As requested at
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1386465/comments/22,
the contents of the resulting libvirt.debug are simply:


2016-12-01 03:18:28.408+: 7048: info : libvirt version: 1.3.1, package: 
1ubuntu10.5 (Stefan Bader <stefan.ba...@canonical.com> Thu, 06 Oct 2016 
13:07:20 +0200)
2016-12-01 03:18:28.408+: 7048: info : hostname: kat-Dell-System-XPS-L322X
2016-12-01 03:18:28.408+: 7048: error : virAuditOpen:62 : Unable to 
initialize audit layer: Permission denied
2016-12-01 03:18:28.412+: 7048: error : virNetlinkEventServiceStart:676 : 
cannot connect to netlink socket with protocol 0: Permission denied


And the journal contains:


Nov 30 19:18:28 kat-Dell-System-XPS-L322X sudo[7044]: PAM unable to 
dlopen(pam_winbind.so): /lib/security/pam_winbind.so: cannot open shared object 
file: No such file or directory
Nov 30 19:18:28 kat-Dell-System-XPS-L322X sudo[7044]: PAM adding faulty module: 
pam_winbind.so
Nov 30 19:18:28 kat-Dell-System-XPS-L322X sudo[7044]:  tristan : TTY=pts/18 ; 
PWD=/home/tristan ; USER=root ; COMMAND=/usr/sbin/libvirtd
Nov 30 19:18:28 kat-Dell-System-XPS-L322X sudo[7044]: pam_unix(sudo:session): 
session opened for user root by (uid=0)
Nov 30 19:18:28 kat-Dell-System-XPS-L322X audit[7048]: AVC apparmor="DENIED" 
operation="create" profile="/usr/sbin/libvirtd" pid=7048 comm="libvirtd" 
family="netlink" sock_type="raw" protocol=9 requested_mask="

[Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-27 Thread Tristan Cacqueray
Indeed my bad, oslo-concurrency 2.6.1, 3.7.1 and 3.8.0 are all good and
referenced in the upper-constraint of supported stable branches. Thus I
agree we could omit that note on the advisory.

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

Title:
  qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

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

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


[Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-27 Thread Tristan Cacqueray
Jeremy, the missing bit for oslo-concurrency 3.7.1 is
https://review.openstack.org/#/q/I164c4b35e1357a0f80ed7fe00a7ae8f49df92e31
and it was merged to stable branches. Fortunately it seems like all
version >= 3.8.0 are good enough to support correct resources limit, so
I guess we could just mention that.

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

Title:
  qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

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

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


[Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-09-26 Thread Tristan Cacqueray
Jeremy, the impact description looks good. Though note that prlimit
implementation before oslo.concurrency-3.8.0 doesn't support all the
required resources limit, thus I would mention that
oslo.concurrency>=3.8.0 is required to fix that issue.

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

Title:
  qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

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

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


[Bug 1619923] [NEW] mssing dependency: libjs-cryptojs

2016-09-03 Thread Tristan
Public bug reported:

Without the libjs-cryptojs package, tomahawk won't display cloud-based
plugins, such as ampache, youtube, etc.

Installing libjs-cryptojs fixes the problem and allows these plugins to
be used.

Description:Ubuntu 16.04.1 LTS
Release:16.04

tomahawk:
  Installed: 0.8.4+dfsg1-0ubuntu1
  Candidate: 0.8.4+dfsg1-0ubuntu1
  Version table:
 *** 0.8.4+dfsg1-0ubuntu1 500
500 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

** Affects: tomahawk-player (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/1619923

Title:
  mssing dependency: libjs-cryptojs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomahawk-player/+bug/1619923/+subscriptions

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


[Bug 1607924] [NEW] fglrx-core 2:15.201-0ubuntu1: fglrx-core kernel module failed to build

2016-07-29 Thread Tristan Cormier
Public bug reported:

I installed AMD fglrx through AMD's website and upon reboot could not
get to my desktop or TTY anymore. I tried to blindly uninstall
everything and went back to X.Org open-source drivers. The bug was
encountered.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: fglrx-core (not installed)
ProcVersionSignature: Ubuntu 4.2.0-42.49~14.04.1-generic 4.2.8-ckt12
Uname: Linux 4.2.0-42-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
DKMSKernelVersion: 4.2.0-42-generic
Date: Fri Jul 29 15:13:46 2016
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
   Subsystem: PC Partner Limited / Sapphire Technology Device [174b:174b]
InstallationDate: Installed on 2016-07-29 (0 days ago)
InstallationMedia: Ubuntu 14.04.4 LTS "Trusty Tahr" - Release amd64 (20160217.1)
MachineType: MSI MS-7926
PackageVersion: 2:15.201-0ubuntu1
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-42-generic.efi.signed 
root=UUID=8488b034-23ac-42b5-84fd-860013f162e4 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.14
SourcePackage: fglrx-installer
Title: fglrx-core 2:15.201-0ubuntu1: fglrx-core kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/16/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.13
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z97 GAMING 9 AC (MS-7926)
dmi.board.vendor: MSI
dmi.board.version: 1.0
dmi.chassis.asset.tag: To be filled by O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MSI
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.13:bd02/16/2016:svnMSI:pnMS-7926:pvr1.0:rvnMSI:rnZ97GAMING9AC(MS-7926):rvr1.0:cvnMSI:ct3:cvr1.0:
dmi.product.name: MS-7926
dmi.product.version: 1.0
dmi.sys.vendor: MSI
version.compiz: compiz 1:0.9.11.3+14.04.20160425-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Jul 29 15:31:03 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9.1~trusty1
xserver.video_driver: radeon

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


** Tags: amd64 apport-package compiz-0.9 trusty ubuntu

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

Title:
  fglrx-core 2:15.201-0ubuntu1: fglrx-core kernel module failed to build

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

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


[Bug 1449062] Re: qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

2016-07-11 Thread Tristan Cacqueray
Here is a recap of all related patches,

master/newton (oslo.concurrency-3.8.0):
* https://review.openstack.org/243829 oslo.concurrency prlimit (merged in 3.7.1)
* https://review.openstack.org/307813 oslo.concurrency process limit (not 
merged in 3.7.1)
* https://review.openstack.org/307663 nova fix

stable/mitaka (oslo.concurrency-3.7.1):
* https://review.openstack.org/326327 nova backport
* https://review.openstack.org/327774 oslo.concurrency process limit backport

stable/liberty (oslo.concurrency-2.6.1):
* https://review.openstack.org/327624 nova backport
* https://review.openstack.org/327630 oslo.concurrency prlimit backport
* https://review.openstack.org/33 oslo.concurrency process limit backport


It seems like we only need 327624 to move on the OSSA task. Is there something 
like a global requirement change we are waiting for ?

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

Title:
  qemu-img calls need to be restricted by ulimit (CVE-2015-5162)

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

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


[Bug 1493303] Re: [OSSA 2016-004] Swift proxy memory leak on unfinished read (CVE-2016-0738)

2016-06-03 Thread Tristan Cacqueray
@james-page, it seems like you are the one who can change the "swift
(ubuntu)" task status. Please put it back to "confirmed"...

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

Title:
  [OSSA 2016-004] Swift proxy memory leak on unfinished read
  (CVE-2016-0738)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1493303/+subscriptions

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


[Bug 1434986] Re: Not working network connection after boot

2016-05-11 Thread Tristan Cormier
I too am affected by this bug, on Ubuntu 16.04 LTS. The bug has been
present for me, in a way or another, since 15.04.

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

Title:
  Not working network connection after boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1434986/+subscriptions

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


[Bug 1466789] Re: The menu integration for java application works just on the first frame

2016-05-01 Thread Tristan
** Also affects: jayatana
   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/1466789

Title:
  The menu integration for java application works just on the first
  frame

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

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


[Bug 1572041] Re: Can't create click target for armhf

2016-04-27 Thread Tristan
Same problem, also on Ubuntu 16.04. Really disappointing because I was
looking forward to developing apps now that I have an Ubuntu tablet.

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

Title:
  Can't create click target for armhf

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

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


[Bug 1566717] [NEW] No option to set up Gnome Terminal Notifications "Job done"

2016-04-06 Thread tristan
Public bug reported:

Hi,

Ubuntu Gnome 16.04 - 64 bits - Nvidia driver ON

expected to happen : Could set up notification for Gnome Terminal to
show thumbnail in notification area "job done"

What happened : Nothing, there is no such option in gnome settings.
Haven't seen in dconf-editor or kind of setting editor - so there is no
gnome terminal notification

wich this not my mistake, anyway

Thanks

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-17.33-generic 4.4.6
Uname: Linux 4.4.0-17-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Apr  6 10:22:12 2016
InstallationDate: Installed on 2016-04-05 (0 days ago)
InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  No option to set up Gnome Terminal Notifications "Job done"

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

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


[Bug 1553237] Re: Cannot stop samba service

2016-03-07 Thread Tristan Grimaux
I marked it as a security bug because changes in Samba configuration,
that might have security changes, will not be taken into effect until
the server host is re-initiated

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

Title:
  Cannot stop samba service

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

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


[Bug 1553237] Re: Cannot stop samba service

2016-03-07 Thread Tristan Grimaux
I marked it as a security bug because changes in Samba configuration,
that might have security changes, will not be taken into effect until
the server host is re-initiated

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1553237

Title:
  Cannot stop samba service

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1493303] Re: [OSSA 2016-004] Swift proxy memory leak on unfinished read (CVE-2016-0738)

2016-01-25 Thread Tristan Cacqueray
** Changed in: ossa
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to swift in Ubuntu.
https://bugs.launchpad.net/bugs/1493303

Title:
  [OSSA 2016-004] Swift proxy memory leak on unfinished read
  (CVE-2016-0738)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1493303/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1493303] Re: [OSSA 2016-004] Swift proxy memory leak on unfinished read (CVE-2016-0738)

2016-01-25 Thread Tristan Cacqueray
** Changed in: ossa
   Status: Fix Committed => Fix Released

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

Title:
  [OSSA 2016-004] Swift proxy memory leak on unfinished read
  (CVE-2016-0738)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1493303/+subscriptions

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


[Bug 1493303] Re: Swift proxy memory leak on unfinished read (CVE-2016-0738)

2016-01-20 Thread Tristan Cacqueray
** Description changed:

- This issue is being treated as a potential security risk under embargo.
- Please do not make any public mention of embargoed (private) security
- vulnerabilities before their coordinated publication by the OpenStack
- Vulnerability Management Team in the form of an official OpenStack
- Security Advisory. This includes discussion of the bug or associated
- fixes in public forums such as mailing lists, code review systems and
- bug trackers. Please also avoid private disclosure to other individuals
- not already approved for access to this information, and provide this
- same reminder to those who are made aware of the issue prior to
- publication. All discussion should remain confined to this private bug
- report, and any proposed fixes should be added to the bug as
- attachments.
- 
  It looks like the Swift proxy will leak memory if the connection is
  closed and the full response is not read. This opens for a potential DoS
  attacks.
  
  Reproduce:
  
  $ swift -A http://localhost:/auth/v1.0 -U .. -K .. upload --use-slo 
--segment-size 1048576  
  $ curl -H'X-Auth-Token: AUTH_...' 
"http://localhost:/v1/AUTH_..//" -m 0.001 > /dev/null
  
  Repeat the curl command a couple of times and you will have more
  information in netstat and sockstat. The important part is the -m which
  sets the max time curl spends at downloading. After that point, it'll
  close the connection.
  
  $ sudo netstat -ant -p | grep :6000
  $ cat /proc/net/sockstat
  
  tcp0  0 127.0.0.1:6000  0.0.0.0:*   LISTEN
  1358/python
  tcp0  43221 127.0.0.1:6000  127.0.0.1:48350 FIN_WAIT1 
  -
  tcp0  43221 127.0.0.1:6000  127.0.0.1:48882 FIN_WAIT1 
  -
  tcp   939820  0 127.0.0.1:48350 127.0.0.1:6000  
ESTABLISHED 17897/python
  tcp   939820  0 127.0.0.1:48882 127.0.0.1:6000  
ESTABLISHED 17890/python
  tcp   983041  0 127.0.0.1:48191 127.0.0.1:6000  
CLOSE_WAIT  17897/python
  tcp   983041  0 127.0.0.1:48948 127.0.0.1:6000  
CLOSE_WAIT  17892/python
  
  Restarting the proxy frees up the lingering memory.
  
  This problem did not exist in 2.2.0.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: swift 2.2.2-0ubuntu1~cloud0 [origin: Canonical]
  ProcVersionSignature: Ubuntu 3.16.0-48.64~14.04.1-generic 3.16.7-ckt15
  Uname: Linux 3.16.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.12
  Architecture: amd64
  CrashDB:
   {
  "impl": "launchpad",
  "project": "cloud-archive",
  "bug_pattern_url": 
"http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml;,
   }
  Date: Tue Sep  8 09:55:05 2015
  InstallationDate: Installed on 2015-06-22 (77 days ago)
  InstallationMedia: Ubuntu-Server 14.04.2 LTS "Trusty Tahr" - Release amd64 
(20150218.1)
  PackageArchitecture: all
  SourcePackage: swift
  UpgradeStatus: No upgrade log present (probably fresh install)

** Information type changed from Private Security to Public Security

** Summary changed:

- Swift proxy memory leak on unfinished read (CVE-2016-0738)
+ [OSSA 2016-004] Swift proxy memory leak on unfinished read (CVE-2016-0738)

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

Title:
  [OSSA 2016-004] Swift proxy memory leak on unfinished read
  (CVE-2016-0738)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1493303/+subscriptions

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

[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-01-14 Thread Tristan
Andrea, a DNS Leak is defined as any DNS traffic going outside your
VPN's assigned servers. Even if 8.8.8.8 goes through the VPN, it's still
leaking your traffic. https://www.dnsleaktest.com/what-is-a-dns-
leak.html

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

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

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


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-01-14 Thread Tristan
Andrea, a DNS Leak is defined as any DNS traffic going outside your
VPN's assigned servers. Even if 8.8.8.8 goes through the VPN, it's still
leaking your traffic. https://www.dnsleaktest.com/what-is-a-dns-
leak.html

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/120

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1397067] Re: ID 138a:003f Validity Sensors, Inc. on HP EliteBook 840G1

2016-01-09 Thread Tristan Davis
HP EliteBook 840, Ubuntu GNOME 15.10.

Bus 001 Device 003: ID 138a:003f Validity Sensors, Inc. VFS495
Fingerprint Reader

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

Title:
  ID 138a:003f Validity Sensors, Inc. on  HP EliteBook 840G1

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

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


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-01-08 Thread Tristan
@Andrea, I tried that, but then my VPN connection uses the static
servers. And unless Google DNS connections are encrypted, it's still a
DNS leak.

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

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

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


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2016-01-08 Thread Tristan
@Andrea, I tried that, but then my VPN connection uses the static
servers. And unless Google DNS connections are encrypted, it's still a
DNS leak.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/120

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2015-12-10 Thread Tristan
Same issue for me on 15.10, but it didn't happen on 15.04.

Using the script-security 2 option in the configuration file, everything
works correctly when run from command line: "sudo openvpn --config
file.ovpn"

For me, this problem only happens when connecting through Network
Manager.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/120

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2015-12-10 Thread Tristan
Same issue for me on 15.10, but it didn't happen on 15.04.

Using the script-security 2 option in the configuration file, everything
works correctly when run from command line: "sudo openvpn --config
file.ovpn"

For me, this problem only happens when connecting through Network
Manager.

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

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

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


[Bug 1518450] [NEW] package libreadline-gplv2-dev 5.2+dfsg-3 fails to install

2015-11-20 Thread Tristan Cormier
Public bug reported:

I tried installing libreadline-gplv2-dev and libreadline-gplv2-dev:i386
all together and it failed.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libreadline-gplv2-dev 5.2+dfsg-3
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.2-0ubuntu6
Architecture: amd64
Date: Fri Nov 20 15:22:47 2015
DuplicateSignature:
 Unpacking libreadline-gplv2-dev:i386 (5.2+dfsg-3) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libreadline-gplv2-dev_5.2+dfsg-3_i386.deb (--unpack):
  trying to overwrite shared '/usr/share/doc/libreadline5/examples/Makefile', 
which is different from other instances of package libreadline-gplv2-dev:i386
ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libreadline5/examples/Makefile', which is different from other 
instances of package libreadline-gplv2-dev:i386
InstallationDate: Installed on 2015-11-05 (15 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20151104)
RelatedPackageVersions:
 dpkg 1.18.3ubuntu1
 apt  1.0.10.2ubuntu1
SourcePackage: readline5
Title: package libreadline-gplv2-dev 5.2+dfsg-3 failed to install/upgrade: 
trying to overwrite shared '/usr/share/doc/libreadline5/examples/Makefile', 
which is different from other instances of package libreadline-gplv2-dev:i386
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check package-conflict xenial

** Summary changed:

- package libreadline-gplv2-dev 5.2+dfsg-3 failed to install/upgrade: trying to 
overwrite shared '/usr/share/doc/libreadline5/examples/Makefile', which is 
different from other instances of package libreadline-gplv2-dev:i386
+ package libreadline-gplv2-dev 5.2+dfsg-3 fails to install

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

Title:
  package libreadline-gplv2-dev 5.2+dfsg-3 fails to install

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

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


[Bug 1437492] Re: boot stalls on USB detection errors

2015-11-09 Thread Tristan Cormier
The BIOS setting I modified is:
Settings->
Advanced->
USB Configuration->
External USB Power Control [Disabled]

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

Title:
  boot stalls on USB detection errors

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

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


[Bug 1437492] Re: boot stalls on USB detection errors

2015-10-28 Thread Tristan Cormier
I am experiencing the same issue on Ubuntu 15.10 with Kernel
4.2.0-16-generic, on my MSI Z97 GAMING 9 AC. The only way to fix it for
me so far was to disable the USB external power or something like that
under Advanced Settings/USB.

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

Title:
  boot stalls on USB detection errors

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

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


[Bug 742941] Re: epsilon appears to be homeless (no revision control, no bug tracker, no continuous integration server)

2015-10-10 Thread Tristan Seligmann
** Changed in: epsilon (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: epsilon
   Status: Fix Committed => Fix Released

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

Title:
  epsilon appears to be homeless (no revision control, no bug tracker,
  no continuous integration server)

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

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


[Bug 1475876] [NEW] PCI/internal sound card not detected

2015-07-18 Thread Tristan Bloska
Public bug reported:

Pulse Audio will not load, only dummy audio is available.  I have tried
purging and reinstalling pulse audio to no avail.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-22.22-generic 3.19.8-ckt1
Uname: Linux 3.19.0-22-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/timer', 
'/dev/snd/seq'] failed with exit code 1:
CurrentDesktop: Unity
Date: Sat Jul 18 15:05:07 2015
InstallationDate: Installed on 2015-07-18 (0 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/06/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A18
dmi.board.name: 0G261D
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA18:bd08/06/2013:svnDellInc.:pnOptiPlex960:pvr:rvnDellInc.:rn0G261D:rvrA00:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex 960
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (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/1475876

Title:
  PCI/internal sound card not detected

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

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


[Bug 1473777] [NEW] nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module failed to build

2015-07-12 Thread Tristan Schmelcher
*** This bug is a duplicate of bug 1409190 ***
https://bugs.launchpad.net/bugs/1409190

Public bug reported:

I was trying to upgrade from nvidia-304 to nvidia-331-updates on Trusty.
Along the way I hit various build failures. Initially I tried to install
it for the Vivid HWE kernel, but then I gave up on that kernel and
uninstalled it when I encountered bug 1409190. Then I tried to install
it for just the latest Trusty kernel, where I hit bug 1268257.
Eventually I got it working with the workaround in that bug.

Apport generated problem reports for every build failure and deduped all
of them except this one.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: nvidia-331-updates
ProcVersionSignature: Ubuntu 3.13.0-57.95-generic 3.13.11-ckt21
Uname: Linux 3.13.0-57-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
DKMSKernelVersion: 3.19.0-22-generic
Date: Sun Jul 12 15:35:07 2015
DuplicateSignature: 
dkms:nvidia-331-updates:331.113-0ubuntu0.0.4:/var/lib/dkms/nvidia-331-updates/331.113/build/nv.c:2027:29:
 error: ‘struct file’ has no member named ‘f_dentry’
PackageVersion: 331.113-0ubuntu0.0.4
SourcePackage: nvidia-graphics-drivers-331-updates
Title: nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel 
module failed to build
UpgradeStatus: Upgraded to trusty on 2014-12-24 (200 days ago)

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


** Tags: amd64 apport-package need-duplicate-check trusty

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

Title:
  nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel
  module failed to build

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

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

[Bug 1473777] Re: nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module failed to build

2015-07-12 Thread Tristan Schmelcher
*** This bug is a duplicate of bug 1409190 ***
https://bugs.launchpad.net/bugs/1409190

And now that I can see the build log, I can see that this is a dupe too.
:)

** This bug has been marked a duplicate of bug 1409190
   nvidia kernel module failed to build [error: ‘struct file’ has no member 
named ‘f_dentry’]

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

Title:
  nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel
  module failed to build

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

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

[Bug 1294898] Re: gtk: menubar visible in fullscreen mode with gtk3

2015-06-18 Thread Tristan Muntsinger
** Also affects: ubuntu-gnome3-desktop (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/1294898

Title:
  gtk: menubar visible in fullscreen mode with gtk3

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

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


[Bug 1429306] Re: Sending MIDI directly out of Soundcard causes lock up

2015-03-07 Thread Tristan Strange
It's a HP Envy TouchSmart 15 Notebook PC

Model No: 15j 144 NA

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

Title:
  Sending MIDI directly out of Soundcard causes lock up

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

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


[Bug 1429306] [NEW] Sending MIDI directly out of Soundcard causes lock up

2015-03-06 Thread Tristan Strange
Public bug reported:

After sending a number of MIDI notes out of my NI AudioKontrol 1 sound
card my system locks up completely and needs to be hard reset.

This problem appears to occur no matter what tool I use to send MIDI out
of the soundcards port.

Upon crashing:
- screen goes black but backlight is left on.
- Caps lock key begins to flash

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-31-lowlatency 3.16.0-31.41
ProcVersionSignature: Ubuntu 3.16.0-31.41-lowlatency 3.16.7-ckt5
Uname: Linux 3.16.0-31-lowlatency x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.7-0ubuntu8.2
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-id', 
'/dev/snd/midiC2D0', '/dev/snd/pcmC2D0c', '/dev/snd/pcmC2D0p', 
'/dev/snd/controlC2', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D0c', 
'/dev/snd/pcmC1D0p', '/dev/snd/controlC1', '/dev/snd/by-path', 
'/dev/snd/hwC0D0', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
CurrentDesktop: Unity
Date: Fri Mar  6 23:48:36 2015
HibernationDevice: RESUME=UUID=a936a653-2638-4e98-9326-2067c04324bb
InstallationDate: Installed on 2014-12-07 (89 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: Hewlett-Packard HP ENVY TS 15 Notebook PC
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-31-lowlatency 
root=UUID=0c56b1a0-831d-4cfa-b181-46b2e7fca4f2 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-31-lowlatency N/A
 linux-backports-modules-3.16.0-31-lowlatency  N/A
 linux-firmware1.138.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/10/2014
dmi.bios.vendor: Insyde
dmi.bios.version: F.63
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 1967
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 93.51
dmi.chassis.asset.tag: 5CG439469N
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.63:bd06/10/2014:svnHewlett-Packard:pnHPENVYTS15NotebookPC:pvr098111405E0320100:rvnHewlett-Packard:rn1967:rvrKBCVersion93.51:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP ENVY TS 15 Notebook PC
dmi.product.version: 098111405E0320100
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug utopic

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

Title:
  Sending MIDI directly out of Soundcard causes lock up

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

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


[Bug 1422373] [NEW] evince japanese pdf form writeable but don't render right

2015-02-16 Thread Tristan Nakagawa
Public bug reported:

poppler-data is installed, and the file in general renders ok with the
japanese.

Only the fields to be filled out - allow to input japanese, but then render 
into weird boxes.
evince maintains there is a not embedded 'ZapfDingbats' font in the file, and 
instead choses Dingbats.

this is evince 3.10.3 on an Ubuntu 14.04

I expected: to have the fields render as japanese text
Instead: When jumping out of the field, the text turns into strange boxes


Here is an example file, though taiwanese, a similar thing happens
http://www.koryu.or.jp/kaohsiung-tw/ez3_contents.nsf/15aef977a6d6761f49256de4002084ae/a03c3583dc32699349256ffc00329fea/$FILE/sinseisyo%28tiawan%29.pdf

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


** Tags: evince japanese

** Tags added: evince japanese

** Description changed:

  poppler-data is installed, and the file in general renders ok with the
  japanese.
  
- Only the fields to be filled out - allow to input japanese, but then render 
into weird boxes. 
+ Only the fields to be filled out - allow to input japanese, but then render 
into weird boxes.
  evince maintains there is a not embedded 'ZapfDingbats' font in the file, and 
instead choses Dingbats.
  
  this is evince 3.10.3 on an Ubuntu 14.04
  
  I expected: to have the fields render as japanese text
  Instead: When jumping out of the field, the text turns into strange boxes
+ 
+ 
+ Here is an example file, though taiwanese, a similar thing happens
+ 
http://www.koryu.or.jp/kaohsiung-tw/ez3_contents.nsf/15aef977a6d6761f49256de4002084ae/a03c3583dc32699349256ffc00329fea/$FILE/sinseisyo%28tiawan%29.pdf

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

Title:
  evince japanese pdf form writeable but don't render right

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

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


[Bug 1242079] Re: 14e4:4365 [Lenovo ThinkPad Edge E135] Bluetooth: can't load firmware, may not work correctly

2015-01-25 Thread Tristan Havelick
I have a Dell Inspiron 11 3148, had the same problem, and the workaround
fixed it.

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

Title:
  14e4:4365 [Lenovo ThinkPad Edge E135] Bluetooth: can't load firmware,
  may not work correctly

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

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


[Bug 1405907] Re: Z97 requires xHCI for USB2: IR remote unusable

2015-01-02 Thread Tristan Bull
For what it's worth, I am trying to use the same IR receiver in 14.04 on
a chromebox. I tried running 'apport-collect' but it wouldn't let me
since I did not create the bug. If there's another way I can attach the
report, please let me know.

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

Title:
  Z97 requires xHCI for USB2: IR remote unusable

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

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


[Bug 944040] Re: Cannot connect to RDP if host fingerprint changes

2014-12-31 Thread Tristan
I have resolved this a number of times on my machine but each time the solution 
has been different (Alway one of the above). I'm not a programmer so this is 
pretty arduous to be honest. If there was something I could do to help identify 
I would be pleased to assist.
It is a very random issue and it can go for months without a problem but when 
it does crop up its a real pain in the ***.

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

Title:
  Cannot connect to RDP if host fingerprint changes

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

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


[Bug 832507] Re: console.log grows indefinitely

2014-09-08 Thread Tristan Cacqueray
@John Haller: Great news!

Do you think the associated code could be proposed as backport for
Havana and Icehouse too ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/832507

Title:
  console.log grows indefinitely

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 832507] Re: console.log grows indefinitely

2014-09-08 Thread Tristan Cacqueray
@John Haller: Great news!

Do you think the associated code could be proposed as backport for
Havana and Icehouse too ?

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

Title:
  console.log grows indefinitely

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

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


[Bug 1361189] [NEW] [regression] Cannot easily switch between QWERTY and Dvorak keyboard layouts while using Japanese Anthy input method

2014-08-25 Thread Tristan Schmelcher
Public bug reported:

In Precise, it was possible in the System Settings program to separately
configure switchable keyboard layouts (e.g., QWERTY, Dvorak) and
switchable input methods (e.g., Anthy). That made it possible to use the
Anthy input method with a Dvorak keyboard layout and switch between
QWERTY and Dvorak for different Japanese typists using one keyboard
shortcut for the layout switch and a different keyboard shortcut for the
input method switch.

In Trusty, the merged Text Entry menu does not support this. The
Japanese (Anthy) input source always uses whatever keyboard layout was
in use last. Thus, switching keyboard layouts while staying with the
Anthy input method is very cumbersome. For example, if the user's text
entry sources are:

English (Dvorak)
English (US)
Japanese (Anthy)

Then to switch from English (Dvorak) to Japanese (Anthy) with a
Dvorak layout, the user must press Shift+Super+Space. If the user
instead presses Super+Space twice, they get Japanese (Anthy) with a
QWERTY layout.

Similarly, once Japanese (Anthy) is in use with a Dvorak layout,
switching to a QWERTY layout with the same input method requires
pressing Shift+Super+Space followed by Super+Space. Switching back to
Dvorak requires the reverse: Super+Space followed by Shift+Super+Space.

Furthermore, this workaround is only possible if the user only wants to
switch between two keyboard layouts. If the user wants a third keyboard
layout then it is impossible to order them in such a way as to make all
of them usable with the user's input method(s).

Another user has encountered this problem and posted about it on the
forums. http://ubuntuforums.org/showthread.php?t=2223071

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity-control-center 14.04.3+14.04.20140604-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
Uname: Linux 3.13.0-34-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Aug 25 08:13:12 2014
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20120703-2
ExecutablePath: /usr/bin/unity-control-center
InstallationDate: Installed on 2012-12-07 (625 days ago)
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity-control-center
UpgradeStatus: Upgraded to trusty on 2014-08-24 (0 days ago)
usr_lib_unity-control-center:
 activity-log-manager 0.9.7-0ubuntu14
 deja-dup 30.0-0ubuntu4
 gnome-control-center 1:3.6.3-0ubuntu56.1

** Affects: unity-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug regression-release trusty

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

Title:
  [regression] Cannot easily switch between QWERTY and Dvorak keyboard
  layouts while using Japanese Anthy input method

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

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


[Bug 1247736] Re: [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

2014-08-24 Thread Tristan Schmelcher
Also, even with the fix to 331, wine is still not co-installable with
nvidia-libopencl1-331-updates for the reason in comment #33. Since that
is a problem in the wine dependencies rather than the nividia/opencl
dependencies, I am unduping bug 1320217 to cover the wine issue.

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

Title:
  [SRU] nvidia-opencl-icd-* should not conflicts/replaces on opencl-icd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1247736/+subscriptions

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


  1   2   3   4   5   6   7   8   9   10   >