<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5273&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] boot error]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5273</link>
		<description><![CDATA[The most recent posts in [SOLVED] boot error.]]></description>
		<lastBuildDate>Thu, 06 Oct 2022 17:46:45 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37833#p37833</link>
			<description><![CDATA[<p>Solution<br />recovery mode</p><p>chmod<br />install -dv -m 1777 /tmp</p><p>mount -o remount,rw /<br />X -configure</p><p>rm -f /tmp/.x* another alternative is&#160; rm -f /tmp/.X0-lock*</p><p>check if program is using dbus<br />grep -r dbus /etc/systemd/system/* </p><p>if the answer is yes<br />sudo service &lt;program name&gt; start<br />logout</p><p>login interface, sign in<br />back to normal, run sudo apt-get update, upgrade, dist-upgrade, autoremove, autoclean<br />restart.</p><p>developers - synaptic nagios package might be creating a persistent .sock in /tmp</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Thu, 06 Oct 2022 17:46:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37833#p37833</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37806#p37806</link>
			<description><![CDATA[<p>Please post the full content of ~/.local/share/xorg/Xorg.0.log (or any other Xorg.?.log if you ran <span class="bbc">startx</span> from a different TTY).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 04 Oct 2022 15:42:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37806#p37806</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37801#p37801</link>
			<description><![CDATA[<p>removed unused server daemon and packages for apache and nagio unneeded</p><p>boot gives no more errors, same for recovery mode</p><p>but after enter name and pass says&#160; &#160; &#160;failed to execute login command </p><p>and recovery mode no longer has error (EE) could not create lock file in /tmp/.tx0-lock<br />but new error output from startx launch<br />xinit: Connection to xserve lost</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Mon, 03 Oct 2022 21:14:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37801#p37801</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37794#p37794</link>
			<description><![CDATA[<p>could chmod 644 directories conflict with 1777 /tmp cause boot error?</p><p>is devuan install default directories chmod 644?</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Mon, 03 Oct 2022 17:52:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37794#p37794</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37786#p37786</link>
			<description><![CDATA[<p>Create a new /tmp/ &amp; /var/tmp/ with</p><div class="codebox"><pre><code>install -dv -m 1777 /tmp /var/tmp</code></pre></div><p>Reference: <a href="https://www.linuxfromscratch.org/lfs/view/stable/chapter07/creatingdirs.html" rel="nofollow">https://www.linuxfromscratch.org/lfs/vi … gdirs.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 03 Oct 2022 14:56:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37786#p37786</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37767#p37767</link>
			<description><![CDATA[<p>Perhaps <span class="bbc">/</span> is mounted read-only due to filesystem errors?</p><p>If so, you probably need to boot up with another root filesystem so as to <span class="bbc">fsck</span> the root partition first.</p><p>Or you might try to remount <span class="bbc">/</span> read-write.</p><p>Another option is to mount a <span class="bbc">tmpfs</span> onto <span class="bbc">/tmp</span>. Though that might not be enough as it won&#039;t allow log files or authority files to be written.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 02 Oct 2022 20:11:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37767#p37767</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37763#p37763</link>
			<description><![CDATA[<div class="codebox"><pre><code>/mnt$ ls -ld /tmp/
drwxrwxrwt 9 root root 220 Oct  2 18:25 /tmp/</code></pre></div><p>chmod set to 755</p><p>in recovery mode </p><div class="codebox"><pre><code>sudo startx launch output
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
and fatel sever error
(EE) could not create lock file in /tmp/.tx0-lock
xinit unable to connect to x server
connection refused</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Sun, 02 Oct 2022 18:42:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37763#p37763</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37756#p37756</link>
			<description><![CDATA[<p>First try <span class="bbc">ls -ld /tmp/</span> Output should look like</p><div class="codebox"><pre><code>drwxrwxrwt 10 root root 16384 Oct  2 17:30 /tmp/</code></pre></div><p>If it&#039;s missing then as root <span class="bbc">mkdir /tmp</span> and <span class="bbc">chmod 1777 /tmp</span> and see if that fixes it. If it exists but perms are not drwxrwxrwt enter the chmod.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sun, 02 Oct 2022 16:36:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37756#p37756</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37753#p37753</link>
			<description><![CDATA[<p>can get past login/pass in old recovery mode, black screen and bash. nmcli ifconfig cannot connet wifi.</p><p>how connect wifi via command line?</p><p>/tmp dir did have a socks that was there after every boot, might be call lo.socks?</p><p>could be nagios, remove by installer?</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Sun, 02 Oct 2022 14:49:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37753#p37753</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] boot error]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=37742#p37742</link>
			<description><![CDATA[<p>deleted a /tmp, app was not working,&#160; app is not reason for error.</p><p>on reboot <br />error at checking misc settings<br />pre-flight check error<br />unable to write to path temp_fil (&#039;temp&#039;) permission denied</p><p>after enter name and pass says failed to execute login command</p><p>tried recovery boot, same error.</p><p>booted installer medium to see partishon that boot has regenerated /tmp file</p><p>do not want to reinstall, want to learn to how to fix</p>]]></description>
			<author><![CDATA[dummy@example.com (tux)]]></author>
			<pubDate>Sun, 02 Oct 2022 07:51:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=37742#p37742</guid>
		</item>
	</channel>
</rss>
