Skip to content

Instantly share code, notes, and snippets.

Created May 17, 2015 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/95348c004f97905db76c to your computer and use it in GitHub Desktop.
Save anonymous/95348c004f97905db76c to your computer and use it in GitHub Desktop.
aaron@Backup:~$ system-config-samba
Traceback (most recent call last):
File "/usr/sbin/system-config-samba", line 45, in <module>
mainWindow.MainWindow(debug_flag)
File "/usr/share/system-config-samba/mainWindow.py", line 116, in __init__
self.samba_user_data = sambaUserData.SambaUserData(self)
File "/usr/share/system-config-samba/sambaUserData.py", line 46, in __init__
self.readSmbPasswords()
File "/usr/share/system-config-samba/sambaUserData.py", line 63, in readSmbPasswords
raise RuntimeError, (_("You do not have permission to execute %s." % pdbeditcmd))
RuntimeError: You do not have permission to execute /usr/bin/pdbedit.
aaron@Backup:~$ sudo system-config-samba
[sudo] password for aaron:
(system-config-samba:11973): IBUS-WARNING **: The owner of /home/aaron/.config/ibus/bus is not root!
aaron@Backup:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment