[Bug 1955742] Re: `ModuleNotFoundError: No module named 'pip'` for python3.10 virtual environment on Ubuntu 21.04

2021-12-25 Thread Alain Mosnier
In fact, I've just upgraded to 21.10 (I had forgotten about that
upgrade, for some reason) and in that release, Python 3.10 virtual
environments seem to work just fine. So I guess we pretty much could
forget about this issue.

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

Title:
  `ModuleNotFoundError: No module named 'pip'` for python3.10 virtual
  environment on Ubuntu 21.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1955742/+subscriptions


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

[Bug 1955742] [NEW] `ModuleNotFoundError: No module named 'pip'` for python3.10 virtual environment on Ubuntu 21.04

2021-12-25 Thread Alain Mosnier
Public bug reported:

Steps to reproduce:

$ sudo apt install python3.10-full
$ mkvirtualenv -p /usr/bin/python3.10 test3.10
$ pip list
Traceback (most recent call last):
  File "/home/alain/.virtualenvs/test3.10/bin/pip", line 5, in 
from pip._internal.cli.main import main
ModuleNotFoundError: No module named 'pip'

Expected behavior: pip should be found directly in the new virtual
environment. With a Python 3.10 installed from source, it does.

Has been described by others than me:
https://stackoverflow.com/questions/69810545/ubuntu-21-04-virtualenv-
and-its-configuration-of-python.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: python3.10 3.10.0~b1-3~21.04
ProcVersionSignature: Ubuntu 5.11.0-41.45-generic 5.11.22
Uname: Linux 5.11.0-41-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu65.4
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: XFCE
Date: Sat Dec 25 14:29:43 2021
InstallationDate: Installed on 2020-04-11 (622 days ago)
InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200411)
SourcePackage: python3.10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python3.10 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute

** Description changed:

  Steps to reproduce:
  
  $ sudo apt install python3.10-full
  $ mkvirtualenv -p /usr/bin/python3.10 test3.10
  $ pip list
  Traceback (most recent call last):
-   File "/home/alain/.virtualenvs/test3.10/bin/pip", line 5, in 
- from pip._internal.cli.main import main
+   File "/home/alain/.virtualenvs/test3.10/bin/pip", line 5, in 
+ from pip._internal.cli.main import main
  ModuleNotFoundError: No module named 'pip'
  
  Expected behavior: pip should be found directly in the new virtual
- environment.
+ environment. With a Python 3.10 installed from source, it does.
  
  Has been described by others than me:
  https://stackoverflow.com/questions/69810545/ubuntu-21-04-virtualenv-
  and-its-configuration-of-python.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: python3.10 3.10.0~b1-3~21.04
  ProcVersionSignature: Ubuntu 5.11.0-41.45-generic 5.11.22
  Uname: Linux 5.11.0-41-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu65.4
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: XFCE
  Date: Sat Dec 25 14:29:43 2021
  InstallationDate: Installed on 2020-04-11 (622 days ago)
  InstallationMedia: Xubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200411)
  SourcePackage: python3.10
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  `ModuleNotFoundError: No module named 'pip'` for python3.10 virtual
  environment on Ubuntu 21.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1955742/+subscriptions


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

[Bug 1898383] Re: tcsh filename pattern matching fails

2021-12-04 Thread Alain
Pattern matching is broken in numerous ways in this version.
For example:
echo .[a-z]
will match .. in a directory, which it should definitely not!
Any other shell available does this properly.

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

Title:
  tcsh filename pattern matching fails

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


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

[Bug 1940231] [NEW] valgrind does not support syscall setns

2021-08-17 Thread Alain Flaischer
Public bug reported:

Hi,

Valgrind included in Ubuntu 18.04 LTS or 20.04 LTS do not support setns syscall:
--9903-- WARNING: unhandled amd64-linux syscall: 308
--9903-- You may be able to write your own handler.
--9903-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--9903-- Nevertheless we consider this a bug.  Please report
--9903-- it at http://valgrind.org/support/bug_reports.html.


This bug has been fixed upstream:
Bug report: https://bugs.kde.org/show_bug.cgi?id=343099
Commit: 
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=60a7ebedc0b53e2cdcea112635a285d8136b68a8

This fix is embedded in valgrind 3.16 so Ubuntu 21.04 has it.
Would it be possible to backport it on Ubuntu 18.04 LTS and 20.04 LTS?

ProblemType: Bug
ApportVersion: 2.20.9-0ubuntu7.24
Architecture: amd64
Date: Tue Aug 17 10:20:48 2021
Dependencies:
 adduser 3.116ubuntu1
 apt 1.6.12ubuntu0.2
 apt-utils 1.6.12ubuntu0.2
 bzip2 1.0.6-8.1ubuntu0.2
 ca-certificates 20210119~18.04.1
 debconf 1.5.66
 debconf-i18n 1.5.66
 dpkg 1.19.0.5ubuntu2
 file 1:5.32-2ubuntu0.4
 gcc-8-base 8.4.0-1ubuntu1~18.04
 gdb 8.1-0ubuntu3
 gpgv 2.2.4-1ubuntu1.3
 libacl1 2.2.52-3build1
 libapt-inst2.0 1.6.12ubuntu0.2
 libapt-pkg5.0 1.6.12ubuntu0.2
 libattr1 1:2.4.47-2build1
 libaudit-common 1:2.8.2-1ubuntu1
 libaudit1 1:2.8.2-1ubuntu1
 libbabeltrace1 1.5.5-1
 libblkid1 2.31.1-0.4ubuntu3.7
 libbz2-1.0 1.0.6-8.1ubuntu0.2
 libc6 2.27-3ubuntu1.2
 libc6-dbg 2.27-3ubuntu1.2
 libcap-ng0 0.7.7-3.1
 libcc1-0 8.4.0-1ubuntu1~18.04
 libdb5.3 5.3.28-13.1ubuntu1.1
 libdw1 0.170-0.4ubuntu0.1
 libelf1 0.170-0.4ubuntu0.1
 libexpat1 2.2.5-3ubuntu0.2
 libffi6 3.2.1-8
 libgcc1 1:8.4.0-1ubuntu1~18.04
 libgcrypt20 1.8.1-4ubuntu1.2
 libglib2.0-0 2.56.4-0ubuntu0.18.04.8
 libglib2.0-data 2.56.4-0ubuntu0.18.04.8
 libgmp10 2:6.1.2+dfsg-2
 libgnutls30 3.5.18-1ubuntu1.3
 libgpg-error0 1.27-6
 libgpm2 1.20.7-5
 libhogweed4 3.4.1-0ubuntu0.18.04.1
 libidn2-0 2.0.4-1.1ubuntu0.2
 liblocale-gettext-perl 1.07-3build2
 liblz4-1 0.0~r131-2ubuntu3.1
 liblzma5 5.2.2-1.3
 libmagic-mgc 1:5.32-2ubuntu0.4
 libmagic1 1:5.32-2ubuntu0.4
 libmount1 2.31.1-0.4ubuntu3.7
 libmpdec2 2.4.2-1ubuntu1
 libmpfr6 4.0.1-1
 libncursesw5 6.1-1ubuntu1
 libnettle6 3.4.1-0ubuntu0.18.04.1
 libp11-kit0 0.23.9-2ubuntu0.1
 libpam-modules 1.1.8-3.6ubuntu2
 libpam-modules-bin 1.1.8-3.6ubuntu2
 libpam0g 1.1.8-3.6ubuntu2
 libpcre3 2:8.39-9
 libpython3.6 3.6.9-1~18.04ubuntu1.4
 libpython3.6-minimal 3.6.9-1~18.04ubuntu1.4
 libpython3.6-stdlib 3.6.9-1~18.04ubuntu1.4
 libreadline7 7.0-3
 libseccomp2 2.4.3-1ubuntu3.18.04.3
 libselinux1 2.7-2build2
 libsemanage-common 2.7-2build2
 libsemanage1 2.7-2build2
 libsepol1 2.7-1
 libsmartcols1 2.31.1-0.4ubuntu3.7
 libsqlite3-0 3.22.0-1ubuntu0.4
 libssl1.1 1.1.1-1ubuntu2.1~18.04.9
 libstdc++6 8.4.0-1ubuntu1~18.04
 libsystemd0 237-3ubuntu10.50
 libtasn1-6 4.13-2
 libtext-charwidth-perl 0.04-7.1
 libtext-iconv-perl 1.7-5build6
 libtext-wrapi18n-perl 0.06-7.1
 libtinfo5 6.1-1ubuntu1
 libudev1 237-3ubuntu10.50
 libunistring2 0.9.9-0ubuntu1
 libuuid1 2.31.1-0.4ubuntu3.7
 libzstd1 1.3.3+dfsg-2ubuntu1.2
 mime-support 3.60ubuntu1
 openssl 1.1.1-1ubuntu2.1~18.04.9
 passwd 1:4.5-1ubuntu1
 perl-base 5.26.1-6ubuntu0.5
 readline-common 7.0-3
 tar 1.29b-2ubuntu0.2
 ubuntu-keyring 2018.02.28
 uuid-runtime 2.31.1-0.4ubuntu3.7
 xdg-user-dirs 0.17-1ubuntu1
 xz-utils 5.2.2-1.3
 zlib1g 1:1.2.11.dfsg-0ubuntu2
DistroRelease: Ubuntu 18.04
Package: valgrind 1:3.13.0-2ubuntu2
PackageArchitecture: amd64
ProcCpuinfoMinimal:
 processor  : 3
 vendor_id  : AuthenticAMD
 cpu family : 23
 model  : 113
 model name : AMD Ryzen 5 3600XT 6-Core Processor
 stepping   : 0
 microcode  : 0x165
 cpu MHz: 3792.874
 cache size : 512 KB
 physical id: 0
 siblings   : 4
 core id: 1
 cpu cores  : 2
 apicid : 3
 initial apicid : 3
 fpu: yes
 fpu_exception  : yes
 cpuid level: 13
 wp : yes
 flags  : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb 
rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 
fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx 
f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 
3dnowprefetch osvw topoext perfctr_core ibpb vmmcall fsgsbase tsc_adjust bmi1 
avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 
arat npt nrip_save umip
 bugs   : fxsave_leak sysret_ss_attrs spectre_v1 spectre_v2 
spec_store_bypass
 bogomips   : 7585.74
 TLB size   : 1024 4K pages
 clflush size   : 64
 cache_alignment: 64
 address sizes  : 40 bits physical, 48 bits virtual
 power management:
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 5.4.0-80.90~18.04.1-generic 5.4.124
SourcePackage: valgrind
Tags:  bionic

[Bug 1526507] Re: cal 2016 , 4th week of Jan,Feb & Mar is missing

2021-06-04 Thread Alain Spineux
I don't have the "faulty" system anymore (it was in 2015)
I cannot reproduce the problem on another machine running 16.04 and 
bsdmainutils-9.0.6ubuntu3
I cannot reproduce the problem on 18.04 nor 20.04.
The years 2020-2023 looks good to me on 20.04 then you can close this ticket.

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

Title:
  cal 2016 , 4th week of Jan,Feb & Mar is missing

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

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

[Bug 1883352] Re: impossible to migrate from 18.04 to 20.04

2021-04-10 Thread Alain DUBOUX
** Attachment added: "Essai mise à niveau.odt"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1883352/+attachment/5486395/+files/Essai%20mise%20%C3%A0%20niveau.odt

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

