Displaying 20 results from an estimated 20000 matches similar to: "Enterprise Repository Access?"
2016 Jul 31
2
any news Enterprise Repository Access?
Hi,
On 07/31/2016 04:36 PM, aki.tuomi at dovecot.fi wrote:
> We are discussing about making ce repos at some point. This would probably help some people.
>
> Aki
We're following this thread with interest. What exactly is a "ce
repository"?
(google doesn't help)
MJ
2016 Jul 27
2
any news Enterprise Repository Access?
> That dovecot offers still EE build for free is great, but a road map on
> what the future subscription plans are would be nice; e.g low cost fee
> for just the repos, higher fees for support etc. That's what I missed.
I?d like to see Dovecot distributed in the Docker Store (coming soon) or the Docker Hub. Most enterprises are moving to deploying their apps in containers and these
2015 Dec 10
2
Dovecot code repository moved to Github (Xi fixed)
Op 12/9/2015 om 5:44 PM schreef Stephan Bosch:
>
>
> Op 9-12-2015 om 17:32 schreef Timo Sirainen:
>> http://hg.dovecot.org/ is no longer being updated. The public
>> repository exists now in https://github.com/dovecot/core instead.
>>
>> I'm not sure yet if we should continue pushing commit emails to
>> dovecot-cvs list or if Github's internal
2007 Feb 05
1
long jumping out of code in specs
I wrote this abomination just now, and wonder if anyone else has had
experience with the pattern behind it. In short, I''m specing an
after_create hook on an ActiveRecord model, that calls a bunch of
private methods. Instead of stubbing all those private methods (which
is verboten anyway, as well as impossible because creating the object
which owns those methods is what I''m
2016 Aug 19
3
dovecot-lda core-dumps when antispam pipe script calls it
On 2016-08-19 12:17, ben at indietorrent.org wrote:
> Aha! Clearly, the vmail user cannot read from nor write to /tmp. (Why
> that is, I have no idea, as the /tmp directory's permissions certainly
> allow for both; maybe Dovecot implements this as a security measure.)
>
> This prompted me to change all references to /tmp in the pipe script
> to ~/tmp, and create this
2015 Dec 09
7
Dovecot code repository moved to Github
http://hg.dovecot.org/ is no longer being updated. The public repository exists now in https://github.com/dovecot/core instead.
I'm not sure yet if we should continue pushing commit emails to dovecot-cvs list or if Github's internal notifications are enough. In any case dovecot-cvs list isn't working right now.
2015 Dec 09
7
Dovecot code repository moved to Github
http://hg.dovecot.org/ is no longer being updated. The public repository exists now in https://github.com/dovecot/core instead.
I'm not sure yet if we should continue pushing commit emails to dovecot-cvs list or if Github's internal notifications are enough. In any case dovecot-cvs list isn't working right now.
2016 Nov 11
2
azure AD Connect | passwords not syncing
That is a major bummer. :-(
Would it work any better, if I promoted our windows 2012 server to a
domain controller?
Or would that have all kinds of other side-effects..? (we're currently
running three dc's, all samba)
One side-effect I can think of: GPO's, in a mixed samba/windows DC...?
Any ideas what the requirements on the samba side would be, for samba to
be able to
2012 Apr 09
7
xen-pciback cause my system hang
Hi,
I have successfully start my Win7 x86 domU on my x64 Xen dom0 system. Now I
want to give my Win7 full access to my Nvidia card.
lspci
01:00.0 VGA compatible controller: NVIDIA Corporation G86 [Quadro NVS 140M]
(rev a1)
and I added these to my /etc/modprobe.d/xen-pciback.conf
options xen-pciback hide=(0000:01:00.0)
then I ran modprobe xen-pciback
nothing happens on the screen, and my
2020 Aug 24
2
Mock config error
Hi Jonathan,
On Sun, 23 Aug 2020, Jonathan Billings wrote:
> On Aug 23, 2020, at 12:07, me at tdiehl.org wrote:
>>
>> ?Hi,
>>
>> I am trying to create a mock configuration file that points to my local dnf repo.
>> I have the following in the mock config template:
>>
>> [local-repo]
>> name=my-Local
>>
2006 Sep 01
3
Anyone seeing mock breakage after updating to 4.4?
Morning,
somehow the upgrade to 4.4 broke mock on my system:
| [angenenr at shutdown SPECS]$mock -r c3-i386 /home/angenenr/redhat/SRPMS/apache-ssl-2.8.28-2el4.src.rpm
| init
| clean
| prep
| This may take a while
| Could not find useradd in chroot, maybe the install failed?
Nope, it's not the
config_opts['chroot_setup_cmd'] = 'groupinstall build'
issue, as I'm still
2020 Aug 25
1
Mock config error
On 25/08/20 11:27 am, Jonathan Billings wrote:
> On Aug 24, 2020, at 16:48, me at tdiehl.org wrote:
>>
>> Also, I am trying to add a dist tag to rpms that I build in mock.
>> In the epel-7 configs I do something like the following:
>> config_opts['macros']['%dist'] = '.el7.tnt' to get a dist tag on the
>> rpms. In epel/centos 8 this does not
2007 Oct 27
2
Strange warnings with view specs
I''ve been seeing the following in some of my view specs:
.P.P........ignoring attempt to close spec::mocks::mock:0x7334c4c
with td
opened at byte 258, line 20
closed at byte 287, line 20
attributes at open: {}
text around open: "\t</tr>\n\t<tr>\n\t\t<td>#<Spec::Mocks::Mock:0"
text around close:
2018 Aug 06
3
How do I actaully get the current sources from centos-git?
Hi,
I am trying to retrieve the srpm for the latest centos-release pacakge
from centos-git by following the instructions @ https://wiki.centos.org/Sources.
If I run the following commands:
git clone https://git.centos.org/git/rpms/centos-release.git
cd centos-release/
git checkout c7
~/centos-git-common/get_sources.sh
Everything completes without error. The problem is that the sources that get
2006 Oct 25
2
mock parameter problem
Here''s another one.
spec:
m = mock("blah")
m.should_receive(:foo).with(1)
code:
m.foo(2)
Failure message:
Mock ''blah'' expected ''foo'' once, but received it 0 times
------
Twice now I''ve gotten this failure message and wasted time trying to
understand why the method foo() was not being called despite all
evidence suggesting
2010 May 03
1
Mock Shell Arch Command
I've successfully rebuilt Red Hat EL PHP 5.2.10 RPMs using mock on a
CentOS 5.4 i386. I wanted to be able to build both x86_64 and i386
versions so I reinstalled my builder system with CentOS 5.4 x86_64.
Now I can build the PHP RPM successful for x86_64, but i386 fails with
the following during configure
/usr/bin/net-snmp-config: line 43: net-snmp-config-x86_64: command not found
For the
2019 Feb 05
8
Dovecot v2.2.36.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz.sig
??? * CVE-2019-3814: If imap/pop3/managesieve/submission client has
??? ? trusted certificate with missing username field
??? ? (ssl_cert_username_field), under some configurations Dovecot
??? ? mistakenly trusts the username provided via authentication instead
??? ? of failing.
2019 Feb 05
8
Dovecot v2.2.36.1 released
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz
https://dovecot.org/releases/2.2/dovecot-2.2.36.1.tar.gz.sig
??? * CVE-2019-3814: If imap/pop3/managesieve/submission client has
??? ? trusted certificate with missing username field
??? ? (ssl_cert_username_field), under some configurations Dovecot
??? ? mistakenly trusts the username provided via authentication instead
??? ? of failing.
2017 Feb 15
2
(re)build sssd-client.i686 for x86_64
On 02/15/2017 03:41 AM, Johnny Hughes wrote:
> On 02/15/2017 02:39 AM, Stijn De Weirdt wrote:
>> hi all,
>>
>> i'm trying to rebuild the current sssd-client.i686 rpm that is part of
>> the x86_64 repo, but i fail to do so. rebuilding the sssd.src.rpm on
>> x86_64 does not produce this rpm.
>>
>> i can rebuild sssd.src.rpm with --target=i686, but
2020 Aug 23
2
Mock config error
Hi,
I am trying to create a mock configuration file that points to my local dnf repo.
I have the following in the mock config template:
[local-repo]
name=my-Local
baseurl=http://yumrepo.example.com/yum-repository/local/centos/8/x86_64/
failovermethod=priority
skip_if_unavailable=False
When I try to run mock I get the following error:
(vgeppetto3 pts18) $ mock -v -r epel-8-x86_64