samba Questions

0

I am trying to write some tests for a Samba client in Java, and need to find a framework that would create a mock Samba server. Something similar to the Mock FTP Server for the FTP protocol. ...
Ineffective asked 17/9, 2019 at 4:49

7

Solved

I was just testing JCIFS for accessing Windows shares. It is very slow to the point of being completely unusable. import jcifs.smb.*; class First { public static void main(String[] args) throws ...
Retinue asked 10/5, 2012 at 12:8

1

Solved

When using PHP inside a Docker container on Windows (e.g. using DDEV), symbolic links that are created inside the container (e.g. by composer) do not seem to work correctly with PHP's file streams....
Swamp asked 20/11, 2018 at 15:41

2

I build a docker container with alpine, s6 and samba. Everything looks fine, but when it start smbd it crashes right before up without anything in logfiles. added interface eth0 ip=172.17.0.6 bcas...
Puklich asked 19/3, 2018 at 7:12

2

Solved

I need to connect from my Android phone to a Windows PC share and access files. I saw some sample apps in Android market that access share folders using smb/samba. But I have no idea about how to c...
Saiga asked 22/2, 2012 at 5:6

26

Solved

I have just installed Meteor version 0.5.9 (45fef52095) to my CentOS release 6.3 (Final) server (Linux version 2.6.32-279.19.1.el6.i686 ([email protected]) (gcc version 4.4.6 20120305 (Red Hat...
Slifka asked 25/3, 2013 at 8:20

4

I am running a git repository on a remote server. I have it set up a samba share on the remote server so I can save my code there instead of on my local windows 7 machine. We are trying to look int...
Dada asked 23/8, 2012 at 16:7

2

I created a shell script to send files on Linux to Windows via sbmclient. smbclient //HOST_WINDOWS/D$ -U USER --pass PASSWORD -c "put /tmp/test.txt FOLDER_WINDOWS/test.txt" That works perfectly....
Dolomites asked 11/8, 2016 at 7:55

1

When i try to enter in a specific folder in windows from samba there is always the same error, can someone please help with error: smbclient //CLOUDBOX/team/PS -Uuser%pass -c pwd Domain=[WORKGROU...
Magnus asked 30/8, 2017 at 13:33

4

I just finished setting up the prelimanary steps for a Java Web project on NetBeans. I installed NetBeans and created a network drive using Samba on my home Ubuntu Server, which has Tomcat7. When I...
Darryl asked 10/5, 2015 at 2:1

5

I am using the python-smbc library on Ubuntu to access a samba share. I can access the directory structure fine, I am however not sure how to access actual files and their content. The webpage (htt...
Spangle asked 12/6, 2009 at 13:48

2

I am using JCIFS to access a file share with a lot of Japanese names on it, and I am running into issues when the ・character in it For example: the path 人事部/要員・コスト管理課/ the first part is ok, but ...
Everything asked 2/5, 2016 at 9:5

4

What is the meaning of these Windows Environment variables: HOMEDRIVE, HOMEPATH, HOMESHARE, and USERPROFILE? Who set them? When? Who use them? For doing what? How the configuration of the ...
Tourneur asked 3/3, 2009 at 14:1

8

Solved

Is there a way to force a Samba process to close a given file without killing it? Samba opens a process for each client connection, and sometimes I see it holds open files far longer than needed. ...
Volgograd asked 26/9, 2008 at 21:13

7

When I am using git over samba share on windows I get an error when i want to commit a file via git_extentions or tortoiseGIT. The error is: error: unable to write sha1 filename .git/objects/b4/e81...
Creamer asked 30/9, 2010 at 9:53

2

Solved

I have used git trough samba for several times without any issue. In the last days however, it seems impossible to git all/fetch/commit The error is : error: insufficient permission for adding a...
Meristic asked 13/12, 2013 at 13:10

3

Solved

I use Eclipse on Windows to edit files on a remotely mounted Linux SMB share. Coupled with Samba's stubborn opposition to on-the-fly mapping, Eclipse's insistence on CR/LF creates a real headache ...
Neuro asked 12/12, 2009 at 4:36

1

Samba3 uses SID's in the range S-1-22-1 for users and S-1-22-2 for groups. For instance, S-1-22-1-1-10042 is the UNIX user with uid 10042. I would like to be either able to map such a SID into a na...
Nonmaterial asked 29/6, 2015 at 7:17

1

I need to streaming video from samba server, and I use nanohttpd to create simple server in my project. When I use fileinputstream from my local file, the videoview is work to play video by set "ht...
Priapus asked 6/1, 2014 at 7:58

2

I created a shared folder using samba in ubuntu to enable windows machines can access it with the following command: $ sudo net usershare add documents /home/developer/documents "Developer documen...
L asked 11/8, 2014 at 18:12

1

Solved

i've a problem with the commandline command "smbclient" of samba on arm. I wrote a script to download files from a Windows Share. Here the smb-part of this script. smbclient //CNAME/SNAME -I0.0.0...
Autoxidation asked 6/11, 2013 at 6:55

3

Is it possible for a process to lower itself from elevated UAC permission back to standard user? If not can the elevated process launch its copy with standard user token and then kill itself? Any c...
Voyles asked 30/3, 2010 at 18:42

1

Solved

I have path /opt/test/share mounted on ubuntu and shared with everyone using samba. I have mapped Z: drive on windows to above path. Now, If I do cd Z:/ and then dir from local windows box, it wor...
Smollett asked 2/6, 2014 at 11:27

1

Solved

I am new to Git, and trying to determine how to best implement it. I have the following four machines: Linux server running GitLabs which stores my main repository. Linux production server runni...
Shani asked 16/4, 2014 at 12:47

4

Solved

I check iOS document and also google it for a while and get the impression that iOS does not support samba (although there is a samba app for jailbreak iPhone). But then how do the app FileBrowser...
Lewendal asked 7/11, 2011 at 2:57

© 2022 - 2024 — McMap. All rights reserved.