Specs:
Computer 01: Xubuntu 18.04, with default out of the box samba components.
Computer 02: Windows 10.
Network Topology: Both computers are ethernet connected to a Modem/Router
Description of the problem:
- Windows 10 can not see anything being shared from Xubuntu 18.04, not even a domain.
- The system-config-samba command crashes with the following error message:
Command:
sudo -H system-config-samba
Output:
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 82, in __init__
self.samba_data = sambaParser.SambaParser(self)
File "/usr/share/system-config-samba/sambaParser.py", line 185, in __init__
self.parseFile ()
File "/usr/share/system-config-samba/sambaParser.py", line 228, in parseFile
section = SambaSection (token.value)
File "/usr/share/system-config-samba/sambaParser.py", line 49, in __init__
raise Error ("section %s already defined" % (name))
NameError: global name 'Error' is not defined
Here are the things I've tried:
- Clean install of Xubuntu 18.04, then clean install of samba and its dependencies.
- Using the default samba install to try and configure a connection for Windows 10 to see.
- AskUbuntu: samba sharing service not installed
- AskUbuntu: How do I share folders in Xubuntu?
- AskUbuntu: share folders over the network in Xubuntu 18.04?
Question/Request:
I desperately need this to get this functional as soon as possible to access the files I need for my work (these files are not on the same drive as the OS).
Any help to find a workaround or to get this functioning is what I'm after here.
I'm also not opposed to installing a different Linux distribution as long as it has a stable and functioning network sharing component out of the box.