[Bug 2061211] [NEW] Invalid escape sequences in regexes when installing gedit

2024-04-13 Thread Erik Roland van der Meer
Public bug reported:

On a clean install of the 24.04 beta, if you do a "sudo apt install
gedit", you get the following messages at the end of the install:

/usr/lib/x86_64-linux-gnu/gedit/plugins/externaltools/library.py:212: 
SyntaxWarning: invalid escape sequence '\-'
  RE_KEY = re.compile('^([a-zA-Z_][a-zA-Z0-9_.\-]*)(\[([a-zA-Z_@]+)\])?$')
/usr/lib/x86_64-linux-gnu/gedit/plugins/snippets/substitutionparser.py:162: 
SyntaxWarning: invalid escape sequence '\s'
  match = re.match('?%s\s*' % self.REG_GROUP, tokens)

So there are 2 issues with regexes.

Bug #2055010 reports the first of these, but not the second, and it also
reports a different issue as "the huger problem" (one that I can't
reproduce). I hope I'm making the right call in opening a new bug report
specifically for these regex issues.

Some more details:
- on the clean install, I did apply all available updates before trying to 
install gedit
- you can also reproduce this issue from the live ("try ubuntu") environment

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gedit 46.2-1build1
ProcVersionSignature: Ubuntu 6.8.0-22.22-generic 6.8.1
Uname: Linux 6.8.0-22-generic x86_64
NonfreeKernelModules: zfs
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.496
CloudArchitecture: x86_64
CloudID: nocloud
CloudName: unknown
CloudPlatform: nocloud
CloudSubPlatform: seed-dir (/var/lib/cloud/seed/nocloud)
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 13 08:41:26 2024
LiveMediaBuild: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410.2)
ProcEnviron:
 LANG=C.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug noble

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

Title:
  Invalid escape sequences in regexes when installing gedit

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


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

[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-04-08 Thread Erik Meitner
I can confirm that by upgrading four of our machines to the packages in the 
Proposed repo they machines no long log the errors. 
Thank you.

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

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


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

[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-03-18 Thread Erik Meitner
/sys/kernel/security/apparmor/profiles is empty.

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

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


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

[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-03-18 Thread Erik Meitner
Correct, apparmor is not installed and never was.


a)

systemctl cat apt-news.service
# /lib/systemd/system/apt-news.service
# APT News is hosted at https://motd.ubuntu.com/aptnews.json and can include
# timely information related to apt updates available to your system.
# This service runs in the background during an `apt update` to download the
# latest news and set it to appear in the output of the next `apt upgrade`.
# The script won't do anything if you've run: `pro config set apt_news=false`.
# The script will limit network requests to at most once per 24 hours.
# You can also host your own aptnews.json and configure your system to use it
# with the command:
# `pro config set apt_news_url=https://yourhostname/path/to/aptnews.json`

[Unit]
Description=Update APT News

[Service]
Type=oneshot
ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/apt_news.py
AppArmorProfile=ubuntu_pro_apt_news
CapabilityBoundingSet=~CAP_SYS_ADMIN
CapabilityBoundingSet=~CAP_NET_ADMIN
CapabilityBoundingSet=~CAP_NET_BIND_SERVICE
CapabilityBoundingSet=~CAP_SYS_PTRACE
CapabilityBoundingSet=~CAP_NET_RAW
PrivateTmp=true
RestrictAddressFamilies=~AF_NETLINK
RestrictAddressFamilies=~AF_PACKET
# These may break some tests, and should be enabled carefully
#NoNewPrivileges=true
#PrivateDevices=true
#ProtectControlGroups=true
# ProtectHome=true seems to reliably break the GH integration test with a lunar 
lxd on jammy host
#ProtectHome=true
#ProtectKernelModules=true
#ProtectKernelTunables=true
#ProtectSystem=full
#RestrictSUIDSGID=true
# Unsupported in bionic
# Suggestion from systemd.exec(5) manpage on SystemCallFilter
#SystemCallFilter=@system-service
#SystemCallFilter=~@mount
#SystemCallErrorNumber=EPERM
#ProtectClock=true
#ProtectKernelLogs=true

b) -rw-r--r-- 1 root root 945 Feb 29 08:03
/etc/apparmor.d/ubuntu_pro_apt_news

c) (aa is not installed)

d)

ii  ubuntu-advantage-tools 31.2~22.04   all  transitional dummy package 
for ubuntu-pro-client
ii  ubuntu-pro-client  31.2~22.04   amd64Management tools for 
Ubuntu Pro
un  ubuntu-pro-client-l10n   (no description available)

e) Python 3.10.12

f) (aa is not installed)

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

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


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

