LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-26-2009, 08:59 AM   #1
slayeriq
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Rep: Reputation: 15
GSB several problems


Hello,

Im sorry for the vague title i used but i cant describe it better than that. I have a couple of problems on my GSB that i use in my slackware 12.2 installation.

I dont know much about gnome so i was hoping that you give me clear explanations.

These are the problems:

1. I cant mount my external hdd i can see it in system but if i open it i see the following error: "Error org.freedesktop.DBus.Error.AccessDenied.". I get this under my own account aswell under root.

2. I get "You are not allowed to access the system configuration." if i try to open something under system->Administration i get that error if im logged in as normal user also and under root.

3. I cant open the root terminal any account also root.

I think those problems are linked but i dont know how to solve it. I want to say that i searched the internet before i did this post and i couldn't find usefull info or i found things i dont know how to do.

I hope u guys can help me.

Thanks in advance,

SlayeriQ
 
Old 01-26-2009, 09:35 AM   #2
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
For the first error, I am 99% certain the problem can be fixed by adding yourself to the "plugdev" group.

Unfortunately, I do not know what to suggest as for the second and third errors.
 
Old 01-26-2009, 09:43 AM   #3
slayeriq
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by indienick View Post
For the first error, I am 99% certain the problem can be fixed by adding yourself to the "plugdev" group.

Unfortunately, I do not know what to suggest as for the second and third errors.

Thank you for the response but how do i add my self to plugdev and doensnt that have any security problems with it ?
 
Old 01-26-2009, 09:47 AM   #4
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
No - no security issues that I know of...

"plugdev", as far as I know, is a group that allow users access to devices managed by HAL (and thus other programs connected to HAL through Dbus).

To add your user to the "plugdev" group (or any other group for that matter), you can either crack open a text editor (as root, of course) and edit "/etc/group", or issue the following command (as root):
Code:
# usermod -aG plugdev your_user_name
 
Old 01-26-2009, 09:57 AM   #5
slayeriq
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by indienick View Post
No - no security issues that I know of...

"plugdev", as far as I know, is a group that allow users access to devices managed by HAL (and thus other programs connected to HAL through Dbus).

To add your user to the "plugdev" group (or any other group for that matter), you can either crack open a text editor (as root, of course) and edit "/etc/group", or issue the following command (as root):
Code:
# usermod -aG plugdev your_user_name
i did that logged out then logged in still same problem i only changed usermod -aG plugdev to
usermod -G plugdev

if i run id now i see this

uid=1000(slayeriq) gid=100(users) groups=11(floppy),17(audio),18(video),19(cdrom),100(users)

plugdev is not added

Last edited by slayeriq; 01-26-2009 at 10:09 AM.
 
Old 01-26-2009, 10:10 AM   #6
wadsworth
Member
 
Registered: Aug 2007
Distribution: Slackware64 13.37
Posts: 215

Rep: Reputation: 65
The command to see the groups you belong to is
Code:
groups
To add a user to a group, I've always used
Code:
gpasswd -a user_name group
 
Old 01-26-2009, 10:18 AM   #7
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Okay, then try the adding yourself to the /etc/group file with a text editor:
Code:
$ sudo gedit /etc/group
-OR-
$ gksu gedit /etc/group
 
Old 01-26-2009, 10:24 AM   #8
slayeriq
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by wadsworth View Post
The command to see the groups you belong to is
Code:
groups
To add a user to a group, I've always used
Code:
gpasswd -a user_name group
I think there is something wrong with the groups becouse this happend:

im now added to plugdev still i get the error i added a screenshot so u can see the error also i forgot to mention that the hdd is ntfs i dont know if thats the problem:

Click image for larger version

Name:	Screenshot.png
Views:	29
Size:	17.5 KB
ID:	29
 
Old 01-26-2009, 10:30 AM   #9
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
...it shouldn't be a problem, but make sure you have ntfs-3g installed, and that your /etc/fstab entry for /dev/hdd[n] is set to mount with the ntfs-3g driver (as opposed to the read-only ntfs driver).
Code:
---Checking that you have ntfs-3g installed...---
$ find /var/log/packages -iname ntfs-3g
...
...
Could you please post the contents of your /etc/fstab file, and wrap it in [code] tags?
 
Old 01-26-2009, 10:31 AM   #10
wadsworth
Member
 
Registered: Aug 2007
Distribution: Slackware64 13.37
Posts: 215

Rep: Reputation: 65
Try logging out/back in (may need to do this for the group changes to take)

