[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-06-01 Thread Etienne URBAH
Thanks Alberto :
Re-enabling the snapd.apparmor service has fixed my issue.
Therefore, I have migrated my issue to a contribution to 
https://bugs.launchpad.net/snapd/+bug/1806135

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-06-01 Thread Etienne URBAH
** Tags removed: jammy

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-25 Thread Etienne URBAH
$ systemctl status snapd.apparmor
○ snapd.apparmor.service - Load AppArmor profiles managed internally by snapd
 Loaded: loaded (/lib/systemd/system/snapd.apparmor.service; disabled; 
vendor preset: enabled)
 Active: inactive (dead)

I do NOT remember having manually disabled this service.

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-23 Thread Etienne URBAH
Inside the attached journal for the 'apparmor.service' unit, I do NOT
understand at all which "DENIED" messages are normal and which are
abnormal.

For independent reasons, I would like to keep my machine running for several 
days (or weeks).
But after I reboot, and before running the apparmor_parser command, I will 
attach the output of following commands :
$ SNAPD_DEBUG=1 firefox
$ journalctl -b


** Attachment added: "journalctl-apparmor.service-sirius-2022-05-23.log"
   
https://bugs.launchpad.net/apparmor/+bug/1871148/+attachment/5592394/+files/journalctl-apparmor.service-sirius-2022-05-23.log

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-23 Thread Etienne URBAH
Yes, on the slower machine (where I am seeing this issue), I will NOT be
able to start firefox until I have run that apparmor_parser command.
Not even if I try starting firefox well after the login.

$ ls -l /etc/apparmor.d/disable
total 0
lrwxrwxrwx. 1 root root 31 août  27  2019 usr.bin.firefox -> 
/etc/apparmor.d/usr.bin.firefox
lrwxrwxrwx. 1 root root 33 août  27  2019 usr.sbin.rsyslogd -> 
/etc/apparmor.d/usr.sbin.rsyslogd

$ ls -l /etc/apparmor.d/usr.bin.firefox
-rw-r--r-- 1 root root 9186 déc.   1 10:22 /etc/apparmor.d/usr.bin.firefox

I do NOT know at all if '/etc/apparmor.d/disable/usr.bin.firefox' is
useful or harmful.

** Attachment added: "systemctl-status-apparmor-sirius-2022-05-17.log"
   
https://bugs.launchpad.net/apparmor/+bug/1871148/+attachment/5592390/+files/systemctl-status-apparmor-sirius-2022-05-17.log

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-18 Thread Etienne URBAH
** Attachment added: "systemd-analyze-plot-sirius-2022-05-18.svg"
   
https://bugs.launchpad.net/apparmor/+bug/1871148/+attachment/5590993/+files/systemd-analyze-plot-sirius-2022-05-18.svg

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-18 Thread Etienne URBAH
The issue that I am seeing is exactly the one explained in the bug
description.

More precisely, on my slower machine, each time I start firefox (which is now a 
snap) from a terminal, following error message is displayed :
cannot change profile for the next exec call: No such file or directory
snap-update-ns failed with code 1

Workaround : After each reboot :
$ sudo apparmor_parser -r /var/lib/snapd/apparmor/profiles/*

I did NOT find 'snap.firefox.service', but I attach the output of following 
command :
$ systemctl list-dependencies --after snap-firefox-1351.mount


** Attachment added: 
"systemctl_list-dependencies_--after_snap-firefox-1351.mount.log"
   
https://bugs.launchpad.net/apparmor/+bug/1871148/+attachment/5590992/+files/systemctl_list-dependencies_--after_snap-firefox-1351.mount.log

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1945011] Re: kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with NTFS partitions

2022-05-18 Thread Etienne URBAH
With the Live CD of Ubuntu Desktop 22.04 (Jammy Jellyfish), this issue
did NOT occur for me.

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

Title:
  kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with
  NTFS partitions

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


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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2022-05-13 Thread Etienne URBAH
Raised upstream at https://savannah.gnu.org/bugs/index.php?62456

** Bug watch added: GNU Savannah Bug Tracker #62456
   http://savannah.gnu.org/bugs/?62456

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

Title:
  grub-install documentation is truncated or too succint

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-13 Thread Etienne URBAH
With snapd 2.55.3+22.04ubuntu1 and apparmor 3.0.4-2ubuntu2 from Ubuntu
22.04 (Jammy Jellyfish) :

-  On a machine with a powerful i7-7700 HQ processor, the issue did NOT
appear yet.

-  On a machine with the slower AMD FX-8370E processor, the issue occurs
systematically after each reboot.

   $ sudo  systemd-analyze  critical-chain  apparmor.service
snapd.service

   apparmor.service +396ms
   └─local-fs.target @3.660s

   snapd.service +529ms
   └─basic.target @4.509s
 └─sockets.target @4.509s
   └─snapd.socket @4.505s +3ms
 └─sysinit.target @4.307s
   └─systemd-timesyncd.service @3.813s +494ms
 └─systemd-tmpfiles-setup.service @3.726s +77ms
   └─local-fs.target @3.660s

   Workaround :  After each reboot :
   $ sudo  apparmor_parser  -r  /var/lib/snapd/apparmor/profiles/*

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1871148] Re: services start before apparmor profiles are loaded

2022-05-13 Thread Etienne URBAH
** Tags added: jammy

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

Title:
  services start before apparmor profiles are loaded

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


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

[Bug 1969896] Re: Evince Document Viewer(42.0) does not remember last page in 22.04 and opens in a tiny window when launched

2022-05-13 Thread Etienne URBAH
I fully confirm that this Evince issue is linked to Apparmor :
$ aa-exec -p unconfined evince example.pdf
systematically opens the PDF file in the same large windows and with the same 
side pane as the last time.

I have added following line at the end of /etc/apparmor.d/local/usr.bin.evince :
  owner /{,var/}run/user/*/at-spi/bus_* rw,

Then apparmor does not complain about at-spi/bus anymore.

But Evince still systematically opens all PDF files (already opened in the past 
or not) in a window :
- so small that the document is NOT readable,
- without side pane.

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

Title:
  Evince Document Viewer(42.0) does not remember last page in 22.04 and
  opens in a tiny window when launched

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


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

[Bug 1915910] Re: evince does not print (apparmor, pxgsettings)

2022-05-05 Thread Etienne URBAH
Same issue with evince 42.1-3 and apparmor 3.0.4-2ubuntu2 on cinnamon
5.2.7-4 from Ubuntu 22.04 (Jammy Jellyfish)

The apparmor workaround fixes it for me.  Thanks Karsten.

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

Title:
  evince does not print (apparmor, pxgsettings)

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


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

[Bug 1915910] Re: evince does not print (apparmor, pxgsettings)

2022-05-05 Thread Etienne URBAH
** Tags added: jammy

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

Title:
  evince does not print (apparmor, pxgsettings)

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


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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2022-04-28 Thread Etienne URBAH
This bug is still present in grub2 version 2.06-2ubuntu7 from 'Ubuntu
22.04 Jammy Jellyfish'

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

Title:
  grub-install documentation is truncated or too succint

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


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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2022-04-28 Thread Etienne URBAH
** Tags added: jammy

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

Title:
  grub-install documentation is truncated or too succint

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


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

[Bug 1579457] Re: ubiquity must NOT format a valid SWAP partition on manual partitioning

2022-04-26 Thread Etienne URBAH
** Tags added: jammy

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

Title:
  ubiquity must NOT format a valid SWAP partition on manual partitioning

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


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

[Bug 1945011] Re: kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with NTFS partitions

2021-10-27 Thread Etienne URBAH
1) I do NOT know how to retrieve the ntfsresize options.

