<?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: OpenVZ Ubuntu Templates</title>
	<atom:link href="http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Mon, 16 Aug 2010 18:06:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexander</title>
		<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/comment-page-1/#comment-1501</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 12 Feb 2010 14:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=579#comment-1501</guid>
		<description>I&#039;m having a similar problem with the core dumps from init in a container that I upgraded from 9.04. So far I&#039;ve just been ignoring it and deleting the core files...</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a similar problem with the core dumps from init in a container that I upgraded from 9.04. So far I&#8217;ve just been ignoring it and deleting the core files&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/comment-page-1/#comment-1468</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 01 Feb 2010 23:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=579#comment-1468</guid>
		<description>I&#039;m seeing /sbin/init core dumps in my Ubuntu 9.10 amd64 images, is anyone else having similar issues?

Thanks,


-Dustin

root@ubuntu-9:/# ls -l /core.1632*
-rw------- 1 root root 348160 Feb  1 23:39 /core.16326
-rw------- 1 root root 348160 Feb  1 23:39 /core.16328
root@ubuntu-9:/# gdb /sbin/init core.16326 
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type &quot;show copying&quot;
and &quot;show warranty&quot; for details.
This GDB was configured as &quot;x86_64-linux-gnu&quot;.
For bug reporting instructions, please see:
...
Reading symbols from /sbin/init...(no debugging symbols found)...done.
Loaded symbols for /sbin/init
Reading symbols from /lib/libdbus-1.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/libdbus-1.so.3
Reading symbols from /lib/libpthread.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/librt.so.1
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Core was generated by `init -z       &#039;.
Program terminated with signal 6, Aborted.
#0  0x00002b091dee7770 in sigprocmask () from /lib/libc.so.6
(gdb) backtrace
#0  0x00002b091dee7770 in sigprocmask () from /lib/libc.so.6
#1  0x00002b091d406be8 in ?? () from /sbin/init
#2  
#3  0x00002b091dee74b5 in raise () from /lib/libc.so.6
#4  0x00002b091deeaf50 in abort () from /lib/libc.so.6
#5  0x00002b091d4212be in ?? () from /sbin/init
#6  0x00002b091deecc12 in exit () from /lib/libc.so.6
#7  0x00002b091d40ac29 in ?? () from /sbin/init
#8  0x00002b091d40b360 in ?? () from /sbin/init
#9  0x00002b091d40b92a in ?? () from /sbin/init
#10 0x00002b091d40cb01 in ?? () from /sbin/init
#11 0x00002b091d40df42 in event_poll () from /sbin/init
#12 0x00002b091d41e325 in ?? () from /sbin/init
#13 0x00002b091d407268 in main () from /sbin/init</description>
		<content:encoded><![CDATA[<p>I&#8217;m seeing /sbin/init core dumps in my Ubuntu 9.10 amd64 images, is anyone else having similar issues?</p>
<p>Thanks,</p>
<p>-Dustin</p>
<p>root@ubuntu-9:/# ls -l /core.1632*<br />
-rw&#8212;&#8212;- 1 root root 348160 Feb  1 23:39 /core.16326<br />
-rw&#8212;&#8212;- 1 root root 348160 Feb  1 23:39 /core.16328<br />
root@ubuntu-9:/# gdb /sbin/init core.16326<br />
GNU gdb (GDB) 7.0-ubuntu<br />
Copyright (C) 2009 Free Software Foundation, Inc.<br />
License GPLv3+: GNU GPL version 3 or later<br />
This is free software: you are free to change and redistribute it.<br />
There is NO WARRANTY, to the extent permitted by law.  Type &#8220;show copying&#8221;<br />
and &#8220;show warranty&#8221; for details.<br />
This GDB was configured as &#8220;x86_64-linux-gnu&#8221;.<br />
For bug reporting instructions, please see:<br />
&#8230;<br />
Reading symbols from /sbin/init&#8230;(no debugging symbols found)&#8230;done.<br />
Loaded symbols for /sbin/init<br />
Reading symbols from /lib/libdbus-1.so.3&#8230;(no debugging symbols found)&#8230;done.<br />
Loaded symbols for /lib/libdbus-1.so.3<br />
Reading symbols from /lib/libpthread.so.0&#8230;(no debugging symbols found)&#8230;done.<br />
Loaded symbols for /lib/libpthread.so.0<br />
Reading symbols from /lib/librt.so.1&#8230;(no debugging symbols found)&#8230;done.<br />
Loaded symbols for /lib/librt.so.1<br />
Reading symbols from /lib/libc.so.6&#8230;(no debugging symbols found)&#8230;done.<br />
Loaded symbols for /lib/libc.so.6<br />
Reading symbols from /lib64/ld-linux-x86-64.so.2&#8230;(no debugging symbols found)&#8230;done.<br />
Loaded symbols for /lib64/ld-linux-x86-64.so.2<br />
Core was generated by `init -z       &#8216;.<br />
Program terminated with signal 6, Aborted.<br />
#0  0&#215;00002b091dee7770 in sigprocmask () from /lib/libc.so.6<br />
(gdb) backtrace<br />
#0  0&#215;00002b091dee7770 in sigprocmask () from /lib/libc.so.6<br />
#1  0&#215;00002b091d406be8 in ?? () from /sbin/init<br />
#2<br />
#3  0&#215;00002b091dee74b5 in raise () from /lib/libc.so.6<br />
#4  0&#215;00002b091deeaf50 in abort () from /lib/libc.so.6<br />
#5  0&#215;00002b091d4212be in ?? () from /sbin/init<br />
#6  0&#215;00002b091deecc12 in exit () from /lib/libc.so.6<br />
#7  0&#215;00002b091d40ac29 in ?? () from /sbin/init<br />
#8  0&#215;00002b091d40b360 in ?? () from /sbin/init<br />
#9  0&#215;00002b091d40b92a in ?? () from /sbin/init<br />
#10 0&#215;00002b091d40cb01 in ?? () from /sbin/init<br />
#11 0&#215;00002b091d40df42 in event_poll () from /sbin/init<br />
#12 0&#215;00002b091d41e325 in ?? () from /sbin/init<br />
#13 0&#215;00002b091d407268 in main () from /sbin/init</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadows of epiphany &#187; Blog Archive &#187; Download Ubuntu 9.10 OpenVZ Templates</title>
		<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/comment-page-1/#comment-1259</link>
		<dc:creator>Shadows of epiphany &#187; Blog Archive &#187; Download Ubuntu 9.10 OpenVZ Templates</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=579#comment-1259</guid>
		<description>[...] templates have been generated according to this how to and include this init script (which is modified from the script provieded by Stephane [...]</description>
		<content:encoded><![CDATA[<p>[...] templates have been generated according to this how to and include this init script (which is modified from the script provieded by Stephane [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadows of epiphany &#187; Blog Archive &#187; OpenVZ Ubuntu 9.10 Templates</title>
		<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/comment-page-1/#comment-1212</link>
		<dc:creator>Shadows of epiphany &#187; Blog Archive &#187; OpenVZ Ubuntu 9.10 Templates</dc:creator>
		<pubDate>Tue, 27 Oct 2009 20:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=579#comment-1212</guid>
		<description>[...] may make a template as outlined here, but the guest will not start [...]</description>
		<content:encoded><![CDATA[<p>[...] may make a template as outlined here, but the guest will not start [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toggles</title>
		<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/comment-page-1/#comment-987</link>
		<dc:creator>toggles</dc:creator>
		<pubDate>Fri, 28 Aug 2009 12:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=579#comment-987</guid>
		<description>Very nice, thanks!</description>
		<content:encoded><![CDATA[<p>Very nice, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webmaster Crap &#187; Blog Archive &#187; Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates</title>
		<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/comment-page-1/#comment-986</link>
		<dc:creator>Webmaster Crap &#187; Blog Archive &#187; Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=579#comment-986</guid>
		<description>[...] See the rest here:  Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates [...]</description>
		<content:encoded><![CDATA[<p>[...] See the rest here:  Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates &#124; Webmaster Tools</title>
		<link>http://blog.bodhizazen.net/linux/openvz-ubuntu-templates/comment-page-1/#comment-985</link>
		<dc:creator>Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates &#124; Webmaster Tools</dc:creator>
		<pubDate>Fri, 28 Aug 2009 11:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=579#comment-985</guid>
		<description>[...] Original post: Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates [...]</description>
		<content:encoded><![CDATA[<p>[...] Original post: Shadows of epiphany » Blog Archive » OpenVZ Ubuntu Templates [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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