[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-03-18 Thread Erik Meitner
** Information type changed from Private to Public

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

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


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

[Bug 1799613] Re: In kernel 4.14.59, monitor resolution is detected correctly. In kernels after that, they are not detected correctly.

2024-03-01 Thread Erik Granger
Hello,

Every time I re-image my computer, I have to frantically search the
internet for this bug report to fix this issue. It is now 5 years after
the initial bug report, and it is still unfixed. Since then, I've
upgraded my CPU and my RAM and swapped out a new video card (still an
AMD but a newer fancier 590 instead of that lowly POS 560). I've also
bought a house, and had 2 children with an option on a third, I've
experienced major life changes, I've laughed, I've cried, and I've
grown. Life is full of changes, some for the better and some for the
worse, but change is inevitable, it's built into the very nature of our
world, but it is good to know that some things never change.

I don't know if I'm the only person on the planet who runs into it, I
don't know what amd.dc=0 means, but to celebrate the release of Plasma 6
I ran this fix again. I hope that, in 2 or 4 or 10 years, if I'm still
using these same monitors, I'll still run into this issue, and this
belief now binds me, grounds me, humbles me, and keeps me oriented. This
bug is my North Star. When I have to re-find this thread in order to
remember what it is I have to do to work around this issue, I know that
the tempest, for a moment, is o'er, and that I am anchored in bug
divine.

Maybe one day I'll learn what amd.dc=0 does, and why it needs to be
added to grub, but it is not this day.

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

Title:
  In kernel 4.14.59, monitor resolution is detected correctly. In
  kernels after that, they are not detected correctly.

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


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

[Bug 2054941] Re: Chromium does not print out, although printer is visible

2024-02-25 Thread Erik Dlhy
** Description changed:

  Firefox from snap prints OK, but not Chromium. Interesting thing is that
  printer is visible, but printout is never coming out from the printer,
- if it is printed from Chromium.  Here are some outputs which could be
- useful
+ if it is printed from Chromium.  I have this problem for longer time,
+ maybe half a year or more. Here are some outputs which could be useful:
+ 
+ $ lsb_release -a
+ No LSB modules are available.
+ Distributor ID:   Ubuntu
+ Description:  Ubuntu 22.04.4 LTS
+ Release:  22.04
+ Codename: jammy
+ 
+ $ uname -v
+ #107-Ubuntu SMP Wed Feb 7 13:26:48 UTC 2024
  
  $ cups.lpstat -p
  printer HP_LaserJet_Professional_M1132_MFP is idle.  enabled since Sun Feb 25 
21:20:34 2024
   Could not create job on the system's CUPS daemon - No such file or directory
  
  $ lpstat -v
  device for HP_LaserJet_Professional_M1132_MFP: 
hp:/usb/HP_LaserJet_Professional_M1132_MFP?serial=0XXX
  
  $ cups.lpstat -p
  printer HP_LaserJet_Professional_M1132_MFP is idle.  enabled since Sun Feb 25 
21:23:45 2024
   Could not create job on the system's CUPS daemon - No such file or directory
  
  $  snap list | grep cups
  cups   2.4.7-3  1024   latest/stable  openprinting**  -
  
  $ snap connections cups
  InterfacePlug  Slot   
   Notes
  avahi-controlcups:avahi-control:avahi-control 
   -
  cups chromium:cups cups:cups  
   -
  cups-control - cups:cups-control  
   -
  cups-control cups:cups-host:cups-control  
   -
  home cups:home :home  
   -
  network  cups:network  :network   
   -
  network-bind cups:network-bind :network-bind  
   -
  network-manager-observe  cups:network-manager-observe  
:network-manager-observe  -
  raw-usb  cups:raw-usb  :raw-usb   
   -
  system-files cups:etc-cups :system-files  
   -
  
  $ ps aux | grep cups-proxyd
  root7618  0.0  0.1 241736  3300 ?Sl   19:59   0:01 
cups-proxyd /var/snap/cups/common/run/cups.sock /var/run/cups/cups.sock -l 
--logdir /var/snap/cups/1024/var/log
  
  This is interesting part of log from /var/log/cups/error_log:
  E [25/Feb/2024:19:52:33 +0100] [Client 168] Returning IPP 
client-error-not-possible for CUPS-Create-Local-Printer (ipp://localhost/) from 
localhost.
  W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 502 (dbus://) went 
away, retrying!
  W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 503 (dbus://) went 
away, retrying!
  W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 505 (dbus://) went 
away, retrying!
  
  W [25/Feb/2024:20:55:05 +0100] Printer drivers are deprecated and will
  stop working in a future version of CUPS. See
  https://github.com/OpenPrinting/cups/issues/103

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

Title:
  Chromium does not print out, although printer is visible

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


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

[Bug 2054941] Re: Chromium does not print out, although printer is visible

2024-02-25 Thread Erik Dlhy
** Attachment added: "/var/snap/cups/current/var/log/error_log"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/2054941/+attachment/5749247/+files/error_log.txt

** Description changed:

  Firefox from snap prints OK, but not Chromium. Interesting thing is that
- printer is visible, but printout is never coming from the printer, if it
- is printed from Chromium.  here are some outputs which could be useful
+ printer is visible, but printout is never coming out from the printer,
+ if it is printed from Chromium.  Here are some outputs which could be
+ useful
  
  $ cups.lpstat -p
  printer HP_LaserJet_Professional_M1132_MFP is idle.  enabled since Sun Feb 25 
21:20:34 2024
-   Could not create job on the system's CUPS daemon - No such file or 
directory
+  Could not create job on the system's CUPS daemon - No such file or directory
  
  $ lpstat -v
  device for HP_LaserJet_Professional_M1132_MFP: 
hp:/usb/HP_LaserJet_Professional_M1132_MFP?serial=0XXX
  
  $ cups.lpstat -p
  printer HP_LaserJet_Professional_M1132_MFP is idle.  enabled since Sun Feb 25 
21:23:45 2024
-   Could not create job on the system's CUPS daemon - No such file or 
directory
+  Could not create job on the system's CUPS daemon - No such file or directory
  
  $  snap list | grep cups
  cups   2.4.7-3  1024   latest/stable  openprinting**  -
  
  $ snap connections cups
  InterfacePlug  Slot   
   Notes
  avahi-controlcups:avahi-control:avahi-control 
   -
  cups chromium:cups cups:cups  
   -
  cups-control - cups:cups-control  
   -
  cups-control cups:cups-host:cups-control  
   -
  home cups:home :home  
   -
  network  cups:network  :network   
   -
  network-bind cups:network-bind :network-bind  
   -
  network-manager-observe  cups:network-manager-observe  
:network-manager-observe  -
  raw-usb  cups:raw-usb  :raw-usb   
   -
  system-files cups:etc-cups :system-files  
   -
  
  $ ps aux | grep cups-proxyd
  root7618  0.0  0.1 241736  3300 ?Sl   19:59   0:01 
cups-proxyd /var/snap/cups/common/run/cups.sock /var/run/cups/cups.sock -l 
--logdir /var/snap/cups/1024/var/log
  
  This is interesting part of log from /var/log/cups/error_log:
  E [25/Feb/2024:19:52:33 +0100] [Client 168] Returning IPP 
client-error-not-possible for CUPS-Create-Local-Printer (ipp://localhost/) from 
localhost.
  W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 502 (dbus://) went 
away, retrying!
  W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 503 (dbus://) went 
away, retrying!
  W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 505 (dbus://) went 
away, retrying!
  
- 
- W [25/Feb/2024:20:55:05 +0100] Printer drivers are deprecated and will stop 
working in a future version of CUPS. See 
https://github.com/OpenPrinting/cups/issues/103
+ W [25/Feb/2024:20:55:05 +0100] Printer drivers are deprecated and will
+ stop working in a future version of CUPS. See
+ https://github.com/OpenPrinting/cups/issues/103

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

Title:
  Chromium does not print out, although printer is visible

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


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

[Bug 2054941] [NEW] Chromium does not print out, although printer is visible

2024-02-25 Thread Erik Dlhy
Public bug reported:

Firefox from snap prints OK, but not Chromium. Interesting thing is that
printer is visible, but printout is never coming out from the printer,
if it is printed from Chromium.  Here are some outputs which could be
useful

$ cups.lpstat -p
printer HP_LaserJet_Professional_M1132_MFP is idle.  enabled since Sun Feb 25 
21:20:34 2024
 Could not create job on the system's CUPS daemon - No such file or directory

$ lpstat -v
device for HP_LaserJet_Professional_M1132_MFP: 
hp:/usb/HP_LaserJet_Professional_M1132_MFP?serial=0XXX

$ cups.lpstat -p
printer HP_LaserJet_Professional_M1132_MFP is idle.  enabled since Sun Feb 25 
21:23:45 2024
 Could not create job on the system's CUPS daemon - No such file or directory

$  snap list | grep cups
cups   2.4.7-3  1024   latest/stable  openprinting**  -

$ snap connections cups
InterfacePlug  Slot 
 Notes
avahi-controlcups:avahi-control:avahi-control   
 -
cups chromium:cups cups:cups
 -
cups-control - cups:cups-control
 -
cups-control cups:cups-host:cups-control
 -
home cups:home :home
 -
network  cups:network  :network 
 -
network-bind cups:network-bind :network-bind
 -
network-manager-observe  cups:network-manager-observe  :network-manager-observe 
 -
raw-usb  cups:raw-usb  :raw-usb 
 -
system-files cups:etc-cups :system-files
 -

$ ps aux | grep cups-proxyd
root7618  0.0  0.1 241736  3300 ?Sl   19:59   0:01 cups-proxyd 
/var/snap/cups/common/run/cups.sock /var/run/cups/cups.sock -l --logdir 
/var/snap/cups/1024/var/log

This is interesting part of log from /var/log/cups/error_log:
E [25/Feb/2024:19:52:33 +0100] [Client 168] Returning IPP 
client-error-not-possible for CUPS-Create-Local-Printer (ipp://localhost/) from 
localhost.
W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 502 (dbus://) went 
away, retrying!
W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 503 (dbus://) went 
away, retrying!
W [25/Feb/2024:20:55:05 +0100] Notifier for subscription 505 (dbus://) went 
away, retrying!

W [25/Feb/2024:20:55:05 +0100] Printer drivers are deprecated and will
stop working in a future version of CUPS. See
https://github.com/OpenPrinting/cups/issues/103

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "/var/snap/cups/current/var/log/cups-proxyd_log"
   
https://bugs.launchpad.net/bugs/2054941/+attachment/5749244/+files/cups-proxyd_log.txt

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

Title:
  Chromium does not print out, although printer is visible

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


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

[Bug 2054941] Re: Chromium does not print out, although printer is visible

2024-02-25 Thread Erik Dlhy
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2054941

Title:
  Chromium does not print out, although printer is visible

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


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

[Bug 1956438] Re: confusing UI -- expected a LAN file share, not DLNA, and '+' button is not apparent

2022-05-30 Thread erik flister
ok, submitted here: https://gitlab.gnome.org/GNOME/gnome-control-
center/-/issues/1880

this issue tracker needs some indicator to the unsophisticates telling
us when to use one vs the other?

** Bug watch added: gitlab.gnome.org/GNOME/gnome-control-center/-/issues #1880
   https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1880

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

Title:
  confusing UI -- expected a LAN file share, not DLNA, and '+' button is
  not apparent

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


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

[Bug 1776800] Re: Unable to start snap applications if user's home directory is not /home/$USER

2022-05-16 Thread Erik Meitner
Any solution needs to work with multiple home folder locations that can
be located anywhere. We've got 540 users spread among four different
folders: /fac/, /grad/, /staff/, /visitor/.

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

Title:
  Unable to start snap applications if user's home directory is not
  /home/$USER

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


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

[Bug 1784774] Re: snapd is not autofs aware and fails with nfs home dir

2022-05-13 Thread Erik Meitner
Yes, we are using Autofs.

thisisme@jammy:~$ cat /etc/auto.staff 
*   -rw,nosuid nfshome.domain.edu:/nfshome/staff/&

thisisme@jammy:~$ cat /etc/auto.master
/facauto.fac --timeout=120
/staff  auto.staff --timeout=120

thisisme@jammy:~$ pwd
/staff/thisisme

thisisme@jammy:~$ mount|grep staff
nfshome.domain.edu:/nfshome/staff/thisisme on /staff/thisisme type nfs4 
(rw,nosuid,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=XX.YY.ZZ.66,local_lock=none,addr=XX.YY.ZZ.16)

thisisme@jammy:~$ snap list
Name   Version  RevTracking   Publisher   Notes
bare   1.0  5  latest/stable  canonical✓  base
chromium   101.0.4951.641993   latest/stable  canonical✓  -
core20 20220329 1434   latest/stable  canonical✓  base
gnome-3-38-20040+git.1f9014a99 latest/stable  canonical✓  -
gtk-common-themes  0.1-59-g7bca6ae  1519   latest/stable  canonical✓  -
snapd  2.55.3   15534  latest/stable  canonical✓  snapd

thisisme@jammy:~$ chromium-browser 
cannot open path of the current working directory: Permission denied

root@jammy:~# journalctl -f
May 13 08:58:31 jammy snapd[128770]: main.go:155: Exiting on terminated signal.
May 13 08:58:31 jammy snapd[128770]: overlord.go:504: Released state lock file
May 13 08:58:31 jammy systemd[1]: Stopping Snap Daemon...
May 13 08:58:31 jammy systemd[1]: snapd.service: Deactivated successfully.
May 13 08:58:31 jammy systemd[1]: Stopped Snap Daemon.
May 13 08:58:31 jammy systemd[1]: Starting Snap Daemon...
May 13 08:58:31 jammy snapd[128952]: AppArmor status: apparmor is enabled and 
all features are available
May 13 08:58:31 jammy snapd[128952]: overlord.go:263: Acquiring state lock file
May 13 08:58:31 jammy snapd[128952]: overlord.go:268: Acquired state lock file
May 13 08:58:31 jammy snapd[128952]: daemon.go:247: started 
snapd/2.55.3+22.04ubuntu1 (series 16; classic) ubuntu/22.04 (amd64) 
linux/5.15.0-30-generic.
May 13 08:58:31 jammy kernel: loop6: detected capacity change from 0 to 8
May 13 08:58:31 jammy systemd[1]: tmp-sanity\x2dmountpoint\x2d2266021507.mount: 
Deactivated successfully.
May 13 08:58:31 jammy snapd[128952]: daemon.go:340: adjusting startup timeout 
by 1m0s (pessimistic estimate of 30s plus 5s per snap)
May 13 08:58:31 jammy systemd[1]: Started Snap Daemon.
May 13 08:58:31 jammy dbus-daemon[495]: [system] Activating via systemd: 
service name='org.freedesktop.timedate1' 
unit='dbus-org.freedesktop.timedate1.service' requested by ':1.3815' (uid=0 
pid=128952 comm="/usr/lib/snapd/snapd " label="unconfined")
May 13 08:58:31 jammy systemd[1]: Starting Time & Date Service...
May 13 08:58:31 jammy dbus-daemon[495]: [system] Successfully activated service 
'org.freedesktop.timedate1'
May 13 08:58:31 jammy systemd[1]: Started Time & Date Service.
May 13 08:58:34 jammy systemd[127902]: Started 
snap.chromium.chromium.7948c287-207b-4d96-b9af-02061a62addc.scope.
May 13 08:58:34 jammy audit[128990]: AVC apparmor="DENIED" operation="sendmsg" 
profile="/usr/lib/snapd/snap-confine" pid=128990 comm="snap-confine" 
laddr=XX.YY.ZZ.66 lport=680 faddr=XX.YY.ZZ.16 fport=2049 family="inet" 
sock_type="stream" protocol=6 requested_mask="send" denied_mask="send"
May 13 08:58:34 jammy kernel: nfs: RPC call returned error 13
May 13 08:58:34 jammy kernel: audit: type=1400 audit(1652450314.955:85): 
apparmor="DENIED" operation="sendmsg" profile="/usr/lib/snapd/snap-confine" 
pid=128990 comm="snap-confine" laddr=XX.YY.ZZ.66 lport=680 faddr=XX.YY.ZZ.16 
fport=2049 family="inet" sock_type="stream" protocol=6 requested_mask="send" 
denied_mask="send"

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

Title:
  snapd is not autofs aware and fails with nfs home dir

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


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

[Bug 1884299] Re: Chromium snap won't run with nfs home drive

2022-05-12 Thread Erik Meitner
In our situation home folders are mounted using autofs using NFS v4,
Kerberos is NOT in use.

root@jammy:~# lsb_release -rd
Description:Ubuntu 22.04 LTS
Release:22.04


root@jammy:~# dpkg -l chromium-browser
--snip--
ii  chromium-browser 1:85.0.4183.83-0ubuntu2 amd64Transitional package 
- chromium-browser ->>
root@jammy:~# snap list |grep chromium
chromium   101.0.4951.641993   latest/stable  canonical*  -


Running chromium as user with NFS home folder at /staff/me:

me@jammy:~$ chromium
cannot open path of the current working directory: Permission denied

/var/log/syslog:
May 12 12:10:31 jammy systemd[15457]: Started 
snap.chromium.chromium.41586725-30fd-464e-9987-08936a8991eb.scope.
May 12 12:10:31 jammy kernel: [ 1496.959498] nfs: RPC call returned error 13
May 12 12:10:31 jammy kernel: [ 1496.959659] audit: type=1400 
audit(1652375431.246:78): apparmor="DENIED" operation="sendmsg" 
profile="/usr/lib/snapd/snap-confine" pid=56203 comm="snap-confine" 
laddr=qq.ww.ee.rr lport=964 faddr=zz.xx.cc.vv fport=2049 family="inet" 
sock_type="stream" protocol=6 requested_mask="send" denied_mask="send"

root@jammy:~# cat /etc/apparmor.d/tunables/home.d/ubuntu 
# This file is auto-generated. It is recommended you update it using:
# $ sudo dpkg-reconfigure apparmor
#
# The following is a space-separated list of where additional user home
# directories are stored, each must have a trailing '/'. Directories added
# here are appended to @{HOMEDIRS}.  See tunables/home for details.
@{HOMEDIRS}+=/staff/ /fac/ /grad/ /visitor/


root@jammy:~# cat /etc/auto.staff 
*   -rw,nosuid nfshome.S.edu:/nfshome/staff/&

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

Title:
  Chromium snap won't run with nfs home drive

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


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

[Bug 1962606] Re: preinst check for kernel release > 255 no longer needed

2022-05-06 Thread Erik Bročko
*** This bug is a duplicate of bug 1962225 ***
https://bugs.launchpad.net/bugs/1962225

You can work around the issue by modifying the .deb (unpack, remove the
check, repack).

$ mkdir -p new old/DEBIAN
$ dpkg-deb -x /var/cache/apt/archives/libc6_*.deb old/
$ dpkg-deb -e /var/cache/apt/archives/libc6_*.deb old/DEBIAN
$ nano old/DEBIAN/preinst # remove "exit 1" in the `if [ "$kernel_rev" -ge 
255 ]` block around line 150
$ dpkg-deb -Z xz -b old/ new/
$ dpkg -i new/*.deb

This worked for me on Ubuntu Touch on Android.

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

Title:
  preinst check for kernel release > 255 no longer needed

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


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

[Bug 1969664] Re: 22.04 Vagrant Images Do Not Finish Initial Boot Due to SSH Timout

2022-05-04 Thread Erik Sommer
I can also confirm that the workaround works for me.

With Ubuntu 21.10, vagrant 2.2.14 and virtualbox 6.1.32_Ubuntu r149290.

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

Title:
  22.04 Vagrant Images Do Not Finish Initial Boot Due to SSH Timout

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


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

[Bug 1807537] Re: failure in fsck option of advanced boot

2022-04-30 Thread Erik C. Thauvin
Same problem with 22.04.

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

Title:
  failure in fsck option of advanced boot

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


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

[Bug 1966064] [NEW] libc does not handle multi-byte grouping chars

2022-03-23 Thread Carl-Erik Kopseng
Public bug reported:

So I first reported this as a bug to `coreutils`, which closed the issue
as the underlying reason lies in libc (*). Still, for the reproduction
case I will still use `printf` from coreutils, as that uses `printf()`
from libc internally.

As can be seen below, the width specifier for numeric parameters does
some weird calculations when the specified locale is `nb_NO.utf8`. For
instance, the number formatting rules for US and NO locales both result
in the same number of characters (with ' ' instead of ','), but the
Norwegian version lacks two spaces in the padded output:

$ LC_NUMERIC=en_US.utf8 printf "%s%'7d%s\n" XXX 1234 XXX
XXX  1,234XXX

$ LC_NUMERIC=nb_NO.utf8 printf "%s%'7d%s\n" XXX 1234 XXX
XXX1 234XXX

According to Pádraig Brady "The particular issue is the grouping char used
in the nb_NO.utf8 locale is multi-byte. Specifically: e2 80 af. So that 
character counts as 3 bytes, and the printf implementation is counting bytes, 
not characters, or display cells.

Given the usual consideration is display width, it probably should be
considering display cells, but that's an issue for libc, not coreutils."

Filing this here in the hopes that it will be pushed upstream at some
point.

* see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=50336 for details

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: libc6-dev 2.34-0ubuntu3.2
ProcVersionSignature: Ubuntu 5.13.0-35.40-generic 5.13.19
Uname: Linux 5.13.0-35-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar 23 12:45:17 2022
InstallationDate: Installed on 2021-08-26 (208 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
RebootRequiredPkgs: Error: path contained symlinks.
SourcePackage: glibc
UpgradeStatus: Upgraded to impish on 2022-02-08 (42 days ago)

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


** Tags: amd64 apport-bug impish 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/1966064

Title:
  libc does not handle multi-byte grouping chars

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


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

[Bug 1804554] Re: 18.10: lubuntu sddm crashes with openbox session

2022-03-15 Thread Nils Erik M.
I had the same issue as described when installing fresh 20.04.

I fixed it by adding `~/.config/openbox/autostart` and adding the line:
`feh --bg-scale "path/to/image"`

After that I could login to the openbox session as normal.

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

Title:
  18.10: lubuntu sddm crashes with openbox session

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


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

[Bug 1644703] Re: columns are not properly aligned

2022-02-18 Thread Erik Auerswald
The 'column' utility from package 'bsdmainutils' can be used to properly
align the columns:

[The web interface might "improve" the output by turning any run of
space characters into a single space, removing the intended illustrative
effect, as can be seen in the comment above]

$ datamash -g 2 min 3 max 3 < /usr/share/doc/datamash/examples/scores.txt | 
column -s$'\t' -t
Arts 46  88
Business 79  94
Health-Medicine  72  100
Social-Sciences  27  90
Life-Sciences14  91
Engineering  39  99

[With this specific input, one need not specify the separator, because
no column comprises "blank" characters, i.e., the "-s" option can be
omitted here, but not in general for the so called "TSV" format.]

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

Title:
  columns are not properly aligned

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


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

[Bug 1876641] Re: gnome-shell leaks hundreds of megabytes when the dock option 'show-trash' is enabled.

2022-01-27 Thread Erik Meitner
This problem is affecting my laptop. It gets to the point where the system 
starts thrashing so badly I care barely get to the console and log in to start 
killing processes.

Ubuntu 20.04
gnome-shell 3.36.9-0ubuntu0.20.04.2

$ uname -a
Linux cherna 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022 
x86_64 x86_64 x86_64 GNU/Linux

Just now:
$ pidstat -l -r|egrep 'UID|/usr/bin/gnome-shell'
10:34:32 AM   UID   PID  minflt/s  majflt/s VSZ RSS   %MEM  Command
10:34:32 AM  1000  3659 83.54  0.15 7330020 1768040  11.13  
/usr/bin/gnome-shell 

It happens around once a week depending on my usage of the laptop which
is my work laptop tat stays on almost all the time. I don't see a
pattern to it yet.

At least I can ALT-F2 & "r" to recover some RAM. If I notice the problem
in time

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

Title:
  gnome-shell leaks hundreds of megabytes when the dock option 'show-
  trash' is enabled.

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


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

[Bug 1856838] Re: [memory leak] gnome-shell using a lot of RAM after repeatedly opening the overview

2022-01-17 Thread Erik Meitner
No extensions:

$ cd ~/.local/share/gnome-shell/
me@laptop:~/.local/share/gnome-shell$ ls -l
total 8
-rw-rw-r-- 1 me me 3658 Jan 17 06:52 application_state
-rw-rw-r-- 1 me me0 Jul 19 13:13 gnome-overrides-migrated
-rw-rw-r-- 1 me me 1133 Jan 17 02:37 notifications


org.gnome.shell settings attached.


** Attachment added: "settings.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1856838/+attachment/5554916/+files/settings.txt

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

Title:
  [memory leak] gnome-shell using a lot of RAM after repeatedly opening
  the overview

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


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

[Bug 1956472] Re: Kazam doesn't start

2022-01-13 Thread Erik Nijenhuis
Thanks, that did the job!

** Changed in: kazam
   Status: New => Invalid

** Changed in: kazam (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/1956472

Title:
  Kazam doesn't start

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


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

[Bug 1956472] Re: Kazam doesn't start

2022-01-12 Thread Erik Nijenhuis
** Also affects: kazam (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Kazam doesn't start

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


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

[Bug 1956412] Re: crash reports don't go to proper dev team

2022-01-10 Thread erik flister
why would you say you won't fix this?  it would be easy to implement
systems and policies for ubuntu modders and upstream teams to
coordinate.  at minimum, give upstream access to the crash reports,
issue trackers, etc.

it doesn't take manpower, you don't have to test.  all you have to do is
forward by default, or at least provide access.  if upstream wants to
ignore the forwards, that's on them.  don't ruin it for everyone by
assuming you have to accommodate the least cooperative teams.

i doubt that the vast majority of reports have to do with ubuntu mods
anyway -- they almost all belong upstream.  the majority case is the
case you should design for.

it is a huge shame to take your users' reports and efforts in reporting
issues, and let them go to waste.  the spirit of oss is a partnership
with users, upstream teams, and not wasting anyone's contributions and
efforts.

as an example please note the crash i reported regarding gnome-remote-
desktop.  where did it go?  how do we find it?  it had nothing to do
with any ubuntu mod.  how do i get it to that upstream gnome team?  how
do we give them access to the system holding it?

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

Title:
  crash reports don't go to proper dev team

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


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

[Bug 1924298] Re: accept returns duplicate endpoints under load

2022-01-09 Thread Erik Möller
** Information type changed from Public to Public Security

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

Title:
  accept returns duplicate endpoints under load

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


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

[Bug 1856838] Re: [memory leak] gnome-shell using a lot of RAM after repeatedly opening the overview

2022-01-08 Thread Erik Meitner
Problem is affecting my system. It gets to the point where the system starts 
thrashing so badly I care barely get to the console and log in to start killing 
processes.
 
Ubuntu 20.04
gnome-shell 3.36.9-0ubuntu0.20.04.2


Linux 5.4.0-91-generic (cherna) 01/08/2022  _x86_64_(8 CPU)
root@cherna:~# pidstat -l -r
03:19:46 PM   UID   PID  minflt/s  majflt/s VSZ RSS   %MEM  Command
03:19:46 PM  1000  4670 99.93  0.17 7408772 2029368  12.77  
/usr/bin/gnome-shell 

At least I can ALT-F2 & "r" to recover some RAM. If I notice the problem
in time

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

Title:
  [memory leak] gnome-shell using a lot of RAM after repeatedly opening
  the overview

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


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

[Bug 1726143] Re: Automatic installation of samba fails with "could not find package libpam-smbpass"

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1554652 ***
https://bugs.launchpad.net/bugs/1554652

** This bug has been marked a duplicate of bug 1554652
   nautilus-share broken with libpam-smbpass removed

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

Title:
  Automatic installation of samba fails with "could not find package
  libpam-smbpass"

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


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

[Bug 480187] Re: Sharing a folder should check parent folder's permission

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1956419 ***
https://bugs.launchpad.net/bugs/1956419

** This bug has been marked a duplicate of bug 1956419
   local sharing of any directory under home (~) fails due to permissions

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

Title:
  Sharing a folder should check parent folder's permission

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


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

[Bug 1956419] Re: local sharing of any directory under home (~) fails due to permissions

2022-01-05 Thread erik flister
** Description changed:

  https://gitlab.gnome.org/GNOME/nautilus/-/issues/2074
  https://gitlab.gnome.org/GNOME/nautilus/-/issues/2023
  
  ubuntu 21.10, GNOME 40.4.0
  
  described here: https://askubuntu.com/questions/229870/why-cant-i-get-
  to-a-shared-folder-from-windows
  
  killed me all day today until finding the top answer there, which solved
  it.
  
  i tried settings/media sharing.  i could not see the indicated
- directories on my LAN from a mac.  (BUG 1)
+ directories on my LAN from a mac.  (reported as
+ https://bugs.launchpad.net/ubuntu/+source/gnome-control-
+ center/+bug/1956438)
  
  i right-clicked a directory that was supposed to be shared by that setting 
(/home/username/Videos/), clicked "local network share", enabled sharing and 
allowing guest access.  this brought up a dialog to install samba which i 
agreed to.
- i still could not see the directory from the mac.  (BUG 2)
+ i still could not see the directory from the mac.
  
  only once i spent all day googling and finally found the askubuntu
  solution did i figure out the problem -- "other users" needs execute
  permission on all directories above the shared directory all the way
  down to the root.  /home/username/ does not have that permission.  you
  need to set it if someone sets sharing with guest access on any
  descendant of a home directory.
  
  now if i don't set guest access, my ubuntu username/pw are rejected when
- trying to log in from the mac -- i think there is some samba
- configuration necessary and you need to set up remote access for
- credentials that have local access whenever someone says they want
- sharing.  (BUG 3)
+ trying to log in from the mac.  i tracked this down to this bug:
+ https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1554652
  
  lastly, i get file transfers of 8MB/s when i push to the server from the
  mac.  but when i pull from the mac on the server, i only get 3MB/s.
- (BUG 4)  i know this probably isn't your fault, but can you direct me to
- how i should investigate why this is?  i don't know where to even start
- with it -- would it be two different versions of samba on the two
- different machines?
+ reported here:
+ https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1956520

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

Title:
  local sharing of any directory under home (~) fails due to permissions

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


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

[Bug 487943] Re: samba shares easier to set up with password

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1956419 ***
https://bugs.launchpad.net/bugs/1956419

** This bug has been marked a duplicate of bug 1956419
   local sharing of any directory under home (~) fails due to permissions

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

Title:
  samba shares easier to set up with password

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


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

[Bug 487943] Re: samba shares easier to set up with password

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1956419 ***
https://bugs.launchpad.net/bugs/1956419

combination of https://bugs.launchpad.net/ubuntu/+source/nautilus-
share/+bug/1554652 and
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1956419

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

Title:
  samba shares easier to set up with password

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


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

[Bug 583921] Re: Nautilus share option doesn't allow guests

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1956419 ***
https://bugs.launchpad.net/bugs/1956419

** This bug has been marked a duplicate of bug 1956419
   local sharing of any directory under home (~) fails due to permissions

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

Title:
  Nautilus share option doesn't allow guests

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


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

[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1554652 ***
https://bugs.launchpad.net/bugs/1554652

** This bug has been marked a duplicate of bug 1554652
   nautilus-share broken with libpam-smbpass removed

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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


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

[Bug 1243430] Re: After 13.10 installation, SAMBA did not work but...

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1554652 ***
https://bugs.launchpad.net/bugs/1554652

** This bug has been marked a duplicate of bug 1554652
   nautilus-share broken with libpam-smbpass removed

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

Title:
  After 13.10 installation, SAMBA did not work but...

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


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

[Bug 1396723] Re: cannot connect to share with username and password

2022-01-05 Thread erik flister
*** This bug is a duplicate of bug 1554652 ***
https://bugs.launchpad.net/bugs/1554652

** This bug has been marked a duplicate of bug 1554652
   nautilus-share broken with libpam-smbpass removed

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

Title:
  cannot connect to share with username and password

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


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

[Bug 1956438] Re: confusing UI -- expected a LAN file share, not DLNA, and '+' button is not apparent

2022-01-05 Thread erik flister
** Package changed: rygel (Ubuntu) => gnome-control-center (Ubuntu)

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

Title:
  confusing UI -- expected a LAN file share, not DLNA, and '+' button is
  not apparent

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


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

[Bug 1956520] [NEW] 8MB/s transfers over wifi when pushing from macos 11.6.2 to ubuntu 21.10, but only 3MB/s in the reverse

2022-01-05 Thread erik flister
Public bug reported:

both sides have ac wifi.  looking online, people report more like 25MB/s
is reasonable.  how do i debug why this is so slow, and why it depends
on which side is the server?

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


** Tags: file file-sharing network share transfer wifi

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

Title:
  8MB/s transfers over wifi when pushing from macos 11.6.2 to ubuntu
  21.10, but only 3MB/s in the reverse

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


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

[Bug 1956415] Re: wiki pages about filing bug reports have out of date info

2022-01-05 Thread erik flister
i'm in gnome.  i open a terminal:

$ ubuntu-bug -w

it types back:


*** 

After closing this message please click on an application window to
report a problem about it.

Press any key to continue...


after that, i can hit a bunch of keys, click a bunch of things, and nothing 
happens.  if i ctrl-c, i get:

  File "/usr/bin/apport-cli", line 387, in 
if not app.run_argv():
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 734, in run_argv
(out, err) = xprop.communicate()
  File "/usr/lib/python3.9/subprocess.py", line 1134, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
  File "/usr/lib/python3.9/subprocess.py", line 1979, in _communicate
ready = selector.select(timeout)
  File "/usr/lib/python3.9/selectors.py", line 416, in select
fd_event_list = self._selector.poll(timeout)
KeyboardInterrupt

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

Title:
  wiki pages about filing bug reports have out of date info

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


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

[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2022-01-05 Thread erik flister
more dups: 
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1726143
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1396723
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1243430

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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


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

[Bug 1243430] Re: After 13.10 installation, SAMBA did not work but...

2022-01-05 Thread erik flister
dup with https://bugs.launchpad.net/ubuntu/+source/nautilus-
share/+bug/1096661

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

Title:
  After 13.10 installation, SAMBA did not work but...

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


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

[Bug 1396723] Re: cannot connect to share with username and password

2022-01-05 Thread erik flister
dup with https://bugs.launchpad.net/ubuntu/+source/nautilus-
share/+bug/1554652

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

Title:
  cannot connect to share with username and password

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


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

[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2022-01-05 Thread erik flister
more discussion on this i found from 2018:
https://discourse.ubuntu.com/t/nautilus-share-fixing-or-removing/3763

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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


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

[Bug 1956438] [NEW] confusing UI -- expected a LAN file share, not DLNA, and '+' button is not apparent

2022-01-05 Thread erik flister
Public bug reported:

is this the right package for the media sharing UI in settings on ubuntu
21.10?  i was just trying to set up a local network share and the UI for
"media sharing" made me think ubuntu thought "people want to share
music, video, and pictures folders, so we'll just have those preselected
as shareable directories on the network."  i know what DLNA is, but it
never entered my mind that's what this was for.  it should just say
something like "via DLNA to things like smart tv's" or something.

also, the box that music, videos, and pictures is in is exactly filled
up by those 3 buttons, and the "+" button below them is not visible, so
it is not apparent you can scroll down and it is there.  put the '+'
button outside the box so it can't be scrolled away, and show the
directories just like normal directories in the file viewer, not as
buttons.

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


** Tags: label preferences settings ui

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

Title:
  confusing UI -- expected a LAN file share, not DLNA, and '+' button is
  not apparent

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


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

[Bug 1793295] Re: nautilus-share

2022-01-05 Thread erik flister
translation from italian:

The progress will proceed, but the "nautilus-share" package may not be
in a working state. Report this event as a bug.


what was this regarding?

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

Title:
  nautilus-share

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


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

[Bug 1554652] Re: nautilus-share broken with libpam-smbpass removed

2022-01-05 Thread erik flister
i just spent all day on this, thanks so much for confirming the details
gilles!

sudo smbpasswd -a username worked perfectly.  phew!

note the dup with https://bugs.launchpad.net/ubuntu/+source/nautilus-
share/+bug/1096661

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

Title:
  nautilus-share broken with libpam-smbpass removed

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


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

[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2022-01-05 Thread erik flister
note the dup with https://bugs.launchpad.net/ubuntu/+source/nautilus-
share/+bug/1554652

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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


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

[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2022-01-05 Thread erik flister
this discussion in 2016 observed that its removal would make only guest
shares work, as i am experiencing.

https://lists.ubuntu.com/archives/ubuntu-devel-
discuss/2016-March/016298.html

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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


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

[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2022-01-05 Thread erik flister
it seems samba removed it in 2015 https://github.com/samba-
team/samba/commit/3c00e8d76a2ef6194a8ce522c15853e5b8e9262b

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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


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

[Bug 1096661] Re: Folder Sharing dialog does not install libpam-smbpass if samba is already installed

2022-01-05 Thread erik flister
is libpam-smbpass still available/required?  i don't see such a package

https://packages.ubuntu.com/search?keywords=smb=names=impish=all
https://packages.ubuntu.com/search?suite=impish=all=any=samba=names

but i am having the problem that i can't authenticate to see a share
that works when it is set to guest

i fit in the category of knowing i need samba but not knowing how it
works.  in this case, ubuntu 21.10 nautilus-share installed it for me as
far as i remember, when i right clicked to create a local network share.
but i think i have installed it pre-emptively/manually in previous
installs.

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

Title:
  Folder Sharing dialog does not install libpam-smbpass if samba is
  already installed

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


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

[Bug 1956419] Re: local sharing of any directory under home (~) fails due to permissions

2022-01-04 Thread erik flister
another dup: https://bugs.launchpad.net/ubuntu/+source/nautilus-
share/+bug/583921

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

Title:
  local sharing of any directory under home (~) fails due to permissions

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


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

[Bug 1956419] Re: local sharing of any directory under home (~) fails due to permissions

2022-01-04 Thread erik flister
also reported here:
https://gitlab.gnome.org/GNOME/nautilus/-/issues/2074

dup with: 
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/480187
that was upstreamed to nautilus, but they say it is nautilus-share

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #2074
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/2074

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

Title:
  local sharing of any directory under home (~) fails due to permissions

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


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

[Bug 583921] Re: Nautilus share option doesn't allow guests

2022-01-04 Thread erik flister
i think i found the answer everyone!
https://bugs.launchpad.net/ubuntu/+source/nautilus-share/+bug/1956419

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

Title:
  Nautilus share option doesn't allow guests

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


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

[Bug 487943] Re: samba shares easier to set up with password

2022-01-04 Thread erik flister
i can't access a password protected share in 21.10 even with the login
credentials, what am i missing?

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

Title:
  samba shares easier to set up with password

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


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

[Bug 468224] Re: nautilus-share allows sharing only with login password

2022-01-04 Thread erik flister
i can't even get access with the owner's credentials (21.10) -- should
this be working?

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

Title:
  nautilus-share allows sharing only with login password

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


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

[Bug 1956419] [NEW] local sharing of any directory under home (~) fails due to permissions

2022-01-04 Thread erik flister
Public bug reported:

https://gitlab.gnome.org/GNOME/nautilus/-/issues/2074
https://gitlab.gnome.org/GNOME/nautilus/-/issues/2023

ubuntu 21.10, GNOME 40.4.0

described here: https://askubuntu.com/questions/229870/why-cant-i-get-
to-a-shared-folder-from-windows

killed me all day today until finding the top answer there, which solved
it.

i tried settings/media sharing.  i could not see the indicated
directories on my LAN from a mac.  (BUG 1)

i right-clicked a directory that was supposed to be shared by that setting 
(/home/username/Videos/), clicked "local network share", enabled sharing and 
allowing guest access.  this brought up a dialog to install samba which i 
agreed to.
i still could not see the directory from the mac.  (BUG 2)

only once i spent all day googling and finally found the askubuntu
solution did i figure out the problem -- "other users" needs execute
permission on all directories above the shared directory all the way
down to the root.  /home/username/ does not have that permission.  you
need to set it if someone sets sharing with guest access on any
descendant of a home directory.

now if i don't set guest access, my ubuntu username/pw are rejected when
trying to log in from the mac -- i think there is some samba
configuration necessary and you need to set up remote access for
credentials that have local access whenever someone says they want
sharing.  (BUG 3)

lastly, i get file transfers of 8MB/s when i push to the server from the
mac.  but when i pull from the mac on the server, i only get 3MB/s.
(BUG 4)  i know this probably isn't your fault, but can you direct me to
how i should investigate why this is?  i don't know where to even start
with it -- would it be two different versions of samba on the two
different machines?

** Affects: nautilus-share (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: access access-control credentials file-sharing lan local permissions 
samba share sharing smb

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

Title:
  local sharing of any directory under home (~) fails due to permissions

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


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

[Bug 1956416] [NEW] logitech k400 wiresless keyboard/trackpad not recognized as trackpad

2022-01-04 Thread erik flister
Public bug reported:

in earlier installs of ubuntu 21.10 i didn't have this problem, but this
time in settings/mouse & touchpad, my touchpad does not show up.  it
works fine as a mouse + two finger scroll, but i cannot tap to click,
which i need.

in /var/log/syslog:

Jan  4 00:15:03 flister-desktop kernel: [1.961613] usb 1-7: Manufacturer: 
Logitech
Jan  4 00:15:03 flister-desktop kernel: [2.035091] input: Logitech USB 
Receiver as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C52B.0001/input/input3
Jan  4 00:15:03 flister-desktop kernel: [2.093490] hid-generic 
0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB 
Receiver] on usb-:01:00.0-7/input0
Jan  4 00:15:03 flister-desktop kernel: [2.093621] input: Logitech USB 
Receiver Mouse as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C52B.0002/input/input4
Jan  4 00:15:03 flister-desktop kernel: [2.093690] input: Logitech USB 
Receiver Consumer Control as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C52B.0002/input/input5
Jan  4 00:15:03 flister-desktop kernel: [2.153465] input: Logitech USB 
Receiver System Control as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C52B.0002/input/input6
Jan  4 00:15:03 flister-desktop kernel: [2.153539] hid-generic 
0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB 
Receiver] on usb-:01:00.0-7/input1
Jan  4 00:15:03 flister-desktop kernel: [2.153638] hid-generic 
0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB 
Receiver] on usb-:01:00.0-7/input2
Jan  4 00:15:03 flister-desktop kernel: [2.301661] logitech-djreceiver 
0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB 
Receiver] on usb-:01:00.0-7/input2
Jan  4 00:15:03 flister-desktop kernel: [2.424572] input: Logitech Wireless 
Device PID:4024 Keyboard as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input8
Jan  4 00:15:03 flister-desktop kernel: [2.424603] input: Logitech Wireless 
Device PID:4024 Mouse as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input9
Jan  4 00:15:03 flister-desktop kernel: [2.424640] hid-generic 
0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless 
Device PID:4024] on usb-:01:00.0-7/input2:1
Jan  4 00:15:03 flister-desktop kernel: [2.648586] input: Logitech K400 as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input13
Jan  4 00:15:03 flister-desktop kernel: [2.648675] logitech-hidpp-device 
0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on 
usb-:01:00.0-7/input2:1
Jan  4 00:15:09 flister-desktop kernel: [   12.006131] logitech-hidpp-device 
0003:046D:4024.0004: HID++ 2.0 device connected.
Jan  4 00:18:30 flister-desktop gnome-shell[1093]: libinput error: event3  - 
Logitech K400: client bug: event processing lagging behind by 12ms, your system 
is too slow
Jan  4 00:19:47 flister-desktop kernel: [2.082504] usb 1-7: Manufacturer: 
Logitech
Jan  4 00:19:47 flister-desktop kernel: [2.154905] input: Logitech USB 
Receiver as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C52B.0001/input/input3
Jan  4 00:19:47 flister-desktop kernel: [2.212491] hid-generic 
0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB 
Receiver] on usb-:01:00.0-7/input0
Jan  4 00:19:47 flister-desktop kernel: [2.212618] input: Logitech USB 
Receiver Mouse as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C52B.0002/input/input4
Jan  4 00:19:47 flister-desktop kernel: [2.212691] input: Logitech USB 
Receiver Consumer Control as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C52B.0002/input/input5
Jan  4 00:19:47 flister-desktop kernel: [2.272465] input: Logitech USB 
Receiver System Control as 
/devices/pci:00/:00:02.1/:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C52B.0002/input/input6
Jan  4 00:19:47 flister-desktop kernel: [2.272537] hid-generic 
0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB 
Receiver] on usb-:01:00.0-7/input1
Jan  4 00:19:47 flister-desktop kernel: [2.272636] hid-generic 
0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB 
Receiver] on usb-:01:00.0-7/input2
Jan  4 00:19:47 flister-desktop kernel: [2.416682] logitech-djreceiver 
0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB 
Receiver] on usb-:01:00.0-7/input2
Jan  4 00:19:47 flister-desktop kernel: [2.539445] input: Logitech Wireless 
Device PID:4024 Keyboard as 

[Bug 1956415] [NEW] wiki pages about filing bug reports have out of date info

2022-01-04 Thread erik flister
Public bug reported:

https://wiki.ubuntu.com/Bugs/FindRightPackage and
https://help.ubuntu.com/community/ReportingBugs

both say that you can find the right package for a bug in a window'ed app using 
ubuntu-bug -w

the former also says you can:
Launch System -> Preferences -> Main Menu.
Select the item for the application. (For example, System -> Preferences -> 
Display.)
Click "Properties" button.
Write down the "Command" value. 

or
xprop WM_CLASS

none of those work for me in 21.10.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  wiki pages about filing bug reports have out of date info

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


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

[Bug 1956412] [NEW] crash reports don't go to proper dev team

2022-01-04 Thread erik flister
Public bug reported:

i'm on 21.10.  i was reporting a crash to a gnome dev team and they informed me 
that the crash report dialog that submits coredumps, etc. never makes it to the 
actual responsible party.
https://gitlab.gnome.org/GNOME/gnome-remote-desktop/-/issues/80#note_1346891

you need a process that forwards these to the proper team

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: coredump crash

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

Title:
  crash reports don't go to proper dev team

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


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

[Bug 1955304] Re: Webcam integrated microphone produces noise

2021-12-20 Thread Erik Nijenhuis
** Attachment added: "Sample of hollow sound output"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1955304/+attachment/5548684/+files/my_video-14.mkv

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

Title:
  Webcam integrated microphone produces noise

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


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

[Bug 1955304] Re: Webcam integrated microphone produces noise

2021-12-20 Thread Erik Nijenhuis
After applying the patch on ubuntu-focal hwe-5.11, the microphone was found, 
and was producing sound.
Though, the quality is like I'm sitting in the bathroom.
I have no clue on how it sounds on a Windows PC, so I really have no clue what 
quality to expect.
I fear that there's nothing to do about it, since I've bought it for €10,-.

** Patch added: "Found the patch at 
https://www.spinics.net/lists/alsa-devel/msg132769.html;
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1955304/+attachment/5548683/+files/0001-Fix-microphone-of-Jieli-Technology-USB-PHY-2.0.patch

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

Title:
  Webcam integrated microphone produces noise

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


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

[Bug 1955304] [NEW] Webcam integrated microphone produces noise

2021-12-18 Thread erik
Public bug reported:

Technical information:
Description:Ubuntu 20.04.3 LTS
Release:20.04


Recently I bought a "Jieli Technology USB PHY 2.0" which is a cheap webcam with 
an integrated microphone. The webcam behaves just fine, where the microphone 
outputs noise.

Looking at dmesg, the log is spammed with:
[ 3657.927446] xhci_hcd :00:14.0: WARN: buffer overrun event for slot 4 ep 
4 on endpoint

I've applied [this 
patch](https://mailman.alsa-project.org/pipermail/alsa-devel/2020-December/178361.html)
 manually on linux-source-5.4.0.tar.bz2 to see if the microphone works after 
that.
Unfortunately the microphone wasn't detected by pulseaudio and I've tried 
tuning values with guvcview, but to no avail.

I'm about to test another patch for this issue.
https://www.spinics.net/lists/alsa-devel/msg132769.html

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-43-generic 5.11.0-43.47~20.04.2
ProcVersionSignature: Ubuntu 5.11.0-43.47~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-43-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: GNOME
Date: Sat Dec 18 14:58:51 2021
InstallationDate: Installed on 2020-08-07 (498 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "version.log"
   
https://bugs.launchpad.net/bugs/1955304/+attachment/5548514/+files/version.log

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

Title:
  Webcam integrated microphone produces noise

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


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

[Bug 1799613] Re: In kernel 4.14.59, monitor resolution is detected correctly. In kernels after that, they are not detected correctly.

2021-12-06 Thread Erik Granger
Hello, I am still having this issue. Adding amdgpu.dc=0 to the grub
config "fixes" it, but with the side-effect that startup text is
illegible (for some reason). This would make it hard if I ever had to
restore my system after a failed launch of the session manager or
something like that. I now have an rx590, but the same monitors.

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

Title:
  In kernel 4.14.59, monitor resolution is detected correctly. In
  kernels after that, they are not detected correctly.

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


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

[Bug 1941615] Re: fonts-fantasque-sans font displays numeric codes

2021-08-25 Thread Erik Zoltan
Actually, the font typeface itself looks OK in the "Fonts" application,
but it appears there are multiple copies of each version (e.g. multiple
copies of Fantasque Sans Mono, Regular). I'm attaching another
screenshot, because it looks pretty surprising.

** Attachment added: "Screen shot of the font in "Fonts" application"
   
https://bugs.launchpad.net/ubuntu/+source/fonts-fantasque-sans/+bug/1941615/+attachment/5520538/+files/Screenshot%20from%202021-08-25%2011-41-30.png

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

Title:
  fonts-fantasque-sans font displays numeric codes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-fantasque-sans/+bug/1941615/+subscriptions


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

[Bug 1941615] [NEW] fonts-fantasque-sans font displays numeric codes

2021-08-25 Thread Erik Zoltan
Public bug reported:

As shown in the attached screenshot, the fantasque sans mono font
displays hex codes in boxes rather than actual characters. In the photo,
I'm using gedit. The first line of text says "The quick brown fox jumps
over the lazy dog".

To produce this bug, I installed the font from the package repository
and tried to use the font on my system. In addition to gedit, the
problem occurs in Gnome Tweaks or anywhere else I try to look at the
font. I have a dual boot KDE and GNOME Kubuntu system, but I'm running
in GNOME only.

I tried uninstalling and reinstalling, but got the same issue. The issue
affects all the fonts in the package, but none of the other fonts on my
system.

$ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

$ apt-cache policy fonts-fantasque-sans
fonts-fantasque-sans:
  Installed: 1.7.2~alpha.3~dfsg-2
  Candidate: 1.7.2~alpha.3~dfsg-2
  Version table:
 *** 1.7.2~alpha.3~dfsg-2 500
500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu focal/universe i386 Packages
100 /var/lib/dpkg/status

** Affects: fonts-fantasque-sans (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "screen shot of what the problem looks like."
   
https://bugs.launchpad.net/bugs/1941615/+attachment/5520537/+files/Screenshot_20210825_112614.png

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

Title:
  fonts-fantasque-sans font displays numeric codes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-fantasque-sans/+bug/1941615/+subscriptions


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

[Bug 1939373] [NEW] package zfsutils-linux 0.8.3-1ubuntu12.10 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status 1

2021-08-10 Thread Erik Elfgren
Public bug reported:

When I try to install or upgrade any package, the process gets stuck saying:
root@Home:# dpkg --configure -a
Setting up zfsutils-linux (0.8.3-1ubuntu12.10) ...
zfs-import-scan.service is a disabled or a static unit, not starting it.
zfs-import-scan.service is a disabled or a static unit, not starting it.
Job for zfs-mount.service failed because the control process exited with error 
code.
See "systemctl status zfs-mount.service" and "journalctl -xe" for details.
invoke-rc.d: initscript zfs-mount, action "start" failed.
● zfs-mount.service - Mount ZFS filesystems
 Loaded: loaded (/lib/systemd/system/zfs-mount.service; enabled; vendor 
preset: enabled)
 Active: failed (Result: exit-code) since Mon 2021-08-09 18:31:32 CEST; 4ms 
ago
   Docs: man:zfs(8)
Process: 3507018 ExecStart=/sbin/zfs mount -a (code=exited, 
status=1/FAILURE)
   Main PID: 3507018 (code=exited, status=1/FAILURE)

aug 09 18:31:32 Home systemd[1]: Starting Mount ZFS filesystems...
aug 09 18:31:32 Home zfs[3507018]: cannot mount '/': directory is not empty
aug 09 18:31:32 Home systemd[1]: zfs-mount.service: Main process exited, 
code=exited, status=1/FAILURE
aug 09 18:31:32 Home systemd[1]: zfs-mount.service: Failed with result 
'exit-code'.
aug 09 18:31:32 Home systemd[1]: Failed to start Mount ZFS filesystems.
dpkg: error processing package zfsutils-linux (--configure):
 installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
dpkg: dependency problems prevent configuration of zfs-initramfs:
 zfs-initramfs depends on zfsutils-linux (>= 0.8.3-1ubuntu12.10); however:
  Package zfsutils-linux is not configured yet.

dpkg: error processing package zfs-initramfs (--configure):
 dependency problems - leaving unconfigured
Setting up linux-image-5.8.0-63-generic (5.8.0-63.71~20.04.1) ...
dpkg: dependency problems prevent configuration of zfs-zed:
 zfs-zed depends on zfsutils-linux (>= 0.8.3-1ubuntu12.10); however:
  Package zfsutils-linux is not configured yet.

dpkg: error processing package zfs-zed (--configure):
 dependency problems - leaving unconfigured
Processing triggers for initramfs-tools (0.136ubuntu6.6) ...
update-initramfs: Generating /boot/initrd.img-5.8.0-63-generic
I: The initramfs will attempt to resume from /dev/sde5
I: (UUID=ea598dd5-d1c8-4b5c-8301-867862c80a42)
I: Set the RESUME variable to override this.
Processing triggers for linux-image-5.8.0-63-generic (5.8.0-63.71~20.04.1) ...
/etc/kernel/postinst.d/dkms:
 * dkms: running auto installation service for kernel 5.8.0-63-generic
   ...done.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-5.8.0-63-generic
I: The initramfs will attempt to resume from /dev/sde5
I: (UUID=ea598dd5-d1c8-4b5c-8301-867862c80a42)
I: Set the RESUME variable to override this.
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
grub-probe: error: unknown filesystem.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: zfsutils-linux 0.8.3-1ubuntu12.10
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27.18
AptOrdering:
 linux-headers-5.8.0-55-generic:amd64: Remove
 linux-hwe-5.8-headers-5.8.0-55:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Aug 10 06:36:43 2021
DpkgHistoryLog:
 Start-Date: 2021-08-10  06:36:36
 Commandline: /usr/bin/unattended-upgrade
 Remove: linux-hwe-5.8-headers-5.8.0-55:amd64 (5.8.0-55.62~20.04.1), 
linux-headers-5.8.0-55-generic:amd64 (5.8.0-55.62~20.04.1)
ErrorMessage: installed zfsutils-linux package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-07-08 (397 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: zfs-linux
Title: package zfsutils-linux 0.8.3-1ubuntu12.10 failed to install/upgrade: 
installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.default.zfs: 2020-08-05T10:29:12.101838

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


** Tags: amd64 apport-package focal

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

Title:
  package zfsutils-linux 0.8.3-1ubuntu12.10 failed to install/upgrade:
  installed zfsutils-linux package post-installation script subprocess
  

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

2021-08-07 Thread erik
*** This bug is a duplicate of bug 1315442 ***
https://bugs.launchpad.net/bugs/1315442

** This bug has been marked a duplicate of bug 1315442
   Extra "fi" in /etc/init.d/gdm

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

Title:
  extra "fi" in file

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


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

[Bug 1936736] Re: User switching does not work: my_switch_to_username: assertion 'p->dm_seat != NULL' failed

2021-07-19 Thread Erik Meitner
My default desktop was set to "Unity"(at the login screen). I changed it
to "Ubuntu" and logged in.  Now user switching works.

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

Title:
  User switching does not work: my_switch_to_username: assertion
  'p->dm_seat != NULL' failed

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


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

[Bug 1936736] [NEW] User switching does not work: my_switch_to_username: assertion 'p->dm_seat != NULL' failed

2021-07-17 Thread Erik Meitner
Public bug reported:

Actual behavior:
Switching users from the indicator menu does nothing. Only this is logged in 
/var/log/syslog:
Jul 17 23:11:01 cherna indicator-sessi[5227]: my_switch_to_username: assertion 
'p->dm_seat != NULL' failed

Expected behavior upon selecting another user in the indicator menu:
Switches to a screen with a A password prompt.

Ubuntu 20.04.2 LTS
indicator-session 17.3.20+19.10.20190921-0ubuntu1

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: indicator-session 17.3.20+19.10.20190921-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-77.86-generic 5.4.119
Uname: Linux 5.4.0-77-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: Unity:Unity7:ubuntu
Date: Sat Jul 17 23:34:43 2021
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-07-29 (2910 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
SourcePackage: indicator-session
UpgradeStatus: Upgraded to focal on 2021-07-10 (7 days ago)

** Affects: indicator-session (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/1936736

Title:
  User switching does not work: my_switch_to_username: assertion
  'p->dm_seat != NULL' failed

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


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

[Bug 1930879] [NEW] Current hwe-netboot kernel does not support Intel X710 NICs

2021-06-04 Thread Lars Erik Pedersen
Public bug reported:

Hi.

(sorry if this is in the wrong place, but a nice person at
#ubuntu@LiberaChat told me to try here)

The current hwe-netboot kernel for bionic is still suffering from the
bug described in #1893956, which basically lacks the support for Intel
X710 NICs. Causing netboot to be impossible with these cards.

Would it be possible to update this to a newer version? The kernel that
the hwe-netboot installs (5.4.0-74-generic) has the fix included, and
the NIC works perfectly fine on a installed OS with that kernel.

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

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

Title:
  Current hwe-netboot kernel does not support Intel X710 NICs

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

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

[Bug 1928446] Re: trying to upgrade to new release

2021-05-17 Thread Erik
Solved!

thx for the help!

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

Title:
  trying to upgrade to new release

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

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

[Bug 1928446] [NEW] trying to upgrade to new release

2021-05-14 Thread Erik
Public bug reported:

trying to upgrade to new release but upgrader found issue while
calculating the install wich ended in aborted upgrade

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.44
ProcVersionSignature: Ubuntu 4.15.0-144.148-generic 4.15.18
Uname: Linux 4.15.0-144-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri May 14 11:15:33 2021
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-01-01 (1959 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-05-14 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug bionic dist-upgrade third-party-packages

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

Title:
  trying to upgrade to new release

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

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

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread Erik Kristensen
I can also confirm this is broken.

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

Title:
  Netboot Loading libc6-udeb failed for unknown reasons (focal)

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-17 Thread Erik
@CAPDEVILLE
No problem. Let me know if you get it working! If you need any help just ask! 
Kinda nice to have the numberpad working!

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-17 Thread Erik
@CAPDEVILLE
Just download it with git.
 
sudo apt install git

cd ~/   (home dir)

git clone https://github.com/mohamed-badaoui/ux433-touchpad-numpad.git

#now you have the directory with the the install.sh etc
#cd into the new directory 

cd ux433-touchpad-numpad

#install.sh is just a simple bash script that uses the other stuff 
#in the git folder. You need the entire folder not just install.sh

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-17 Thread Erik
@CAPDEVILLE

I just cloned the repo 
git clone https://github.com/mohamed-badaoui/ux433-touchpad-numpad.git
cd ux433-touchpad-numpad

sudo apt install libevdev2 i2c-tools (Ubuntu/Debian)
sudo dnf install libevdev i2c-tools (Fedora)

sudo modprobe i2c-dev
sudo i2cdetect -l (see whats there)

sudo pip3 install libevdev (can't be installed as pip install --user gotta use 
sudo)
sudo chmod +x ./install.sh
sudo ./install.sh

Install with symbols on my UX425J

Look if the "driver" is loaded correctly 
systemctl status asus_touchpad_numpad.service

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-17 Thread Erik
Hi @Badaoui
Can confirm the driver is working on:
Asus 14 Zenbook UX425J with symbols.

Tested on Fedora 33


The only "issue" I have noticed is the triangle with the 3 dots (brightness?) 
on the upper left of the touchpad does not seem to do anything. Is that normal? 
Never tried this laptop with Windows.

● asus_touchpad_numpad.service - Asus Touchpad to Numpad Handler
 Loaded: loaded (/usr/lib/systemd/system/asus_touchpad_numpad.service; 
enabled; vendor preset: disabled)
 Active: active (running) since Sat 2021-04-17 12:44:08 CEST; 5min ago
   Main PID: 2000 (python3)
  Tasks: 1 (limit: 9096)
 Memory: 8.4M
CPU: 1.772s
 CGroup: /system.slice/asus_touchpad_numpad.service
 └─2000 /usr/bin/python3 /usr/bin/asus_touchpad_numpad.py

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-04-16 Thread Erik
Really would like to see support for the ASUS Zenbook 14 UX425J. We have
14 of them in the office. Have tied with and without symbols. Same thing
in both Ubuntu and Fedora.

sudo ./install.sh 
Testing interface i2c-1 : sucess
Does your numpad has % and = symbols [N/y]n
Your numpad has no extra symbols.

Copy asus python driver to /usr/bin/asus_touchpad_numpad.py
cp: cannot stat 'touchpad_numpad_nosymbols.py': No such file or directory
Add asus touchpad service in /lib/systemd/system/
cp: cannot stat './asus_touchpad_numpad.service': No such file or directory
Failed to enable unit: Unit file asus_touchpad_numpad.service does not exist.
Asus touchpad service enabled
Failed to restart asus_touchpad_numpad.service: Unit 
asus_touchpad_numpad.service not found.
Asus touchpad service started

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

Title:
  numpad on touchpad doesn't work in ASUS Zenbook 14

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

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

[Bug 1871728] Re: geoclue agent process persists after user logout

2021-04-09 Thread Erik Devriendt
As a workaround, I changed /etc/systemd/logind.conf by putting: 
KillUserProcesses=yes


There might be sideeffects though, like the 'screen' command not surviving the 
logout.

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

Title:
  geoclue agent process persists after user logout

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

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

[Bug 1871728] Re: geoclue agent process persists after user logout

2021-03-23 Thread Erik Devriendt
On UbuntuMATE 20.04, after logging out, the login session remains in
state 'closing', blocked by the /usr/libexec/geoclue-2.0/demos/agent
process.

The loginctl command shows accumulating sessions. 
loginctl session-status  shows:

c2 - ebp-admin (1000)
   Since: Tue 2021-03-23 03:51:12 PDT; 3min 20s ago
  Leader: 1149
Seat: seat0; vc7
 Display: :0
 Service: lightdm; type x11; class user
 Desktop: mate
   State: closing
Unit: session-c2.scope
  └─1547 /usr/libexec/geoclue-2.0/demos/agent

Mar 23 03:51:12 ubuntu systemd[1]: Started Session c2 of user ebp-admin.
Mar 23 03:51:14 ubuntu mate-session[1175]: WARNING: Unable to find provider '' 
of required component 'dock'
Mar 23 03:51:16 ubuntu gnome-keyring-daemon[1172]: The SSH agent was already 
initialized
Mar 23 03:51:16 ubuntu gnome-keyring-daemon[1172]: The Secret Service was 
already initialized
Mar 23 03:51:16 ubuntu gnome-keyring-daemon[1172]: The PKCS#11 component was 
already initialized
Mar 23 03:51:28 ubuntu pkexec[1888]: pam_unix(polkit-1:session): session opened 
for user root by (uid=1000)
Mar 23 03:51:28 ubuntu pkexec[1888]: ebp-admin: Executing command [USER=root] 
[TTY=unknown] [CWD=/home/ebp-admin] [COMMAND=/usr/lib/updat>
Mar 23 03:52:17 ubuntu lightdm[1149]: pam_unix(lightdm:session): session closed 
for user ebp-admin

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

Title:
  geoclue agent process persists after user logout

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

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

[Bug 1871728] Re: geoclue agent process persists after user logout

2021-03-23 Thread Erik Devriendt
Same behavior on Ubuntu derivatives Linux Mint 20.1 MATE and Cinnamon.

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

Title:
  geoclue agent process persists after user logout

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

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

[Bug 1920070] [NEW] stage 3 script doesn't stop services due to incorrect service directory

2021-03-18 Thread Erik Swanson
Public bug reported:

The stage 3 script at /etc/runit/3 has commands to gracefully stop
services, but they don't work because they assume services are at
/service instead of /etc/service.

The patch 0001-default-directory-for-services-on-Debian-is-etc-
servi.diff changed the service directory from /service to /etc/service
but did not alter the included scripts that assume the service directory
is /service.

This affects all runit package versions that include the above-mentioned
patch (all versions, probably).

The attached trivial patch is based off the state of /etc/runit/3 in
runit 2.1.2-9.2ubuntu1

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

** Patch added: "use-etc-service-in-stage-3-script.patch"
   
https://bugs.launchpad.net/bugs/1920070/+attachment/5478004/+files/use-etc-service-in-stage-3-script.patch

** Summary changed:

- stage 3 script doesn't stop services due to incorrect services directory
+ stage 3 script doesn't stop services due to incorrect service directory

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

Title:
  stage 3 script doesn't stop services due to incorrect service
  directory

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

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

[Bug 323514] Re: fillingcolor does not respect the objects top border line

2021-02-02 Thread Erik Verkuil
I did a test with a current xfig version and the problem was solved.

Thanks Erik

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

Title:
  fillingcolor does not respect the objects top border line

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

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

[Bug 1910900] [NEW] package nvidia-dkms-390 390.141-0ubuntu0.20.10.1 failed to install/upgrade: installed nvidia-dkms-390 package post-installation script subprocess returned error exit status 10

2021-01-10 Thread Erik Maldonado
Public bug reported:

sometimes works great

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: nvidia-dkms-390 390.141-0ubuntu0.20.10.1
ProcVersionSignature: Ubuntu 5.8.0-34.37-generic 5.8.18
Uname: Linux 5.8.0-34-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Jan 10 02:36:18 2021
ErrorMessage: installed nvidia-dkms-390 package post-installation script 
subprocess returned error exit status 10
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10ubuntu0.1
SourcePackage: nvidia-graphics-drivers-390
Title: package nvidia-dkms-390 390.141-0ubuntu0.20.10.1 failed to 
install/upgrade: installed nvidia-dkms-390 package post-installation script 
subprocess returned error exit status 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package groovy

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

Title:
  package nvidia-dkms-390 390.141-0ubuntu0.20.10.1 failed to
  install/upgrade: installed nvidia-dkms-390 package post-installation
  script subprocess returned error exit status 10

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

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

[Bug 1910602] [NEW] crashed on ubuntu 20.10 fresh install

2021-01-07 Thread Erik Peterson
Public bug reported:

attempted to install using something else and creating custom partitions for 
everything. i'm guessing that by choosing not to create EFI partition but one 
for all other cases, even booting and installing through CSM, that that is why 
it caused this error? was thrown warning about not creating EFI partition, but 
that was what I was trying to do, bypass EFI to install only legacy. I Did read 
from others online that this bug apparently exists atm, where one must install 
fresh through focal fossa (20.04 LTS) legacy BIOS and then upgrade through 
there in order to ensure full legacy BIOS, no EFI/UEFI and thus no ESP, but I 
was hoping it could still be done fresh. Thank you =)
-Erik

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

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


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

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

Title:
  crashed on ubuntu 20.10 fresh install

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

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

[Bug 1909886] [NEW] package libcdio-dev 2.0.0-2 failed to install/upgrade: trying to overwrite shared '/usr/include/cdio/cdio_config.h', which is different from other instances of package libcdio-dev

2021-01-02 Thread Erik Peterson
Public bug reported:

amd64 architecture libcdio-dev installed fine, x86 presented above error

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libcdio-dev 2.0.0-2
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
AptOrdering:
 libcdio-dev:i386: Install
 libudf0:i386: Install
 libudf-dev:i386: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jan  2 15:05:18 2021
DpkgTerminalLog:
 Preparing to unpack .../libcdio-dev_2.0.0-2_i386.deb ...
 Unpacking libcdio-dev:i386 (2.0.0-2) ...
 dpkg: error processing archive 
/var/cache/apt/archives/libcdio-dev_2.0.0-2_i386.deb (--unpack):
  trying to overwrite shared '/usr/include/cdio/cdio_config.h', which is 
different from other instances of package libcdio-dev:i386
ErrorMessage: trying to overwrite shared '/usr/include/cdio/cdio_config.h', 
which is different from other instances of package libcdio-dev:i386
InstallationDate: Installed on 2020-12-29 (4 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.2
SourcePackage: libcdio
Title: package libcdio-dev 2.0.0-2 failed to install/upgrade: trying to 
overwrite shared '/usr/include/cdio/cdio_config.h', which is different from 
other instances of package libcdio-dev:i386
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package libcdio-dev 2.0.0-2 failed to install/upgrade: trying to
  overwrite shared '/usr/include/cdio/cdio_config.h', which is different
  from other instances of package libcdio-dev:i386

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

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

[Bug 1889665] Re: Apache2 is not running after charm config changed

2020-12-19 Thread Erik Ilavsky
placement #15 , focal

** Also affects: ubuntu
   Importance: Undecided
   Status: New

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

Title:
  Apache2 is not running after charm config changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-octavia/+bug/1889665/+subscriptions

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

[Bug 1418279] Re: Automount NFSv4 doesn't work

2020-12-03 Thread Erik Lönroth
I get the same issue. I've created systemd unit files for both mount and
automount:


$ cat /etc/systemd/system/share-apps.automount 
[Unit]
Description=Automount Scratch

[Automount]
Where=/share/apps/

[Install]
WantedBy=multi-user.target


$ cat /etc/systemd/system/share-apps.mount 
[Unit]
Description=Scratch

[Mount]
What=192.168.2.241:/mnt/nfs_share
Where=/share/apps
Type=nfs

[Install]
WantedBy=multi-user.target


Mounting works fine (HELLO is a file on the remote NFS server):

$ systemctl start share-apps.mount 
$ ls /share/apps/
HELLO

However, automount fails:

$ systemctl stop share-apps.mount 
$ ls /share/apps/
$ systemctl start share-apps.automount 
Operation on or unit type of share-apps.automount not supported on this system.

$ systemd-detect-virt 
lxc


The nfs client container is privilegued.

The nfs client container has these apparmor settings and is restarted
with those settings:

lxc config get iceberg:juju-ee5ee4-0 raw.apparmor
mount fstype=rpc_pipefs, mount fstype=nfsd, mount fstype=nfs, mount 
fstype=nfsv4, mount fstype=autofs,

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

Title:
  Automount NFSv4 doesn't work

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

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

[Bug 1905157] [NEW] package zfsutils-linux 0.8.3-1ubuntu12.4 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status 1

2020-11-21 Thread Erik Elfgren
Public bug reported:

When I try to update zfsutils-linux, the upgrade process tries to mount all zfs 
file systems but since my root / is on zfs it fails with:
nov 22 08:21:28 Home systemd[1]: Starting Mount ZFS filesystems...
nov 22 08:21:28 Home zfs[286979]: cannot mount '/': directory is not empty
nov 22 08:21:28 Home systemd[1]: zfs-mount.service: Main process exited, 
code=exited, status=1/FAILURE
nov 22 08:21:28 Home systemd[1]: zfs-mount.service: Failed with result 
'exit-code'.
nov 22 08:21:28 Home systemd[1]: Failed to start Mount ZFS filesystems.

As a consequence, the upgrade process fails.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: zfsutils-linux 0.8.3-1ubuntu12.4
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu27.12
AptOrdering:
 linux-headers-5.4.0-52-generic:amd64: Remove
 linux-headers-5.4.0-52:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Nov 22 06:41:54 2020
ErrorMessage: installed zfsutils-linux package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-07-08 (136 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: zfs-linux
Title: package zfsutils-linux 0.8.3-1ubuntu12.4 failed to install/upgrade: 
installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.default.zfs: 2020-08-05T10:29:12.101838

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


** Tags: amd64 apport-package focal

** Description changed:

- When I try to update zfsutils-linux, the upgrade process tries to mount all 
zfs file systems but since my root is on / it fails with:
+ When I try to update zfsutils-linux, the upgrade process tries to mount all 
zfs file systems but since my root / is on zfs it fails with:
  nov 22 08:21:28 Home systemd[1]: Starting Mount ZFS filesystems...
  nov 22 08:21:28 Home zfs[286979]: cannot mount '/': directory is not empty
  nov 22 08:21:28 Home systemd[1]: zfs-mount.service: Main process exited, 
code=exited, status=1/FAILURE
  nov 22 08:21:28 Home systemd[1]: zfs-mount.service: Failed with result 
'exit-code'.
  nov 22 08:21:28 Home systemd[1]: Failed to start Mount ZFS filesystems.
  
  As a consequence, the upgrade process fails.
  
  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: zfsutils-linux 0.8.3-1ubuntu12.4
  ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
  Uname: Linux 5.4.0-40-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu27.12
  AptOrdering:
-  linux-headers-5.4.0-52-generic:amd64: Remove
-  linux-headers-5.4.0-52:amd64: Remove
-  NULL: ConfigurePending
+  linux-headers-5.4.0-52-generic:amd64: Remove
+  linux-headers-5.4.0-52:amd64: Remove
+  NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Sun Nov 22 06:41:54 2020
  ErrorMessage: installed zfsutils-linux package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2020-07-08 (136 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
  RelatedPackageVersions:
-  dpkg 1.19.7ubuntu3
-  apt  2.0.2ubuntu0.1
+  dpkg 1.19.7ubuntu3
+  apt  2.0.2ubuntu0.1
  SourcePackage: zfs-linux
  Title: package zfsutils-linux 0.8.3-1ubuntu12.4 failed to install/upgrade: 
installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.default.zfs: 2020-08-05T10:29:12.101838

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

Title:
  package zfsutils-linux 0.8.3-1ubuntu12.4 failed to install/upgrade:
  installed zfsutils-linux package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1805670] Re: 18.04 LTS - ACPI parsing errors in ZBook G5 Mobile Workstation: issues ex. suspend, touchpad

2020-11-16 Thread Erik Parmann
This happens for me as well with 20.04 and HP ZBook G5. But after
turning of almost everything in the BIOS and discovering that it
actually booted (without acpi=off), I eventually discovered that it
works if I disable... the microphone(!). There are some errors, but it
boots and is stable afterwards.

Erik

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

Title:
  18.04 LTS - ACPI parsing errors in ZBook G5 Mobile Workstation: issues
  ex. suspend, touchpad

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

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

[Bug 1726548] Re: Windows resized after resume

2020-10-03 Thread Erik Steiner
I can confirm, that this bug still exists on Ubuntu 20.04. I recently
switched to Manjaro (currently 20.1.1) with the same behavior.

Set the monitor to power save after 5 minutes.
Desktop resolution is 3840x2160 with 200 % scaling.

If I come back after some time. I move the mouse and the logon screen
appears. I enter my password and I see File Manager (Files, Simple file
manager for GNOME) and Firefox are resized. For instance the File
Manager just shows the left half of the window, the other half is out of
the screen. You can not see the Minimize/Maximize/Close buttons. Firefox
looks strange as it is resized by some more factors. Want to contribute
as it is pretty reproducible.

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

Title:
  Windows resized after resume

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

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

[Bug 819748] Re: evolution html signature is not working

2020-10-03 Thread Erik Steiner
HTML-Signatures are inserted as plain text in Evolution Mail 3.36.5.

1. Go to Evolution Preferences -> Composer Preferences -> Signatures
2. Create a new signature and use HTML language like:
Greetings


Jack

It could be intended that the text is plain text there, however it is exactly 
inserted in a new mail.

The same applies to adding a HTML signature as a script.

** Changed in: evolution (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  evolution html signature is not working

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

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

[Bug 1888202] Re: package zfsutils-linux 0.8.3-1ubuntu12.1 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status 1

2020-09-15 Thread Erik Elfgren
This bug appears every time I upgrade. I'm using zfs exclusively.

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

Title:
  package zfsutils-linux 0.8.3-1ubuntu12.1 failed to install/upgrade:
  installed zfsutils-linux package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-08-20 Thread Erik Kooistra
I have tested both a 14-IIL and a 15-ILL, it seems indeed that updating
the bios / AMT does not work, for now it does not seem any corrolation
to what touchpad is in what model, so i would just commend the STA bit
out for both the SYNA2B60, and the ELAN, check if hid_i2c works, if this
is broken try backlisting it and use the elan_i2c driver.

It seems that for a proper fix we just need to wait for lenovo to ship a
non broken bios or some quirk specifily for this model to try to detect
both drivers.

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

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

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

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

[Bug 1887704] [NEW] [Aspire ES1-511, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at all

2020-07-15 Thread Erik Marichal Arbona
Public bug reported:

I can't hear with headphones, but the speaker does work

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.3.0-62.56~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-62-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  maydelin   8728 F pulseaudio
 /dev/snd/pcmC0D0c:   maydelin   8728 F...m pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Wed Jul 15 16:46:59 2020
InstallationDate: Installed on 2020-07-12 (2 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
Symptom_Card: Audio Interno - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  maydelin   8728 F pulseaudio
 /dev/snd/pcmC0D0c:   maydelin   8728 F...m pulseaudio
Symptom_Jack: Digital Out, HDMI
Symptom_PulsePlaybackTest: PulseAudio playback test successful
Symptom_Type: No sound at all
Title: [Aspire ES1-511, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound at 
all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/24/2014
dmi.bios.vendor: Acer
dmi.bios.version: V1.05
dmi.board.name: Aspire ES1-511
dmi.board.vendor: Acer
dmi.board.version: V1.05
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAcer:bvrV1.05:bd06/24/2014:svnAcer:pnAspireES1-511:pvrV1.05:rvnAcer:rnAspireES1-511:rvrV1.05:cvnAcer:ct10:cvrChassisVersion:
dmi.product.family: Bay Trail-M System
dmi.product.name: Aspire ES1-511
dmi.product.sku: Aspire ES1-511_089D_V1.05
dmi.product.version: V1.05
dmi.sys.vendor: Acer
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2020-07-15T16:42:10.527718

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


** Tags: amd64 apport-bug bionic

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

Title:
  [Aspire ES1-511, Intel Valleyview2 HDMI, Digital Out, HDMI] No sound
  at all

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

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

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

2020-07-11 Thread Erik Naliota
Public bug reported:

system was not able to boot with graphical ui

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-340 (not installed)
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jul  4 14:57:00 2020
DuplicateSignature:
 package:nvidia-340:(not installed)
 Unpacking nvidia-340 (340.108-0ubuntu2) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-tlwrCd/4-nvidia-340_340.108-0ubuntu2_amd64.deb (--unpack):
  trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in 
package nvidia-kernel-common-435 435.21-0ubuntu7
ErrorMessage: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is 
also in package nvidia-kernel-common-435 435.21-0ubuntu7
InstallationDate: Installed on 2020-05-31 (41 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: nvidia-graphics-drivers-340
Title: package nvidia-340 (not installed) failed to install/upgrade: trying to 
overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package 
nvidia-kernel-common-435 435.21-0ubuntu7
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

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

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

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

[Bug 1886585] [NEW] Restarting display / screen

2020-07-06 Thread Erik Nørgaard
Public bug reported:

The computer stops and restarts the screen and after about 2 secs the display 
works normally in maybe 30 secs . The proces repeats for several minutes (maybe 
24 mins) and then suddenly everything works normally.
If I go into some serous work like this report I am able to do that without 
disturbance.
If I go back to no working apps the operation continues with on/off working.

My system is the latest 20.04 software upgrade from the Beta-version.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-release-upgrader-core 1:20.04.20
ProcVersionSignature: Ubuntu 5.4.0-41.45-generic 5.4.44
Uname: Linux 5.4.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Mon Jul  6 22:52:53 2020
InstallationDate: Installed on 2019-10-20 (260 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)
VarLogDistupgradeAptclonesystemstate.tar.gz:
 Error: command ['pkexec', 'cat', 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'] failed with exit code 
127: Error executing command as another user: Not authorized
 
 This incident has been reported.
VarLogDistupgradeAptlog:
 Log time: 2020-06-25 21:27:41.194955
 Starting pkgProblemResolver with broken count: 0
 Starting 2 pkgProblemResolver with broken count: 0
 Done
 None

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


** Tags: amd64 apport-bug dist-upgrade focal package-from-proposed

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

Title:
  Restarting display / screen

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

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

[Bug 1885313] Re: evince crashes when opening rfc8798.pdf

2020-07-02 Thread Erik Auerswald
The tested snaps indeed use the same libpoppler version as found in
18.04.

I have created a 20.04 boot medium and tested evince using the "try
Ubuntu without installation". This did indeed work, so I stand corrected
that the bug is fixed in current Ubuntu releases.

The evince version in 20.04 is 3.36.0 (older than the latest/candidate
snap), libpoppler and poppler-utils are version 0.86.1 (newer than in
the snaps, or in Debian). So this does look like a poppler rather than
evince problem.

Thanks.

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

Title:
  evince crashes when opening rfc8798.pdf

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

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

[Bug 932133] Re: upowerd crash when plugging in iPhone

2020-07-02 Thread Erik Auerswald
Since this has not occurred on 18.04 for me, this bug seems to actually
be fixed, with the fix released in 18.04 LTS (ignoring development
versions of Ubuntu).

** Changed in: upower (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  upowerd crash when plugging in iPhone

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

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

[Bug 1590677] Re: xterm unity launcher icon does not allow opening additional windows

2020-07-02 Thread Erik Auerswald
I think this bug should be set to the status "fix released", since 18.04
LTS includes a fix.

** Changed in: xterm (Ubuntu)
   Status: New => Fix Released

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

Title:
  xterm unity launcher icon does not allow opening additional windows

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

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

  1   2   3   4   5   6   7   8   9   10   >