LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-13-2009, 06:17 AM   #46
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33

actually i think i know where the orange comes from : that was the natural color of the desktop, and it's getting back little by little. probably a side effect of the ctrl alt f2 and ctrl alt f7
 
Old 11-13-2009, 06:18 AM   #47
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
when i press alt+f2, it still opens the same window, but then when i type alt+f2 and su and enter, the windows closes and there's no other effect whatsoever.
Type
Code:
su -
(notice the - (dash)

Kind regards,

Eric
 
Old 11-13-2009, 06:20 AM   #48
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
if i type "su-", i get a window error, saying impossible to open file:///home/elishac/su-, and if i type "su -", nothing happens (edit: except that the command line window closes)
 
Old 11-13-2009, 06:22 AM   #49
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
if i type "su-", i get a window error, saying impossible to open file:///home/elishac/su-, and if i type "su -", nothing happens (edit: except that the command line window closes)
Did you have a root password set on your previous version before upgrading?

Just remembered something about Ubuntu. The root user doesn't have a root password if I'm not mistaking, thus not allowing him to login. The preferred way of Ubuntu is to have the users use sudo command. Since the post repo references specifically that it doesn't work in combination with sudo you'll have to set a password for the root account.

Try:
Code:
sudo passwd root
normally it will ask for your password (the one of your account). Next it will prompt for the new password for the root user, and you'll have to confirm it.
After that is done, try the su - command again but when prompted for the password type in the one you've given to the root user, not your own.

If that works then proceed with the commands from the blog. Hope it works out.

Kind regards,

Eric

Last edited by EricTRA; 11-13-2009 at 06:27 AM.
 
Old 11-13-2009, 06:23 AM   #50
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
i'm not sure, i think so.
 
Old 11-13-2009, 06:24 AM   #51
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
if i type echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe, nothing happens either (except that the window closes)
 
Old 11-13-2009, 06:27 AM   #52
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by elishac View Post
if i type echo options psmouse proto=exps > /etc/modprobe.d/psmouse.modprobe, nothing happens either (except that the window closes)
Then you need to reboot and see if the touchpad works.
Read the link.
 
Old 11-13-2009, 06:28 AM   #53
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
how to reboot again?
"reboot" doesn't work
 
Old 11-13-2009, 06:30 AM   #54
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Code:
sudo shutdown -h now
or
Code:
sudo reboot
 
Old 11-13-2009, 06:31 AM   #55
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by elishac View Post
how to reboot again?
"reboot" doesn't work
Code:
shutdown -r
?

Or press the power button for about 5 seconds until the screen goes black, then press it again to start up again.

Kind regards,

Eric
 
Old 11-13-2009, 06:32 AM   #56
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Quote:
Originally Posted by repo View Post
Code:
sudo shutdown -h now
or
Code:
sudo reboot
Correct. I was assuming he'd still be in his 'su' session.
 
Old 11-13-2009, 06:34 AM   #57
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
ok, i did reboot.
now the screen is blue/red/grey (the usual ubuntu login background), but there's no login window... :'(

how do i get out of this new problem ?
 
Old 11-13-2009, 06:43 AM   #58
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
<alt><F7> (or maybe <ctrl><alt><F7>) if you got there through <ctrl><alt><Fn>
 
Old 11-13-2009, 06:45 AM   #59
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
neither alt+f7 nor ctrl+alt+f7 work
 
Old 11-13-2009, 06:46 AM   #60
Wim Sturkenboom
Senior Member
 
Registered: Jan 2005
Location: Roodepoort, South Africa
Distribution: Ubuntu 12.04, Antix19.3
Posts: 3,794

Rep: Reputation: 282Reputation: 282Reputation: 282
Sorry I was 2 pages behind
 
  


Reply



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
problem with update divnypatron Ubuntu 3 06-27-2007 10:30 PM
problem with update.. natarajrhce Linux - Enterprise 1 12-22-2006 10:31 PM
YAST Update problem, won't update anymore sir_shunt SUSE / openSUSE 7 04-11-2006 12:55 PM
I have problem to update with the update function under fedora core 2 babyboss Fedora 4 08-10-2005 07:34 AM
Update Fedora2 using "yum update" problem chinaundead Fedora 9 04-27-2004 09:25 AM

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

All times are GMT -5. The time now is 12:31 PM.

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