[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 notifica

[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 14

[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 xfs_end_io_dir

[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

[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: https://bugs

[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 http://ports.ubuntu.com/ubuntu-po

[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 Bugs

[Bug 2084384] [NEW] CONFIG_READ_ONLY_THP_FOR_FS is not set

2024-10-13 Thread Avi Kivity
Public bug reported: CONFIG_READ_ONLY_THP_FOR_FS allows transparent hugepages to apply to .text segments of executables (if they execute the appropriate madvise() call), leading to better performance. Unfortunately, it is not enabled in Ubuntu. Please enable it. Verified in 24.10: # grep CONFIG

[Bug 2084384] Re: CONFIG_READ_ONLY_THP_FOR_FS is not set

2024-10-28 Thread Avi Kivity
Yes, that's the option. Note that the application needs to opt in via madvise(). Here's a case study from Intel: https://www.intel.com/content/dam/develop/external/us/en/documents/runtimeperformanceoptimizationblueprint- largecodepages-q1update.pdf -- You received this bug notification because y