[Bug 1947115] Re: VAAPI / HW-acceleration not working Snap-packaged Firefox

2022-06-04 Thread Nikos Epwnymo
Hey there,
I am facing the same issue.

However, for me if I use MOZ_DISABLE_RDD_SANDBOX=1 firefox, it works as
expected.

Is there a way to use it while not disabling the sandbox?

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

Title:
  VAAPI / HW-acceleration not working Snap-packaged Firefox

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


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

[Bug 1882420] Re: Please make qemu-bridge-helper suid as suggested in the qemu docs

2021-12-09 Thread Nikos Mavrogiannopoulos
What can be a solution for that? Without making it root suid (which is a
good thing) applications like gnome-boxes fail in an ungraceful way that
is very hard to understand.

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

Title:
  Please make qemu-bridge-helper suid as suggested in the qemu docs

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


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

[Bug 1943530] Re: link libkrb5 with openssl

2021-11-19 Thread Nikos Mavrogiannopoulos
For 22.04 we should switch to openssl 3.0 for cryptography for the
whole.

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

Title:
  link libkrb5 with openssl

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


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

[Bug 1949802] [NEW] hwe-support-status shows incorrect support dates

2021-11-04 Thread Nikos Mavrogiannopoulos
Public bug reported:

In a 20.04 system with subscription attached hwe-support-status shows:

```
$ hwe-support-status --verbose
You are not running a system with a Hardware Enablement Stack. Your system is 
supported until April 2025.
```

This is incorrect as the subscription entitles to support from canonical
until 2030 (support is also a very difficult term to use as it means
different things to different people). Nevertheless, I do not think that
this tool is the right to print any support entitlements. The message
should be instead:

```
$ hwe-support-status --verbose
You are not running a system with a Hardware Enablement Stack.
```

For support information we provide the `ua` tool instead.

