<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3836&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / how to activate root gui at logon screen + problem with root password]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3836</link>
		<description><![CDATA[The most recent posts in how to activate root gui at logon screen + problem with root password.]]></description>
		<lastBuildDate>Tue, 22 Sep 2020 20:23:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24855#p24855</link>
			<description><![CDATA[<div class="quotebox"><cite>ofvergara wrote:</cite><blockquote><div><p>Is it possible to install network manager right at installation and at the same time remove wicd?</p></div></blockquote></div><p>I might be wrong but I think the network management program depends on the desktop. I know that GNOME uses NM and I think Plasma and Xfce do as well.</p><p>Anyway it&#039;s easy to change:</p><div class="codebox"><pre><code># apt install  wicd{,-{cli,curses,daemon,gtk}}- network-manager{,-gnome}</code></pre></div><div class="quotebox"><cite>ofvergara wrote:</cite><blockquote><div><p>Does devuan offer a similar tool like this?</p></div></blockquote></div><p>Not that I know of. See also <a href="http://forums.debian.net/viewtopic.php?f=10&amp;t=125809" rel="nofollow">http://forums.debian.net/viewtopic.php?f=10&amp;t=125809</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 22 Sep 2020 20:23:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24855#p24855</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24847#p24847</link>
			<description><![CDATA[<p>Hello <strong>HoaS</strong>,<br />your approach was too advanced for me, so i went ahead and re-installed beowulf; it was easier for me that way, and it worked. Sudo is now working.</p><p>I am now able to access synaptic and make minor system modifications [like removing wicd, installing network manager and later editing network interfaces using pluma (mate&#039;s gedit)].<br /><strong>Question:&#160; Is it possible to install network manager right at installation and at the same time remove wicd?</strong></p><p>Now I&#039;m trying to emulate my good old &amp; reliable gnome 2.28 with the mate desktop, and then do a side-by-side comparison and taking notes on what to do to achieve this.<br />One advantage of installing beowulf this way is that you install the programs you need without having too much initial bloat.</p><p>Virage is a wonderful derivative with xfce, however, I am a big fan of gnome 2.28 for many years (gnome3 and up are awful) and mate is doing a superb attempt of preserving the look-and-feel of a proper desktop environment (I remember back in the Novell days with SLED10 that they performed usability surveys with several desktop environments and the most preferred one by the user surveyed was gnome 2.28, that is the reason it was default in that distribution since until gnome decided to update for the worse).</p><p>Suse also created a system tool called <span class="bbu">yast</span>, in which it contains all system settings able to be modified by root with a nice graphical interface.<br /><strong>Does devuan offer a similar tool like this?</strong>&#160; (see it here:&#160; <a href="https://yast.opensuse.org/" rel="nofollow">https://yast.opensuse.org/</a>)</p><p>I want to thank everybody for your kind assistance, I&#039;ll keep asking more questions on this forum.<br />Cheers.</p>]]></description>
			<author><![CDATA[dummy@example.com (ofvergara)]]></author>
			<pubDate>Tue, 22 Sep 2020 04:17:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24847#p24847</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24816#p24816</link>
			<description><![CDATA[<p>Hmm, yes, sorry OP — you can&#039;t add your user to the sudo group if you can&#039;t use <span class="bbc">su</span> <img src="http://dev1galaxy.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>Rather than re-installing you can boot to a root shell by editing the bootloader: press either &lt;tab&gt; or &lt;e&gt; with the Devuan entry highlighted then replace <span class="bbc">ro</span> with <span class="bbc">rw</span> and add <span class="bbc"> init=/bin/bash</span> to the end of the line that starts with &quot;linux&quot;; use either &lt;return&gt; or &lt;ctrl&gt;+&lt;x&gt; to boot the modified entry.</p><p>I&#039;m pretty sure your problem is due to the installer using a different keymap than your graphical desktop, this would cause you to enter the &quot;wrong&quot; password during installation.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 21 Sep 2020 15:49:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24816#p24816</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24810#p24810</link>
			<description><![CDATA[<p>Thanks guys for your hints. I deleted ascii and then installed beowulf i386 netInstall with mate desktop.<br />However, i kept having the same problem.</p><p>Apparently my username is not being added to the sudo group upon installation; and still doesn&#039;t accept my very simple root password neither in the terminal nor the pop-up message after clicking <strong>system&gt;administration&gt;synaptic</strong>.<br />This is very strange.</p><div class="quotebox"><blockquote><div><p>See <a href="https://wiki.debian.org/sudo" rel="nofollow">https://wiki.debian.org/sudo</a></p></div></blockquote></div><p>Thank you. I read the document. however i kept having problems in the terminal. Please read below:</p><div class="codebox"><pre><code>$ groups
omar cdrom floppy audio dip video plugdev netdev bluetooth lpadmin scanner</code></pre></div><div class="codebox"><pre><code>$ sudo adduser omar sudo
[sudo] password for omar:
omar is not in the sudoers file. The incident will be reported.</code></pre></div><div class="codebox"><pre><code>$ sudo chvt 3
[sudo] password for omar:
omar is not in the sudoers file. The incident will be reported.</code></pre></div><div class="codebox"><pre><code>$ su  (or)  su -
Password:
su: Authentication failure</code></pre></div><div class="codebox"><pre><code>$ gpasswd -a omar sudo
gpasswd: Permission denied.</code></pre></div><p>For the command above from <strong>HevyDevy</strong>, since it&#039;s a pound sign &quot;#&quot;, means root, but i can&#039;t access root. my root password is rejected (<em>authentication failure</em>).</p><p>One of the suggestions I found in the page sent by <strong>HoaS</strong>, is to install again and then assign no password to root, so the first user created get sudo powers.</p><p>I will reinstall and then try this approach. Will share more news tomorrow.<br />Cheers devuan team</p>]]></description>
			<author><![CDATA[dummy@example.com (ofvergara)]]></author>
			<pubDate>Mon, 21 Sep 2020 02:38:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24810#p24810</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24780#p24780</link>
			<description><![CDATA[<p>you can also add the user to sudo like so as root.</p><div class="codebox"><pre><code># gpasswd -a omar sudo</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (HevyDevy)]]></author>
			<pubDate>Sun, 20 Sep 2020 12:37:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24780#p24780</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24778#p24778</link>
			<description><![CDATA[<div class="quotebox"><cite>ofvergara wrote:</cite><blockquote><div><p>i tried <span class="bbc">sudo -i</span> in mate terminal and entered my password (not root&#039;s pw). then i received this message:</p><div class="codebox"><pre><code>omar is not in the sudoers file. This incident will be reported.</code></pre></div></div></blockquote></div><p>See <a href="https://wiki.debian.org/sudo" rel="nofollow">https://wiki.debian.org/sudo</a></p><div class="quotebox"><cite>ofvergara wrote:</cite><blockquote><div><div class="quotebox"><blockquote><div><p>Can you login as root at the console (TTY)?</p></div></blockquote></div><p>How do i achieve this virtualbox?</p></div></blockquote></div><p>Once you have configured sudo use</p><div class="codebox"><pre><code>sudo chvt 3</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 20 Sep 2020 11:49:24 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24778#p24778</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24772#p24772</link>
			<description><![CDATA[<p>hello <strong>chris2be8 &amp; HOaS</strong>,<br />I have installed ascii i386 for comparison purposes and the same issues occurred. Synaptic doesn&#039;t accept my root password. I made sure this time that no strange characters were used.</p><p>i tried <span class="bbc">sudo -i</span> in mate terminal and entered my password (not root&#039;s pw). then i received this message:</p><div class="codebox"><pre><code>omar is not in the sudoers file. This incident will be reported.</code></pre></div><p>I will try beowulf netInstall tomorrow to see what happens, although I would have.preferred for beowulf to have the graphical installation screen like ascii does.<br />i know because of another thread in the forum that beowulf doesn&#039;t provide a graphical installation screen. Also the minor pulse audio problem in the release notes.</p><div class="quotebox"><blockquote><div><p>Can you login as root at the console (TTY)?</p></div></blockquote></div><p>How do i achieve this virtualbox?&#160; &#160;since virtualbox provides desktop integration, unfortunately my keyboard is not fully captured by the guest OS and if I press a key combination, it applies it to the host OS. My mouse can be captured, though.</p><p>I know that in SLED11sp4 &amp; opensuse, i can go to a full screen terminal by pressing&#160; <strong>ctrl+alt+f1-6</strong>, and then go back to normal graphic screen with <strong>ctrl+alt+f7</strong></p><div class="quotebox"><blockquote><div><p>I&#039;m not helping you log into the graphical desktop as root because that&#039;s a stupid thing to do&#160; &#160;<img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p></div></blockquote></div><p><img src="http://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /><br />i have been able to enter root gui in both SLED11sp4 &amp; opensuse for all these years without doing anything special, it&#039;s just available right after first install.<br />probably devuan is able to do it as well somehow. if you know how, please send me a private message. i will really appreciate it since it&#039;s easier for me to handle system modifications this way. also, i&#039;m the only one using this laptop, i&#039;m sure i won&#039;t be messing up my own computer (i make manual monthly data back-ups in case my hard disk dies or something bad happens).</p><p>Thank you guys for helping out. Will share more updates after I install beowulf.</p><p>Cheers,<br />Omar</p>]]></description>
			<author><![CDATA[dummy@example.com (ofvergara)]]></author>
			<pubDate>Sun, 20 Sep 2020 04:29:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24772#p24772</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24747#p24747</link>
			<description><![CDATA[<p>Try <span class="bbc">sudo -i</span> in a terminal window. Hopefully that should ask for your user password then take you into a root shell. Then you can use <span class="bbc">passwd root</span> to change the root password (it sounds as if it&#039;s not what you think it is).</p><p>Chris</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Sat, 19 Sep 2020 16:09:46 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24747#p24747</guid>
		</item>
		<item>
			<title><![CDATA[Re: how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24740#p24740</link>
			<description><![CDATA[<div class="quotebox"><cite>ofvergara wrote:</cite><blockquote><div><p>when i go into &quot;mate terminal&quot; and enter &quot;su&quot; and &quot;su -&quot;, and then i enter the root password, the root password doesn&#039;t work either. it displays &quot;authentication failure&quot;. am i doing something wrong?</p></div></blockquote></div><p>Can you login as root at the console (TTY)? Are you sure the keyboard is configured correctly so as to account for any special characters in the root password?</p><p>I&#039;m not helping you log into the graphical desktop as root because that&#039;s a stupid thing to do <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>And why have you not tried the current stable release? ASCII is now Devuan oldstable.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 19 Sep 2020 07:44:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24740#p24740</guid>
		</item>
		<item>
			<title><![CDATA[how to activate root gui at logon screen + problem with root password]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=24735#p24735</link>
			<description><![CDATA[<p>hello devuan team.</p><p>I have finished evaluating virage 3.1 and I liked it very much (since it also allows the topic at hand straight away). It&#039;s now my candidate to replace my good old SLED11-sp4 in the near future.</p><p>However, I wanted to re-evaluate and give another chance to the original devuan. I have now installed ascii 2.1 x86-64 from netInstall with mate desktop environment in virtualBox.</p><p>I have found these issues:</p><p>#1&#160; i want to remove wicd and install network manager (I achieved this in virage easily with the guide found in a post in the &quot;freedom hacks&quot; forum), however in &#039;mate&#039;, after i click &quot;system &gt;&gt; administration &gt;&gt; synaptic package manager&quot; and the password pop-up window appears, it doesn&#039;t accept neither the root password nor the normal user password, which is very weird.</p><p>#2&#160; i can&#039;t use root at logon screen and then use the root gui desktop environment to make system modifications (like opensuse or virage). when i try root and root&#039;s password at this logon screen, it doesn&#039;t move forward. only my local user account works to go into the desktop environment. So, problem #1 can be solved if i have access to the root gui D-E.</p><p>#3&#160; when i go into &quot;mate terminal&quot; and enter &quot;su&quot; and &quot;su -&quot;, and then i enter the root password, the root password doesn&#039;t work either. it displays &quot;authentication failure&quot;. am i doing something wrong?</p><p>I tried a hint that i read in another post in this forum to achieve root at login, yet that option did not work unfortunately.</p><p>what commands do i need to enter to make this work?<br />At the main &#039;mate&#039; login screen I don&#039;t see any options to click and modify settings, only the username/password boxes. that&#039;s it.</p><p>have into account that i am not CLI savvy, I&#039;m mostly a point-and-click user using linux consistently for 10 years.</p><p>i am going to try with i386 ascii netInstall instead of x86-64 to try to replicate the issues I have, and see where the problem lies. </p><p>thanks a lot guys for your input.<br />cheers.</p>]]></description>
			<author><![CDATA[dummy@example.com (ofvergara)]]></author>
			<pubDate>Sat, 19 Sep 2020 03:18:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=24735#p24735</guid>
		</item>
	</channel>
</rss>
