Search found 8 matches

by tuxmaster
2017/08/16 10:05:30
Forum: CentOS 7 - General Support
Topic: yum don't use imported gpg key's
Replies: 0
Views: 625

yum don't use imported gpg key's

Hello, I have import an gpg repo key via rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-bareos rpm -qa|grep key will list it. An rpm -K on an package of the repo will work: rsa sha1 (md5) pgp md5 OK But on every yum run, yum will import the key again. How can I automatic import repo keys, so that yum and...
by tuxmaster
2015/10/24 09:06:52
Forum: Website Problems
Topic: To much internal information.
Replies: 0
Views: 3141

To much internal information.

When I use firebug to see the html request of the forum, you can see the following headers:
Server nginx/0.8.55
X-Powered-By PHP/5.3.3

Both shut not send by the server for security reasons.
X-Powered-By PHP is an php option an can simply disabled by expose_php = 'off'.
by tuxmaster
2015/04/18 18:33:40
Forum: CentOS 7 - General Support
Topic: Real time packages missing?
Replies: 2
Views: 952

Real time packages missing?

Are there an schedule to release the real time part?
kernel-rt,rt-setup,rt-tests.
Witch is available in upstream.
Like written on https://access.redhat.com/documentation ... nload.html
by tuxmaster
2014/08/14 16:45:22
Forum: CentOS 5 - Networking Support
Topic: MAC address spoofing
Replies: 6
Views: 11965

Re: MAC address spoofing

I think your udev rule must call :

Code: Select all

ifconfig eth0 hw ether NewMac
by tuxmaster
2014/08/09 08:53:44
Forum: CentOS 6 - General Support
Topic: [solved] Yum presto fails
Replies: 4
Views: 3256

Re: [solved] Yum presto fails

No the problem was not EPEL, it was an 3rd party repo. Where at the createrepo script the compression switch was set to xz.
by tuxmaster
2014/08/08 19:02:42
Forum: CentOS 6 - General Support
Topic: [solved] Yum presto fails
Replies: 4
Views: 3256

Re: Yum presto fails

After look at the python code I have found the problem. :)
The yum-presto version of EL6 can only deal with gz compressed repo data.
But on one repo the files was xz compressed.
by tuxmaster
2014/08/06 10:39:17
Forum: CentOS 6 - General Support
Topic: Server won't reboot
Replies: 5
Views: 2996

Re: Server won't reboot

First simple test.
Try to boot the vm with an rescue Linux of your choice and look, if the virtual disk is visible.
When yes, boot the CentOS rescue environment and restore grub.
by tuxmaster
2014/08/06 10:34:57
Forum: CentOS 6 - General Support
Topic: [solved] Yum presto fails
Replies: 4
Views: 3256

[solved] Yum presto fails

Hello, when yum-presto is active, I can't install packages. It will fails with: Downloading Packages: Setting up and reading Presto delta metadata Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yum...