2) In order to retrieve file system metadata in the attached 'ntfsinfo.log' 
file, I used following command :
   $ for dev in $(sudo blkid -o device -t TYPE=ntfs); do sudo ntfsinfo -fm 
"$dev"; echo; done


** Attachment added: "File system metadata for my NTFS partitions"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1945011/+attachment/5536539/+files/ntfsinfo.log

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

Title:
  kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with
  NTFS partitions

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


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

[Bug 1946828] Re: ntfsresize hang and call traces in syslog

2021-10-26 Thread Etienne URBAH
This bug is probably a duplicate of bug #1945011

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

Title:
  ntfsresize hang and call traces in syslog

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


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

[Bug 1945011] Re: kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with NTFS partitions

2021-10-26 Thread Etienne URBAH
This issue is exactly the same with the final Live CD of Ubuntu Desktop
21.10 (Impish Indri) with full graphics.

The process which causes warnings from 'fs/block_dev.c' is ntfsresize.

So, this issue is probably the same as bugs #121943 and #1946828

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

Title:
  kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with
  NTFS partitions

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


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

[Bug 1945009] Re: kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with NTFS partitions

2021-09-24 Thread Etienne URBAH
The faulty package is NOT kerneloops, but linux.
So, I created a new bug #1945011 for the linux package, which automatic uploads 
additional useful attachments.
And I close this bug for the kerneloops package as invalid.

** Changed in: kerneloops (Ubuntu)
   Status: New => Invalid

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

Title:
  kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with
  NTFS partitions

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


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

[Bug 1945011] [NEW] kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with NTFS partitions

2021-09-24 Thread Etienne URBAH
Public bug reported:

On this computer with ext4, FAT and NTFS partitions :

I successfully booted from the Live CD of Ubuntu Desktop 21.10 (Impish
Indri) beta with full graphics.

I started the ubiquity graphical interface and successfully completed
the first screens.

But on the 'Updates and other software screen', after clicking on
Continue, ubiquity does NOT show the next screen (which on previous
versions was Partitioning).

ubiquity seems to be blocked inside partman.
I attach the partman log file.

syslog contains following message :
kernel BUG at fs/inode.c:1676!

Notably, this kernel bug message is preceeded by 2 warnings :
WARNING: CPU: 7 PID: 18634 at fs/block_dev.c:1610 blkdev_put+0x130/0x140
WARNING: CPU: 7 PID: 18634 at fs/block_dev.c:1576 __blkdev_put+0x1dc/0x1f0

Thanks in advance for investigating and correcting this issue.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-16-generic 5.13.0-16.16
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu 6322 F pulseaudio
 /dev/snd/controlC1:  ubuntu 6322 F pulseaudio
CasperMD5CheckResult: pass
CasperVersion: 1.465
CurrentDesktop: ubuntu:GNOME
Date: Fri Sep 24 21:25:08 2021
IwConfig:
 lono wireless extensions.
 
 enp2s0no wireless extensions.
LiveMediaBuild: Ubuntu 21.10 "Impish Indri" - Beta amd64 (20210922)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/username.seed 
maybe-ubiquity quiet splash ---
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-16-generic N/A
 linux-backports-modules-5.13.0-16-generic  N/A
 linux-firmware 1.200
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/26/2015
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2603
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M5A97 R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2603:bd06/26/2015:br4.6:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:skuSKU:rvnASUSTeKCOMPUTERINC.:rnM5A97R2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: To be filled by O.E.M.
dmi.product.sku: SKU
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.

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


** Tags: amd64 apport-bug impish

** Attachment added: "partman"
   https://bugs.launchpad.net/bugs/1945011/+attachment/5527776/+files/partman

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

Title:
  kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with
  NTFS partitions

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


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

[Bug 1945009] [NEW] kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with NTFS partitions

2021-09-24 Thread Etienne URBAH
Public bug reported:

On this computer with ext4, FAT and NTFS partitions :

I successfully booted from the Live CD of Ubuntu Desktop 21.10 (Impish
Indri) beta with full graphics.

I started the ubiquity graphical interface and successfully completed
the first screens.

But on the 'Updates and other software screen', after clicking on
Continue, ubiquity does NOT show the next screen (which on previous
versions was Partitioning).

ubiquity seems to be blocked inside partman.
I attach the partman log file.

syslog contains following message :
kernel BUG at fs/inode.c:1676!

Notably, this kernel bug message is preceeded by 2 warnings :
WARNING: CPU: 7 PID: 18634 at fs/block_dev.c:1610 blkdev_put+0x130/0x140
WARNING: CPU: 7 PID: 18634 at fs/block_dev.c:1576 __blkdev_put+0x1dc/0x1f0

Thanks in advance for investigating and correcting this issue.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: kerneloops 0.12+git20140509-6ubuntu3
ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
Uname: Linux 5.13.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu69
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.465
CurrentDesktop: ubuntu:GNOME
Date: Fri Sep 24 20:48:25 2021
LiveMediaBuild: Ubuntu 21.10 "Impish Indri" - Beta amd64 (20210922)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: kerneloops
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug impish

** Attachment added: "partman log file"
   https://bugs.launchpad.net/bugs/1945009/+attachment/5527756/+files/partman

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

Title:
  kernel BUG at fs/inode.c:1676! during Live CD ubiquity partman with
  NTFS partitions

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


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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2021-03-01 Thread Etienne URBAH
This bug is still present in grub2 version 2.04-1ubuntu35.4 from 'Ubuntu
20.10 Groovy Gorilla'

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1685754] Re: 'systemd --user' unduly forces umask=0022

2021-03-01 Thread Etienne URBAH
Inside Ubuntu 20.10 (Groovy Gorilla), I just tested with systemd versions 
246.6-1ubuntu1 and 246.6-1ubuntu1.1 :
The issue has disappeared; umask is correct under gnome-terminal.
So, I remove the 'groovy' tag.

** Tags removed: groovy

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

Title:
  'systemd --user' unduly forces umask=0022

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

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

[Bug 1579457] Re: ubiquity must NOT format a valid SWAP partition on manual partitioning

2020-10-06 Thread Etienne URBAH
** Tags added: groovy

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

Title:
  ubiquity must NOT format a valid SWAP partition on manual partitioning

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2020-10-06 Thread Etienne URBAH
This bug is still present in grub2 version 2.04-1ubuntu34 from 'Ubuntu
20.10 Groovy Gorilla Beta'

** Tags added: groovy

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1685754] Re: 'systemd --user' unduly forces umask=0022

2020-10-06 Thread Etienne URBAH
REGRESSION:  With systemd 246.6-1ubuntu1 from Ubuntu 20.10 Beta (Groovy
Gorilla), the issue had reappeared

** Tags added: groovy

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

Title:
  'systemd --user' unduly forces umask=0022

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

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

[Bug 1890013] [NEW] ocrfeeder PDF import systematically fails

2020-08-01 Thread Etienne URBAH
Public bug reported:

