similar to: Need Help regarding Samba on Win 7

Displaying 20 results from an estimated 20000 matches similar to: "Need Help regarding Samba on Win 7"

2006 May 08
2
Need advice on how to inspect HTTP requests
I''m trying to debug a bug in my code and am looking for some general advice on how to go about isolating the problem. The problem: My Rails application talks to a WebDAV server via HTTPS. Thanks to the Ruby standard library, I was able to make authentication over SSL happen with just a few lines of code. Awesome! Now it gets a bit obscure. I''m using a PROPFIND request to the
2009 Jan 10
2
webdav timeout
Hi, I tried to sync two files (50 MB and 100 MB) with my webdav folder using rsync 3.0.5 with Mac OS X (10.4.11) Terminal and X11. With the Terminal application the sync always failed with both files. With X11 I once was successful synchronizing the 50 MB file. The error message is always like this (also when I set the timeout to eg. 7200 seconds): io timeout after 1003 seconds --
2008 Jun 19
0
struggling with simple webdav
Normally I use authzldap to authenticate LDAP users but in this case, I have a client that wants non-LDAP users to be able to use DAV. The twist is that there are several virtual hosts on this server and perhaps that is confusing things... anyway, my httpd.conf has... <Location /webdav> Dav On AllowOverride None Options Indexes FollowSymLinks AuthType Basic AuthName
2017 Nov 22
0
CentOS6 davfs2 shows invalid free/total storage capacity
Hello, I have a CentOS6 VM with davfs2 where I mount WebDAV Shares; one I have at a storage hoster and one I configured myself on a virtual server I rented on a hoster; why does 'df' always show the same value for capacity [root at centos6-vm ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 11249272 7074512 3596664 67% / tmpfs
2013 Sep 04
10
Performance test regarding xenstored
Hello, I am running a mail benchmark test using smtp-source[1] with VM running postfix on Xen hypervisor. My system configuration is: uname -a -> Linux cadlab 3.1.10-1.19-xen #1 SMP Mon Feb 25 10:32:50 UTC 2013 (f0b13a3) x86_64 x86_64 x86_64 GNU/Linux I am observing a very high disk write usage by xenstored (some 5 Mbps) without even anything running on the VM. Is it normal? During test, I
2013 Sep 04
10
[Xen-users] Performance test regarding xenstored
Hello, I am running a mail benchmark test using smtp-source[1] with VM running postfix on Xen hypervisor. My system configuration is: uname -a -> Linux cadlab 3.1.10-1.19-xen #1 SMP Mon Feb 25 10:32:50 UTC 2013 (f0b13a3) x86_64 x86_64 x86_64 GNU/Linux I am observing a very high disk write usage by xenstored (some 5 Mbps) without even anything running on the VM. Is it normal? During test, I
2002 Aug 01
1
Samba server as a WebDAV proxy
Dear all, As you may know, webdav support is quiet poor on Windows, compared to Samba. That is why I would like the samba server to act as a proxy to webdav servers. This would give windows users the ability to browse webdav pseudo-shares and map them to a drive letter, without buying software like "WebDrive". I am setting up a quick and dirty "proof of concept" software,
2008 Sep 15
2
Perhaps slightly OT - Lots of spurious webdav requests.
Hello All, I am running a CentOS 4.6 file server for a small office network and I am getting a lot of strange webdav requests from one of the Windows workstations - I have not configured Webdav on the Windows host (hereafter "windows-laptop") in question. Some details - I have configured a Samba share called (say) "share1" on the CentOS server and the windows-laptop connects
2006 Mar 28
1
smbclient -p
I m running smbd on a port... different from the default one....say in smb.conf i hav put smb ports = 2000 3000 I also checked in the log file(smbd)..smbd is listening to those ports.... Now when I connect to server using smbclient -p option... its trying to connect to the default ports 139 445..... plz tell me how to use smbclient to connect to different ports.....ofcourse the final solution
2004 Feb 27
0
Help with samba migration
-----Forwarded Message----- > From: Jeremy Austin <admin@wsfnet.org> > To: aklug@aklug.org > Subject: Help with samba migration (long) > Date: Fri, 27 Feb 2004 12:36:10 -0900 > > > Mostly about WebDAV... > > I'm most of the IT department for a small non-profit school etc., and > I'm mulling over some series issues here, guys. Wonder if anyone has
2006 Apr 21
4
WebDAV library for fastcgi/webbrick
Hello, I am trying to find a WebDAV library for Ruby that works with fastcgi (production) and Webbrick (development). I''ve found this link which mentions a Webbrick WebDAV library: http://redhanded.hobix.com/inspect/ webrickWebdavHandlerSafelyExtractedFromTheWild.html Unfortunately it sounds limited to Webbrick which will not suit the production environment. Does anyone know of a
2014 Oct 15
0
SSLv3 vunerability and Nautilus
CentOS-6.5 Apache httpd-2.2.15 We have a webdav folder accessible only by https. In conformance with the advisory we removed SSLv3 from the SSLProtocol directive of the Apache server on that webdav host, so that it now looks like this: SSLProtocol +TLSv1 Now I cannot connect to the webdav service from my gnome desktop. When I open the webdav folder I get a window with the following error
2007 Jul 17
1
Looking for a WebDav sync client
I am looking for a webdav tool much like wget. And it has to maintain timestamps (Cadaver does not, or at least I have not figured out how). There is a whole big WebDav server now of all (almost all) of IEEE 802.11 presentations (not the draft docs) and webdav is the access method....
2005 Feb 23
1
webdav
I am trying to setup webdav. I have tried hte webdav list. Has anyone implemetned webdav on apache? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in judgment thou shalt condemn. This is the heritage of the servants of the LORD, and their righteousness is of me, saith the LORD. -- carpe
2007 May 16
1
Wierd interaction between Samba and HTTP?
Hi, O/S: Fedora Core 6 When running samba-3.0.24-1 (downloaded from Samba WWW site), all is well. But when updating Samba via 'yum update' to samba-3.0.24-5.fc6, things get bad. Things are equally bad when I try the next BETA release of Samba. When things don't work, I try to mount a share from Windows, like: net use z: \\<host>\jeff and it fails. When it fails, I
2007 Oct 30
2
WebDav Support.
Hi guys, I read that mongrel supports the webdav protocol. I need to "create" the webdav files and allow a third party app access it just for read purposes. What do you recommend? -- Fernando Lujan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/1527bd35/attachment.html
2010 Jul 14
0
ZFS + WebDAV + AD integration
Folks, I now know that ZFS is capable of preserving AD account sids. I have verified the scenario with CIFS integration. I am now wondering if it is possible to achieve a similar AD integration over WebDAV. Is it possible to retain security permissions on files and folders over WebDAV? Thank you in advance for your help. Regards, Peter -- This message posted from opensolaris.org
2004 Sep 24
0
webDAV (webclient) interferes with XP logons
Very long story short... 1. Samba server on machine running iptables or behind a firewall 2. Client XP domain logins taking 45 seconds or more. 3. The problem: webDAV (webclient) is running on the XP workstations and this mysteriously triggers access to port 80 on the file server, which in turn adds up to long delays. If you are running an HTTP server and it isn't blocked then
2008 Jan 17
2
Webdev tools
I want a tool that will allow me to download files from a webdev site. All I have found is the other direction: my files to a webdav server. In particular (some of you might be interested) is the whole IEEE 802.11 meeting documents webdav site: https://mentor.ieee.org/802.11/documents
2012 Jun 05
1
best way to access samba shares remotely without VPN
Hi all, I'm wondering what is the best way to access samba shares securely over the net. I saw sslbridge and davenport but they don't seem to be managed properly. I was thinking of using webdav via https. I dont want to use VPN as im using openvpn and it is not support well with Mac iOS and OSX client. webdav is supported well. Regards J