<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[HyperForum — [HyperbolaBSD] Feedback and issue-reports on bsdutils]]></title>
		<link>https://forums.hyperbola.info/viewtopic.php?id=1166</link>
		<atom:link href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=1166&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [HyperbolaBSD] Feedback and issue-reports on bsdutils.]]></description>
		<lastBuildDate>Fri, 13 Mar 2026 14:34:59 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [HyperbolaBSD] Feedback and issue-reports on bsdutils]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=8777#p8777</link>
			<description><![CDATA[<ul><li><p>&#039;logname&#039; and &#039;rm&#039; don&#039;t work due to a &#039;bad system call&#039; error. - <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=99924d9cba9678c8e59d2c1818fa573702d626cc">Fixed in commit 99924d9</a></p></li></ul><div class="codebox"><pre><code>$ ./build/logname/logname
Bad system call
$ ./build/rm/rm /tmp/testfile
Bad system call
$</code></pre></div><ul><li><p>&#039;install&#039; can create directories, but can&#039;t copy files into the target directory if the permission modes are set after the operation has succeeded. - <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=64c5432815917ab4d7ce031f9cfacf2e81f8bd7b">Fixed in commit 64c5432</a></p></li></ul><div class="codebox"><pre><code>$ ./build/install/install -d /tmp/testdir
$ ./build/install/install -m 644 /tmp/testfile /tmp/testdir
install: /tmp/testfile: Success
$ ./build/ls/ls -l /tmp/testdir
$</code></pre></div><ul><li><p>&#039;sort&#039; doesn&#039;t work due to a &#039;segmentation fault&#039; error. - <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=1e84f1438aa773bdfef08643703ca64ec9a338a5">Fixed in commit 1e84f14</a></p></li></ul><div class="codebox"><pre><code>$ ./build/cat/cat /tmp/testfile | ./build/sort/sort
Segmentation fault
$</code></pre></div><ul><li><p>&#039;stat&#039; produces a &#039;bad format&#039; warning and doesn&#039;t add a new line before the prompt. - <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=091fefcebd776ae885ad3fe82021754ee28e7d48">Fixed in commit 091fefc</a></p></li></ul><div class="codebox"><pre><code>$ ./build/stat/stat /tmp/testfile
stat: %#Xf: bad format
2050 162015 -rw-r--r-- 1 user user 0 0 &quot;Feb 26 20:51:20 2026&quot; &quot;Feb 26 20:51:20 2026&quot; 4096 0 $</code></pre></div><ul><li><p>&#039;nice&#039;, &#039;nohup&#039;, &#039;timeout&#039; and &#039;truncate&#039; don&#039;t work due to a &#039;bad system call&#039; error. - Mostly fixed in <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=709de594321f916f0c20b481e977874666e0ea28">commit 709de59</a>, <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=b0df564f20e0098ef12686d066d2c39313b5ff19">b0df564</a>, <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=e4a93d41f2f2d6289b82c90e7f7ac97d13046271">e4a93d4</a> and <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=678fe875f9c7dbdba45b431aac149d1ff99a3688">678fe87</a></p></li></ul><div class="codebox"><pre><code>$ ./build/nice/nice -15 gimp
Bad system call
$ ./build/nohup/nohup badwolf
Bad system call
$ ./build/timeout/timeout 120 supertuxkart
Bad system call
$ ./build/truncate/truncate -s10 /tmp/testfile
Bad system call
$</code></pre></div><ul><li><p>&#039;df&#039; incorrectly prints in the filesystem and mount target path row. - <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/commit/?id=e0cc280e6945315037e2c31747a7c6c01ab97b52">Fixed in commit e0cc280</a></p></li></ul><div class="codebox"><pre><code>$ ./build/df/df -h /dev/sda{1,2}
Filesystem     Size   Used Avail %Cap Mounted on
proc           126M    55M   71M  43% /proc
sys             21G    11G  9.0G  55% /sys
$ df -h /dev/sda{1,2}
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda1       127M   55M   72M  44% /boot
/dev/sda2        22G   12G  9.0G  56% /
$</code></pre></div><ul><li><p>Also, &#039;umask&#039; is absent. - Will be included in future versions.</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (HarvettFox96)]]></author>
			<pubDate>Fri, 13 Mar 2026 14:34:59 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=8777#p8777</guid>
		</item>
		<item>
			<title><![CDATA[[HyperbolaBSD] Feedback and issue-reports on bsdutils]]></title>
			<link>https://forums.hyperbola.info/viewtopic.php?pid=8776#p8776</link>
			<description><![CDATA[<p>Hello together,</p><p>this thread is meant to collect, discuss, test and solve issues on <strong>bsdutils</strong> in development for HyperbolaBSD and generic GNU/Linux-libre also.</p><p>Here to look out for the development:&nbsp; <a href="https://git.hyperbola.info:50100/hyperbolabsd/bsdutils.git/">https://git.hyperbola.info:50100/hyperb … utils.git/</a></p>]]></description>
			<author><![CDATA[null@example.com (throgh)]]></author>
			<pubDate>Fri, 13 Mar 2026 14:06:15 +0000</pubDate>
			<guid>https://forums.hyperbola.info/viewtopic.php?pid=8776#p8776</guid>
		</item>
	</channel>
</rss>