Using the File menu of ocrfeeder :

-  Adding a JPG image systematically succeeds,

-  Importing a PDF systematically fails (without any error message).

Please fix the handling of PDF by ocrfeeder.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ocrfeeder 0.8.1+git20200128.b945089-1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: X-Cinnamon
Date: Sun Aug  2 01:09:44 2020
ExecutablePath: /usr/bin/ocrfeeder
InstallationDate: Installed on 2019-08-26 (340 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
InterpreterPath: /usr/bin/python3.8
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
SourcePackage: ocrfeeder
UpgradeStatus: Upgraded to focal on 2020-06-23 (39 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  ocrfeeder PDF import systematically fails

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

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

[Bug 1890010] [NEW] ocrfeeder man page erroneously mentions the -i option

2020-08-01 Thread Etienne URBAH
Public bug reported:

$ ocrfeeder -h
usage: ocrfeeder [-h] [-d DIR] [-v] [IMAGE [IMAGE ...]]

This syntax is correct.


ocrfeeder man and info pages both display :

   Other options
   -i IMAGE1 [IMAGE2 ...], --images=IMAGE1 [IMAGE2 ...]
  Add the specified images to OCRFeeder after opening it

But this -i option is NOT recognized by ocrfeeder.

Please fix the ocrfeeder man and info pages.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ocrfeeder 0.8.1+git20200128.b945089-1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: X-Cinnamon
Date: Sun Aug  2 00:51:16 2020
InstallationDate: Installed on 2019-08-26 (340 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: ocrfeeder
UpgradeStatus: Upgraded to focal on 2020-06-23 (39 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  ocrfeeder man page erroneously mentions the -i option

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

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

[Bug 1849669] Re: do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

2020-06-24 Thread Etienne URBAH
snapd messages inside syslog :

systemd[19415]: Listening on REST API socket for snapd user session agent.
systemd[19415]: snapd.session-agent.socket: Succeeded.
systemd[19415]: Closed REST API socket for snapd user session agent.
snapd[1729]: AppArmor status: apparmor is enabled and all features are available
snapd[1729]: cannot run daemon: cannot read state: invalid character '\x13' in 
string literal
systemd[1]: snapd.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: snapd.service: Failed with result 'exit-code'.

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

Title:
  do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

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

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

[Bug 1849669] Re: do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

2020-06-24 Thread Etienne URBAH
** Tags removed: fossa
** Tags added: focal

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

Title:
  do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

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

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

[Bug 1849669] Re: do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

2020-06-23 Thread Etienne URBAH
When snapd is not in a good state, do-release-upgrade systematically
fails on upgrade from eoan (19.10) to fossa (20.04).

The only messages displayed on the terminal by do-release-upgrade are :
Restoring original system state
Aborting

Before using snapd, I think that do-release-upgrade must test if snapd
is in a good state, and display an explicit error message if not.

For me, the successful workaround was to uninstall then reinstall the
snapd package.

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

Title:
  do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

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

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

[Bug 1849669] Re: do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

2020-06-23 Thread Etienne URBAH
** Tags added: eoan fossa

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

Title:
  do-release-upgrade (19.04 -> 19.10) aborts when snapd is disabled

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

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

[Bug 1875475] Re: Unison from Ubuntu 20.04 is incompatible with Unison from Ubuntu 18.04, Windows or Mac OS X

2020-06-06 Thread Etienne URBAH
On Ubuntu 20.04, I successfully downgraded Unison (text only) to the
version compiled with OCaml 4.02 from https://www.urs-
mueller.ch/de/computer/download/unison-2.48.4-linux-x86_64-text-
static.tar.gz

Using the unison-jz snap installing Unison 2.51.2 compiled against OCaml 4.02.3 
as described by 
https://unix.stackexchange.com/questions/583058/unison-and-version-compiler-conflicts/583377#583377
 requires that :
- The --devmode option of the snap command is NOT necessary,
- The problem of the Include line in /etc/ssh/ssh_config is solved,
- Binaries of Unison 2.51.2 compiled against OCaml 4.02.3 are also provided for 
:
  - Mac OS-X, for example at https://www.urs-mueller.ch/de/computer/index.html
  - Windows,  for example at https://www.irif.fr/~vouillon/unison/

On the long term, I would prefer that the Unison packages explicitly
contain the OCaml version, and the default value of servercmd should
contain the name of the server binary compiled with the same OCaml
version.  For example :

- unison-OCaml-4.02 version 2.48.4 should contain
  /usr/bin/unison-OCaml-4.02 --> /usr/bin/unison-OCaml-4.02-2.48.4

- unison-OCaml-4.02 version 2.51.2 should contain
  /usr/bin/unison-OCaml-4.02 --> /usr/bin/unison-OCaml-4.02-2.51.2

- unison-OCaml-4.06 version 2.48.4 should contain
  /usr/bin/unison-OCaml-4.06 --> /usr/bin/unison-OCaml-4.06-2.48.4

- unison-OCaml-4.06 version 2.51.2 should contain
  /usr/bin/unison-OCaml-4.06 --> /usr/bin/unison-OCaml-4.06-2.51.2

  This would permit, on the server, to install Unison binaries compiled
with ALL OCaml versions.

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

Title:
  Unison from Ubuntu 20.04 is incompatible with Unison from Ubuntu
  18.04, Windows or Mac OS X

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

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

[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2020-04-04 Thread Etienne URBAH
With systemd version 245.2-1ubuntu2 from Ubuntu 20.04 Beta (Focal
Fossa), the issue is still the same.

** Tags added: eoan focal

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

Title:
  gnome-terminal unduly forces umask=0022

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2020-04-04 Thread Etienne URBAH
This bug is still present in grub2 version 2.04-1ubuntu22 from 'Ubuntu
20.04 Focal Fossa Beta'

** Tags added: focal

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2020-04-04 Thread Etienne URBAH
** Tags added: eoan focal

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1579457] Re: ubiquity must NOT format a valid SWAP partition on manual partitioning

2020-04-04 Thread Etienne URBAH
** Tags added: eoan focal

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

Title:
  ubiquity must NOT format a valid SWAP partition on manual partitioning

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

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

[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2020-01-05 Thread Etienne URBAH
Sven, here are the workaround steps (as root) :
1) Create the folder '/etc/systemd/user/gnome-terminal-server.service.d' (with 
usual mode 755).
2) In this newly created folder, create the 'umask.conf' file with following 
content :
   [Service]
   UMask=

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

Title:
  gnome-terminal unduly forces umask=0022

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

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

[Bug 1848892] Re: "error: Unknown TPM error." after upgrading to grub 2.04

2019-11-09 Thread Etienne URBAH
Thanks to @Adam Conrad (adconrad) for the updated packages in eoan-proposed :
My laptop can now successfully boot with Secure boot enabled.

$ uname -a
Linux urbah-15 5.3.0-21-generic #22-Ubuntu SMP Tue Oct 29 22:55:51 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

$ dmesg  |  grep  -i  -e secure  -e tpm
[0.00] efi:  TPMFinalLog=0x7ccdc000  ACPI 2.0=0x7c4c3000  
ACPI=0x7c4c3000  SMBIOS=0x7d2f  SMBIOS 3.0=0x7d2ef000  MPS=0xfca00  
ESRT=0x7a59d3d8 
[0.00] secureboot: Secure boot could not be determined (mode 0)
[0.010088] ACPI: TPM2 0x7C4F95A0 34 (v03Tpm2Tabl 
0001 AMI  )
[0.622872] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover 
the entire command/response buffer. [mem 0xfed4-0xfed4087f flags 0x200] vs 
fed40080 f80
[0.622877] tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover 
the entire command/response buffer. [mem 0xfed4-0xfed4087f flags 0x200] vs 
fed40080 f80

$ apt-cache  policy  grub2-common  grub-efi-amd64-signed
grub2-common:
  Installed: 2.04-1ubuntu12.1
  Candidate: 2.04-1ubuntu12.1
  Version table:
 *** 2.04-1ubuntu12.1 500
500 http://fr.archive.ubuntu.com/ubuntu eoan-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 2.04-1ubuntu12 500
500 http://fr.archive.ubuntu.com/ubuntu eoan/main amd64 Packages
grub-efi-amd64-signed:
  Installed: 1.128.1+2.04-1ubuntu12.1
  Candidate: 1.128.1+2.04-1ubuntu12.1
  Version table:
 *** 1.128.1+2.04-1ubuntu12.1 500
500 http://fr.archive.ubuntu.com/ubuntu eoan-proposed/main amd64 
Packages
100 /var/lib/dpkg/status
 1.128+2.04-1ubuntu12 500
500 http://fr.archive.ubuntu.com/ubuntu eoan/main amd64 Packages


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

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

Title:
  "error: Unknown TPM error." after upgrading to grub 2.04

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2019-10-04 Thread Etienne URBAH
This bug is still present in grub2 version 2.04-1ubuntu6 from 'Ubuntu
19.10 Eoan Ermine Beta'

** Tags added: eoan

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2019-08-27 Thread Etienne URBAH
In order that gnome-terminal starts with the correct umask :
Lot of thanks to Olivier JOLY for comment #27 :
His workaround is effective.

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

Title:
  gnome-terminal unduly forces umask=0022

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

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

[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2019-06-17 Thread Etienne URBAH
Currently, the upstream issue has NOT been migrated to GNOME GitLab yet,
but is still being tracked at
https://bugzilla.gnome.org/show_bug.cgi?id=780622


** Bug watch added: bugzilla.gnome.org/ #780622
   https://bugzilla.gnome.org/show_bug.cgi?id=780622

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

Title:
  gnome-terminal unduly forces umask=0022

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2019-05-31 Thread Etienne URBAH
This bug is still present in grub2 version 2.02+dfsg1-12ubuntu2 from
'Ubuntu 19.04 Disco Dingo'

** Tags added: cosmic disco

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1831297] [NEW] Gnote application menu should contain a Preferences item

2019-05-31 Thread Etienne URBAH
Public bug reported:

Gnote Help displays :
To set preferences for Gnote, select Preferences from the application menu.

But Gnote application menu does NOT contain a Preferences item, NEITHER
in the gnome top bar menu NOR in the Gnote titlebar menu.

Thank you in advance for permitting users to set preferences for Gnote.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: gnote 3.32.0-1
ProcVersionSignature: Ubuntu 5.0.0-15.16-generic 5.0.6
Uname: Linux 5.0.0-15-generic x86_64
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri May 31 23:52:01 2019
InstallationDate: Installed on 2017-03-28 (793 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170321)
SourcePackage: gnote
UpgradeStatus: Upgraded to disco on 2019-05-06 (25 days ago)

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


** Tags: amd64 apport-bug disco

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

Title:
  Gnote application menu should contain a Preferences item

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2018-06-19 Thread Etienne URBAH
With Linux kernel 4.18.0-041800rc1 from http://kernel.ubuntu.com
/~kernel-ppa/mainline, graphical login fails.


Following workaround given by Pierre Moreau at 
https://bugs.freedesktop.org/show_bug.cgi?id=101665 succeeds:
Inside the kernel command line, add options 'acpi_osi=! acpi_osi="Windows 2009"'

** Tags removed: kernel-bug-exists-upstream-4.17
** Tags added: kernel-bug-exists-upstream-4.18

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2018-04-18 Thread Etienne URBAH
With Linux kernel 4.17.0-041700rc1 from http://kernel.ubuntu.com
/~kernel-ppa/mainline, graphical login fails.

** Tags removed: kernel-bug-exists-upstream-4.16
** Tags added: kernel-bug-exists-upstream-4.17

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1516242] Re: dpkg: error al procesar el archivo /var/cache/apt/archives/libjpeg-progs_1%3a9a-2ubuntu1_amd64.deb (--unpack): intentando sobreescribir `/usr/share/man/man1/djpeg.1.gz', que está ta

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  dpkg: error al procesar el archivo /var/cache/apt/archives/libjpeg-
  progs_1%3a9a-2ubuntu1_amd64.deb (--unpack):  intentando sobreescribir
  `/usr/share/man/man1/djpeg.1.gz', que está también en el paquete
  libjpeg-turbo-progs 1.3.0-0ubuntu2

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

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

[Bug 1528195] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: a tentar sobre-escrever '/usr/share/man/man1/djpeg.1.gz', que também está no pacote libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: a tentar
  sobre-escrever '/usr/share/man/man1/djpeg.1.gz', que também está no
  pacote libjpeg-turbo-progs 1.3.0-0ubuntu2

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

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

[Bug 1573586] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to
  overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-
  progs 1.3.0-0ubuntu2

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

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

[Bug 1576937] Re: trying to overwrite '/usr/bin/rdjpgcom'

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  trying to overwrite '/usr/bin/rdjpgcom'

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

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

[Bug 1557361] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: Versuch, »/usr/bin/rdjpgcom« zu überschreiben, welches auch in Paket libjpeg-turbo-progs 1.3.0-0ubuntu2 ist

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: Versuch,
  »/usr/bin/rdjpgcom« zu überschreiben, welches auch in Paket libjpeg-
  turbo-progs 1.3.0-0ubuntu2 ist

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

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

[Bug 1544009] Re: package libjpeg-progs 1:9a-2ubuntu1 failed to install/upgrade: tentative de remplacement de « /usr/bin/rdjpgcom », qui appartient aussi au paquet libjpeg-turbo-progs 1.4.2-0ubuntu1

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 1:9a-2ubuntu1 failed to install/upgrade:
  tentative de remplacement de « /usr/bin/rdjpgcom », qui appartient
  aussi au paquet libjpeg-turbo-progs 1.4.2-0ubuntu1

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

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

[Bug 1571351] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: intentando sobreescribir `/usr/bin/rdjpgcom', que está también en el paquete libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade:
  intentando sobreescribir `/usr/bin/rdjpgcom', que está también en el
  paquete libjpeg-turbo-progs 1.3.0-0ubuntu2

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

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

[Bug 1559754] Re: package libjpeg-progs (not installed) failed to install/upgrade: a(z) „/usr/bin/rdjpgcom” felülírási kísérlete, amely a(z) libjpeg-turbo-progs 1.3.0-0ubuntu2 csomagban is szerepel

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs (not installed) failed to install/upgrade: a(z)
  „/usr/bin/rdjpgcom” felülírási kísérlete, amely a(z) libjpeg-turbo-
  progs 1.3.0-0ubuntu2 csomagban is szerepel

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

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

[Bug 1577261] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: tentando sobrescrever '/usr/bin/rdjpgcom', que também está no pacote libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: tentando
  sobrescrever '/usr/bin/rdjpgcom', que também está no pacote libjpeg-
  turbo-progs 1.3.0-0ubuntu2

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

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

[Bug 1571195] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to
  overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-
  progs 1.3.0-0ubuntu2

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

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

[Bug 1527455] Re: package libjpeg-progs (not installed) failed to install/upgrade: försöker skriva över "/usr/share/man/man1/djpeg.1.gz" som också finns i paketet libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs (not installed) failed to install/upgrade:
  försöker skriva över "/usr/share/man/man1/djpeg.1.gz" som också finns
  i paketet libjpeg-turbo-progs 1.3.0-0ubuntu2

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

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

[Bug 1638348] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: a tentar sobre-escrever '/usr/bin/rdjpgcom', que também está no pacote libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: a tentar
  sobre-escrever '/usr/bin/rdjpgcom', que também está no pacote libjpeg-
  turbo-progs 1.3.0-0ubuntu2

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

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

[Bug 1649210] Re: package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: tentata sovrascrittura di "/usr/bin/rdjpgcom" presente anche nel pacchetto libjpeg-turbo-progs 1.3.0-0ubuntu2

2018-04-18 Thread Etienne URBAH
*** This bug is a duplicate of bug 1550124 ***
https://bugs.launchpad.net/bugs/1550124

** This bug is no longer a duplicate of bug 1571195
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.3.0-0ubuntu2
** This bug has been marked a duplicate of bug 1550124
   package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: trying to 
overwrite '/usr/bin/rdjpgcom', which is also in package libjpeg-turbo-progs 
1.4.2-0ubuntu1

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

Title:
  package libjpeg-progs 8c-2ubuntu8 failed to install/upgrade: tentata
  sovrascrittura di "/usr/bin/rdjpgcom" presente anche nel pacchetto
  libjpeg-turbo-progs 1.3.0-0ubuntu2

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

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

[Bug 1504254] Re: IdleAction=suspend specified in logind.conf must systematically be inhibited during user interaction

2018-04-11 Thread Etienne URBAH
With 'systemd' version 237-3ubuntu7 from Ubuntu 18.04 Bionic Beta2 :

-  The 'pm-utils' package is NOT installed by default, and 'systemd'
does NOT systematically suspend my computer 2mn after the last opened
user session has been closed.

-  After manual installation of the 'pm-utils' package, 'systemd' DID
suspend my computer 2mn after the last opened user session has been
closed.

I have to perform further tests to check if the good behavior of
'systemd' systematically comes from the presence of the 'pm-utils'
package.

** Tags added: artful bionic

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

Title:
  IdleAction=suspend specified in logind.conf must systematically be
  inhibited during user interaction

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

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

[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2018-04-11 Thread Etienne URBAH
In Ubuntu 18.04 beta 2 (Bionic), the issue is the same.

** Tags added: artful bionic

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

Title:
  gnome-terminal unduly forces umask=0022

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

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

[Bug 1682233] Re: 10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti Mobile

2018-03-16 Thread Etienne URBAH
In fact, Linux kernel 4.14.0-041400rc7 caused Xorg to crash :
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
nouveau/+bug/1732574

With Linux kernel 4.16.0-041600rc5 from http://kernel.ubuntu.com
/~kernel-ppa/mainline and kernel option 'acpi_osi=! acpi_osi="Windows
2009"', XORG seems to work correctly :

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

Therefore, this issue seems to be solved.

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

Title:
  10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1732574] Re: 10de:1c8c [MSI] nouveau fails to manage GP107M [GeForce GTX 1050 Ti Mobile]

2018-03-16 Thread Etienne URBAH
The cause of this issue seems to be in fact Linux kernel
4.14.0-041400rc7 :

With Linux kernel 4.16.0-041600rc5 from http://kernel.ubuntu.com
/~kernel-ppa/mainline and kernel option 'acpi_osi=! acpi_osi="Windows
2009"', Xorg works correctly.

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

Title:
  10de:1c8c [MSI] nouveau  fails to manage GP107M [GeForce GTX 1050 Ti
  Mobile]

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

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

[Bug 1669517] Re: apt-key del must absolutely detect all errors, and then provide NON-zero return code and error message

2018-03-16 Thread Etienne URBAH
In package 'apt' 1.6~beta1 from Kubuntu Bionic Beaver Beta1 (18.04) :

-  The 'apt-key' command is still present,

-  'apt-key del' still does NOT detect that the keyid given in parameter is 
invalid :
   It still erroneously displays 'OK' and provides a return code equal to zero.

** Tags added: bionic

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

Title:
  apt-key del must absolutely detect all errors, and then provide NON-
  zero return code and error message

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

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

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-03-16 Thread Etienne URBAH
With following packages from Kubuntu Bionic Beaver Beta1 (18.04) :
grub-efi-amd64  2.02-2ubuntu8
grub-efi-amd64-bin  2.02-2ubuntu8
grub-efi-amd64-signed   1.93+2.02-2ubuntu8
os-prober   1.74ubuntu1

On UEFI system 'MSI GE62 7RE-210FR', this issue appears to be solved :
-  'grub.cfg' contains a 'Windows Boot Manager' menuentry correctly referencing 
'/EFI/Microsoft/Boot/bootmgfw.efi' on a GPT partition,
-  Booting with this 'grub.cfg' then choosing 'Windows Boot Manager' correctly 
starts 'Windows'.

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

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2018-03-16 Thread Etienne URBAH
With Linux kernel 4.16.0-041600rc5 from http://kernel.ubuntu.com
/~kernel-ppa/mainline, 'lspci' systematically fails to answer, and makes
the whole machine freeze after some time.

** Tags removed: kernel-bug-exists-upstream-4.15
** Tags added: bionic kernel-bug-exists-upstream-4.16

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1565940] Re: bluetoothctl systematically hangs when there is no bluetooth hardware

2018-03-15 Thread Etienne URBAH
I have reported this issue at
https://bugzilla.kernel.org/show_bug.cgi?id=199127

** Bug watch added: Linux Kernel Bug Tracker #199127
   https://bugzilla.kernel.org/show_bug.cgi?id=199127

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  bluetoothctl systematically hangs when there is no bluetooth hardware

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

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

[Bug 1504227] Re: Sound output starts several seconds late using DisplayPort with [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

2018-03-12 Thread Etienne URBAH
** Tags removed: kernel-bug-exists-upstream-4.15
** Tags added: kernel-bug-exists-upstream-4.16

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

Title:
  Sound output starts several seconds late using DisplayPort with
  [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

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

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

[Bug 1565940] Re: bluetoothctl systematically hangs when there is no bluetooth hardware

2018-03-12 Thread Etienne URBAH
With bluez version 5.48-0ubuntu3 from Kubuntu 18.04 Beta1 (Bionic), the
issue is still there :

The command 'bluetoothctl' displays 'Waiting to connect to
bluetoothd...', then hangs.


** Tags added: bionic

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

Title:
  bluetoothctl systematically hangs when there is no bluetooth hardware

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2018-03-12 Thread Etienne URBAH
** Tags removed: xenial
** Tags added: artfull xenia

** Tags removed: artfull
** Tags added: artful

** Tags removed: xenia
** Tags added: xenial

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1504227] Re: Sound output starts several seconds late using DisplayPort with [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

2018-03-12 Thread Etienne URBAH
** Tags added: bionic

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

Title:
  Sound output starts several seconds late using DisplayPort with
  [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2018-03-12 Thread Etienne URBAH
This bug is still present in grub2 version 2.02-2ubuntu8 from 'Kubuntu
18.04 Bionic Beta1'

** Tags added: bionic

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1579457] Re: ubiquity must NOT format a valid SWAP partition on manual partitioning

2018-03-12 Thread Etienne URBAH
** Tags added: bionic

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

Title:
  ubiquity must NOT format a valid SWAP partition on manual partitioning

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

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

[Bug 1565940] Re: bluetoothctl systematically hangs when there is no bluetooth hardware

2018-03-01 Thread Etienne URBAH
With bluez version 5.46-0ubuntu3 from Ubuntu 17.10 (Artful), the issue
is still there :

The command 'bluetoothctl' systematically hangs.


** Tags added: artful

** Changed in: bluez (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  bluetoothctl systematically hangs when there is no bluetooth hardware

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

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

[Bug 1751588] [NEW] python3-sympy package should NOT recommend, but only suggest texlive-fonts-extra package

2018-02-25 Thread Etienne URBAH
Public bug reported:

Currently, the 'python3-sympy' package RECOMMENDS the 'texlive-fonts-
extra' package, which triggers 2GB of additional disk space will be used
(see logs below).

In order to avoid unnecessary saturation of the '/usr' filesystem, the
'python3-sympy' package should only SUGGEST the 'texlive-fonts-extra'
package.

Thank you in advance.


$ dpkg-query -W -f 'Package: ${package}\nVersion: ${Version}\nDepends: 
${depends}\nRecommends: ${recommends}\nSuggests: ${suggests}\n' python3-sympy

Package: python3-sympy
Version: 1.1.1-1
Depends: python3:any (>= 3.3.2-2~), python3-mpmath
Recommends: isympy3, python3-pil, ipython3, python3-numpy, texlive-fonts-extra, 
dvipng, python-sympy-doc
Suggests: 


$ sudo apt-get install texlive-fonts-extra

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following additional packages will be installed:
  fonts-adf-accanthis fonts-adf-gillius fonts-adf-universalis fonts-cabin 
fonts-comfortaa fonts-croscore fonts-ebgaramond
  fonts-ebgaramond-extra fonts-font-awesome fonts-freefont-otf 
fonts-gfs-artemisia fonts-gfs-complutum fonts-gfs-didot
  fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-solomos fonts-junicode 
fonts-linuxlibertine fonts-lmodern fonts-lobster
  fonts-lobstertwo fonts-noto-hinted fonts-oflb-asana-math fonts-roboto-hinted 
fonts-sil-gentium fonts-sil-gentium-basic
  fonts-sil-gentiumplus fonts-sil-gentiumplus-compact fonts-stix fonts-texgyre 
libpotrace0 libptexenc1 libsynctex1 libtexlua52
  libtexluajit2 libzzip-0-13 lmodern preview-latex-style tex-common tex-gyre 
texlive-base texlive-binaries texlive-fonts-extra-doc
  texlive-fonts-recommended texlive-fonts-recommended-doc texlive-latex-base 
texlive-latex-base-doc texlive-latex-extra
  texlive-latex-extra-doc texlive-latex-recommended 
texlive-latex-recommended-doc texlive-pictures texlive-pictures-doc
  texlive-plain-generic tipa
Suggested packages:
  fontforge perl-tk cm-super python-pygments libfile-which-perl 
libspreadsheet-parseexcel-perl texlive-pstricks dot2tex prerex
  ruby-tcltk | libtcltk-ruby
The following NEW packages will be installed:
  fonts-adf-accanthis fonts-adf-gillius fonts-adf-universalis fonts-cabin 
fonts-comfortaa fonts-croscore fonts-ebgaramond
  fonts-ebgaramond-extra fonts-font-awesome fonts-freefont-otf 
fonts-gfs-artemisia fonts-gfs-complutum fonts-gfs-didot
  fonts-gfs-neohellenic fonts-gfs-olga fonts-gfs-solomos fonts-junicode 
fonts-linuxlibertine fonts-lmodern fonts-lobster
  fonts-lobstertwo fonts-noto-hinted fonts-oflb-asana-math fonts-roboto-hinted 
fonts-sil-gentium fonts-sil-gentium-basic
  fonts-sil-gentiumplus fonts-sil-gentiumplus-compact fonts-stix fonts-texgyre 
libpotrace0 libptexenc1 libsynctex1 libtexlua52
  libtexluajit2 libzzip-0-13 lmodern preview-latex-style tex-common tex-gyre 
texlive-base texlive-binaries texlive-fonts-extra
  texlive-fonts-extra-doc texlive-fonts-recommended 
texlive-fonts-recommended-doc texlive-latex-base texlive-latex-base-doc
  texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended 
texlive-latex-recommended-doc texlive-pictures
  texlive-pictures-doc texlive-plain-generic tipa
0 upgraded, 56 newly installed, 0 to remove and 0 not upgraded.
Need to get 957 MB/1 073 MB of archives.
After this operation, 2 034 MB of additional disk space will be used.
Do you want to continue? [Y/n]

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: python3-sympy 1.1.1-1
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: GNOME
Date: Sun Feb 25 15:01:13 2018
InstallationDate: Installed on 2017-03-28 (333 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170321)
PackageArchitecture: all
SourcePackage: sympy
UpgradeStatus: Upgraded to artful on 2017-11-02 (115 days ago)

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


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

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

Title:
  python3-sympy package should NOT recommend, but only suggest texlive-
  fonts-extra package

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-12-12 Thread Etienne URBAH
With Linux kernel 4.15.0-041500rc3 from http://kernel.ubuntu.com
/~kernel-ppa/mainline, 'lspci' systematically fails to answer, and makes
the whole machine freeze after some time.

Following workaround given by Pierre Moreau at 
https://bugs.freedesktop.org/show_bug.cgi?id=101665 succeeds:
Inside the kernel command line, add options 'acpi_osi=! acpi_osi="Windows 2009"'

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1504227] Re: Sound output starts several seconds late using DisplayPort with [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

2017-11-28 Thread Etienne URBAH
** Tags removed: kernel-bug-exists-upstream-4.13
** Tags added: kernel-bug-exists-upstream-4.15

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

Title:
  Sound output starts several seconds late using DisplayPort with
  [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-28 Thread Etienne URBAH
At https://bugs.freedesktop.org/ :

-  Product 'DRI' has NO component 'DRM/nouveau'.

-  In fact, this issue is already reported at
https://bugs.freedesktop.org/show_bug.cgi?id=101665 inside product
'xorg', component 'Driver/nouveau'.

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-27 Thread Etienne URBAH
With Linux kernel 4.15.0-041500rc1 from http://kernel.ubuntu.com
/~kernel-ppa/mainline, 'lspci' systematically fails to answer, and makes
the whole machine freeze after some time.

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-27 Thread Etienne URBAH
** Tags removed: kernel-fixed-upstream kernel-fixed-upstream-4.14
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-4.15

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-21 Thread Etienne URBAH
With following Linux kernels, 'lspci' systematically fails to answer, and makes 
the whole machine immediately freeze :
-  4.13.0-17 from Ubuntu 17.10 (Artful)
-  4.14.1from http://kernel.ubuntu.com/~kernel-ppa/mainline

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1732574] Re: 10de:1c8c [MSI] nouveau fails to manage GP107M [GeForce GTX 1050 Ti Mobile]

2017-11-15 Thread Etienne URBAH
This attachment is the relevant XorgLog.txt

** Attachment removed: "XorgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1732574/+attachment/5009797/+files/XorgLog.txt

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1732574/+attachment/5009800/+files/XorgLog.txt

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

Title:
  10de:1c8c [MSI] nouveau  fails to manage GP107M [GeForce GTX 1050 Ti
  Mobile]

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

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

[Bug 1732574] [NEW] 10de:1c8c [MSI] nouveau fails to manage GP107M [GeForce GTX 1050 Ti Mobile]

2017-11-15 Thread Etienne URBAH
Public bug reported:

I am trying to use my Nvidia GP107M [GeForce GTX 1050 Ti Mobile] with
Linux kernels from Ubuntu 17.10 (Artful) and http://kernel.ubuntu.com
/~kernel-ppa/mainline

At this day, when I issue 'lspci', the only 'nouveau' module of the
kernel which succeeds comes from Linux kernel Linux kernel
4.14.0-041400rc7 from http://kernel.ubuntu.com/~kernel-ppa/mainline

Even with this Linux kernel 4.14.0-041400rc7, Xorg systematically
crashes as soon as I try to really use Nvidia GP107M [GeForce GTX 1050
Ti Mobile] with the attached '20-onboard-monitor-nvidia-nouveau.conf'
file :

[  2114.194] (EE) Backtrace:
[  2114.194] (EE) 0: /usr/lib/xorg/Xorg (xorg_backtrace+0x4d) [0x559e3139537d]
[  2114.194] (EE) 1: /usr/lib/xorg/Xorg (0x559e311dd000+0x1bc119) 
[0x559e31399119]
[  2114.194] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fefd8ed8000+0x13150) [0x7fefd8eeb150]
[  2114.194] (EE) 3: /usr/lib/xorg/Xorg 
(xf86RandR12CreateScreenResources+0x501) [0x559e312b0651]
[  2114.194] (EE) 4: /usr/lib/xorg/Xorg (0x559e311dd000+0xc61d0) 
[0x559e312a31d0]
[  2114.194] (EE) 5: /usr/lib/xorg/Xorg (0x559e311dd000+0x56d14) 
[0x559e31233d14]
[  2114.194] (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf1) 
[0x7fefd8b191c1]
[  2114.194] (EE) 7: /usr/lib/xorg/Xorg (_start+0x2a) [0x559e3121db2a]
[  2114.194] (EE) 
[  2114.194] (EE) Segmentation fault at address 0x0

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xserver-xorg-video-nouveau 1:1.0.15-2
Uname: Linux 4.14.0-041400rc7-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.4
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Nov 16 02:41:25 2017
DistUpgraded: Fresh install
DistroCodename: artful
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Intel Corporation Device [8086:591b] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: Micro-Star International Co., Ltd. [MSI] Device [1462:11c8]
   Subsystem: Micro-Star International Co., Ltd. [MSI] GP107M [GeForce GTX 1050 
Ti Mobile] [1462:11c8]
InstallationDate: Installed on 2017-10-31 (15 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
MachineType: Micro-Star International Co., Ltd. GE62 7RE
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.14.0-041400rc7-generic 
root=UUID=2ae0c332-8ab4-4946-adcc-7c9c4a7b8a1d ro quiet splash
SourcePackage: xserver-xorg-video-nouveau
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/28/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: E16J9IMS.309
dmi.board.asset.tag: Default string
dmi.board.name: MS-16J9
dmi.board.vendor: Micro-Star International Co., Ltd.
dmi.board.version: REV:1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Micro-Star International Co., Ltd.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrE16J9IMS.309:bd11/28/2016:svnMicro-StarInternationalCo.,Ltd.:pnGE627RE:pvrREV1.0:rvnMicro-StarInternationalCo.,Ltd.:rnMS-16J9:rvrREV1.0:cvnMicro-StarInternationalCo.,Ltd.:ct10:cvrN/A:
dmi.product.family: G
dmi.product.name: GE62 7RE
dmi.product.version: REV:1.0
dmi.sys.vendor: Micro-Star International Co., Ltd.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.83-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.2-0ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.5-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug artful ubuntu

** Attachment added: "Xorg config file forcing usage of the Nvidia GPU"
   
https://bugs.launchpad.net/bugs/1732574/+attachment/5009784/+files/20-onboard-monitor-nvidia-nouveau.conf

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

Title:
  10de:1c8c [MSI] nouveau  fails to manage GP107M [GeForce GTX 1050 Ti
  Mobile]

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-13 Thread Etienne URBAH
With Linux kernel 4.14.0 from http://kernel.ubuntu.com/~kernel-
ppa/mainline (released yesterday), 'lspci' systematically fails to
answer, and makes the whole machine freeze after some time.

That is a regression compared to v4.14-rc7.

This issue is also reported at
https://bugs.freedesktop.org/show_bug.cgi?id=101665

** Bug watch added: freedesktop.org Bugzilla #101665
   https://bugs.freedesktop.org/show_bug.cgi?id=101665

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-12 Thread Etienne URBAH
Concerning the support of Nvidia GP107M [GeForce GTX 1050 Ti Mobile] by
the 'nouveau' module of Linux kernels :

-  Before kernel v4.12, it was NOT supported at all.

-  Beginning with kernel v4.12, I could NOT install Ubuntu 17.10 Beta at
all, so I suppose that the current issue was present.

-  After reading 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1723619/comments/24
   I succeeded installing Unbuntu 17.10 Artful with following addition at the 
end of the boot line :
   modprobe.blacklist=nouveau -- modprobe.blacklist=nouveau

With Linux kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline :

-  I already wrote that Linux kernel 4.14.0-041400rc7 seems to succeed.

-  I just tested Linux kernel 4.14.0-041400rc8 :  Systematically, as
soon as I try 'lspci -nn -v -s 1:0.0', the whole machine immediately
freezes.  That is a regression compared to v4.14-rc7.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1729736] Re: 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-03 Thread Etienne URBAH
With nouveau enabled in Linux kernel 4.13.0-16 on GP107M [GeForce GTX
1050 Ti Mobile], 'lspci' systematically makes nouveau fail (1 CPU
stuck), and returns nothing.

This is the reason why I could NOT submit this issue using 'apport-bug',
and why 'apport-collect' returns nothing.

But I can try other commands permitting to obtain relevant information.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1729736] [NEW] 10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti Mobile

2017-11-02 Thread Etienne URBAH
Public bug reported:

Trying to use 'Nvidia GeForce GTX 1050 Ti Mobile' with 'Ubuntu 17.10
(Artful)' :

- Linux kernel 4.13.0-16 from 'Ubuntu 17.10 (Artful)' systematically
fails (1 CPU stuck).

- Linux kernel 4.14.0-041400rc7 from http://kernel.ubuntu.com/~kernel-
ppa/mainline seems to succeed.

See attached kern.log


After reboot on Linux kernel 4.13.0-16 with nouveau blacklisted :

$ lspci -nn -v -s 1:0.0

01:00.0 3D controller [0302]: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti 
Mobile] [10de:1c8c] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] GP107M [GeForce GTX 
1050 Ti Mobile] [1462:11c8]
Flags: bus master, fast devsel, latency 0, IRQ 255
Memory at de00 (32-bit, non-prefetchable) [size=16M]
Memory at c000 (64-bit, prefetchable) [size=256M]
Memory at d000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [disabled] [size=128]
Expansion ROM at df00 [disabled] [size=512K]
Capabilities: 
Kernel modules: nvidiafb, nouveau

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


