Tagged Questions
Samba is the standard Windows interoperability suite of programs for Linux and Unix.
8
votes
4answers
5k views
Link to samba shares in html
First off if you're unaware, samba or smb == Windows file sharing, \\computer\share etc.
I have a bunch of different files on a bunch of different computers. It's mostly media and there is quite a ...
7
votes
4answers
2k views
Git over samba - unable to write sha1 filename | Permission denied
When i am usig 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 ...
7
votes
4answers
9k views
How do you force a CIFS connection to unmount
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 ...
6
votes
3answers
1k views
How to (quickly) check if UNC Path is available
How can I check if a UNC Path is available?
I have the problem that the check takes about half a minute if the share is not available :
var fi = new ...
5
votes
4answers
170 views
How can my Linux daemon know when a Windows program has stopped writing a file that I access through SAMBA?
I'm developing a system that interfaces with a USPS shipping package called Dazzle. Part of this system includes a monitoring daemon whose purpose is to take tab-separated value files, turn them into ...
5
votes
2answers
2k views
How do I stop Eclipse (EPIC Perl) from adding DOS CR/LF to my Perl scripts?
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 ...
4
votes
1answer
146 views
StreamWriter and Samba2 (SMB2)
Ok guys, this one is a tough one.
The scenario:
I have multiple services running on multiple machines
Each service has multiple threads, and each thread writes a file on a FILER - the shared ...
4
votes
1answer
241 views
Vim is slow when editing files over samba
I have a windows host running ubuntu in vmware. I set up ubuntu to export a samba share so that I could use gvim on windows. When editing files over this connection visual mode gets really slow. I ...
4
votes
3answers
426 views
Fastest way to determine a stale Samba mount on Linux
What is the best(fastest) way to determine if a Samba mount point is dead on Linux?
I need to do it in C. System calls like statfs(), statvfs() block for 30-40 sec when called on a stale mount, and ...
4
votes
7answers
6k views
BASH: Strip new-line character from string (read line)
I bumped into the following problem: I'm writing a Linux batch script which does the following:
Read line from file
Strip the \n character from the end of the line just read
Execute the command ...
3
votes
2answers
95 views
Ruby read Samba share
i'm looking for a actual gem, to read out samba share. I want to use it like Dir class, for example open and read of Directorys.
Thanks
3
votes
1answer
131 views
What API can be used to change windows account information remotely?
What API is available to change windows account passwords remotely? Assuming I have the proper credentials to change the windows accounts, I need to write software that can do so remotely.
The ...
3
votes
1answer
414 views
howto solve git-samba-shared-repository-problem
We have problems with pushing to a shared repository. The shared repository is hosted on a windows server. The OS with problems is Ubuntu 11.04. Pushing to the shared repository works fine for OS X ...
3
votes
1answer
98 views
Do network file systems pre-fetch ? (Or: Do Internet File System make optimizations to reduce round trips)
Take the following code snippit:
f = open("/mnt/remoteserver/bar/foo.bin", O_RDONNLY);
while (true)
{
byteseread = read(f, buffer, 1000);
if (bytesread > 0)
...
3
votes
3answers
395 views
How to escape an @ sign in the password field of an smb:// URL
I'm trying to write a bash script in which I connect to a samba server, by getting the username and password, then saying $username:$password@SERVERNAME.
However, this will fail if the password has ...
3
votes
4answers
3k views
Windows service can't copy to file share
I have a windows service set to copy files from a local directory to a samba share.
The service connects via a UNC path to the server (i.e. \remoteserver\shareddir).
I have logged in as the user ...
3
votes
5answers
742 views
Platform independent file locking?
I'm running a very computationally intensive scientific job that spits out results every now and then. The job is basically to just simulate the same thing a whole bunch of times, so it's divided ...
3
votes
4answers
567 views
How to avoid pauses when editing code on a network drive?
I'm planning on doing more coding from home but in order to do so, I need to be able to edit files on a Samba drive on our dev server. The problem I've run into with several editors is that the ...
3
votes
6answers
2k views
Piping password to smbpasswd
How can I pipe the new password to smbpasswd so I can automate my installation process.
2
votes
1answer
46 views
Accessing Samba Share with authentication, No Drive Mapping - C#
I'm trying to start a connection to a samba share that requires authentication. I do not want the drive to be mapped. The credentials will always be the same for the share. Once it authenticates I can ...
2
votes
2answers
94 views
Mercurial: Problem with non-ascii letters in filenames between Windows and Linux
I have a central Hg repository on a samba server, and two working copies, one on a Ubuntu and one on a Windows 7 machine. Everything worked fine until I, by mistake, added to the project a file with a ...
2
votes
3answers
321 views
How do I exclude files from a search that may be in use or being copied to in python?
I'm new to python so this might end up having a simple solution.
At my house, I have 3 computers that are relevant to this situation:
- File Server (linux)
- My main PC (windows)
- Girlfriend's ...
2
votes
3answers
195 views
sqlite3 db is locked
I am on Ubuntu10.
Create new db file with
touch development.db
Want my migrations
rake db:migrate
but get locked error
SQLite3::BusyException: database is locked
How it can be locked?!
...
2
votes
1answer
726 views
PHP SAMBA/SMB/CIFS and smb4php classes
have to access some media files from Network storage to be accessible through SMB and Common Internet File System. PHP website is required to do file manipulation operations on remote storage block. ...
2
votes
2answers
639 views
Can any linux API or tool watch for any change in any folder below e.g. /SharedRoot or do I have to setup e.g. inotify for each folder?
I have a folder with ~10 000 subfolders.
Can any linux API or tool watch for any change in any folder below e.g. /SharedRoot or do I have to setup inotify for each folder? (i.e. I loose if I want to ...
2
votes
3answers
885 views
SVN, Samba and Symbolic Links. How to get them all to play together?
I've got a website project under version control that relies on files from an unversioned directory on the same server via Symbolic Links.
I'm currently storing the symbolic links in the repository. ...
2
votes
6answers
637 views
Exposing SQL Server database objects as files in a file system
There's more than one file system
Most version control tools operate on the local disk file system.
Database objects for most relational database systems do exist in a file system, inasmuch as ...
2
votes
1answer
905 views
Paperclip gives Permission denied error with samba mount
In my development environment the codebase is mounted on a ubuntu-server VM using a samba mount, it is mounted as root and I run mongrel as root.
When I try and upload a file with Paperclip the file ...
2
votes
4answers
3k views
What is the meaning of these Windows Enviroment variables: HOMEDRIVE, HOMEPATH, HOMESHARE, USERPROFILE
What is the meaning of these Windows Enviroment variables:
HOMEDRIVE,
HOMEPATH,
HOMESHARE,
and USERPROFILE?
Who set them? When?
Who use them? For doing what?
How the configuration of the ...
2
votes
4answers
2k views
Samba shared drive won't auto-authenticate at startup
I have a samba network share on a FreeBSD box that I use for development.
I have it set up as a shared drive on my WinXP box, and it works fine.
However, if I reboot the xp box, the shared drive ...
1
vote
1answer
33 views
Samba file sharing on Ubuntu doesn't mask or force permissions for new files
I've setup a shared folder on my Ubuntu 10.4 server using Samba and put in the following configuration to the shared folder:
[share]
comment = Ubuntu File Server Share
path = path..
...
1
vote
1answer
25 views
php to access shared smb folder (user/password protected)
WAMP server
PHP fopen function needs to open file in shared folder //server/folder1/file1.txt
php has SYSTEM user permisions, but shared folder is visible only for userX/password
how can i open ...
1
vote
1answer
55 views
Git slow when cloning to Samba shares
We are deploying a new development platform.
We have a really complicated environment that we cannot reproduce on developer's computers so people cannot clone the GIT repository on their computer.
...
1
vote
2answers
83 views
Access Samba Share, No Drive Mapping, With IP address - C#
I'm trying to access a samba share that requires authentication. I do not want the drive to be mapped.
I currently have this working with samba shares that the host-name is registered with the DNS. ...
1
vote
3answers
79 views
Shares Under IP
How to list all the available shared folders under a specific IP Address?
Mock code:
IP ip = new IP("10.0.0.9");
for(File share : ip.getSharedFolders){
System.out.println(share.getName());
}
...
1
vote
0answers
41 views
Error running Samba share of fuse mount [closed]
I have created a fuse directory, and start it like this: ./myfuse /home/shared -o allow_other -o umask=022 -o nonempty -d
I can access it like this: ls -la /home/shared and it works fine.
Ok, turn ...
1
vote
0answers
78 views
Copying file from a Samba drive to an Android sdcard directory
I am new to Android and Samba. I am trying to use the JCIFS copy. To method to copy a file from a Samba directory to the 'Download' directory under sdcard on an Android 3.1 device. Following is my ...
1
vote
2answers
289 views
SMB/samba support on iOS?
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 ...
1
vote
1answer
67 views
Problems accessing samba share from sharepoint web part
I'm using System.IO.File.Copy to copy a file from the local windows/sharepoint server to a samba share. But I'm getting an exception:
Logon failure: unknown user name or bad password.
: at ...
1
vote
2answers
39 views
trigger alert when a specified command executes in linux
I have 3 samba shares mounted in my system, but suddenly, one of them gets umounted without my permision. Maybe one of houndreds of scripts which run in my crontab, but i dont know which one.
I've ...
1
vote
0answers
25 views
What guarantees are given by SMB and EXT3 regarding order of file writes?
From my (Linux-)application, I am watching a hotfolder for specific sets of files. For example, I am waiting for this set:
example-1.xml
example-2.xml
example-3.xml
The hotfolder is shared over ...
1
vote
3answers
318 views
Python Linux-copy files to windows shared drive (samba)
this question is similar to copy files to nework path or Drive using python
However, I am on Linux and trying to copy files to a windows shared network accessed through samba.
I tried the code:
from ...
1
vote
1answer
375 views
cannot find -lpthread
I am trying to cross compile samba server.
./config works just fine, but when I want to build with make the prompt says:
Linking shared library bin/libsmbclient.so.0
...
1
vote
1answer
40 views
samba setting on macosx [closed]
when using linux, add guest ok = yes in smb.conf
then PC could access \\xxx.xxx.xxx.xxx with no name and password
with macosx i use file sharing with smb, could anyone tell me how to do it with ...
1
vote
0answers
137 views
notifier on linux filesystem for samba share
I am using pyinotify to monitor file events on my Ubuntu machine. I am sharing a folder through Samba, /sambashare. Unfortunately when I am on my Mac and drag and drop files into the Samba share drive ...
1
vote
1answer
100 views
automatic Samba share script
I have an Ubuntu 10.04 server running Samba.
I want to write a script (for Linux or Windows computer) that, given the IP of this server and the path of the shared Samba folder, can automatically ...
1
vote
1answer
435 views
Git on Windows fileshare is SLOOOW compared to GitHub
We decided to host our shared Git repositories on an internal Windows Server share. All devs then access this share via VPN connection, to push / pull changes.
And it works fine.
But we got ...
1
vote
1answer
119 views
Why eclipse change the permission and how to disable it?
I work with eclipse (in fact last version of Zend Studio) and the project i currently work on is in a distant directory mounted with samba.
When i save a PHP file, permissions are changed and the ...
1
vote
1answer
850 views
How do you restart Samba on OSX 10.6.7?
How do you restart Samba on OSX 10.6.7? I've looked everywhere can't fine any docs.
Reason for asking is that on occasion Samba just hangs and I have to forcibly restart the mac to fix it. ...
1
vote
1answer
172 views
IIS User Directory like linux public_html
I am familiar with Linux, less with IIS. I have been using Linux/Apache to share user directories for a while set up like this:
/home/user1/public_html
/home/user2/public_html
etc.
...and users can ...