[Bug 1924695] [NEW] natevents support for 20.04

2021-04-16 Thread Kseniya Blashchuk
Public bug reported:

Hello!
ipt-netflow seems to be built with natevents support however natevents do not 
work:

[10479.328138] ipt_NETFLOW: unknown parameter 'natevents' ignored

sysctl net.netflow.natevents=1
sysctl: cannot stat /proc/sys/net/netflow/natevents: No such file or directory

Ubuntu 20.04 kernel 5.4.0-71-generic
Seems it's connected with this https://github.com/aabc/ipt-netflow/issues/129

** Affects: iptables-netflow (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/1924695

Title:
  natevents support for 20.04

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

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

[Bug 1838370] Re: slapd segfault on filter parse error

2019-08-05 Thread Kseniya Blashchuk
Is there any information when it's gonna be fixed in Ubuntu?

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

Title:
  slapd segfault on filter parse error

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

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

[Bug 1838380] Re: slapd does not automatically restart on failure

2019-07-31 Thread Kseniya Blashchuk
Obviously, it's possible to configure it, however I guess it's better to
include it to a package rather than everybody would need to do it
manually. In my opinion that would help to avoid service interruptions.

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

Title:
  slapd does not automatically restart on failure

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

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

[Bug 1838380] [NEW] slapd does not automatically restart on failure

2019-07-30 Thread Kseniya Blashchuk
Public bug reported:

Slapd does not restart after a failure. Slapd package does not include
systemd unit file at all, only init.d script. Makes sense to make a
unitfile with a Restart=on-failure option.

$ lsb_release -rd
Description: Ubuntu 16.04.5 LTS
Release: 16.04

$ apt-cache policy slapd
slapd:
  Installed: 2.4.42+dfsg-2ubuntu3.3
  Candidate: 2.4.42+dfsg-2ubuntu3.5
  Version table:
 2.4.42+dfsg-2ubuntu3.5 500
500 http://nl.archive.ubuntu.com/ubuntu xenial-updates/main amd64
Packages
 *** 2.4.42+dfsg-2ubuntu3.3 100
100 /var/lib/dpkg/status
 2.4.42+dfsg-2ubuntu3.2 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64
Packages
 2.4.42+dfsg-2ubuntu3 500
500 http://nl.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

  affects ubuntu/openldap

** Affects: openldap (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/1838380

Title:
  slapd does not automatically restart on failure

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

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

[Bug 1838370] [NEW] slapd segfault on filter parse error

2019-07-30 Thread Kseniya Blashchuk
Public bug reported:

Hello!
We have faced slapd crash, seems an attacker was trying to brute force one
of our services and uid parsing failures caused slapd crash:

Jul 26 18:59:47 slapd[1252]: conn=1466 op=13 SRCH
base="ou=test,dc=test,dc=com" scope=2 deref=0
filter="(&(uid=aistar123<>!n)(objectClass=posixAccount)(uid=*)(&(uidNumber=*)(!(uidNumber=0"
Jul 26 18:59:47 slapd[1252]: conn=1466 op=13 SRCH attr=objectClass uid
userPassword uidNumber gidNumber gecos homeDirectory loginShell
krbPrincipalName cn memberOf modifyTimestamp modifyTimestamp
shadowLastChange shadowMin shadow
Max shadowWarning shadowInactive shadowExpire shadowFlag krbLastPwdChange
krbPasswordExpiration pwdAttribute authorizedService accountExpires
userAccountControl nsAccountLock host loginDisabled loginExpirationTime
loginAllowedTimeMap sshPublic
Key
Jul 26 18:59:47 slapd[1252]: conn=1466 op=13 SEARCH RESULT tag=101 err=0
nentries=0 text=massaged filter parse error
Jul 26 18:59:47 kernel: [ 9441.554161] slapd[2367]: segfault at 18 ip
7fc8d18ec512 sp 7fc8889e2810 error 4 in libc-2.23.so
[7fc8d1868000+1c]

Another faulty filter example:
filter="(&(uid=sql<>?)(objectClass=posixAccount)(&(uidNumber=*)(!(uidNumber=0"
filter="(&(uid=fugeone<>?123)(objectClass=posixAccount)(uid=*)(&(uidNumber=*)(!(uidNumber=0"

$ lsb_release -rd
Description: Ubuntu 16.04.5 LTS
Release: 16.04

$ slapd -VVV
@(#) $OpenLDAP: slapd  (Ubuntu) (May 22 2018 13:54:12) $
buildd@lcy01-amd64-019
:/build/openldap-t_Ta0O/openldap-2.4.42+dfsg/debian/build/servers/slapd

Included static backends:
config
ldif

$ apt-cache policy slapd
slapd:
  Installed: 2.4.42+dfsg-2ubuntu3.3
  Candidate: 2.4.42+dfsg-2ubuntu3.5
  Version table:
 2.4.42+dfsg-2ubuntu3.5 500
500 http://nl.archive.ubuntu.com/ubuntu xenial-updates/main amd64
Packages
 *** 2.4.42+dfsg-2ubuntu3.3 100
100 /var/lib/dpkg/status
 2.4.42+dfsg-2ubuntu3.2 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64
Packages
 2.4.42+dfsg-2ubuntu3 500
500 http://nl.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

 affects ubuntu/openldap

** Affects: openldap (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/1838370

Title:
  slapd segfault on filter parse error

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

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

[Bug 1807878] Re: Xenserver Ubuntu 16 VMs freezing on migration

2018-12-11 Thread Kseniya Blashchuk
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  Xenserver Ubuntu 16 VMs freezing on migration

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

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

[Bug 1807878] Re: Xenserver Ubuntu 16 VMs freezing on migration

2018-12-11 Thread Kseniya Blashchuk
** Attachment added: "xen_failed_migration"
   
https://bugs.launchpad.net/bugs/1807878/+attachment/5221228/+files/xen_failed_migration

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

Title:
  Xenserver Ubuntu 16 VMs freezing on migration

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

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

[Bug 1807878] [NEW] Xenserver Ubuntu 16 VMs freezing on migration

2018-12-11 Thread Kseniya Blashchuk
Public bug reported:

Hello!
We are experiencing virtual machines freezes during migration with
Xenserver 7.1 CU1 and Ubuntu 16.04. We are not sure which kernel versions
are affected but the last occurrence was with 4.4.0-139. We could catch
some logs on VM failure with netconsole (attached). It has "logstash time:
message" format, sorted by logstash time.
We do not think that such freezes have ever happened with Ubuntu 14. Could
you please help on the issue?

 affects ubuntu
-- 

BR, Kseniya

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

Title:
  Xenserver Ubuntu 16 VMs freezing on migration

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

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

[Bug 1780761] Re: kernel 4.4.0-130-generic - packet loss with ip forward

2018-07-18 Thread Kseniya Blashchuk
Thank you. Tested on 4.4.0-131-generic from xenial-proposed. I can
confirm that it resolves the bug.

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

Title:
  kernel 4.4.0-130-generic - packet loss with ip forward

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

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

[Bug 1780761] Re: kernel 4.4.0-130-generic - packet loss with ip forward

2018-07-16 Thread Kseniya Blashchuk
Installed and tested kernel 4.15.0-24: also affected

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

Title:
  kernel 4.4.0-130-generic - packet loss with ip forward

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

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

[Bug 1780761] Re: kernel 4.4.0-130-generic - packet loss with ip forward

2018-07-13 Thread Kseniya Blashchuk
We have performed kernel bisect, git bisect log is attached.
The results show:

2e118dcfc70978d2c8b7d55ce6d2decc6588ee62 is the first bad commit
commit 2e118dcfc70978d2c8b7d55ce6d2decc6588ee62
Author: Ross Lagerwall 
Date: Thu Jan 11 09:36:38 2018 +

xen-netfront: Fix race between device setup and open

** Attachment added: "bisect_log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1780761/+attachment/5163184/+files/bisect_log

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

Title:
  kernel 4.4.0-130-generic - packet loss with ip forward

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

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

[Bug 1780761] [NEW] kernel 4.4.0-130-generic - packet loss with ip forward

2018-07-09 Thread Kseniya Blashchuk
Public bug reported:

Reproduced with 16.04.4 LTS and Citrix Xenserver 7.0, 7.1, 7.4.
Some packet loss is observed after upgrading to 4.4.0-130-generic when the 
traffic is routed via VM. 

Steps to reproduce:
1) Using Citrix Xenserver, set up Ubuntu server VM, upgrade to 4.4.0-130-generic
2) Enable IP forwarding
3) Send any traffic via this VM (for ex. icmp ping)
4) Packets leaving the VM may not reach the second VM on the same physical host 
or not leave the physical host machine
5) Packets coming to a physical host machine interface may not reach the 
virtual machine

