<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/index.php?action=history&amp;feed=atom&amp;title=Category_talk%3ATroubleshooting</id>
	<title>Category talk:Troubleshooting - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/index.php?action=history&amp;feed=atom&amp;title=Category_talk%3ATroubleshooting"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Category_talk:Troubleshooting&amp;action=history"/>
	<updated>2026-05-02T22:23:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Category_talk:Troubleshooting&amp;diff=2315&amp;oldid=prev</id>
		<title>Kir: Reverted edit of 1158264385, changed back to last version by Kir</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Category_talk:Troubleshooting&amp;diff=2315&amp;oldid=prev"/>
		<updated>2006-09-14T20:14:04Z</updated>

		<summary type="html">&lt;p&gt;Reverted edit of 1158264385, changed back to last version by Kir&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 20:14, 14 September 2006&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Kir</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Category_talk:Troubleshooting&amp;diff=2295&amp;oldid=prev</id>
		<title>Kir: Reverted edit of 1158177933, changed back to last version by Rollinw</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Category_talk:Troubleshooting&amp;diff=2295&amp;oldid=prev"/>
		<updated>2006-09-13T21:45:08Z</updated>

		<summary type="html">&lt;p&gt;Reverted edit of 1158177933, changed back to last version by Rollinw&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 21:45, 13 September 2006&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Kir</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Category_talk:Troubleshooting&amp;diff=1843&amp;oldid=prev</id>
		<title>Rollinw at 22:37, 10 July 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Category_talk:Troubleshooting&amp;diff=1843&amp;oldid=prev"/>
		<updated>2006-07-10T22:37:02Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Correcting Mount information in a SUSE VE&lt;br /&gt;
&lt;br /&gt;
After creating VPSs for 2 Suse templates (suse-9.3-x86_64 and opensuse-10-x86_64-default) I found that both showed incorrect mount information, both from the df -k command and the mount command. In both cases the /etc/fstab file had the wrong information.&lt;br /&gt;
&lt;br /&gt;
I searched for evidence that others had found this problem, but didn't find any reports or posts. The answer to my problem was found in the document on Slackware Template Creation.&lt;br /&gt;
&lt;br /&gt;
http://wiki.openvz.org/Slackware_template_creation&lt;br /&gt;
&lt;br /&gt;
Before making the changes described below, one should stop&lt;br /&gt;
the VPS, if it is running:&lt;br /&gt;
&lt;br /&gt;
/usr/sbin/vzctl stop nnn&lt;br /&gt;
&lt;br /&gt;
Look in the document section,&lt;br /&gt;
Preparing the new VE&lt;br /&gt;
Getting the filesystem ready to run in a VE.&lt;br /&gt;
&amp;quot;Delete the file /etc/mtab and make it a symlink to&lt;br /&gt;
/proc/mounts&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This is the key to solving the problem, because the VPS needs to get its mount information from /proc/mounts&lt;br /&gt;
&lt;br /&gt;
rm /vz/private/nnn/etc/mtab&lt;br /&gt;
ln -s /proc/mounts /vz/private/nnn/etc/mtab&lt;br /&gt;
&lt;br /&gt;
Clean the /etc/fstab file&lt;br /&gt;
&lt;br /&gt;
echo -n &amp;gt; /vz/private/nnn/etc/fstab&lt;br /&gt;
&lt;br /&gt;
Slightly slower ways to accomplish the same goal are 1) edit the fstab file manually and delete all lines, or 2) with the&lt;br /&gt;
commands:&lt;br /&gt;
&lt;br /&gt;
rm -f /vz/private/nnn/etc/fstab&lt;br /&gt;
touch /vz/private/nnn/etc/fstab&lt;br /&gt;
(make sure the permissions on the new empty fstab file are the&lt;br /&gt;
same as on the old one)&lt;br /&gt;
&lt;br /&gt;
Edit /etc/rc.d/rc.S&lt;br /&gt;
&lt;br /&gt;
It was necessary to modify the procedure slightly because of minor differences between Slackware and Suse. Suse does not have an rc.S file. Instead it uses script files whose names start with bootxxx. Suse has 2 files in /etc/rc.d/ that need to be edited; these are bootlocalfs and bootrootfsck. The edit action is almost the same: put a # character before any line that has&lt;br /&gt;
&lt;br /&gt;
rm -f /etc/mtab(*)&lt;br /&gt;
&lt;br /&gt;
In one of these files, the line containing the remove command had some other files as well. I deleted /etc/mtab from this list.&lt;br /&gt;
&lt;br /&gt;
The Slackware document contains a number of other procedures too, but I was primarily interested in solving the mount problem.&lt;br /&gt;
&lt;br /&gt;
After the changes are made, the VPS can be started:&lt;br /&gt;
&lt;br /&gt;
/usr/sbin/vzctl start nnn&lt;br /&gt;
&lt;br /&gt;
Log into the VPS with ssh.&lt;br /&gt;
&lt;br /&gt;
Check the file /etc/fstab to make sure it is still empty:&lt;br /&gt;
&lt;br /&gt;
cat /etc/fstab&lt;br /&gt;
&lt;br /&gt;
Check that the link exists from /proc/mounts to /etc/mtab&lt;br /&gt;
&lt;br /&gt;
ls -l /etc/mtab&lt;br /&gt;
&lt;br /&gt;
Verify that mount and df -k correctly show that simfs is&lt;br /&gt;
mounted on / (the root filesystem) and has the correct&lt;br /&gt;
disk allocation.&lt;/div&gt;</summary>
		<author><name>Rollinw</name></author>
		
	</entry>
</feed>