Displaying 11 results from an estimated 11 matches for "pydio".
2017 May 19
1
define defaults for mount -t cifs
...gt;
> And test with :
> mount.cifs //server/share /mnt/point -o vers=2.1
>
> Greetz,
>
> Louis
But that has nothing to do with my question, the mounts work, I just
want to make mount.cifs use vers=2.1 as a minimum.
Short background WHY::
I am using a piece of software called pydio that uses mount.cifs to
mount samba shares.
Adjusting the way pydio executes mount.cifs does not work, and all
mounts end up with the default vers=1.0
Sure: easiest would be to edit pydio config, but since that turns out to
be difficut, I thought I'd try to change the default vers of mount....
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 s...
2016 May 23
1
Compile Samba for Windows Use - SMBClient.exe mainly
...undefined reference to `libintl_setlocale'
collect2: error: ld returned 1 exit status
Makefile:1816: recipe for target 'bin/net.exe' failed
make: *** [bin/net.exe] Error 1
But it had previously in its routine already built the SMBClient.exe file that I needed. I then tested it within Pydio and sure enough the issues I was having with the older SMBClient (3.0.23 and 3.0.7) and gone....I can successfully write a file to a new Server 2012 R2 file share with the newly compiled client that I couldn't with the older ones. I also verified the version was updated:
C:\temp>smbclient...
2017 May 18
4
define defaults for mount -t cifs
Hi,
Is there a place where I can specify defaults options a for "mount -t cifs"?
I would like to change the default protocol version to vers=2.1
Is there something like a cifs.conf or such...?
MJ
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 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. However I&...
2016 May 17
0
Compile Samba for Windows Use - SMBClient.exe mainly
...martphone
-------- Original message --------
From: Chris Weiss <cweiss at gmail.com>
Date: 5/16/16 6:04 PM (GMT-05:00)
To: "Allan P. Dynes" <ADynes at WHGardiner.com>
Cc: samba at lists.samba.org
Subject: Re: [Samba] 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<mailto:ADynes at whgardiner.com>> wrote:
Tha...
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 another server share from the platform other than FTP over SSH
> or Samba. Again it was written for *nix so those options mak...
2016 May 16
0
Compile Samba for Windows Use - SMBClient.exe mainly
.../smithii.com/samba on XP first to make sure I can at least recreate the wheel and then move up to higher versions from there. If I can't reproduce something someone already did then there is little chance I can compile a new one anyway and I'll have to look further into either tricking the Pydio software to remotely access a share or writing my own plugin to do it for me, both things I don't know if I'm capable of but I'm willing to try.
-----Original Message-----
From: Jeremy Allison [mailto:jra at samba.org]
Sent: Monday, May 16, 2016 12:34 PM
To: Allan P. Dynes
Cc: Jeff Sa...
2016 May 12
2
Compile Samba for Windows Use - SMBClient.exe mainly
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 Peckham complied just the client and posted it here:
2016 May 14
3
Compile Samba for Windows Use - SMBClient.exe mainly
...ew Bartlett <abartlet at samba.org> wrote:
> 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 another server share from the platform other than FTP over SSH
> > or Samba. Again it was written for *nix...