[Bug 1871307] Re: Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

2020-04-09 Thread Cyril Buquet via ubuntu-bugs
Thanks you for your work

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

Title:
  Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

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

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

[Bug 1871307] [NEW] Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

2020-04-07 Thread Cyril Buquet via ubuntu-bugs
Public bug reported:

On ubuntu server with ipv6 disabled, snmpd log alerts continuously 
"ipaddress_linux: could not open /proc/net/if_inet6: No such file or directory"

Package (not accepted by bug report) : snmpd

How to test :
1) Add ipv6.disable=1 to GRUB_CMDLINE_LINUX_DEFAULT into /etc/default/grub
2) update-grub
3) remove or comment "agentaddress  127.0.0.1,[::1]" into /etc/snmp/snmpd.conf
4) systemctl enable snmpd
5) reboot
6) systemctl status snmpd
7) grep if_inet6 /var/log/syslog

Other information about this problem :
https://bugzilla.redhat.com/show_bug.cgi?id=1719351
https://sourceforge.net/p/net-snmp/bugs/2903/

** 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/1871307

Title:
  Focal Fossa : snmpd log alerts continuously if ipv6 is disabled

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

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

[Bug 1870135] [NEW] Focal Fossa : Systemd show warning when username or groupname contain a dot

2020-04-01 Thread Cyril Buquet via ubuntu-bugs
Public bug reported:

I am currently working on ubuntu 20.04 server
when username contain a dot, systemd show warning.

how to test :

useradd u.user
su - u.user

Output : 
Creating directory '/home/u.user'.
Bad user or group name "u.user", accepting for compatibility.

In my real life, i have this problem with Active Directory groups that
contains a dot.

More information about this from my search : 
https://github.com/systemd/systemd/pull/13244
https://bugzilla.redhat.com/show_bug.cgi?id=1717603

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

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

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

Title:
  Focal Fossa : Systemd show warning when username or groupname contain
  a dot

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

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

[Bug 1867036] Re: Focal Fossa : chronyd unable to sync system clock

2020-03-27 Thread Cyril Buquet via ubuntu-bugs
Confirmed on amd64 (vmware vm without docker, lxd, ...)

# systemctl restart chrony
# systemctl status chrony
● chrony.service - chrony, an NTP client/server
 Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Fri 2020-03-27 11:17:47 CET; 1s ago
   Docs: man:chronyd(8)
 man:chronyc(1)
 man:chrony.conf(5)
Process: 15193 ExecStart=/usr/lib/systemd/scripts/chronyd-starter.sh 
$DAEMON_OPTS (code=exited, status=0/SUCCESS)
Process: 15213 ExecStartPost=/usr/lib/chrony/chrony-helper update-daemon 
(code=exited, status=0/SUCCESS)
   Main PID: 15209 (chronyd)
  Tasks: 2 (limit: 2249)
 Memory: 1.7M
 CGroup: /system.slice/chrony.service
 ├─15209 /usr/sbin/chronyd -F -1 -4 -x
 └─15210 /usr/sbin/chronyd -F -1 -4 -x

Mar 27 11:17:47 ld3ubu001t systemd[1]: Starting chrony, an NTP client/server...
Mar 27 11:17:47 ld3ubu001t chronyd-starter.sh[15193]: Warning: Missing 
cap_sys_time, syncing the system clock will fail
Mar 27 11:17:47 ld3ubu001t chronyd-starter.sh[15193]: Adding -x as fallback 
disabling control of the system clock, see /usr/shar>
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: chronyd version 3.5 starting 
(+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND >
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: Disabled control of system clock
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: Frequency 0.707 +/- 6.210 ppm read 
from /var/lib/chrony/chrony.drift
Mar 27 11:17:47 ld3ubu001t chronyd[15209]: Loaded seccomp filter
Mar 27 11:17:47 ld3ubu001t systemd[1]: Started chrony, an NTP client/server.


# dpkg -l chrony
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---===
ii  chrony 3.5-6ubuntu1 amd64Versatile implementation of the 
Network Time Protocol


# pscap -a |grep chrony
1 15209 _chrony chronyd   net_bind_service +
15209 15210 _chrony chronyd   net_bind_service +


# cat /etc/apparmor.d/usr.sbin.chronyd | grep capa
  capability sys_time,
  capability net_bind_service,
  capability setuid,
  capability setgid,
  capability sys_nice,
  capability sys_resource,
  capability chown,
  capability net_admin,

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

Title:
  Focal Fossa : chronyd unable to sync system clock

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

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