Xubuntu bugs, Samba, sharing services not installedHow to turn on Network Discovery and Share between...
What is the word for reserving something for yourself before others do?
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Test whether all array elements are factors of a number
How can I make my BBEG immortal short of making them a Lich or Vampire?
Python: next in for loop
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
tikz: show 0 at the axis origin
What's the output of a record cartridge playing an out-of-speed record
The use of multiple foreign keys on same column in SQL Server
Minkowski space
I’m planning on buying a laser printer but concerned about the life cycle of toner in the machine
Why can't I see bouncing of a switch on an oscilloscope?
Why not use SQL instead of GraphQL?
Email Account under attack (really) - anything I can do?
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?
Do VLANs within a subnet need to have their own subnet for router on a stick?
What is the offset in a seaplane's hull?
Theorems that impeded progress
What do you call a Matrix-like slowdown and camera movement effect?
What does it mean to describe someone as a butt steak?
What are these boxed doors outside store fronts in New York?
Has the BBC provided arguments for saying Brexit being cancelled is unlikely?
What does it mean : "Canonical representative of Sbox is 0123468A5BCF79DE"? and How can we calculate this representative for Sbox?
can i play a electric guitar through a bass amp?
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
init
self.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
init
self.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
init
self.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
init
self.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 15 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