<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Packages without config files silently fail to install]]></title><description><![CDATA[<p dir="auto">I'm trying to install Quagga and the script seems to be stopping at 'Loading package configuration".  Quagga doesn't have a configuration file defined in the current package spec XML.  It should be throwing an error, but if there's no config file in the XML, the file_exists test sees that the directory is there and proceeds along and dies at parse_xml_config_pkg with an unset $configfile.</p>
<p dir="auto">What's the proper behavior when this is the case? I'm guessing the packages SHOULD have a config file… but until this is fixed, maybe the PHP should handle it a little better? A simple test for config_file being set in the XML would probably be a good start.</p>
]]></description><link>https://forum.netgate.com/topic/357/packages-without-config-files-silently-fail-to-install</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 20:26:36 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/357.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 03 Jan 2006 08:16:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Packages without config files silently fail to install on Tue, 03 Jan 2006 08:50:28 GMT]]></title><description><![CDATA[<p dir="auto">Anyways, I hacked it to skip parse_xml_config_pkg if $configfile is unset. The package appears to have installed OK, the RC scripts and binaries are there… I'm just not sure how it's going to start. I suppose I could just SSH in and start it manually from the shell, but that's not really a permanent fix. What's the deal?</p>
]]></description><link>https://forum.netgate.com/post/133020</link><guid isPermaLink="true">https://forum.netgate.com/post/133020</guid><dc:creator><![CDATA[Kiloman]]></dc:creator><pubDate>Tue, 03 Jan 2006 08:50:28 GMT</pubDate></item></channel></rss>