similar to: Compile Samba for Windows Use - SMBClient.exe mainly

Displaying 20 results from an estimated 5000 matches similar to: "Compile Samba for Windows Use - SMBClient.exe mainly"

2016 May 13
3
Compile Samba for Windows Use - SMBClient.exe mainly
Unfortunately that’s not going to be an option. I'm using a cloud sharing software package called Pydio and it was originally written for *nix platforms. I got it running amazingly well on a 2012 R2 server with IIS 8.5 but there is no built in way to access another server share from the platform other than FTP over SSH or Samba. Again it was written for *nix so those options make sense.
2016 May 13
0
Compile Samba for Windows Use - SMBClient.exe mainly
On Thu, 2016-05-12 at 15:39 +0000, Allan P. Dynes wrote: > I have an odd use case where I need to get the Samba Client > (SMBClient.exe) compiled for use on a Windows 2012 server to access > another Windows 2012 Server through SMB. I have scoured the > internet, posted to forums, and even emailed authors that have > compiled older version of Samba with no luck. For example Lee
2016 May 16
2
Compile Samba for Windows Use - SMBClient.exe mainly
On Mon, May 16, 2016 at 03:20:26PM +0000, Allan P. Dynes wrote: > The couple people that did successfully compile it it seems were on Windows XP. I'm going to start up a 32-bit XP machine virtual machine and install only cygwin and what I believe are the dependencies and see how far I can get. I'm currently out of town so I'll try it either later in the week or next week. As
2016 May 16
2
Compile Samba for Windows Use - SMBClient.exe mainly
does Pydio not accept UNC paths in place of a local path? this has worked for me in other php things, as long as IIS is running under an account with network share permissions. On Mon, May 16, 2016 at 4:39 PM Allan P. Dynes <ADynes at whgardiner.com> wrote: > That's what I'm hoping for since I've been unable to compile on Windows 7 > x64. I am getting the same errors
2016 May 23
1
Compile Samba for Windows Use - SMBClient.exe mainly
I just wanted to give everyone a update. I was able to compile the smbclient.exe file successfully using Samba 3.6.25. Compiling the entire suite fails but all I was after was the client. I referenced back to an old post here https://lists.samba.org/archive/samba-technical/2007-September/055557.html that had instructions on compiling on Windows. Used it as a rough guide. Long story short:
2016 May 17
0
Compile Samba for Windows Use - SMBClient.exe mainly
The user for the site, and conversely php, is running as a application pool in IIS specifically for the site and as such only exists on that box. The nice thing about using the samba client, if I can get it to work, is you can pass through the user credentials of the logged-in user. So security-wise it's a lot easier to maintain as users would have access to the same things they already do on
2016 May 16
0
Compile Samba for Windows Use - SMBClient.exe mainly
That's what I'm hoping for since I've been unable to compile on Windows 7 x64. I am getting the same errors as Jeff, just a general compiler summary error with no real indication of what caused the issue. I may also try compiling the older version using the makefile and patch Ross did at https://smithii.com/samba on XP first to make sure I can at least recreate the wheel and then
2016 May 14
3
Compile Samba for Windows Use - SMBClient.exe mainly
When I saw this thread the other day I had to try myself just to see what would happen. I installed cygwin with all the build tools I'd think I needed gcc g++ make autoconfig. I ran "./configure --without-ad-dc" as it complained when I left out that argument. the first couple times configure complained about xxx missing and I installed xxx then configure just aborted after running a
2016 May 13
0
Compile Samba for Windows Use - SMBClient.exe mainly
On Fri, 2016-05-13 at 18:28 +0000, Allan P. Dynes wrote: > Unfortunately that’s not going to be an option. I'm not sure there are many good options then. > I'm using a cloud sharing software package called Pydio and it was > originally written for *nix platforms. I got it running amazingly > well on a 2012 R2 server with IIS 8.5 but there is no built in way to > access
2016 May 16
0
Compile Samba for Windows Use - SMBClient.exe mainly
The couple people that did successfully compile it it seems were on Windows XP. I'm going to start up a 32-bit XP machine virtual machine and install only cygwin and what I believe are the dependencies and see how far I can get. I'm currently out of town so I'll try it either later in the week or next week. Sent from my Verizon, Samsung Galaxy smartphone -------- Original
2005 May 01
2
smbclient - recently broken?
Hello all, forgive me if this is old news but it seems to me that smbclient is prone to getting into an infinite loop when mget'ting a stack of files. I have tested (compiled from source with defaults) samba versions 3.0.10, 11, 12, 13, 14, 14a Versions prior to 3.0.13 are fine, in my environment, versions 3.0.13 and later are causing the problem. The basic data on my system is -a P4 3.2
2004 Nov 03
2
WINS setup / browsing
I just successfully upgraded a server from v 2.2.8 to v3.0.7. When I execute smbstatus or swat it correctly shows v 3.0.7. When I browse thru network neighborhood it still shows v 2.2.8. I stopped samba, and removed /usr/local/samba/var/locks/browse.dat & wins.dat. Then restarted samba. It still reports v2.2.8 thru network neighborhood. In viewing browse.dat it shows 2.2.8. Where is this
2010 Mar 24
1
--delete question.
Please advise on rsync usage. --delete doesn?t work without recursion(--recursion). The recursion is causing huge overheads for me. My directory trees are huge. Any suggestions through which I can cut overheads. It used to work well in rsync-v2.5.5 /opt/rsync-v2.5.5/bin/rsync --delete --checksum -lptgoD --rsync-path=/opt/rsync-v2.5.5/bin/rsync --hard-links --timeout=5184000 --exclude=.snapshot
2004 Nov 09
1
Upgrading a Samba Domain
I am trying to upgrade our fully functional Samba domain from v3.0.2 to v3.0.7 or v3.0.8. My question is, do I have to upgrade every server in the domain in order for it to work or should I be able to upgrade one server at a time, test it, and move on to the next server? Or should I upgrade the domain controller first, then upgrade the member servers one at a time? I've tried to upgrade
2011 Jan 29
1
How to use rsync when filenames contain double quotes?
Hello, I am trying to synchronize the content of the directory my_dir/ from /home to /backup. This directory contains a file which name has a double quote in it, such as to"to. Here is my rsync command: rync -Cazh /home/my_dir/ /backup/my_dir/ And I get the following message: rsync: mkstemp "/backup/my_dir/.to"to.d93PZr" failed: Invalid argument (22) For info, rsync works
2010 Nov 11
1
Permission denied while running rsync as Superuser
We are running rsync (v3.0.7) as superuser (root), with following options ? /opt/rsync-v3.0.7/bin/rsync --checksum -e rsh --archive --rsync-path=/opt/rsync-v3.0.7/bin/rsync --hard-links --timeout=5184000 --exclude=.snapshot --exclude=../latest --exclude=../previous --delete --compress --stats distuser\@myserver:/source/dir/ /dest/dir Few files are owned by a user ?jim? with following
2010 Sep 08
5
--delete-during acts like --delete-before
Hello, I use rsync v3.0.7 with "--delete-during", but it appears to act more like "--delete-before". I've checked the docs and list archives, but I am still discovering some of the subtleties of rsync, and I can't see where I'm going wrong. There's an example of my issue below... can anybody set me straight? =-) o We archive a small number of large files,
2011 Oct 07
1
Permissions option
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, rsync v3.0.7 I am backing up data to a USB memory drive that is formatted FAT32, which does not comprehend linux permissions. I added the "--no-perms" option to the option set. rsync still attempts to change the permissions. OPTS = "--no-perms --archive --stats --delete --itemize-changes - --quiet
2016 Jan 12
2
smbclient: preoblems with samba 4.3.x
Hallo, Jeremy, Du meintest am 12.01.16: >>> Run under gdb please and type "bt" to get a backtrace when >>> it crashes. [...] >> [?1034h(gdb) run >> Starting program: /usr/bin/smbclient >> [Thread debugging using libthread_db enabled] >> Using host libthread_db library "/lib/libthread_db.so.1". >> >> Program received
2009 Dec 21
3
Looking for Windows port
Samba has been around for several years and seems mature but I cannot find a Windows port anywhere? I want to write code once and run same on Linux and Windows but this gap prevents me. Has anybody tried? Thanks for your consideration.