Title:
  impossible to migrate from 18.04 to 20.04

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

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

[Bug 1879206] Re: cups hplip not install printer

2021-03-21 Thread Alain Baeckeroot
The bug is present for 3 different HP printers , 
via Wifi or via USB

It worked nicely , and began to fail maybe one month ago (near february
/ march 2021)

I guess some upgrade messed-up the printers.

** Changed in: hplip (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  cups hplip not install printer

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

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

[Bug 1919027] [NEW] crash upgrading from 18.04 to 20.04 (apparentlyremoving py package)

2021-03-13 Thread alain
Public bug reported:

I had the bug once following what I found in main.log, I saw this was
during python minimal removal thus i removed successfully via synaptic
then retry but still blocking during install

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.42
ProcVersionSignature: Ubuntu 4.15.0-136.140-generic 4.15.18
Uname: Linux 4.15.0-136-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar 13 15:33:01 2021
InstallationDate: Installed on 2018-12-08 (826 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-03-13 (0 days ago)

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


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

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

Title:
  crash upgrading from 18.04 to 20.04 (apparentlyremoving py package)

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

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

[Bug 1913722] Re: cannot upgrade ubuntu from 18.04 to 20.04

2021-02-12 Thread alain rivero
thank you for your answer I try right now

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

Title:
  cannot upgrade ubuntu from 18.04 to 20.04

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

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

[Bug 1913722] [NEW] cannot upgrade ubuntu from 18.04 to 20.04

2021-01-29 Thread alain rivero
Public bug reported:

Un problème insoluble est survenu lors du calcul de la mise à niveau.

 Cela a probablement été causé par :
 * des paquets logiciels non officiels qui ne proviennent pas d’Ubuntu.
Veuillez utiliser la commande « ppa-purge » du paquet 
« ppa-purge » afin de supprimer les paquets d’un 
dépôt PPA Launchpad, puis essayez de relancer la mise à niveau.

Si rien de tout cela ne s'applique, signalez ce bogue à l'aide de la
commande « ubuntu-bug ubuntu-release-upgrader-core » dans un terminal.
Si vous souhaitez analyser le problème par vous-même, les fichiers
journaux contenus dans le répertoire « /var/log/dist-upgrade »
contiennent les informations sur la mise à niveau. Plus précisément,
veuillez consulter les journaux « main.log » et « apt.log ».

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.42
ProcVersionSignature: Ubuntu 4.15.0-135.139-generic 4.15.18
Uname: Linux 4.15.0-135-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri Jan 29 11:17:52 2021
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-01-29 (0 days ago)
VarLogDistupgradeTermlog:

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


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

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

Title:
  cannot upgrade ubuntu from 18.04 to 20.04

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

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

[Bug 1887341] Re: kdbg is missing in ubuntu focal

2020-11-30 Thread Alain
Any news for kdbg in ubuntu ?
kdbg was ported to kde5 since version 3.0.0

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

Title:
  kdbg is missing in ubuntu focal

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

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

[Bug 1901724] Re: Systemd user environment generator is not executable.

2020-10-28 Thread Alain Wolf
Apparently the birthplace of that script is found here:

GPG_AGENT_INFO and SSH_AUTH_SOCK not set in wayland sessions

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855868


** Bug watch added: Debian Bug tracker #855868
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855868

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

Title:
  Systemd user environment generator is not executable.

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

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

[Bug 1901724] Re: Systemd user environment generator is not executable.

2020-10-28 Thread Alain Wolf
> I thought gnome-shell started its own agent for ssh on startup?
My keys are on hardware security devices and I also use gpg-agent-forwarding, 
so afaik gnome-keyring-ssh will not do in this setup.

> Or did you configure your system to run the gnupg agent before starting gnome?
The way I understand it, that is exactly what 
user-environment-generators/90gpg-agent does.


** Description changed:

- On Ubuntu 20.04.1, with gnupg-agent 2.2.19-3ubuntu2
+ Ubuntu 20.04.1
+ gnupg-agent 2.2.19-3ubuntu2
+ gnome-shell 3.36.4-1ubuntu1~20.04.2
+ systemd 245.4-4ubuntu3.2
  
- Using the GnuPG SSH agent with interactive terminal sessions works as
- expected, after manually setting up the usual environment variables in
- ~/.profile and .bashrc.
+ 
+ Using the GnuPG SSH agent with interactive terminal sessions works as 
expected, after manually setting up the usual environment variables in 
~/.profile and .bashrc.
  
  But Nautilus is failing to open remote SFTP directories, it ask for
  username and password, where it just should use keys from the GnuPG SSH
  agent.
  
  Only if I manually restart the gvfs-daemon.service Nautilus starts to
  work as expected.
  
  After a fresh system startup and login the main pid of the gvfs-daemon
  service will not have SSH_AUTH_SOCK variable set.
  
  After a manual service restart they are correctly set.
  
  I noticed that the file /lib/systemd/user-environment-generators/90gpg-
  agent has no execution bit set.
  
  After changing the user environment script as executable everything
  works as expected.
  
  Steps to reproduce:
  
  1. Reboot system and login.
  
  3. Get the PID of your gvfs-daemon.service:
  
- $ systemctl --user status gvfs-daemon.service | grep "Main PID:"
+ $ systemctl --user status gvfs-daemon.service | grep "Main PID:"
  
  4. Check the environment of that process:
  
- $ tr "\0" "\n" < /proc/$(pidof -s gvfsd)/environ
+ $ tr "\0" "\n" < /proc/$(pidof -s gvfsd)/environ
  
  Workaround:
  
  1. Make the systemd user environment generator for gpg-agent executable:
  
- $ sudo chmod +x /lib/systemd/user-environment-generators/90gpg-agent
+ $ sudo chmod +x /lib/systemd/user-environment-generators/90gpg-agent
  
  2. Reboot system and login.
  
- 
- I also noticed while trying to find a workaround, that after simple logout 
and re-login of my Gnome session, it sometimes appeared to be working as 
expected. But then failed again after full system restart.
+ I also noticed while trying to find a workaround, that after simple
+ logout and re-login of my Gnome session, it sometimes appeared to be
+ working as expected. But then failed again after full system restart.

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

Title:
  Systemd user environment generator is not executable.

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

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

[Bug 1901724] [NEW] Systemd user environment generator is not executable.

2020-10-27 Thread Alain Wolf
Public bug reported:

On Ubuntu 20.04.1, with gnupg-agent 2.2.19-3ubuntu2

Using the GnuPG SSH agent with interactive terminal sessions works as
expected, after manually setting up the usual environment variables in
~/.profile and .bashrc.

But Nautilus is failing to open remote SFTP directories, it ask for
username and password, where it just should use keys from the GnuPG SSH
agent.

Only if I manually restart the gvfs-daemon.service Nautilus starts to
work as expected.

After a fresh system startup and login the main pid of the gvfs-daemon
service will not have SSH_AUTH_SOCK variable set.

After a manual service restart they are correctly set.

I noticed that the file /lib/systemd/user-environment-generators/90gpg-
agent has no execution bit set.

After changing the user environment script as executable everything
works as expected.

Steps to reproduce:

1. Reboot system and login.

3. Get the PID of your gvfs-daemon.service:

$ systemctl --user status gvfs-daemon.service | grep "Main PID:"

4. Check the environment of that process:

$ tr "\0" "\n" < /proc/$(pidof -s gvfsd)/environ

Workaround:

1. Make the systemd user environment generator for gpg-agent executable:

$ sudo chmod +x /lib/systemd/user-environment-generators/90gpg-agent

2. Reboot system and login.


I also noticed while trying to find a workaround, that after simple logout and 
re-login of my Gnome session, it sometimes appeared to be working as expected. 
But then failed again after full system restart.

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


** Tags: gpg-agent systemd

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

Title:
  Systemd user environment generator is not executable.

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

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

[Bug 1901099] [NEW] Fresh install Ubuntu 20.04 LTS from USB Session non-EFI

2020-10-22 Thread Alain Richard
Public bug reported:

Again APT configure crash from CD but this time, i had unchecked CD-Rom
source in software and update screen before beginning install

I think the answer is in the script installing Obuntu, so how to change
this script ?

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckMismatches: ./dists/focal/main/binary-i386/Release 
./dists/focal/main/binary-i386/Packages.gz 
./pool/main/e/efibootmgr/efibootmgr_17-1_amd64.deb 
./pool/main/e/expat/libexpat1_2.2.9-1build1_i386.deb 
./pool/main/libx/libxdamage/libxdamage1_1.1.5-2_i386.deb 
./pool/main/n/nvidia-prime/nvidia-prime_0.8.14_all.deb 
./pool/main/l/lupin/lupin-support_0.57build1_amd64.deb 
./pool/main/l/llvm-toolchain-9/libllvm9_9.0.1-12_i386.deb 
./pool/main/m/mesa/mesa-vdpau-drivers_20.0.8-0ubuntu1~20.04.1_amd64.deb 
./pool/main/m/mesa/libgl1-mesa-dri_20.0.8-0ubuntu1~20.04.1_i386.deb
CasperMD5CheckResult: skip
CasperVersion: 1.445.1
Date: Fri Oct 23 01:11:01 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15.2 ubuntu

** Attachment added: "syslog and partman"
   https://bugs.launchpad.net/bugs/1901099/+attachment/5425699/+files/Log.7z

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

Title:
  Fresh install Ubuntu 20.04 LTS from USB Session non-EFI

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

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

[Bug 1901099] Re: Fresh install Ubuntu 20.04 LTS from USB Session non-EFI

2020-10-22 Thread Alain Richard
How to make a new iso from the canonical one ?

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

Title:
  Fresh install Ubuntu 20.04 LTS from USB Session non-EFI

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

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

[Bug 1792684] Re: install ubuntu 18.04.1 by usb - echec de configuration apt

2020-10-22 Thread Alain Richard
I have to reboot tu make the error 10 dissapear (i hope), refresh the
partition table, and make a fresh install

** Attachment added: "Syslog and Partman are in Log.zip"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1792684/+attachment/5425674/+files/Log.zip

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

Title:
  install ubuntu 18.04.1 by usb - echec de configuration apt

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

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

[Bug 1901085] [NEW] Fresh install of 20.10 crashed

2020-10-22 Thread Alain Gyger
Public bug reported:

This is a fresh install of Ubuntu 20.10. Chose to erase the entire disk
and continue with ZFS and encryption.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: ubiquity 20.10.13
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.455
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct 22 13:43:35 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy ubiquity-20.10.13 ubuntu

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

Title:
  Fresh install of 20.10 crashed

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

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

[Bug 1901076] Re: Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure crash

2020-10-22 Thread Alain Richard
Do i have to do something to go further ?

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

Title:
  Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure
  crash

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

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

[Bug 1901076] [NEW] Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure crash

2020-10-22 Thread Alain Richard
Public bug reported:

I"m trying again install Ubuntu 20.04 LTS after the installer said last
install exit with error 10 and it"s freezing with this message "looking
for time from a time server"

I didn't see the way to attach the two files from the installer, so i
put them down this page

When the installer checks ISO's files, it finds 280 errors (is that
normal ?)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: fail
CasperVersion: 1.445.1
Date: Thu Oct 22 20:09:20 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15.2 ubuntu

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

Title:
  Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure
  crash

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

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

[Bug 1901076] Re: Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure crash

2020-10-22 Thread Alain Richard
And What now ?

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

Title:
  Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure
  crash

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

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

[Bug 1901076] Re: Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure crash

2020-10-22 Thread Alain Richard
SSD APT configure crashed because of the CD (it said)

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

Title:
  Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure
  crash

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

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

[Bug 1901076] Re: Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure crash

2020-10-22 Thread Alain Richard
Thanks for answering (alain_r...@yahoo.fr)

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

Title:
  Install Ubuntu 20.04 LTS USB non-UEFI tout le disque SSD APT configure
  crash

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

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

[Bug 1636509] Re: Download as text at paste.ubuntu.com broken

2020-10-21 Thread Alain Richard
I'm a newbie in Pastebin
I need help installing Ubuntu, and using pastebin 
http://paste.ubuntu.com/p/VSQGW4bRcH/plain/

Alain

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

Title:
  Download as text at paste.ubuntu.com broken

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

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

[Bug 1636509] Re: Download as text at paste.ubuntu.com broken

2020-10-21 Thread Alain Richard
** Project changed: canonical-pastebin => ubuntu

** Changed in: ubuntu
 Assignee: (unassigned) => Alain Richard (alainrich280356)

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

Title:
  Download as text at paste.ubuntu.com broken

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

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

[Bug 1893098] [NEW] impression bloquée sur usb liée bbox samba

2020-08-26 Thread Alain Crocq
Public bug reported:

Imprimante reliée au port usb d'un modem BBOX et reconnue par samba : 
smb://WORKGROUP/BBOX; mais elle n'imprime pas "en attente d'authentification" 
La même configuration fonctionnait sous ubuntu 19 et l'imprimante fonctionne si 
elle est reliée directement à l'ordinateur.
Pas de solution à ce problème qui semble être connu dans des forums.

** Affects: bumprace (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/1893098

Title:
  impression bloquée sur usb liée bbox samba

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

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

[Bug 1887341] Re: kdbg is missing in ubuntu focal

2020-07-13 Thread Alain
buttons are missing because i installed kdbg in local prefix, and it
can't found kdbggui.rc

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

Title:
  kdbg is missing in ubuntu focal

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

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

[Bug 1887341] Re: kdbg is missing in ubuntu focal

2020-07-13 Thread Alain
I have successfully built kdbg-master on ubuntu focal, but seems to have
bugs.

* No default button in tool bar (need to add manually from configure menu)
* bugs to put breakpoints

But it's better than nothing !

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

Title:
  kdbg is missing in ubuntu focal

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

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

[Bug 1887341] Re: kdbg is missing in ubuntu focal

2020-07-13 Thread Alain
Latest versions of kdbg were ported to kde5:

KDbg Release Notes for version 3.0.0

...
- Ported to KDE Frameowork 5.

kdbg-3.0.0 date from december 12, 2017
kdbg-3.0.1 date from january 1, 2020

I don't know if these versions are stable.

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

Title:
  kdbg is missing in ubuntu focal

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

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

[Bug 1887341] [NEW] kdbg is missing in ubuntu focal

2020-07-13 Thread Alain
Public bug reported:

All is in tile.

** Affects: kdbg (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/1887341

Title:
  kdbg is missing in ubuntu focal

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

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

[Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2020-05-20 Thread Alain Rouet
It's working here with an Intel Core i5-7200U CPU (Intel HD 620);
"intel-gpu-top" confirms it is. Both VP9 and h264 are accelerated. CPU
usage is around 20 to 35% while playing a 1080p video on Youtube (VP9),
and a bit higher on Twitch (h264). Though it's way better than with
software decoding.

$ LIBVA_MESSAGING_LEVEL=2 snap run chromium
Gtk-Message: 12:18:38.213: Failed to load module "canberra-gtk-module"
Gtk-Message: 12:18:38.215: Failed to load module "canberra-gtk-module"
libva info: VA-API version 1.7.0
libva info: Trying to open 
/snap/chromium/1163/usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
[14314:14314:0520/121838.333051:ERROR:sandbox_linux.cc(374)] 
InitializeSandbox() called with multiple threads in process gpu-process.
libva info: VA-API version 1.7.0
libva info: Trying to open 
/snap/chromium/1163/usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
[14175:14175:0520/121838.439652:ERROR:browser_switcher_service.cc(238)] XXX 
Init()

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

Title:
  [snap] vaapi chromium no video hardware decoding

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

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

[Bug 1877727] Re: Nvidia dGPU active despite prime-select set to Intel card

2020-05-13 Thread Alain Rouet
I'm sorry for spamming this bug report, I should've make all my tests
before posting anything.

I made a clean install today but, this time, without installing the
proprietary drivers during setup. I installed the Nvidia driver after
the first batch of updates, via the Additional Drivers application. And
I can't reproduce this issue anymore. It's working as it should.

It unfortunately means that installing the proprietary drivers during
setup isn't working well. For instance, I had to manually install the
nvidia-dkms-440 package, which was missing. I can't say for sure that
this bug is also caused by a faulty Nvidia driver installation, but it
looks like it. If someone can tell me where I can report this issue,
I'll gladly make it (if it hasn't been reported yet).

Once again, sorry for spamming this bug report. Feel free to delete some
of my comments, as I don't feel they're really useful.

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

Title:
  Nvidia dGPU active despite prime-select set to Intel card

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

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

[Bug 1877727] Re: Nvidia dGPU active despite prime-select set to Intel card

2020-05-12 Thread Alain Rouet
I managed to resolve this issue _on my laptop_ by manually editing
/usr/bin/prime-select at lines 161, 162.

Original:
ACTION=="unbind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", 
ATTR{class}=="0x03", TEST=="power/control", ATTR{power/control}="on"
ACTION=="unbind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", 
ATTR{class}=="0x030200", TEST=="power/control", ATTR{power/control}="on"'''

Modified:
ACTION=="unbind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", 
ATTR{class}=="0x03", TEST=="power/control", ATTR{power/control}="auto"
ACTION=="unbind", SUBSYSTEM=="pci", ATTR{vendor}=="0x10de", 
ATTR{class}=="0x030200", TEST=="power/control", ATTR{power/control}="auto"'''

I might be wrong (I probably am, but well), but if I understand
correctly, when Performance or On-demand mode is selected, Runtime PM is
set to "auto", and when Power Saving mode is selected, Runtime PM is set
to "on". Which means, once again if I understand correctly, that the
Nvidia GPU if "forced" to be active and not suspended, when in power
saving mode.

Anyway, now, when I run "sudo cat
/sys/bus/pci/devices/:01:00.0/power/runtime_status" it returns
"Suspended" and my power consumption is around 6W at idle.

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

Title:
  Nvidia dGPU active despite prime-select set to Intel card

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

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

[Bug 1877727] Re: Nvidia dGPU active despite prime-select set to Intel card

2020-05-12 Thread Alain Rouet
(Sorry, I missclicked and couldn't find a way to edit/merge my comments)
After trying with kernel 5.6, it still don't work as intended despite Powertop 
reports it now as Good. Power consumption is still high (around 12W at idle), 
and "sudo cat /sys/bus/pci/devices/:01:00.0/power/runtime_status" returns 
"active".
I'll continue investigating a bit more, but ultimately I need my production PC 
to just work and cannot tweak, as much as I love doing it, indefinitely, haha!

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

Title:
  Nvidia dGPU active despite prime-select set to Intel card

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

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

[Bug 1877727] Re: Nvidia dGPU active despite prime-select set to Intel card

2020-05-12 Thread Alain Rouet
The workaround didn't work after shutting down my laptop.
But, after digging a bit, I found a news on Phoronix ( 
https://www.phoronix.com/scan.php?page=news_item=Linux-5.5-dGPU-Sound-Bind-Power
 ) that gave me the idea to try with kernel 5.6. This one, to be more specific: 
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.6.11/

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

Title:
  Nvidia dGPU active despite prime-select set to Intel card

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

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

[Bug 1877727] Re: Nvidia dGPU active despite prime-select set to Intel card

2020-05-11 Thread Alain Rouet
Same issue here with an Intel Core i5-7200U and an NVIDIA Geforce GTX
950M. Had to use the same workaround with Powertop and power consumption
went from 12W to 6W after. It kept working after restarting, though.

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

Title:
  Nvidia dGPU active despite prime-select set to Intel card

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

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

[Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2020-05-11 Thread Alain Rouet
** Attachment added: "journalctl"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1816497/+attachment/5369734/+files/journalctl

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

Title:
  [snap] vaapi chromium no video hardware decoding

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

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

[Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2020-05-11 Thread Alain Rouet
Same "libva error" issue here, with an Intel Core i5-7200U CPU (Intel HD
620). I attached the output of running "chromium --enable-
logging=stderr", the chromium's journalctl entries (from installation to
first and second launch) and vainfo.

The iHD VAAPI driver wasn't available until Ubuntu 19.04. If the
Chromium snap is build with Ubuntu 18.04 libraries, wouldn't that
explain the error?

** Attachment added: "stderr"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1816497/+attachment/5369733/+files/stderr

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

Title:
  [snap] vaapi chromium no video hardware decoding

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

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

[Bug 1816497] Re: [snap] vaapi chromium no video hardware decoding

2020-05-11 Thread Alain Rouet
** Attachment added: "vainfo"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1816497/+attachment/5369735/+files/vainfo

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

Title:
  [snap] vaapi chromium no video hardware decoding

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

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

[Bug 1811504] Re: Scan with HP LaserJet Pro MFP M28a fails

2020-05-05 Thread Alain Brondeau
Edit for #63 : I tested again today and I was able to scan both in gray
and colour (and up to dpi), although I didn't change anything in my
hplip configuration (3.20.3) since that comment! So problem mysteriously
solved for me... for now.

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

Title:
  Scan with HP LaserJet Pro MFP M28a fails

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

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

[Bug 1811504] Re: scan with Laserjet MFP-M28 fails

2020-04-06 Thread Alain Brondeau
I have the exact same problem on Ubuntu 3.18.04 with hplip 3.19.12
installed. It worked fine for a few months but things went wrong a few
days ago (scanner now only works in gray mode and up to 200 dpi). So
maybe an update caused a regression ?

I updated to hplip 3.20.3 and  3.20.3 plugin but to no avail. I also
tried the solution described in #61 but it didn't help (simple scan
simply freezes completely).

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

Title:
  scan with Laserjet MFP-M28 fails

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

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

Re: [Bug 1860178] Re: [nouveau] Graphic environment bug

2020-01-25 Thread alain
Hello,

It seems the Xorg program has some conflicts with the Nvidia graphic 
management. Consequence is that some programs called through in 
graphical mode crashes Ubuntu. All I/O (mouse, kb, ...) not responding 
at all.

For information, Xorg version and details :

X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.0-170-generic x86_64 Ubuntu
Current Operating System: Linux alain-EL1358 5.3.0-26-generic 
#28~18.04.1-Ubuntu SMP Wed Dec 18 16:40:14 UTC 2019 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=UUID=52e5db54-2ea1-48ba-9efe-6b23d1188404 ro
Build Date: 18 December 2019  08:15:29AM
xorg-server-hwe-18.04 2:1.20.5+git20191008-0ubuntu1~18.04.1 (For 
technical support please see http://www.ubuntu.com/support)
Current version of pixman: 0.34.0

For more information, summary of HW and drivers in attached document. 
Hope that it will help.

Many thanks for help,

AB

Le 20/01/2020 à 03:41, Daniel van Vugt a écrit :
> Can you please attach a screenshot or photo of the problem?
>
>
> ** Summary changed:
>
> - Graphic environment bug
> + [nouveau] Graphic environment bug
>
> ** Package changed: xorg (Ubuntu) => ubuntu
>
> ** Changed in: ubuntu
> Status: New => Incomplete
>
> ** Tags added: nouveau
>


** Attachment added: "Capture du 2020-01-25 12-34-14.png"
   
https://bugs.launchpad.net/bugs/1860178/+attachment/5322840/+files/Capture%20du%202020-01-25%2012-34-14.png

** Attachment added: "hw_config.txt"
   
https://bugs.launchpad.net/bugs/1860178/+attachment/5322841/+files/hw_config.txt

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

Title:
  [nouveau] Graphic environment bug

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

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

[Bug 1860590] Re: can't read superblock on /dev/xxxx sdc1 in my case

2020-01-24 Thread alain maronani
I did run a btrfs check on a disk and I got

Checking filesystem on /dev/sdc1
UUID: 08e9f1ce-81d5-4c46-828d-5bfff1a6dd5a
checking extents
checking free space cache
checking fs roots
root 5 root dir 256 error
root 5 inode 256 errors 200, dir isize wrong
root 5 inode 18446744073709551605 errors 2001, no inode item, link count wrong
unresolved ref dir 256 index 0 namelen 25 name System Volume 
Information filetype 2 errors 6, no dir index, no inode ref
ERROR: errors found in fs roots
found 406587551744 bytes used, error(s) found
total csum bytes: 395533372
total tree bytes: 1461895168
total fs tree bytes: 960806912
total extent tree bytes: 53084160
btree space waste bytes: 238263923
file data blocks allocated: 405125656576
 referenced 414054232064

The disk mount perfectly with linux lite (older kernel) and also mount
with 5.0.0-37-generic

Do not work (system freeze) with 5.3.0-26-generic (do not work also with
recent other linux distrib such as MX, POP OS (System76).

btrfs version is 4.15.1

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

Title:
  can't read superblock on /dev/ sdc1 in my case

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

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

[Bug 1860178] [NEW] Graphic environment bug

2020-01-17 Thread alain
Public bug reported:

Graphic environment unstable, desktop background degraded. Seems
consequently to last system upgrade (2020.jan.17)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.3.0-26.28~18.04.1-generic 5.3.13
Uname: Linux 5.3.0-26-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CompositorRunning: None
Date: Fri Jan 17 21:55:59 2020
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation C61 [GeForce 6150SE nForce 430] [10de:03d0] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] C61 [GeForce 6150SE nForce 430] 
[1025:0394]
InstallationDate: Installed on 2019-08-03 (167 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
Lsusb:
 Bus 001 Device 003: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard 
reader
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 04f9:0027 Brother Industries, Ltd HL-2030 Laser Printer
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: eMachines EL1358
ProcEnviron:
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-26-generic 
root=UUID=52e5db54-2ea1-48ba-9efe-6b23d1188404 ro
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/20/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-B1
dmi.board.name: EL1358
dmi.board.vendor: eMachines
dmi.chassis.type: 3
dmi.chassis.vendor: eMachines
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd04/20/2011:svneMachines:pnEL1358:pvr:rvneMachines:rnEL1358:rvr:cvneMachines:ct3:cvr:
dmi.product.family: eMachines Desktop
dmi.product.name: EL1358
dmi.product.sku: To Be Filled By O.E.M.
dmi.sys.vendor: eMachines
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.99-1ubuntu1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1~18.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

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

Title:
  Graphic environment bug

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

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

Re: [Bug 1852246] Re: Ubuntu 18.4 installation from CDROM crashed on Asus GR8

2019-11-15 Thread Alain H. Pernet
Hello,

you may close this bug as resolved ...

Thanks for your help

*SOSWEB.CH*
Alain H. Pernet
+41 78 607 2203
al...@sosweb.ch
SOSWEB.CH 

Le 15.11.19 à 12:54, William a écrit :
> ** Changed in: ubiquity (Ubuntu)
> Status: Incomplete => Invalid
>


** Attachment added: "ngekefkbbafaknol.png"
   
https://bugs.launchpad.net/bugs/1852246/+attachment/5305623/+files/ngekefkbbafaknol.png

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

Title:
  Ubuntu 18.4 installation from CDROM crashed on Asus GR8

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

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

Re: [Bug 1852246] Re: Ubuntu 18.4 installation from CDROM crashed on Asus GR8

2019-11-14 Thread Alain H. Pernet
Hey,

Thanks for your message ... I have already downloaded a new installation 
media ...

Sorry for my mistake.

Regards

--

*SOSWEB.CH*
Alain H. Pernet
+41 78 607 2203
al...@sosweb.ch
SOSWEB.CH 

Le 14.11.19 à 11:19, William a écrit :
> According to syslog, the installation media might be faulty. Have you
> tried installing from another source?
>


** Attachment added: "mgjhemgdcpgcmeel.png"
   
https://bugs.launchpad.net/bugs/1852246/+attachment/5305418/+files/mgjhemgdcpgcmeel.png

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

Title:
  Ubuntu 18.4 installation from CDROM crashed on Asus GR8

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

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

[Bug 1852246] [NEW] Ubuntu 18.4 installation from CDROM crashed on Asus GR8

2019-11-12 Thread Alain H. Pernet
Public bug reported:

impossible to copy files to the harddisk

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Tue Nov 12 14:41:55 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  Ubuntu 18.4 installation from CDROM crashed on Asus GR8

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

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

[Bug 1844906] [NEW] gnome-shell crash after suspend

2019-09-21 Thread Alain
Public bug reported:

gnome-shell doesn't load correctly the theme after suspend
I need to restart systematically gnome-shell

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gnome-shell 3.32.2-2ubuntu1~ubuntu19.04.1
ProcVersionSignature: Ubuntu 5.0.0-29.31-lowlatency 5.0.21
Uname: Linux 5.0.0-29-lowlatency x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
Date: Sun Sep 22 07:36:14 2019
DisplayManager: gdm3
InstallationDate: Installed on 2018-12-29 (266 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANG=fr_FR.UTF-8
 TERM=xterm-256color
 PATH=(custom, no user)
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 3.32.2+git20190711-2ubuntu1~19.04.1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to disco on 2019-04-30 (144 days ago)

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


** Tags: amd64 apport-bug disco third-party-packages

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

Title:
  gnome-shell crash after suspend

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

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

[Bug 1844860] [NEW] Freezing system

2019-09-21 Thread alain
Public bug reported:

The system getting frozen suddenly, no-longer peripheral material access
(keyb, mouse etc..). Seems correlated with theFirefox navigator use.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.0.0-29.31~18.04.1-generic 5.0.21
Uname: Linux 5.0.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CompositorRunning: None
Date: Sat Sep 21 13:08:30 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation C61 [GeForce 6150SE nForce 430] [10de:03d0] (rev a2) 
(prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] C61 [GeForce 6150SE nForce 430] 
[1025:0394]
InstallationDate: Installed on 2019-08-03 (48 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 002: ID 04f9:0027 Brother Industries, Ltd HL-2030 Laser Printer
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: eMachines EL1358
ProcEnviron:
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.0.0-29-generic 
root=UUID=52e5db54-2ea1-48ba-9efe-6b23d1188404 ro
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/20/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P01-B1
dmi.board.name: EL1358
dmi.board.vendor: eMachines
dmi.chassis.type: 3
dmi.chassis.vendor: eMachines
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-B1:bd04/20/2011:svneMachines:pnEL1358:pvr:rvneMachines:rnEL1358:rvr:cvneMachines:ct3:cvr:
dmi.product.family: eMachines Desktop
dmi.product.name: EL1358
dmi.product.sku: To Be Filled By O.E.M.
dmi.sys.vendor: eMachines
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.97-1ubuntu1~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.8-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.8-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  Freezing system

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

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

[Bug 1836112] [NEW] package menu 2.1.47ubuntu3 failed to install/upgrade: triggers looping, abandoned

2019-07-10 Thread Alain H. Pernet
Public bug reported:

dist-upgrade from Ubuntu 18.10 to 19.04
Menu could not be installed :X

ProblemType: Package
DistroRelease: Ubuntu 19.04
Package: menu 2.1.47ubuntu3
ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
Uname: Linux 5.0.0-20-generic x86_64
ApportVersion: 2.20.10-0ubuntu27.1
Architecture: amd64
Date: Wed Jul 10 15:07:07 2019
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2017-07-25 (715 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.16-1
RelatedPackageVersions:
 dpkg 1.19.6ubuntu1
 apt  1.8.1
SourcePackage: menu
Title: package menu 2.1.47ubuntu3 failed to install/upgrade: triggers looping, 
abandoned
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package disco

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

Title:
  package menu 2.1.47ubuntu3 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1833855] [NEW] video card

2019-06-23 Thread Alain Guay
Public bug reported:

hi!  some problem.  i have an video intel graphic card Q965 but i dont
have any hi-resolution like 1080.  i'm in vga mode only.  Can you help
me?

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.18.0-22.23~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-22-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Jun 23 09:58:42 2019
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 82Q963/Q965 Integrated Graphics Controller [8086:2992] (rev 
02) (prog-if 00 [VGA controller])
   Subsystem: Dell 82Q963/Q965 Integrated Graphics Controller [1028:01da]
   Subsystem: Dell 82Q963/Q965 Integrated Graphics Controller [1028:01da]
InstallationDate: Installed on 2019-06-18 (5 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
MachineType: Dell Inc. OptiPlex 745
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-22-generic 
root=UUID=017d360b-c7a7-47e3-8d37-669b93a45647 ro quiet splash 
video=hyperv_fb:1280x720 vt.handoff=1
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/01/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.6.4
dmi.board.name: 0GW726
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 16
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr2.6.4:bd03/01/2010:svnDellInc.:pnOptiPlex745:pvr:rvnDellInc.:rn0GW726:rvr:cvnDellInc.:ct16:cvr:
dmi.product.name: OptiPlex 745
dmi.sys.vendor: Dell Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.98+git1906111830.5db0f7~oibaf~b
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2~git1906191930.9c19d0~oibaf~b
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2~git1906191930.9c19d0~oibaf~b
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

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

Title:
  video card

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

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

[Bug 1830623] [NEW] rejected installation

2019-05-27 Thread Alain Fichot
Public bug reported:

End of installation message:
Le paquet grub-efiamd64-signed n' a pas pu être installé dans /target/.
En l'abscence du programme de démarrage GRUB, le sustème installé ne pourra 
démarrer.
Thanks for your help

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.12 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.18.0-15.16~18.04.1-generic 4.18.20
Uname: Linux 4.18.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Mon May 27 16:11:55 2019
InstallCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz root=UUID=2FC3-67D5 
maybe-ubiquity debian-installer/language=fr 
keyboard-configuration/layoutcode=fr 
iso-scan/filename=/ubuntu-18.04.2-desktop-amd64.iso boot=casper 
file=/cdrom/preseed/ubuntu.seed noprompt quiet splash --
LiveMediaBuild: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
ProcEnviron:
 LANGUAGE=fr_FR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.12 ubuntu

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

Title:
  rejected installation

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

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

[Bug 1826651] [NEW] package virtualbox-ext-pack 6.0.6-1 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 4

2019-04-27 Thread Alain TAUBER
Public bug reported:

De nouveau, la mise à jour de Virtualbox a échoué lors de l'upgrade
d'Ubuntu, cette fois-ci de 18.10 vers Ubuntu 19.04

ProblemType: Package
DistroRelease: Ubuntu 19.04
Package: virtualbox-ext-pack 6.0.6-1
ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
Uname: Linux 5.0.0-13-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
Date: Sat Apr 27 16:41:03 2019
ErrorMessage: installed virtualbox-ext-pack package post-installation script 
subprocess returned error exit status 4
InstallationDate: Installed on 2017-04-13 (743 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.16-1
RelatedPackageVersions:
 dpkg 1.19.6ubuntu1
 apt  1.8.0
SourcePackage: virtualbox-ext-pack
Title: package virtualbox-ext-pack 6.0.6-1 failed to install/upgrade: installed 
virtualbox-ext-pack package post-installation script subprocess returned error 
exit status 4
UpgradeStatus: Upgraded to disco on 2019-04-27 (0 days ago)

** Affects: virtualbox-ext-pack (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package disco

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

Title:
  package virtualbox-ext-pack 6.0.6-1 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1826651/+subscriptions

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

[Bug 1824497] Re: unable to copy small files with nautilus on cifs mount

2019-04-13 Thread Alain DELANGE
Transferred to this location :

https://gitlab.gnome.org/GNOME/gvfs/issues/392
"gio copy and nautilus hang when copying small files on cifs shares on ubuntu 
18.04"

hope this will help

ad.

** Bug watch added: gitlab.gnome.org/GNOME/gvfs/issues #392
   https://gitlab.gnome.org/GNOME/gvfs/issues/392

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

Title:
  unable to copy small files with nautilus on cifs mount

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

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

[Bug 1824497] Re: unable to copy small files with nautilus on cifs mount

2019-04-12 Thread Alain DELANGE
ok thanks
ad.

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

Title:
  unable to copy small files with nautilus on cifs mount

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

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

[Bug 1824497] Re: unable to copy small files with nautilus on cifs mount

2019-04-12 Thread Alain DELANGE
so you think we have to search the problem with gvfs ?

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

Title:
  unable to copy small files with nautilus on cifs mount

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

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

[Bug 1824497] Re: unable to copy small files with nautilus on cifs mount

2019-04-12 Thread Alain DELANGE
gio copy hangs after the firt file

gio copy -p auto/moi/PHP/Newsletter/mob/* auto/moi/PHP/Newsletter/mob5/
684 octets sur 684 octets transférés (684 octets/s)

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

Title:
  unable to copy small files with nautilus on cifs mount

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

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

[Bug 1824497] Re: unable to copy small files with nautilus on cifs mount

2019-04-12 Thread Alain DELANGE
After further test
the files, the samba server is ubuntu 18.04 lts

apt-cache policy samba
samba:
  Installé : 2:4.7.6+dfsg~ubuntu-0ubuntu2.9
  Candidat : 2:4.7.6+dfsg~ubuntu-0ubuntu2.9
 Table de version :
 *** 2:4.7.6+dfsg~ubuntu-0ubuntu2.9 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2:4.7.6+dfsg~ubuntu-0ubuntu2 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


I start a virtual box with ubuntu 16.04lts, access to my files through autofs 
and do a copy paste on my www folder : OK

apt-cache policy nautilus
nautilus:
  Installé : 1:3.18.4.is.3.14.3-0ubuntu6
  Candidat : 1:3.18.4.is.3.14.3-0ubuntu6
 Table de version :
 *** 1:3.18.4.is.3.14.3-0ubuntu6 500
500 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.18.4.is.3.14.3-0ubuntu4 500
500 http://fr.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

I start an other virtualbox machine with ubuntu 18.10 an do the same copy paste 
of my folder :
duplication de 1/160 fichiers and hangs !
nautilus:
  Installé : 1:3.26.4-0~ubuntu18.04.2
  Candidat : 1:3.26.4-0~ubuntu18.04.4
 Table de version :
 1:3.26.4-0~ubuntu18.04.4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
 *** 1:3.26.4-0~ubuntu18.04.2 100
100 /var/lib/dpkg/status
 1:3.26.3-0ubuntu4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

its a pity that we cant no more copy a folder over the network !

ad

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

Title:
  unable to copy small files with nautilus on cifs mount

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

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

[Bug 1824497] [NEW] unable to copy small files with nautilus on cifs mount

2019-04-12 Thread Alain DELANGE
Public bug reported:

I have this bug on two different computers with ubuntu 18.04
I never encounter this this 16.04 and any previous releases

I am working on a web site with many (twenty) small php files (less than
100bytes)

When I copy paste the full www folder nautilus hangs on a certain file, a small 
one...
When I copy paste one small file from a subfolder of www to an other sufolder 
it hangs

I got the message :
Copie de index.php vers pictures
0 octet / 65 octets - environ 596 523 heures restantes

Sometimes I got a 0 byte in my folder which is hard to remove even on
terminal

But If I do a paste again, just after the stall, I got from nautilus the
message the file exists and if I "replace" it works.

Copying/pasting a file in the same folder don't work at all :
Duplication de index.php
0 octet / 65 octets - environ 596 523 heures restantes

*
context :
I am working with different computers physicals and virtualbox on these files 
with absolutely no problems
The configuration is always the same:
My cifs mount are mounted with autofs on /home/ad/auto
I have something like that in autofd configuration files:

moi -fstype=cifs,credentials=/home/ad/.credentials/ad-
credentials,iocharset=utf8 ://192.168.1.20/ad_moi

I have the problem when I am on the same computer, the one with samba server, 
in this case I have
127.0.0.1 instead of 192.168.1.20in config files.

The problem is not with autofs. I can get it without it...

I can reproduce it on an other computer with ubuntu 19.10
the copy/paste of www hangs on the first file : a 388 bytes png file

copying with terminal with cp works fine

***

lsb_release -rd
Description:Ubuntu 18.04.2 LTS
Release:18.04
lsb_release -rd
Description:Ubuntu 19.10
Release:19.10

apt-cache policy nautilus
nautilus:
  Installé : 1:3.26.4-0~ubuntu18.04.4
  Candidat : 1:3.26.4-0~ubuntu18.04.4
 Table de version :
 *** 1:3.26.4-0~ubuntu18.04.4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.26.3-0ubuntu4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

I hope this bug will be solved soon !

thank you

ad.

** Affects: nautilus (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/1824497

Title:
  unable to copy small files with nautilus on cifs mount

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

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

[Bug 1759278] Re: hp-doctor: UnboundLocalError: local variable 'l' referenced before assignment

2019-03-26 Thread alain ivars
My OS is:
$lsb_release -a 
  
14:39:55
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.2 LTS
Release:18.04
Codename:   bionic

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

Title:
  hp-doctor: UnboundLocalError: local variable 'l' referenced before
  assignment

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

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

[Bug 1759278] Re: hp-doctor: UnboundLocalError: local variable 'l' referenced before assignment

2019-03-26 Thread alain ivars
I have the same problem as Stdedos (stdedos)

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

Title:
  hp-doctor: UnboundLocalError: local variable 'l' referenced before
  assignment

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

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

[Bug 1812443] [NEW] dosemu in all other versions than this crashes straight away when running a dos program; here it crashes randomly

2019-01-18 Thread Alain Jousten
Public bug reported:

dosemu used to work wonderfully in 16.04. After upgrading, I am facing
major problems. Either the terminal window crashes as soon as i start my
dos program (with the previous livery of dosemu, with the new dosemu
1.4.0.7+20130105+b028d3f-2build1); or it crashes randomly (dosemu
1.4.0.7+20130105+b028d3f-2 in amd64 ). Is there any solution as I am
running an important legacy software on this?

is there alternatively a way to downgrade to 16.04 again??

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: dosemu 1.4.0.7+20130105+b028d3f-1
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Jan 18 22:24:57 2019
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-11-11 (1529 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: dosemu
UpgradeStatus: Upgraded to bionic on 2019-01-18 (0 days ago)

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


** Tags: amd64 apport-bug bionic

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

Title:
  dosemu in all other versions than this crashes straight away when
  running a dos program; here it crashes randomly

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

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

[Bug 955212] Fw (1): dg

2018-12-26 Thread Alain Bolzinger
*** This bug is a duplicate of bug 911436 ***
https://bugs.launchpad.net/bugs/911436


http://www.radiosiwel.info/eittyage/tkiu0f.y93?tdksaih3e


/12/26/2018 2:22:32 PM/







 'Oh shit,' said Dan. 'I forgod I ordered pizza.'

Harry knew, somehow, what to do. He leaned forward and grasped the broom
tightly in both hands, and it shot toward Malfay like a javelin. Malfoy
only just got out of the way in time; Harry made a sharp about-face and
held the broom steady. A few people below were clapping.

"I'm not giving you any of anything. If I had shot him, I wouldn't be
here. I wouldn't have called up. You wouldn't have found the gun. Don't
work so hard on the case. You won't be on it more than ten minutes." His
eyes looked hurt. He took 'his cap off and the carnation dropped to the
floor. He bent and picked it up and twirled it between his fingers, then
dropped it behind the fire screen.

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

Title:
  package cups 1.5.2-7 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1784117] Re: Steam fails to start: glxChooseVisual failed

2018-12-16 Thread Alain Danger
Hi. Running Linuxmint (ubuntu 18.04) with NVidia RTX. Problem solved for
me after installing libnvidia-gl-415:i386 and ia32-libs.

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

Title:
  Steam fails to start: glxChooseVisual failed

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

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

[Bug 941778]

2018-10-22 Thread Alain Bolzinger
http://www.montetaborconstrucoes.com.br/pzrkdsdv/cbnkzz.w6n=Alain_BOLZINGER

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

Title:
  not existing packages in your list

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

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

[Bug 1798672] [NEW] Not possible to upgrade from 16.04 LTS to 18.04 LTS

2018-10-18 Thread alain
Public bug reported:

using sudo do-release-upgrade command, seems having some conflicts about some 
packages/dependancies. 
abstract of terminal (french version)

(appstreamcli:8638): GLib-CRITICAL **: g_strchug: assertion 'string !=
NULL' failed

(appstreamcli:8638): GLib-CRITICAL **: g_strchomp: assertion 'string != NULL' 
failed
AppStream cache update completed, but some metadata was ignored due to errors.

Vérification du gestionnaire de paquets
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances
Lecture des informations d'état… Terminé  

Calcul des modifications en cours

Calcul des modifications en cours

Impossible d'évaluer la mise à niveau

Un problème insoluble est survenu lors de la préparation de la mise à 
niveau. 

Ceci peut-être dû à : 
* la mise à niveau vers une version de développement d'Ubuntu ; 
* la version de développement d'Ubuntu est actuellement utilisée ; 
* des paquets logiciels non officiels, non fournis par Ubuntu. 

Si rien de tout cela ne s'applique, veuillez signaler ce bogue en 
utilisant la commande « ubuntu-bug ubuntu-release-upgrader-core » 
dans un terminal. 


Restauration du système dans son état d'origine

Annulation
Lecture des listes de paquets… Terminé
Construction de l'arbre des dépendances
Lecture des informations d'état… Terminé

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.25
ProcVersionSignature: Ubuntu 4.4.0-137.163-generic 4.4.144
Uname: Linux 4.4.0-137-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Thu Oct 18 22:06:03 2018
InstallationDate: Installed on 2016-12-01 (685 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to xenial on 2018-10-18 (0 days ago)

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


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

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

Title:
  Not possible to upgrade from 16.04 LTS to 18.04 LTS

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

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

[Bug 1797866] [NEW] instalation en complement de windows 10 installation stop

2018-10-15 Thread Alain BOURDEAU
Public bug reported:

Pour avoir UBUNTU en complement de windows.

Même problème avec unbuntu 16.4

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct 15 11:39:58 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=fr_FR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=fr_FR.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  instalation en complement de windows 10 installation stop

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

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

[Bug 1797866] Re: instalation en complement de windows 10 installation stop

2018-10-15 Thread Alain BOURDEAU
oui installation neuve

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

Title:
  instalation en complement de windows 10 installation stop

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

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

[Bug 1795557] [NEW] package shim-signed 1.37~18.04.2+15+1533136590.3beb971-0ubuntu1 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2018-10-02 Thread rech alain
Public bug reported:

impossible d'installer mise à jour

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: shim-signed 1.37~18.04.2+15+1533136590.3beb971-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
Uname: Linux 4.15.0-34-generic x86_64
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] Aucun fichier ou dossier 
de ce type: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.9-0ubuntu7.4
AptOrdering:
 google-chrome-stable:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Tue Oct  2 08:28:08 2018
ErrorMessage: problèmes de dépendances - laissé non configuré
InstallationDate: Installed on 2016-02-05 (969 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.5
SecureBoot: 6   0   0   0   0
SourcePackage: shim-signed
Title: package shim-signed 1.37~18.04.2+15+1533136590.3beb971-0ubuntu1 failed 
to install/upgrade: problèmes de dépendances - laissé non configuré
UpgradeStatus: Upgraded to bionic on 2018-07-14 (79 days ago)

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


** Tags: amd64 apport-package bionic package-from-proposed

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

Title:
  package shim-signed 1.37~18.04.2+15+1533136590.3beb971-0ubuntu1 failed
  to install/upgrade: problèmes de dépendances - laissé non configuré

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

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

[Bug 1792928] [NEW] Keyboard mapping in qwerty when starting a new session

2018-09-17 Thread Alain Mille
Public bug reported:

When starting a new session, my keyboard switches to "en". I delete the "en" 
entry in keyboard -> allowing to be able to start a session, but when the 
session is on, the keyboard is in english. I have to change in in a term with 
the command setxkbmap. I checked the parameters of the keyboard and, by 
default, it is "fr", then "fr obsolete", then english.
I will try the possible solutions... 

The OS is Ubuntu 16.04 LTS / HP Elite Book

Thanks for exploring the problem

** Affects: unity-greeter (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/1792928

Title:
  Keyboard mapping in qwerty when starting a new session

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

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

[Bug 1787652] [NEW] package texlive-latex-recommended 2015.20160320-1ubuntu0.1 failed to install/upgrade: trying to overwrite '/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/ar

2018-08-17 Thread alain ivars
Public bug reported:

after the upgrade from 16.04 to 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: texlive-latex-recommended 2015.20160320-1ubuntu0.1
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Fri Aug 17 21:32:43 2018
DuplicateSignature:
 package:texlive-latex-recommended:2015.20160320-1ubuntu0.1
 Unpacking texlive-latex-recommended (2017.20180305-1) over 
(2015.20160320-1ubuntu0.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-rBs4fZ/361-texlive-latex-recommended_2017.20180305-1_all.deb
 (--unpack):
  trying to overwrite 
'/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map',
 which is also in package texlive-xetex 2015.20160320-1ubuntu0.1
ErrorMessage: trying to overwrite 
'/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map',
 which is also in package texlive-xetex 2015.20160320-1ubuntu0.1
InstallationDate: Installed on 2016-10-09 (677 days ago)
InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3
SourcePackage: texlive-base
Title: package texlive-latex-recommended 2015.20160320-1ubuntu0.1 failed to 
install/upgrade: trying to overwrite 
'/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map',
 which is also in package texlive-xetex 2015.20160320-1ubuntu0.1
UpgradeStatus: Upgraded to bionic on 2018-08-17 (0 days ago)

** Affects: texlive-base (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package texlive-latex-recommended 2015.20160320-1ubuntu0.1 failed to
  install/upgrade: trying to overwrite '/usr/share/texlive/texmf-
  dist/fonts/misc/xetex/fontmapping/polyglossia/arabicdigits.map', which
  is also in package texlive-xetex 2015.20160320-1ubuntu0.1

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

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

[Bug 740170] Re: website bad display linux

2018-07-14 Thread Alain Rihs
Thank you for coming back.
Impossible to test again, website has change.
I confirm you can close the report.
Best regards.

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

Title:
  website bad display linux

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

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

[Bug 1770693] [NEW] package linux-headers-4.13.0-19-generic 4.13.0-19.22 failed to install/upgrade: unable to securely remove '/usr/src/linux-headers-4.13.0-19-generic/include/config/ir/gpio/cir.h': N

2018-05-11 Thread Alain MANCEAU
Public bug reported:

no, just the package

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: linux-headers-4.13.0-19-generic 4.13.0-19.22
ProcVersionSignature: Ubuntu 4.13.0-42.47-generic 4.13.16
Uname: Linux 4.13.0-42-generic i686
ApportVersion: 2.20.7-0ubuntu3.8
AptOrdering:
 linux-headers-4.13.0-19-generic:i386: Remove
 linux-headers-4.13.0-19:i386: Remove
 libqpdf18:i386: Remove
 NULL: ConfigurePending
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  manceau1254 F pulseaudio
Date: Fri May 11 18:09:15 2018
DpkgTerminalLog:
 Removing linux-headers-4.13.0-19-generic (4.13.0-19.22) ...
 dpkg: error processing package linux-headers-4.13.0-19-generic (--remove):
  unable to securely remove 
'/usr/src/linux-headers-4.13.0-19-generic/include/config/ir/gpio/cir.h': Not a 
directory
DuplicateSignature:
 package:linux-headers-4.13.0-19-generic:4.13.0-19.22
 Removing linux-headers-4.13.0-19-generic (4.13.0-19.22) ...
 dpkg: error processing package linux-headers-4.13.0-19-generic (--remove):
  unable to securely remove 
'/usr/src/linux-headers-4.13.0-19-generic/include/config/ir/gpio/cir.h': Not a 
directory
ErrorMessage: unable to securely remove 
'/usr/src/linux-headers-4.13.0-19-generic/include/config/ir/gpio/cir.h': Not a 
directory
HibernationDevice: RESUME=UUID=c14df582-d205-461e-912d-1dee6ea1b0fd
InstallationDate: Installed on 2016-07-30 (649 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release i386 (20141022.1)
MachineType: SAMSUNG ELECTRONICS CO., LTD. R530/R730
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-42-generic 
root=UUID=60e7b015-ffa3-4f6b-8b9a-a2e86fe4f63c ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu7.3
SourcePackage: linux
Title: package linux-headers-4.13.0-19-generic 4.13.0-19.22 failed to 
install/upgrade: unable to securely remove 
'/usr/src/linux-headers-4.13.0-19-generic/include/config/ir/gpio/cir.h': Not a 
directory
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/27/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 07JD.M027.20100927.KSJ
dmi.board.name: R530/R730
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr07JD.M027.20100927.KSJ:bd09/27/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR530/R730:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR530/R730:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: R530/R730
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: apport-package artful i386

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

Title:
  package linux-headers-4.13.0-19-generic 4.13.0-19.22 failed to
  install/upgrade: unable to securely remove '/usr/src/linux-
  headers-4.13.0-19-generic/include/config/ir/gpio/cir.h': Not a
  directory

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

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

[Bug 1769934] [NEW] package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-05-08 Thread Alain TAUBER
Public bug reported:

when upgrading to Ubuntu 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: virtualbox-ext-pack 5.2.10-3
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Tue May  8 17:21:20 2018
ErrorMessage: installed virtualbox-ext-pack package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2017-04-13 (389 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: virtualbox-ext-pack
Title: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: 
installed virtualbox-ext-pack package post-installation script subprocess 
returned error exit status 1
UpgradeStatus: Upgraded to bionic on 2018-05-08 (0 days ago)

** Affects: virtualbox-ext-pack (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1769934/+subscriptions

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

[Bug 1765363] Re: prime-select intel is not powering off the nvidia card

2018-04-30 Thread Alain Rouet
$ lspci | grep 3D
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 950M] (rev a2)

I should have specified it earlier, sorry.

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

Title:
  prime-select intel is not powering off the nvidia card

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

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

[Bug 1765363] Re: prime-select intel is not powering off the nvidia card

2018-04-30 Thread Alain Rouet
I tried something this morning, since I was convinced that this problem
revolves around Nouveau power management.

I made a backup of prime-select,
# cp /usr/bin/prime-select /usr/bin/prime-select.orig

and replaced the parameter that disables Nouveau power management (as per 
https://nouveau.freedesktop.org/wiki/KernelModuleParameters/).
# sed -i "s/boot_params\['nouveau.runpm'\] = '0'/boot_params\['nouveau.runpm'\] 
= '-1'/" /usr/bin/prime-select

After restarting on the integrated GPU, I launched Powertop (sudo
powertop) in a terminal to measure the power consumption at idle, and it
was around 6W.

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

Title:
  prime-select intel is not powering off the nvidia card

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

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

[Bug 1765363] Re: prime-select intel is not powering off the nvidia card

2018-04-29 Thread Alain Rouet
Seems like you're right, François. I installed Powertop on both Ubuntu 18.04 
(~12.5W at idle) and Fedora 27 (~5W) on the same laptop to measure the power 
comsumption. The method is not what I'd call scientific, but the difference is 
big enough to tell there's indeed something wrong.
On Fedora, I installed the proprietary driver via RPM Fusion, and disabled it 
with "modprobe.blacklist=nvidia,nvidia_drm,nvidia_modeset,nvidia_uvm" kernel 
parameter.

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

Title:
  prime-select intel is not powering off the nvidia card

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

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

[Bug 1767116] [NEW] package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package nvidia-kernel-common-390 390.48-0ubu

2018-04-26 Thread Alain
Public bug reported:

i don't know

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: nvidia-340 (not installed)
ProcVersionSignature: Ubuntu 4.15.0-19.20-generic 4.15.17
Uname: Linux 4.15.0-19-generic x86_64
NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Thu Apr 26 16:22:30 2018
DuplicateSignature:
 package:nvidia-340:(not installed)
 Unpacking nvidia-340 (340.106-0ubuntu3) ...
 dpkg: error processing archive 
/var/cache/apt/archives/nvidia-340_340.106-0ubuntu3_amd64.deb (--unpack):
  trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in 
package nvidia-kernel-common-390 390.48-0ubuntu3
ErrorMessage: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is 
also in package nvidia-kernel-common-390 390.48-0ubuntu3
InstallationDate: Installed on 2016-05-19 (706 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: nvidia-graphics-drivers-340
Title: package nvidia-340 (not installed) failed to install/upgrade: trying to 
overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package 
nvidia-kernel-common-390 390.48-0ubuntu3
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in
  package nvidia-kernel-common-390 390.48-0ubuntu3

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

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

[Bug 1765363] Re: prime-select intel is not powering off the nvidia card

2018-04-26 Thread Alain Rouet
I didn't know about the SLI breakage, my bad.

Just did a clean install and I can confirm that it's working as it
should:

$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x65 cap: 0x9, Source Output, Sink Offload crtcs: 3 outputs: 3 
associated providers: 1 name:modesetting
Provider 1: id: 0x3f cap: 0x4, Source Offload crtcs: 0 outputs: 0 associated 
providers: 1 name:nouveau

# cat /sys/kernel/debug/vgaswitcheroo/switch
0:IGD:+:Pwr::00:02.0
1:DIS: :Off::01:00.0

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

Title:
  prime-select intel is not powering off the nvidia card

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

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

[Bug 1765363] Re: prime-select intel is not powering off the nvidia card

2018-04-26 Thread Alain Rouet
So, if I understand what's happening here. When switching to Intel, both
Nouveau and the proprietary driver are blacklisted and the power
management is disabled because of "nouveau.run-pm=0" kernel parameter.
The discrete GPU is therefore always ON, but cannot be used at all.

Why not just blacklist the proprietary driver to let Nouveau take care
of the power management? It would also be great, if possible, to add
"nvidia-drm.modeset=1" kernel parameter to enable prime synchronisation
to avoid tearing.

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

Title:
  prime-select intel is not powering off the nvidia card

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

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

[Bug 1759334] [NEW] package kde-config-telepathy-accounts (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package acco

2018-03-27 Thread Alain BA
*** This bug is a duplicate of bug 1704693 ***
https://bugs.launchpad.net/bugs/1704693

Public bug reported:

package kde-config-telepathy-accounts (not installed) failed to
install/upgrade: trying to overwrite '/usr/share/accounts/services
/google-im.service', which is also in package account-plugin-google
0.12+16.04.20160126-0ubuntu1

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: kde-config-telepathy-accounts (not installed)
ProcVersionSignature: Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-37-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Tue Mar 27 19:04:06 2018
DuplicateSignature:
 package:kde-config-telepathy-accounts:(not installed)
 Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ...
 dpkg: error processing archive 
/var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb
 (--unpack):
  trying to overwrite '/usr/share/accounts/services/google-im.service', which 
is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1
ErrorMessage: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
InstallationDate: Installed on 2018-03-27 (0 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: ktp-accounts-kcm
Title: package kde-config-telepathy-accounts (not installed) failed to 
install/upgrade: trying to overwrite 
'/usr/share/accounts/services/google-im.service', which is also in package 
account-plugin-google 0.12+16.04.20160126-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ktp-accounts-kcm (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package kde-config-telepathy-accounts (not installed) failed to
  install/upgrade: trying to overwrite '/usr/share/accounts/services
  /google-im.service', which is also in package account-plugin-google
  0.12+16.04.20160126-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ktp-accounts-kcm/+bug/1759334/+subscriptions

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

Re: [Bug 1746500] Re: package libgcab-1.0-0:amd64 0.7-1ubuntu0.1 failed to install/upgrade: le paquet est dans un état vraiment incohérent; vous devriez le réinstaller avant de tenter de le configurer

2018-03-05 Thread Alain Patoine
Hello Stephen,

I followed your apt instructions and it solved the problem. Many thanks!

Alain Patoine

2018-01-31 9:15 GMT-04:00 Stephen Kitt <st...@sk2.org>:

> Have you tried following dpkg’s advice?
>
> apt --reinstall install libgcab-1.0-0
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1746500
>
> Title:
>   package libgcab-1.0-0:amd64 0.7-1ubuntu0.1 failed to install/upgrade:
>   le paquet est dans un état vraiment incohérent; vous devriez  le
>   réinstaller avant de tenter de le configurer.
>
> Status in gcab package in Ubuntu:
>   New
>
> Bug description:
>cat /etc/*-release
>   DISTRIB_ID=Ubuntu
>   DISTRIB_RELEASE=16.04
>   DISTRIB_CODENAME=xenial
>   DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
>   NAME="Ubuntu"
>   VERSION="16.04.3 LTS (Xenial Xerus)"
>   ID=ubuntu
>   ID_LIKE=debian
>   PRETTY_NAME="Ubuntu 16.04.3 LTS"
>   VERSION_ID="16.04"
>   HOME_URL="http://www.ubuntu.com/;
>   SUPPORT_URL="http://help.ubuntu.com/;
>   BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;
>   VERSION_CODENAME=xenial
>   UBUNTU_CODENAME=xenial
>
>   ProblemType: Package
>   DistroRelease: Ubuntu 16.04
>   Package: libgcab-1.0-0:amd64 0.7-1ubuntu0.1
>   ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
>   Uname: Linux 4.4.0-112-generic x86_64
>   ApportVersion: 2.20.1-0ubuntu2.15
>   AptOrdering:
>aspell-fr: Install
>chromium-codecs-ffmpeg-extra: Configure
>libgcab-1.0-0: Configure
>aspell-fr: Configure
>NULL: ConfigurePending
>   Architecture: amd64
>   Date: Mon Jan 29 22:12:19 2018
>   ErrorMessage: le paquet est dans un état vraiment incohérent; vous
> devriez  le réinstaller avant de tenter de le configurer.
>   InstallationDate: Installed on 2018-01-14 (16 days ago)
>   InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64
> (20160420.1)
>   RelatedPackageVersions:
>dpkg 1.18.4ubuntu1.3
>apt  1.2.24
>   SourcePackage: gcab
>   Title: package libgcab-1.0-0:amd64 0.7-1ubuntu0.1 failed to
> install/upgrade: le paquet est dans un état vraiment incohérent; vous
> devriez  le réinstaller avant de tenter de le configurer.
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/gcab/+bug/1746500/+subscriptions
>

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

Title:
  package libgcab-1.0-0:amd64 0.7-1ubuntu0.1 failed to install/upgrade:
  le paquet est dans un état vraiment incohérent; vous devriez  le
  réinstaller avant de tenter de le configurer.

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

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

[Bug 1746500] [NEW] package libgcab-1.0-0:amd64 0.7-1ubuntu0.1 failed to install/upgrade: le paquet est dans un état vraiment incohérent; vous devriez le réinstaller avant de tenter de le configurer.

2018-01-31 Thread Alain Patoine
Public bug reported:

 cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.3 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/;
SUPPORT_URL="http://help.ubuntu.com/;
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/;
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libgcab-1.0-0:amd64 0.7-1ubuntu0.1
ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98
Uname: Linux 4.4.0-112-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
AptOrdering:
 aspell-fr: Install
 chromium-codecs-ffmpeg-extra: Configure
 libgcab-1.0-0: Configure
 aspell-fr: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Mon Jan 29 22:12:19 2018
ErrorMessage: le paquet est dans un état vraiment incohérent; vous devriez  le 
réinstaller avant de tenter de le configurer.
InstallationDate: Installed on 2018-01-14 (16 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.3
 apt  1.2.24
SourcePackage: gcab
Title: package libgcab-1.0-0:amd64 0.7-1ubuntu0.1 failed to install/upgrade: le 
paquet est dans un état vraiment incohérent; vous devriez  le réinstaller avant 
de tenter de le configurer.
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package libgcab-1.0-0:amd64 0.7-1ubuntu0.1 failed to install/upgrade:
  le paquet est dans un état vraiment incohérent; vous devriez  le
  réinstaller avant de tenter de le configurer.

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

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

[Bug 1740767] Re: after upgrading to 17.04 and, maybe, running out of disk space, a further upgrade fails

2018-01-22 Thread Alain
The problem must have been related to one or more specific packages
which were blocking the upgrade. I have removed a number of packages and
the problem went away.

The bug I would tag is the complete lack of useful information: why
couldn't calculate the upgrade? At which package did it fail? How about
a way to trace the execution to narrow down the problem?

That is what should be fixed.

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

Title:
  after upgrading to 17.04 and, maybe, running out of disk space, a
  further upgrade fails

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

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

Re: [Bug 1710012] Re: package apache2 2.4.25-3ubuntu2.2 failed to install/upgrade: subproces post-installation script geïnstalleerd gaf een foutwaarde 1 terug

2017-08-19 Thread Alain Claessens
Hi,

Thanks for the response. Eventually got everything installed and working.
This was the last piece of my puzzle:
https://askubuntu.com/questions/760724/16-04-upgrade-broke-mysql-server/793545#793545

Best regards,

Alain

2017-08-11 13:10 GMT+02:00 ChristianEhrhardt
<1710...@bugs.launchpad.net>:

> Thank you for your report.
>
> This looks like a local configuration problem, rather than a bug in
> Ubuntu.
>
> You can find pointers to get help for this sort of problem here:
> http://www.ubuntu.com/support/community
>
> Since we use this bug tracker to track bugs in Ubuntu, rather than
> configuration problems, I'm marking this bug as Invalid. This helps us
> to focus on fixing bugs in Ubuntu.
>
> If you believe that this is really a bug, then you may find it helpful
> to read "How to report bugs effectively"
> http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
> if you would then provide a more complete description of the problem,
> explain why you believe this is a bug in Ubuntu rather than a problem
> specific to your system, and then change the bug status back to New.
>
> ** Changed in: apache2 (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1710012
>
> Title:
>   package apache2 2.4.25-3ubuntu2.2 failed to install/upgrade: subproces
>   post-installation script geïnstalleerd gaf een foutwaarde 1 terug
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/
> 1710012/+subscriptions
>

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

Title:
  package apache2 2.4.25-3ubuntu2.2 failed to install/upgrade: subproces
  post-installation script geïnstalleerd gaf een foutwaarde 1 terug

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

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

[Bug 1710901] Re: package linux-image-4.10.0-32-generic (not installed) failed to install/upgrade: impossible de copier les données extraites pour « ./boot/vmlinuz-4.10.0-32-generic » vers « /boot/vml

2017-08-15 Thread Alain Liénard
Thanks in advance for your help because I am a French beginner on Linux-Ubuntu.
Nevertheless, I want to increase my experience and agree to help you as much as 
possible.
Regards.
AL

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

Title:
  package linux-image-4.10.0-32-generic (not installed) failed to
  install/upgrade: impossible de copier les données extraites pour «
  ./boot/vmlinuz-4.10.0-32-generic » vers «
  /boot/vmlinuz-4.10.0-32-generic.dpkg-new » : échec d'écriture (Aucun
  espace disponible sur le périphérique)

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

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

[Bug 1710901] [NEW] package linux-image-4.10.0-32-generic (not installed) failed to install/upgrade: impossible de copier les données extraites pour « ./boot/vmlinuz-4.10.0-32-generic » vers « /boot/v

2017-08-15 Thread Alain Liénard
Public bug reported:

I received several messages that boot volume has no free bytes available
on my hard disk

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.10.0-32-generic (not installed)
ProcVersionSignature: Ubuntu 4.10.0-30.34~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-30-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: i386
Date: Tue Aug 15 16:18:37 2017
ErrorMessage: impossible de copier les données extraites pour « 
./boot/vmlinuz-4.10.0-32-generic » vers « 
/boot/vmlinuz-4.10.0-32-generic.dpkg-new » : échec d'écriture (Aucun espace 
disponible sur le périphérique)
InstallationDate: Installed on 2017-05-13 (93 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 (20170215.2)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: linux-hwe
Title: package linux-image-4.10.0-32-generic (not installed) failed to 
install/upgrade: impossible de copier les données extraites pour « 
./boot/vmlinuz-4.10.0-32-generic » vers « 
/boot/vmlinuz-4.10.0-32-generic.dpkg-new » : échec d'écriture (Aucun espace 
disponible sur le périphérique)
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 xenial

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

Title:
  package linux-image-4.10.0-32-generic (not installed) failed to
  install/upgrade: impossible de copier les données extraites pour «
  ./boot/vmlinuz-4.10.0-32-generic » vers «
  /boot/vmlinuz-4.10.0-32-generic.dpkg-new » : échec d'écriture (Aucun
  espace disponible sur le périphérique)

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

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

[Bug 1710012] [NEW] package apache2 2.4.25-3ubuntu2.2 failed to install/upgrade: subproces post-installation script geïnstalleerd gaf een foutwaarde 1 terug

2017-08-10 Thread Alain Claessens
Public bug reported:

error occurs when trying te reinstall lamp

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: apache2 2.4.25-3ubuntu2.2
ProcVersionSignature: Ubuntu 4.10.0-30.34-generic 4.10.17
Uname: Linux 4.10.0-30-generic x86_64
Apache2ConfdDirListing: False
Apache2Modules:
 Error: command ['/usr/sbin/apachectl', '-D DUMP_MODULES'] failed with exit 
code 1: apache2: Could not open configuration file /etc/apache2/apache2.conf: 
No such file or directory
 Action '-D DUMP_MODULES' failed.
 The Apache error log may have more information.
ApportVersion: 2.20.4-0ubuntu4.5
AptOrdering:
 mysql-server:amd64: Purge
 NULL: ConfigurePending
 NULL: PurgePending
 NULL: ConfigurePending
Architecture: amd64
Date: Thu Aug 10 22:54:28 2017
ErrorMessage: subproces post-installation script geïnstalleerd gaf een 
foutwaarde 1 terug
InstallationDate: Installed on 2016-11-26 (256 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: apache2
Title: package apache2 2.4.25-3ubuntu2.2 failed to install/upgrade: subproces 
post-installation script geïnstalleerd gaf een foutwaarde 1 terug
UpgradeStatus: Upgraded to zesty on 2017-04-20 (111 days ago)
error.log: Error: [Errno 2] Bestand of map bestaat niet: 
'/var/log/apache2/error.log'
modified.conffile..etc.apache2.apache2.conf: [deleted]
modified.conffile..etc.apache2.conf-available.charset.conf: [deleted]
modified.conffile..etc.apache2.conf-available.localized-error-pages.conf: 
[deleted]
modified.conffile..etc.apache2.conf-available.other-vhosts-access-log.conf: 
[deleted]
modified.conffile..etc.apache2.conf-available.security.conf: [deleted]
modified.conffile..etc.apache2.conf-available.serve-cgi-bin.conf: [deleted]
modified.conffile..etc.apache2.envvars: [deleted]
modified.conffile..etc.apache2.magic: [deleted]
modified.conffile..etc.apache2.mods-available.access_compat.load: [deleted]
modified.conffile..etc.apache2.mods-available.actions.conf: [deleted]
modified.conffile..etc.apache2.mods-available.actions.load: [deleted]
modified.conffile..etc.apache2.mods-available.alias.conf: [deleted]
modified.conffile..etc.apache2.mods-available.alias.load: [deleted]
modified.conffile..etc.apache2.mods-available.allowmethods.load: [deleted]
modified.conffile..etc.apache2.mods-available.asis.load: [deleted]
modified.conffile..etc.apache2.mods-available.auth_basic.load: [deleted]
modified.conffile..etc.apache2.mods-available.auth_digest.load: [deleted]
modified.conffile..etc.apache2.mods-available.auth_form.load: [deleted]
modified.conffile..etc.apache2.mods-available.authn_anon.load: [deleted]
modified.conffile..etc.apache2.mods-available.authn_core.load: [deleted]
modified.conffile..etc.apache2.mods-available.authn_dbd.load: [deleted]
modified.conffile..etc.apache2.mods-available.authn_dbm.load: [deleted]
modified.conffile..etc.apache2.mods-available.authn_file.load: [deleted]
modified.conffile..etc.apache2.mods-available.authn_socache.load: [deleted]
modified.conffile..etc.apache2.mods-available.authnz_fcgi.load: [deleted]
modified.conffile..etc.apache2.mods-available.authnz_ldap.load: [deleted]
modified.conffile..etc.apache2.mods-available.authz_core.load: [deleted]
modified.conffile..etc.apache2.mods-available.authz_dbd.load: [deleted]
modified.conffile..etc.apache2.mods-available.authz_dbm.load: [deleted]
modified.conffile..etc.apache2.mods-available.authz_groupfile.load: [deleted]
modified.conffile..etc.apache2.mods-available.authz_host.load: [deleted]
modified.conffile..etc.apache2.mods-available.authz_owner.load: [deleted]
modified.conffile..etc.apache2.mods-available.authz_user.load: [deleted]
modified.conffile..etc.apache2.mods-available.autoindex.conf: [deleted]
modified.conffile..etc.apache2.mods-available.autoindex.load: [deleted]
modified.conffile..etc.apache2.mods-available.buffer.load: [deleted]
modified.conffile..etc.apache2.mods-available.cache.load: [deleted]
modified.conffile..etc.apache2.mods-available.cache_disk.conf: [deleted]
modified.conffile..etc.apache2.mods-available.cache_disk.load: [deleted]
modified.conffile..etc.apache2.mods-available.cache_socache.load: [deleted]
modified.conffile..etc.apache2.mods-available.cern_meta.load: [deleted]
modified.conffile..etc.apache2.mods-available.cgi.load: [deleted]
modified.conffile..etc.apache2.mods-available.cgid.conf: [deleted]
modified.conffile..etc.apache2.mods-available.cgid.load: [deleted]
modified.conffile..etc.apache2.mods-available.charset_lite.load: [deleted]
modified.conffile..etc.apache2.mods-available.data.load: [deleted]
modified.conffile..etc.apache2.mods-available.dav.load: [deleted]
modified.conffile..etc.apache2.mods-available.dav_fs.conf: [deleted]
modified.conffile..etc.apache2.mods-available.dav_fs.load: [deleted]
modified.conffile..etc.apache2.mods-available.dav_lock.load: [deleted]
modified.conffile..etc.apache2.mods-available.dbd.load: [deleted]

[Bug 1708953] [NEW] package libsensors4 (not installed) failed to install/upgrade: trying to overwrite shared '/etc/sensors.d/.placeholder', which is different from other instances of package libsenso

2017-08-06 Thread Alain Legrand
*** This bug is a duplicate of bug 1707360 ***
https://bugs.launchpad.net/bugs/1707360

Public bug reported:

Bonjour,
18 pactages ne se mettent pas à jour
je ne comprends pas votre langue
Merci !

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libsensors4 (not installed)
ProcVersionSignature: Ubuntu 4.4.0-87.110-generic 4.4.73
Uname: Linux 4.4.0-87-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
Date: Sun Aug  6 20:55:27 2017
DuplicateSignature:
 package:libsensors4:(not installed)
 Unpacking libsensors4:i386 (1:3.4.0-2) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libsensors4_1%3a3.4.0-2_i386.deb (--unpack):
  trying to overwrite shared '/etc/sensors.d/.placeholder', which is different 
from other instances of package libsensors4:i386
ErrorMessage: trying to overwrite shared '/etc/sensors.d/.placeholder', which 
is different from other instances of package libsensors4:i386
InstallationDate: Installed on 2015-07-03 (765 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: lm-sensors
Title: package libsensors4 (not installed) failed to install/upgrade: trying to 
overwrite shared '/etc/sensors.d/.placeholder', which is different from other 
instances of package libsensors4:i386
UpgradeStatus: Upgraded to xenial on 2016-07-30 (372 days ago)

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package libsensors4 (not installed) failed to install/upgrade: trying
  to overwrite shared '/etc/sensors.d/.placeholder', which is different
  from other instances of package libsensors4:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1708953/+subscriptions

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

[Bug 1682230] Re: Wifi usb stick and cordless keyboard and mouse freeze system

2017-07-07 Thread Alain Le Dilosquer
With the  4.8.0-58-generic kernel (x86_64), no problem detected.

** Changed in: linux (Ubuntu)
   Status: Expired => In Progress

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] Re: Wifi usb stick and cordless keyboard and mouse freeze system

2017-07-07 Thread Alain Le Dilosquer
Hello,
I am back to the far, far machine.
With the 4.8.0-58-generic #63~16.04.1-Ubuntu SMP, all is running fine.
Yours
Alain

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1697859] [NEW] package libqt5dbus5:amd64 5.5.1+dfsg-16ubuntu7.5 failed to install/upgrade: le paquet libqt5dbus5:amd64 n'est pas prêt pour la configuration configuration impossible (état actuel

2017-06-14 Thread Alain Moine
Public bug reported:

Ubuntu 16.04 LTS

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libqt5dbus5:amd64 5.5.1+dfsg-16ubuntu7.5
ProcVersionSignature: Ubuntu 4.4.0-79.100-generic 4.4.67
Uname: Linux 4.4.0-79-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
AptOrdering:
 libqt5dbus5: Configure
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Jun 14 08:51:34 2017
DpkgTerminalLog:
 dpkg: erreur de traitement du paquet libqt5dbus5:amd64 (--configure) :
  le paquet libqt5dbus5:amd64 n'est pas prêt pour la configuration
  configuration impossible (état actuel « half-installed »)
ErrorMessage: le paquet libqt5dbus5:amd64 n'est pas prêt pour la configuration  
configuration impossible (état actuel « half-installed »)
InstallationDate: Installed on 2015-08-25 (658 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.20
SourcePackage: qtbase-opensource-src
Title: package libqt5dbus5:amd64 5.5.1+dfsg-16ubuntu7.5 failed to 
install/upgrade: le paquet libqt5dbus5:amd64 n'est pas prêt pour la 
configuration  configuration impossible (état actuel « half-installed »)
UpgradeStatus: Upgraded to xenial on 2016-07-29 (319 days ago)

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package libqt5dbus5:amd64 5.5.1+dfsg-16ubuntu7.5 failed to
  install/upgrade: le paquet libqt5dbus5:amd64 n'est pas prêt pour la
  configuration  configuration impossible (état actuel « half-installed
  »)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1697859/+subscriptions

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

[Bug 1682230] Re: Wifi usb stick and cordless keyboard and mouse freeze system

2017-04-15 Thread Alain Le Dilosquer
** Changed in: linux (Ubuntu)
   Status: Incomplete => New

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] Re: Wifi usb stick and cordless keyboard and mouse freeze system

2017-04-13 Thread Alain Le Dilosquer
Hey,
This complement is under the kernel that has no problem.
Should I try with the conflicting one ?
Sorry, this is the first time I report bugs.
Amicalement (french in the text !)

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] UdevDb.txt

2017-04-13 Thread Alain Le Dilosquer
apport information

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

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] WifiSyslog.txt

2017-04-13 Thread Alain Le Dilosquer
apport information

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] PulseList.txt

2017-04-13 Thread Alain Le Dilosquer
apport information

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

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] ProcEnviron.txt

2017-04-13 Thread Alain Le Dilosquer
apport information

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] ProcInterrupts.txt

2017-04-13 Thread Alain Le Dilosquer
apport information

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


[Bug 1682230] ProcModules.txt

2017-04-13 Thread Alain Le Dilosquer
apport information

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

Title:
  Wifi usb stick and cordless keyboard and mouse freeze system

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

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


  1   2   3   4   5   6   7   8   9   10   >