You are not logged in.

#1 2012-11-22 17:31:41

arieaja123
Member
From: Indonesia
Registered: 2012-07-21
Posts: 43
Website

Not authorized to mount other partitions in Openbox

I've installed Openbox in archlinux with Systemd as default.
now, i have problem with my Openbox when i try to open other partition. it show error code "Not authorized to mount other partitions"
but, when i try in Xfce. my partition was success to open.
now i very confused sad

This is My Configuration

.xinitrc

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
mpd ~/.mpdconf
systemd --user &

#exec gnome-session
#exec startkde
#exec startxfce4
#exec awesome
exec openbox-session

sorry my bad english


███████▀     Nothing Prefect in The World'     ▀███████
███████▄     Linuxer Desktop Art                      ▄███████

Offline

#2 2012-11-22 18:07:38

kreinloo
Member
Registered: 2012-09-11
Posts: 1

Re: Not authorized to mount other partitions in Openbox

By default, regular users are not allowed to mount other partitions. You can allow this by editing the /etc/fstab file.
More info: https://wiki.archlinux.org/index.php/Fs … efinitions

Offline

#3 2012-11-22 21:15:02

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Not authorized to mount other partitions in Openbox

You might want to run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 which is probably launched by xfce when it starts. polkit-gnome-authentication-agent-1 is provided by polkit-gnome, if you have that installed then that is probably the problem, if you don't have it installed then the problem is something else.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#4 2012-11-23 01:53:52

shangtang
Member
From: Taiwan
Registered: 2012-10-17
Posts: 1
Website

Re: Not authorized to mount other partitions in Openbox

Maybe try this

exec dbus-launch openbox-session

Offline

#5 2012-11-24 01:48:51

root
Member
From: 127.0.0.1
Registered: 2012-04-13
Posts: 297

Re: Not authorized to mount other partitions in Openbox

@shangtang

The OP uses the .xinitrc file from skel which includes a loop to run dbus. Thus I don't think that should be the problem.


\(o_X)/
                        'Cause I wanna be an Archy - An Archy in the UK // Sex Pistols

Offline

#6 2012-11-25 17:50:37

valemon
Member
Registered: 2009-08-29
Posts: 24

Re: Not authorized to mount other partitions in Openbox

I am having the same issue using just openbox. Plus shutdown/restart/ buttons dont work. My .xinitrc has just  exec dbus-launch openbox-session.
what is possibly going wrong??

Offline

#7 2012-11-26 06:16:02

arieaja123
Member
From: Indonesia
Registered: 2012-07-21
Posts: 43
Website

Re: Not authorized to mount other partitions in Openbox

R00KIE wrote:

You might want to run /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 which is probably launched by xfce when it starts. polkit-gnome-authentication-agent-1 is provided by polkit-gnome, if you have that installed then that is probably the problem, if you don't have it installed then the problem is something else.

Wow,, Thank u Very much ROOKIE big_smile
now i can use my partition again.

Sorry i'm late to reply big_smile


███████▀     Nothing Prefect in The World'     ▀███████
███████▄     Linuxer Desktop Art                      ▄███████

Offline

#8 2012-11-26 06:20:48

arieaja123
Member
From: Indonesia
Registered: 2012-07-21
Posts: 43
Website

Re: Not authorized to mount other partitions in Openbox

valemon wrote:

I am having the same issue using just openbox. Plus shutdown/restart/ buttons dont work. My .xinitrc has just  exec dbus-launch openbox-session.
what is possibly going wrong??

My shutdown/restart buttons is work properly.

For Shutdown/Reboot, i put systemctl's Script to ~/.config/openbox/menu.xml


███████▀     Nothing Prefect in The World'     ▀███████
███████▄     Linuxer Desktop Art                      ▄███████

Offline

#9 2012-11-26 15:13:26

root
Member
From: 127.0.0.1
Registered: 2012-04-13
Posts: 297

Re: Not authorized to mount other partitions in Openbox

@valemon

Are you running systemd?


\(o_X)/
                        'Cause I wanna be an Archy - An Archy in the UK // Sex Pistols

Offline

Board footer

Powered by FluxBB