[Bug 1952222] Re: io_uring regression - lost write request

2022-03-11 Thread Stefan Metzmacher
@tjaalton what will happen to impish 5.13 and focal hwe-5.13?

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

Title:
  io_uring regression - lost write request

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


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

[Bug 1952222] Re: io_uring regression - lost write request

2022-02-11 Thread Stefan Metzmacher
5.14.0-1023.25 seems to work fine.

I used the steps similar to
https://lore.kernel.org/io-uring/CABVffEM79CZ+4SW0+yP0+NioMX=shhoobcefbhqs6g6hex2...@mail.gmail.com/

cmake -DPLUGIN_{MROONGA,ROCKSDB,CONNECT,SPIDER,SPHINX,S3,COLUMNSTORE}=NO 
-DWITH_URING=ON ../mariadb-server
make -j8
mysql-test/mtr  --mysqld=--innodb_use_native_aio=1 --nowarnings --parallel=4 
--force encryption.innochecksum{,} --mysqld=--innodb_io_capacity=5 
--mysqld=--innodb_io_capacity_max=9

And it failed twice with 5.14.0-1022.24, while it finished twice on
5.14.0-1023.25

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

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

Title:
  io_uring regression - lost write request

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


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

[Bug 1952222] Re: io_uring regression - lost write request

2022-01-21 Thread Stefan Metzmacher
Thanks Timo for taking a look!

** Changed in: linux-hwe-5.13 (Ubuntu Focal)
   Status: New => Confirmed

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

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

Title:
  io_uring regression - lost write request

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


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

[Bug 1956720] Re: Focal update: upstream stable patchset 2022-01-07

2022-01-20 Thread Stefan Metzmacher
Why is this commit not included here?

commit f95dc207b93da9c88ddbb7741ec3730c6657b88e
Author: Jens Axboe 
AuthorDate: Tue Aug 31 13:57:32 2021 -0600
Commit: Jens Axboe 
CommitDate: Wed Sep 1 12:35:30 2021 -0600

io-wq: split bounded and unbounded work into separate lists

We've got a few issues that all boil down to the fact that we have one
list of pending work items, yet two different types of workers to
serve them. This causes some oddities around workers switching type and
even hashed work vs regular work on the same bounded list.

Just separate them out cleanly, similarly to how we already do
accounting of what is running. That provides a clean separation and
removes some corner cases that can cause stalls when handling IO
that is punted to io-wq.

Fixes: ecc53c48c13d ("io-wq: check max_worker limits if a worker 
transitions bound state")
Signed-off-by: Jens Axboe 

Other io_uring related patches where backported here even without being
in linux-stable/linux-5.14.y. So why is this missing?

See also https://bugs.launchpad.net/ubuntu/+source/linux/+bug/195


** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: Fix Committed => Incomplete

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

Title:
  Focal update: upstream stable patchset 2022-01-07

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


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

[Bug 1955070] Re: Impish update: upstream stable patchset 2021-12-16

2022-01-20 Thread Stefan Metzmacher
Why is this commit not included here?

commit f95dc207b93da9c88ddbb7741ec3730c6657b88e
Author: Jens Axboe 
AuthorDate: Tue Aug 31 13:57:32 2021 -0600
Commit: Jens Axboe 
CommitDate: Wed Sep 1 12:35:30 2021 -0600

io-wq: split bounded and unbounded work into separate lists

We've got a few issues that all boil down to the fact that we have one
list of pending work items, yet two different types of workers to
serve them. This causes some oddities around workers switching type and
even hashed work vs regular work on the same bounded list.

Just separate them out cleanly, similarly to how we already do
accounting of what is running. That provides a clean separation and
removes some corner cases that can cause stalls when handling IO
that is punted to io-wq.

Fixes: ecc53c48c13d ("io-wq: check max_worker limits if a worker 
transitions bound state")
Signed-off-by: Jens Axboe 


I guess because it was added before v5.15 final, but it's critical to have,
see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/195

** Changed in: linux (Ubuntu Impish)
   Status: Fix Committed => Incomplete

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

Title:
  Impish update: upstream stable patchset 2021-12-16

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


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

[Bug 1952222] Re: io_uring regression - lost write request

2022-01-20 Thread Stefan Metzmacher
apport-collect is not useful, someone needs to read the initial comment and 
backport
the existing fixes from 5.15.y

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

** Changed in: linux-hwe-5.13 (Ubuntu)
   Status: New => Confirmed

** Changed in: linux-oem-5.13 (Ubuntu)
   Status: New => Confirmed

** Changed in: linux-oem-5.14 (Ubuntu)
   Status: New => Confirmed

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

Title:
  io_uring regression - lost write request

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


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

[Bug 1955588] Re: Panic or segfault in Samba

2021-12-23 Thread Stefan Metzmacher
This seems to be https://bugzilla.samba.org/show_bug.cgi?id=14882

** Bug watch added: Samba Bugzilla #14882
   https://bugzilla.samba.org/show_bug.cgi?id=14882

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

Title:
  Panic or segfault in Samba

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


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

[Bug 1952222] Re: io_uring regression - lost write request

2021-12-18 Thread Stefan Metzmacher
** Also affects: linux (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/195

Title:
  io_uring regression - lost write request

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


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

[Bug 1952219] Re: AD-joined Samba Server stops working after upgrade to 4.13.14+dfsg-0ubuntu0.20.04.1

2021-11-25 Thread Stefan Metzmacher
It worked just by accident, the reason it worked was actually the security 
problem
that was fixed by the patches for 
https://www.samba.org/samba/security/CVE-2020-25717.html,
sadly they also broke valid setups with idmap_nss, which is fixed by 
https://bugzilla.samba.org/show_bug.cgi?id=14901 and another problem was fixed 
by
https://bugzilla.samba.org/show_bug.cgi?id=14899

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-25717

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

Title:
  AD-joined Samba Server stops working after upgrade to
  4.13.14+dfsg-0ubuntu0.20.04.1

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


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

[Bug 1952222] [NEW] io_uring regression - lost write request

2021-11-25 Thread Stefan Metzmacher
Public bug reported:

There's a regression with io_uring reported against 5.11-5.14 kernels,
see:

https://lore.kernel.org/io-uring/CABVffEOXe=mhyW_-
ynz4z9g_uxvvams662vqjn9ubff9nhw...@mail.gmail.com/T/#m8bf4fdb4c91d8ea231517d9f936d1e4354c40a3b

From reading the thread and looking at the history in linux-stable/linux-5.15.y,
I assume that Linux 5.15.3 is the first fully fixed version.
And 5.10 was not affected.

Sadly all other versions are EOL for kernel.org.

But ubuntu provides 5.11, 5.13 and 5.14 based kernels,
which most likely have the bug.

I'm reporting it against linux-hwe-5.13 as that's what I test on most systems,
but others e.g. linux-oem-5.13 and linux-oem-5.14 have the same problem.

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

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

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

** Package changed: samba (Ubuntu) => linux-hwe-5.13 (Ubuntu)

** Also affects: linux-oem-5.13 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.14 (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/195

Title:
  io_uring regression - lost write request

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


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

[Bug 1952219] Re: AD-joined Samba Server stops working after upgrade to 4.13.14+dfsg-0ubuntu0.20.04.1

2021-11-25 Thread Stefan Metzmacher
Samba Team announced that domain member setups must use winbindd in 4.8.0:
https://www.samba.org/samba/history/samba-4.8.0.html in 2018.

In order to accept AD Kerberos authentication you need to configure the server 
as
domain member with 'security = ads' and without 'server role = standalone 
server'.

In your case you most likely want to configure idmap_nss (see man idmap_nss)
and run winbindd, but without nss_winbind.

Note the above implies the patches from
https://bugzilla.samba.org/show_bug.cgi?id=14901
are included.

Unrelated here but the patch from
https://bugzilla.samba.org/show_bug.cgi?id=14899
should also be applied.


** Bug watch added: Samba Bugzilla #14901
   https://bugzilla.samba.org/show_bug.cgi?id=14901

** Bug watch added: Samba Bugzilla #14899
   https://bugzilla.samba.org/show_bug.cgi?id=14899

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

Title:
  AD-joined Samba Server stops working after upgrade to
  4.13.14+dfsg-0ubuntu0.20.04.1

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


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

[Bug 1875354] Re: No more smb access after migration to UBUNTU 20.04 from UBUNTU 19.10

2020-04-28 Thread Stefan Metzmacher via ubuntu-bugs
You need "client min protocol = NT1" (min not max!),
see https://www.samba.org/samba/history/samba-4.12.0.html

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

Title:
  No more smb access after migration to UBUNTU 20.04 from UBUNTU 19.10

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

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

[Bug 1873561] Re: smbclient //192.168.178.1/share1 fails on SMB1 resource

2020-04-18 Thread Stefan Metzmacher via ubuntu-bugs
This is expected, see
https://www.samba.org/samba/history/samba-4.11.0.html

You need "client min protocol = NT1" in smb.conf or use
--option="client min protocol = NT1" on the commandline.

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

Title:
  smbclient //192.168.178.1/share1 fails on SMB1 resource

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

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

[Bug 1848013] Re: [needs-packaging] liburing package needed for >= 5.1 kernels

2020-02-07 Thread Stefan Metzmacher via ubuntu-bugs
I changed the layout to match the libaio packages and my changes
were just merged to the upstream branch at
http://git.kernel.dk/cgit/liburing/
And liburing-0.4 should be tagged shortly.

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

Title:
  [needs-packaging] liburing package needed for >= 5.1 kernels

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

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

[Bug 1848013] Re: liburing package missing for >= 5.1 kernels

2019-10-15 Thread Stefan Metzmacher via ubuntu-bugs
I'm not sure if this belongs to the "linux" or "libaio" package
maintainers.

** Also affects: libaio (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/1848013

Title:
  liburing package missing for >= 5.1 kernels

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

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

[Bug 1848008] Re: eoan needs iproute2 v5.3.0

2019-10-14 Thread Stefan Metzmacher via ubuntu-bugs
It's mainly about new features, so this isn't urgent.

In general I think there should be some kind of process that makes
sure certain packages are kept in sync with the kernel version.

It's not as strict as with the linux-tools packages, but some kind
of coordination with the kernel team would be good to have matching iproute2
package, maybe also -hwe and -hwe-edge versions of it.

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

Title:
  eoan needs iproute2 v5.3.0

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

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

[Bug 1848013] Re: liburing package missing for >= 5.1 kernels

2019-10-14 Thread Stefan Metzmacher via ubuntu-bugs
There's no real but just a missing userspace library for a kernel
feature

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

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

Title:
  liburing package missing for >= 5.1 kernels

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

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

[Bug 1848013] [NEW] liburing package missing for >= 5.1 kernels

2019-10-14 Thread Stefan Metzmacher via ubuntu-bugs
Public bug reported:

eoan will ship with a 5.3 kernel and has support for the io_uring
interface.

In order to allow applications to use that the userspace library
liburing (http://git.kernel.dk/cgit/liburing/) should be packaged in
addition to the 5.3 kernel.

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

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

Title:
  liburing package missing for >= 5.1 kernels

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

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

[Bug 1848008] [NEW] eoan needs iproute2 v5.3.0

2019-10-14 Thread Stefan Metzmacher via ubuntu-bugs
Public bug reported:

As eoan will ship a 5.3 kernel it needs iproute v5.3.0.

There are important updates, e.g. to the 'rdma' command
which are needed in order to activate certain kernel features.

** Affects: iproute2 (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/1848008

Title:
  eoan needs iproute2 v5.3.0

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

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

[Bug 1717790] Re: libibverbs should come from the rdma-core source package

2018-05-07 Thread Stefan Metzmacher via ubuntu-bugs
This seems to be fixed in bionic

** Changed in: libibverbs (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/1717790

Title:
  libibverbs should come from the rdma-core source package

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

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

[Bug 1761737] Re: [bionic] samba PANIC, INTERNAL ERROR: Signal 11

2018-04-18 Thread Stefan Metzmacher via ubuntu-bugs
Can someone try what happens with 
https://attachments.samba.org/attachment.cgi?id=14155
together with "kerberos method = secrets and keytab"?

I'd guess it should behave like "system keytab" or "dedicated keytab",
but it would be good to have this verified.

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

Title:
  [bionic] samba PANIC, INTERNAL ERROR: Signal 11

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

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

[Bug 1761737] Re: [bionic] samba PANIC, INTERNAL ERROR: Signal 11

2018-04-18 Thread Stefan Metzmacher via ubuntu-bugs
I just noticed https://bugzilla.samba.org/show_bug.cgi?id=13376 and closed
https://bugzilla.samba.org/show_bug.cgi?id=13393 again...

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

Title:
  [bionic] samba PANIC, INTERNAL ERROR: Signal 11

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

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

[Bug 1761737] Re: [bionic] samba PANIC, INTERNAL ERROR: Signal 11

2018-04-18 Thread Stefan Metzmacher via ubuntu-bugs
This is https://bugzilla.samba.org/show_bug.cgi?id=13393

Does changing 'secrets and keytab' to 'keytab' help?

** Bug watch added: Samba Bugzilla #13393
   https://bugzilla.samba.org/show_bug.cgi?id=13393

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

Title:
  [bionic] samba PANIC, INTERNAL ERROR: Signal 11

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

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

[Bug 1585111] Re: net rpc join fails in Ubuntu 16.04

2017-11-01 Thread Stefan Metzmacher
I tested against NT4SP6a with this options:

   workgroup = NT4DOM193
   security = domain
   require strong key = no
   client use spnego = no
   client ipc signing = auto

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

Title:
  net rpc join fails in Ubuntu 16.04

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

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

[Bug 1717790] Re: libibverbs should come from the rdma-core source package

2017-09-17 Thread Stefan Metzmacher
See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848971

** Bug watch added: Debian Bug tracker #848971
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848971

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

Title:
  libibverbs should come from the rdma-core source package

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

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

[Bug 1717790] [NEW] libibverbs should come from the rdma-core source package

2017-09-17 Thread Stefan Metzmacher
Public bug reported:

While in the past all rdma related libraries (e.g. ibutils, libibverbs, 
librdmacm and others)
had their own git repository, everything including the userspace drivers are 
now merged
into a single upstream repository.

Please make use of https://github.com/linux-rdma/rdma-core as that are the 
drivers and libraries
which are supposed to be compatible with modern kernels.

It would be really good if 18.04 would have that fixed and provide proper rdma 
support
out of the box.

** Affects: libibverbs (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/1717790

Title:
  libibverbs should come from the rdma-core source package

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

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

[Bug 1703490] Re: Unable to mount network volume on 17.10 Samba server

2017-07-12 Thread Stefan Metzmacher
Use sec=ntlmssp and it will work again.

On the server the default for "ntlm auth" changed from yes to no.
So it will only accept ntlmv2 via ntlmssp anymore.

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

Title:
  Unable to mount network volume on 17.10 Samba server

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

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


Re: [Bug 1697817] Re: disable smb1 by default

2017-06-19 Thread Stefan Metzmacher
Am 19.06.2017 um 15:47 schrieb Andreas Hasenack:
> https://lists.ubuntu.com/archives/ubuntu-
> devel/2017-June/039820.html

You should use "SMB2_02" instead of "SMB2" to also include
that. "SMB2" is an alias for "SMB2_10".

Also remember that old linux clients may also have problems
connecting to an SMB2 only server.

metze

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

Title:
  disable smb1 by default

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

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


[Bug 1676029] Re: After upgrade, ALL of Samba's shares appear empty on OS X

2017-03-27 Thread Stefan Metzmacher
Seems to be related to https://bugzilla.samba.org/show_bug.cgi?id=12721
and https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1675698

** Bug watch added: Samba Bugzilla #12721
   https://bugzilla.samba.org/show_bug.cgi?id=12721

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

Title:
  After upgrade, ALL of Samba's shares appear empty on OS X

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

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


[Bug 1552249] Re: No builtin nor plugin backend for ipasam found

2017-03-17 Thread Stefan Metzmacher
The MIT KDC might make it with 4.7, but maybe with a reduced feature set 
compared
to the Heimdal based kdc. But there's a bit of time for 4.7 and the feature 
difference might
be resolved by then.

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

Title:
  No builtin nor plugin backend for ipasam found

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

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


[Bug 1585168] Re: SMB Client bug. Can't connect to smb shares on OSX Elcaptain

2017-03-15 Thread Stefan Metzmacher
This looks like https://bugzilla.samba.org/show_bug.cgi?id=11994 which
is already fixed a while ago

** Bug watch added: Samba Bugzilla #11994
   https://bugzilla.samba.org/show_bug.cgi?id=11994

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

Title:
  SMB Client bug. Can't connect to smb shares on OSX Elcaptain

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

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


[Bug 526464] Re: intermittent authentication: check_ntlm_password: Authentication for user [someuser] -> [someuser] FAILED with error NT_STATUS_ACCESS_DENIED

2017-02-06 Thread Stefan Metzmacher
This should be fixed since 4.2.0, see
https://www.samba.org/samba/history/samba-4.2.0.html


Winbindd/Netlogon improvements
==

The whole concept of maintaining the netlogon secure channel
to (other) domain controllers was rewritten in order to maintain
global state in a netlogon_creds_cli.tdb. This is the proper fix
for a large number of bugs:

  https://bugzilla.samba.org/show_bug.cgi?id=6563
  https://bugzilla.samba.org/show_bug.cgi?id=7944
  https://bugzilla.samba.org/show_bug.cgi?id=7945
  https://bugzilla.samba.org/show_bug.cgi?id=7568
  https://bugzilla.samba.org/show_bug.cgi?id=8599

...


** Bug watch added: Samba Bugzilla #6563
   https://bugzilla.samba.org/show_bug.cgi?id=6563

** Bug watch added: Samba Bugzilla #7944
   https://bugzilla.samba.org/show_bug.cgi?id=7944

** Bug watch added: Samba Bugzilla #7945
   https://bugzilla.samba.org/show_bug.cgi?id=7945

** Bug watch added: Samba Bugzilla #7568
   https://bugzilla.samba.org/show_bug.cgi?id=7568

** Bug watch added: Samba Bugzilla #8599
   https://bugzilla.samba.org/show_bug.cgi?id=8599

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

Title:
  intermittent authentication: check_ntlm_password:  Authentication for
  user [someuser] -> [someuser] FAILED with error
  NT_STATUS_ACCESS_DENIED

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

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


[Bug 1598463] Re: samba client negotiates down to NT1 instead of up to SMB3_11, doesn't happen with Windows 10 client

2017-02-06 Thread Stefan Metzmacher
client max protocol = SMB3_11 may help, but that's not the default as not 
everything is completely
working (on the client side) in this mode.

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

Title:
  samba client negotiates down to NT1 instead of up to SMB3_11, doesn't
  happen with Windows 10 client

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

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


[Bug 1661928] Re: smbd crashed with SIGABRT in tevent_debug()

2017-02-06 Thread Stefan Metzmacher
libtevent >= 0.9.30 is used without the samba patches 
https://bugzilla.samba.org/show_bug.cgi?id=12283
which leads to any kind of segfaults.


** Bug watch added: Samba Bugzilla #12283
   https://bugzilla.samba.org/show_bug.cgi?id=12283

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

Title:
  smbd crashed with SIGABRT in tevent_debug()

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

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


[Bug 1661682] Re: light-locker-settings has a missing dependency to python-gi

2017-02-03 Thread Stefan Metzmacher
At least on xenial...

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

Title:
  light-locker-settings has a missing dependency to python-gi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1661682/+subscriptions

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


[Bug 1661682] [NEW] light-locker-settings has a missing dependency to python-gi

2017-02-03 Thread Stefan Metzmacher
Public bug reported:

It was required to install python-gi by hand in order to get light-
locker-settings to start.

** Affects: light-locker-settings (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/1661682

Title:
  light-locker-settings has a missing dependency to python-gi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1661682/+subscriptions

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


[Bug 1572876] Re: After Samba upgrade can't access unpassworded windows share

2016-09-11 Thread Stefan Metzmacher
https://bugzilla.samba.org/show_bug.cgi?id=11994 is about the

 NTLMSSP packet check failed due to short signature (0 bytes)!
 NTLMSSP NTLM2 packet check failed due to invalid signature!
 session setup failed: NT_STATUS_ACCESS_DENIED

problem...

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

Title:
  After Samba upgrade can't access unpassworded windows share

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

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


[Bug 1572876] Re: After Samba upgrade can't access unpassworded windows share

2016-09-11 Thread Stefan Metzmacher
This seems to be the same as https://bugzilla.samba.org/show_bug.cgi?id=11994
It's fixed in Samba 4.5.0 and will also be fixed in the next 4.4 and 4.3 
maintenance releases.

** Bug watch added: Samba Bugzilla #11994
   https://bugzilla.samba.org/show_bug.cgi?id=11994

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

Title:
  After Samba upgrade can't access unpassworded windows share

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

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


[Bug 1572608] Re: Samba 2:4.3.8+dfsg-0ubuntu0.14.04.2 Reversion: CPU Soft Lock

2016-07-04 Thread Stefan Metzmacher
The soft lock up triggered by Samba was a regression in the kernel.
See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1543980
So it's fixed because you installed a fixed kernel.

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

Title:
  Samba 2:4.3.8+dfsg-0ubuntu0.14.04.2 Reversion: CPU Soft Lock

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

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


[Bug 1578576] Re: ntlm_auth --helper-protocol=squid-2.5-ntlmssp report segfault

2016-05-10 Thread Stefan Metzmacher
It seems there're two similar bugs, I've created
https://bugzilla.samba.org/show_bug.cgi?id=11914 to track the 2nd problem

** Bug watch added: Samba Bugzilla #11914
   https://bugzilla.samba.org/show_bug.cgi?id=11914

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

Title:
  ntlm_auth --helper-protocol=squid-2.5-ntlmssp report segfault

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

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


[Bug 1543980] Re: Kernel 3.13.0-77 crashes (can be triggered by Samba)

2016-03-15 Thread Stefan Metzmacher
Are the 3.13.0-84.128 packages available somewhere for testing?

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

Title:
  Kernel 3.13.0-77 crashes (can be triggered by Samba)

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

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


[Bug 1543980] Re: Kernel 3.13.0-77 crashes (can be triggered by Samba)

2016-03-02 Thread Stefan Metzmacher
Thanks Philipp!

I just hope to trigger some reaction from the ubuntu maintainers
in order get a usable kernel more than two week after breaking it.

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

Title:
  Kernel 3.13.0-77 crashes (can be triggered by Samba)

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

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


[Bug 1543980] Re: Kernel 3.13.0-77 crashes (can be triggered by Samba)

2016-03-01 Thread Stefan Metzmacher
Ping!

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

Title:
  Kernel 3.13.0-77 crashes (can be triggered by Samba)

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

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


[Bug 1543980] Re: Kernel 3.13.0-77 crashes (can be triggered by Samba)

2016-02-22 Thread Stefan Metzmacher
https://forge.univention.org/bugzilla/show_bug.cgi?id=40558#c11

Indicates that commit
51cd3ed4c41b3895869925b99dd95a704bd2c91a unix: avoid use-after-free in 
ep_remove_wait_queue
should be reverted in order to avoid this regression.

Can we please get some progress on this?

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

Title:
  Kernel 3.13.0-77 crashes (can be triggered by Samba)

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

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


[Bug 1357471] Re: Samba4 AD DC randomly dies, error: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6.

2015-03-30 Thread Stefan Metzmacher
See https://bugzilla.samba.org/show_bug.cgi?id=11164, there're fixes at least 
for the error messages
attached to that bug.


** Bug watch added: Samba Bugzilla #11164
   https://bugzilla.samba.org/show_bug.cgi?id=11164

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/1357471

Title:
  Samba4 AD DC randomly dies, error: Did not manage to negotiate
  mandetory feature SIGN for dcerpc auth_level 6.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1357471] Re: Samba4 AD DC randomly dies, error: Did not manage to negotiate mandetory feature SIGN for dcerpc auth_level 6.

2015-03-30 Thread Stefan Metzmacher
See https://bugzilla.samba.org/show_bug.cgi?id=11164, there're fixes at least 
for the error messages
attached to that bug.


** Bug watch added: Samba Bugzilla #11164
   https://bugzilla.samba.org/show_bug.cgi?id=11164

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

Title:
  Samba4 AD DC randomly dies, error: Did not manage to negotiate
  mandetory feature SIGN for dcerpc auth_level 6.

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

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


[Bug 1332781] Re: light-locker-settings fails when lxc-container runs

2014-06-21 Thread Stefan Metzmacher
This happens with light-locker-settings 1.2.1-0ubuntu1 on trusty

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

Title:
  light-locker-settings fails when lxc-container runs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1332781/+subscriptions

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


[Bug 1332781] [NEW] light-locker-settings fails when lxc-container runs

2014-06-21 Thread Stefan Metzmacher
Public bug reported:

When there's a process running as uid that doesn't have an entry in /etc/passwd.
E.g. when running inside linux containers.

~$ light-locker-settings

** (light-locker-settings.py:18760): WARNING **: Couldn't connect to
accessibility bus: Failed to connect to socket /tmp/dbus-W03uyYgETk:
Verbindungsaufbau abgelehnt

(light-locker-settings.py:18760): Gtk-WARNING **: Theme parsing error: 
gtk-widgets.css:2769:41: Expected a valid selector
Traceback (most recent call last):
  File 
/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py,
 line 552, in module
main = LightLockerSettings()
  File 
/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py,
 line 97, in __init__
self.init_settings()
  File 
/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py,
 line 249, in init_settings
if self.check_running_process(xfce4-session):
  File 
/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py,
 line 196, in check_running_process
if p.username == username:
  File /usr/lib/python2.7/dist-packages/psutil/__init__.py, line 442, in 
username
return pwd.getpwuid(self.uids.real).pw_name
KeyError: 'getpwuid(): uid not found: 81'

** Affects: light-locker-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: Possible fix
   
https://bugs.launchpad.net/bugs/1332781/+attachment/4136030/+files/light-locker-settings-p-username-fix-01.diff

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

Title:
  light-locker-settings fails when lxc-container runs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1332781/+subscriptions

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


[Bug 1312802] [NEW] Enigmail 1.5.2 unusable with thunderbird 24

2014-04-25 Thread Stefan Metzmacher
Public bug reported:

Bug http://sourceforge.net/p/enigmail/bugs/175/ makes enigmail unusable
with thunderbird 24.

This regression was introduced when thunderbird was updated in the precise
from 17.0.8+build1-0ubuntu0.12.04.1 to 1:24.0+build1-0ubuntu0.12.04.1.

This is fixed in enigmail 1.6.
Please upgrade enigmail for 12.04 (and I guess 14.04 has the same problem).

** Affects: enigmail (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/1312802

Title:
  Enigmail 1.5.2 unusable with thunderbird 24

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

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


[Bug 1275556] Re: [needs-packaging] Package 'gstreamer0.10-ffmpeg' has no installation candidate

2014-03-26 Thread Stefan Metzmacher
Why is the importance =  Wishlist?

This package is available in 12.04, I think it's a regression that it
will be missing in 14.04!

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

Title:
  [needs-packaging] Package 'gstreamer0.10-ffmpeg' has no installation
  candidate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10-ffmpeg/+bug/1275556/+subscriptions

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


[Bug 1025976] [NEW] Backport Ported Albatross to GTK3

2012-07-17 Thread Stefan Metzmacher
Public bug reported:

Please backport at least the following fix to make the Albatross theme
work again in 12.04

https://github.com/shimmerproject/Albatross/commit/df60be77148ba815821c8d2595e8f546a50b3e5f

** Affects: shimmer-themes (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/1025976

Title:
  Backport Ported Albatross to GTK3

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

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


[Bug 1025976] Re: Backport Ported Albatross to GTK3

2012-07-17 Thread Stefan Metzmacher
** Patch added: This single patch makes the theme usable again
   
https://bugs.launchpad.net/bugs/1025976/+attachment/3226815/+files/0001-Ported-Albatross-to-GTK3.patch

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

Title:
  Backport Ported Albatross to GTK3

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

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


[Bug 1011477] Re: cron-apt buffer overflow with high pid numbers

2012-06-11 Thread Stefan Metzmacher
The question is where does the magic '32' comes from.

sizeof(sysname) is 256...

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

Title:
  cron-apt buffer overflow with high pid numbers

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

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


[Bug 212636] Re: twinkle must be started before rhythmbox

2011-10-05 Thread Stefan Metzmacher
This still happens on natty

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

Title:
  twinkle must be started before rhythmbox

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

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


[Bug 793892] Re: backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

2011-07-20 Thread Stefan Metzmacher
** Tags added: verification-done-natty
** Tags removed: verification-needed-natty

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

Title:
  backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

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

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


[Bug 793892] Re: backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

2011-07-13 Thread Stefan Metzmacher
In what kernel will this be included, Ubuntu-2.6.38-10.46 doesn't have
it:-(

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

Title:
  backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

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

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


[Bug 793892] Re: backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

2011-06-12 Thread Stefan Metzmacher
linux-image-2.6.38-10-generic_2.6.38-10.45~lp793892_amd64.deb works for
me, thanks.

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

Title:
  backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

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

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


[Bug 793892] [NEW] backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

2011-06-07 Thread Stefan Metzmacher
Public bug reported:

The cdc_ncm module, which provides support for the Ericsson F5521gw Mobile 
Broadband Modem,
unregisters the device after suspend.

This happens because the driver doesn't implement the .reset_resume
hook.

$ lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

$ cat /proc/version_signature 
Ubuntu 2.6.38-8.42-generic 2.6.38.2

The fix was commited upstream for 3.0
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=85e3c65fa3a1d0542c18151

But sadly the official 2.6.38 stable tree is closed,
see http://marc.info/?l=linux-usbm=130737305305181w=2

So I'd like to have this fix backported to the ubuntu natty kernel

** Affects: linux (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/793892

Title:
  backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

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


[Bug 793892] Re: backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

2011-06-07 Thread Stefan Metzmacher
** Patch added: Backport to 2.6.38
   
https://bugs.launchpad.net/bugs/793892/+attachment/2158292/+files/0001-usbnet-cdc_ncm-add-missing-.reset_resume-hook.patch

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

Title:
  backport cdc_ncm fix for Ericsson F5521gw Mobile Broadband Modem

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


[Bug 720095] Re: vsftpd causes a vmalloc space leak in Lucid

2011-06-03 Thread Stefan Metzmacher
As far as I understand the problem, the problem comes with creating a
new network namespace with every clone() syscall.

In a lxc setup only the startup process creates a new network namespace,
just once.

I can't see why vsftpd (without CLONE_NEWNET) won't run within an
already established lxc session.

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

Title:
  vsftpd causes a vmalloc space leak in Lucid

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


[Bug 792301] Re: Ericsson F5521gw 3G module for Lenovo not using optimal kernel module

2011-06-03 Thread Stefan Metzmacher
I had the same problem and the patch fixed it for me

** Changed in: modemmanager (Ubuntu)
   Status: New = Confirmed

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

Title:
  Ericsson F5521gw 3G module for Lenovo not using optimal kernel module

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


[Bug 790863] Re: Unable to start lxc container after update to 2.6.32-32

2011-06-01 Thread Stefan Metzmacher
I guess you referr to 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/720095 instead of
https://bugs.launchpad.net/bugs/788602.

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

Title:
  Unable to start lxc container after update to 2.6.32-32

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


[Bug 720095] Re: vsftpd causes a vmalloc space leak in Lucid

2011-06-01 Thread Stefan Metzmacher
Yes, lxc is broken now see
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/790863

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

Title:
  vsftpd causes a vmalloc space leak in Lucid

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


[Bug 720095] Re: vsftpd causes a vmalloc space leak in Lucid

2011-06-01 Thread Stefan Metzmacher
Fixing vsftpd looks like a much better fix for this!

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

Title:
  vsftpd causes a vmalloc space leak in Lucid

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


[Bug 767085] Re: Package dante-client needs updated version dependency on libc6

2011-05-18 Thread Stefan Metzmacher
This happened also for maverick, see
https://bugs.launchpad.net/ubuntu/+source/dante/+bug/624425

Is it possible to add some test or dependency, so that this can't happen
in future?

Can you please also trigger a rebuild for natty not only for oneiric?

** Changed in: dante (Ubuntu Natty)
   Status: Fix Committed = Incomplete

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

Title:
  Package dante-client needs updated version dependency on libc6

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


[Bug 624425] Re: libc6 dependency unmet in maverick

2011-05-09 Thread Stefan Metzmacher
natty has the same bug as libc6 has version 2.13-0ubuntu13 and dante
checks for libc6 (2.13)

Can this be automated, maybe by just installing the package after
building it?

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

Title:
  libc6 dependency unmet in maverick

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


[Bug 604807] Re: creating lvm snapshot with lvcreate freezes the system

2010-08-01 Thread Stefan Metzmacher
Can someone please consider doing new 2.6.32-24 packages with the fix from here?
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/595489

-- 
creating lvm snapshot with lvcreate freezes the system
https://bugs.launchpad.net/bugs/604807
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 490264] Re: kvm wont boot off a qcow2 overlay disk image

2009-12-03 Thread Stefan Metzmacher
I'm also seeing this problem.

It's related to apparmor

The uuid based profiles under /etc/apparmor.d/libvirt/
only include access to the overlay disk image.

when I stop apparmor and restart libvirt-bin and qemu-kvm
it's working

-- 
kvm wont boot off a qcow2 overlay disk image
https://bugs.launchpad.net/bugs/490264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 490264] Re: kvm wont boot off a qcow2 overlay disk image

2009-12-03 Thread Stefan Metzmacher
*** This bug is a duplicate of bug 470636 ***
https://bugs.launchpad.net/bugs/470636

** This bug has been marked a duplicate of bug 470636
   AppArmor security driver does not support backingstore

-- 
kvm wont boot off a qcow2 overlay disk image
https://bugs.launchpad.net/bugs/490264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 470636] Re: AppArmor security driver does not support backingstore

2009-12-03 Thread Stefan Metzmacher
As the base images should be readonly anyway, you can add

/path/to/images_dir/** r,

-- 
AppArmor security driver does not support backingstore
https://bugs.launchpad.net/bugs/470636
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 490264] Re: kvm wont boot off a qcow2 overlay disk image

2009-12-03 Thread Stefan Metzmacher
I'm also seeing this problem.

It's related to apparmor

The uuid based profiles under /etc/apparmor.d/libvirt/
only include access to the overlay disk image.

when I stop apparmor and restart libvirt-bin and qemu-kvm
it's working

-- 
kvm wont boot off a qcow2 overlay disk image
https://bugs.launchpad.net/bugs/490264
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 490264] Re: kvm wont boot off a qcow2 overlay disk image

2009-12-03 Thread Stefan Metzmacher
*** This bug is a duplicate of bug 470636 ***
https://bugs.launchpad.net/bugs/470636

** This bug has been marked a duplicate of bug 470636
   AppArmor security driver does not support backingstore

-- 
kvm wont boot off a qcow2 overlay disk image
https://bugs.launchpad.net/bugs/490264
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 470636] Re: AppArmor security driver does not support backingstore

2009-12-03 Thread Stefan Metzmacher
As the base images should be readonly anyway, you can add

/path/to/images_dir/** r,

-- 
AppArmor security driver does not support backingstore
https://bugs.launchpad.net/bugs/470636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 79330] Re: More flexible commits to bound branches

2007-02-01 Thread Stefan Metzmacher

that's what I current added to get a better error message

otherwise I get a 'NoneType'  member .to_waeve doesn't have method ...
error

=== modified file 'repository.py'
--- repository.py   2007-01-20 23:11:09 +
+++ repository.py   2007-01-29 13:47:06 +
@@ -391,6 +391,9 @@
 # TODO: More efficient implementation?
 return map(self.get_revision, revision_ids)

+def fetch(self, source, revision_id=None, pb=None):
+raise NotImplementedError(self.fetch)
+
 def add_revision(self, rev_id, rev, inv=None, config=None):
 raise NotImplementedError(self.add_revision)

-- 
More flexible commits to bound branches
https://launchpad.net/bugs/79330

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


[Bug 73918] Re: Update to match Subversion 1.5 interface

2007-02-01 Thread Stefan Metzmacher
It would be good to start from this patch, which applies to 1.4.x without the
debian patch apply merger.

http://samba.org/~metze/subversion-1.4.0-metze-python-bindings.patch

-- 
Update to match Subversion 1.5 interface
https://launchpad.net/bugs/73918

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


[Bug 82059] Re: Massive memory use on some operations

2007-02-01 Thread Stefan Metzmacher
*** This bug is a duplicate of bug 54253 ***

I also noticed it and have a workarround
first do 

bzr branch -r1 svn://gfdgdfg/fsdf 
and then
bzr pull -r 1000
bzr pull -r 2000
bzr pull -r 3000


-- 
Massive memory use on some operations
https://launchpad.net/bugs/82059

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