Re: apitrace: undefined reference to `__libc_dlopen_mode', `__libc_dlsym'

2021-07-25 Thread Nicholas Miell
On 7/25/21 4:28 AM, Florian Weimer wrote: > * Sandro Mani: > >> I'd need help with the following issue with apitrace, which failed the >> mass rebuild with: >> >> apitrace-9d42f667e2a36a6624d92b9bd697de097cc4e619/wrappers/dlsym.cpp:70: >> undefined reference to `__libc_dlopen_mode' >>

Re: raise fileno limit to make Steam Proton / Wine+esync work well in Fedora

2018-10-05 Thread Nicholas Miell
On 10/5/18 11:55 AM, Michael Cronenworth wrote: > First off, thanks, Kamil, for starting this discussion. I've been > meaning to bring it up. > > On 10/5/18 1:03 PM, Lennart Poettering wrote: > [snip] >> This is not quite the 1M you appear to ask for though… I picked 256K >> mostly because I

Re: Proposal: Rethink Fedora multilib support

2017-01-05 Thread Nicholas Miell
On 01/05/2017 08:03 AM, Stephen Gallagher wrote: ## Disadvantages * If we eliminate multilib entirely, all applications that use 32-bit libs will have to either install a 32-bit host OS or install into a container. This may be a difficult transition for some users. * Mitigation: develop and

Re: F26 System Wide Change: Enable coredumpctl by default

2016-12-12 Thread Nicholas Miell
On 12/05/2016 08:54 AM, Jan Kurik wrote: = System Wide Change: Enable coredumpctl by default = https://fedoraproject.org/wiki/Changes/coredumpctl Change owner(s): * Michael Catanzaro Enable coredumpctl by default. Core dumps will be stored in the system journal rather than created in the

Re: F26 System Wide Change: Enable coredumpctl by default

2016-12-05 Thread Nicholas Miell
On 12/05/2016 07:05 PM, Zbigniew Jędrzejewski-Szmek wrote: meanwhile systemd-coredump steals away my core dumps and requires privileged operations to retrieve them. No, it doesn't. Coredumps are accessible to the user that the program was running under. So you can see your coredumps, and

Re: F26 System Wide Change: Enable coredumpctl by default

2016-12-05 Thread Nicholas Miell
On 12/05/2016 05:46 PM, Nicholas Miell wrote: On 12/05/2016 12:55 PM, Zbigniew Jędrzejewski-Szmek wrote: systemd-coredump+coredumpctl give you pretty easy access to core files, they are just dumped into /var/lib/systemd/coredump/. The advantage is that a) things are logged and can be easily

Re: F26 System Wide Change: Enable coredumpctl by default

2016-12-05 Thread Nicholas Miell
On 12/05/2016 12:55 PM, Zbigniew Jędrzejewski-Szmek wrote: systemd-coredump+coredumpctl give you pretty easy access to core files, they are just dumped into /var/lib/systemd/coredump/. The advantage is that a) things are logged and can be easily looked up and queried, b) you get a lot of

Re: Firefox 9 breaks addons.mozilla.org?

2012-01-01 Thread Nicholas Miell
On 12/26/2011 02:08 AM, Heiko Adams wrote: Hi, can anyone confirm that addon pages like https://addons.mozilla.org/de/firefox/addon/ghostery/?src=hp-dl-featured are broken in Firefox 9.0? If I open such a page Firefox errorlog has the following entries and it's not possible to install an

Re: What drives RPM Provides for shared libraries?

2010-12-21 Thread Nicholas Miell
On 12/21/2010 07:42 PM, Matt McCutchen wrote: On Tue, 2010-12-21 at 22:10 -0500, Tom Lane wrote: I'm fooling around with trying to update mysql from 5.1.x to 5.5.x. One of the things that's happened in that transition is that they've dropped the separate libmysqlclient_r.so library ---

Re: What drives RPM Provides for shared libraries?

2010-12-21 Thread Nicholas Miell
On 12/21/2010 09:43 PM, Nicholas Miell wrote: ld.so isn't happy with that (lookups aren't based on filenames, so symlinks won't do anything and it will never find the library). You need to create an empty shared library with the libmysqlclient_r.so.16 SONAME that has a DT_AUXILIARY entry

Re: noexec on /dev/shm

2010-12-14 Thread Nicholas Miell
On 12/14/2010 07:28 PM, Lennart Poettering wrote: In order to make things secure we minimize what is allowd on the various API file systems we mount. That includes that we set noexec and similar options for the file systems involved. The interface how to access /dev/shm is called shm_open(),

Re: memcpy overlap: quickly detect, diagnose, work around

2010-11-28 Thread Nicholas Miell
On 11/28/2010 03:13 PM, John Reiser wrote: The option to check is controlled by an environment variable MEMCPY_CHECK_ which influences choices made by __init_cpu_features and the STT_GNU_IFUNC mechanism for choosing alternate implementations at runtime. If you're going to control it via an

Re: [HEADS-UP] Moving /var/run and /var/lock to tmpfs in Rawhide

2010-11-23 Thread Nicholas Miell
On 11/23/2010 12:48 PM, Lennart Poettering wrote: Heya! I hereby want to let everybody know that in the next days I will turn on /var/run and /var/lock on tmpfs on Rawhide/F15. This is in accordance with the following accepted F15 feature:

Re: [HEADS-UP] Moving /var/run and /var/lock to tmpfs in Rawhide

2010-11-23 Thread Nicholas Miell
On 11/23/2010 02:54 PM, Lennart Poettering wrote: On Tue, 23.11.10 13:41, Nicholas Miell (nmi...@gmail.com) wrote: On 11/23/2010 12:48 PM, Lennart Poettering wrote: Heya! I hereby want to let everybody know that in the next days I will turn on /var/run and /var/lock on tmpfs on Rawhide/F15