samba Questions

1

Due to several circumstances, I need to configure my windows client to be able to receive through another port than 445 or 139 with Samba communication. The idea is to avoid as much as possible hav...
Jeaninejeanlouis asked 14/6, 2021 at 7:47

8

Solved

How can I pipe the new password to smbpasswd so I can automate my installation process.
Manuscript asked 15/8, 2008 at 6:8

6

Solved

About once every 10 years I need to wrestle with SAMBA as I migrate to new hosts, and then I repress the traumatic memory until I have to relearn it all the next time :S Hence this newbyish questio...
Mcdougall asked 2/1, 2015 at 8:30

8

I'm trying to set up a Stored Procedure as a SQL Server Agent Job and it's giving me the following error, Cannot bulk load because the file "P:\file.csv" could not be opened. Operating system err...
Determinable asked 21/10, 2013 at 10:17

3

Solved

We have a docker image that is processing some files on a samba share. For this we created a cifs share which is mounted to /mnt/dfs and files can be accessed in the container with: docker run -v /...
Convenience asked 21/5, 2021 at 7:33

1

I try to save file on a Samba server but get the error: jcifs.smb.SmbAuthException: Logon failure: unknown user name or bad password. at jcifs.smb.SmbTransportImpl.checkStatus2(SmbTransportImpl.ja...
Wurster asked 30/6, 2023 at 20:9

10

I have a windows share mounted via CIFS on an ubuntu server. I need to a way to know when a new file has been added to the Windows share. I tried this inotify program: http://www.thegeekstuff.com...
Clevie asked 14/11, 2011 at 16:22

17

I am trying sudo mount -t cifs //<server>/<share> -o username=user@domain,password=**** /mnt/<mountpoint> error message: mount: wrong fs type, bad option, bad superblock on /...
Plumbism asked 18/7, 2011 at 14:22

3

Solved

I'm using a FileSystemWatcher on my C# application (running on Windows) in order to update in my app the files that I'm currently browsing. It's work well when I browse a local directory. I am noti...
Oil asked 3/7, 2012 at 7:25

7

Solved

Yeah. I've done this. It was stupid. I did not know it's going to take its dependencies with itself, only wanted to install python 2 and 3 from scratch (because of this problem: https://askubuntu.c...
Dusty asked 28/3, 2017 at 8:42

6

Solved

I have a software archiving solution which requires a Windows share for the client but I want to actually store the files through samba on a Linux host. This dependency requires that I have a Wind...
Oligoclase asked 27/7, 2011 at 19:32

13

Solved

I have a CIFS share mounted on a Linux machine. The CIFS server is down, or the internet connection is down, and anything that touches the CIFS mount now takes several minutes to timeout, and is un...
Kobe asked 16/9, 2008 at 17:8

1

I have problems opening a network drive programmatically. I have used the way described here:Access a Remote Directory from C#. This is the proposed solution in many other Stackoverflow posts and o...
Dimmer asked 3/10, 2022 at 9:1

4

Could you give me an example of using pysmb library to connect to some samba server? I've read there's class smb.SMBConnection.SMBConnection(username, password, my_name, remote_name, domain='', use...
Courtroom asked 20/4, 2012 at 15:7

3

I am trying to implement a remote file system and was thinking of using the libsmbclient to do that. Unfortunately, I have not come across any useful documentation when googleling for it. Could any...
Veal asked 14/7, 2009 at 19:4

3

I have a shared ubuntu drive on my network that I can access in nautilus using smb://servername/sharedfolder or smb:///sharedfolder. I need to be able to access it python scripting from my ubuntu ...
Conservatism asked 18/5, 2015 at 7:28

6

Solved

Although the following command works when typing in in shell echo -ne "myser\nmypass\n" | smbpasswd -a -s myuser The following task fails in ansible - name: add dms samba user command: echo -...
Blackshear asked 26/6, 2017 at 14:50

3

Solved

I have written a service that monitors if my app is running and starts it if not. In result the app is run as a "system" user - which is the way I want it to be. I have several of those installatio...
Cha asked 5/9, 2016 at 8:17

3

I'm having some issues with Kerberos authentication to perform file management with JCifs (Kerberos extension version 1.3.17) This is my current configuration of krb5.conf: [libdefaults] default...
Maximilian asked 8/1, 2014 at 17:2

2

Solved

Question How can I see symlinks of docker linux-containers from a windows host? (Even if I have to place an intermediate linux machine exposing the filesystem via NFS or Samba) Context In a DEVE...
Balliett asked 14/11, 2019 at 13:16

2

I am running Docker Version 17.09.0-ce-mac35 on mac. I want to have a samba server running as part of a docker container and then connect to the running samba server from my mac. I'm using https://...
Ferdinandferdinanda asked 23/6, 2018 at 11:24

2

Solved

I am trying to create a simple Docker host to try using containers for some .net projects. I have setup a Windows Server 1803 host and installed Docker EE with powershell and it is running as a se...
Ecumenical asked 18/5, 2018 at 16:12

1

I have a shared folder on ubuntu server 16.04. VSCode Insiders works fine with local folders but on samba shared folders git integration fails ignoring the existing .git folder as you can see in th...
Chantress asked 2/8, 2017 at 11:27

3

Solved

folks! There are an Active Directory (Windows) and a Linux samba client. At the Active Directory the policy had adjusted in a such way so users need to change his passwords periodically (passwords...
Culex asked 5/1, 2016 at 10:57

1

TLDR; With vfs objects = catia fruit streams_xattr in my smb.conf, files created on the shares using Macs do not inherit permissions and get extended ACLs. Background I'm setting up a NAS with a...
Wunder asked 22/10, 2019 at 2:18

© 2022 - 2024 — McMap. All rights reserved.