LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-26-2018, 02:25 PM   #106
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

Quote:
Originally Posted by codwwe348 View Post
I ran the actual Sabayon 18.05 KDE with safe mode. I have a GUI when I boot it up that method, but I don't when I turn on the laptop regularly.
I am sure there are ways around it for me to get in.

Update: was able to do the first command, the other two said superuser required.
Sounds like it's working right in safe mode:-

When you turn the laptop on regularly and Sabayon doesn't have a gui I think you will have to install KDE.
First make sure with equo to see if KDE is installed.

When the terminal returns superuser required you have to type in your root password before the command in order for it to work.
For example: if you want to install amarok you would run:

Code:
equo install amarok
And press Enter
Than the terminal would return:
Code:
password
Enter your root password and hit Enter. (the password you created during the install)

Note that in Linux when you type your password it will not show.
This is normal for Linux.

When you get a chance:
Read the page I linked for you so you will know how to use Entrophy or Equo or Portage to run your Sabayon correctly.

Reading the documentation for your distribution is strongly advised.

Last edited by Ztcoracat; 05-26-2018 at 02:41 PM.
 
Old 05-26-2018, 02:52 PM   #107
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
Still getting same error which "superuser access required" when trying to install anything.
I think I have to research how to give myself superuser at some point.
Too many obstacles atm.
Attached Thumbnails
Click image for larger version

Name:	20180526_154906.jpg
Views:	6
Size:	231.2 KB
ID:	27749   Click image for larger version

Name:	20180526_154955.jpg
Views:	7
Size:	251.3 KB
ID:	27750  
 
1 members found this post helpful.
Old 05-26-2018, 02:53 PM   #108
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
https://www.youtube.com/watch?v=eS2sKmpkWv8
 
Old 05-26-2018, 03:05 PM   #109
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by codwwe348 View Post
Still getting same error which "superuser access required" when trying to install anything.
I think I have to research how to give myself superuser at some point.
Too many obstacles atm.
Yeah, research how to become superuser on Sabayon is your best bet.
Again, read the links I posted so you can learn how to run your new Gentoo based system. Take notes and enjoy your new system.

To update your repo's become 'root' and than run this command with the word sudo in front of the word emerge.

Code:
 emerge --sync && layman -S
https://wiki.sabayon.org/index.php?t...opy_or_Equo.3F


Gentoo uses sudo to become superuser


The sudo command provides a simple and secure way to configure privilege escalation.
https://wiki.gentoo.org/wiki/Sudo

To update your Sabayon system run:
Code:
sudo equo update
Than type in your password and hit Enter.

Good Luck
 
Old 05-26-2018, 03:13 PM   #110
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
How to become root in Gentoo Linux-

https://www.youtube.com/watch?v=TcijR7gr02k

If you don't have a root password follow this video. Only do this codwwe348 if you don't have a root password.

https://www.youtube.com/watch?v=n78Rd2y2kuA

Here's How to slow down a video if you need to:
https://www.youtube.com/watch?v=KUymMkTpScw

Last edited by Ztcoracat; 05-26-2018 at 03:40 PM.
 
Old 05-26-2018, 05:50 PM   #111
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,534

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Did you create a root user password when you installed Sabayon? The Sabayon page below indicates that sudo is not used by default when installed nor is it needed.

https://wiki.sabayon.org/index.php?title=En:Entropy
 
Old 05-26-2018, 05:55 PM   #112
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
I did create a root password and I am able to do commands. I was supposed to use Sudo for some commands.
Now I just need to figure out how to get it to boot from the GUI.
Keep in mind, this is the profile it set me to and I cannot change it at this moment.
Attached Thumbnails
Click image for larger version

Name:	20180526_190855.jpg
Views:	10
Size:	247.2 KB
ID:	27755  

Last edited by codwwe348; 05-26-2018 at 06:10 PM.
 
Old 05-26-2018, 08:40 PM   #113
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Thanks for joining the thread yancek-
 
Old 05-27-2018, 08:04 AM   #114
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,534

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Quote:
I was supposed to use Sudo for some commands.
Is that a typo? Sudo won't work, it needs to be all lower case: sudo is that what you have been doing. What is the source telling you to use sudo? Most Linux system that do not use sudo as a default just use "su, su -i" or some other option. You can then configure sudo to give limited access for other users. The Sabayon download site at the link below shows downloads for several different Desktop Environments so you should have a GUI.

https://www.sabayon.org/desktop/
 
Old 05-27-2018, 09:39 AM   #115
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
Unfortunately, that was no typo. I picked up from a gentoo video and tested that sudo was actually working with my commands.
I use a live USB for Sabayon and it loads up the KDE Plasma GUI straight away.
When I restart my laptop after install, it's command line.
I am new to Gentoo-Based OS. Other operating systems I didn't really enjoy as much as I enjoy Sabayon when I was testing small things out.
I don't know lots of technicalities, commands, optimizations or shortcuts to Linux and I would love to learn this OS specifically.
 
Old 05-27-2018, 01:39 PM   #116
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
I don't know lots of technicalities, commands, optimizations or shortcuts to Linux and I would love to learn this OS specifically.
Have you read the documentation?
 
Old 05-27-2018, 01:47 PM   #117
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
codwwe348, what is the output of:

Code:
$DESKTOP_SESSION

-------------------------------------------------------------------------------------------------------

yancek,

Is it possible that the runlevel is not set to 3?

https://www.tldp.org/LDP/sag/html/run-levels-intro.html

With Slackware I had to change the runlevel from 3 to 4 in order to have the gui:-
 
Old 05-27-2018, 03:08 PM   #118
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,534

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Some Linux systems I have used use sudo on the Live DVD but not with an installed system. I don't use Sabayon so I wouldn't know if it is one but if you were prompted to create a root password during the install, I would not expect sudo to be used unless manually configured after the install. Of course if you have e root password, sudo is not necessary.

You could check the file: /etc/inittab to see what it says. The following entry: id:3:initdefault with the 3 would mean default konsole login. Most systems use 4 or 5 for a GUI.
 
Old 05-27-2018, 03:16 PM   #119
codwwe348
Member
 
Registered: Apr 2016
Distribution: Win 10, Fedora KDE
Posts: 114

Original Poster
Rep: Reputation: Disabled
I plugged in the internet wire, and did the few commands including.

su root
equo update
equo upgrade
equo conf update
emerge --sync && layman -S

It installed all packages. still no gui.

Will check file when I can for run priority

Last edited by codwwe348; 05-27-2018 at 03:25 PM.
 
Old 05-27-2018, 06:00 PM   #120
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Running this command should show you if you have the KDE Plasma DE or not.

Code:
$DESKTOP_SESSION
Cheers,
Ztcoracat
 
  


Reply

Tags
bios, disabled, install, linux, sabayon



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Review: Sabayon 9 KDE LXer Syndicated Linux News 0 06-27-2012 11:00 AM
LXer: Review: Sabayon 6 KDE LXer Syndicated Linux News 0 06-25-2011 06:20 PM
KDE or GNOME for Sabayon azteka22 Sabayon 5 06-24-2009 09:41 PM
Sabayon KDE AMD x86-64 2.6.29-sabayon - something worth trying. rysiekmus2 Sabayon 1 06-17-2009 04:01 AM
Beryl, KDE and Sabayon 3.2 chakkerz Linux - General 1 12-19-2006 06:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration