You are not logged in.

#1 2012-11-03 08:59:49

veroke12
Member
Registered: 2011-07-22
Posts: 98

[SOLVED]problems encountered after recent upgrade.

After i upgraded my computer, i got several problem:

1- as consolekit was replaced by logind, i can't mount USB flashdisk.
    it says: an error occured while accessing 'TOSHIBA', the system  responded: an unspecified error has occured.:Not authorized.
    i use dolphin, but find same error with another file manager.
    storage group
   

┌─[03:49 PM][root][/home/veroke]
└──╼ cat /etc/group | grep storage
storage:x:95:veroke

   fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes, 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa8a63ea6

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63      208844      104391   83  Linux
/dev/sda2          208845      738989      265072+  82  Linux swap / Solaris
/dev/sda3          738990   174819329    87040170   83  Linux
/dev/sda4       174819330   625137344   225159007+  83  Linux

Disk /dev/sdb: 500.1 GB, 500107862016 bytes, 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3c9f6214

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048   976771119   488384536    7  HPFS/NTFS/exFAT

Disk /dev/sdd: 3926 MB, 3926949888 bytes, 7669824 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc3072e18

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1   *        8064     7669823     3830880    c  W95 FAT32 (LBA)

2-shutdown, reboot button on cinnamon and XFCE doesnt shutdown the computer. it just exit back to prompt

had no luck searching answer on google so far..

Last edited by veroke12 (2012-11-04 10:34:54)

Offline

#2 2012-11-03 11:19:29

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: [SOLVED]problems encountered after recent upgrade.

How do you start XFCE (startx or display manager)?  Does loginctl show an active session.

There are already numerous threads on this forum discussing issues like this.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#3 2012-11-03 12:53:21

veroke12
Member
Registered: 2011-07-22
Posts: 98

Re: [SOLVED]problems encountered after recent upgrade.

loafer wrote:

How do you start XFCE (startx or display manager)?  Does loginctl show an active session.

i start xfce with startx...

the output of loginctl:

┌─[07:47 PM][veroke][~]
└──╼ loginctl
   SESSION        UID USER             SEAT            

0 sessions listed.
loafer wrote:

There are already numerous threads on this forum discussing issues like this.

yeah, but don't find solution to my problem..

Offline

#4 2012-11-03 13:03:18

loafer
Member
From: the pub
Registered: 2009-04-14
Posts: 1,772

Re: [SOLVED]problems encountered after recent upgrade.

Look at the loginctl output, you don't have anything listed.  There are certainly threads discussing this, plus the Wiki itself.


All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.

Offline

#5 2012-11-03 13:10:51

veroke12
Member
Registered: 2011-07-22
Posts: 98

Re: [SOLVED]problems encountered after recent upgrade.

I follow this link https://wiki.archlinux.org/index.php/ConsoleKit
and type loginctl show-session $XDG_SESSION_ID ... and the output doesnt contain Active=yes..
what am i supposed to do??

Offline

#6 2012-11-03 14:00:46

veroke12
Member
Registered: 2011-07-22
Posts: 98

Re: [SOLVED]problems encountered after recent upgrade.

and then this link https://bbs.archlinux.org/viewtopic.php?pid=1185531
still 0 session listed when running loginctl.

Offline

#7 2012-11-03 14:47:32

veroke12
Member
Registered: 2011-07-22
Posts: 98

Re: [SOLVED]problems encountered after recent upgrade.

┌─[09:45 PM][veroke][~]
└──╼ grep -nR systemd /etc/pam.d/
/etc/pam.d/lxdm:10:-session        optional        pam_systemd.so
/etc/pam.d/system-login:20:-session   optional   pam_systemd.so
/etc/pam.d/sshd:13:-session	optional	pam_systemd.so

from this http://comments.gmane.org/gmane.linux.a … eral/39192

Offline

#8 2012-11-04 10:34:15

veroke12
Member
Registered: 2011-07-22
Posts: 98

Re: [SOLVED]problems encountered after recent upgrade.

Solved..
i just need to add "session required pam_systemd.so" in /etc/pam.d/login
and make 10-mount-system.rules in /etc/polkit-1/rules.d..

┌─[05:27 PM][veroke][~]
└──╼ loginctl
   SESSION        UID USER             SEAT            
        c1       1000 veroke           seat0           

1 sessions listed.

Offline

Board footer

Powered by FluxBB