Results 1 to 10 of 10

Thread: System-Config-Samba Crashing

Hybrid View

  1. #1
    Join Date
    Nov 2006
    Location
    Boston
    Beans
    51
    Distro
    Ubuntu 8.10 Intrepid Ibex

    System-Config-Samba Crashing

    System-Config-Samba is crashing every time I try to run it. I've tried reinstalling both it and samba itself but that doesn't help. Has anyone else had this problem or found a solution?
    Thanks.

  2. #2
    Join Date
    Jan 2006
    Beans
    1,237
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: System-Config-Samba Crashing

    I have the same problem
    here is the console output

    Code:
    cosku@cosku-desktop:~$ gksu system-config-samba
    File "/usr/sbin/system-config-samba", line 41, in <module> mainWindow.MainWindow(debug_flag)
    File "/usr/share/system-config-samba/mainWindow.py", line 118, in __init__ self.basic_preferences_win = basicPreferencesWin.BasicPreferencesWin(self, self.xml, self.samba_data, self.samba_backend, self.main_window)
    File "/usr/share/system-config-samba/basicPreferencesWin.py", line 93, in __init__ self.admin = libuser.admin()
    SystemError: could not open configuration file `/etc/libuser.conf': No such file or directory
    Last edited by cb951303; April 27th, 2008 at 03:55 PM.

  3. #3
    Join Date
    Nov 2006
    Location
    Boston
    Beans
    51
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: System-Config-Samba Crashing

    Yeah, same report for me too:
    Code:
    File "/usr/sbin/system-config-samba", line 41, in <module> mainWindow.MainWindow(debug_flag)
    File "/usr/share/system-config-samba/mainWindow.py", line 118, in __init__self.basic_preferences_win = basicPreferencesWin.BasicPreferencesWin(self, self.xml, self.samba_data, self.samba_backend, self.main_window)
    File "/usr/share/system-config-samba/basicPreferencesWin.py", line 93, in __init__self.admin = libuser.admin()
    SystemError: could not open configuration file `/etc/libuser.conf': No such file or directory

  4. #4
    Join Date
    Mar 2007
    Location
    Bangkok, Thailand
    Beans
    311
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: System-Config-Samba Crashing

    Hello

    Identical problem here, Hardy Heron 8.04. Already re-installed Samba - no avail, it crashes each time i open it.

    Best regards....

    Thanh

  5. #5
    Join Date
    Dec 2007
    Location
    Greece
    Beans
    22
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: System-Config-Samba Crashing

    Same effect here, different buggy lines though.

    Sent crash reports.

    Samba sharing works just fine though.


    Code:
    milia@Archimedes:~$ gksu system-config-samba
        mainWindow.MainWindow(debug_flag)
      File "/usr/share/system-config-samba/mainWindow.py", line 118, in __init__
        self.basic_preferences_win = basicPreferencesWin.BasicPreferencesWin(self, self.xml, self.samba_data, self.samba_backend, self.main_window)
      File "/usr/share/system-config-samba/basicPreferencesWin.py", line 93, in __init__
        self.admin = libuser.admin()
    SystemError: could not open configuration file `/etc/libuser.conf': No such file or directory

  6. #6
    Join Date
    Jan 2006
    Beans
    1,237
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: System-Config-Samba Crashing

    launchpad had the solution

    Code:
     sudo touch /etc/libuser.conf

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •