[Touch-packages] [Bug 1966203] Re: Syslog shows "systemd-udevd[2837]: nvme0n1: Process ... failed with exit code 1." in Ubuntu 22.04

2023-09-04 Thread Bernhard Riegler
good catch

I renamed the file '66-snapd-autoimport.rules' to 
'OFF.66-snapd-autoimport.rules.OFF'
and rebooted.

root@prod:/lib/udev/rules.d# journalctl -b |grep 'exit code 1'
root@prod:/lib/udev/rules.d# echo $?
1

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1966203

Title:
  Syslog shows "systemd-udevd[2837]: nvme0n1: Process ... failed with
  exit code 1." in Ubuntu 22.04

Status in snapd:
  Confirmed
Status in snapd package in Ubuntu:
  New
Status in systemd package in Ubuntu:
  Invalid

Bug description:
  Configuration:
   OS:jammy-live-server20220320-amd64.iso
   CPU:AMD EPYC 7702 64-Core Processor
   UEFI Version:D8E119A
   BMC Version:D8BT19I
   SSD:Intel 1.60TB NVMe SSD
   Boot mode:legacy
  Reproduce Steps:
   1.Boot into BIOS and set boot mode to legacy
   2.install ubuntu 22.04 on NVMe SSD
   3.Check syslog log
  Current behaviors:
  syslog shows systemd-udevd errors in Ubuntu 22.04
  Feb  9 10:16:19 len systemd-udevd[2837]: nvme0n1: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2877]: nvme0n1p3: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1p3' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2876]: nvme0n1p2: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1p2' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2837]: nvme0n1p1: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1p1' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2828]: sr0: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sr0' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2850]: dm-0: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/dm-0' failed with exit code 1.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1990755] Re: HYPHEN character escaped in filenames with BACKSLASH

2023-07-06 Thread Bernhard Riegler
Hi Nick,

I disagree with this filesystem name space pollution.

UNIX has a SPACE as parameter separator.
UNIX has a SLASH as filesystem directory separator
DOS  has a BACKSLASH as filesystem directory separator

nowadays are directory_names and file_names with SPACES, causing problems
with CLI shell-scripts and BACKUP programs.

adding escaping into filesystem name space is causing more problems.

I have already shell scripts replacing SPACE with UNDERSCORE
and reporting BACKSPACE in filesystem namespace to keep my filesystems pure and 
clean.
I also monitor UNICODE symbols in filesystem name space.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1990755

Title:
  HYPHEN character escaped in filenames with BACKSLASH

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  current Ubuntu 22.04 LTS shows

  oot@prod:~# find / -xdev -name '*\\x*'
  /usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice
  /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount
  /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-115.mount
  
/etc/systemd/system/multi-user.target.wants/snap-gtk\x2dcommon\x2dthemes-1535.mount
  
/etc/systemd/system/multi-user.target.wants/snap-gnome\x2d3\x2d38\x2d2004-115.mount
  
/etc/systemd/system/multi-user.target.wants/snap-snapd\x2ddesktop\x2dintegration-14.mount
  /etc/systemd/system/multi-user.target.wants/snap-snap\x2dstore-592.mount
  
/etc/systemd/system/multi-user.target.wants/var-snap-firefox-common-host\x2dhunspell.mount
  /etc/systemd/system/multi-user.target.wants/snap-snap\x2dstore-599.mount
  /etc/systemd/system/snap-snapd\x2ddesktop\x2dintegration-14.mount
  /etc/systemd/system/snap-snap\x2dstore-592.mount
  /etc/systemd/system/var-snap-firefox-common-host\x2dhunspell.mount
  /etc/systemd/system/snap-snap\x2dstore-599.mount
  
/etc/systemd/system/default.target.wants/snap-gnome\x2d3\x2d38\x2d2004-115.mount
  /etc/systemd/system/default.target.wants/snap-snap\x2dstore-592.mount
  
/etc/systemd/system/default.target.wants/var-snap-firefox-common-host\x2dhunspell.mount
  /etc/systemd/system/default.target.wants/snap-snap\x2dstore-599.mount

  HYPHEN is normal ASCII character or escaped by "\x2d"
  HYPHEN needs no escape , but the BACKSLASH is making troubles.
  no BACKSLASH allowed in filenames and directory names.
  seems to be a bad habit of "systemd" and "snap"

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1966203] Re: Syslog shows "systemd-udevd[2837]: nvme0n1: Process ... failed with exit code 1." in Ubuntu 22.04

2023-05-30 Thread Bernhard Riegler
Hi there, I see this with "lunar" Xubuntu 23.04

bernie@prod:~/Desktop$ journalctl -b |grep 'exit code 1'
Mai 30 17:16:45 prod systemd-udevd[246]: sda: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda' failed with exit code 1.
Mai 30 17:16:45 prod systemd-udevd[234]: sr0: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sr0' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[230]: sda2: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda2' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[243]: sda11: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda11' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[232]: sda9: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda9' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[237]: sda7: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda7' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[227]: sda4: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda4' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[245]: sda10: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda10' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[236]: sda6: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda6' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[231]: sda3: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda3' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[246]: sda1: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda1' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[234]: sda5: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda5' failed with exit code 1.
Mai 30 17:16:46 prod systemd-udevd[235]: sda8: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sda8' failed with exit code 1.
bernie@prod:~/Desktop$ cd /etc
bernie@prod:/etc$ ls *rel*
lsb-release  os-release
bernie@prod:/etc$ cat lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=23.04
DISTRIB_CODENAME=lunar
DISTRIB_DESCRIPTION="Ubuntu 23.04"
bernie@prod:/etc$ cat os-release 
PRETTY_NAME="Ubuntu 23.04"
NAME="Ubuntu"
VERSION_ID="23.04"
VERSION="23.04 (Lunar Lobster)"
VERSION_CODENAME=lunar
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
UBUNTU_CODENAME=lunar
LOGO=ubuntu-logo
bernie@prod:/etc$ uname -a
Linux prod 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr  6 07:48:48 
UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1966203

Title:
  Syslog shows "systemd-udevd[2837]: nvme0n1: Process ... failed with
  exit code 1." in Ubuntu 22.04

Status in snapd:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid

Bug description:
  Configuration:
   OS:jammy-live-server20220320-amd64.iso
   CPU:AMD EPYC 7702 64-Core Processor
   UEFI Version:D8E119A
   BMC Version:D8BT19I
   SSD:Intel 1.60TB NVMe SSD
   Boot mode:legacy
  Reproduce Steps:
   1.Boot into BIOS and set boot mode to legacy
   2.install ubuntu 22.04 on NVMe SSD
   3.Check syslog log
  Current behaviors:
  syslog shows systemd-udevd errors in Ubuntu 22.04
  Feb  9 10:16:19 len systemd-udevd[2837]: nvme0n1: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2877]: nvme0n1p3: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1p3' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2876]: nvme0n1p2: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1p2' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2837]: nvme0n1p1: Process '/usr/bin/unshare 
-m /usr/bin/snap auto-import --mount=/dev/nvme0n1p1' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2828]: sr0: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/sr0' failed with exit code 1.
  Feb  9 10:16:19 len systemd-udevd[2850]: dm-0: Process '/usr/bin/unshare -m 
/usr/bin/snap auto-import --mount=/dev/dm-0' failed with exit code 1.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2003408] Re: systemd-timesyncd asks only for DNS AAAA records

2023-01-24 Thread Bernhard Riegler
after powering down and up all devices DNS is working again with IPv4 resolution
see appended screenshot with a wireshark trace.

** Attachment added: "wireshark trace with correct DNS resolution of IPv4"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2003408/+attachment/5643141/+files/Screenshot%20from%202023-01-24%2013-57-53.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2003408

Title:
  systemd-timesyncd asks only for DNS  records

Status in systemd package in Ubuntu:
  New

Bug description:
  I want to user a time server with IPv4, but systemd-timesyncd only asks for 
DNS  records.
  see the appended screenshot with a wireshark trace.
  the /etc/gai.conf file is ignored.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 2003408] [NEW] systemd-timesyncd asks only for DNS AAAA records

2023-01-20 Thread Bernhard Riegler
Public bug reported:

I want to user a time server with IPv4, but systemd-timesyncd only asks for DNS 
 records.
see the appended screenshot with a wireshark trace.
the /etc/gai.conf file is ignored.

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

** Attachment added: "wireshark trace for DNS activity"
   
https://bugs.launchpad.net/bugs/2003408/+attachment/5642634/+files/Screenshot%20from%202023-01-20%2008-54-14.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2003408

Title:
  systemd-timesyncd asks only for DNS  records

Status in systemd package in Ubuntu:
  New

Bug description:
  I want to user a time server with IPv4, but systemd-timesyncd only asks for 
DNS  records.
  see the appended screenshot with a wireshark trace.
  the /etc/gai.conf file is ignored.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1990755] Re: HYPHEN character escaped in filenames with BACKSLASH

2022-09-25 Thread Bernhard Riegler
added Package systemd

** Package changed: ubuntu => systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1990755

Title:
  HYPHEN character escaped in filenames with BACKSLASH

Status in systemd package in Ubuntu:
  New

Bug description:
  current Ubuntu 22.04 LTS shows

  oot@prod:~# find / -xdev -name '*\\x*'
  /usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice
  /etc/systemd/system/snap-gtk\x2dcommon\x2dthemes-1535.mount
  /etc/systemd/system/snap-gnome\x2d3\x2d38\x2d2004-115.mount
  
/etc/systemd/system/multi-user.target.wants/snap-gtk\x2dcommon\x2dthemes-1535.mount
  
/etc/systemd/system/multi-user.target.wants/snap-gnome\x2d3\x2d38\x2d2004-115.mount
  
/etc/systemd/system/multi-user.target.wants/snap-snapd\x2ddesktop\x2dintegration-14.mount
  /etc/systemd/system/multi-user.target.wants/snap-snap\x2dstore-592.mount
  
/etc/systemd/system/multi-user.target.wants/var-snap-firefox-common-host\x2dhunspell.mount
  /etc/systemd/system/multi-user.target.wants/snap-snap\x2dstore-599.mount
  /etc/systemd/system/snap-snapd\x2ddesktop\x2dintegration-14.mount
  /etc/systemd/system/snap-snap\x2dstore-592.mount
  /etc/systemd/system/var-snap-firefox-common-host\x2dhunspell.mount
  /etc/systemd/system/snap-snap\x2dstore-599.mount
  
/etc/systemd/system/default.target.wants/snap-gnome\x2d3\x2d38\x2d2004-115.mount
  /etc/systemd/system/default.target.wants/snap-snap\x2dstore-592.mount
  
/etc/systemd/system/default.target.wants/var-snap-firefox-common-host\x2dhunspell.mount
  /etc/systemd/system/default.target.wants/snap-snap\x2dstore-599.mount

  HYPHEN is normal ASCII character or escaped by "\x2d"
  HYPHEN needs no escape , but the BACKSLASH is making troubles.
  no BACKSLASH allowed in filenames and directory names.
  seems to be a bad habit of "systemd" and "snap"

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp