<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Reminder to Smolt&#8230; we want your hardware profiles!</title>
	<atom:link href="http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/feed/" rel="self" type="application/rss+xml" />
	<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/</link>
	<description>Shining a spotlight on the openSUSE Community</description>
	<lastBuildDate>Sat, 05 Dec 2009 17:44:45 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: manchette</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-730</link>
		<dc:creator>manchette</dc:creator>
		<pubDate>Fri, 02 Jan 2009 17:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-730</guid>
		<description>it works if you answer yes immediately after the question asked ;)</description>
		<content:encoded><![CDATA[<p>it works if you answer yes immediately after the question asked <img src='http://zonker.opensuse.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manchette</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-729</link>
		<dc:creator>manchette</dc:creator>
		<pubDate>Fri, 02 Jan 2009 17:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-729</guid>
		<description>hi,
here&#039;s what i&#039;ve got after $  smoltSendProfile
: is this another error ?

Envoyer les informations au serveur Smolt ? (y/n) y
Impossible de contacter le serveur : [Errno 12] Timeout: 
Traceback (most recent call last):
  File &quot;/usr/bin/smoltSendProfile&quot;, line 175, in 
    timeout=opts.timeout)
TypeError: &#039;int&#039; object is not iterable</description>
		<content:encoded><![CDATA[<p>hi,<br />
here&#8217;s what i&#8217;ve got after $  smoltSendProfile<br />
: is this another error ?</p>
<p>Envoyer les informations au serveur Smolt ? (y/n) y<br />
Impossible de contacter le serveur : [Errno 12] Timeout:<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/bin/smoltSendProfile&#8221;, line 175, in<br />
    timeout=opts.timeout)<br />
TypeError: &#8216;int&#8217; object is not iterable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tehdavo</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-727</link>
		<dc:creator>tehdavo</dc:creator>
		<pubDate>Thu, 01 Jan 2009 14:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-727</guid>
		<description>After running smoltSendProfile look at the resulting message in the console - you can copy/paste the URL into your browser and then paste the admin password to update.the page

Very nice - glad to help &lt;strong&gt; OpenSUSE &lt;/strong&gt;

HTH

Davo</description>
		<content:encoded><![CDATA[<p>After running smoltSendProfile look at the resulting message in the console &#8211; you can copy/paste the URL into your browser and then paste the admin password to update.the page</p>
<p>Very nice &#8211; glad to help <strong> OpenSUSE </strong></p>
<p>HTH</p>
<p>Davo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beineri</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-722</link>
		<dc:creator>Beineri</dc:creator>
		<pubDate>Tue, 30 Dec 2008 07:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-722</guid>
		<description>https://bugzilla.novell.com/show_bug.cgi?id=462375</description>
		<content:encoded><![CDATA[<p><a href="https://bugzilla.novell.com/show_bug.cgi?id=462375" rel="nofollow">https://bugzilla.novell.com/show_bug.cgi?id=462375</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Znurre</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-720</link>
		<dc:creator>Znurre</dc:creator>
		<pubDate>Mon, 29 Dec 2008 20:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-720</guid>
		<description>Znurre@linux-n528:~&gt; smoltSendProfile
Traceback (most recent call last):
  File &quot;/usr/bin/smoltSendProfile&quot;, line 31, in 
    from i18n import _
  File &quot;/usr/share/smolt/client/i18n.py&quot;, line 36, in 
    t = gettext.translation(&#039;smolt&#039;, &#039;/usr/share/locale/&#039;, fallback = True)
  File &quot;/usr/lib/python2.6/gettext.py&quot;, line 478, in translation
    t = _translations.setdefault(key, class_(open(mofile, &#039;rb&#039;)))
  File &quot;/usr/lib/python2.6/gettext.py&quot;, line 180, in __init__
    self._parse(fp)
  File &quot;/usr/lib/python2.6/gettext.py&quot;, line 314, in _parse
    plural = v[1].split(&#039;plural=&#039;)[1]
IndexError: list index out of range</description>
		<content:encoded><![CDATA[<p>Znurre@linux-n528:~&gt; smoltSendProfile<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/bin/smoltSendProfile&#8221;, line 31, in<br />
    from i18n import _<br />
  File &#8220;/usr/share/smolt/client/i18n.py&#8221;, line 36, in<br />
    t = gettext.translation(&#8217;smolt&#8217;, &#8216;/usr/share/locale/&#8217;, fallback = True)<br />
  File &#8220;/usr/lib/python2.6/gettext.py&#8221;, line 478, in translation<br />
    t = _translations.setdefault(key, class_(open(mofile, &#8216;rb&#8217;)))<br />
  File &#8220;/usr/lib/python2.6/gettext.py&#8221;, line 180, in __init__<br />
    self._parse(fp)<br />
  File &#8220;/usr/lib/python2.6/gettext.py&#8221;, line 314, in _parse<br />
    plural = v[1].split(&#8217;plural=&#8217;)[1]<br />
IndexError: list index out of range</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isegrim</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-714</link>
		<dc:creator>isegrim</dc:creator>
		<pubDate>Thu, 25 Dec 2008 18:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-714</guid>
		<description>Same here. I uploaded the profile and wondered wether I should gigve further information or not. 

It would be good if one would be able to give all the necessary information before sending the data to the smoltsever.

Besides that, smolt is e very good idea. I hope it helps Linux.</description>
		<content:encoded><![CDATA[<p>Same here. I uploaded the profile and wondered wether I should gigve further information or not. </p>
<p>It would be good if one would be able to give all the necessary information before sending the data to the smoltsever.</p>
<p>Besides that, smolt is e very good idea. I hope it helps Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Pantazis</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-713</link>
		<dc:creator>George Pantazis</dc:creator>
		<pubDate>Wed, 24 Dec 2008 21:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-713</guid>
		<description>If you want to get the password so that you can update the status of your hardware use:
smoltSendProfile

the gui has a known bug and it doesnt provide the password or the public uuid</description>
		<content:encoded><![CDATA[<p>If you want to get the password so that you can update the status of your hardware use:<br />
smoltSendProfile</p>
<p>the gui has a known bug and it doesnt provide the password or the public uuid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsvetan Filev</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-712</link>
		<dc:creator>Tsvetan Filev</dc:creator>
		<pubDate>Wed, 24 Dec 2008 14:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-712</guid>
		<description>I get an error message saying: There was an error while sending your data to the server.</description>
		<content:encoded><![CDATA[<p>I get an error message saying: There was an error while sending your data to the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Goodey</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-711</link>
		<dc:creator>Steve Goodey</dc:creator>
		<pubDate>Wed, 24 Dec 2008 12:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-711</guid>
		<description>Yes, I wondered that, couldn&#039;t see any option in the smolt application, maybe a question to Mike McGrath, who I think is the main man, is required?

http://fedoraproject.org/wiki/MikeMcGrath 

Steve.</description>
		<content:encoded><![CDATA[<p>Yes, I wondered that, couldn&#8217;t see any option in the smolt application, maybe a question to Mike McGrath, who I think is the main man, is required?</p>
<p><a href="http://fedoraproject.org/wiki/MikeMcGrath" rel="nofollow">http://fedoraproject.org/wiki/MikeMcGrath</a> </p>
<p>Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://zonker.opensuse.org/2008/12/22/reminder-to-smolt-we-want-your-hardware-profiles/comment-page-1/#comment-709</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 24 Dec 2008 03:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://zonker.opensuse.org/?p=280#comment-709</guid>
		<description>Ok, so I&#039;ve uploaded my hardware profile (on all machines I have installed on). Am I supposed to edit something on the smolts website to indicate which pieces of hardware work? I&#039;m happy to supply that information too.</description>
		<content:encoded><![CDATA[<p>Ok, so I&#8217;ve uploaded my hardware profile (on all machines I have installed on). Am I supposed to edit something on the smolts website to indicate which pieces of hardware work? I&#8217;m happy to supply that information too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
