search for: patch0004

Displaying 4 results from an estimated 4 matches for "patch0004".

2019 Oct 22
2
C8 regression / tmp on tmpfs
...gt; > https://bugzilla.redhat.com/show_bug.cgi?id=1667065 > It works in EL7 and F30. In EL8 it seems to be intentional : $ rpm -q --changelog systemd |grep tmp.mount - unit: don't add Requires for tmp.mount (#1619292) $ grep -E 'tmpfs|tmp.mount' systemd.spec |grep -v devpts Patch0004: 0004-Avoid-tmp-being-mounted-as-tmpfs-without-the-user-s-.patch Patch0059: 0059-unit-don-t-add-Requires-for-tmp.mount.patch # No tmp-on-tmpfs by default in RHEL. bz#876122 bz#1578772 rm -f %{buildroot}%{_prefix}/lib/systemd/system/local-fs.target.wants/tmp.mount - unit: don't add Requires for...
2015 Dec 09
4
Trouble with Ubuntu 15.10 / syslinux 6.03
Hi, I'm looking for a hint about what has changed in syslinux 6.03. Some years ago I had written a script that configures a bootable USB pen drive with syslinux and some boot images, which still worked well under Ubuntu 14.04 LTS and previous versions, but does not work anymore under Ubuntu 15.10 with syslinux 6.03. I've boiled this down to a test-script that isolates the problem:
2019 Oct 22
0
C8 regression / tmp on tmpfs
...=1667065 >> > > It works in EL7 and F30. In EL8 it seems to be intentional : > > $ rpm -q --changelog systemd |grep tmp.mount > > - unit: don't add Requires for tmp.mount (#1619292) > > $ grep -E 'tmpfs|tmp.mount' systemd.spec |grep -v devpts > > Patch0004: 0004-Avoid-tmp-being-mounted-as-tmpfs-without-the-user-s-.patch > Patch0059: 0059-unit-don-t-add-Requires-for-tmp.mount.patch > # No tmp-on-tmpfs by default in RHEL. bz#876122 bz#1578772 > rm -f > %{buildroot}%{_prefix}/lib/systemd/system/local-fs.target.wants/tmp.mount > - unit: d...
2019 Oct 21
2
C8 regression / tmp on tmpfs
Does someone have a working tmp on tmpfs via systemctl enable tmp.mount under CentOS8/RHEL8? This seems to work straight in EL7 ... # LANG=C systemctl enable tmp.mount The unit files have no installation config (WantedBy, RequiredBy, Also, Alias settings in the [Install] section, and DefaultInstance for template units). This means they are not meant to be enabled using systemctl. Possible