00:25
<
stenur >
Geee, i now realize a /etc/rc change that sucks.
00:26
<
stenur >
Core guys, please restore: /bin/mount -t proc none /proc
00:26
<
stenur >
and /bin/mount -t sysfs none /sys
00:26
<
stenur >
to the much much better
00:26
<
stenur >
/bin/mountpoint /proc >/dev/null 2>&1 || /bin/mount -t proc none /proc
00:26
<
stenur >
/bin/mountpoint /sys >/dev/null 2>&1 || /bin/mount -t sysfs none /sys
00:27
<
stenur >
Always these security related hammers that sneak in, really.
00:27
<
stenur >
I have indeed { findmnt /sys/; findmnt /proc; } | grep ^/
00:28
<
stenur >
/sys none sysfs rw,nosuid,nodev,noexec,relatime
00:28
<
stenur >
/proc none proc rw,nosuid,nodev,noexec,relatime
00:28
<
stenur >
Thank you.
00:29
<
stenur >
(And it comes in like this already.)
00:29
<
stenur >
A nice Sunday, if you can.
00:30
<
stenur >
P.S.: and it could be mkdir -p -m 0755 /run/user, too
00:31
<
stenur >
P.P.S.: and quoting $HOSTNAME seems useless, ditto timezone, ditto keymap. Some things just will not happen.
00:32
<
stenur >
P.P.P.S.: and please please please, do not put your personal preferences onto other people; if you want another setterm --blank, why don't you invent a new rc.conf variable? And use that if it exists.
00:45
stenur has quit [Remote host closed the connection]
00:46
stenur has joined #crux-devel
01:11
SiFuh has quit [Ping timeout: 245 seconds]
01:13
SiFuh has joined #crux-devel
05:17
SiFuh_ has joined #crux-devel
05:17
SiFuh has quit [Ping timeout: 256 seconds]
13:33
ivandi has quit [Quit: WeeChat 3.4]
13:34
ivandi has joined #crux-devel
15:10
braewoods1 has joined #crux-devel
15:12
braewoods has quit [Ping timeout: 240 seconds]
15:12
braewoods1 is now known as braewoods
15:23
SiFuh has joined #crux-devel
15:26
SiFuh_ has quit [Ping timeout: 250 seconds]
15:29
stenur_ has joined #crux-devel
15:30
stenur has quit [Ping timeout: 250 seconds]
22:36
pitiIIo has quit [Ping timeout: 256 seconds]
22:38
pitiIIo has joined #crux-devel
22:46
pitiIIo has quit [Ping timeout: 256 seconds]
22:52
pitiIIo has joined #crux-devel