similar to: Subversion VFS Module

Displaying 20 results from an estimated 1000 matches similar to: "Subversion VFS Module"

2009 Feb 05
1
Groups and sambaSIDList
I have a problem with one samba 3.0.24 pdc using ldap with nss etc, sharing works fine, but ownership and the security tab seems crippled, and usrmgr.exe complains about "the specified local group does not exist" (of course without saying which group) so I dived in to check I found filters like this one below in the ldap log - is that to support nested groups? There are no groups with
2009 Aug 09
1
nut on mac os x
Is there some smart way of not having ioupsd claming the device on mac os x? Or having nut talk to ioupsd? (/usr/ibexec/ioupsd is the builtin ups daemon, but I need the machine to tell the other machine about the UPS status, and ioupsd does not do networking AFAIK...) Christian Huldt christian at solvare.se +46704612207
2010 Oct 18
1
winbindd completely stopped responding
I have a samba3 server (ubuntu, 3.4.7) joined to a samba4 that has been working very nicely but today I got errors: net ads testjoin says the join is OK, but wbinfo -t says checking the trust secret via RPC calls failed Could not check secret and winbind logs on that machine (samba3) says: lsa_lookupsids call failed with NT_STATUS_NO_MEMORY - retrying... However, another samba3 machine
2014 Oct 21
1
Vampire
Can samba4 vampire another samba4? After a dozen administrators there seems to be some oddities, and since we started with samba4 alpha9 (I think) it may be time to go straight to current release. I guess that the idea is to get a fresh start and I hoping that a vampire rather than an upgrade would only transfer the needed stuff... Am I doing the wrong thing? I now far to little of windows to
2007 Jan 31
2
samba4?
Stupid question ahead background: Our office is moving, and we are currently using a samba server with an aging nt4 pdc. The NT4 will not be a part of the new network, either we replace it or promote the samba (3.0.21c AFAIK) to pdc. To me the obvious choice is to install ldap and promote the samba server to pdc, but... (OK, here it comes...) It is a bit tempting to replace the nt4 pdc
2010 May 08
0
Vs: Re: The source and destination cannot both be remote :-(
Christian Huldt wrote: > That I have no idea about, but I believe it would double the bandwith > requirements or half the speed compared to > > ssh root at client "rsync /var/tmp/in tomcat at fileserver:/opt/" >>It would likely increase the latency, but it should not significantly >>impact the required bandwidth, assuming that you have a full-duplex
2010 May 07
3
The source and destination cannot both be remote :-(
Moin, this is something for the wish list: a 'rsync in the middle' mode. It would make sense: rsync is running at a server. Copyying files from one maschine to a file server. rsync root at client:/var/tmp/in tomcat at fileserver:/opt/ Would this be possible without breaking the hard link mechanism? CU -- |Michael Renner E-mail: michael.renner at gmx.de | |D-81541 Munich
2013 Aug 25
0
adding samba4 member to samba4 domain
I'm having some problems I don't quite understand adding a samba4 member to a samba4 domain. The member joins without problems, but no one can login. I'm guessing it might be an idmap problem (well, see below for more details) - the login server is several times updated, and started using alpha16 I think, but does not have any idmap backend configuration at all... Could I add that,
2006 Aug 07
1
Server signing bugs with CIFS VFS client
Since upgrading to Samba 3.0.23a, mounting a Samba share using mount.cifs generates the following errors in the Samba server's logs: Aug 7 17:45:08 pccentos4 smbd[5345]: [2006/08/07 17:45:08, 0] libsmb/smb_signing.c:srv_check_incoming_message(720) Aug 7 17:45:08 pccentos4 smbd[5345]: srv_check_incoming_message: BAD SIG: seq 2 wanted SMB signature of Aug 7 17:45:08 pccentos4 smbd[5345]:
2008 Dec 17
0
Missing Dependency subversion is needed by package subversion-ruby
Greets. I''m currently trying to install GIT on an RHEL5 box. I''ve tried to both build from source and install via yum. In both instances I continue to receive the error message (full error stack at the end): [code]Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by package subversion-ruby[/code] If I''m reading this correctly I''m seeing that svn
2006 Dec 26
1
Subversion authentication?
Hello, I''ve been trying to get the latest copy of BackgrounDRB as per the documentation here http://backgroundrb.rubyforge.org/. However, whenever I try to access http://svn.devjavu.com/backgroundrb/tags/release-0.2.1 I keep an authentication prompt and if I leave it blank I am declined access. Is there somewhere else to get the code or am I doing something wrong? Thanks, -carl --
2006 Nov 04
0
Deployment w/ Subversion
I created a capistrano script and it''s creating the deployment directories but it''s not copying the code from subversion into the deployment directroy, ...here''s the deploy.db changes I use, set :application, "myapp" set :repository, "svn://www.xyz.com/trunk" role :app, "www.xyz.com" role :web, "www.xyz.com" role :db,
2006 Jun 11
2
Question: subversion
Is svn a seperate install from RoR ? TIA Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060611/b47720a3/attachment.html
2006 Jun 19
1
Rails, Subversion and SWIG??
Hi, I''d like to use Ruby on Rails to build an online Configuration Management system, (like the one used in prince2 project management). As this is essentially a version control system I thought it best to let Subversion take care of this aspect of the system for me,... Unfortunately, I''m pretty inexperienced when it comes to setting up Make etc so was wondering if anyone
2006 May 29
0
subversion password using capistrano on textdrive
Hi, I am trying to set up capistrano for use on textdrive, and followed the instructions posted at this very helpful site: http://blog.tuples.us/pages/rails-guide My problem is that when I try to execute rake remote:exec ACTION=cold_deploy the execution getss stuck when it tries to access my subversion repository. ** [out :: myurl.com] Authentication realm: <http://myurl.com:80>
2008 Jan 23
0
Running windows subversion client on Wine
Hello, everyone. I'm giving Enterprise Architect a try under Wine but I'm dealing with a weird problem when I try to use SVN to update EA's packages. EA does not work with the Linux native SVN client, so I installed a win32 SVN client under wine. When I try to run this client, I get the following error: svn: Network socket initialization failed Running just the client from the
2007 Sep 10
0
Subversion tags are now available in git
Hi all, As anyone on the commits list now knows, I''ve added all of the tags from svn to git. You can fetch all of the tags with this command: git fetch --tags Then you can compare the tagged releases like any other commit: git diff 0.23.1 0.23.2 I''ve also updated the PuppetSource wiki page with this info. -- Barondes'' First Law: Science abhors
2008 Jun 04
0
FreeBSD.org begins switch to Subversion
The FreeBSD Project has begun the switch of its source code management system from CVS to Subversion. At this point in time, FreeBSD's developers are making changes to the base system in the Subversion repository. There is a replication system in place that exports our work to the legacy CVS tree on a continuous basis. People who are using our extensive CVS based distribution network
2006 Feb 08
0
subversion AND gem rails howto?
I have been using rails on Debian Sarge since May of last year. I initially gem installed rails as root and since then I have been gem updating the installation. I have had no trouble with the installation or development. Now feel that I''d like to use svn to get edgerails to be able to use nifty features such as RJS. Some of the threads on the subject talk about svn:externals in the
2010 Mar 05
0
Subversion CentOS documentation problem - can someone fix this?
Hi - the "Subversion on CentOS" are missing a key point - can someone modify: http://wiki.centos.org/HowTos/Subversion to fix them? These docs need to add the info from: http://www.virtualmin.com/node/9539 Basically, "In your /etc/httpd/conf/httpd.conf, there should be a series of LoadModule lines that load "dav_module" and "dav_fs_module" (amongst others)