search for: repo1

Displaying 7 results from an estimated 7 matches for "repo1".

Did you mean: repo
2012 Jan 01
3
Dsync fails on second sync for folders with dot in the name
...es of running our first dsync backup of all users (from maildir to mdbox on remote server), and one problem I'm hitting that dsync will work fine on first run for some users, and then reliably fail whenever I try a new run: $ sudo dsync -u janfrode at example.net backup ssh -q mailbackup at repo1.example.net dsync -u janfrode at example.net $ sudo dsync -u janfrode at example.net backup ssh -q mailbackup at repo1.example.net dsync -u janfrode at example.net dsync-remote(janfrode at example.net): Error: Can't delete mailbox directory INBOX/a: Mailbox has children, delete them first Th...
2016 Dec 18
2
wireshark only starts from a terminal
On 12/17/2016 01:05 PM, John R Pierce wrote: > On 12/17/2016 1:25 AM, geo.inbox.ignored wrote: >> "locate wireshark|grep bin/" show 2 paths for wireshark; >> >> /usr/bin/wireshark >> /usr/sbin/wireshark > > rpm -qf /usr/bin/wireshark > rpm -qf /usr/sbin/wireshark > }} no need for that. i know they are both installed. problem is that i can
2017 Nov 29
1
[PATCH] builder: use the template arch when caching all templates
...=$(basename "$img1_path") +arch=x86_64 +size=$img1_size +checksum[sha512]=$img1_csum +revision=1 + +[img2] +name=img2 +file=$(basename "$img2_path") +arch=aarch64 +size=$img2_size +checksum[sha512]=$img2_csum +revision=3 +EOF + +# Create the repository. +cat > "$reposdir/repo1.conf" <<EOF +[repo1] +uri=$indexfile +EOF + +export XDG_CONFIG_HOME= +export XDG_CONFIG_DIRS="$tmpdir" +export XDG_CACHE_HOME="$cachedir" + +short_list=$($VG virt-builder --no-check-signature --no-cache --list) + +if [ "$short_list" != "img1...
2006 Sep 12
1
mixed repos
Hello, Does anybody knows a way to keep updated mixed repositories without mixing them ? For Example i have 3 repos in my desktop centos system , Centos repos handled by up2date Dag repo handled by apt and Karan repo handled by yum. I need packages from each repo but i don't want the secondary repos to mess my system so i never update with these repos. is there a way each tool (up2date,
2017 Jan 19
2
Restricting mirrors off a repo
What is the best way to specify which mirrors off a repository you want to use? Have a host with rather restricted egress rules and want to allow it to reach a couple of mirrors for each repo it needs. And, yes, I am not ready to mirror them locally.
2016 Apr 12
1
Slow authentication on C7
...edCacheSize 500000 LDAPCacheEntries 1024 LDAPCacheTTL 600 LDAPOpCacheEntries 1024 LDAPOpCacheTTL 600 <Location /ldap-status> SSLRequire true SetHandler ldap-status </Location> <Location /repos> DAV svn SVNParentPath /srv/svn/repos </Location> <Location /repos/repo1> SSLRequireSSL AuthName "SVN Repo 1" AuthType Basic AuthLDAPBindDN cn=svnbind,cn=systemusers,dc=example,dc=com AuthLDAPBindPassword plaintextpassword AuthUserFile /etc/httpd/svnpasswd AuthLDAPURL "ldaps://ldapserver1.example.com/dc=example,dc=com?uid ldaps://ldapse...
2016 Apr 12
2
Slow authentication on C7
James Hogarth wrote: > On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote: >> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote: >> > W dniu 11.04.2016 o 20:07, Scott Robbins pisze: <SNIP> > After various testing I ended up going with the Apache LDAP cache module > and doing the auth at the Apache level, not system. >