Mihai Moldovan

Results 25 issues of Mihai Moldovan

The general idea is that, if a user provided a preset using `/etc/buildhost.config`, i.e., if this file exists at the start of the (first) script run, then it should be...

Appliance :cd:

Since `VG_SIZE` already *is* the free space left in the volume group and we don't ever create the `server` LV automatically, but rather expect that the user does it pre-installation,...

Appliance :cd:

The current version, as of merging PR #105, only installs CMake files (like the project `Config`) if RH is built in non-standalone, bundled mode. Shouldn't it be exactly the other...

This issue is akin to #664, but not a duplicate. Quite often, I find myself having to write scripts that re-execute themselves with the proper interpreter, because portability is a...

Linux system with the latest version (2.17.10). Pretty easy to reproduce, too. ``` % axel -n 20 'http://host/importantdata' Initializing download: http://host/importantdata File size: 1000 Megabyte(s) (1048576000 bytes) Opening output file...

bug
help wanted

The standalone `libmd` implementation as used on Linux includes a header called `sha2.h` which is supposed to be relative to its own include directory. Unfortunately, MacPorts ships its own SHA2...

Starting mintty in an RDP session (Linux machine using xfreerdp2 to a Windows 7 Ultimate "server" machine) makes it behave very weirdly regarding cursors. The cursor is enabled by default...

help wanted
invalid

The current Xinerama implementation suffers from multiple problems, including it resizing based upon invisible areas if the display configuration is a bit odd. This PR tries to fix these shortcomings...

bug
work-in-progress

The "build" script limits PRLIMIT_AS to (2/3) * (mem_size + swap_size), which breaks asan, which tries to opportunistically allocate multiple TB of memory, but crucially never even closely uses this....

I'm creating this issue as a discussion platform. The PR implementing this is #827. ### Original issue Currently, packages utilizing asan fail to build within OBS - whether built in...