Rollback to 4.4.0-128-generic helps.

A file with tcpdump results and a brief explanation is attached.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-130-generic 4.4.0-130.156
ProcVersionSignature: Ubuntu 4.4.0-130.156-generic 4.4.134
Uname: Linux 4.4.0-130-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Jul  9 11:24 seq
 crw-rw 1 root audio 116, 33 Jul  9 11:24 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Mon Jul  9 13:18:47 2018
InstallationDate: Installed on 2018-06-04 (34 days ago)
InstallationMedia: Ubuntu-Server 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.8)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd 
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Xen HVM domU
PciMultimedia:
 
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-130-generic 
root=UUID=46979d34-98b0-470f-9f1f-29147de9f253 ro ipv6.disable=1 net.ifnames=0 
biosdevname=0
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-130-generic N/A
 linux-backports-modules-4.4.0-130-generic  N/A
 linux-firmware 1.157.19
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/14/2018
dmi.bios.vendor: Xen
dmi.bios.version: 4.7.5-4.4
dmi.chassis.type: 1
dmi.chassis.vendor: Xen
dmi.modalias: 
dmi:bvnXen:bvr4.7.5-4.4:bd06/14/2018:svnXen:pnHVMdomU:pvr4.7.5-4.4:cvnXen:ct1:cvr:
dmi.product.name: HVM domU
dmi.product.version: 4.7.5-4.4
dmi.sys.vendor: Xen

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


** Tags: amd64 apport-bug xenial

** Attachment added: "tcpdump with a brief explanation"
   https://bugs.launchpad.net/bugs/1780761/+attachment/5161328/+files/bug

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

Title:
  kernel 4.4.0-130-generic - packet loss with ip forward

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

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

[Bug 1458323] Re: Asterisk crashes with default install because of pjsip

2017-04-06 Thread Kseniya Blashchuk
Still no news? Come on... chan_sip is a community supported module and
chan_pjsip is a core module, so moving to pjsip is really important I
would say...

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

Title:
  Asterisk crashes with default install because of pjsip

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

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


[Bug 1618839] Re: Regression: WiFi connection reconnects, but dead, after waking from standby

2017-03-26 Thread Kseniya Blashchuk
*** This bug is a duplicate of bug 1631241 ***
https://bugs.launchpad.net/bugs/1631241

Same for me on Dell XPS 9550 with 16.04

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

Title:
  Regression: WiFi connection reconnects, but dead, after waking from
  standby

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

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