<?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=5609&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] can't login use correct user and password]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5609</link>
		<description><![CDATA[The most recent posts in [SOLVED] can't login use correct user and password.]]></description>
		<lastBuildDate>Tue, 14 Mar 2023 17:03:34 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] can't login use correct user and password]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41494#p41494</link>
			<description><![CDATA[<p>If you re-installed the system then your username might have had it&#039;s numeric UID changed (it&#039;s the 3rd field in /etc/passwd). That would mean that everything in it&#039;s home dir would be owned by the old UID, not it&#039;s new UID. The <span class="bbc">sudo chown -R user:user /home/user</span> command would have fixed it. And destroyed most of the evidence.</p><p>I&#039;ve hit this problem before when switching distributions.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Tue, 14 Mar 2023 17:03:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41494#p41494</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] can't login use correct user and password]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41491#p41491</link>
			<description><![CDATA[<div class="quotebox"><cite>Grumpy wrote:</cite><blockquote><div><p>From your previous problem I gather your home directory is on a separate partition.<br />Have you checked that the entry in /etc/fstab is correct to mount that partition?<br />Have you checked that the contents of the home partition look sensible?</p></div></blockquote></div><p>yes i did all these...<br />the only downside is i discovered i could login as user from tty<br />what i did after a research is to recreate a /home/user directory via mkdir<br />then </p><div class="codebox"><pre><code>sudo chown -R user:user /home/user</code></pre></div><p>and just in case...</p><div class="codebox"><pre><code>cp -rT /etc/skel /home/user</code></pre></div><p>replaced user with my username</p><p>Then everything went just fine except from some files that were deleted but i had backup. It was helpfull i had a seperate /home partition. It save lives.</p>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Tue, 14 Mar 2023 08:31:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41491#p41491</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] can't login use correct user and password]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41486#p41486</link>
			<description><![CDATA[<p>From your previous problem I gather your home directory is on a separate partition.<br />Have you checked that the entry in /etc/fstab is correct to mount that partition?<br />Have you checked that the contents of the home partition look sensible?</p>]]></description>
			<author><![CDATA[dummy@example.com (Grumpy)]]></author>
			<pubDate>Mon, 13 Mar 2023 16:40:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41486#p41486</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] can't login use correct user and password]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41484#p41484</link>
			<description><![CDATA[<div class="quotebox"><cite>ComputerBob wrote:</cite><blockquote><div><p>caps lock key?</p></div></blockquote></div><p>nope</p><p>i found that if i press ctrl+alt+f1 to enter tty i can login with password and username ok<br />but i press startx it wont load and if i force i get the following error:</p><div class="codebox"><pre><code>The path for the directory containing caja settings need read and write permissions: </code></pre></div><p>also </p><div class="codebox"><pre><code>cd/home/rhtoras</code></pre></div><p> won&#039;t work<br />only </p><div class="codebox"><pre><code>cd/home </code></pre></div><p> which is empty if i press ls</p><p>p.s i use mate desktop that&#039;s why caja<br />and rhtoras is my user</p>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Mon, 13 Mar 2023 12:20:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41484#p41484</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] can't login use correct user and password]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41483#p41483</link>
			<description><![CDATA[<p>caps lock key?</p>]]></description>
			<author><![CDATA[dummy@example.com (ComputerBob)]]></author>
			<pubDate>Mon, 13 Mar 2023 12:13:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41483#p41483</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] can't login use correct user and password]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=41482#p41482</link>
			<description><![CDATA[<p>Hello i just restored my devuan workstation (i had some grub/efivars) issues<br />Everything works fine but i can&#039;t login. Btw there are two entries on boot menu but all lead to devuan installation.<br />I use correct user and password. It goes on loop after 1 second and won&#039;t let me in. I can boot though via root account and the password i have set.<br />Any ideas ?</p><p>I did:</p><div class="codebox"><pre><code>cat /etc/passwd </code></pre></div><p>and in resutls my user is ok</p><div class="codebox"><pre><code>rhtoras:x:1000:1000:rhtoras,,,:/home/rhtoras:/bin/bash</code></pre></div><p>as root .profile contains:</p><div class="codebox"><pre><code># ~/.profile: executed by Bourne-compatible login shells.

if [ &quot;$BASH&quot; ]; then
  if [ -f ~/.bashrc ]; then
    . ~/.bashrc
  fi
fi

mesg n 2&gt; /dev/null || true</code></pre></div><p>Any suggestions ?</p>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Mon, 13 Mar 2023 12:04:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=41482#p41482</guid>
		</item>
	</channel>
</rss>
