Is there any particular reason why online recovery is disabled in F11 pgpool-II?
Online recovery is a very important feature (fundamental, must have)
and I have to build pgpool-II just to enable it. Can't it be enabled
in spec?
Regards,
Michal
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
02-27-2010, 07:34 PM
Toshio Kuratomi
Why online recovery in pgpool is disabled?
On Sat, Feb 27, 2010 at 06:26:53PM +0100, Michał Piotrowski wrote:
> Hi,
>
> Is there any particular reason why online recovery is disabled in F11 pgpool-II?
>
> Online recovery is a very important feature (fundamental, must have)
> and I have to build pgpool-II just to enable it. Can't it be enabled
> in spec?
>
Could you please file a bug at bugzilla.redhat.com to make sure trhe
maintainer sees the request?
-Toshio
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
02-27-2010, 07:51 PM
Michał Piotrowski
Why online recovery in pgpool is disabled?
2010/2/27 Toshio Kuratomi <a.badger@gmail.com>:
> Could you please file a bug at bugzilla.redhat.com to make sure trhe
> maintainer sees the request?
Done
https://bugzilla.redhat.com/show_bug.cgi?id=569058
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
02-27-2010, 08:00 PM
Michał Piotrowski
Why online recovery in pgpool is disabled?
W dniu 27 lutego 2010 21:51 użytkownik Michał Piotrowski
<mkkp4x4@gmail.com> napisał:
> 2010/2/27 Toshio Kuratomi <a.badger@gmail.com>:
>> Could you please file a bug at bugzilla.redhat.com to make sure trhe
>> maintainer sees the request?
>
> Done
> https://bugzilla.redhat.com/show_bug.cgi?id=569058
>
BTW. I've got one i686 which needs pgpool-recovery.so. When I try to
build package on x86_64 I get this
--with-pgsql-includedir=/usr/include/pgsql
--with-pgsql-lib=/usr/lib/pgsql --di
sable-static --with-pam
--disable-rpath --sysconfdir=/etc/pgpool-II/
checking for x86_64-unknown-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error:
C compiler
cannot create executables
See `config.log' for more details.
Regards,
Michal
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
02-28-2010, 12:56 PM
Thomas Spura
Why online recovery in pgpool is disabled?
Am Samstag, den 27.02.2010, 22:00 +0100 schrieb Michał Piotrowski:
> W dniu 27 lutego 2010 21:51 użytkownik Michał Piotrowski
> <mkkp4x4@gmail.com> napisał:
> > 2010/2/27 Toshio Kuratomi <a.badger@gmail.com>:
> >> Could you please file a bug at bugzilla.redhat.com to make sure trhe
> >> maintainer sees the request?
> >
> > Done
> > https://bugzilla.redhat.com/show_bug.cgi?id=569058
> >
>
> BTW. I've got one i686 which needs pgpool-recovery.so. When I try to
> build package on x86_64 I get this
>
> rpmbuild -bb --clean --target i686 rpmbuild/SPECS/postgresql-pgpo
[snip]
> Any hints?
Try "rpmbuild -bs ..." and use mock after that:
"mock -r fedora-rawhide-i386 foo.src.rpm"
I just tried that with another package, and that didn't work with
rpmbuild, but worked now with mock. (You could also install all i686
dependencies manually, but mock does that job for you.)
Thomas
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
03-02-2010, 11:14 PM
Michał Piotrowski
Why online recovery in pgpool is disabled?
2010/2/28 Thomas Spura <spurath@students.uni-mainz.de>:
> Am Samstag, den 27.02.2010, 22:00 +0100 schrieb Michał Piotrowski:
>> W dniu 27 lutego 2010 21:51 użytkownik Michał Piotrowski
>> <mkkp4x4@gmail.com> napisał:
>> > 2010/2/27 Toshio Kuratomi <a.badger@gmail.com>:
>> >> Could you please file a bug at bugzilla.redhat.com to make sure trhe
>> >> maintainer sees the request?
>> >
>> > Done
>> > https://bugzilla.redhat.com/show_bug.cgi?id=569058
>> >
>>
>> BTW. I've got one i686 which needs pgpool-recovery.so. When I try to
>> build package on x86_64 I get this
>>
>> rpmbuild -bb --clean --target i686 rpmbuild/SPECS/postgresql-pgpo
>
> [snip]
>
>> Any hints?
>
> Try "rpmbuild -bs ..." and use mock after that:
> "mock -r fedora-rawhide-i386 foo.src.rpm"
>
> I just tried that with another package, and that didn't work with
> rpmbuild, but worked now with mock. (You could also install all i686
> dependencies manually, but mock does that job for you.)
>
Thanks for the answer!
> Â* Â* Â* Â*Thomas
Regards,
Michal
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel