<?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: trixbox Xen Install Guide</title>
	<atom:link href="http://engineertim.com/linux/trixbox-xen-install-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://engineertim.com/linux/trixbox-xen-install-guide/</link>
	<description>Engineers Blog</description>
	<lastBuildDate>Tue, 24 Aug 2010 18:47:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Running Trixbox in Xen &#124; blog.erben.sk</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-749</link>
		<dc:creator>Running Trixbox in Xen &#124; blog.erben.sk</dc:creator>
		<pubDate>Tue, 30 Mar 2010 19:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-749</guid>
		<description>[...] which can be easily deployed and sold as virtual PBX for small company. I have found nice howto at Engineer Tim&#039;s blog. There is also update for new Trixbox 2.8, which I have used. Using this howto I have now clean [...]</description>
		<content:encoded><![CDATA[<p>[...] which can be easily deployed and sold as virtual PBX for small company. I have found nice howto at Engineer Tim&#39;s blog. There is also update for new Trixbox 2.8, which I have used. Using this howto I have now clean [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Engineer Tim</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-500</link>
		<dc:creator>Engineer Tim</dc:creator>
		<pubDate>Sat, 21 Nov 2009 17:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-500</guid>
		<description>I followed these directions a while ago and was able to make edits directly to a disk image file.
http://www.novell.com/coolsolutions/tip/19568.html
or
http://linuxwave.blogspot.com/2008/02/accessing-data-on-xen-lvm-guest-image.html
The main thing is to mount the offset that you get from the fdisk output.

Let me know if you have any issues.
Engineer Tim</description>
		<content:encoded><![CDATA[<p>I followed these directions a while ago and was able to make edits directly to a disk image file.<br />
<a href="http://www.novell.com/coolsolutions/tip/19568.html" rel="nofollow">http://www.novell.com/coolsolutions/tip/19568.html</a><br />
or<br />
<a href="http://linuxwave.blogspot.com/2008/02/accessing-data-on-xen-lvm-guest-image.html" rel="nofollow">http://linuxwave.blogspot.com/2008/02/accessing-data-on-xen-lvm-guest-image.html</a><br />
The main thing is to mount the offset that you get from the fdisk output.</p>
<p>Let me know if you have any issues.<br />
Engineer Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sy Sadmin</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-498</link>
		<dc:creator>Sy Sadmin</dc:creator>
		<pubDate>Wed, 18 Nov 2009 23:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-498</guid>
		<description>Thank you for sharing this. I never  knew you could kickstart a xen image. I used this method, and it works great. The image will boot up successfully, and when I run &#039;df&#039; it shows as an ext3 file system. thank you. thank you. thank you.

My problem is that I am unable to mount the exact same image, and I need to do be able to do so. I do _not_ have the xen image &quot;booted up&quot; while I am trying to mount it. With all other xen images I can mount it with the following command:

 mount -o loop image.img  /mnt/whatever

However, when i try with these kickstarted trixbox images I get the error &quot;mount: you must specify the filesystem type&quot;. I&#039;ve tried specifying several different FS types including ext3, which gives me the following error:

 mount: wrong fs type, bad option, bad superblock on /dev/loop3,
        missing codepage or other error
        In some cases useful info is found in syslog - try
        dmesg &#124; tail  or so

Any ideas on this? Dmesg has no useful info. I am not out of loopback devices. Other images mount fine. My problem is unique to these disk images. I even tried downloading the trixbox xen image from xenforge, but it behaves the same way. I&#039;ve been trying to figure it out for days now. I am baffled. Any suggestions would be appreciated.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this. I never  knew you could kickstart a xen image. I used this method, and it works great. The image will boot up successfully, and when I run &#8216;df&#8217; it shows as an ext3 file system. thank you. thank you. thank you.</p>
<p>My problem is that I am unable to mount the exact same image, and I need to do be able to do so. I do _not_ have the xen image &#8220;booted up&#8221; while I am trying to mount it. With all other xen images I can mount it with the following command:</p>
<p> mount -o loop image.img  /mnt/whatever</p>
<p>However, when i try with these kickstarted trixbox images I get the error &#8220;mount: you must specify the filesystem type&#8221;. I&#8217;ve tried specifying several different FS types including ext3, which gives me the following error:</p>
<p> mount: wrong fs type, bad option, bad superblock on /dev/loop3,<br />
        missing codepage or other error<br />
        In some cases useful info is found in syslog &#8211; try<br />
        dmesg | tail  or so</p>
<p>Any ideas on this? Dmesg has no useful info. I am not out of loopback devices. Other images mount fine. My problem is unique to these disk images. I even tried downloading the trixbox xen image from xenforge, but it behaves the same way. I&#8217;ve been trying to figure it out for days now. I am baffled. Any suggestions would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cougarmaster</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-356</link>
		<dc:creator>cougarmaster</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-356</guid>
		<description>Tim will u update the installation for the Trixbox 2.6.2.3 please. The 2.6.2.1 and 2.6.2.2 seems to hang a bit like times out even with out the TDM400 card. Since 2.8.0.1 doesnt even recognise the card even in normal installation meaning not in virtualized environment.</description>
		<content:encoded><![CDATA[<p>Tim will u update the installation for the Trixbox 2.6.2.3 please. The 2.6.2.1 and 2.6.2.2 seems to hang a bit like times out even with out the TDM400 card. Since 2.8.0.1 doesnt even recognise the card even in normal installation meaning not in virtualized environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cougarmaster</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-347</link>
		<dc:creator>cougarmaster</dc:creator>
		<pubDate>Tue, 18 Aug 2009 13:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-347</guid>
		<description>Ok I got the cards to dial in and out no issues with any of that now. How? Don&#039;t know it just worked. But the problem now is that the pci card kinds of stalls after a few calls. In and out. All trunks work just that the card would just hang and no calls can get in or out. It hangs about 3 times a day. Also can you do a step by step for trixbox 2.6.2.3? Please :) seems that it would be better supporting xen?</description>
		<content:encoded><![CDATA[<p>Ok I got the cards to dial in and out no issues with any of that now. How? Don&#8217;t know it just worked. But the problem now is that the pci card kinds of stalls after a few calls. In and out. All trunks work just that the card would just hang and no calls can get in or out. It hangs about 3 times a day. Also can you do a step by step for trixbox 2.6.2.3? Please <img src='http://engineertim.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  seems that it would be better supporting xen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Engineer Tim</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-334</link>
		<dc:creator>Engineer Tim</dc:creator>
		<pubDate>Wed, 12 Aug 2009 03:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-334</guid>
		<description>No, I have not had a chance to give it a shot.  I have a system sitting just waiting for some time to try it.  What type of errors are you getting if any?  If you can dial out, it would stand to reason that there may be a config issue preventing inbound that is not related to Xen.  However I am not certain until I give it a try.</description>
		<content:encoded><![CDATA[<p>No, I have not had a chance to give it a shot.  I have a system sitting just waiting for some time to try it.  What type of errors are you getting if any?  If you can dial out, it would stand to reason that there may be a config issue preventing inbound that is not related to Xen.  However I am not certain until I give it a try.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cougarmaster</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-333</link>
		<dc:creator>cougarmaster</dc:creator>
		<pubDate>Wed, 12 Aug 2009 01:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-333</guid>
		<description>Tim have you tried the pci card yet? I can only dial out thru one channel of my tdm400p.</description>
		<content:encoded><![CDATA[<p>Tim have you tried the pci card yet? I can only dial out thru one channel of my tdm400p.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Engineer Tim</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-323</link>
		<dc:creator>Engineer Tim</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-323</guid>
		<description>Thank you.  The voicetime device looks interesting.  Not sure how it would work in a XEN environment.  You would have to have the dahdi source rpm, which I have not seen on their SRPM repo yet.  I think it would be interesting to try it out.  I think the timing source in Xen is pretty good, but I don&#039;t do anything heavy that would cause issues.

Engineer Tim</description>
		<content:encoded><![CDATA[<p>Thank you.  The voicetime device looks interesting.  Not sure how it would work in a XEN environment.  You would have to have the dahdi source rpm, which I have not seen on their SRPM repo yet.  I think it would be interesting to try it out.  I think the timing source in Xen is pretty good, but I don&#8217;t do anything heavy that would cause issues.</p>
<p>Engineer Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krzykat</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-322</link>
		<dc:creator>krzykat</dc:creator>
		<pubDate>Thu, 06 Aug 2009 20:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-322</guid>
		<description>Great how-to guides - thanks.   Is it possible to use the Sangoma Voicetime plug http://wiki.sangoma.com/sangoma-wanpipe-voicetime as a timing source for all your DomU asterisk boxes?  Seems timing is the #1 kicker and it would be nice if you could get a clean reliable timing source that all DomU&#039;s could share.</description>
		<content:encoded><![CDATA[<p>Great how-to guides &#8211; thanks.   Is it possible to use the Sangoma Voicetime plug <a href="http://wiki.sangoma.com/sangoma-wanpipe-voicetime" rel="nofollow">http://wiki.sangoma.com/sangoma-wanpipe-voicetime</a> as a timing source for all your DomU asterisk boxes?  Seems timing is the #1 kicker and it would be nice if you could get a clean reliable timing source that all DomU&#8217;s could share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cougarmaster</title>
		<link>http://engineertim.com/linux/trixbox-xen-install-guide/comment-page-1/#comment-298</link>
		<dc:creator>cougarmaster</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://engineertim.com/?p=33#comment-298</guid>
		<description>I am trying to get the 4 port pots card to work only incomming no outgoing :( any idea?</description>
		<content:encoded><![CDATA[<p>I am trying to get the 4 port pots card to work only incomming no outgoing <img src='http://engineertim.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.210 seconds -->
