PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 24, 2012, 06:57:39 PM


Login with username, password and session length


Pages: [1] 2 3 4   Go Down
  Print  
Author Topic: Gparted won't accept root password??? [SOLVED!]  (Read 1743 times)
wharfhouse
Full Member
***
Offline Offline

Posts: 114



« on: January 13, 2012, 04:03:14 AM »

Tried to activate GParted for the first time from within my installation (having used it often from a LiveCD prior to installation) as I wanted to partition a USB flash drive.  It asked for a password being an administrative task, fair enough but it won't accept my root password  Huh  Tried several times... checked my password out on other things like root terminal, synaptic etc., all OK.

Is there a seperate password it uses I don't know about or have I missed something?

Just in case you need to know I'm on the current (and last?) version of Zen with the current kernel 2.6.38.8.bfs

Any ideas?  Thanks.
 Smiley
Logged
Leiche
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2704


God knows, i'm not an Angel!


WWW
« Reply #1 on: January 13, 2012, 04:36:51 AM »

Type in terminal
gparted
any messages?

Will not work...

EDIT: or try 
Code:
su -c "gparted"
Logged

Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15188


LXDE! Coffee, Bacon and Cheesecake!


« Reply #2 on: January 13, 2012, 05:32:04 AM »

Zen/Gnome support forum ---     
http://linuxgator.org/gnome/forum/     

Probably good to ask there, too, in case this is zen specific.   
Logged

ternor
Hero Member
*****
Offline Offline

Posts: 1436



« Reply #3 on: January 13, 2012, 05:47:40 AM »

I would check ownership and permissions of the executable file.
Logged

DeBaas
Hero Member
*****
Offline Offline

Posts: 1054



WWW
« Reply #4 on: January 13, 2012, 10:00:07 AM »

I changed the menu-line to:

kdesu gparted

(gksu gparted tell's me it is the wrong password)

 
Logged

Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15188


LXDE! Coffee, Bacon and Cheesecake!


« Reply #5 on: January 13, 2012, 10:05:16 AM »

I changed the menu-line to

kdesu gparted
     
That's for kde. wharfhouse is using zen (gnome). Therefore, gksu gparted is needed.     
Logged

DeBaas
Hero Member
*****
Offline Offline

Posts: 1054



WWW
« Reply #6 on: January 13, 2012, 10:33:26 AM »

Neal you are right, but.....
had the same problem with it using gksu in PCLinuxOS Gnome (older version)
kdesu was available and worked.
So just a try ?
Logged

wharfhouse
Full Member
***
Offline Offline

Posts: 114



« Reply #7 on: January 13, 2012, 11:44:43 AM »

Hi Guys & thanks for your comments and tips!  Wink

Didn't expect it to be such a popular post!  I'll try out these things over the week-end and report back next week.  Grin

So is this a common problem?

Cheers.
Logged
pags
Hero Member
*****
Offline Offline

Posts: 1942


Keep it clean.


« Reply #8 on: January 13, 2012, 01:55:07 PM »

Type in terminal
gparted
any messages?

Will not work...

EDIT: or try 
Code:
su -c "gparted"

...if that doesn't work (and it should), and you want a DE-agnostic approach, this two-step method should work...

From any graphic terminal (command line interface):
Code:
su -c xterm

Supply the root password when requested, and another terminal will open.  From the resulting window, and graphic app should run with root privileges (gparted, gsmartcontrol, etc)
Logged
wharfhouse
Full Member
***
Offline Offline

Posts: 114



« Reply #9 on: January 16, 2012, 11:30:30 AM »

Hi Guys... as promised the update.

Quote
EDIT: or try 

Code:
su -c "gparted"

Result:  asked for password (root password put in)... "invalid"!

Quote
I changed the menu-line to:

kdesu gparted

(gksu gparted tell's me it is the wrong password)

 

"assertion failed... aborted"!

Quote
That's for kde. wharfhouse is using zen (gnome). Therefore, gksu gparted is needed.     

Same effect!

That leaves pags suggestion.  I'll give it a go when I'm next on.  Incidentally, I found a neat alternative in PCC: "Manage Disk Partitions".  Seemed to do the same stuff so I partitioned and formatted my USB stick using that, which worked well.  So perhaps I don't need GParted at all although it doesn't answer the problem.  I'd like to pursue this in case it crops up somewhere else... not unless it's a bug with the programme.  So pags, I'll let you know by & by.  Wink
Logged
Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15188


LXDE! Coffee, Bacon and Cheesecake!


« Reply #10 on: January 16, 2012, 11:40:07 AM »

Both gparted and diskdrake (Manage Disk Partitions) use the same backend.     
Logged

wharfhouse
Full Member
***
Offline Offline

Posts: 114



« Reply #11 on: January 20, 2012, 03:56:32 AM »

Hi Leiche and Neal,

Quote
...if that doesn't work (and it should), and you want a DE-agnostic approach, this two-step method should work...

From any graphic terminal (command line interface):

Code:
su -c xterm

Supply the root password when requested, and another terminal will open.  From the resulting window, and graphic app should run with root privileges (gparted, gsmartcontrol, etc)

'Fraid not... still an invalid password!

I think rather than make a big deal of this, I'll use "diskdrake" whenever I need this facility, as Neal says these are one and the same thing (other than the graphical interface) which does work well enough  Wink

So thanks for all your help on this one  Grin

p.s.
Neal, any idea when Package Suggest is re-opening for business?
Logged
Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15188


LXDE! Coffee, Bacon and Cheesecake!


« Reply #12 on: January 20, 2012, 05:31:11 AM »

Quote
Neal, any idea when Package Suggest is re-opening for business?
     
It will open wen it opens. Best I can say.     
Logged

wharfhouse
Full Member
***
Offline Offline

Posts: 114



« Reply #13 on: January 23, 2012, 09:43:42 AM »

Thanx Neal  Smiley

I'll mark this thread as closed now.

cheers!
 Cool
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4606


MLUs Forever!


« Reply #14 on: January 23, 2012, 10:04:16 AM »

You asked .......  yes it seems to be a common problem ..... at least it is reproducible here

gksu gparted     tells me my password is invalid
su -c "gparted"  tells me my password is invalid
su -c gparted     tells me my password is invalid

opening a terminal,  'su'-ing to root, then launching gparted works.

kdesu gparted   accepts the root password and launches
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech ‎DVB-T 2 USB DTT
Pages: [1] 2 3 4   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM