[Bug 1939665] Re: "apt-get update" fails if another instance is running

2021-08-12 Thread Avi Kivity
In practice the two processes that run apt-get update are unaware of each other. When I'm updating of course I wouldn't intentionally run two instances in parallel. Indeed the other process is likely apt- daily.service. -- You received this bug notification because you are a member of Ubuntu

[Bug 1939665] [NEW] "apt-get update" fails if another instance is running

2021-08-12 Thread Avi Kivity
Public bug reported: This snippet: sudo apt-get update & sudo apt-get update & wait; wait will result in one apt-get run succeeding and the other failing on the lock: [1] 3006473 [2] 3006474 Hit:1 http://ports.ubuntu.com/ubuntu-ports groovy InRelease Hit:2

[Bug 1577126] [NEW] Missing C++ support library

2016-05-01 Thread Avi Kivity
Public bug reported: antlr3 has the C support library, but is missing the C++ support library. This prevents scylladb (https://github.com/scylladb/scylla) from building out of the box. ** Affects: antlr3 (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1576101] [NEW] Missing libthrift.so

2016-04-28 Thread Avi Kivity
Public bug reported: Ubuntu provides the thrift compiler, bit not the run-time support library, so C++ applications using thrift cannot be built. This impacts ScyllaDB (http://github.com/scylladb/scylla) and the C++ driver for Apache Cassandra (https://github.com/datastax/cpp-driver). Seen in

[Bug 1500954] Re: xfs DIO data corruption

2015-10-17 Thread Avi Kivity
** Package changed: linux-lts-vivid (Ubuntu) => linux-lts-trusty (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500954 Title: xfs DIO data corruption To manage notifications about this

[Bug 1500954] Re: xfs DIO data corruption

2015-10-15 Thread Avi Kivity
Any progress on this issue? This is DATA CORRUPTION! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1500954 Title: xfs DIO data corruption To manage notifications about this bug go to:

[Bug 1500954] [NEW] xfs DIO data corruption

2015-09-29 Thread Avi Kivity
Public bug reported: An appending DIO write will corrupt files on XFS. The following patch needs to be backported: commit b9d59846f73713d77f0f3fb784c7f84249fc2b93 Author: Dave Chinner Date: Thu Apr 16 22:03:07 2015 +1000 xfs: DIO write completion size updates race