Samba is the standard Windows interoperability suite of programs for Linux and Unix.
0
votes
0answers
8 views
can't mount windows directory using samba client in linux running on custom ARM board
I have a ARM board (custom board) running linux-3.4.0 kernel with ramdisk image (root file system) build with buildroot (http://buildroot.uclibc.org)
samba client and dependencies are built for the ...
0
votes
1answer
20 views
How to get a ssl certificate for java application from samba4 DC server?
We have a mail system which can modify active directory users/orgnization_unit via ldaps URL. It needs a server certificate stored in java keystore to make a ssl/tls connection.
Now I want to use ...
0
votes
0answers
12 views
Linux mail server allowing users access by windows clients without entering password [closed]
Linux mail server allowing users access by windows clients without entering password
Hi!,
I have long been trying to solve a problem but I could not.
I want to install a linux mail server allowing ...
0
votes
0answers
18 views
register in my network place
I'm working on an open source software that serve like samba, in embedded device.
It works quite well by far, but not visible at network neighborhood in a recent test case.
It sends broadcast ...
-1
votes
0answers
19 views
Map ActiveDirectory group to local root group in linux (using winbind) [closed]
I have a linux box configured to allow access to ActiveDirectory users using winbind.
My question is: is there a way to map a AD group to the local root group?
Thanks
0
votes
0answers
21 views
Transfer files to linux from UNC path in PHP
I have a script that transfers files from one directory to another. I have a Ubuntu VM, and before I just used the UNC path with scandir() in PHP and then used copy() to transfer them and that worked ...
0
votes
0answers
14 views
how to keep file owner same for newly created files
This question is regarding samba file access.
I have created three folder A, B and C. And also created three users A, B and C.
User A has access to all three folders but User B has only access to ...
0
votes
1answer
14 views
bsd or posix way get preferred domain controller?
Is there any way to get preferred domain controller name using BSD/POSIX C function calls?
Please, advice if there are any functions that can be used to get preferred DC name under Mac OS X.
1
vote
0answers
24 views
Check if symbolic link on Samba share with python
Can I know with Python from Windows if some files that I have access to on a Samba share are "real" files or symbolic links ? I tried os.path.islink but it returns false as the documentation states:
...
-1
votes
0answers
13 views
Mount and write Ubuntu SMB Share through Apache/PHP [closed]
I have a basic shared folder on a desktop that I want everyone to have 100% read/write to it. I can set this up, and use a mac to connect and mount the folder but logging in as the ubuntu user. So the ...
-2
votes
1answer
28 views
JCIFS: is possible get a file and use like BufferedReader?
I've a method that returns a BufferedReader, something like this:
File file = new File(fileName);
try {
BufferedReader br = new BufferedReader(new FileReader(file));
}
...
0
votes
0answers
24 views
Visual Studio doesn't notify me of file change when pulling from GIT repository (using samba)
I am developing code for a c++ project at work. We have windows boxes that run linux VM's where our files are stored and where we do builds. I use Visual Studio 2012 as my IDE which accesses my ...
0
votes
0answers
2 views
Samba multi file share [migrated]
I have a diretory like
samba
| test1
| test2
and user A,B.
I hope user A can read and write samba directory.
And user B can read samba directory, but only samba/test2 directory can write.
I ...
-1
votes
0answers
16 views
Samba PDC is switched off but I can still log in (authenticate) on my XP machines [closed]
I have installed a Samba-based PDC on Ubuntu 12.04 LTS and could successfully join my XP workstation to the domain. I also managed to log in using a username I had created.
But the problem is that I ...
3
votes
0answers
70 views
Samba causes “mount: / is busy”
I am developing an application on Raspberry Pi. I am using samba to share my RAMDISK over network. Here below you can see my fstab:
proc /proc proc defaults 0 0
...
0
votes
1answer
82 views
Print job status of windows (samba) print queue from CUPS
We have a Windows machine with a shared printer (printer1) available as smb://winpc/printer1
When sending a job from CUPS to smb://winpc/printer1, the job leaves the CUPS queue and is marked as ...
0
votes
1answer
28 views
Samba share redirection
I have the following issue:
I have created a samba share with a typo in the name. The problem is this share has already been mapped on over 300 computers on the network, and correcting it would lead ...
0
votes
2answers
108 views
How can I sort a directory by creation date in BASH?
I'm trying to create a simple script to list the 16 most recent folders created in a directory on my nas machine as a way to display the most recent movies added to my collection.
the script i am ...
1
vote
0answers
85 views
samba library failed to download the shared files of Mac osx
I have tried to download the shared files of mac osx using smb from my ipad but it fails with error( unable to open the file). But it can download all windows and linux shared files.
0
votes
1answer
241 views
How to mount an Android file system on windows XP
I'm compiling a program using gcc on the android through the shell, but want to edit the code on a windows XP machine.
In particular, I'm looking to a method to mount the root level of the android ...
0
votes
1answer
64 views
Smbclient put can't find my local drive?
I'm trying to make a backup of my database to another hard drive using PHP/Samba. But it doesn't work and I'm stuck.
$dbBackup = 'backup_location.gz.des3';
if (!file_exists($dbBackup)) {
throw ...
0
votes
1answer
152 views
why mod_auth_kerb won't work when not joined to domain?
I'm trying to set up Active Directory Kerberos authentication with apache, using these instructions.
I would like apache to be able to authenticate users against AD without the apache machine being ...
0
votes
0answers
30 views
Excessive Calls made to FUSE FS when accesing through Windows client
I'm going through FUSE example "hello_ll.c" ,whenever i try to access mounted FS the number of calls made are perfectly fine through linux terminal. For example :
...
0
votes
0answers
152 views
Samba connection with java
Hi i have created a test program to connect with samba protocol. My motive is to create a test.txt file on a shared location like String path="smb://192.168.143.134/rtf2xml/"+sharedFolder+"/test.txt";
...
1
vote
2answers
256 views
Meteor: unexpected mongo exit code 100
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 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.6 20120305 ...
0
votes
0answers
9 views
How to link a samba file link in twiki?
I've got a server using samba to share files.
Suppose the ip address is 1.1.1.1
so we can find the files in this samba server by using \1.1.1.1\
Now i've built a twiki system.I would like to make some ...
0
votes
0answers
18 views
Execute program from samba share
I have a control program of my server. When users click a folder on samba shares I want to execute ".bat" or ".exe". Is this possible ?
Thanks in advance
Server: Ubuntu 12.04.1
0
votes
3answers
78 views
FUSE implementation with C and JAVA
I'm trying to make a fuse file system on top of an Mysql database, and use this from a windows client and this client request is passed on to Java Server on linux side over SAMBA!!
I need to know how ...
1
vote
1answer
40 views
Force Eclipse not to scan a directory
I would like to completely prevent Eclipse from trying to scan a directory of a project. Is that possible?
The reason is slightly complicated and arises due to several limiting factors:
I work on ...
0
votes
1answer
92 views
Parse server name from UNC path using Perl
I'm looking for a way in Perl to get the server name from a UNC path when it is in either of the following formats:
$unc = '//server.domain.com/share';
$unc = '\\\\server.domain.com\\share';
0
votes
1answer
135 views
Only get folders using smbclient
I'm struggling to only retrieve subfolders from a remote windows share with the following directory structure using smbclient. Is there a way of issuing a command to only get folders? The command I ...
0
votes
1answer
76 views
change samba server's password through php script
My team leader asked me to make an application through which user can change the samba server's account's password through php script.
Pls tell me how can i implement this one.
I was using the below ...
0
votes
0answers
215 views
Cannot connect to Linux Samba Share
I haven't found anything specific enough to the issue, and here's why...
So most Samba issues involve not resolving a hostname to Windows computers (ie "\\Computer1" or "\\Computer1\Prons"), or one ...
0
votes
1answer
173 views
Samba Share Over OpenVPN, Split Tunneling?
I would like my PC to connect to a server running OpenVPN + Samba + file management software. How would I setup so that the PC only connects to the server without tunneling all the internet traffic to ...
-1
votes
1answer
96 views
Deleting Non-empty Directory with smbclient [closed]
How can I remove a non-empty directory with smbclient?
-1
votes
1answer
128 views
How to mount alfresco webdav to linux network folder [closed]
Please provide information to connect alfresco shared folder to linux network folder.....
0
votes
1answer
150 views
Extremely slow file listing using Java + SAMBA + Win 7
I have identified that calling Java's File.listFiles() over a SAMBA folder from a Win 7 client is extremely slow, actually almost 100 times slower than from a Mac client. (Both clients are running ...
0
votes
0answers
140 views
how to disable caching in CIFS (samba) on client side in linux
have developed an application to run on a target with 2.6.10 kernel. A shared folder on a windows machine is mounted via command:
mount -t cifs -o username=xxx,password=xxx,forcedirectio ...
0
votes
0answers
305 views
SMB Exception 'The parameter is incorrect' when connecting with jcifs to Samba 4
I used jcifs to connect to a samba drive for a long time. Since the samba server got updated and uses Samba 4 now, it fails to connect with the error message The parameter is incorrect. The network ...
0
votes
0answers
219 views
nas / samba + windows 7 + acl
following weird problem, i have a netgear readynas pioneer pro, with a share media.
I want this share to be available to absolutely everyone (closed home network), that means to guests, to the satbox, ...
0
votes
0answers
389 views
BIND named DNS with static and dynamic dns in conjunction with Samba 4
I have successfully set up a linux server running Debian 6.06, hosting a Samba4 Active Directory server running in Bind9 file mode (not DLZ). This is a large home network with mixed Windows & ...
2
votes
1answer
476 views
Time Machine over Samba
Currently running osx 10.8.2
Have an external network drive attached to my rt-n66u router running tomato
I'm trying to use tmutil to connect my external network drive, and am having a lot of ...
0
votes
0answers
87 views
Error while accessing samba share from Internet
I enabled IP Forwarding for Ports 137,138.139 & 445 in router to our SAMBA (Local Network) Server , But I am getting below error while trying to accessing from internet.
But if I am click on the ...
0
votes
1answer
1k views
Samba4 Joining existing windows domain
Good morning,
I'm testing samba4 as a domain controller, and attempting to join it to an existing domain. The only other DC is Server 2008 R2 and the domain functional level is also 2008 R2. I'm ...
0
votes
1answer
99 views
Samba and transfered file (read-locking)?
I've got staff-member who use Samba-mounts, on their mac-workstations, to
drop image-files into a Linux directory for further processing. Some of these
files are large, and take time for the file copy ...
0
votes
0answers
37 views
Samba server not working without login
I have 2 linux systems. System 1 is running a sambaserver, system 2 other mounts the sambaserver using smbfs. I've installed samba and libpam-smbpass to sync users. I have everything working as I ...
0
votes
2answers
715 views
Write/upload a file using Samba/JCIFS issue (SmbAuthException: Access is denied)
So i'm trying to write a file from android device to windows shared folder. I'm using latest version of JCIFS and code which displays available network shares works fine. So I assume everything is ok ...
0
votes
0answers
60 views
Winexe compile error
I'm getting errors compiling winexe. Do any samba experts have any idea what might be wrong here? Basically I'm not sure where these symbols should be resolved.
Compiling ...
1
vote
1answer
75 views
how to write a antlr parser for samba configuration file
I want to create a parser to a document very similar to the following samba configuration file. it has many sections, every section has a header line, which start with [ followed by a keyword section ...
0
votes
0answers
66 views
GItHub client with remote samba file system
Using GitHub (GUI) client with a remote file system (over samba) causes strange issues. For example fresh clone (1min after cloning) informs all files have been changed. If I run diff it says that ...