** Tags: amd64 artful kernel-fixed-upstream kernel-fixed-upstream-4.14

** Attachment added: "kern.log with linux 4.13.0-16 showing nouveau failing"
   
https://bugs.launchpad.net/bugs/1729736/+attachment/5002694/+files/kern-4.13.0-16-nouveau.log

** Package changed: ubuntu-meta (Ubuntu) => linux (Ubuntu)

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

Title:
  10de:1c8c [MSI] Module nouveau fails to manage GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1682233] Re: 10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti Mobile

2017-11-02 Thread Etienne URBAH
Trying to use 'Nvidia GeForce GTX 1050 Ti Mobile' with 'Ubuntu 17.10
(Artful)' :

-  Linux kernel 4.13.0-16 from 'Ubuntu 17.10 (Artful)' completely fails
(1 CPU stuck).

-  Linux kernel 4.14.0-041400rc7 from http://kernel.ubuntu.com/~kernel-
ppa/mainline seems to succeed.

But by default, 'Ubuntu 17.10 (Artful)' uses Wayland, and I have found
NO 'Xorg.0.log' file.

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

Title:
  10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti
  Mobile

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2017-11-02 Thread Etienne URBAH
This bug is still present in grub2 version 2.02~beta3-4ubuntu7 from
'Ubuntu 17.10 Artful'

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1504227] Re: Sound output starts several seconds late using DisplayPort with [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

2017-09-22 Thread Etienne URBAH
** Tags removed: kernel-bug-exists-upstream-4.11
** Tags added: artful kernel-bug-exists-upstream-4.13

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

Title:
  Sound output starts several seconds late using DisplayPort with
  [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series] [1002:aaa0]

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

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

[Bug 1479516] Re: grub-install documentation is truncated or too succint

2017-09-08 Thread Etienne URBAH
This bug is still present in grub2 version 2.02~beta3-4ubuntu6 from
'Kubuntu 17.10 Artful Beta1'.

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

Title:
  grub-install documentation is truncated or too succint

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

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

[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2017-06-30 Thread Etienne URBAH
$ grep '^ *[^#].*pam_umask' /etc/pam.d/*
/etc/pam.d/common-session:session optional  pam_umask.so
/etc/pam.d/common-session-noninteractive:session optional   
pam_umask.so

Whatever sources of confusion :

Even with 'umask=007' in the 'gecos' field of '/etc/passwd', 'gnome-
terminal' currently starts with umask=022.

I confirm that this issue is a security issue, which must be corrected.

IMHO, the best fix would be that GNOME systematically uses the standard
'pam_umask' module.

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

Title:
  gnome-terminal unduly forces umask=0022

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

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


[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2017-06-29 Thread Etienne URBAH
Yes, I think that this issue comes from the 'gnome-session' issue
described at https://bugzilla.gnome.org/show_bug.cgi?id=780622

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

Title:
  gnome-terminal unduly forces umask=0022

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

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


[Bug 1682233] Re: 10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti Mobile

2017-05-29 Thread Etienne URBAH
I have downloaded 'linux-firmware_1.165_all.deb' from 'artful'.

I have seen that the 'gp107' folder contains links to files in the
'gp102' folder.

So, as 'root', I have :
-  extracted the 'gp102' and 'gp107' folders from 
'linux-firmware_1.165_all.deb' to '/lib/firmware/nvidia'
-  run 'update-initramfs -u'
-  rebooted.

Systematically :
-  The Linux console (Ctrl-Alt-Fn) works correctly.
-  Any graphical login immediately crashes the system (hard reboot needed).

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

Title:
  10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti
  Mobile

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

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


[Bug 1682233] Re: 10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti Mobile

2017-05-29 Thread Etienne URBAH
The test was performed with Linux kernel 4.12.0-041200rc3 from
http://kernel.ubuntu.com/~kernel-ppa/mainline

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

Title:
  10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti
  Mobile

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

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


[Bug 1682233] Re: 10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti Mobile

2017-05-14 Thread Etienne URBAH
The issue is still exactly the same with Linux kernel 4.12.0-041200rc1
from http://kernel.ubuntu.com/~kernel-ppa/mainline :

*  XORG does NOT load its 'nouveau' module.

*  Even when I activate my '20-module-nouveau.conf' file to force XORG
to load its 'nouveau' module, this 'nouveau' module does NOT report any
graphics hardware or outputs, and XORG unloads it.

-  Are you sure that Linux kernel 4.12 really takes 'Nvidia GeForce GTX
1050 Ti Mobile' into account ?

-  Would it be useful to install a more recent version of the 'xserver-
xorg-video-nouveau' package ?

** Attachment added: "Xorg.0.log with kernel 4.12rc1 and nouveau forcibly 
loaded"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1682233/+attachment/4876618/+files/Xorg-with-kernel-4.12rc1-and-nouveau.0.log

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

Title:
  10de:1c8c [MSI] Module nouveau seems to MISS GeForce GTX 1050 Ti
  Mobile

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

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


[Bug 1689389] [NEW] grub-installer fails to install boot loader

2017-05-08 Thread Etienne URBAH
Public bug reported:

grub-installer had been launched by ubiquity from Ubuntu 17.04 (Zesty).

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubiquity 17.04.9 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CasperVersion: 1.380
Date: Mon May  8 21:58:42 2017
InstallCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz.efi root=UUID=A9EA-E4F5 
file=/cdrom/preseed/ubuntu-gnome.seed maybe-ubiquity 
debian-installer/language=en keyboard-configuration/layoutcode= 
iso-scan/filename=/ubuntu-gnome-17.04-desktop-amd64.iso boot=casper noprompt 
quiet splash --
LiveMediaBuild: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  grub-installer fails to install boot loader

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

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


[Bug 1565940] Re: bluetoothctl systematically hangs when there is no bluetooth hardware

2017-05-05 Thread Etienne URBAH
My particular use case is to detect, inside a shell script, if there is
any bluetooth hardware at all.

Since 'bluetoothctl' systematically hangs when there is NO bluetooth
hardware, I can NOT use the 'bluetoothctl' command to achieve this use
case.

But I have found a good alternate method :

if  rfkill  list  |  grep  -q  -i  Bluetooth;  then  ...;  fi

So, the issue is NOT blocking for me.

But I suggest that 'man bluetoothctl' should indicate that
'bluetoothctl' waits (possibly indefinitely) for answers from the
'bluetoothd' daemon, and therefore is NOT adequate for scripting.

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

Title:
  bluetoothctl systematically hangs when there is no bluetooth hardware

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

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


  1   2   3   >