** Affects: update-manager-core (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  In a 20.04 system with subscription attached hwe-support-status shows:
  
  ```
  $ hwe-support-status --verbose
  You are not running a system with a Hardware Enablement Stack. Your system is 
supported until April 2025.
  ```
  
- This is incorrect as the subscription entitles to support until 2030. I
- do not think that this tool is the right to print any support
- entitlements. The message should be instead:
+ This is incorrect as the subscription entitles to support until 2030.
+ Nevertheless, I do not think that this tool is the right to print any
+ support entitlements. The message should be instead:
  
  ```
  $ hwe-support-status --verbose
  You are not running a system with a Hardware Enablement Stack.
  ```
  
  For support information we provide the `ua` tool instead.

** Description changed:

  In a 20.04 system with subscription attached hwe-support-status shows:
  
  ```
  $ hwe-support-status --verbose
  You are not running a system with a Hardware Enablement Stack. Your system is 
supported until April 2025.
  ```
  
- This is incorrect as the subscription entitles to support until 2030.
- Nevertheless, I do not think that this tool is the right to print any
- support entitlements. The message should be instead:
+ This is incorrect as the subscription entitles to support from canonical
+ until 2030 (support is also a very difficult term to use as it means
+ different things to different people). Nevertheless, I do not think that
+ this tool is the right to print any support entitlements. The message
+ should be instead:
  
  ```
  $ hwe-support-status --verbose
  You are not running a system with a Hardware Enablement Stack.
  ```
  
  For support information we provide the `ua` tool instead.

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

Title:
  hwe-support-status shows incorrect support dates

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


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

[Bug 1927808] Re: rtw88_8821ce causes freeze

2021-10-30 Thread Nikos Boumakis
Another model with the same problem. An HP 15-da1018nv with the same
device (rtl8821ce). Ubuntu 21.10, minimal installation, kernel
5.13.0-20-generic.

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

Title:
  rtw88_8821ce causes freeze

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


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

[Bug 1943530] Re: link libkrb5 with openssl

2021-09-14 Thread Nikos Mavrogiannopoulos
** Description changed:

  In Ubuntu we provide a cryptographic core based on a small set of
  packages that we FIPS certify [0]. Applications and libraries should not
  bundle their own crypto code but should use the cryptographic core to
  benefit from the certification, but also importantly to reduce bugs due
- to small cryptographic libraries that are not monitored for low level
- crypto CVEs. This bug is to change libkrb5 to use the openssl crypto
- code instead of bundling its own on the next ubuntu release.
+ to small cryptographic libraries that researchers may not be verifying
+ crypto vulnerabilities at. This bug is to change libkrb5 to use the
+ openssl crypto code instead of bundling its own on the next ubuntu
+ release.
  
  [0]. https://ubuntu.com/security/fips

** Description changed:

  In Ubuntu we provide a cryptographic core based on a small set of
  packages that we FIPS certify [0]. Applications and libraries should not
  bundle their own crypto code but should use the cryptographic core to
  benefit from the certification, but also importantly to reduce bugs due
- to small cryptographic libraries that researchers may not be verifying
- crypto vulnerabilities at. This bug is to change libkrb5 to use the
+ to small cryptographic libraries that that are not studied as much as
+ more popular counterparts. This bug is to change libkrb5 to use the
  openssl crypto code instead of bundling its own on the next ubuntu
  release.
  
  [0]. https://ubuntu.com/security/fips

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

Title:
  link libkrb5 with openssl

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


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

[Bug 1943530] [NEW] link libkrb5 with openssl

2021-09-14 Thread Nikos Mavrogiannopoulos
Public bug reported:

In Ubuntu we provide a cryptographic core based on a small set of
packages that we FIPS certify [0]. Applications and libraries should not
bundle their own crypto code but should use the cryptographic core to
benefit from the certification, but also importantly to reduce bugs due
to small cryptographic libraries that are not monitored for low level
crypto CVEs. This bug is to change libkrb5 to use the openssl crypto
code instead of bundling its own on the next ubuntu release.

[0]. https://ubuntu.com/security/fips

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

** Description changed:

  In Ubuntu we provide a cryptographic core based on a small set of
  packages that we FIPS certify [0]. Applications and libraries should not
  bundle their own crypto code but should use the cryptographic core to
  benefit from the certification, but also importantly to reduce bugs due
  to small cryptographic libraries that are not monitored for low level
  crypto CVEs. This bug is to change libkrb5 to use the openssl crypto
- code instead of bundling its own.
- 
+ code instead of bundling its own on the next ubuntu release.
  
  [0]. https://ubuntu.com/security/fips

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

Title:
  link libkrb5 with openssl

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


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

[Bug 1938043] Re: ubuntu-security-status

2021-09-13 Thread Nikos Mavrogiannopoulos
The issue is addressed!

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

Title:
  ubuntu-security-status

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


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

[Bug 1937303] Re: ubuntu-support-status does mark FIPS packages as unsupported on 18.04

2021-07-30 Thread Nikos Mavrogiannopoulos
How can we address the customer problem?

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

Title:
  ubuntu-support-status does mark FIPS packages as unsupported on 18.04

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


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

[Bug 1938043] Re: ubuntu-security-status

2021-07-30 Thread Nikos Mavrogiannopoulos
Livepatch is disabled from that system (shown in the output of ua status
above).

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

Title:
  ubuntu-security-status

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


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

[Bug 1938043] [NEW] ubuntu-security-status

2021-07-26 Thread Nikos Mavrogiannopoulos
Public bug reported:

In 20.04 ubuntu-security-status incorrect reports the status of
subscription:

```
$ sudo ubuntu-security-status 
1594 packages installed, of which:
1588 receive package updates with LTS until 4/2025
   6 are receiving security updates with ESM Apps until 4/2030

This machine is not attached to an Ubuntu Advantage subscription.
See https://ubuntu.com/advantage
```

It shows no subscription in the system even though there is. ua status 
correctly shows the subscription:
```
$ ua status
SERVICE   ENTITLED  STATUSDESCRIPTION
cis   yes   disabled  Center for Internet Security Audit Tools
esm-apps  yes   enabled   UA Apps: Extended Security Maintenance (ESM)
esm-infra yes   enabled   UA Infra: Extended Security Maintenance (ESM)
fips  yes   disabled  NIST-certified core packages
fips-updates  yes   disabled  NIST-certified core packages with priority 
security updates
livepatch yes   disabled  Canonical Livepatch service

Enable services with: ua enable 

Account: Canonical - staff
   Subscription: UA Applications - Essential (Virtual)
Valid until: 3999-12-31 00:00:00
Technical support level: essential
```

** Affects: update-manager (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/1938043

Title:
  ubuntu-security-status

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


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

[Bug 1937303] [NEW] ubuntu-support-status does mark FIPS packages as unsupported on 18.04

2021-07-22 Thread Nikos Mavrogiannopoulos
Public bug reported:

In ubuntu 18.04 with FIPS (via fips or fips-updates stream), ubuntu-
support-status marks the FIPS packages as unsupported. As these packages
are used by customers that require support, this message is confusing
for existing as well as prospectives that test our product.

```
$ sudo ua status
...
fips  yes   n/a   NIST-certified core packages
fips-updates  yes   enabled   NIST-certified core packages with priority 
security updates
```

```
$ sudo ubuntu-support-status
[sudo] password for nmav:
Support status summary of 'ubuntu1804':

You have 1604 packages (97.8%) supported until dubna 2023 (Canonical -
5y)

You have 5 packages (0.3%) that can not/no-longer be downloaded
You have 31 packages (1.9%) that are unsupported

Your Hardware Enablement Stack (HWE) is supported until dubna 2023.

Run with --show-unsupported, --show-supported or --show-all to see more details
```

The following command shows the FIPS-installed packages as unsupported:

```
$ sudo ubuntu-support-status --show-unsupported
Support status summary of 'ubuntu1804':

You have 1604 packages (97.8%) supported until dubna 2023 (Canonical -
5y)

You have 5 packages (0.3%) that can not/no-longer be downloaded
You have 31 packages (1.9%) that are unsupported

Your Hardware Enablement Stack (HWE) is supported until dubna 2023.

No longer downloadable:
krb5-locales libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0

Unsupported:
fips-initramfs geany geany-common gnutls-bin gstreamer1.0-gtk3 joe
kcapi-tools libbrotli1 libgcrypt20 libgcrypt20-dev libgcrypt20-hmac
libkcapi-dev libkcapi1 libopts25 libssl-dev libssl1.1 libssl1.1-hmac
libwoff1 linux-fips linux-fips-headers-4.15.0-1060
linux-headers-4.15.0-1060-fips linux-headers-fips
linux-image-4.15.0-1060-fips linux-image-fips
linux-image-hmac-4.15.0-1060-fips linux-modules-4.15.0-1060-fips
linux-modules-extra-4.15.0-1060-fips openssh-client
openssh-client-hmac openssl ubuntu-fips
```

All of the packages above are supported via the fips and fips-updates
ppas.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  In ubuntu 18.04 with FIPS (via fips or fips-updates stream), ubuntu-
  support-status marks the FIPS packages as unsupported. As these packages
  are used by customers that require support, this message is confusing
  for existing as well as prospectives that test our product.
  
  ```
  $ sudo ua status
  ...
  fips  yes   n/a   NIST-certified core packages
  fips-updates  yes   enabled   NIST-certified core packages with priority 
security updates
  ```
  
  ```
  $ sudo ubuntu-support-status
- [sudo] password for nmav: 
+ [sudo] password for nmav:
  Support status summary of 'ubuntu1804':
  
  You have 1604 packages (97.8%) supported until dubna 2023 (Canonical -
  5y)
  
  You have 5 packages (0.3%) that can not/no-longer be downloaded
  You have 31 packages (1.9%) that are unsupported
  
  Your Hardware Enablement Stack (HWE) is supported until dubna 2023.
  
  Run with --show-unsupported, --show-supported or --show-all to see more 
details
  ```
  
  The following command shows the FIPS-installed packages as unsupported:
  
  ```
  $ sudo ubuntu-support-status --show-unsupported
  Support status summary of 'ubuntu1804':
  
  You have 1604 packages (97.8%) supported until dubna 2023 (Canonical -
  5y)
  
  You have 5 packages (0.3%) that can not/no-longer be downloaded
  You have 31 packages (1.9%) that are unsupported
  
  Your Hardware Enablement Stack (HWE) is supported until dubna 2023.
  
  No longer downloadable:
- krb5-locales libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 
+ krb5-locales libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0
  
- Unsupported: 
- fips-initramfs geany geany-common gnutls-bin gstreamer1.0-gtk3 joe 
- kcapi-tools libbrotli1 libgcrypt20 libgcrypt20-dev libgcrypt20-hmac 
- libkcapi-dev libkcapi1 libopts25 libssl-dev libssl1.1 libssl1.1-hmac 
- libwoff1 linux-fips linux-fips-headers-4.15.0-1060 
- linux-headers-4.15.0-1060-fips linux-headers-fips 
- linux-image-4.15.0-1060-fips linux-image-fips 
- linux-image-hmac-4.15.0-1060-fips linux-modules-4.15.0-1060-fips 
- linux-modules-extra-4.15.0-1060-fips openssh-client 
- openssh-client-hmac openssl ubuntu-fips 
+ Unsupported:
+ fips-initramfs geany geany-common gnutls-bin gstreamer1.0-gtk3 joe
+ kcapi-tools libbrotli1 libgcrypt20 libgcrypt20-dev libgcrypt20-hmac
+ libkcapi-dev libkcapi1 libopts25 libssl-dev libssl1.1 libssl1.1-hmac
+ libwoff1 linux-fips linux-fips-headers-4.15.0-1060
+ linux-headers-4.15.0-1060-fips linux-headers-fips
+ linux-image-4.15.0-1060-fips linux-image-fips
+ linux-image-hmac-4.15.0-1060-fips linux-modules-4.15.0-1060-fips
+ linux-modules-extra-4.15.0-1060-fips openssh-client
+ openssh-client-hmac openssl ubuntu-fips
  ```
+ 
+ All of the packages above are supported via the fips and fips-updates
+ ppas.

-- 
You received this bug notification 

[Bug 192877] Re: pdftex for some reason scans the whole home directory

2021-02-20 Thread Nikos Mavrogiannopoulos
Marking it as fix released as it seems to be solved in later versions.

** Changed in: texlive-bin (Ubuntu)
   Status: In Progress => 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/192877

Title:
  pdftex for some reason scans the whole home directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/texlive-bin/+bug/192877/+subscriptions

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

[Bug 1916329] [NEW] Will not run without installing runc

2021-02-20 Thread Nikos Mavrogiannopoulos
Public bug reported:

If I do `apt install podman` on a clean install and try to run it, I get:
$ podman run -ti ubuntu:20.04 /bin/bash
Error: default OCI runtime "runc" not found: invalid argument


If in addition I do `apt install runc`, everything works well.

I'd expect the component podman to run correctly without the manual
installation of runc.

** Affects: libpod (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/1916329

Title:
  Will not run without installing runc

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

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

[Bug 1840241] Re: ocserv pam groups are limited to 32

2020-11-27 Thread Nikos
This is being discussed on the upstream at [0]. A maximum of 65535
doesn't make sense because (1) how could a user chose from such a high
number, and (2) it requires a server change as the memory used will be
excessive.

[0]. https://gitlab.com/openconnect/ocserv/-/issues/219

** Bug watch added: gitlab.com/openconnect/ocserv/-/issues #219
   https://gitlab.com/openconnect/ocserv/-/issues/219

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

Title:
  ocserv pam groups are limited to 32

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

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

[Bug 1904344] [NEW] Libreoffice window becomes unstable for one or two seconds when it opens

2020-11-15 Thread Nikos Lagios
Public bug reported:

Every time I open Libreoffice Writer in Ubuntu 20.04, the window of the
application becomes unstable for one or two seconds.

** Affects: libreoffice (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/1904344

Title:
  Libreoffice window becomes unstable for one or two seconds when it
  opens

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

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

[Bug 1869588] Re: WiFi performance is slow

2020-04-29 Thread Nikos Georgiou
*** This bug is a duplicate of bug 1869587 ***
https://bugs.launchpad.net/bugs/1869587

Same problem here. 
Removing the package solves the problem

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

Title:
  WiFi performance is slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1869588/+subscriptions

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

[Bug 1875714] [NEW] No sound from headphones

2020-04-28 Thread Nikos Georgiou
Public bug reported:

Hi,

I upgraded to focal and since then I have the following problems with my
audio on my laptop:

1. If I start my laptop with my headphones pluged-in I initially have
sound from my headphones, If I unplug my headphones speakers work
normally. But when insert my headphone again the sound stops from the
speakers but I have no sound from my headphones. To "fix" the problem I
have to go to the kde systemsettings and in "audio" settings in the
advanced tab change the profile to something else and then restore the
option.

If I start the laptop WITHOUT the headphones pluged-in then everything
works as it should. I have deleted the ~./config/pulse folder but it
changes nothing.

2. If the computer starts WITHOUT headphones and the computer goes into
hibernation when it wakes I get a static noise from the speakers
(although the headphones are plugined-in) I have to reboot the computer
in order to fix this.

Kind Regards

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base (not installed)
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Tue Apr 28 21:37:41 2020
InstallationDate: Installed on 2018-11-22 (523 days ago)
InstallationMedia: Kubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
SourcePackage: alsa-driver
UpgradeStatus: Upgraded to focal on 2020-04-26 (1 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  No sound from headphones

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

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

[Bug 1870056] Re: gnutls28 ftbfs in focal

2020-04-01 Thread Nikos
I suspect it is because libtasn1 is newer than this version can compile with:
https://gitlab.com/gnutls/libtasn1/-/blob/master/NEWS#L10

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

Title:
  gnutls28 ftbfs in focal

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

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

Re: [Bug 1863318] Re: mysql-server-5.7.postinst races daemon start with mysql_upgrade

2020-02-24 Thread Maris Nikos
To clarify I am not technical and I just know it showed an error :)

On Mon, Feb 24, 2020, 19:35 Robie Basak <1863...@bugs.launchpad.net>
wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.
>
> Hans' race seems valid. I don't think it's necessarily the case that
> Maris had exactly the same problem. There's not enough detail in the
> logs to determine that for sure. But to make progress, I think it's OK
> to assume this is the case.
>
> As Lars said, this is fixed in 18.04 onwards. I don't think a fix to
> 16.04 is warranted due to the regression risk. The workaround for anyone
> affected was described by Hans in comment 3.
>
> If anyone disagrees, please start by addressing Lars' concern in comment
> 4 with a specific patch.
>
> ** Changed in: mysql-5.7 (Ubuntu)
>Status: New => Fix Released
>
> ** Also affects: mysql-5.7 (Ubuntu Xenial)
>Importance: Undecided
>Status: New
>
> ** Changed in: mysql-5.7 (Ubuntu Xenial)
>Status: New => Won't Fix
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1863318
>
> Title:
>   mysql-server-5.7.postinst races daemon start with mysql_upgrade
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1863318/+subscriptions
>

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

Title:
  mysql-server-5.7.postinst races daemon start with mysql_upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1863318/+subscriptions

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

[Bug 1863318] [NEW] package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2020-02-14 Thread Maris Nikos
Public bug reported:

Same error message as in older 5.7.x. This is on 5.7.29

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: mysql-server-5.7 5.7.29-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.15.0-76.86~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-76-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.21
Architecture: amd64
Date: Fri Feb 14 18:10:29 2020
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2017-11-01 (835 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: 
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLConf.etc.mysql.mysql.conf.d.mysqld_safe_syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['ntwine', 'private_key.pem', 'client-cert.pem', 
'test12062', 'sys', 'debian-5.7.flag', 'ib_buffer_pool', 'ca.pem', 
'ib_logfile0', 'ibdata1', 'mysql_upgrade_info', 'server-cert.pem', 'test7728', 
'ib_logfile1', 'auto.cnf', 'performance_schema', 'public_key.pem', 'session', 
'mysql', 'ca-key.pem', 'client-key.pem', 'server-key.pem']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.15.0-76-generic 
root=UUID=326a67ad-0b90-46ba-9f18-3f1e7f52ca4a ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.29ubuntu0.1
SourcePackage: mysql-5.7
Title: package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
upstart.mysql.override: manual

** Affects: mysql-5.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages xenial

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

Title:
  package mysql-server-5.7 5.7.29-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1863318/+subscriptions

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

[Bug 1623440] Re: package mysql-server-5.7 5.7.15-0ubuntu0.16.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-11-05 Thread Maris Nikos
Appears also at mysql-server-5.7 5.7.24

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

Title:
  package mysql-server-5.7 5.7.15-0ubuntu0.16.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1623440/+subscriptions

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

[Bug 1799900] [NEW] delay plugin core dumps

2018-10-25 Thread Nikos Kalogridis
Public bug reported:

Using the delay plugin from this package causes a core dump

ecasound -i:test.wav -o:result.wav -el:delay_0.01s,0.0019,1
**
*ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
**
(eca-chainsetup) Chainsetup "untitled-chainsetup"
(eca-chainsetup) "nonrt" buffering mode selected.
(eca-chainsetup) Opened input "test.wav", mode "read". Format: s16_le, channels 
2, srate 44100, interleaved (locked params).
(eca-chainsetup) Opened output "result.wav", mode "read/write (update)". 
Format: s16_le, channels 2, srate 44100, interleaved
... (locked params).
- [ Connected chainsetup: "untitled-chainsetup" ] 
- [ Controller/Starting batch processing ] ---
- [ Engine - Driver start ] --

- [ Engine - Processing finished ] ---
- [ Controller/Batch processing finished (0) ] ---
- [ Engine exiting ] -
(eca-control-objects) Disconnecting chainsetup:  "untitled-chainsetup".
double free or corruption (!prev)
Aborted (core dumped)

This happens with other LADSPA host software as well.

Ubuntu 18.04.1 LTS
cmt version 1.16-2

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

** Description changed:

- Using the delay plugin from the this package causes a core dump
+ Using the delay plugin from this package causes a core dump
  
  ecasound -i:test.wav -o:result.wav -el:delay_0.01s,0.0019,1
  **
- *ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
+ *ecasound v2.9.1 (C) 1997-2014 Kai Vehmanen and others
  **
  (eca-chainsetup) Chainsetup "untitled-chainsetup"
  (eca-chainsetup) "nonrt" buffering mode selected.
  (eca-chainsetup) Opened input "test.wav", mode "read". Format: s16_le, 
channels 2, srate 44100, interleaved (locked params).
  (eca-chainsetup) Opened output "result.wav", mode "read/write (update)". 
Format: s16_le, channels 2, srate 44100, interleaved
  ... (locked params).
  - [ Connected chainsetup: "untitled-chainsetup" ] 
  - [ Controller/Starting batch processing ] ---
  - [ Engine - Driver start ] --
  
  - [ Engine - Processing finished ] ---
  - [ Controller/Batch processing finished (0) ] ---
  - [ Engine exiting ] -
  (eca-control-objects) Disconnecting chainsetup:  "untitled-chainsetup".
  double free or corruption (!prev)
  Aborted (core dumped)
  
- 
  This happens with other LADSPA host software as well.
  
  Ubuntu 18.04.1 LTS
  cmt version 1.16-2

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

Title:
  delay plugin core dumps

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

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

[Bug 1775162] Re: libgnutls30 3.4.10 segfaults with knot-resolver 2.3

2018-06-09 Thread Nikos
Related commits:
https://gitlab.com/gnutls/gnutls/commit/af09650c5b48ff0bce41007e588c2838d8e2a0be
https://gitlab.com/gnutls/gnutls/commit/c59df1554b55748ea95ad1a89a6bcb6ab91963d2

test:
https://gitlab.com/gnutls/gnutls/commit/365804d56a0241260b1a12a32f7abbc32b504f30

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

Title:
  libgnutls30 3.4.10 segfaults with knot-resolver 2.3

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

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

[Bug 1775162] Re: libgnutls30 3.4.10 segfaults with knot-resolver 2.3

2018-06-05 Thread Nikos
That also affected ocserv:
https://gitlab.com/ocserv/ocserv/issues/152

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

Title:
  libgnutls30 3.4.10 segfaults with knot-resolver 2.3

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

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

[Bug 1620559] Re: /etc/resolv.conf is empty on snappy

2018-03-03 Thread Nikos Paraschou
gh

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

Title:
  /etc/resolv.conf is empty on snappy

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

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

[Bug 1301125] Re: Lock screen after idle time freezes unity

2017-08-16 Thread Maris Nikos
*** This bug is a duplicate of bug 1710105 ***
https://bugs.launchpad.net/bugs/1710105

** This bug has been marked a duplicate of bug 1710105
   launcher and top bar freeze

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

Title:
  Lock screen after idle time freezes unity

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

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


[Bug 1710105] Re: launcher and top bar freeze

2017-08-11 Thread Maris Nikos
I will try to identify the root cause instead of playing with fire, but
thanks anyway.

All opened apps work fine and I can open a terminal from keyboard so if
there are logs I can check once I get the next freeze, let me know.

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

Title:
  launcher and top bar freeze

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

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


[Bug 1318334] Re: Most of the launcher and top bar freeze occasionally

2017-08-11 Thread Maris Nikos
*** This bug is a duplicate of bug 1710105 ***
https://bugs.launchpad.net/bugs/1710105

** This bug has been marked a duplicate of bug 1710105
   launcher and top bar freeze

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

Title:
  Most of the launcher and top bar freeze occasionally

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

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


[Bug 1710105] [NEW] launcher and top bar freeze

2017-08-11 Thread Maris Nikos
Public bug reported:

This happens at 16.04.3 randomly almost every day.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20160906-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-91.114-generic 4.4.76
Uname: Linux 4.4.0-91-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.10
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
CurrentDesktop: Unity
Date: Fri Aug 11 11:39:40 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Sky Lake Integrated Graphics [8086:1912] (rev 06) (prog-if 
00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. Skylake Integrated Graphics [1043:8694]
InstallationDate: Installed on 2017-02-07 (184 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-91-generic 
root=UUID=64c5d2dc-f4e0-4d27-b4bb-ef29f716837b ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/19/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2202
dmi.board.asset.tag: Default string
dmi.board.name: Z170-A
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2202:bd09/19/2016:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnZ170-A:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
upstart.unity-panel-service.log:
 (unity-panel-service:2275): Indicator-Appmenu-CRITICAL **: menus_destroyed: 
assertion 'IS_WINDOW_MENU(wm)' failed
 
 (unity-panel-service:2275): LIBDBUSMENU-GLIB-WARNING **: Getting layout 
failed: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
'com.canonical.dbusmenu' on object at path /com/canonical/menu/3400038
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.76-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.0.7-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.0.7-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Fri Aug 11 11:25:06 2017
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id3020 
 vendor SAM
xserver.version: 2:1.18.4-0ubuntu0.3

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages ubuntu xenial

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

Title:
  launcher and top bar freeze

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

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


[Bug 1639612] Re: grub-installer error message at FastBoot

2017-02-04 Thread Maris Nikos
According to 1649462 it should be fixed at lubuntu 17.04.

1639374 is a black hole of "me too" and might hide other bugs that are
real but irrelevant.

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

Title:
  grub-installer error message at FastBoot

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

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


[Bug 1639612] Re: grub-installer error message at FastBoot

2017-02-04 Thread Maris Nikos
** This bug is no longer a duplicate of bug 1639374
   grub-pc fails to remove, causing lubuntu installs to crash

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

Title:
  grub-installer error message at FastBoot

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

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


[Bug 1649270] Re: Crash in gnutls_x509_privkey_import_pkcs8()

2016-12-14 Thread Nikos
I believe that this is related with this bug
https://gitlab.com/gnutls/gnutls/issues/148

that was fixed only in 3.5.x branch. I've backported it to the 3.4.x branch at:
https://gitlab.com/gnutls/gnutls/merge_requests/188

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

Title:
  Crash in gnutls_x509_privkey_import_pkcs8()

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

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


[Bug 1639374] Re: grub-pc fails to remove, causing lubuntu installs to crash

2016-12-06 Thread Maris Nikos
I am adding the lubuntu-packaging team as this affects Lubuntu and not
other ubuntu distributions.

grub is packaged in a way that breaks the installation when BIOS has
fastboot enabled.

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

Title:
  grub-pc fails to remove, causing lubuntu installs to crash

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

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


[Bug 1639374] Re: grub-pc fails to remove, causing lubuntu installs to crash

2016-12-05 Thread Maris Nikos
Yes after disabling fastboot and secureboot, I didn't see this error and
Lubuntu was installed successfully. I didn't try Ubuntu at all.

Grub seams to depend on BIOS settings specific to each vendor (Lenovo,
etc) like fastboot and that this irrelevent to which ubuntu distribution
we talk about.

Considering that new laptops usually have such settings, that newbies do
not really read long pages of documentation like that of UEFI and that
ubuntu is "Linux for Human Beings", we need either to fix it or to have
a clear documentation for newbies who want to install ubuntu.

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

Title:
  grub-pc fails to remove, causing lubuntu installs to crash

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

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


[Bug 1639374] Re: grub-pc fails to remove, causing lubuntu installs to crash

2016-12-01 Thread Maris Nikos
If people can comment on this ticket whether the following is true in
their case, then the following page can be updated.

"In your firmware, disable QuickBoot/FastBoot and Intel Smart Response
Technology (SRT). If you have Windows 8, also disable Fast Startup...
Support for UEFI SecureBoot appeared in 12.10 and 12.04.2."

https://help.ubuntu.com/community/UEFI#General_principles

In my case I disabled both FastBoot and SecureBoot so maybe FastBoot was
the root cause.

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

Title:
  grub-pc fails to remove, causing lubuntu installs to crash

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

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


[Bug 1639374] Re: grub-pc fails to remove, causing lubuntu installs to crash

2016-11-30 Thread Maris Nikos
Even if a grub2 developer read this bug, I guess it is not feasible for
grub2 to read BIOS configuration (like FastBoot and SecureBoot of Lenovo
B50).

In that case, having a list of BIOS configurations that are or are not
compatible with grub2 can help a newcomer troubleshoot such cases.

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

Title:
  grub-pc fails to remove, causing lubuntu installs to crash

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

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


[Bug 1639612] Re: grub-installer documentation

2016-11-06 Thread Maris Nikos
I am opening this ticket as grub-installer should give a more
descriptive error message in case FastBoot is enabled.

It worked after disabling FastBoot (I disabled also SecureBoot as I
don't use it but that's irrelevant i guess).

Which is the process for such request? Should I register at below link
and report it there?

http://savannah.gnu.org/bugs/?group=grub

** Summary changed:

- grub-installer documentation
+ grub-installer error message at FastBoot

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

Title:
  grub-installer error message at FastBoot

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

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


[Bug 1639612] Re: installer crashed

2016-11-06 Thread Maris Nikos
** Also affects: grub2 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: grub2 (Ubuntu)

** Summary changed:

- installer crashed
+ grub-installer documentation

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

Title:
  grub-installer documentation

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

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


[Bug 1639612] Re: installer crashed

2016-11-06 Thread Maris Nikos
I guess the following error of Syslog.txt is related to UEFI of my
lenovo B50 so I will read the following link and provide my findings.

dpkg: error processing package grub-pc

https://help.ubuntu.com/community/UEFI

As the laptop has already Windows 10 installed, I am trying to have it
in dual boot mode along with Lubuntu. This means that I have 2 new
primary partitions with gparter (one for / and one for swap) and the
method I choose at the installer is the last one (manual).

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

Title:
  installer crashed

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

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


[Bug 1639612] [NEW] installer crashed

2016-11-06 Thread Maris Nikos
Public bug reported:

first step of fresh install of Lubuntu 16.10 from live usb.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: ubiquity 16.10.14
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CasperVersion: 1.379
Date: Sun Nov  6 20:40:23 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Lubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug lubuntu ubiquity-16.10.14 yakkety

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

Title:
  installer crashed

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

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


[Bug 1623666] Re: iOS10 will not connect to Ubuntu

2016-11-01 Thread Nikos
I believe that is a libimobiledevice issue which restricts 
ciphersuites/protocol versions. Please verify by trying the patch for 
libimobiledevice at:
https://gitlab.com/gnutls/gnutls/issues/145#note_17677611

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

Title:
  iOS10 will not connect to Ubuntu

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

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


[Bug 1634617] Re: Cisco client fails due to "communcation errors"

2016-10-27 Thread Nikos
The reason is that getrandom() is blocked by isolate-worker options. You can 
work around it by setting isolate workers to false. The relevant patch is:
https://gitlab.com/ocserv/ocserv/commit/cc1dbf1c246375c175b4392e3c6ca2139b0c355a

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

Title:
  Cisco client fails due to "communcation errors"

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

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


[Bug 1397685] Re: git gnutls_handshake() failed: A TLS packet with unexpected length was received.

2016-10-25 Thread Nikos
git.kernel.org is configured to only allow TLS with elliptic curve
ciphersuites. Given that gnutls 2.12.x doesn't support elliptic curves,
it cannot connect to that site.

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

Title:
  git gnutls_handshake() failed: A TLS packet with unexpected length was
  received.

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

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


[Bug 1635303] Re: GnuTLS bug in https method from apt-1.0.1ubuntu2.15 package

2016-10-21 Thread Nikos
No idea. If you have the problematic server available and you can verify
the issue using gnutls-cli, I'd recommend to use git bisect on
gnutls_2_12_x branch to detect the commits that fix it.

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

Title:
  GnuTLS bug in https method from apt-1.0.1ubuntu2.15 package

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

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


[Bug 1635303] Re: GnuTLS bug in https method from apt-1.0.1ubuntu2.15 package

2016-10-21 Thread Nikos
I believe you are referring to the 2.12.x branch of gnutls. This has
several issues relating to its TLS 1.2 support, and due to the ABI break
in 3.x releases, fixes related to TLS 1.2 never entered into that
branch. I'm preparing a final release for this branch, including fixes
for all known issues.

https://gitlab.com/gnutls/gnutls/milestones/9
https://gitlab.com/gnutls/gnutls/tree/gnutls_2_12_x

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

Title:
  GnuTLS bug in https method from apt-1.0.1ubuntu2.15 package

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

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


[Bug 1622893] Re: NetworkManager takes very long to start, or times out, blocked on RNG

2016-10-19 Thread Nikos
Hi Martin,
 Have you tried if the patch resolves the issue?

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

Title:
  NetworkManager takes very long to start, or times out, blocked on RNG

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1622893/+subscriptions

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


[Bug 1622893] Re: NetworkManager takes very long to start, or times out, blocked on RNG

2016-10-14 Thread Nikos
Another possibility is to split the gnutls random generator
initialization to preinitialization (open fds, check for getrandom()),
and initialization (read from the previous detected sources). That would
allow gnutls to be used on early boot without causing any delay. The
drawback would be some performance penalty on multi-threaded
environments on the usage of the random generator.

I have patch at: https://gitlab.com/gnutls/gnutls/merge_requests/111/
if you are interested for a review or comments.

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

Title:
  NetworkManager takes very long to start, or times out, blocked on RNG

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1622893/+subscriptions

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


[Bug 1579443] [NEW] package supervisor 3.0b2-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-05-07 Thread Maris Nikos
Public bug reported:

ubuntu 14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: supervisor 3.0b2-1
ProcVersionSignature: Ubuntu 3.13.0-62.102-generic 3.13.11-ckt24
Uname: Linux 3.13.0-62-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
AptOrdering:
 python-meld3: Install
 supervisor: Install
 python-meld3: Configure
 supervisor: Configure
Architecture: amd64
Date: Sun May  8 01:56:38 2016
DuplicateSignature: package:supervisor:3.0b2-1:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-08-19 (992 days ago)
InstallationMedia: Lubuntu 13.04 "Raring Ringtail" - Release amd64 (20130423.1)
PackageArchitecture: all
SourcePackage: supervisor
Title: package supervisor 3.0b2-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2015-01-03 (490 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  package supervisor 3.0b2-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 686859] Re: "Bootloader install failed" cannot be closed

2016-02-19 Thread Nikos Kodos
I can confirm the bug is still here in Ubuntu 15.10
Nothing happens when I click the OK button, whichever option I select

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

Title:
  "Bootloader install failed" cannot be closed

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

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


[Bug 1450009] Re: [HP, Dell notebooks] suspends on closed lid, does not recognized external monitors/dock

2016-02-18 Thread Nikos Kodos
This bug affects me on Ubuntu Gnome 15.10 only when enabling a proprietary 
nvidia driver.
HP elitebook 8440p with dock and one monitor ext.
The udev rule fixes the problem

Just for some more info,
my "evtest --query " script output, as was asked in #17, is "/dev/input/event16"
Looking forward for xenial!

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

Title:
  [HP, Dell notebooks] suspends on closed lid, does not recognized
  external monitors/dock

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

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


[Bug 1143816] Re: e4defrag option -c reports nothing but "done"

2015-10-27 Thread nikos
the same issue here

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

Title:
  e4defrag option -c reports nothing but "done"

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

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


[Bug 1454812] [NEW] package libatk-wrapper-java 0.30.5-1 failed to install/upgrade: package libatk-wrapper-java is already installed and configured

2015-05-13 Thread Nikos Papathanasiou
Public bug reported:

package libatk-wrapper-java 0.30.5-1 failed to install/upgrade: package
libatk-wrapper-java is already installed and configured

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libatk-wrapper-java 0.30.5-1
ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
Uname: Linux 3.19.0-16-generic i686
ApportVersion: 2.17.2-0ubuntu1
AptdaemonVersion: 1.1.1+bzr982-0ubuntu3
Architecture: i386
CrashReports:
 600:0:117:136304:2015-05-13 21:53:04.262718915 +0300:2015-05-13 
21:53:05.262718915 +0300:/var/crash/libatk-wrapper-java.0.crash
 640:1000:117:1328342:2015-05-01 16:46:00.517593260 +0300:2015-05-01 
16:47:32.478006810 
+0300:/var/crash/_usr_lib_i386-linux-gnu_hud_hud-service.1000.crash
 600:0:117:136303:2015-05-13 21:53:04.354716062 +0300:2015-05-13 
21:53:05.354716062 +0300:/var/crash/libavcodec-extra-56:i386.0.crash
 600:0:117:136322:2015-05-13 21:53:05.306717517 +0300:2015-05-13 
21:53:05.262718890 +0300:/var/crash/libatk-wrapper-java-jni:i386.0.crash
Date: Wed May 13 21:53:05 2015
DuplicateSignature: package:libatk-wrapper-java:0.30.5-1:package 
libatk-wrapper-java is already installed and configured
ErrorMessage: package libatk-wrapper-java is already installed and configured
InstallationDate: Installed on 2015-04-24 (19 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1
 apt  1.0.9.7ubuntu4
SourcePackage: dpkg
Title: package libatk-wrapper-java 0.30.5-1 failed to install/upgrade: package 
libatk-wrapper-java is already installed and configured
UpgradeStatus: Upgraded to vivid on 2015-05-01 (12 days ago)

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


** Tags: already-installed apport-package i386 vivid

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

Title:
  package libatk-wrapper-java 0.30.5-1 failed to install/upgrade:
  package libatk-wrapper-java is already installed and configured

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

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


[Bug 1397685] Re: git gnutls_handshake() failed: A TLS packet with unexpected length was received.

2015-04-16 Thread Nikos
There are several issues with TLS connections and the F5 firewall, and
that looks like the case. That firewall terminates a TLS session if the
client hello is between 256 and 512 bytes. If that is the case you can
verify using wireshark.

The solution we adopted in later versions of gnutls is to add padding:
https://gitlab.com/gnutls/gnutls/commit/b6d29bb1737f96ac44a8ef9cc9fe7f9837e20465

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

Title:
  git gnutls_handshake() failed: A TLS packet with unexpected length was
  received.

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

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


[Bug 1334329] Re: Sound input settings not saved

2015-01-17 Thread Nikos Paraschou
I am also affected by this bug. Is there any progress or a quick
workaround? It's quite annoying to have to chose the input device every
time you want to have a call.

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

Title:
  Sound input settings not saved

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

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


[Bug 910845] Re: Message Cannot change the priority of process is displayed when a normal user selects a high priority process

2014-12-30 Thread Nikos Kalantas
I got 3.6.0 on linux mint and the problem still occurs when I try to
change vlc's priority.

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

Title:
  Message Cannot change the priority of process is displayed when a
  normal user selects a high priority process

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/910845/+subscriptions

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


[Bug 1403336] [NEW] swrast.so is broken in Ubuntu 14.04

2014-12-16 Thread Nikos Balkanas
Public bug reported:

I have Ubuntu 14.04 64x. I need to use libGL for a project. LibGL uses
(dlopen) swrast_dri.so. Both of these are maintained by Ubuntu as
specified in the package repository. When i try to run glxinfo I get:

name of display: :0
libGL: screen 0 does not appear to be DRI3 capable
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib/fglrx/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/fglrx/dri/swrast_dri.so
libGL: driver does not expose __driDriverGetExtensions_swrast(): 
/usr/lib/fglrx/dri/swrast_dri.so: undefined symbol: 
__driDriverGetExtensions_swrast
libGL: Can't open configuration file /home/nikos/.drirc: No such file or 
directory.
libGL: Can't open configuration file /home/nikos/.drirc: No such file or 
directory.
libGL error: failed to load driver: swrast

This is with mesa 10.1.3. Unresolved symbols in swrast seem to go back
to mesa 10.1.1. Are there any updates/patches for 14.04? Failing that,
where can i dind a version that doesn't have these problems and where
can I download its sources?

TIA,
Nikos

** Affects: xorg-lts-transitional (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/1403336

Title:
  swrast.so is broken in Ubuntu 14.04

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

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


[Bug 1283938] Re: Ubuntu 14.04 blank screen after wakeup from sleep

2014-04-22 Thread Nikos K
Same problem,
HP Pavillion dv6500 xubuntu 14.04 (amd64).
After suspend, blank screen, after ctrl-alt-del, unable to unlock

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

Title:
  Ubuntu 14.04 blank screen after wakeup from sleep

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

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


[Bug 1298292] [NEW] Missing -s option in kpartx's manpage

2014-03-27 Thread Nikos Skalkotos
Public bug reported:

$ kpartx -h
usage : kpartx [-a|-d|-l] [-v] wholedisk
-a add partition devmappings
-r devmappings will be readonly
-d del partition devmappings
-l list partitions devmappings that would be added by -a
-p set device name-partition number delimiter
-g force GUID partition table (GPT)
-v verbose
-s sync mode. Don't return until the partitions are created

The man page does not state anything about -s

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

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

Title:
  Missing -s option in kpartx's manpage

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1298292/+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 1298292] [NEW] Missing -s option in kpartx's manpage

2014-03-27 Thread Nikos Skalkotos
Public bug reported:

$ kpartx -h
usage : kpartx [-a|-d|-l] [-v] wholedisk
-a add partition devmappings
-r devmappings will be readonly
-d del partition devmappings
-l list partitions devmappings that would be added by -a
-p set device name-partition number delimiter
-g force GUID partition table (GPT)
-v verbose
-s sync mode. Don't return until the partitions are created

The man page does not state anything about -s

** Affects: multipath-tools (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/1298292

Title:
  Missing -s option in kpartx's manpage

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

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


[Bug 1287783] [NEW] package gnome-orca 3.4.0-0ubuntu2 failed to install/upgrade: ErrorMessage: package gnome-orca is already installed and configured

2014-03-04 Thread NIKOS KALAITZAKIS
Public bug reported:

ubuntu docs installation in interrupted.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gnome-orca 3.4.0-0ubuntu2
Uname: Linux 3.0.8-gda0f966 armv7l
NonfreeKernelModules: wl12xx_sdio btwilink cifs wl12xx mac80211 cfg80211 compat 
evfwd
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: armel
Date: Tue Mar  4 15:54:13 2014
ErrorMessage: ErrorMessage: package gnome-orca is already installed and 
configured
MarkForUpload: True
PackageArchitecture: all
SourcePackage: dpkg
Title: package gnome-orca 3.4.0-0ubuntu2 failed to install/upgrade: 
ErrorMessage: package gnome-orca is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package armel precise

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

Title:
  package gnome-orca 3.4.0-0ubuntu2 failed to install/upgrade:
  ErrorMessage: package gnome-orca is already installed and configured

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

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


[Bug 1256486] Re: package initramfs-tools 0.99ubuntu13.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-01-24 Thread Nikos Balkanas
** Description changed:

  was trying to install kubuntu-desktop with KDM
  
  ProblemType: Package
  DistroRelease: Ubuntu 12.04
  Package: initramfs-tools 0.99ubuntu13.4
  ProcVersionSignature: Ubuntu 3.8.0-33.48~precise1-generic 3.8.13.11
  Uname: Linux 3.8.0-33-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: amd64
  Date: Sat Nov 30 11:26:01 2013
  DuplicateSignature: package:initramfs-tools:0.99ubuntu13.4:subprocess 
installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.99ubuntu13.4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ /boot was at 2% used. Despite that update manager failed with Device
+ out of space

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

Title:
  package initramfs-tools 0.99ubuntu13.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1268137] [NEW] Installation crash, kernell error.

2014-01-11 Thread Nikos Papathanasiou
Public bug reported:

sd5 partition doesnt let the installer to make a fresh reinstallation ,
formating and erasing the previous OS and files/folders/documents.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.20
ProcVersionSignature: Ubuntu 3.11.0-8.15-generic 3.11.1
Uname: Linux 3.11.0-8-generic i686
ApportVersion: 2.12.4-0ubuntu1
Architecture: i386
CasperVersion: 1.336ubuntu1
Date: Sat Jan 11 15:18:26 2014
InstallCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash --
LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Beta i386 (20130925.1)
MarkForUpload: True
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 saucy ubiquity-2.15.20 ubuntu

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

Title:
  Installation crash, kernell error.

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

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


[Bug 998223] Re: Turns on IPv6 privacy extensions regardless of settings in 10-ipv6-privacy.conf

2013-12-19 Thread Nikos Skalkotos
I think this bug still affects network-manager 0.9.4.0-0ubuntu4.3
shipped with Ubuntu 12.04 LTS. Settings found in
/etc/sysctl.d/10-ipv6-privacy.conf don't get honored by NM.

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

Title:
  Turns on IPv6 privacy extensions regardless of settings in
  10-ipv6-privacy.conf

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

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


[Bug 1243190] Re: Failed to connect to virtio-serial channel

2013-11-12 Thread Nikos Skalkotos
Are you planning to release an update for saucy or will the release stay
with an unusable package?

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

Title:
  Failed to connect to virtio-serial channel

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

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


[Bug 1243190] [NEW] Broken libguestfs package in sauce

2013-10-22 Thread Nikos Skalkotos
Public bug reported:

Description:Ubuntu 13.10
Release:13.10

In a clean system if I do:

sudo apt-get install libguestfs-tools

a guestfs appliance is created in the post-install script that does not
work.

If I do:

sudo libguestfs-test-tool

I get the following error:

Failed to connect to virtio-serial channel.

This is a fatal error and the appliance will now exit.

Usually this error is caused by either QEMU or the appliance
kernel not supporting the vmchannel method that the
libguestfs library chose to use.  Please run
'libguestfs-test-tool' and provide the complete, unedited
output to the libguestfs developers, either in a bug report
or on the libguestfs redhat com mailing list.

Please find attached the complete output of the libguestfs-test-tool
command execution

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


** Tags: guestfs guestfs-tools libguestfs

** Attachment added: log.txt
   https://bugs.launchpad.net/bugs/1243190/+attachment/3887352/+files/log.txt

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

Title:
  Broken libguestfs package in sauce

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

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


[Bug 1174211] Re: Mouse settings are missing for wireless mice in Ubuntu 13.04

2013-06-30 Thread Nikos Kodos
*** This bug is a duplicate of bug 1132063 ***
https://bugs.launchpad.net/bugs/1132063

Same problem in ubuntu 13.04 with a microsoft wireless 1000 mouse. Did
not have this in another computer running 12.04 with the same mouse

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

Title:
  Mouse settings are missing for wireless mice in Ubuntu 13.04

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

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


[Bug 1173310] Re: Yahoo email cycles inbox

2013-05-13 Thread Nikos Almpanopoulos
I have the same problem (firefox turns continuously  lightning fast to inbox) 
with 13.04. 
Problem doesn't appear in same installation / chromium. Using this I am able to 
read the rest of the folders.

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

Title:
  Yahoo email cycles inbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-webapps-yahoomail/+bug/1173310/+subscriptions

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


[Bug 1157665] Re: update-guestfs-appliance ligbuestfs-test-tool should be included in libguestfs0

2013-03-21 Thread Nikos Skalkotos
** Summary changed:

- update-guestfs-appliance  ligbuestfs-test-tools  should be included in 
libguestfs0
+ update-guestfs-appliance  ligbuestfs-test-tool  should be included in 
libguestfs0

** Description changed:

  Description:Ubuntu 12.10
  Release:12.10
  
  libguestfs0: 1:1.18.5-2ubuntu1
  
  In Ubuntu 12.10 the appliance creation script (update-guestfs-appliance)
  and the libguestfs-test-tool are under libguestfs-tools.
  
  I'm not sure this is a right choice. I think they should be under
- libguestfs0 as they are in Debian. All the application that use the
+ libguestfs0 as they are in Debian. All the applications that use the
  library should work out of the box when you install them using apt-get
  install.  For example guestmount has libguestfs0 as a dependency but
  not liguestfs-tools. If you do:
  
  apt-get install guestmount
  
  you end up installing a program that does not work:
  
  $ guestmount -a debian.raw -m /dev/sda1 --ro /mnt
  libguestfs: error: cannot find any suitable libguestfs supermin, fixed  or 
old-style appliance on LIBGUESTFS_PATH (search path:  /usr/lib/guestfs)
  
  And the user needs to manually fix this by either installing libguestfs-
  tools or downloading a binary appliance.

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

Title:
  update-guestfs-appliance  ligbuestfs-test-tool  should be included in
  libguestfs0

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

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


[Bug 1157665] [NEW] update-guestfs-appliance ligbuestfs-test-tools should be included in libguestfs0

2013-03-20 Thread Nikos Skalkotos
Public bug reported:

Description:Ubuntu 12.10
Release:12.10

libguestfs0: 1:1.18.5-2ubuntu1

In Ubuntu 12.10 the appliance creation script (update-guestfs-appliance)
and the libguestfs-test-tool are under libguestfs-tools.

I'm not sure this is a right choice. I think they should be under
libguestfs0 as they are in Debian. All the application that use the
library should work out of the box when you install them using apt-get
install.  For example guestmount has libguestfs0 as a dependency but
not liguestfs-tools. If you do:

apt-get install guestmount

you end up installing a program that does not work:

$ guestmount -a debian.raw -m /dev/sda1 --ro /mnt
libguestfs: error: cannot find any suitable libguestfs supermin, fixed  or 
old-style appliance on LIBGUESTFS_PATH (search path:  /usr/lib/guestfs)

And the user needs to manually fix this by either installing libguestfs-
tools or downloading a binary appliance.

** Affects: libguestfs (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/1157665

Title:
  update-guestfs-appliance  ligbuestfs-test-tools  should be included
  in libguestfs0

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

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


[Bug 962704] Re: cursor jumps to screen border when touching trackpad border

2013-03-05 Thread Nikos Fazakis
guys, i had the same problem so i created a patch
https://github.com/fazakis/cursor_jump_top_corner_x11_synaptics_bug i
include installation instructions hope this helps...i don't really know
why this problem is happening but i added a few sanidation lines of code
that seem to workaround the problem...

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

Title:
  cursor jumps to screen border when touching trackpad  border

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/962704/+subscriptions

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


[Bug 1100840] [NEW] egg-info is missing from python-sendfile package

2013-01-17 Thread Nikos Skalkotos
Public bug reported:

This causes problems in projects that have pysendfile defined as a
dependency in setup.py. The dependency cannot get satisfied by the
provided ubuntu package. If you try to install a program that states
pysendfile in install_requires field of setup.py,  the library will be
download and installed from PyPi even if the ubuntu package is installed
on the system.

In python-sendfile 1.2.x the egg-info files were present in the package.

** Affects: pysendfile (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/1100840

Title:
  egg-info is missing from python-sendfile package

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

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


[Bug 1086974] Re: libguestfs: error: cannot find any suitable libguestfs supermin

2013-01-15 Thread Nikos Skalkotos
The problem is that libguestfs searches in the wrong place to find the
appliance. If you run libguestfs-test-tool like this:

$ env LIBGUESTFS_PATH=/usr/lib/guestfs libguestfs-test-tool

It will work

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

Title:
  libguestfs: error: cannot find any suitable libguestfs supermin

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

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


[Bug 1086974] Re: libguestfs: error: cannot find any suitable libguestfs supermin

2013-01-15 Thread Nikos Skalkotos
This doesn't only affect libguestfs-test-tool and virt-*. This bug makes
the library unusable unless someone defines the proper LIBGUESTFS_PATH
variable. When using the python bindings, you get the same error.

This is fixed in debian 's 1.18.5-3 package:

http://anonscm.debian.org/gitweb/?p=pkg-
libvirt/libguestfs.git;a=commitdiff;h=de8c07ecec821633808e6a804bcf1d0a009a8cd3

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

Title:
  libguestfs: error: cannot find any suitable libguestfs supermin

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

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


[Bug 1081557] [NEW] cannot update firefox and adobe flash player

2012-11-21 Thread nikos
Public bug reported:

i am trying to download adobe  in both versions but nothing,i cant run
the file.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 3.6.3+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-13.18-generic-pae
Uname: Linux 2.6.32-13-generic-pae i686
Architecture: i386
Date: Wed Nov 21 13:14:15 2012
FirefoxPackages:
 firefox 3.6.3+nobinonly-0ubuntu4
 firefox-gnome-support 3.6.3+nobinonly-0ubuntu4
 firefox-branding 3.6.3+nobinonly-0ubuntu4
 abroswer N/A
 abrowser-branding N/A
InstallationMedia: Monomaxos Linux OS v5 ENG - Release i386
ProcEnviron:
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: firefox

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


** Tags: apport-bug i386 lucid

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

Title:
  cannot update firefox and adobe flash player

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

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


[Bug 554263] Re: [uvcvideo causes ehci_hcd to force halt]Trying to use built-in webcam in certain notebooks/laptops breaks other USB devices

2012-11-04 Thread Nikos Skalkotos
I can confirm this problem still exists in ubuntu 12.04 and 12.10.
Trying to open /dev/video0 forces  ehci_hcd to halt. The wireless does
not work any more and external usb devices are not recognised either.

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

Title:
  [uvcvideo causes ehci_hcd to force halt]Trying to use built-in webcam
  in certain notebooks/laptops breaks other USB devices

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

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


[Bug 1006011] Re: 0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

2012-10-21 Thread Nikos Kalantas
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: ALC268 Analog [ALC268 Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mitsest1907 F pulseaudio
 /dev/snd/pcmC0D0c:   mitsest1907 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xf000 irq 16'
   Mixer name   : 'Realtek ALC268'
   Components   : 'HDA:10ec0268,10250177,00100101 
HDA:14f12c06,10250093,0010'
   Controls  : 14
   Simple ctrls  : 9
DistroRelease: Ubuntu 11.10
HibernationDevice: RESUME=UUID=2f13df19-0082-4473-b114-b51033497224
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
MachineType: Acer Aspire 5535
NonfreeKernelModules: fglrx
Package: linux (not installed)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-26-generic 
root=UUID=a506a1b7-4420-4ada-a47c-bcf0e2d3ee67 ro quiet splash vt.handoff=7
ProcVersionSignature: Ubuntu 3.0.0-26.43-generic 3.0.43
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-26-generic N/A
 linux-backports-modules-3.0.0-26-generic  N/A
 linux-firmware1.60.1
Tags:  oneiric running-unity
Uname: Linux 3.0.0-26-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 09/17/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.03
dmi.board.name: Aspire 5535
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.03:bd09/17/2008:svnAcer:pnAspire5535:pvr0100:rvnAcer:rnAspire5535:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Aspire 5535
dmi.product.version: 0100
dmi.sys.vendor: Acer


** Tags added: running-unity

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] AcpiTables.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407108/+files/AcpiTables.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] Card0.Amixer.values.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407111/+files/Card0.Amixer.values.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] Card0.Codecs.codec.1.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: Card0.Codecs.codec.1.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407113/+files/Card0.Codecs.codec.1.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] Card1.Amixer.values.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: Card1.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407115/+files/Card1.Amixer.values.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] CurrentDmesg.txt

2012-10-21 Thread Nikos Kalantas
apport information

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] Lspci.txt

2012-10-21 Thread Nikos Kalantas
apport information

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] PciMultimedia.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407120/+files/PciMultimedia.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] ProcCpuinfo.txt

2012-10-21 Thread Nikos Kalantas
apport information

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] Lsusb.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1006011/+attachment/3407119/+files/Lsusb.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] IwConfig.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407117/+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/1006011

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] ProcEnviron.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407122/+files/ProcEnviron.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] ProcInterrupts.txt

2012-10-21 Thread Nikos Kalantas
apport information

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] ProcModules.txt

2012-10-21 Thread Nikos Kalantas
apport information

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] PulseSinks.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: PulseSinks.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407125/+files/PulseSinks.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] PulseSources.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: PulseSources.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407126/+files/PulseSources.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] RfKill.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1006011/+attachment/3407127/+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/1006011

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] UdevLog.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407129/+files/UdevLog.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] WifiSyslog.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407130/+files/WifiSyslog.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] BootDmesg.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407133/+files/BootDmesg.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] AlsaDevices.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407109/+files/AlsaDevices.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] BootDmesg.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407110/+files/BootDmesg.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] Card0.Codecs.codec.0.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407112/+files/Card0.Codecs.codec.0.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


[Bug 1006011] Card1.Amixer.info.txt

2012-10-21 Thread Nikos Kalantas
apport information

** Attachment added: Card1.Amixer.info.txt
   
https://bugs.launchpad.net/bugs/1006011/+attachment/3407114/+files/Card1.Amixer.info.txt

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

Title:
  0763:2080 M-Audio Fast Track Ultra on XHCI isn't recognized

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

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


  1   2   3   >