Xubuntu bugs, Samba, sharing services not installedHow to turn on Network Discovery and Share between computers with SambaHow do I share folders in Xubuntu?Make sure server can always boot and a hard drive is mounted before sharing with SambaMount samba share at login using startup script (not fstab)13.10 samba installed. cannot find it revisitedSamba share not in smb.confDiagnosing SambaSamba shares not accessible from Windows 8.1 with Ubuntu 14.04 LTSCould not set shared folderMissing shorcuts newly installed applications Xubuntu 14.04Setting up SAMBA server for home file sharingSharing External Drive using Samba in Ubuntu 18.04
Why Is Death Allowed In the Matrix?
To string or not to string
Can a Warlock become Neutral Good?
Fencing style for blades that can attack from a distance
What is the offset in a seaplane's hull?
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
Why doesn't H₄O²⁺ exist?
How does strength of boric acid solution increase in presence of salicylic acid?
Finding angle with pure Geometry.
What's the output of a record cartridge playing an out-of-speed record
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
What's the point of deactivating Num Lock on login screens?
Is a tag line useful on a cover?
Collect Fourier series terms
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
Why don't electron-positron collisions release infinite energy?
Watching something be written to a file live with tail
Why not use SQL instead of GraphQL?
Is it important to consider tone, melody, and musical form while writing a song?
Arthur Somervell: 1000 Exercises - Meaning of this notation
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
Can I make popcorn with any corn?
Adding span tags within wp_list_pages list items
How do I create uniquely male characters?
Xubuntu bugs, Samba, sharing services not installed
How to turn on Network Discovery and Share between computers with SambaHow do I share folders in Xubuntu?Make sure server can always boot and a hard drive is mounted before sharing with SambaMount samba share at login using startup script (not fstab)13.10 samba installed. cannot find it revisitedSamba share not in smb.confDiagnosing SambaSamba shares not accessible from Windows 8.1 with Ubuntu 14.04 LTSCould not set shared folderMissing shorcuts newly installed applications Xubuntu 14.04Setting up SAMBA server for home file sharingSharing External Drive using Samba in Ubuntu 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Trying to share between 2 xubuntu machines on the same network:
sudo apt install samba
from here, sudo apt install system-config-samba
from here.
shares-admin
from here didn't work initially - "Sharing services are not installed". Tried
sudo apt-get install nfs-kernel-server
from here, now means I can open shares-admin
, unlock it, try to add folders, and it crashes with
Segmentation fault
Opening Samba from the menu gives:
Failed to execute gksu system-config-samba. Failed to execute child
process "gksu"
sudo apt install gksu
Package gksu is not available
Can't edit the shortcut in the menu because although the icon appears and is clickable, the entry isn't present in menu editor.
sudo 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 121, 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 97, in
initself.admin = libuser.admin()
SystemError: could not open configuration file `/etc/libuser.conf': No such file or directory
sudo apt install thunar-shares-plugin
Unable to locate package
sudo /etc/init.d/samba restart
sudo: /etc/init.d/samba: command not found
This folder isn't present.
Does anyone have any tips for how to setup sharing on Xubuntu 18.10 & 18.04? This seems like it should be really simple and has immediately become nightmarish. Thanks.
networking xubuntu samba nfs thunar
add a comment |
Trying to share between 2 xubuntu machines on the same network:
sudo apt install samba
from here, sudo apt install system-config-samba
from here.
shares-admin
from here didn't work initially - "Sharing services are not installed". Tried
sudo apt-get install nfs-kernel-server
from here, now means I can open shares-admin
, unlock it, try to add folders, and it crashes with
Segmentation fault
Opening Samba from the menu gives:
Failed to execute gksu system-config-samba. Failed to execute child
process "gksu"
sudo apt install gksu
Package gksu is not available
Can't edit the shortcut in the menu because although the icon appears and is clickable, the entry isn't present in menu editor.
sudo 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 121, 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 97, in
initself.admin = libuser.admin()
SystemError: could not open configuration file `/etc/libuser.conf': No such file or directory
sudo apt install thunar-shares-plugin
Unable to locate package
sudo /etc/init.d/samba restart
sudo: /etc/init.d/samba: command not found
This folder isn't present.
Does anyone have any tips for how to setup sharing on Xubuntu 18.10 & 18.04? This seems like it should be really simple and has immediately become nightmarish. Thanks.
networking xubuntu samba nfs thunar
add a comment |
Trying to share between 2 xubuntu machines on the same network:
sudo apt install samba
from here, sudo apt install system-config-samba
from here.
shares-admin
from here didn't work initially - "Sharing services are not installed". Tried
sudo apt-get install nfs-kernel-server
from here, now means I can open shares-admin
, unlock it, try to add folders, and it crashes with
Segmentation fault
Opening Samba from the menu gives:
Failed to execute gksu system-config-samba. Failed to execute child
process "gksu"
sudo apt install gksu
Package gksu is not available
Can't edit the shortcut in the menu because although the icon appears and is clickable, the entry isn't present in menu editor.
sudo 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 121, 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 97, in
initself.admin = libuser.admin()
SystemError: could not open configuration file `/etc/libuser.conf': No such file or directory
sudo apt install thunar-shares-plugin
Unable to locate package
sudo /etc/init.d/samba restart
sudo: /etc/init.d/samba: command not found
This folder isn't present.
Does anyone have any tips for how to setup sharing on Xubuntu 18.10 & 18.04? This seems like it should be really simple and has immediately become nightmarish. Thanks.
networking xubuntu samba nfs thunar
Trying to share between 2 xubuntu machines on the same network:
sudo apt install samba
from here, sudo apt install system-config-samba
from here.
shares-admin
from here didn't work initially - "Sharing services are not installed". Tried
sudo apt-get install nfs-kernel-server
from here, now means I can open shares-admin
, unlock it, try to add folders, and it crashes with
Segmentation fault
Opening Samba from the menu gives:
Failed to execute gksu system-config-samba. Failed to execute child
process "gksu"
sudo apt install gksu
Package gksu is not available
Can't edit the shortcut in the menu because although the icon appears and is clickable, the entry isn't present in menu editor.
sudo 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 121, 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 97, in
initself.admin = libuser.admin()
SystemError: could not open configuration file `/etc/libuser.conf': No such file or directory
sudo apt install thunar-shares-plugin
Unable to locate package
sudo /etc/init.d/samba restart
sudo: /etc/init.d/samba: command not found
This folder isn't present.
Does anyone have any tips for how to setup sharing on Xubuntu 18.10 & 18.04? This seems like it should be really simple and has immediately become nightmarish. Thanks.
networking xubuntu samba nfs thunar
networking xubuntu samba nfs thunar
asked 5 mins ago
dez93_2000dez93_2000
5471816
5471816
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131770%2fxubuntu-bugs-samba-sharing-services-not-installed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131770%2fxubuntu-bugs-samba-sharing-services-not-installed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown