Skip to content

Instantly share code, notes, and snippets.

@nivit
Created January 15, 2023 13:45
Show Gist options
  • Save nivit/922a3176b2e80fef2d09e5c5268f7c8e to your computer and use it in GitHub Desktop.
Save nivit/922a3176b2e80fef2d09e5c5268f7c8e to your computer and use it in GitHub Desktop.
RSS feed with newline in a title
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title>The FreeBSD Forums</title>
<description>The FreeBSD Forums</description>
<pubDate>Sun, 15 Jan 2023 13:35:33 +0000</pubDate>
<lastBuildDate>Sun, 15 Jan 2023 13:35:33 +0000</lastBuildDate>
<generator>The FreeBSD Forums</generator>
<link>https://forums.FreeBSD.org/</link>
<atom:link rel="self" type="application/rss+xml" href="https://forums.FreeBSD.org/forums/-/index.rss"/>
<item>
<title>rsync listing modules is a serious security hazard (according to the Dutch Ministerie van
Economische Zaken en Klimaat)</title>
<pubDate>Sun, 15 Jan 2023 13:01:40 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/rsync-listing-modules-is-a-serious-security-hazard-according-to-the-dutch-ministerie-van-economische-zaken-en-klimaat.87732/</link>
<guid isPermaLink="false">87732</guid>
<author>invalid@example.com (Ome Ko)</author>
<category domain="https://forums.FreeBSD.org/forums/web-and-network-services.43/"><![CDATA[Web and Network Services]]></category>
<dc:creator>Ome Ko</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">So basically this will be of interest to the Dutch rsyncing community, but I think there are some issues here that may be interesting to a broader audience too, since I had myself a bit of a learning experience in solving the issue.<br />
<br />
Yesterday I got an email from an institution called the Digital Trust Center that seems to be part of the dutch Ministry for Economic Affairs and the Environment. As a non-follower of Dutch politics, I was thrilled to learn that our government finally made the link between economic activities and the environment. I was also happy with the fact that this ministry sent me the email to tell me that &quot;a serious cybersecurity hazard was threatening my company&quot;.<br />
<br />
That sounded like taxmoney well spent.<br />
<br />
Turns out the Digital Trust Center - apparently by way of their shadowserver-proxy - found out they could list the rsync modules on one of my servers when connecting to port 873.<br />
Now this setup has been in place for about 20-odd years and I can't remember looking at the rsyncd.log ever since. But it is actually true that a rsync-request from any ipaddress like rsync rsync://oneofmyservers.nl lists the modules that are available for rsync for certain IP numbers.<br />
<br />
Now rsync allows you to set the allowed hosts for the daemon - which I did of course -, but I never realized that anyone regardless of this setting can view the modules that have the setting list = yes. <br />
So I changed that to 'no' on all the moduleconfigs.<br />
<br />
Next I didn't really like the idea of kiddies (or my government) connecting to rsync at all. Not using any firewalls on my servers for some 20-odd years (bsd rules!) I opted for the good old tcpwrapper /etc/hosts.allow functionality. Now for this to work (and to prevent you getting emails from the Dutch government) you have to remove the rsynd from the rc.d way of doing things:<br />
<br />
chmod -x /usr/local/etc/rc.d/rsyncd<br />
vi /etc/rc.conf and comment out rsync_enable=&quot;YES&quot;<br />
<br />
and use inetd to start rsync as a daemon:<br />
<br />
vi /etc/inetd.conf<br />
rsync stream tcp nowait root /usr/local/bin/rsync rsync --daemon<br />
<br />
Rsync knows where the configfile is (/usr/local/etc/rsync/rsyncd.conf) so you don't need to worry about that.<br />
<br />
Next just edit /etc/hosts.allow to add<br />
<br />
rsync : ip.ip.ip.ip : allow<br />
rsync : ALL : deny<br />
<br />
and our governement can go back to spending money on economic affairs (or the environment if there's anything left).<br />
<br />
Hope this helps someone.</div>]]></content:encoded>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Which book do you plan to read.</title>
<pubDate>Sun, 15 Jan 2023 12:32:58 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/which-book-do-you-plan-to-read.87570/</link>
<guid isPermaLink="false">87570</guid>
<author>invalid@example.com (Alain De Vos)</author>
<category domain="https://forums.FreeBSD.org/forums/off-topic.15/"><![CDATA[Off-Topic]]></category>
<dc:creator>Alain De Vos</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">In these dark days, which book do you plan to read.<br />
[For me by coincidence a programming book :<br />
<div class="bbCodeBlock bbCodeBlock--unfurl js-unfurl fauxBlockLink"
data-unfurl="true" data-result-id="57058" data-url="https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs" data-host="en.wikipedia.org" data-pending="false">
<div class="contentRow">
<div class="contentRow-figure contentRow-figure--fixedSmall js-unfurl-figure">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/9d/SICP_cover.jpg" alt="en.wikipedia.org" data-onerror="hide-parent"/>
</div>
<div class="contentRow-main">
<h3 class="contentRow-header js-unfurl-title">
<a href="https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs"
class="link link--external fauxBlockLink-blockLink"
target="_blank"
rel="nofollow ugc noopener"
data-proxy-href="">
Structure and Interpretation of Computer Programs - Wikipedia
</a>
</h3>
<div class="contentRow-snippet js-unfurl-desc"></div>
<div class="contentRow-minor contentRow-minor--hideLinks">
<span class="js-unfurl-favicon">
<img src="https://en.wikipedia.org/static/favicon/wikipedia.ico" alt="en.wikipedia.org" class="bbCodeBlockUnfurl-icon"
data-onerror="hide-parent"/>
</span>
en.wikipedia.org
</div>
</div>
</div>
</div>
]</div>]]></content:encoded>
<slash:comments>140</slash:comments>
</item>
<item>
<title>FreeBSD installation with multiple NVME`s and 1 SSD with ZFS.</title>
<pubDate>Sun, 15 Jan 2023 12:18:54 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/freebsd-installation-with-multiple-nvme-s-and-1-ssd-with-zfs.87734/</link>
<guid isPermaLink="false">87734</guid>
<author>invalid@example.com (GlitchyDot)</author>
<category domain="https://forums.FreeBSD.org/forums/installing-and-upgrading-freebsd.4/"><![CDATA[Installing and Upgrading FreeBSD]]></category>
<dc:creator>GlitchyDot</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Looking for some advice on how to set up my workstation/server with ZFS. I have 4 512GB nvme`s inside raid card ( PCIE is x4 x4 x4 x4) and one server ssd(480 gb) on sata connection. Most important part for me is to use my ssd for sql database ( so i need this to be like a separate partition or separated from rest of the nvme`s pool - non mirrored, non raid etc. as i have only one ssd ) , backups of sql data will be on a portable ssd ( and i will perform it manually for time being ). My WS equiped with 32GB ECC memory.<br />
My experience with file systems is limited, on something like Arch or Debian i would just mount my ssd as separate partition but in FreeBSD with ZFS its a bit different and i got lost on Pool Type/Disk selection. Also needs to be fully encrypted ( specially SSD for &quot;just in case&quot; reasons ). And do i need swap for ZFS and 32GB ram or swap is irrelevant at this point ?<br />
Thank You.</div>]]></content:encoded>
<slash:comments>10</slash:comments>
</item>
<item>
<title>Chromium, Iridium, Ungoogled</title>
<pubDate>Sun, 15 Jan 2023 12:13:16 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/chromium-iridium-ungoogled.87742/</link>
<guid isPermaLink="false">87742</guid>
<author>invalid@example.com (Geezer)</author>
<category domain="https://forums.FreeBSD.org/forums/general.3/"><![CDATA[General]]></category>
<dc:creator>Geezer</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">There seem to be three similar ports at the moment (although these do change from time to time):<br />
<a target="_blank" title="www/chromium port" href="http://www.freshports.org/www/chromium"><u><tt style="color: #0645AD /*#007a00*/; font-style: italic; text-decoration: underline;">www/chromium</tt></u></a><br />
<a target="_blank" title="www/iridium port" href="http://www.freshports.org/www/iridium"><u><tt style="color: #0645AD /*#007a00*/; font-style: italic; text-decoration: underline;">www/iridium</tt></u></a><br />
<a target="_blank" title="www/ungoogled-chromium port" href="http://www.freshports.org/www/ungoogled-chromium"><u><tt style="color: #0645AD /*#007a00*/; font-style: italic; text-decoration: underline;">www/ungoogled-chromium</tt></u></a><br />
<br />
I always thought that iridium was the 'ungoogled' port of chromium, but now I have become aware of ungoogled as a port itself.<br />
<br />
Any ideas on the various pluses and minuses of each?</div>]]></content:encoded>
<slash:comments>0</slash:comments>
</item>
<item>
<title>can't install trinity / make install</title>
<pubDate>Sun, 15 Jan 2023 12:05:06 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/cant-install-trinity-make-install.87730/</link>
<guid isPermaLink="false">87730</guid>
<author>invalid@example.com (nineret)</author>
<category domain="https://forums.FreeBSD.org/forums/other-window-managers.31/"><![CDATA[Other Window Managers]]></category>
<dc:creator>nineret</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">hey guy<br />
i tried install trinity with make install and doing everything from wiki tutorial @~@<br />
<div class="bbCodeBlock bbCodeBlock--unfurl js-unfurl fauxBlockLink"
data-unfurl="true" data-result-id="53751" data-url="https://wiki.trinitydesktop.org/FreeBSD_Trinity_Installation_Instructions" data-host="wiki.trinitydesktop.org" data-pending="false">
<div class="contentRow">
<div class="contentRow-main">
<h3 class="contentRow-header js-unfurl-title">
<a href="https://wiki.trinitydesktop.org/FreeBSD_Trinity_Installation_Instructions"
class="link link--external fauxBlockLink-blockLink"
target="_blank"
rel="nofollow ugc noopener"
data-proxy-href="">
FreeBSD Trinity Installation Instructions - Trinity Desktop Project Wiki
</a>
</h3>
<div class="contentRow-snippet js-unfurl-desc"></div>
<div class="contentRow-minor contentRow-minor--hideLinks">
<span class="js-unfurl-favicon">
<img src="https://wiki.trinitydesktop.org/favicon.ico" alt="wiki.trinitydesktop.org" class="bbCodeBlockUnfurl-icon"
data-onerror="hide-parent"/>
</span>
wiki.trinitydesktop.org
</div>
</div>
</div>
</div>
ive using freebsd 13.1-RELEASE after i managed to install xfce de<br />
<br />
i do sudo make install clean and tried on root account still doesn't work!!1<br />
output<br />
<code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd><br />
make: &quot;/usr/share/mk/bsd.port.subdir.mk&quot; line 22: Cannot open /usr/ports/Mk/bsd.port.subdir.mk<br />
make: Fatal errors encountered -- cannot continue<br />
make: stopped in /usr/home/nineret/Desktop/tde-packaging/freebsd<br />
</kbd></code><br />
<br />
i also search though internet how to fix and couldnt find solution <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /><br />
also /usr/ports/ were empty nothing in it<br />
<br />
what do i do wrong? X~X<br />
thanks</div>]]></content:encoded>
<slash:comments>2</slash:comments>
</item>
<item>
<title>TP-Link Archer T4U Plus Support</title>
<pubDate>Sun, 15 Jan 2023 11:18:42 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/tp-link-archer-t4u-plus-support.87739/</link>
<guid isPermaLink="false">87739</guid>
<author>invalid@example.com (TXAdm)</author>
<category domain="https://forums.FreeBSD.org/forums/peripheral-hardware.46/"><![CDATA[Peripheral Hardware]]></category>
<dc:creator>TXAdm</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">I just purchased this USB Wifi adapter but am able to get it to work. I have made sure that the driver is loaded into the kernel. The chipset is rtl8812au. My only guess is that the adapter description/name/type is not incldued..<br />
<br />
Request that it be added.<br />
<br />
Thanks!</div>]]></content:encoded>
<slash:comments>1</slash:comments>
</item>
<item>
<title>Using sysutils/pam_xdg, but $XDG_xxx vars are not updating upon "su" (and maybe in other situations too)</title>
<pubDate>Sun, 15 Jan 2023 08:31:43 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/using-sysutils-pam_xdg-but-xdg_xxx-vars-are-not-updating-upon-su-and-maybe-in-other-situations-too.87741/</link>
<guid isPermaLink="false">87741</guid>
<author>invalid@example.com (rwv37)</author>
<category domain="https://forums.FreeBSD.org/forums/installation-and-maintenance-of-ports-or-packages.5/"><![CDATA[Installation and Maintenance of Ports or Packages]]></category>
<dc:creator>rwv37</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">I'm using <code class="bbCodeInline">sysutils/pam_xdg</code> to set the various <code class="bbCodeInline">$XDG_xxx</code> variables for shells. The man page for it says you should probably insert the following line into the <code class="bbCodeInline">session</code> sections of various <code class="bbCodeInline">/etc/pam.d</code> config files:<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>session optional pam_xdg.so notroot track_sessions</code></pre>
</div>
</div>I have done that (in all the suggested files, including <code class="bbCodeInline">/etc/pam.d/su</code>), with one modification: I did not include the <code class="bbCodeInline">notroot</code> option. I did this because:<br />
<br />
(1) The man page says that if <code class="bbCodeInline">notroot</code> is used, &quot;the module will bypass itself for root account logins and perform no actions for root&quot;, and<br />
<br />
(2) I want it to operate for root.<br />
<br />
When I log into my main account (<code class="bbCodeInline">bob</code>), the <code class="bbCodeInline">$XDG_xxx</code> vars are set up as I expect. For example:<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>$ echo $XDG_CONFIG_HOME
/home/bob/.config</code></pre>
</div>
</div>But when I then do a <code class="bbCodeInline">su</code>, the variable is unchanged:<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code># echo $XDG_CONFIG_HOME
/home/bob/.config</code></pre>
</div>
</div><br />
This... does not seem good, as now <code class="bbCodeInline">root</code> will use <code class="bbCodeInline">bob</code>'s config and whatnot (including, for a particularly bad example, <code class="bbCodeInline">gpg</code> config). This sort of possible behavior is exactly why I had decided to get rid of <code class="bbCodeInline">notroot</code> in the first place.<br />
<br />
I have also tried it <i>with</i> <code class="bbCodeInline">notroot</code>, just in case the problem was a &quot;checking a boolean against the wrong value&quot; sort of bug. This did not help. Also, I tried shutting down the machine and booting from scratch; this also did not help.<br />
<br />
Like I said, I added that line to all of the suggested <code class="bbCodeInline">/etc/pam.d</code> files, which are: <code class="bbCodeInline">system</code>, <code class="bbCodeInline">login</code>, <code class="bbCodeInline">sshd</code>, and <code class="bbCodeInline">su</code>. Is there perhaps some other file that I should also add it to? I had imagined that adding it to <code class="bbCodeInline">su</code> would handle it for the case of when a <code class="bbCodeInline">su</code> command is issued.<br />
<br />
Or are there perhaps (seemingly) unrelated factors at play here? Like, maybe there's some other <code class="bbCodeInline">pam</code> setting that stops it from happening for <code class="bbCodeInline">root</code>? I strongly believe that adding this line to the specified files was the only change I've ever made to <code class="bbCodeInline">pam</code> configuration, so everything else should be the FreeBSD 13.1 default. And to be clear, I really do mean &quot;ever&quot; - not merely &quot;ever on this particular machine&quot;. I'm essentially a total <code class="bbCodeInline">pam</code> newbie.<br />
<br />
Any help would be appreciated. Thanks in advance.</div>]]></content:encoded>
<slash:comments>7</slash:comments>
</item>
<item>
<title>ffmpeg not listed by pkg search - armv6</title>
<pubDate>Sun, 15 Jan 2023 07:00:07 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/ffmpeg-not-listed-by-pkg-search-armv6.87740/</link>
<guid isPermaLink="false">87740</guid>
<author>invalid@example.com (GavOnyx)</author>
<category domain="https://forums.FreeBSD.org/forums/installation-and-maintenance-of-ports-or-packages.5/"><![CDATA[Installation and Maintenance of Ports or Packages]]></category>
<dc:creator>GavOnyx</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Hi. Im running Freebsd on a raspberry pi 1B and have a need for <a target="_blank" title="multimedia/ffmpeg port" href="http://www.freshports.org/multimedia/ffmpeg"><u><tt style="color: #0645AD /*#007a00*/; font-style: italic; text-decoration: underline;">multimedia/ffmpeg</tt></u></a> (libav could work too but its depreciated I think). But when I search for it using <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>pkg-search</kbd></code>, it is not listed.<br />
<br />
Here's the output of <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>uname -a</kbd></code>.<br />
<code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>FreeBSD rpi-b 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 RPI-B arm</kbd></code><br />
<br />
I have tried a few things. I force updated pkg using <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>pkg update -f</kbd></code>. I installed the ports collection but couldn't find it there. I hopped around the ffmpeg website and tried compiling it from source using <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg</kbd></code>, but the configure script failed --though tbh I have very little experience building from source. The error I got when running the <tt style="color: #007a00;">configure</tt> script was <i>gcc is unable to create an executable file. C compiler test failed.</i><br />
<br />
I've searched around a bunch of places but pretty much everything on how to &quot;install ffmpeg on freebsd&quot; says use <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>pkg install ffmpeg</kbd></code> (Ive tried that too, I just get the <i>pkg: No packages available to install matching 'ffmpeg' have been found in the repositories</i> response).<br />
<br />
I saw on freshports that FreeBSD 12 armv6 has ffmpeg 4.3.1_4,1 but that FreeBSD 13 and 14 list armv6 as fallout. The other fallouts on this page usually say &quot;repo not found&quot; but hovering over the fallout indicator for freebsd 13 armv6 shows normal stats. Theres also no entries at <a href="https://portsfallout.com/fallout?port=multimedia%2Fffmpeg%24" target="_blank" class="link link--external" rel="nofollow ugc noopener">https://portsfallout.com/fallout?port=multimedia/ffmpeg$</a> about any fallout for ffmpeg.<br />
<br />
So, do I have to downgrade to FreeBSD 12 to use ffmpeg on my old rpi? Or is there a way to compile it from source? If it can be compiled, I would very much appreciate help with that.<br />
<br />
Thanks in advanced</div>]]></content:encoded>
<slash:comments>1</slash:comments>
</item>
<item>
<title>how can i install clangd on freebsd?</title>
<pubDate>Sun, 15 Jan 2023 02:28:46 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/how-can-i-install-clangd-on-freebsd.87736/</link>
<guid isPermaLink="false">87736</guid>
<author>invalid@example.com (loldruger)</author>
<category domain="https://forums.FreeBSD.org/forums/userland-programming-and-scripting.35/"><![CDATA[Userland Programming and Scripting]]></category>
<dc:creator>loldruger</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">hi i'm really new to unix/linux system, so it would be a dumb question.<br />
my ultimate goal is to setup environment of helix editor and c++, but i dont know how to do it what can i do?</div>]]></content:encoded>
<slash:comments>2</slash:comments>
</item>
<item>
<title>zfs and realtime mirroring</title>
<pubDate>Sun, 15 Jan 2023 01:45:22 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/zfs-and-realtime-mirroring.87729/</link>
<guid isPermaLink="false">87729</guid>
<author>invalid@example.com (decuser)</author>
<category domain="https://forums.FreeBSD.org/forums/storage.48/"><![CDATA[Storage]]></category>
<dc:creator>decuser</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">I'm curious if there's any kind of realtime (or lagging realtime) remote mirroring option for ZFS. I have plenty of mirroring going on locally, but I'd also like to mirror across the network to another server. I know enough about SEND and RECEIVE to know I can send snapshots, but what about in realtime or close to it? Is this possible and relatively straightforward to implement/tear down? If all there is is send/receive with snapshots and incrementals, I'll be sad.<br />
<br />
In my simpleton's minds eye, I'm thinking something along the lines of:<br />
<br />
zfs mirror-remote mywhizbang-replicant-pool localpool remotepool<br />
with a later<br />
zfs destroy mywhizbang-replicant-pool<br />
<br />
or somesuch. If there's a simple manpage to huntdown, that's fine too, just send me the rtfm <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" />.<br />
<br />
Will</div>]]></content:encoded>
<slash:comments>8</slash:comments>
</item>
<item>
<title>Forum RSS feed</title>
<pubDate>Sat, 14 Jan 2023 23:53:35 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/forum-rss-feed.85676/</link>
<guid isPermaLink="false">85676</guid>
<author>invalid@example.com (getopt)</author>
<category domain="https://forums.FreeBSD.org/forums/feedback-about-the-forums.17/"><![CDATA[Feedback (about the Forums)]]></category>
<dc:creator>getopt</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Can we please improve our RSS feed?<br />
<br />
It works fine but instead of sending the latest post of a thread always the first post (OP) is being sent when a thread is updated.<br />
<br />
As this has little value of information can this please be changed?</div>]]></content:encoded>
<slash:comments>6</slash:comments>
</item>
<item>
<title>Changed behavior in rxvt-unicode between 9.30 and 9.31</title>
<pubDate>Sat, 14 Jan 2023 22:12:16 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/changed-behavior-in-rxvt-unicode-between-9-30-and-9-31.87711/</link>
<guid isPermaLink="false">87711</guid>
<author>invalid@example.com (scottro)</author>
<category domain="https://forums.FreeBSD.org/forums/installation-and-maintenance-of-ports-or-packages.5/"><![CDATA[Installation and Maintenance of Ports or Packages]]></category>
<dc:creator>scottro</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Firstly, I don't know enough about making packages to know what changed, when looking at <a href="http://dist.schmorp.de/rxvt-unicode/Changes" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://dist.schmorp.de/rxvt-unicode/Changes</a><br />
Anyway, generally, I use dwm in tiling mode. When I open a urxvt terminal which will take up a full screen if it's the first thing I open after starting X, the PS1 prompt has always appeared at the top of the terminal, where I would expect it to be. However, after upgrading to urxvt (rxvt-unicode)-9.31, if I open a new terminal, the prompt appears in the lower third of the terminal. Testing with other terminals and renaming .Xdefaults indicate that it's specific to urxvt. Looking at the man page under FILES just shows /usr/local/lib/perl and says it's just for colours, though there are several files in /usr/local/lib/perl, but they seem like extensions.<br />
<br />
If I use openbox, or dwm's floating mode, I don't have this issue. Even in dwm tiled mode, where I have the problem, doing ctl+l to clear the terminal puts the prompt back at the top where expected. Once I make a main window, taking up about half of the screen, any windows I create after that have the prompt in the right place. (As a tiling manager, dwm gives you one master window and new windows are tiled, being a smaller size). In tmux the prompt appears in the right place.<br />
<br />
On my main FreeBSD workstation, I just went back to 9.30 which doesn't have the problem. Testing on VoidLinux, it seems to be an issue with 9.31, as I see the same issue when I run dwm in VoidLinux. <br />
<br />
It's a very minor issue, instantaneously fixed by doing ctl+l but it's a bit annoying, I am wondering if anyone has any idea what file to edit to bring it back to its former behavior. I realize it will only show for people who have recently upgraded urxvt (I use latest, so it might not be in quarterly) and who use tiling window managers. (For all I know, it's only in dwm, as that's the only tiling manager I use, but I figure it might show up in any window manager that opens a termina full screen. I did that in openbox and found that the issue showed up there too, if i opened the terminal full screen.)<br />
<br />
I freely admit it's a very minor complaint, but it does seem that there should be a way to change it back.</div>]]></content:encoded>
<slash:comments>7</slash:comments>
</item>
<item>
<title>Spotify</title>
<pubDate>Sat, 14 Jan 2023 21:49:16 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/spotify.63204/</link>
<guid isPermaLink="false">63204</guid>
<author>invalid@example.com (buenyamin)</author>
<category domain="https://forums.FreeBSD.org/forums/multimedia-gaming.19/"><![CDATA[Multimedia/Gaming]]></category>
<dc:creator>buenyamin</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Is there any way to use Spotify on FreeBSD 11.1?<br />
I tried using the webplayer with firefox, but couldn't get it to work.<br />
I was able to install Clementine player and its spotify plugin, but the plugin does not successfully login to my spotify premium account.<br />
<br />
Tried Wine as well with the current windows Spotify installer but was not able to get it to work.<br />
<br />
Is there any way to use Spotify on FreeBSD?</div>]]></content:encoded>
<slash:comments>30</slash:comments>
</item>
<item>
<title>FreeBSD 13.1 on ASUS E200HA</title>
<pubDate>Sat, 14 Jan 2023 20:39:01 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/freebsd-13-1-on-asus-e200ha.87737/</link>
<guid isPermaLink="false">87737</guid>
<author>invalid@example.com (jakubdlg)</author>
<category domain="https://forums.FreeBSD.org/forums/installing-and-upgrading-freebsd.4/"><![CDATA[Installing and Upgrading FreeBSD]]></category>
<dc:creator>jakubdlg</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Hello to everyone.<br />
At the beginning I have to admit I'm new to FreeBSD. I'm working mostly on Debian-based systems from almost fifteen years, but always wanted to try the *BSD.<br />
I have quite old netbook - ASUS E200HA from 2016, with Intel Cherry Trail on board (Intel Atom), 2GB RAM and 32GB embedded eMMC drive.<br />
I thought it would be nice to test and learn something about working with FreeBSD on that laptop.<br />
I've downloaded the latest FreeBSD-13.1-RELEASE-amd64-memstick.img image and burned it with my production laptop to the USB stick, and tried to install on this ASUS E200HA toy.<br />
First, there was a problem with hint.uart.1.at - During the boot from USB stick, everything was frozen after the atkbd0 : [GIANT LOCKED] line.<br />
After some research on this forum I've found the solution - after loading the freeBSD boot menu, I've chosen the third option (escape to loader prompt), where I put the unset hint.uart.1.at command and then boot command. After that, the setup has started successfully, but on the FreeBSD Welcome Screen (where you can choose to Install, go to Shell, or start Live CD), the system hangs, I can't do anything... Only thing that helps is to do the hard-power-off. I've tried to find the solution here on FreeBSD Forums, but no luck.<br />
Can anyone please help me to figure it out, or give me a hint how to solve it?<br />
Thanks in advance.<br />
Best regards,<br />
Jakub</div>]]></content:encoded>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Looking for HOW TO setup FreeBSD as a web server.</title>
<pubDate>Sat, 14 Jan 2023 20:13:53 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/looking-for-how-to-setup-freebsd-as-a-web-server.87731/</link>
<guid isPermaLink="false">87731</guid>
<author>invalid@example.com (GlitchyDot)</author>
<category domain="https://forums.FreeBSD.org/forums/off-topic.15/"><![CDATA[Off-Topic]]></category>
<dc:creator>GlitchyDot</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Hey guys, im looking for HOW TO to set up FreeBSD for web server and ssh connection and good tips, tricks and settings. ( maybe jails as well )<br />
Im working with web development (django ) and my server will be at home as i have access to my PC trough Asus router so i want to make it secure.<br />
My PC: Asus Z10PE-D16 WS with dual Xeon`s main os will be running in nvme and also i have raid card with bifurcated bios with x4 x4 x4 x4 settings for 4nvmes in raid card and SQL will be running on Samsung server ssd.<br />
Ill be running it mostly headless and doing all the work trough ssh from laptops or my gaming rig.<br />
I know its silly question, but ...<br />
Thank You.</div>]]></content:encoded>
<slash:comments>10</slash:comments>
</item>
<item>
<title>Music…</title>
<pubDate>Sat, 14 Jan 2023 19:44:28 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/music.34705/</link>
<guid isPermaLink="false">34705</guid>
<author>invalid@example.com (GuillotinePartition)</author>
<category domain="https://forums.FreeBSD.org/forums/off-topic.15/"><![CDATA[Off-Topic]]></category>
<dc:creator>GuillotinePartition</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">What's your favorite genre of music? <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /><br />
<br />
Me&gt;&gt;<br />
Rock: Classic, Hard, Metal (Heavy, Thrash, Death [Brutal Tech., Melodic])<br />
<br />
Jazz: Bebop (Hard Bop), Cool (Modal), Big Band (Swing), Latin (Afro-Rican/Cuban/Brazilian), Avant Garde, Third Stream<br />
<br />
R&amp;B: Oldies, Soul, Funk<br />
<br />
Electronic: Liquid D&amp;B, VGM, Downtempo<br />
<br />
Some hip-hop, pop, blues</div>]]></content:encoded>
<slash:comments>1958</slash:comments>
</item>
<item>
<title>How to tell FreeBSD to stop producing pkgsave files.</title>
<pubDate>Sat, 14 Jan 2023 19:42:26 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/how-to-tell-freebsd-to-stop-producing-pkgsave-files.87645/</link>
<guid isPermaLink="false">87645</guid>
<author>invalid@example.com (ziomario)</author>
<category domain="https://forums.FreeBSD.org/forums/installation-and-maintenance-of-ports-or-packages.5/"><![CDATA[Installation and Maintenance of Ports or Packages]]></category>
<dc:creator>ziomario</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Hello.<br />
<br />
From the boot messages I see that tor starts two times. So,I'm investigating the reason and I've found that it could be because the system creates a lot of pkgsave files,even with the executables,as you can see below.<br />
<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code># find /usr -name &quot;tor*.pkgsave&quot; -print
/usr/local/bin/tor.pkgsave
/usr/local/etc/rc.d/tor.pkgsave
# find /usr -name &quot;tor&quot; -print
/usr/local/bin/tor
/usr/local/etc/tor
/usr/local/etc/rc.d/tor</code></pre>
</div>
</div><br />
is there a method to tell the system to don't produce them ? otherwise I have a lot of duplicated services that tries to start and a lot of errors happens.</div>]]></content:encoded>
<slash:comments>71</slash:comments>
</item>
<item>
<title>Reliability of eMMC onboard storage</title>
<pubDate>Sat, 14 Jan 2023 19:13:33 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/reliability-of-emmc-onboard-storage.87704/</link>
<guid isPermaLink="false">87704</guid>
<author>invalid@example.com (Phishfry)</author>
<category domain="https://forums.FreeBSD.org/forums/storage.48/"><![CDATA[Storage]]></category>
<dc:creator>Phishfry</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">What are fellow users thoughts about the reliability of eMMC built into many platforms these days?<br />
<br />
The normal metrics of SMART are not used but there is a wear indicator available in <a target="_blank" title="sysutils/mmc-utils/ port" href="http://www.freshports.org/sysutils/mmc-utils/"><u><tt style="color: #0645AD /*#007a00*/; font-style: italic; text-decoration: underline;">sysutils/mmc-utils/</tt></u></a> but not as detailed as SMART.<br />
<br />
I have a BeagleBone with eMMC that has some good life on it. I wonder about its life cycle.<br />
<br />
Has anybody had eMMC fail on them? I see that San Disk seems to be a frequent supplier.</div>]]></content:encoded>
<slash:comments>2</slash:comments>
</item>
<item>
<title>Intel Tiger Lake-H HD Audio Controller</title>
<pubDate>Sat, 14 Jan 2023 19:04:37 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/intel-tiger-lake-h-hd-audio-controller.87735/</link>
<guid isPermaLink="false">87735</guid>
<author>invalid@example.com (jgchen)</author>
<category domain="https://forums.FreeBSD.org/forums/system-hardware.32/"><![CDATA[System Hardware]]></category>
<dc:creator>jgchen</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">I have a Lenovo Thinkpad P15 laptop, and the Cpu is i9-11950H.<br />
I used to run Archlinux on it, but soon I was tired of it updating the software version without my attention, so I wanted to change it to Freebsd.<br />
After repeated attempts, I successfully installed Freebsd13.1, boot on zfs with efi on the second nvme hard disk, and then installed the plasma5 desktop environment and configured the wireless network (Intel Ax210). Everything was OK, but the remaining hardware still failed to work: audio, bluetooth, and several other unimportant ones, such as SD reader, lightning, etc<br />
The first thing to be solved is audio. I have tried various methods, but they can't work.<br />
<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>❯ pciconf -lvV
...
none5@pci0:0:31:3: class=0x040100 rev=0x11 hdr=0x00 vendor=0x8086 device=0x43c8 subvendor=0x17aa subdevice=0x22d8
vendor = 'Intel Corporation'
device = 'Tiger Lake-H HD Audio Controller'
class = multimedia
subclass = audio
...
❯ dmesg | grep hda
hdac0: &lt;NVIDIA (0x2291) HDA Controller&gt; mem 0xae000000-0xae003fff at device 0.1 on pci1
hdacc0: &lt;NVIDIA (0x00a0) HDA CODEC&gt; at cad 0 on hdac0
hdaa0: &lt;NVIDIA (0x00a0) Audio Function Group&gt; at nid 1 on hdacc0
pcm0: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 4 on hdaa0
pcm1: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 5 on hdaa0
pcm2: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 6 on hdaa0
pcm3: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 7 on hdaa0
hdac0: &lt;NVIDIA (0x2291) HDA Controller&gt; mem 0xae000000-0xae003fff at device 0.1 on pci1
hdacc0: &lt;NVIDIA (0x00a0) HDA CODEC&gt; at cad 0 on hdac0
hdaa0: &lt;NVIDIA (0x00a0) Audio Function Group&gt; at nid 1 on hdacc0
pcm0: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 4 on hdaa0
pcm1: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 5 on hdaa0
pcm2: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 6 on hdaa0
pcm3: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; at nid 7 on hdaa0
❯ cat /dev/sndstat
Installed devices:
pcm0: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; (play) default
pcm1: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; (play)
pcm2: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; (play)
pcm3: &lt;NVIDIA (0x00a0) (HDMI/DP 8ch)&gt; (play)
No devices installed from userspace.</code></pre>
</div>
</div><br />
Please help<br />
Thank you.</div>]]></content:encoded>
<slash:comments>4</slash:comments>
</item>
<item>
<title>Repeated change of link status'</title>
<pubDate>Sat, 14 Jan 2023 18:41:25 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/repeated-change-of-link-status.87738/</link>
<guid isPermaLink="false">87738</guid>
<author>invalid@example.com (bryanjlaz)</author>
<category domain="https://forums.FreeBSD.org/forums/networking.7/"><![CDATA[Networking]]></category>
<dc:creator>bryanjlaz</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Possibly relevant info: I have two machines running FreeBSD systems. One is also running two jails, one is an Apache web server and the other is a Postfix / Dovecot server. The machine without the jails is running Squid Proxy with C-Icap and ClamAV. The squid machine has been up and running with very few issues since September of 2021. The other machine has been running the Apache server since February of 2022 also with no or few issues and the Postfix / Dovecot server since early December of 2022. <br />
<br />
Recently I have noticed in /var/log/messages, reports stating, &quot;send_packet: Network is down&quot; as well as &quot;error resolving pool 0.freebsd.pool.ntp.org: Name does not resolve (8)&quot; on the machine running the Squid Proxy. And in dmesg.today on the host running the jails, there are repeated entries for the network interfaces changing states from &quot;Up&quot; to &quot;Down&quot; constantly. Everything up until this point has seemed to function properly for quite some time on both machines but I am currently in the midst of troubleshooting some connectivity issues with the Postfix / Dovecot server (mail will not go out), and I am wondering if what I am describing here may be playing a role in that. It's proving difficult to tell where the issue is stemming from because all of the systems also pass through a PfSense firewall before hitting the public net.<br />
<br />
Although these two machines are not interacting with each other, I'm including them for reason of the behavior being similar.<br />
<br />
Any insight would be greatly appreciated and I will supply any further details, logs, screenshots that may help.<br />
<br />
The first screenshot (left) is of the machine running the Squid Proxy and the second is of the host to jails.<br />
<br />
<img src="https://forums.freebsd.org/attachments/freebsd-1-jpg.15372/"
class="bbImage "
style=""
alt="FreeBSD 1.jpg"
title="FreeBSD 1.jpg"
width="887" height="860" loading="lazy" /><img src="https://forums.freebsd.org/attachments/freebsd-2-jpg.15373/"
class="bbImage "
style=""
alt="FreeBSD 2.jpg"
title="FreeBSD 2.jpg"
width="344" height="845" loading="lazy" /></div>]]></content:encoded>
<slash:comments>0</slash:comments>
</item>
<item>
<title>Synth + "Fetch prebuilt packages" issue?</title>
<pubDate>Sat, 14 Jan 2023 16:20:09 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/synth-fetch-prebuilt-packages-issue.85745/</link>
<guid isPermaLink="false">85745</guid>
<author>invalid@example.com (Mayhem30)</author>
<category domain="https://forums.FreeBSD.org/forums/installation-and-maintenance-of-ports-or-packages.5/"><![CDATA[Installation and Maintenance of Ports or Packages]]></category>
<dc:creator>Mayhem30</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">I've just enabled this option (Fetch prebuilt packages) and it doesn't appear to be working.<br />
<br />
When I tried to install <a target="_blank" title="graphics/vips port" href="http://www.freshports.org/graphics/vips"><u><tt style="color: #0645AD /*#007a00*/; font-style: italic; text-decoration: underline;">graphics/vips</tt></u></a> using <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>synth build graphics/vips</kbd></code>, Synth is building all 100+ packages from source.<br />
<br />
Here are my configs. What am I missing or doing wrong?<br />
<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>$ more /usr/local/etc/pkg/repos/00_synth.conf
Synth: {
url : file:///var/synth/live_packages,
priority : 0,
enabled : yes,
}
$more /usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
url: &quot;pkg+http://pkg.FreeBSD.org/${ABI}/latest&quot;
}
$ pkg stats
Local package database:
Installed packages: 121
Disk space occupied: 940 MiB
Remote package database(s):
Number of repositories: 2
Packages available: 32131
Unique packages: 32131
Total size of packages: 104 GiB</code></pre>
</div>
</div></div>]]></content:encoded>
<slash:comments>3</slash:comments>
</item>
<item>
<title>iocage removes files at startup</title>
<pubDate>Sat, 14 Jan 2023 12:57:23 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/iocage-removes-files-at-startup.87733/</link>
<guid isPermaLink="false">87733</guid>
<author>invalid@example.com (Hiroo Ono)</author>
<category domain="https://forums.FreeBSD.org/forums/general.3/"><![CDATA[General]]></category>
<dc:creator>Hiroo Ono</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">I am using py39-iocage-1.2_10 on FreeBSD 13.1-STABLE.<br />
<br />
To use samba416 in the jail, I added a fstab entry like:<br />
<br />
# iocage fstab -a npm1 null /var/run/samba4/fd fdescfs rw,nodup 0 0<br />
<br />
Then, if I start the jail by 'iocage start npm1', it starts removing files inside the jail.<br />
If I do not add the fstab entry, iocage starts the jail without problems.<br />
Does anyone know how to avoid this file removal?<br />
<br />
for example:<br />
<br />
# ls /usr/home/iocage/jails/npm1/root/etc<br />
aliases localtime protocols<br />
authpf locate.rc pwd.db<br />
auto_master login.access rc<br />
autofs login.conf rc.bsdextended<br />
blacklistd.conf login.conf.db rc.conf<br />
bluetooth mac.conf rc.conf.d<br />
cron.d mail rc.d<br />
crontab mail.rc rc.firewall<br />
csh.cshrc master.passwd rc.initdiskless<br />
csh.login motd.template rc.resume<br />
csh.logout mtree rc.sendmail<br />
ddb.conf netconfig rc.shutdown<br />
defaults netstart rc.subr<br />
devd network.subr rc.suspend<br />
devd.conf networks regdomain.xml<br />
devfs.conf newsyslog.conf remote<br />
dhclient.conf newsyslog.conf.d resolv.conf<br />
disktab nscd.conf rmt<br />
dma nsmb.conf rpc<br />
dumpdates nsswitch.conf security<br />
fbtab ntp services<br />
freebsd-update.conf ntp.conf shells<br />
ftpusers opieaccess snmpd.config<br />
gettytab opiekeys spwd.db<br />
group os-release ssh<br />
gss pam.d ssl<br />
hosts passwd sysctl.conf<br />
hosts.allow pccard_ether syslog.conf<br />
hosts.equiv periodic syslog.d<br />
hosts.lpd pf.os termcap<br />
inetd.conf phones termcap.small<br />
jail.conf.d pkg ttys<br />
krb5.keytab portsnap.conf unbound<br />
kyua ppp X11<br />
libalias.conf printcap zfs<br />
libmap.conf profile<br />
<br />
becomes:<br />
# ls /usr/home/iocage/jails/npm1/root/etc<br />
aliases mail rmt<br />
authpf mtree security<br />
autofs newsyslog.conf.d ssh<br />
bluetooth ntp ssl<br />
cron.d os-release syslog.d<br />
defaults pam.d termcap<br />
devd periodic unbound<br />
dma pkg X11<br />
gss ppp zfs<br />
jail.conf.d rc.conf.d<br />
kyua rc.d</div>]]></content:encoded>
<slash:comments>0</slash:comments>
</item>
<item>
<title>`df` and `zpool list` showing disk practically full</title>
<pubDate>Sat, 14 Jan 2023 12:14:58 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/df-and-zpool-list-showing-disk-practically-full.87654/</link>
<guid isPermaLink="false">87654</guid>
<author>invalid@example.com (yha)</author>
<category domain="https://forums.FreeBSD.org/forums/storage.48/"><![CDATA[Storage]]></category>
<dc:creator>yha</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Hello,<br />
<br />
I'm no ZFS expert and I never messed with my ZFS setup on this machine (aside from whatever the installer did when I installed FreeBSD), but today I was trying to zero-out some large text files with <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>cat /dev/zero &gt; MYFILES*</kbd></code> (inside <tt style="color: #007a00;">/home/yousef/files</tt>), and at one point I received some error messages saying the disk was full (before that I had mistakenly used <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>cat /dev/null &gt; MYFILES*`</kbd></code>) . I had to hard reset the machine. After booting up again, <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>df</kbd></code> and <code style="background-color: #dee3e7; padding: .2px; margin: .1em; display: inline-block;"> <kbd>zpool list</kbd></code> show that my pool is full.<br />
<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
root 314G 301G 12.5G - - 75% 96% 1.00x ONLINE -</code></pre>
</div>
</div><br />
I'm pretty sure I have plenty of free space as far my files are concerned (at least 150+ GB of free space from the available 300GB), but whatever I did is causing the system to report a full disk. Can anyone give me any pointers on how to troubleshoot this?<br />
<br />
Thanks.</div>]]></content:encoded>
<slash:comments>21</slash:comments>
</item>
<item>
<title>Call For Testing: nvidia-drm kernel module</title>
<pubDate>Sat, 14 Jan 2023 11:36:04 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/call-for-testing-nvidia-drm-kernel-module.87161/</link>
<guid isPermaLink="false">87161</guid>
<author>invalid@example.com (ashafer)</author>
<category domain="https://forums.FreeBSD.org/forums/general.3/"><![CDATA[General]]></category>
<dc:creator>ashafer</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">Hello everyone, I'm happy to announce that the port of Nvidia's DRM driver is now ready for public consumption. Please visit the <a href="https://github.com/amshafer/nvidia-driver" target="_blank" class="link link--external" rel="nofollow ugc noopener">github repo</a> to grab the latest copy of the driver. Simply follow the installation instructions and load the nvidia-drm.ko kernel module to give it a go. Please post any issues you find in the issues tab on Github.<br />
<br />
All the details: <a href="https://badland.io/announcing_nvidia_drm.md" target="_blank" class="link link--external" rel="nofollow ugc noopener">https://badland.io/announcing_nvidia_drm.md</a><br />
<br />
There are two main use cases that nvidia-drm.ko enables for Nvidia users:<br />
<ul>
<li data-xf-list-type="ul">Wayland compositors, which use DRM to perform rendering. wlroots-based compositors (i.e. sway) run pleasantly with nvidia-drm</li>
<li data-xf-list-type="ul">PRIME multi-GPU buffer sharing in X11, where DRM is used to share buffers between an integrated GPU and the Nvidia GPU</li>
</ul><br />
There are two caveats you should be aware of:<br />
<ul>
<li data-xf-list-type="ul">Suspend-resume will most likely not work with wayland. See the known issues section of the blog post, but this is because the FreeBSD Nvidia driver does not have support for vidmem preservation yet.</li>
<li data-xf-list-type="ul">Only GPUs supported by driver version 525 and later will be supported.</li>
</ul><br />
Thank you so much to everyone who has given feedback so far, I'm looking forward to keeping this up to date and getting it into the ports tree in the near-ish future. Please feel free to reach out with any comments or questions you might have.</div>]]></content:encoded>
<slash:comments>18</slash:comments>
</item>
<item>
<title>sogo issue</title>
<pubDate>Sat, 14 Jan 2023 11:25:38 +0000</pubDate>
<link>https://forums.FreeBSD.org/threads/sogo-issue.86588/</link>
<guid isPermaLink="false">86588</guid>
<author>invalid@example.com (Max212)</author>
<category domain="https://forums.FreeBSD.org/forums/web-and-network-services.43/"><![CDATA[Web and Network Services]]></category>
<dc:creator>Max212</dc:creator>
<content:encoded><![CDATA[<div class="bbWrapper">I've installed sogo and required dependencies from packages.<br />
If I try to login with valid username and incorrect password, service behaves as expected and notifies incorrect login.<br />
When I try to login with correct credentials, service responds with Unhandled error response.<br />
<br />
Logs show that sogod process/service restarts at time of correct credential entry.<br />
Should I contact port maintainer or original authors of the application?<br />
<br />
<br />
Excerpt from sogod log:<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>Sep 27 14:01:08 sogod [1019]: |SOGo| starting method 'POST' on uri '/SOGo/connect'
2022-09-27 14:01:08.287 sogod[1019:100274] PostgreSQL72 connection established: &lt;0x0x803e1af68[PGConnection]: connection=0x0x804aaf000&gt;
2022-09-27 14:01:08.287 sogod[1019:100274] PostgreSQL72 channel 0x0x804874168 opened (connection=&lt;0x0x803e1af68[PGConnection]: connection=0x0x804aaf000&gt;, count=1)
2022-09-27 14:01:08.288 sogod[1019:100274] PG0x0x804874168 SQL: SELECT c_password FROM sogo_users WHERE c_uid = 'admin'
Sep 27 14:01:08 sogod [1017]: &lt;0x0x8048cf148[WOWatchDogChild]&gt; child 1019 exited
Sep 27 14:01:08 sogod [1017]: &lt;0x0x8048cf148[WOWatchDogChild]&gt; (terminated due to signal 6)
Sep 27 14:01:08 sogod [1017]: &lt;0x0x803e89738[WOWatchDog]&gt; child spawned with pid 1259
2022-09-27 14:01:08.635 sogod[1259:100274] PostgreSQL72 connection established: &lt;0x0x8046f3288[PGConnection]: connection=0x0x804aae000&gt;
2022-09-27 14:01:08.636 sogod[1259:100274] PostgreSQL72 channel 0x0x804871dc8 opened (connection=&lt;0x0x8046f3288[PGConnection]: connection=0x0x804aae000&gt;, count=1)</code></pre>
</div>
</div><br />
Excerpt from messages log:<br />
<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
<div class="bbCodeBlock-title">
Code:
</div>
<div class="bbCodeBlock-content" dir="ltr">
<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>Sep 27 16:01:08 sogotest sogod[1019]: stack overflow detected; terminated
Sep 27 16:01:08 sogotest kernel: pid 1019 (sogod), jid 0, uid 846: exited on signal 6</code></pre>
</div>
</div></div>]]></content:encoded>
<slash:comments>29</slash:comments>
</item>
</channel>
</rss>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment