samba Questions
1
Solved
The code bases I work with are checked out from Git repositories onto my Linux machine. Since our production code is written to be deployed on Linux, I do all the testing on my Linux machine but li...
2
I am trying to migrate an application to Amazon and need client machines to be able to connect in. Realistically it seems as though I'll just need to be able to MAP a folder on the EC2 instance (ru...
Reahard asked 6/12, 2013 at 23:33
1
I am running Jenkins on Mac OS X 10.7.5 and have it handle nightly backup to a SMB share on a Windows server. I want to mount the SMB drive automatically as part of the backup script but mount_smbf...
0
I have an application which needs to print files of different types using their associated applications for printing using ShellExecute and the "print" verb. My application needs to (hopefully) rel...
Sumter asked 3/9, 2013 at 14:43
1
Solved
I'm now kerberizing a cross-platform application with GSSAPI.
While I'm not clear about the difference between UPN and SPN.
The development environment is a Samba4 AD DC server on CentOS 6.4 with ...
1
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 //192.16...
Irvingirwin asked 17/2, 2013 at 11:29
2
Solved
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 ...
2
I want my HTML page to link to a directory in a Samba share (protocol SMB/CIFS Windows share).
In my HREF I wrote file://server/Share2/folder3
Most browsers handle it fine (mount the share and ope...
Mown asked 14/12, 2009 at 9:19
2
Solved
Using Sublime Text 2, I sometimes have to edit shell files that are executed by bash in a cron. However, when I save these files, the execute flag is being removed from the file, causing the cron t...
Under asked 7/8, 2012 at 20:15
3
Solved
We want to create a relative simple document storage but there are some requirements. My idea was, that a file is scanned and handled by a separate tool/daemon when it arrives at storage immediatel...
Torrefy asked 14/6, 2012 at 12:22
2
Solved
Calls to PHP's is_readable() function are returning false on a directory that is readable from the command prompt. I have changed permissions to most-permissible and still no luck.
ls -lad /remote...
1
Solved
I am developing on a Nginx web server with a Samba share.
Whenever I edit a CSS or JS file, I got this error when I reload my website (F5).
2012/04/18 11:15:38 [crit] 29607#0: *47708 open() "/v...
1
Solved
I have a project that uses the .net FileSystemWatcher to watch a Samba network share for video files. When it sees a file, it adds it to an encode queue. When files are dequeued, they are moved to ...
Impeditive asked 2/4, 2012 at 23:5
3
Solved
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());
}
...
Heterogony asked 12/12, 2011 at 20:49
2
Solved
Is there an open implementation of a SMB/CIFS server in Java? The only implementation I can find at all is Alfresco's but it isn't open source.
A related question: assuming there is no such implem...
2
Solved
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 wit...
2
Solved
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 ha...
1
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 ...
Leacock asked 21/1, 2011 at 1:53
0
I need to run some commands on my ubuntu box where my django project resides that requires root privileges, from within my django project. I'm using celery to fire off an asynch process, this proce...
Emir asked 22/9, 2010 at 9:17
4
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 in...
Isobelisocheim asked 25/2, 2010 at 15:32
6
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 t...
Squirrel asked 19/10, 2009 at 2:21
3
Solved
Ok I am a total beginner with the Solaris Operating system and I need to install and configure samba on 3 boxes each has a different version of Solaris (8,9,10).
What I want to know location of sa...
Manado asked 25/11, 2008 at 9:8
7
Solved
I bumped into the following problem: I'm writing a Linux bash script which does the following:
Read line from file
Strip the \n character from the end of the line just read
Execute the command th...
4
Solved
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 u...
Mistrot asked 12/5, 2009 at 19:16
5
Solved
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 a...
Pullman asked 20/3, 2009 at 23:19
© 2022 - 2024 — McMap. All rights reserved.