Displaying 20 results from an estimated 50000 matches similar to: "CentOS 6 docs?"
2019 May 08
5
kickstart compat C7 -> C8
Hi all,
I still use the following kickstart partition scheme for C7 installations (via virt-install):
Briefly, fixed size for /root and /boot, and the rest is filled up for /srv.
The same kickstart (despite that c7 uses vda, f29 uses sda) doesn't work with Fedora29 (EL8).
I get a "device is too small for new format" error. Any hints?
part /RESCUE --fstype="ext4"
2015 Jan 08
3
reload /sbin/init
Hi,
There was an update of glibc on CentOS 6
http://lists.centos.org/pipermail/centos-announce/2015-January/020863.html
and now:
# needs-restarting
1 : /sbin/init
How do i tell /sbin/init to use the updated files from glibc without a
reboot?
--
Kind Regards, Markus Falb
2019 Oct 12
2
easy way to stop old ssl's
On 11.10.19 22:40, Warren Young wrote:
> On Oct 11, 2019, at 12:12 PM, Jerry Geis <jerry.geis at gmail.com> wrote:
>>
>> is there a script that is available that can be ran to bring
>> a box up to current "accepted" levels ?
>
> I don?t know why you?d use a script for this at all. Just ship a new HTTPS configuration to each server. Apache loads all
2016 Jul 07
2
CentOS 6, iscsi,
Thu Jul 7 14:47:23 UTC 2016, m.roth at 5-cent.us wrote:
> Hi, folks,
>
> I installed the iscsi packages, and I *thought* that the first thing to
> do was configure /etc/tgt/target.conf. Am I wrong? Did I have to
> configure iSNS on the RAID appliance?
One thing to make sure you have straight is Target vs. Initiator [2], for me it originally felt like the names were backwards.
2013 Jan 15
5
cr repo and firewalling
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I find myself in a complicated situation and would like to ask the
oracle (choke!) for help. I would like to install the packages from
the continuous release repo and the yum config for this repo says
baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
well, I definitely do not want to allow worldwide outgoing http so I
try to find
2015 Apr 09
5
CentOS 7.1 user login screen can't scroll up/down
Liam O'Toole wrote:
> On 2015-04-09, Ole Holm Nielsen
> <Ole.H.Nielsen at fysik.dtu.dk> wrote:
>> After we upgraded our CentOS 7.0 desktops to CentOS 7.1, a critical
>> error in the graphical login screen has appeared on all 7.1 machines:
>>
>> We have 100+ users defined in /etc/passwd, and a list of names is
>> presented on the initial login screen.
2016 Jan 14
10
Fwd: Heads up: OpenSSH users
Probably worth a read...
http://www.openssh.com/txt/release-7.1p2
> Important SSH patch coming soon. For now, everyone on all operating
> systems, please do the following:
>
> Add undocumented "UseRoaming no" to ssh_config or use "-oUseRoaming=no"
> to prevent upcoming #openssh client bug CVE-2016-0777. More later.
echo "UseRoaming no" >>
2017 Jun 26
2
Question Mirrors ?
Jonathan Billings wrote:
> On Fri, Jun 23, 2017 at 03:31:58PM -0400, m.roth at 5-cent.us wrote:
>> Hey, they've gone onto a new and different error. We were getting "not a
>> valid .xml file.
>>
>> Try yum clean all, then try it.
>
> This post talks about what happened:
>
>
2012 May 25
4
rspec first steps troubles
I try do implement tests for my puppet code and was playing with
rspec-puppet but the following code gives me errors
require ''spec_helper''
describe ''irqbalance'' do
it { should include_class(''irqbalance'') }
it { should include_class(''irqbalance::data'') }
it { should
2010 Nov 08
11
Default ownership for static files
Hi,
I try to serve a file
file { "/root/test3.txt":
ensure => file,
source => "puppet:///yum/test.txt",
}
On the puppetmaster this files look like this
#$ ls -n test.txt
-rw-r--r-- 1 502 301 4 8 Nov 16:25 test.txt
Finally, here is my question: What ownership may I expect on the
resulting file ?
Actually this is the result for me:
#$ ls -l
2009 Nov 08
8
mirrorlist for 5.4
Hi,
I tried:
mirrorlist=http://mirrorlist.centos.org/?release=5.4&arch=x86_64&repo=os
but it gives me
...snippel
5.4 is not a valid release or hasnt been released yet/
snappel...
Why is that ?
--
best regards,
markus
2015 Jun 11
2
NetworkManager / wireless on latest Centos7 installs
----- Oorspronkelijk bericht -----
Van: "johan vermeulen7" <johan.vermeulen7 at telenet.be>
Aan: "CentOS mailing list" <centos at centos.org>
Verzonden: Dinsdag 9 juni 2015 18:23:58
Onderwerp: Re: [CentOS] NetworkManager / wireless on latest Centos7 installs
----- Oorspronkelijk bericht -----
Van: "m roth" <m.roth at 5-cent.us>
Aan: "CentOS
2013 Mar 29
3
ovf conversion
I try do use one of the images available from [1]
These images comes in two flavors, one vmx, one ovf.
I do not know how to convert one of these to centos6-libvirt-kvm
virt-convert gives me an error
$ virt-convert -i ovf -o virt-image path_to_image.ovf
ERROR Couldn't convert disks: Disk conversion failed with exit status
1: qemu-img: Could not open 'path_to_image.vmdk'
The vmdk
2012 Nov 21
3
ip6tables REJECT target 3s timeout
Hi,
I am trying to get ipv6 firewall running. I did a very simple ip6tables
rules and noticed very long running yum updates. I think that happened
because firewall is dropping outgoing packets to port 80. Well, I
thought to mitigate the issue and changed outgoing from drop to reject.
Now I try manually
# strace telnet 2a02:180:ffff:1::551f:b966 80
...
connect(3, {sa_family=AF_INET6,
2019 Oct 15
1
easy way to stop old ssl's
On 12.10.19 19:33, Warren Young wrote:
> On Oct 12, 2019, at 4:06 AM, Markus Falb <markus.falb at fasel.at> wrote:
>>
>> On 11.10.19 22:40, Warren Young wrote:
>>> Just ship a new HTTPS configuration to each server.
>>
>> Instead of configuring every application separataly it would be nice if
>> "accepted levels of security" could be set
2012 Apr 14
5
auth_changepassword
Dear All Friends,
i installed cacti on CentOS 6.2. every thing went smooth and i can see the
login page as well.
due to security reason cacti has to change the default password
(admin/admin) when i enter the default password i get the following error.
The requested URL /auth_changepassword.php was not found on this server.
Thanks / Regards
Prabhpal S. Mavi
2012 Sep 24
4
SSL CRIME
Hi,
Some of you have heard of CRIME, probably.
from https://bugzilla.redhat.com/show_bug.cgi?id=857051
> Adding the following line to the /etc/sysconfig/httpd file:
>
> export OPENSSL_NO_DEFAULT_ZLIB=1
But there are other services but http that use ssl and are vulnerable?
What is the optimal place for setting this environment variable system wide?
I tried to set it in
2012 Apr 14
5
Changing Python Version
Hi;
I am trying to change the default version of python on my centos 5.7 box and leave the old installation. Frustrated by not finding any help online, I went ahead and installed Python 2.6 from the source. It appears to be my default, but when I fire up mod_wsgi, it complains that it can't import os. Please advise.
TIA,
Quincey?
2012 Jun 03
3
rspec spec_helper
Hi,
I was playing with rspec and every time I find a possible improvement
that could be made in spec_helper or rakefile I have to change it in
every module that is using rspec tests. So maybe these things could be
centralized, I thought to myself.
I found the following module, actually.
https://github.com/puppetlabs/puppetlabs-module_spec_helper
But I am at a lost how to use it.
Is it supposed