Don't have much experience with ntfs volumes, but I know ntfs-3g needs fuse.
Is /etc/rc.d/rc.fuse set executable and running?
 
Old 01-26-2009, 10:33 AM   #11
slayeriq
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Code:
/dev/sda4        swap             swap        defaults         0   0
/dev/sda3        /                ext3        defaults         1   1
/dev/sda1        /ntfs-c          ntfs-3g     umask=077        1   0
/dev/sda5        /ntfs-d          ntfs-3g     umask=077        1   0
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
shm            /dev/shm     tmpfs  defaults        0     0
also i logged out an and then logged back in and it didnt work.

i can acces ntfs-c and ntfs-d as root but i configured it that way at the install.

and fuse is running.

Last edited by slayeriq; 01-26-2009 at 10:35 AM.
 
Old 01-26-2009, 10:40 AM   #12
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Try the following to the lines for sda{1,5}:
Code:
...
/dev/sda1   /ntfs-c   ntfs-3g   umask=077,users,rw   0   0
/dev/sda5   /ntfs-d   ntfs-3g   umask=077,users,rw   0   0
...
...then unmount, and re-mount them.
 
Old 01-26-2009, 10:43 AM   #13
slayeriq
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by indienick View Post
Try the following to the lines for sda{1,5}:
Code:
...
/dev/sda1   /ntfs-c   ntfs-3g   umask=077,users,rw   0   0
/dev/sda5   /ntfs-d   ntfs-3g   umask=077,users,rw   0   0
...
...then unmount, and re-mount them.

sorry for the question but they are already working why should i do that?

edit:

I found out how to solve it by accident if i change in

etc/dbus-1/system.d/system-tools-backends.conf

Code:
<!-- configuration modules can't be accessed directly... -->
<deny send_interface="org.freedesktop.SystemToolsBackends"/>
<deny send_interface="org.freedesktop.SystemToolsBackends.Platform"/>
i changed deny with allow for both and it worked but im concerned about security issues now.

Last edited by slayeriq; 01-26-2009 at 10:57 AM.
 
Old 01-26-2009, 10:57 AM   #14
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,160
Blog Entries: 5

Rep: Reputation: 392Reputation: 392Reputation: 392Reputation: 392
Hello,

GSB: Do you mean GNOME SlackBuild?

If so, which version of GSB did you install?

On GSB homepage, there is an annoucement about a new testing version and I'm not sure whether it's compatible with Slackware 12.2.

The following thread on their mailing list seems to indicate that Slackware 12.2 is not yet supported:

http://groups.google.com/group/gsb-u...7804b7f76b3e8d

I think it's preferable for you to stick with Slackware 12.1 and the latest stable GSB (if you really want to use GSB) and wait for the next stable GSB version compatible with 12.2.

Of course, you can help debug GSB -current but I think it would then be most appropriate to report your problems on GSB mailing lists.
 
Old 01-26-2009, 11:04 AM   #15
slayeriq
LQ Newbie
 
Registered: Jan 2007
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by gegechris99 View Post
Hello,

GSB: Do you mean GNOME SlackBuild?

If so, which version of GSB did you install?

On GSB homepage, there is an annoucement about a new testing version and I'm not sure whether it's compatible with Slackware 12.2.

The following thread on their mailing list seems to indicate that Slackware 12.2 is not yet supported:

http://groups.google.com/group/gsb-u...7804b7f76b3e8d

I think it's preferable for you to stick with Slackware 12.1 and the latest stable GSB (if you really want to use GSB) and wait for the next stable GSB version compatible with 12.2.

Of course, you can help debug GSB -current but I think it would then be most appropriate to report your problems on GSB mailing lists.
Thank you then i guess i have to uninstall gsb and return to kde until 12.2 is supported.

but its working fine for me now i only need to know if changing

<!-- configuration modules can't be accessed directly... -->
<deny send_interface="org.freedesktop.SystemToolsBackends"/>
<deny send_interface="org.freedesktop.SystemToolsBackends.Platform"/>

to allow has security problems.

Last edited by slayeriq; 01-26-2009 at 11:13 AM.
 
  


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
slackware-current and GNOME users (GSB-FRG problems) BrianW Slackware 2 07-05-2005 02:55 AM
GSB v GWare mazebane Slackware 3 04-25-2005 02:11 AM
GTK application problems after GSB removal... ateam Slackware 7 04-14-2005 10:56 AM
GWARE or GSB? Oholiab Slackware 11 03-31-2005 10:28 PM
GSB [Gnome Slackbuild] Xian Slackware 27 03-12-2005 07:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:12 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