Greetings,
What's the process for requesting minor enhancements to packages?
Currently, CentOS dovecot rpms ship w/o having tcp_wrappers enabled; to have dovecot compiled with tcp_wrappers requires adding one directive to the to the dovecot.spec file in the srpm.
If the directive isn't there, then any dovecot upgrades via YUM/RPM require first to have the RPMs recompiled before doing the upgrade.
Am I the only barking for this change, or could there be others?
Thanks,
Max Pyziur pyz@brama.com
On 13/04/13 15:15, Alexander Dalloz wrote:
Am 13.04.2013 15:17, schrieb Max Pyziur:
Greetings,
What's the process for requesting minor enhancements to packages?
[ ... ]
Max Pyziur pyz@brama.com
You will have to file an RFE with upstream (Red Hat).
This could also be a change for the centosplus repo, similar to the modified Postfix packages already released by the project.
On Sat, 13 Apr 2013, Ned Slider wrote:
On 13/04/13 15:15, Alexander Dalloz wrote:
Am 13.04.2013 15:17, schrieb Max Pyziur:
Greetings,
What's the process for requesting minor enhancements to packages?
[ ... ]
Max Pyziur pyz@brama.com
You will have to file an RFE with upstream (Red Hat).
This could also be a change for the centosplus repo, similar to the modified Postfix packages already released by the project.
This becomes appealing and doable for me.
To enable tcp_wrappers, all I did was add --with-libwrap \ at the appropriate point in the .spec file.
That suits me, but I suspect that a few other alterations to the spec file would be required to make sure the centosplus release is distinguishable (metadata and otherwise) from the standard CentOS 6 updates.
Also, how do I build both x86_64 and i*86 rpms? Again, for my own purposes I only built x86_64 rpms.
Thanks,
MP pyz@brama.com
Hello all, So, I installed phpmyadmin from the yum package manager. I am not sure where it would be installed. In other words, I don't know how to reach it in my browser. Can someone help me, please, Thanks, Bruce
Am 13.04.2013 19:33, schrieb Bruce Whealton:
Hello all, So, I installed phpmyadmin from the yum package manager. I am not sure where it would be installed. In other words, I don't know how to reach it in my browser. Can someone help me, please, Thanks, Bruce
rpm -qlv phpmyadmin | less
Alexander
On Sat, Apr 13, 2013 at 01:33:10PM -0400, Bruce Whealton wrote:
Hello all, So, I installed phpmyadmin from the yum package manager. I am not sure where it would be installed. In other words, I don't know how to reach it in my browser. Can someone help me, please, Thanks, Bruce
You'd be better off googling for a phpmyadmin tutorial. I would look in /etc/init.d to see if there's a new service in there.o
Ah, putting phpmyadmin on CentOS into google comes up with
http://www.cyberciti.biz/faq/centos-fedora-redhat-linux-installing-phpmyadmi...
on the very first hit.
Apparently, you then edit a conf.d file and take it from there.
On Sat, Apr 13, 2013 at 1:33 PM, Bruce Whealton bruce@futurewaveonline.comwrote:
Hello all, So, I installed phpmyadmin from the yum package manager. I am not sure where it would be installed. In other words, I don't know how to reach
I'll figure it's the package from EPEL which is dropped into /usr/share/phpMyAdmin/
it in my browser.
Accessing pMa in the browser is unrelated to where it actually resides on disk. If you look in /etc/httpd/conf.d/ you'll likely find phpMyAdmin.conf which is what you're really after.
Try plugging in http://your_ip_or_domain_here/phpMyAdmin/ and see what you get.
Can someone help me, please, Thanks, Bruce
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi
you tried with this command:
find / -name phpmyadmin
or
find / -name phpMyAdmin
this is for know where is phpmyadmin
2013/4/15 SilverTip257 silvertip257@gmail.com
On Sat, Apr 13, 2013 at 1:33 PM, Bruce Whealton bruce@futurewaveonline.comwrote:
Hello all, So, I installed phpmyadmin from the yum package manager. I am
not
sure where it would be installed. In other words, I don't know how to reach
I'll figure it's the package from EPEL which is dropped into /usr/share/phpMyAdmin/
it in my browser.
Accessing pMa in the browser is unrelated to where it actually resides on disk. If you look in /etc/httpd/conf.d/ you'll likely find phpMyAdmin.conf which is what you're really after.
Try plugging in http://your_ip_or_domain_here/phpMyAdmin/ and see what you get.
Can someone help me, please, Thanks, Bruce
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- ---~~.~~--- Mike // SilverTip257 // _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Rodrigo Pichiñual Norin wrote:
Hi
you tried with this command:
find / -name phpmyadmin or find / -name phpMyAdmin
*Very long wait*.
Try a) locate phpmyadmin, or b) rpm -ql phpmyadmin, and get a list of where it put everything.
mark
this is for know where is phpmyadmin
2013/4/15 SilverTip257 silvertip257@gmail.com
On Sat, Apr 13, 2013 at 1:33 PM, Bruce Whealton bruce@futurewaveonline.comwrote:
Hello all, So, I installed phpmyadmin from the yum package manager. I
am not
sure where it would be installed. In other words, I don't know how to reach
I'll figure it's the package from EPEL which is dropped into /usr/share/phpMyAdmin/
it in my browser.
Accessing pMa in the browser is unrelated to where it actually resides on disk. If you look in /etc/httpd/conf.d/ you'll likely find phpMyAdmin.conf which is what you're really after.
Try plugging in http://your_ip_or_domain_here/phpMyAdmin/ and see what you get.
Can someone help me, please, Thanks, Bruce
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
-- ---~~.~~--- Mike // SilverTip257 // _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
--
*Rodrigo Pichiñual * *Ingeniero en Computación* *87272971 * rodrigo.pichinual@gmail.com / rodrigo@latitud33.cl rodrigo.pichinual@gmail.com _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sat, Apr 13, 2013 at 11:03 PM, Bruce Whealton bruce@futurewaveonline.com wrote:
Hello all, So, I installed phpmyadmin from the yum package manager. I am not sure where it would be installed. In other words, I don't know how to reach it in my browser.
By default, the rpm installation creates an Apache Alias "/phpmyadmin" (take a look at the httpd.conf file).
You can access it with <http://<ip_number>/phpmyadmin> ip_number can be localhost, DNS name, or ip number.
Follow the common password policy (> 8 chars alpha numeric upper/lower case).
In case this system is on an Internet facing network, I would suggest you put some kind of access control on the directory e.g. .htaccess Basic Auth.
HTH