Re: [CentOS] How to Migrate Wordpress Website from 32-bit CentOS Linux 6.3 to 64-bit CentOS Linux 8.2 (2004)

2020-08-31 Thread Jim Perrin
I've moderated him (again). If this keeps up I'll see what can be done 
for a more permanent solution.


On 8/31/20 11:15, Richard wrote:




Date: Monday, August 31, 2020 19:04:25 +0100
From: Pete Biggs 


Why are you even posting this to a public list?  Use your blog for
this kind of thing.  I know you have one, you post it repeatedly to
random lists.


At least posting to a public list like this means that there is some
chance people will read the subsequent posts and realise the
quality of instructions.

P.



He cross-posted this to at least three other lists (apache/httpd,
maria-discuss and php) where these types of issues are generally out
of scope.

He has been moderated on this list, but appears to have used yet
another email address for this posting.


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos



--
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to run CentOS 8.2 under new WSL2?

2020-08-18 Thread Jim Perrin
Okay, so there are a few things here. We (the CentOS Project) don't
currently publish anything that's easily consumable into WSL2 on the
mirrors or download pages. That's probably something we should address,
or at least talk about fixing. I can provide some directions below, but
they're very rough as I only started experimenting with this last night
once I saw your email.

First, create a directory on your windows system where you're going to
store your custom distro. I used C:\distros but you can use whatever
makes sense to you.

Second, you're going to need something that can understand the xz
archive format that's used these days rather than the older gz style.
7zip should do this fine, or optionally the tools straight from the
project/author - https://tukaani.org/xz/

Next, you'll want to pull the tarball we use to publish images to the
dockerhub. We use versions branches in this repo, so you pick what you
want. Here's the one for CentOS 8 currently ->
https://github.com/CentOS/sig-cloud-instance-images/blob/CentOS-8-x86_64/docker/centos-8-x86_64.tar.xz
 (Advanced users can make their own tarballs here with livemedia-creator
or whatever is preferred)

Uncompress this archive, but don't unpack it. You want to end up with
CentOS-8-x86_64.tar

>From there, fire up a command prompt (Windows Terminal, cmd, powershell,
whatever). You can import this into wsl2 by running:
wsl.exe --import CentOS C:\distros\CentOS \path\to\CentOS-8-x86_64.tar

At this point you're "done" but it's not quite there.

if you want to stop here, you can simply run: wsl.exe -d CentOS

It'll work but you'll be running as root.

If you want to add your user, set up sudo, things like that you need to
do a bit more.

wsl.exe -d CentOS # to run it as root
useradd yourusername
dnf -y update
dnf -y install sudo # and whatever else you want
id -u yourusername # this is probably 1000
visudo # give your new user sudo access otherwise you'll lock yourself out.


Now, at this point I don't know an easy way to find the GUID of the
custom distro. I cheated and used the value from Windows Terminal's json
config file. Take that GUID and your user's UID and fire up regedit to
set your user as the default.

You'll want to look at
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\$DISTRO_GUID
and set DefaultUid as a REG_DWORD to your user's uid (typically 1000).

That's as far as I've taken things so anything you want to do after this
you're kinda on your own.

On 8/17/20 7:47 AM, Dev Linux wrote:
> I want to run CentOS 8.2 (2004) under Windows 10 Pro (2004) that comes with
> WSL2
> 
> 1. Is there a list of steps anywhere, that would help me download what I
> need, and get CentOS 8.2 running under WSL2?
> 2. What would I need to download? (need direct URL - there are so many
> options for CentOS 8.2 , I am confused)
> 3. What steps would I need to take to get this running locally on my
> Windows 10 machine?
> 
> Notes:
> ==> I don't want to run any existing CentOS available in the Windows store,
> I want to roll my own
> ==> I don't want to run CentOS 8.2 under VirtualBox or any other
> virtualization technology, just WSL2
> ==> I don't want to download any .zip from a previous release that is not
> CentOS 8.2, ideally would like to be self-sufficient and gain the knowledge
> on how to do this myself.
> 
> ---
> If anyone has actually done this with CentOS 8.2 and WSL2 and has it
> working swimingly, please reply, would love to get this up and running for
> a higher level of productivity, scripting and automation on my Windows dev
> box.
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Teo En Ming's Learning Achievements on 14 August 2020 Friday

2020-08-15 Thread Jim Perrin
I've moderated this user. They were previously moderated and required
admin approval to send to the list, but they appear to have changed the
domain name they're sending from to work around this restriction.

On 8/14/20 4:26 PM, John Pierce wrote:
> On Fri, Aug 14, 2020 at 4:24 PM Turritopsis Dohrnii Teo En Ming <
> c...@teo-en-ming.com> wrote:
> 
>> Subject: Teo En Ming's Learning Achievements on 14 August 2020 Friday
>>
>> [1] Activate Cisco AnyConnect SSL VPN License on Cisco ASA 5506-X
>> Firewall
>>
>> Today I discovered that the base license for Cisco ASA 5506-X Firewall
>> only allows 
>>
> 
> this has NOTHING to do with CentOS, and is way off topic here.
> 
> I suggest you post things like this on a personal blog, or facebook, or
> something ... and don't bother to announce it here, as we really don't care.
> 
> 
> 
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kpatch (live kernel patching) in CentOS 7.7?

2019-10-04 Thread Jim Perrin




On 10/3/19 9:35 PM, Stephen John Smoogen wrote:

On Thu, 3 Oct 2019 at 13:52, Phelps, Matthew  wrote:


On Thu, Oct 3, 2019 at 1:42 PM Jim Perrin  wrote:




On 10/3/19 1:32 PM, Phelps, Matthew wrote:

Forgive me if this has been answered before and I've missed it.

This https://access.redhat.com/solutions/2206511 says live kernel

patches

will be available via yum updates as of RHEL 7.7. Is this carried over to
CentOS 7.7.1908?



The functionality should be available, but we don't provide patches in
this way, no.




What would it take to make this happen? This would be a huge help to those
of us running servers. Not to mention it would make the world a more secure
place :)



The short answer is "a team of kernel engineers, which we don't have". 
Smooge's overview which I've left below is great at explaining some of this:



Is it an upstream issue? No SRPMS available? Etc?



It's quite a bit more work than just SRPM (re) building. This is one of 
those things where if your workflow requires this functionality rather 
than the occasional reboot you should really just pay for RHEL. They put 
far more people and testing behind this feature than the team building 
CentOS is able to.


(DISCLAIMER: I work for RH, so that may not sound as true as it is)



Just trying to understand. I don't follow the centos-devel list. Has this
been discussed there, or elsewhere?



There is a lot to go into making a correct kpatch. You have to
determine that you have a working kpatch (you can have one which works
on 1% and corrupts 80% and crashes 19%), you have to determine that
the patch fixes the problem (you can build patches which should do the
right thing but don't), and you have to determine that it doesn't add
in some sort of long term corruption of memory/disk/etc. That takes
specialized kernel expertise, a large amount of varied hardware to
test the patch on, some amount of time, and a very large test suite.

You can also only live patch a system so many times and in only
certain places. There are just some parts of the kernel which have to
be rebooted and others you can put in a patch which works but your
performance is going to be 25% of what it was before. There are other
places that if you patch.. that is it.. try another and you hardlock.
As much as some sites like to call it some sort of panacea for never
having to reboot again.. it is really meant to be a tourniquet to air
chopter the crash victim to a hospital. They may still not make it...
you are just giving them a chance.





--
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 8 network-scripts

2019-10-04 Thread Jim Perrin




On 10/3/19 2:42 PM, Jerry Geis wrote:

I have need to use the old network-scripts and not NetworkManager.


Why? I'd like to understand more about the use case where this is a 
requirement.



--
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kpatch (live kernel patching) in CentOS 7.7?

2019-10-03 Thread Jim Perrin




On 10/3/19 1:32 PM, Phelps, Matthew wrote:

Forgive me if this has been answered before and I've missed it.

This https://access.redhat.com/solutions/2206511 says live kernel patches
will be available via yum updates as of RHEL 7.7. Is this carried over to
CentOS 7.7.1908?



The functionality should be available, but we don't provide patches in 
this way, no.




--
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] XPS 13 9370 / CentOS compat

2018-11-07 Thread Jim Perrin
I had reasonably unreliable performance with that particular
chip(sometimes wireless wouldn't wake up from sleep and I'd have to
reboot), and ended up replacing it with an intel 8265 chip. It takes
about 10 minutes to swap, and got me much better performance on my 9370.

Link below is the one I picked up, but you may be able to find it for
cheaper. Dell tells me that swapping it doesn't void the warranty, so
I'm good with it.
https://www.amazon.com/gp/product/B01MZA1AB2


On 11/3/18 12:32 PM, Leon Fauster via CentOS wrote:
> Anyone with some Dell laptop XPS 13 9370 (2018) experience here?
> Especially with that "Killer 1435 (802.11ac 2x2 und Bluetooth)" device?
> Supported by the stock kernel (EL7)? 
> 
> --
> Thanks,
> LF
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How do I get the kernel srpm?

2018-04-30 Thread Jim Perrin


On 04/27/2018 01:35 PM, Robert Heller wrote:
> I tried to follow the work flow shown in https://wiki.centos.org/Sources, but 
> it does not seem to work:
> 
> I did this:
> 
> mkdir CentOS
> pushd CentOS
> git clone https://git.centos.org/git/centos-git-common.git
> git clone https://git.centos.org/git/rpms/kernel.git
> pushd kernel/
> git checkout c6
> ../centos-git-common/get_sources.sh
> 
> And I got the message:
> 
> Missing metadata. Please run from inside a sources git repo
> 
> What am I missing?
>   
> 

The sources in git are c7 and newer. c6 isn't shipped in git like that.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] kpartx can not detach

2018-03-07 Thread Jim Perrin


On 03/07/2018 04:48 AM, Leon Fauster wrote:
> OS: EL6 - sometimes I use 
> 
> kpartx -a /mnt/.../lvdisk.img 
> 
> to map the partitions and mount them via 
> 
> /dev/mapper/loop0pX
> 
> After using the disk (unmounting it) I noticed that 
> detaching such mapping via kpartx -d does not result 
> in freeing up the loop devices. Results: System reboots 
> shows that the filesystem where lvdisk.img is located 
> can't be unmounted. 
> 
> lsof, fuser, ps does not show any usage. Even removing the 
> device node via 
> 
> dmsetup remove /dev/mapper/loop0pX
> 
> does not help. Trying to unmount the underlying filesystem 
> still shows /mnt: device is busy.
> 
> Any other suggestions would be greatly appreciated!


Do you have an open shell/terminal session hanging out in the /mnt
directory you used?


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Ubiquiti Model UAP-AC-PRO

2018-02-15 Thread Jim Perrin


On 02/15/2018 05:41 PM, Gregory P. Ennis wrote:
> Everyone,
> 
> Have any of you installed ubiguiti wireless routers on your network?
> 

Yup, I use one at home. I'm very happy with it.

> It looks like the setup requires the use of software;  they have some
> packages that are ready made for Ubuntu and Debian, but not RedHat
> 
> https://www.ubnt.com/download/unifi/unifi-ap-ac-pro
> 
> Have any of you tried or succeeded in installation this on Centos 7.4?


Yup. It works fine, and can be fairly easily packaged up as an RPM
(although I can't redistribute the package because of the licensing).

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Notice: Check your tuned settings for a performance boost.

2017-09-24 Thread Jim Perrin


On 09/23/2017 03:52 AM, hw wrote:

> Thank you very much for the notice!  Looking at a couple machines, I found
> that the automatic choice of profile isn´t what I would want.
> 
> Now I wonder how everyone deals with this, i. e. do you set a profile once
> and never change it, or do you keep changing the profile according to
> circumstances?  Is changing it even advisable, i. e. do all the settings
> applied through a profile always take effect immediately, or may a reboot
> be required for some of them?
> 

The change is immediate, however some processes may need to be restarted.

> For example, 'virtual-host' is a good choice during the day when the server
> is being used while 'balanced' --- or even 'powersave' --- could be used at
> night when the server is idle.
> > I made entries in the crontab for this to change the profile at the
> appropriate times.  But is that a good idea?


Not really. Ultimately this is what the scheduler itself is meant to be
doing. What you've described is what the 'balanced' profile actually does.

For server users, I'd say it's a set it and forget it thing.

Laptop users who want performance when plugged in on AC, and powersave
when on battery... Those are the people who should be using something
like tlp or powertop (both in EPEL I think) to change this automatically.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Notice: Check your tuned settings for a performance boost.

2017-09-24 Thread Jim Perrin


On 09/22/2017 07:46 PM, Yves Bellefeuille wrote:
> On Thursday 21 September 2017, Jim Perrin <jper...@centos.org> wrote:
> 
>> Last week we noticed that the default scheduler isn't being set
>> properly in CentOS 7. I haven't checked this for CentOS 6, but it
>> might be worth exploring.
> 
> On my CentOS 6 system, tuned wasn't installed by default, but when I 
> installed it and followed your instructions, that did seem to improve 
> some programs' performance considerably.
> 


Glad it helped.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Notice: Check your tuned settings for a performance boost.

2017-09-22 Thread Jim Perrin


On 09/21/2017 07:02 PM, Fred Smith wrote:
> On Thu, Sep 21, 2017 at 11:45:12AM -0700, Jim Perrin wrote:
>> Last week we noticed that the default scheduler isn't being set properly
>> in CentOS 7. I haven't checked this for CentOS 6, but it might be worth
>> exploring.
>>
>> The TL;DR is unless you're running CentOS 7 on a laptop or as a virtual
>> guest, you should probably run 'tuned-adm profile throughput-performance'
>>
>> I wrote up the full details here ->
>> http://jperrin.org/centos/boosting-centos-server-performance/
> 
> Cool. thanks!
> 
> I have noticed (without being quite sure what to do about it) that
> my Centos 7 desktop (six core AMD Vishera) seems sluggish at times,
> when there doesn't seem to be much running that should be a system
> hog. I'll see if this change  helps resolve that.
> 
> Does running the command shown there make a permanent change, i.e.,
> one that survives reboot?
> 
> 

Yes. This command will drop an 'active-profile' file in /etc/tuned that
will be used and survive reboots, kernel updates, etc.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Notice: Check your tuned settings for a performance boost.

2017-09-21 Thread Jim Perrin
Last week we noticed that the default scheduler isn't being set properly
in CentOS 7. I haven't checked this for CentOS 6, but it might be worth
exploring.

The TL;DR is unless you're running CentOS 7 on a laptop or as a virtual
guest, you should probably run 'tuned-adm profile throughput-performance'

I wrote up the full details here ->
http://jperrin.org/centos/boosting-centos-server-performance/



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS-announce] Release for CentOS 7.4.1708 for AArch64/ARM64

2017-09-13 Thread Jim Perrin
I am pleased to announce the general availability of CentOS Linux 7
(1708) for AArch64/ARM64 machines.

== Changes ==
The kernel has been rebased from 4.5 to 4.11, the source for which can
be found at https://git.centos.org/summary/sig-altarch!kernel.git in the
sig-altarch7-aarch64 branch.

Additionally the following packages have been modified:

mozjs
js
libproxy
polkit
binutils

The sources for these packages can be found at
http://vault.centos.org/altarch/7.4.1708/os/Source/aarch64/Source/SPackages/


== Download ==


You can download new images and isos via
http://mirror.centos.org/altarch/7/isos/aarch64/

9c28d9f26477900dc36abd42a38c059d71b47b081a2bb6e2a30e519c092d6210
CentOS-7-aarch64-Everything.iso
d8528a83384cbb3733d3575a2a33dd0391ca8b3bdcef14b33e8cca5004059431
CentOS-7-aarch64.img.xz
3584416450c293f33f2a7aa8f9dd52dd5808f612e238a597458c1fde824540a1
CentOS-7-aarch64-NetInstall.iso
d8528a83384cbb3733d3575a2a33dd0391ca8b3bdcef14b33e8cca5004059431
CentOS-7-aarch64-rolling.img.xz
3fc69e35fce3d517adb5bcdd810ed0e85b9c17e78274c2a7ccd89bbac39ce883
CentOS-7-aarch64-rootfs-7.4.1708.tar.xz




-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-announce


Re: [CentOS] ARM support from CentOS

2017-07-25 Thread Jim Perrin
To give you a proper answer, I'd need to know if you're looking for
64bit arm (aarch64/arm64) support or 32bit armhfp support.

Assuming 64bit, we support Applied Micro's X-Gene family of processors,
Cavium's ThunderX, as well as Qualcomm's QDF 24xx line. We maintain
support for the AMD Seattle SoC as well, but that doesn't appear to be
getting updates that I know of.

We do not currently support the NXP/Freescale line, but if someone wants
to supply patches I'm happy to add them in.

On 07/25/2017 04:47 AM, Jaytirth Khairatkar wrote:
> Hello,
> I would like to know which ARM processors does CentOS support? Does it
> support Freescale/NXP?
> Thanks and regards
> Jay
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Mini PCs

2017-05-17 Thread Jim Perrin
If it had two (or more) network ports, I'd be all over it. A single
gigabit nic is a bit limiting for me.

On 05/17/2017 01:04 PM, Nux! wrote:
> Hi,
> 
> I have this and happy with it, I believe it ticks all your boxes (+ built-in 
> IR port).
> 
> http://www.intel.co.uk/content/www/uk/en/nuc/nuc-kit-dn2820fykh.html
> 
> --
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro
> 
> - Original Message -
>> From: "Robert Moskowitz" <r...@htt-consult.com>
>> To: "CentOS mailing list" <centos@centos.org>
>> Sent: Friday, 12 May, 2017 23:29:41
>> Subject: [CentOS] Mini PCs
> 
>> I have been working, for the past few years, with armv7 SOCs and have a
>> number of servers working.
>>
>> Intel, etal are catching up with ARM and I have seen ones like:
>>
>> https://www.aliexpress.com/item/NEW-Mini-pc-X86-4-Lan-Qotom-Q190G4N-with-celeron-J1900-quad-core-4-usb-VGA/32785346279.html
>>
>> I am looking for a low power (this is 10W) x86_64 board that has at
>> least 2 core and 2GB memory.  A single LAN port, a few USB and sata (not
>> mSata) that supports a 1TB drive (2.5", 5V is just fine).
>>
>> Oh, and for ~$100  :)
>>
>> Case is not necessary, as I can put it in my rack like these:
>>
>> http://medon.htt-consult.com/~rgm/cubieboard/cubietower-3.JPG
>>
>> (goal is to replace that SFF to the left).
>>
>> It looks like Qotom might have one.  It is a bit challenging to figure
>> out which units have what.
>>
>> thanks for any pointers.
>>
>>
>> _______
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to use intel-gpu-tools

2017-05-10 Thread Jim Perrin
This sort of email to the list is unacceptable, and the sender has been
moderated.


On 05/08/2017 07:24 AM, DR MW BAFFICO wrote:


<Trimmed, because there's no need to see this a second time on the
mailing list>

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS-announce] Release for CentOS 7.3.1611 on ARM64/AArch64

2017-01-04 Thread Jim Perrin
I am pleased to announce the general availability of CentOS Linux 7
(1611) for AArch64/ARM64 machines.


== Changes
The kernel has been rebased from 4.2.0 to 4.5.0, and includes several
patches recently merged into the upstream. The kernel patches and
modifications can be found at
https://git.centos.org/summary/sig-altarch!kernel.git in the
sig-altarch7-aarch64 branch.



== Download
You can download new images and isos via
http://mirror.centos.org/altarch/7/isos/aarch64/

Images and sha256sums:
1513f5325accfd32ac7973a9b24e401c829ece24da78e24d021e507e877f930e
CentOS-7-aarch64-Everything.iso
f7ae6bae6c2cc177134d7f8f3808e0f457537c4cd48a119620f50d18ff7bb908
CentOS-7-aarch64.img.xz
48776338f8c8994a9499f07e3af847253cf7235c6aac635a8418a2028ec675cf
CentOS-7-aarch64-NetInstall.iso
f7ae6bae6c2cc177134d7f8f3808e0f457537c4cd48a119620f50d18ff7bb908
CentOS-7-aarch64-rolling.img.xz
238b1ebf22a0ff894064e6ed2ac35ee02a6503657a40ad51f2eee7afc8229e75
CentOS-7-aarch64-rootfs-7.3.1611.tar.xz


== Known Issues
1. Mustang based boards must be on the most recent firmware version,
otherwise the network may lose connectivity when using 4.5.0-19+ based
kernels. Please ensure your hardware is running the most recent firmware
available to avoid network issues.

2. Merlin based boards should be on the most recent firmware version, in
order to take full advantage of recent kernel improvements.

3. Some ThunderX based boards have been reported to have MAC address
inconsistency when using older firmware versions. Please make sure you
have the most recent firmware applied to your hardware to avoid network
issues.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
https://lists.centos.org/mailman/listinfo/centos-announce


Re: [CentOS] HP Envy EFI problem after BIOS update

2016-09-14 Thread Jim Perrin


On 09/14/2016 07:40 AM, Gary Stainburn wrote:
> I had to boot my HP Envy into Win8 for the first time in ages this morning.  
> When I did that, it installed some updates including a BIOS update.
> 
> Once this was all done, once again the GRUB boot menu was gone and it booted 
> straight into Win8.  Using the advanced boot manager options in Win8 I 
> managed to get the EFI boot menu up and chose Ferdora 21.
> 
> It was only after Fedora failed to boot that I realised that this was wrong.  
> Some time ago I had replaced F21 with Centos 7 and the three Centos 7 options 
> were the ones that should be available - plus the Windows 8 boot manager.
> 
> I have managed to boot into a Centos 7 Live KDE image. In this ran efibootmgr 
> which shows the same thing.  I can fix the boot sequence, but that will not 
> get me back the Centos entries.
> 
> Can anyone suggest how I can do that?
> 

In some BIOS/firmwares you'll have the option to 'add' an entry, and you
can just point a new one to EFI/centos/shim.efi, save and be done with it.

Otherwise you can do something like:

efibootmgr -c -d /dev/sda -p 1 -L "CentOS" -l '\EFI\centos\shim.efi'


there are a couple efi files inside /boot/efi/EFI/centos, but shim is
the one to point to for secureboot to work properly.


> Gary
> 
> [root@localhost ~]# efibootmgr 
> BootCurrent: 
> Timeout: 0 seconds
> BootOrder: 2002,0002,3002,0001,2001,2003
> Boot* Internal CD/DVD ROM Drive (UEFI)
> Boot0001* Fedora
> Boot0002* Windows Boot Manager
> Boot2001* USB Drive (UEFI)
> Boot2002* Internal CD/DVD ROM Drive (UEFI)
> Boot3000* Internal Hard Disk or Solid State Disk
> Boot3002* Internal Hard Disk or Solid State Disk
> [root@localhost ~]# 
> _______
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NODEJS010-NPM is not getting installed due to dependency errors on Custom Centos ISO installation

2016-08-31 Thread Jim Perrin


On 08/31/2016 03:48 AM, SUDHANSHU BHUTANI wrote:
> Hi,
> 
> I have built successfully all the dependent packages of nodejs010 and npm.
> 
> I have used following command:-
> *rpmbuild --define 'scl nodejs010' --bb SPEC/name_of_spec.spec*

You should really use mock, so that you don't have unintended libraries
from your build host included/linked/required in the resulting rpm.
> 
> Following is the list of RPMs cloned and built from GIT:-
> 




> 
> *However, when we copy these RPMS to our ISO, anaconda installer fails
> to install due to dependency errors:-*


You should use the 'repoclosure' utility to make sure that you have met
all the dependencies of packages in the repo on your iso.



> How is it possible, to get these errors, how come packages are not
> satisfying minimum dependency for working of NPM?


repoclosure should tell you. You may be missing something scl related.


> 
> If i do yumdownloader for all these above RPMs from repo: [centos-sclo-rh]
> : http://mirror.centos.org/centos/7/sclo/x86_64/rh/nodejs010/), then i
> get following RPMs without "centos" name:-


Correct. This is an rpm macro change. by default the 'centos' is added
in there.


> 
> *If i copy paste above RPMS to my custom ISO, then anaconda
> successfully installs these packages, without any errors*


This would suggest something is wrong with your build. See previous
statement about using mock vs rpmbuild.


> *What is there is these already built RPMs (taken from repo: [centos-sclo-rh]
> : http://mirror.centos.org/centos/7/sclo/x86_64/rh/nodejs010/) which
> is not there in my built RPMS?*

That's kind of up to you to figure out, since we can't see your custom
built ones.


> Any pointers for this, as we feel, there is some inconsistency in the
> version available on git.centos.org/git/rpms/.git ?

More likely it's in your build method.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LSI SATA MegaRaid & Centos 7 build 1511

2016-07-26 Thread Jim Perrin


On 07/26/2016 12:20 PM, Fawzy Ibrhim wrote:
> Dear All;
> 
> I want to install Centos 7 latest build on NEC Server 5800/120b-2.
> 
> The installation wizard fails to detect the storage connected to LSI SATA 
> MegaRaid PCI.
> 
> Centos 5/6 were working fine with this H/W configuration but not the case 
> with Centos 7. 
> 
> 
> Please; advise.


A number of older storage and network drivers were purged from the
kernel with the release of el7. If this hardware is old enough, it's
entirely possible that it's no longer supported out of the box.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Question on 7.2 and weird characters

2016-05-24 Thread Jim Perrin


On 05/23/2016 02:09 PM, Jerry Geis wrote:
> When I run this command:
> rm /tmp/jerry.txt
> rm: remove regular file â/tmp/jerry.txtâ?
> 
> I get the a with the carrot on top...
> 
> How do I get back to the normal characters ?
> 
> echo $TERM
> linux

This may also be related to your terminal and supported language sets.
You may be using unicode UTF-8, where your terminal (I'm assuming you've
ssh'd in with putty or something) is only configured for latin-1 or
iso-8859-1.

"echo $LANG" and set your terminal emulator (like putty) appropriately.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] Wiki account, WebsiteVer2 and site docs

2016-05-23 Thread Jim Perrin


On 05/23/2016 03:42 PM, Oliver Leaver-Smith wrote:

> Hi Jim
> 
> More than happy to help out with this. I have taken a look at the open
> tickets on bugs.centos.org to see what sort of things need doing

There aren't many open tickets there, as the website hasn't had that
much focus.

> I have checked the wiki but can't find the following, apologies if I
> have missed it:
> 
> 1. Is there a mailinglist for website, or is handled by centos-docs?

There isn't a specific mailing list for the website, no. I'm fine
handling it here, unless others disagree.

> 2. What is the preferred method for submitting website changes/patches?


As of right now it's been git, but it's not been public for a variety of
reasons. I'm hoping that we can open this up a bit more and make it
completely open.

Right now the website is driven via nanoc (ruby static site generator),
and a bootstrap 3.x based theme; however there are some issues with the
layout and coding that could certainly be addressed.

Can you provide some basics for your background in development and
preferred tooling so that we can work out some common ground?

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Wiki account, WebsiteVer2 and site docs

2016-05-23 Thread Jim Perrin


On 05/20/2016 09:16 AM, Alan Bartlett wrote:
> On 20 May 2016 at 12:34, Oliver Leaver-Smith <oli...@leaversmith.com> wrote:
>> Hi there,
>>
>> Apologies first off, if this is the wrong mailing-list
>>
>> I was taking a look at ways to contribute to the project and stumbled upon
>> "help with the main CentOS website rebuild effort". The WebsiteVer2 page
>> [https://wiki.centos.org/WebsiteVer2] looks outdated though and I think the
>> rebuild is complete, apart from the docs page.
>>
>> How is best to get involved with overhauling the docs section? And if
>> relevant, can I please request a Wiki homepage for user OliverLeaver-Smith
>>
>> Many thanks,
>>
>> Oliver
> 
> As you have correctly noted, the WebsiteVer2 wiki page is ancient
> history and should either be archived or just deleted. Perhaps Jim or
> Fabian will comment, please?
> 

I'm fine with either action for that web page. That said, while the
rewrite is complete, we are still seeking someone in the community with
design skills to help out with maintaining the site, as well as future
improvements.




-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] discussions around upstream documentation

2016-05-17 Thread Jim Perrin
The Fedora team is working on moving away from docbook and xml to
asciidoc. This is a more straightforward approach in the file, with a
reasonably easy syntax to learn. This will let us keep docs in git so
that users who find something and want to fix it can simply submit a
pull request or patch to update and someone responsible can approve or
deny it.

In the future, it means that non-wiki docs should be easily consumable
and editable. That doesn't help us for the current state of
documentation, but it does help to resolve things for the future. I'm
still working on the state of the existing docs via a few contacts I
made at the docs day.

On 05/17/2016 04:07 AM, Brian (bex) Exelbierd wrote:
> Jim,
> 
> What were the outcomes from a CentOS perspective?
> 
> thank you.
> 
> regards,
> 
> bex
> 
> On 04/11/2016 06:18 PM, Jim Perrin wrote:
>> There is a Fedora Activity Day
>> (https://fedoraproject.org/wiki/FAD_Documentation_2016 ) centered around
>> documentation, where I'm going to see what can be done about the state
>> of centos documentation from upstream sources.
>>
>> Most of the tooling for documentation for these two groups is centered
>> around git. For the most part, our documentation currently lives in the
>> wiki, and has a fairly high barrier to new contributors.
>>
>> Would the regulars who contribute on the wiki consider consider
>> supporting a migration to a git based documentation workflow?
>>
>> I think this would help lower the barrier to contribution by allowing
>> new contributors to submit a pull request or patch for documentation
>> rather than join a mailing list, request access, etc.
>>
>> What are the thoughts or concerns about this sort of workflow change?
>>
>>
>>
>>
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


[CentOS] CentOS Community Posters and RH summit

2016-04-13 Thread Jim Perrin
The CentOS Project is going to be in the community space at Red Hat
Summit this year. Summit's community theme is centered around NASA's JPL
poster designs (http://www.jpl.nasa.gov/visions-of-the-future/ ) , and
we'd like to make sure that our booth is appropriately dressed, and that
our community is appropriately represented.


If you enjoy spending hours doing design work so that other people can
give it away for free, then please submit your designs! You can either
submit them to the CentOS mailing list here, or via a pull request to
our community arwork repository on github (
https://github.com/CentOS/Artwork ). The deadline for submission is
midnight Eastern Time on Monday April 25th. Thanks and lets see your ideas!


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] discussions around upstream documentation

2016-04-12 Thread Jim Perrin


On 04/12/2016 01:17 AM, Manuel Wolfshant wrote:

> +1 here. A wiki has an "edit button" , a "preview button" and a "save
> button". It's not a "commit to git, pull from git, format for wiki,
> whatever" dance. It's already hard enough that people need to create a
> wiki account, subscribe to a mailing list ( with a different account BTW
> ), announce their intention and request real access, wait for access.

Actually that's sort of the same workflow for git docs within some
systems. You can have an 'edit' button, and make changes. If you have
write access, your changes get merged immediately. If not, your changes
get created as a pull request where someone has to review it and pull it
in.

> 
> 
> 
>> Git-based doc is probably something more formalized and for tech writers
>> having to maintain an "official" doc.
>> I (in the past) had a look athttp://www.mkdocs.org/  for this (and so
>> all the .md can be in a public git repo that people can submit PR to)
>> While personally I don't mind switching to something using git in the
>> workflow, I'm wondering if such tool shouldn't be used instead to target
>> "official" docs under centos.org/docs and not the wiki. (both can be
>> complementary)
>>
>> just my 0.02$
> Another +1 here as well. Let's focus on $SUBJECT.
> The issue at hand is not the wiki ( and its workflow ) but the content
> from https://www.centos.org/docs/ which is
> a) deprecated for years
> b) unmaintainable by the community.
> There is no public info on who has access to update the above link or
> even what should ( and what should NOT ) get published there. It's
> assumed that the content should replicate ( adjusted as needed i.e.
> respecting trademarks , branding and so on plus removing/replacing
> references to the parts of RHEL not relevant for CentOS ) the content
> from upstream. However since CentOS 6 was launched, short of rumors
> around "we cannot do that because of legal stuff" nothing was ever done.
> All we have now is documentation for long long long dead releases ( 2,
> 3, 4 ) and some copies of the RHEL 5 docs, 3 or more years old. We do
> not even have a pointer along "take with a grain a salt the information
> from the upstream docs hosted at access.redhat.com" which still would be
> more than nothing and would alleviate a bit ( or at least complement )
> the need for the @docs trigger in #centos.
> 
> Before discussing tooling , IMNSHO we should focus on the actual content
> that we want/need to publish and the method to create and deliver it.
> Using publican, mkdocs or whatever method to generate web pages from
> "something" should be the result of this discussion, not the preamble.


This is mostly correct, and I worded the initial bit improperly. The FAD
meeting is specifically about 'official' documentation, which needs a
more formal structure, and a massive update.

That very likely will be git based because that's how upstream is
working, both on the RHEL side and Fedora. We can *add* to or correct
the documentation we get within that workflow. My thinking was that we
could bring some (or all) of the wiki content into that new structure,
rather than pointing people to multiple locations for docs, but that
doesn't have to happen. They can absolutely each be
standalone/complimentary resources.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


[CentOS-docs] discussions around upstream documentation

2016-04-11 Thread Jim Perrin
There is a Fedora Activity Day
(https://fedoraproject.org/wiki/FAD_Documentation_2016 ) centered around
documentation, where I'm going to see what can be done about the state
of centos documentation from upstream sources.

Most of the tooling for documentation for these two groups is centered
around git. For the most part, our documentation currently lives in the
wiki, and has a fairly high barrier to new contributors.

Would the regulars who contribute on the wiki consider consider
supporting a migration to a git based documentation workflow?

I think this would help lower the barrier to contribution by allowing
new contributors to submit a pull request or patch for documentation
rather than join a mailing list, request access, etc.

What are the thoughts or concerns about this sort of workflow change?




-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] CentOS 7.2 rootfs for i386

2016-04-06 Thread Jim Perrin


On 04/05/2016 11:23 PM, kavitha bk wrote:
> Hi
> 
> I want to build a small rootfs for 32 bit CentOS to the same I plan to
> build the entire OS
> but I see
> https://wiki.centos.org/HowTos/I_need_the_Kernel_Source
> kernel_build for 32 bit is not supported . Please let me know anybody has
> built the same


Upstream removed support for standalone i686 installs, but we've been
building/maintaining it as an alternate architecture similar to arm. You
can find the media here -> http://mirror.centos.org/altarch/7/isos/i386/

What is it specifically you're trying to do?

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] IP table Restore

2015-11-25 Thread Jim Perrin
Sorry to step in here folks, but I have moderated this user for now for
their own good. Posting credentials to a public mailing list is not
going to end well for anyone.

On 11/25/2015 03:25 PM, Siva Prasad Nath wrote:

> 
> If you wish then you can access it and able to get required info.
> 
> 
> Shiva Prasad Nath
> 92981134
> 
> On Thu, Nov 26, 2015 at 5:14 AM, Fabian Arrotin <arr...@centos.org> wrote:
> 
> On 25/11/15 21:58, Siva Prasad Nath wrote:
>>>> modinfo: ERROR: Module alias ip_tables not found. Linux
>>>> ns1.currencybooking.com 3.10.0-229.20.1.el7.x86_64 #1 SMP Tue Nov
>>>> 3 19:10:07 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
> 
> Which should be under
> 
> /lib/modules/3.10.0-229.20.1.el7.x86_64/kernel/net/ipv4/netfilter/ip_tables.ko
> ... so something else is broken on that node.
> Back to the initial question : which kind of setup is that :
> bare-metal, or a VM, VPS ? how was it installed, etc .. (because that
> ip_tables kernel module is there *by default*)
> 
> The more details you can give, the better, as at first sight that
> doesn't seem to be a normal setup
> 
> Cheers,
> 
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>>
> ___________
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum errors

2015-11-20 Thread Jim Perrin
It should be looking at /6/ instead of a specific point release. We
(CentOS) do not provide updates for individual point releases. You are
several years behind in security and bug-fix updates. Once a specific
minor version is expired, it is moved off the main mirrors and into the
vault. The current iteration of the /6/ tree is 6.7, so everything below
that is no longer available on the mirrors. Have you modified your
repository files or are they stock?

I might suggest starting off with a 'yum clean all', then running your
query again.



On 11/20/2015 11:21 AM, Wes James wrote:
> I have inherited centos 6.3 and 6.2 vms in an esxi environment.  When I do
> 
> yum provides ntpd
> 
> on the 6.3 box I get a lot of errors like:
> 
> Loaded plugins: fastestmirror, presto
> Loading mirror speeds from cached hostfile
>  * base: mirror.unl.edu
>  * extras: mirrors.cmich.edu
>  * updates: mirror.steadfast.net
> http://mirror.unl.edu/centos/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] 
> PYCURL ERROR 22 - "The requested URL returned error: 404"
> Trying other mirror.
> http://mirror.ash.fastserv.com/pub/linux/centos/6.4/os/x86_64/repodata/repomd.xml:
>  [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
> 
> Trying other mirror.
> http://mirrors.einstein.yu.edu/centos/6.4/updates/x86_64/repodata/repomd.xml: 
> [Errno 12] Timeout on 
> http://mirrors.einstein.yu.edu/centos/6.4/updates/x86_64/repodata/repomd.xml: 
> (28, 'connect() timed out!')
> Trying other mirror.
> http://mirrors.versaweb.com/centos/6.4/updates/x86_64/repodata/repomd.xml: 
> [Errno 12] Timeout on 
> http://mirrors.versaweb.com/centos/6.4/updates/x86_64/repodata/repomd.xml: 
> (28, 'connect() timed out!')
> Trying other mirror.
> 
> Why am I getting these errors?  I installed 6.4 in virtualbox and the .repo 
> files seem the same, except the 6.3 box didn’t have a fastback.repo file. 
> 
> Also why is it looking at 6.4 repos above?  When I see:
> 
> cat /etc/redhat-release 
> CentOS release 6.3 (Final)
> 
> i.e., this box is 6.3. Shouldn’t it be looking for 6.3 repo info?
> 
> Thanks,
> 
> -wes
> _______
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP version not enough for developers

2015-10-22 Thread Jim Perrin


On 10/22/2015 10:31 AM, Andrew Holway wrote:
> Hi,
> 
> So, it seems that the current version of PHP in Centos 7 is PHP 5.4.16
> however this version of PHP stopped getting security support from the PHP
> people one month ago [1].
> 
> Now, our developers want to use the new and shiny PHP because they want to
> use the latest version of Zend. They are proposing using this package [2]
> but I never heard of this repo.
> 
> Other than building the packages ourselves is there a more acceptable way
> to run a later version of PHP?
> 
> Thoughts? Experiences? Ramblings?

I'm personally not a fan of the webtatic repository. This is mostly due
to the number of users on irc who seem to have problems with it. I would
recommend either the upcoming software collections packages or the IUS
repository packages. https://iuscommunity.org/pages/About.html

IUS has been a very good/reliable way to get more recent versions of
things, and the folks responsible for it are active both on irc and in
the mailing lists.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] yum list-sec CVE

2015-09-09 Thread Jim Perrin


On 09/09/2015 12:32 PM, Raymond Durand wrote:

> Ok thanks.
> # yum updateinfo list --security
> 
> should work and return the security updates with other references then,
> right?


No. We don't validate the CVEs, so we also don't include the repodata,
as that would lead people to think we do.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrade of CentOS 6.6 to 6.7

2015-09-03 Thread Jim Perrin
Can you provide a bit more detail? What hardware are you using, what
network driver is in use, etc..

On 09/03/2015 02:52 PM, John Tebbe wrote:
> After the upgrade, I was encountering a "network unreachable" error.
> This happens on kernel versions -> 2.6.32-573.1 .1-el6.x86_64 and
> 2.6.32-573.3.1-el6.x86_64. If I revert back to
> 2.6.32.504.30.3.el6.x86_64, the problem goes away. I've been searching
> frantically without much luck. I have found references to the same error
> on bugs.centos.org but no resolution as of yet. Has anyone else
> encountered this? If so, what did you do to resolve it?
> 
> TIA,
> John
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] Russian wiki

2015-09-03 Thread Jim Perrin
That's a good question. I'll try to carve out some time to look at this
and get an answer to you soon.

On 09/03/2015 01:10 PM, Ilyas Arinov wrote:
> How can we customize menu topbar to make it sensitive to language mode?
> 
> 2015-08-24 0:38 GMT+06:00 Ilyas Arinov <arinov.il...@gmail.com>:
> 
>> Yep, I use Russian CentOS 6 and some parts of wiki (buttons, links in
>> account page, special links in changelog section etc) are on russian. But
>> it seems top menu fixed.
>>
>> 2015-08-23 23:56 GMT+06:00 Akemi Yagi <amy...@gmail.com>:
>>
>>> On Sun, Aug 23, 2015 at 10:29 AM, Ilyas Arinov <arinov.il...@gmail.com>
>>> wrote:
>>>> The top menu bar has now language dependent settings. If I click Russian
>>>> wiki from Front Page, the menu still English. Should I add russian
>>> links (
>>>> as HowTo, Tips etc) into Russian Front Page to allow Russian
>>> users
>>>> open this pages on the native language?
>>>
>>> Is your browser's language set to Russian? If it is and the menu bar
>>> is still in English, then the wiki setup may need some adjustments.
>>>
>>> Akemi
>>> ___
>>> CentOS-docs mailing list
>>> CentOS-docs@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos-docs
>>>
>>
>>
> 
> 
> 
> ___
> CentOS-docs mailing list
> CentOS-docs@centos.org
> https://lists.centos.org/mailman/listinfo/centos-docs
> 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
https://lists.centos.org/mailman/listinfo/centos-docs


[CentOS-announce] Release for CentOS 7 on AArch64

2015-08-03 Thread Jim Perrin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

We would like to announce the general availability of CentOS Linux 7
for AArch64 compatible machines.

This is the first major release of CentOS Linux 7 for ARM/AArch64
produced by the AltArch Special Interest Group. This release uses a
3.19 based kernel as well as incorporating fixes and updates provided
through-out the beta process. This release is built from sources
available at git.centos.org from the c7, c7-ppc64le, and c7-aarch64
branches.



Installation


This release provides media for a network install, as well as an
Everything ISO that can be used for USB based installation if desired.
This ISO is currently too large for standard DVD media, and so is best
used via USB media. Additionally, a compressed disk image has been
provided for rapid deployments of a development environment.


Downloads
=

Everything iso:
http://mirror.centos.org/altarch/7/isos/aarch64/CentOS-7-aarch64-Everyth
ing.iso
sha256sum:
9294f741b4d63fd858e9234b86825fd214c1a86f91b9058d4d6440f96687a7a1
NetInstall iso:
http://mirror.centos.org/altarch/7/isos/aarch64/CentOS-7-aarch64-NetInst
all.iso
sha256sum:
1cd1bab57dbc49d43efd5fe540e02147814e0facaaeae26e3bedf9a317d24d7a
Disk Image:
http://mirror.centos.org/altarch/7/isos/aarch64/CentOS-7-aarch64.img.xz
sha256sum:
43930834944b3ac9c9348cc03ca1be215f5f96f3d6bd1a4100feaa34a92c1b69


Directions and Help
===

Hardware specific installation instructions can be found at
http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64

Disk Image user/password information as well as the kickstart used to
generate it is contained README at
http://mirror.centos.org/altarch/7/isos/aarch64/ReadMe.txt


- -- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJVwEPEAAoJEBbHyC76Ca13i4gQAMJ6K4Jaju0lbnLeLUqJN9xz
4cxqM3VH3rqkMSZVHFzJis5OID8Q1DTzKsaugSxWS/FNoG7xyl1HrHqfm8i5RLii
WVZ9unxzJCIfMDPQ4Bd0AkkBgnNpFfI+0SZx1TWmbrNfcaN6qgQPzUHX03akBUh3
fSAsesMJy1WSEYz+mmStKercwJmO/bgbgQ5Y11cmcWo5S/OYBP87bpgJQCje7zUN
lZDXG+pdpq+U801MeqpXNVqUazUFN7VuXq9p+8ZwTaw9gNdPIJpwBwM5YdptELSh
2q/ORbvT6s73FkFI0FNjEOzgbCUme47J4vvhvPOw8EksyuNVFQRoAaTLCf25wJTb
VKm0ndnKMfnnjl/8+7cVkcGjJS0weavExTXqeYwxSb58jTn6E/aAa6yUj1XQkb2i
AydUBLhPzpuhvxy/G6QLJMGVUZL/fe9g+4cbMFUatp0Vyrv2GlBeCAQTSEiq8puz
76ByH3z/aXkN8qkPmlQc9ruFYidlm6l5dWT4pws1KL6lWbRC10z+SD2TVTZ2A7Eq
WE2KCvmFRL1ai2TzuIVF8WLUDtfT6P0ZzkH+guz01sCTq8GCaORyn3fX/hmnqn95
S5fAg+/IbEri4T/r84/Ervy9DekyZfGW2YTfHQX4Kp1fDd5AghYgmXAvIeAV6+Ke
4xMMY5b/TI1op1UigvYl
=+QdN
-END PGP SIGNATURE-
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] CentOS Linux for AArch64 Beta2

2015-07-06 Thread Jim Perrin
We are pleased to announce the second public beta release of CentOS
Linux 7 for the AArch64 platform.

This release contains fixes and code updates provided in the RHELSA
source code recently published to git.centos.org as well as rolling
previous updates into the installer.

We intend to have a 'Gold' release very soon unless a blocker bugs are
reported, so please test this release.


Improvements since the initial Beta
===

The 4.1rc kernel has been removed in favor of the 3.19 kernel as it
contains some additional functionality by default. The 4.x kernel will
be available later as a -plus kernel.

Installation/Everything ISO is now available. We're currently offering
an Everything ISO that can be used for usb based installation if
desired. This iso is currently too large for standard DVD media, and so
is best used via usb media.

Many updated packages, including core packages likebzip2, dbus, grub2,
libaio, and more.



Download

The full (unsigned) install tree is available at
http://buildlogs.centos.org/centos/7/os/aarch64/

Everything-ISO is available at
http://buildlogs.centos.org/centos/7/isos/aarch64/CentOS-7-aarch64-Everything-beta.iso


Installation

Installation guides and documentation will be provided via the CentOS
wiki, at http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64



Update procedures for existing installations

Because the kernel version has been rolled back from 4.x to 3.19, you
will need to take some additional steps to update.

1. yum -y update
2. yum distro-sync # This will roll back the installed kernel packages
3. yum remove kernel-core kernel-modules # cleans up kernel leftovers.
4. reboot to new kernel




Contributing

The AArch64 effort is meant to be a community effort as part of the
AltArch SIG (http://wiki.centos.org/SpecialInterestGroup/AltArch), and
we welcome enthusiasts and vendors to contribute patches, fixes,
documentation, etc. In the AArch64 Extras repository, we have provided
the mock package and dependencies so that community members can more
easily contribute, as well as testing their own builds locally. Please
submit patches, fixes, etc to the Arm-Dev list
(http://lists.centos.org/mailman/listinfo/arm-dev) for discussion and
acceptance.

We encourage vendors to come and join this effort, we have a loose
organization focused on the alternative architectures build process and
welcome interaction at the group level. Please get in touch with me
(jper...@centos.org)  or K Singh ( kbsi...@centos.org ) to find out more
details.

The wider CentOS Ecosystem is also welcome to engage with us, both at
the project and code level. If you are working with a project that
interfaces, manages or develops on top of CentOS, specially in the
virtualization, cloud, container and infrastructure management areas -
we would love to have you guys get involved. While we don't have a lot
of resources, we are working with a few vendors to build up a community
resource pool that we would encourage other projects to share their
development, testing and delivery around CentOS Linux for aarch64.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


Re: [CentOS] CentOS 7 + Dell Latitude E6420 laptop = thermal shutdown

2015-06-15 Thread Jim Perrin


On 06/11/2015 09:03 PM, deoten wrote:
 Hi,
 
 Thanks for reading this.
 
 I installed CentOS 7 (tried the latest ISO image and the previous build) on 
 the laptop and got to the point where I am logging into the desktop 
 environment and the laptop just shuts down. I check the event log in BIOS and 
 find that a thermal event has occurred and the system powered off to prevent 
 damage.
 
 I can take the same laptop with Windows 7 installed and run graphically 
 intensive tests for an hour solid and it doesn't lock up. I installed Ubuntu 
 15.04 and that seemed solid too.
 
 Is this a known issue with CentOS 7? Should I be using a particular boot 
 option?
 
 It does not seem to matter whether Gnome or KDE is chosen as the desktop 
 environment.
 
 Any help you can provide is appreciated.
 
 Thanks.


I use a dell e6420 as my daily laptop/workstation. It stays docked and
on 24/7 while at home, often running multiple vms or docker containers.
I've not experienced what you have described. The laptop does get a
little warm during certain video conference meetings, I do not have any
thermal shutdown events. I would check for fan function and speed, then
firmware for possible related updates.

If it helps, my specifics are (according to dmidecode):

BIOS Information
Vendor: Dell Inc.
Version: A19
Release Date: 06/24/2013
System Information
Manufacturer: Dell Inc.
Product Name: Latitude E6420
Version: 01
Base Board Information
Manufacturer: Dell Inc.
Product Name: 032T9K
Version: A01



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] anaconda-ks.cfg fatal

2015-06-06 Thread Jim Perrin


On 06/05/2015 02:28 PM, m.r...@5-cent.us wrote:
 Anthony Ray wrote:
 Good afternoon Support Team,
 I have discovered a disturbing error inside anaconda-ks.cfg under the
 /root directory. Examination found the config file devoid of the string
 buns. It's distressing, because I don't understand how my Anaconda can
 get anything done if it doesn't happen to have any buns.
 Please advise I need to know how to continue. Please feel free to contact
 me below.

 Mr. Mixalot
 
 Um, I give up. Troll? Spam? Someone clueless who thinks this is funny?
 
  mark, and this is not a support team (that's one that gets PAID)


Dunno. The original was filtered to spam and so I missed it. I've marked
them as moderated for now, and we'll see what happens.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS-announce] CentOS-7 beta candidate for AArch64 platforms

2015-05-27 Thread Jim Perrin
We are pleased to announce the public beta release of CentOS Linux 7 for
AArch64 compatible hardware.

We've addressed a number of issues discovered from the previous 2 weeks
of alpha testing, and feel that the release is stable enough to
transition to beta.


Improvements from Alpha
===

Improved package selection: A number of additional packages have been
added, including libreoffice, evolution, abrt, and more.

Updated kernel: Some non-fatal kernel errors have been address by moving
to a 4.1rc based kernel version. This also adds ACPI functionality to
the platform.

Improved Group selection: The installer now offers a larger group
selection from the previous minimal-only install.


Installation

Installation guides and documentation will be provided via the CentOS
wiki, at http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64


Download

The full (unsigned) install tree is available at
http://buildlogs.centos.org/centos/7/os/aarch64/



Contributing

The AArch64 effort is meant to be a community effort as part of the
AltArch SIG (http://wiki.centos.org/SpecialInterestGroup/AltArch), and
we welcome enthusiasts and vendors to contribute patches, fixes,
documentation, etc. In the AArch64 Extras repository, we have provided
the mock package and dependencies so that community members can more
easily contribute, as well as testing their own builds locally. Please
submit patches, fixes, etc to the Arm-Dev list
(http://lists.centos.org/mailman/listinfo/arm-dev) for discussion and
acceptance.

We encourage vendors to come and join this effort, we have a loose
organization focused on the alternative architectures build process and
welcome interaction at the group level. Please get in touch with me
(jper...@centos.org)  or K Singh ( kbsi...@centos.org ) to find out more
details.

The wider CentOS Ecosystem is also welcome to engage with us, both at
the project and code level. If you are working with a project that
interfaces, manages or develops on top of CentOS, specially in the
virtualization, cloud, container and infrastructure management areas -
we would love to have you guys get involved. While we don't have a lot
of resources, we are working with a few vendors to build up a community
resource pool that we would encourage other projects to share their
development, testing and delivery around CentOS Linux for aarch64.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


Re: [CentOS] Upgrading to CentOS 7

2015-05-19 Thread Jim Perrin


On 05/19/2015 09:12 AM, Timothy Murphy wrote:
 Johnny Hughes wrote:
 
 On 05/19/2015 07:43 AM, Timothy Murphy wrote:
 I read in http://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool

 Warning: use of this tool is currently not recommended as several
 system- critical packages are of a higher version number in CentOS 6.6
 than they are in CentOS 7 so those do not get upgraded correctly. This
 renders yum and several other system tools non-functional.

 Does this still hold?
 It seems to me a bit pointless to offer a tool
 with the warning that it does not work.
 
 It is not pointless, some people want to do it.

 I would not use it.
 
 First of all, thank you very much, Johnny, for all your work.
 You are doing a fantastic job.
 
 However, I find your answer here a little odd.
 It's a bit like the surgeon saying, I wouldn't have this operation,
 but if you want it just lie back.
 

That's not far from the truth. Upstream, this tool supports a very
limited scope, and has a rather substantial pre-upgrade test to
determine how feasible it is. Since we don't differentiate between
Server, Workstation, etc it's a bit more interesting for us to say yeah
sure you can totally run this. If you add 3rd party packages into the
mix, it gets even crazier.

 The best way to do any major update is to backup your data, install the
 OS, bring back your data and make all the newer services (if you are
 moving things like databases or web directories, etc.).

 Some people want to take shortcuts to this procedure, and with enough
 effort, that tool can work.  But to me, there is too much effort and
 there are too many older packages left around as clutter, so I would
 never do it.
 
 If it would take you a lot of time and effort to clean up after the upgrade
 I can't imagine how long it would take me.

If you have a good config management environment set up, rolling out a
new build to replace older systems is much easier than walking through
an update on each system. I really recommend people use ansible, chef,
puppet.. whatever they're comfortable with to do some basic automation.


 Red Hat released this, so we rebuilt it .. that does not mean one should
 use it.
 
 Strange.

It's a feature people have wanted/demanded for years. It doesn't make it
sane, just popular.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [CentOS-announce] CentOS-7 disk images for AArch64 Platforms

2015-05-15 Thread Jim Perrin


On 05/14/2015 03:39 PM, Always Learning wrote:
 
 On Thu, 2015-05-14 at 14:25 -0500, Jim Perrin wrote:
 We've produced a disk image intended to help hardware vendors and
 enthusiasts who are interested in bringing CentOS to their AArch64 based
 platform. This allows a vendor to bypass the installer or to edit the
 disk image before booting in order to test kernel modules or options. It
 is intended for development purposes only, and will only continue
 through the alpha and beta test phases.
 
 Does this mean it may be possible to run basic version of C5, C6 and C7
 on Arm64* CPU systems ?  Presumably this will include the Raspberry Pi ?
 
 

No. What I'm working on is 64bit/ARMv8 only. If you want something
that's similar form factor to the rpi, you might check out

https://www.96boards.org/products/hikey/

It *should* run on that. I haven't tested this yet, so I can't say for
certain. I should have one of these fairly soon though, and will then be
able to give a definite answer.

Fabian is working on an ARMv7(32bit) build that will support things like
the odroid, and rpi2.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] https everywhere.

2015-05-15 Thread Jim Perrin


On 05/15/2015 02:49 PM, Matthew Miller wrote:
 On Fri, May 15, 2015 at 03:44:39PM -0400, James B. Byrne wrote:
 What are the plans for the CentOS repos with respect to authentication
 and https everywhere?  At the moment it is a trivial exercise to
 perform a MTM attack during a yum update over http.
 
 Since the packages themselves are signed, what risk are you concerned
 about?
 

Not only are the packages signed, but we're now offering signed
repository metadata as well.

HTTPS is an incremental improvement, but is by no means a silver bullet.
Look at the superfish fiasco if anyone thinks otherwise.

The other side to this is many people update from outside .centos.org.
Who's cert would you use for mirrors.kernel.org/centos/7/os/x86_64/ for
example?





-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Firefox 38 and Older TLS sites

2015-05-14 Thread Jim Perrin
This type of response to the list is unacceptable, and will result in
moderation or removal from the list if it continues.

On 05/14/2015 07:36 AM, Hal Wigoda wrote:
 Learn English.
 
 On Wed, May 13, 2015 at 10:35 AM, Johnny Hughes joh...@centos.org wrote:
 
 On 05/13/2015 06:57 AM, Tris Hoar wrote:
 On 13/05/2015 11:12, Johnny Hughes wrote:
 All,

 Red Hat released the source code for Firefox 38.  We have (or willbe
 today) releasing this for CentOS-5, CentOS-6, and CentOS-7.

 It does not, by default, connect to https sites with TLS less than 1.2.
 This means it will not connect to sites on CentOS-5, for example ..
 there are many others.

 In any event, here is a wiki article that explains potential issues and
 workarounds:

 http://wiki.centos.org/TipsAndTricks/Firefox38onCentOS


 Hi Johnny,

 My reading of https://access.redhat.com/node/1422403 is Firefox 38 will
 connect to sites using TLS 1.0 and 1.1. But ONLY if the server correctly
 negotiates the connection. This should only effect sites that close the
 initial connection due to not understanding TLS 1.2.

 A quick test connecting to a RHEL5 server over HTTPS with Firefox 38
 shows it has established a TLS 1.0 connection so this should not really
 effect CentOS 5.


 You are correct, it will not automatically negotiate a downgrade only.
 Thank goodness.  Still will impact a lot of sites, but not all non TLS 1.2.

 Thanks,
 Johnny Hughes


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


 
 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS-announce] CentOS-7 disk images for AArch64 Platforms

2015-05-14 Thread Jim Perrin
We've produced a disk image intended to help hardware vendors and
enthusiasts who are interested in bringing CentOS to their AArch64 based
platform. This allows a vendor to bypass the installer or to edit the
disk image before booting in order to test kernel modules or options. It
is intended for development purposes only, and will only continue
through the alpha and beta test phases.



## Download

http://buildlogs.centos.org/centos/7/isos/aarch64/


## Considerations

 * This image is 12GB when uncompressed. Please ensure you have enough
   free space

 * The default root password is 'centos'. Please see the readme in the
above directory for the kickstart used to create the image.

 * You will need to add the appropriate boot information in a UEFI entry
   after using this image, since the installer traditionally handles
   this.


## Burning the image to disk

You may simply dd this image to disk, however for the sake of ensuring
that it is written correctly, we recommend the following command. Please
replace the image-name and target device with the appropriate values for
your environment.


```
dd if=image-name.img of=/dev/sdX bs=2m conv=fsync  sync;
```

## Growing the disk image.

The root partition of this image was intentionally placed at the end of
the image so that it could be easily grown. A simple command for growing
the image is listed below


```
sudo sgdisk -e -d4 -n4:0:0  /dev/your-device
```


## Examining and editing the image

The kpartx tool is very handy for manipulating disk images. Some example
commands are below. Please read the documentation for kpartx before you
modify the disk image.


 * kpartx -l CentOS-7-1503-aarch64.img # List partitions in the image
 * kpartx -a -v CentOS-7-1503-aarch64.img # Add partition mappings
 * mount /dev/mapper/loop1p1 /mnt # mount the first partition to /mnt
 * umount /mnt # unmount /mnt, obviously.
 * kpartx -d -v CentOS-7-1503-aarch64.img # remove partition mappings


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


Re: [CentOS] VPN connection before login

2015-05-01 Thread Jim Perrin


On 04/30/2015 03:42 PM, Tim wrote:
 Hi all,
 
 is there a possibility to connect to a VPN manually before login on CentOS 
 desktop (Gnome). I know of a similar functionality in Windows.

This is reasonably vpn specific as to the type, and configuration
allowed. Can you be more specific?

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos security update

2015-04-30 Thread Jim Perrin


On 04/30/2015 03:38 AM, Venkateswara Rao Dokku wrote:
 Hi,
 
 I have php 5.4.16 php in my centos 7 machine  when I searched over
 internet I could see it is effected by some vulenrabilities. So I wanted to
 upgrade my PHP to 5.6.x, but did not find procedure for it.
 
 When I tried yum upgrade php, it says no packages marked for update
 
 Can you please give me some pointers so that I can continue.
 


Security fixes are backported. Don't focus so much on the version
numbers. See https://access.redhat.com/security/updates/backporting/



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CENTOS not DoD approved

2015-04-28 Thread Jim Perrin


On 04/28/2015 06:05 PM, Akemi Yagi wrote:
 On Tue, Apr 28, 2015 at 3:10 PM, Johnny Hughes joh...@centos.org wrote:
 
 CentOS is not approved for DOD use.  In fact, CentOS is not now, nor has
 it ever been *certified* for anything.  Certifications require people to
 PAY to certify a product.

 Specifically, EAL4 Certification, a requirement for the DOD, costs up to
 2.5 million dollars .. see this link:

 http://en.wikipedia.org/wiki/Evaluation_Assurance_Level#Impact_on_cost_and_schedule

 That cost would be for each main version of CentOS (2.1, 3, 4, 5, 6, and
 7) .. so the cost to have all 6 previous major versions certified would be:

 6 x $2.5 Million =  $15 Million dollars.

 Since CentOS is given away for free ... I can't afford to pay 15 million
 dollars to have it EAL4 certified .. can anyone on this list?

 Certifications and security testing and assurance, along with a Service
 Level Agreement for fixing bugs is why people who require any of those
 things need to buy RHEL.
 
 Incidentally, someone has just started a thread related to DoD in the
 RH community discussion session entitled, A DoD version of RHEL - A
 money maker for RH? Maybe! :
 
 https://access.redhat.com/comment/913243
 



There have been similar requests in the past. At one point someone on
forge.mil was working on a rebuild which met STIG requirements, but
there were all sorts of issues with that. While I'm not in sales, I feel
safe in speculating that RH's sales folks work rather hard to make sure
the DOD as a whole stays happy.

Jason and Johnny are both right, because the DOD is a rather large
entity with a stupidly complex array of regulations. What works in one
command doesn't always fly in another even within a branch, let alone
jumping between branches.

TL;DR. Answer varies wildly on approval because the DOD is a GIANT
organization with multiple levels of interwoven regulations, networks,
and varied systems.

Article is a bit dated, but I don't imagine the situation has improved
since I stopped doing Defense consulting.

http://www.wired.com/2010/10/read-em-all-pentagons-193-mind-numbing-cyber-security-regs/




-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Thread moderation and warning: [ Real sh? Or other...]

2015-04-28 Thread Jim Perrin
This thread has spiraled out of control and will be dealt with. I will
again speak with people privately. Some are repeat offenders and may
have their contributions to the mailing list moderated.


Please keep to the topic posted by the original author, and keep the
list technical in nature.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos security update

2015-04-24 Thread Jim Perrin


On 04/24/2015 04:21 AM, Venkateswara Rao Dokku wrote:
 Hi,
 
 I was using CentOS 7 and when I ran some custom commercial security scan on
 my machine, I found about 122 vulnerabilities.
 
 Can you help me on how to get security upgrades on top of my existing
 CentOS?

The short answer: 'yum update'

The long answer: nearly all commercial scanners test via version number,
not actual vulnerabilities. You can take the list of 'vulnerable'
packages and the related CVEs and 'rpm -q package --changelog | grep
-i cve' to see that it's been addressed.

Alternatively, upstream maintains a cve database at
https://access.redhat.com/security/cve/ where you can search the CVE and
match related (or newer) versions.

I have a very long profanity-laden rant about commercial scanning
software and practices that I'll spare folks from. TL;DR it's all
terrible, and the vendors have little to no incentive for fixing it.



Note: we (CentOS) do not validate CVE closure separately. We rebuild
source provided by RH, assuming that they have done the due diligence.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7

2015-04-22 Thread Jim Perrin


On 04/22/2015 07:52 AM, Jerry Geis wrote:
 Two quick questions:
 
 1) I have not found where I can set the workspaces to 1, not 4.
 Where is that.
 

gnome-tweak-tool - shell - Dynamic workspaces (ignore the 'off'
setting) and set 4 - 1.

 2) My install (text mode only) seems to be using F1 as X11, I have
 to switch to ALT-F2 to get a login prompt. What controls that?
 X is not running, this is a console only.

systemd somewhere. I've not dug far enough into that.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 5 tls v1.2, v1.1

2015-04-16 Thread Jim Perrin


On 04/16/2015 04:49 AM, Eero Volotinen wrote:
 How about using gnutls?

Not in the version included with EL5 as I recall.

You might want to give some serious thought to an upgrade plan. El5 goes
EOL in 2017, so you've got a little over a year. Additionally, EL5 is
already missing security updates because they weren't deemed important
enough - http://lists.centos.org/pipermail/centos/2014-November/148008.html



 
 Eero
 16.4.2015 12.46 ip. Leon Fauster leonfaus...@googlemail.com kirjoitti:
 
 Am 16.04.2015 um 11:43 schrieb Eero Volotinen eero.voloti...@iki.fi:
 Is there any nice way to get tlsv1.2 support to centos 5?
 upgrading os to 6 is not option available.


 Unfortunately not.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] gnome rebase

2015-04-13 Thread Jim Perrin


On 04/11/2015 02:29 PM, Laurent Wandrebeck wrote:
 
 Jerry Geis ge...@pagestation.com a écrit :
 
 Just wondering if there is a way to get the gnome rebase
 stuff for gnome 3.8 to 3.16 now? (heard it was coming in 7.2)
 
 Looks like rebase for 7.2 will be 3.14 and not 3.16.
 For example, https://bugzilla.redhat.com/show_bug.cgi?id=1174597
 

 I'm playing with centos 7.1 and would like to use gnome 3.16.
 is there a way to start playing with that now?
 
 The only way would be to take F22 src.rpm, and recompile it AFAIK.
 It promises a lot of fun…
 Maybe someone would have already copr’ed or obs’ed it ?
 

Indeed.
https://copr.fedoraproject.org/coprs/jmliger/gnome316-upstream/builds/

It looks like some of the builds failed, so YMMV. Also the usual support
disclaimers of if it breaks you get to keep both pieces.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [CentOS-announce] Release for CentOS Linux 7 (1503 ) on x86_64

2015-04-02 Thread Jim Perrin



On 04/02/2015 01:28 PM, Phelps, Matthew wrote:



Soliciting our feedback *before* changing everything regarding release
names would
have been nice.


We did.

http://lists.centos.org/pipermail/centos-devel/2015-February/012873.html



--
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [CentOS-announce] Release for CentOS Linux 7 (1503 ) on x86_64

2015-04-02 Thread Jim Perrin



On 04/02/2015 02:29 PM, Phelps, Matthew wrote:

On Thu, Apr 2, 2015 at 3:25 PM, Jim Perrin jper...@centos.org wrote:




On 04/02/2015 01:28 PM, Phelps, Matthew wrote:



Soliciting our feedback *before* changing everything regarding release
names would
have been nice.



We did.

http://lists.centos.org/pipermail/centos-devel/2015-February/012873.html




WE'RE NOT ON THE DEVEL LIST!


WHY NOT?



Yes, I'm shouting.


I DON'T KNOW WHAT WE'RE YELLING ABOUT


Seriously though, the change was brought up over a month ago on the 
-devel list. When we're asking for feedback about possible changes, it's 
on the -devel list, because it's about the development of the distro. If 
you want to give input for the direction of the distro, that's the place 
to do it. I would encourage anyone who's interested to join.


--
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Building a newer glibc RPM for CentOS 6 and installing into an alternate path

2015-03-31 Thread Jim Perrin


On 03/31/2015 11:12 AM, Les Mikesell wrote:
 On Mon, Mar 30, 2015 at 9:47 PM, Alfred von Campe alf...@von-campe.com 
 wrote:

 Tell your vendor you want a centos 6 version of the library, it's really
 not a huge ask, esp if you are paying them. If they say no, do a new
 install of centos 7 and run it on a different box. It's the only reasonable
 thing to do, and if you do anything else and make anyone else support it,
 you are a bad person.

 I’m not quite ready to move to CentOS 7 yet.  I would have to upgrade about
 80 desktops, a couple of dozen VMs, and a handful of servers.  That’s after
 some extensive testing to make sure all our applications and cross compilers
 run on CentOS 7.  I realize the dependency hell a newer version of glib would
 cause, but I want to at least try it.
 
 Isn't this the problem that docker was invented to solve?


Yes, you could address this with docker quite easily, depending on the app.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] Docs strategy and tactics [RFC]

2015-03-16 Thread Jim Perrin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 03/12/2015 04:59 PM, Karsten Wade wrote:

much snipping

 That would allow for us to mirror content to github.com/CentOS and 
 people could use Prose.io for editing and pull requests to submit 
 content. We would sync all that back to git.centos.org.
 

The last I looked at Prose.io, it wanted more privilege than I was
comfortable giving it. That said, keeping docs in git (and leveraging
github for drive-by contributions) allows us to validate pull requests
for documentation and version the documents in a sane fashion. I'm in
favor of this aspect.

My only question is, how do we determine what goes in the wiki vs what
goes in git? The flow/format between the two is a bit different. Or is
this development the first step in the transition away from the wiki
to another medium?




- -- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBAgAGBQJVByHhAAoJEBbHyC76Ca13+NAP/1mwXQdV9sPTl2CCTUBQ3zze
lgyAlo8fP2oQqjdXgWzFFG6guYjK5Lepp1/hzo1uSPXdQ0qUTUTRE+8O5jTaAoBE
TS5IrrJRfeoDSoZkdCqGjrz974JU6feWuEbbdi7E7JVnQFqSzCS7MIccw66VN/YH
AUezk1939ByqWntK/aN7r7iFz4U7OFOUXq8GrOnPc7ktKwrsv8xUrdhXOY6w15lA
4ccApVy1fK9RNJNMZHFPfSXCWBDkXco9vOTg2XUIgF8fC27CKSAbumnI0mAYo+Ue
Hz4BUAdZOx1PG5Zhh9MCsiCZ6xkia7piIfHu6hD8G955c5JH3KnzSBmCRPaHxbv7
XX7sBJwR66LMI1RwWH4yfSuQQ3shhp9r2kxkPpNhB7bj70qR4/oQcOJSkwTV2OtR
mjM7hOXh5wGRWCbsJajQ+bYBnEMHLUWhGWg1oaeWWhhF7sutsSCqgwVcS4bVCu8i
uQyvhxgIJhJZWfFR2jTgoJgrMHwceoSjBS9K8DLEmWqu5edpIk/xoPSiWuwDfU46
auSqtYBfPztPLKvmq6gzkR/YniFZXdCLSyP/nowbsnoDkKoveNnh42bRGybM7ckg
j0UL2Uxk3C+EOd1AMiFNNqRoDVy0+WsfwOwFJsSif3JjXJtXwHKjEnkPf2k2cSFD
XoictwEmTJH50dzI9DOS
=C+5k
-END PGP SIGNATURE-
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] dhclient.conf

2015-03-04 Thread Jim Perrin


On 03/03/2015 04:32 PM, Pol Hallen wrote:
fig, centos keep only ip from dhcp server (not gw, not dns)
 
 where is dhclient.conf? I need to create it? If yes, where're the
 default options?

The dhclient.conf file doesn't exist by default in more modern versions
of CentOS. You'll need to create it in /etc/dhcp, or by putting the
requested options in /etc/dhcp/dhclient.d

For CentOS 7, it should be safe to use
http://pkgs.fedoraproject.org/cgit/dhcp.git/plain/README.dhclient.d as
guidelines should you choose the latter route.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Glibc sources?

2015-03-01 Thread Jim Perrin


On 02/27/2015 12:49 PM, ANDY KENNEDY wrote:
 All,
 
 Please excuse any ignorance in this e-mail as I am not a RH/CentOS/Fedora 
 user and may
 blunder my way through the correct terminology for my request.

No problem.

 I'm tasked with reconstructing the CentOS version of the GlibC library for 
 testing with
 gethostbyname().  My mission is to show that we are not affected by the 
 latest exploit for
 the product we are shipping targeted for RHEL and CentOS.  To do so, I want 
 to equip
 gethostbyname() with additional code.

Do you plan on shipping this updated glibc as part of the product, or is
this simply for testing? If you plan to distribute/ship an updated
glibc, that's probably going to raise a few eyebrows and anger a few
sysadmins.

 My objective is to rebuild from source the EXACT version of GlibC for CentOS 
 6.6.
 Afterwards, I will make my changes in the code, rebuild and complete my 
 testing.
 
 libc.so.6 reports:
 GNU C Library stable release version 2.12, by Roland McGrath et al.
 Copyright (C) 2010 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.
 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
 PARTICULAR PURPOSE.
 Compiled by GNU CC version 4.4.7 20120313 (Red Hat 4.4.7-11).
 Compiled on a Linux 2.6.32 system on 2015-01-27.
 Available extensions:
 The C stubs add-on version 2.1.2.
 crypt add-on version 2.1 by Michael Glad and others
 GNU Libidn by Simon Josefsson
 Native POSIX Threads Library by Ulrich Drepper et al
 BIND-8.2.3-T5B
 RT using linux kernel aio
 libc ABIs: UNIQUE IFUNC
 For bug reporting instructions, please see:
 http://www.gnu.org/software/libc/bugs.html.
 
 But, when looking through the source code for this version on the CentOS 
 servers I only see:
 http://vault.centos.org/6.6/updates/Source/SPackages/
 [ ]   glibc-2.12-1.149.el6_6.4.src.rpm07-Jan-2015 22:45   15M 
  
 [ ]   glibc-2.12-1.149.el6_6.5.src.rpm27-Jan-2015 23:13   15M 
  
 
 Please point me to the correct source tarball, and all required patches so 
 that I can
 reconstruct my loaded version of GlibC.  A yum command is also acceptable.

Those src.rpms contain the source and the patches. You may want to read
over http://wiki.centos.org/HowTos/RebuildSRPM for info.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Kickstart with multiple eth devices

2015-02-25 Thread Jim Perrin
overly trimmed

On 02/25/2015 01:56 PM, Ashley M. Kirchner wrote:
 Ok, so some of this now works, but I'm still having problems. With the
 bootif option, the system now correctly configures and uses the same
 interface to get its kickstart file. However, when the system is done and
 boots up, the interfaces are still messed up. So this is what I have in the
 kickstart file:

What version of CentOS 6 is this?

 In the PXE config file I have:
 
 IPAPPEND 2
 APPEND ks=http://192.168.x.x/ks/portico.ks initrd=centos/x86_64/initrd.img
 ramdisk_size=10 ksdevice=bootif

 As soon as I *remove* the additional ethernet card, the system will boot up
 with the ports configured correctly (port 1 = eth0, port 2 = eth1). So why
 is it that as soon as there is an additional one, all things go to hell?
 Why must the boot process shuffle them? More importantly, how do I prevent
 this so that the system comes up properly after a kickstart install?
 

The reason I ask the version, is this is exactly the sort of thing that
biosdevname is designed to solve. With biosdevname, you get devices like
'em1, em2, p6p1', which aren't as friendly as 'eth0' but also keep names
sane and avoid the hair-tearing issues you're experiencing currently.
You don't appear to be adding anything via your append line that would
disable biosdevname, so I must assume you're using a much older 6 base
install.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Transparent GNOME Terminal in CentOS 7?

2015-02-24 Thread Jim Perrin


On 02/22/2015 11:10 PM, Niki Kovacs wrote:
 
 
 Le 22/02/2015 16:19, Johnny Hughes a écrit :
 terminator in the Nux!dextop repo for C7 has transparent backgrounds.


Might also be worth mentioning that supposedly around the 7.2 timeframe,
gnome is scheduled to be bumped to a more modern version.
https://bugzilla.redhat.com/show_bug.cgi?id=1174442

In theory this should put transparent terminal support back in
gnome-terminal.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] debuginfo versioning tools?

2015-02-18 Thread Jim Perrin


On 02/17/2015 02:20 PM, Les Mikesell wrote:
 Are there any tools to help assemble libraries and debuginfo to
 examine core dumps that happened on another host where the versions
 don't match?  Something like mock but build-version specific and with
 the debuginfo packages pulled in?
 


I'm not sure of a one-step 'chroot-friendly' way to do this. You could
probably script this up by abusing debuginfo-install's --installroot
option after some minor chroot prep-work.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] Where is the official doc for CentOS 7

2015-02-15 Thread Jim Perrin


On 02/14/2015 12:36 PM, Tom Sorensen wrote:
 I bugged Jim about this daily on IRC for a bit, and he had gotten some
 tractIon from legal, but that was several months ago.
 
 Again, a link to http://docs.redhat.com would be nice if nothing else.


With 6, the licensing changed to cc-by-sa which means we could copy
them, *if* we keep them intact. It's unclear if trimming the javascript
and some html constitutes a 'change'. Based on how Scientific copies[0]
them in their TUV directory, I'd say 'yes it does'. Oracle also does not
modify the content, instead hosting the pdf version of the documentation
while providing their own additional documentation.

With EL-7, the licensing is even less clear, and SL appears to not host
any of the 7 docs. I don't know if they've asked RH about licensing or not.


0 -
ftp://ftp.scientificlinux.org/linux/scientific/documents/tuv/6/index.html



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


[CentOS] list moderation transparency

2015-02-14 Thread Jim Perrin
I've had a few people ask me privately Why hasn't X been told, which
seems a legitimate question on the surface. Here's what has happened
thus far:


I've sent a few people emails off-list with examples of what I feel to
be inappropriate posts to the list since the announcement. I don't see
any need yet for a 'public name and shame' style posting. I prefer to
handle matters with a bit of discretion in a direct, and private manner
out of respect for members on the list.

tl;dr, just because you don't see it publicly doesn't mean we're not
taking corrective action.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Thread moderation and list etiquette (Reference - Another Fedora Decision)

2015-02-11 Thread Jim Perrin
Hi,

The thread titled Another Fedora Decision is rapidly turning into a
political and opinion driven flame fest that is unsuited for the CentOS
mailing list. This list should try and remain focused on CentOS, what we
have and keep the area sane for new users as well as old hands to
participate in a fair and thoughtful conversation around the CentOS
Linux platform and the CentOS project ecosystem.

We are, from this point on, considering moderating all content posted to
that thread.

Furthermore, consider this to be a wider general request - specially to
the list regulars - to be considerate and thoughtful in their responses.
General 'me too' and 'yes' or 'no' type posts are not needed. Similarly,
if you must correct someone, do it politely without making it into a
personal attack. Finally, if content in a conversation changes from the
original post - please change the thread and start a new one.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] docs update suggestions for docker and related packages

2015-02-03 Thread Jim Perrin


On 02/02/2015 11:00 AM, Karanbir Singh wrote:
 On 02/02/2015 04:21 PM, Lokesh Mandvekar wrote:
 What's the best place to update the docs/howto for docker and related
 packages on centos?

 Could I add to http://wiki.centos.org/Cloud/Docker?highlight=(docker) or
 is this for the rhel-recompiled docker? Also, what about docker-registry?
 Does that need a new page?
 
 I am not sure if Docker needs to be in /Cloud - maybe /Containers might
 be a better place. Either that, or under the HowTos maybe ?


I put it under Cloud initially but I'd be fine with it being under
/Containers/ or something similar.

I'd also think that the registry deserves a separate page, maybe
/Containers/DockerRegistry or whatever.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] What happened to the default iptables rules on the minimal install of CentOS6 x86_64

2015-01-16 Thread Jim Perrin


On 01/15/2015 01:04 PM, Jason Pyeron wrote:
 Sometime ago the minimal install stopped putting a default 
 /etc/sysconfig/iptables file which allowed only ssh, why the change?
 

There was a thread on this shortly after 6.6 came out. The TL;DR version
of the mailing list thread is contained in the bugzilla entry and
comments linked below:

https://bugzilla.redhat.com/show_bug.cgi?id=1161682




-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Hardware raid LSI Megaraid not working since Centos 6.6

2015-01-15 Thread Jim Perrin


On 01/14/2015 08:00 AM, Philippe BOURDEU d'AGUERRE wrote:
 Le 14/01/2015 14:43, Nux! a écrit :
 You should open perhaps a bugzilla issue with redhat about this.
 
 Is it possible to post in Redhat bugzilla without a Redhat support
 contract ? Even when using Centos ?

Yes, anyone can file a bugzilla report. It's separate from the paid
customer support ticketing system. There's no SLA or obligation to
respond to bugzilla as there is for paid support tickets.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] When will CentOS Publish Errata?

2015-01-06 Thread Jim Perrin


On 01/06/2015 12:03 PM, Liam O'Toole wrote:

 Thanks for all that. My contribution was in response to the question Is
 there some official communication channel between the CentOS Project and
 Red Hat? I should have trimmed more carefully and saved you some
 keystrokes.


Nope. We're still air-gapped from the RHEL business units. We have lines
of communication to other RH community projects, but nothing that would
line up with this thread.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] http://www.centos.org/ Help menu anchor

2015-01-05 Thread Jim Perrin


On 01/05/2015 10:21 AM, PatrickD Garvey wrote:

 I was wondering, should I be filling a bug report for these typos?


You can if you'd like, as it's a bit easier for me to track long-term. I
have several things in the air at any one time, so I tend to be a bit
distracted and might overlook it.

I'm working toward converting the current site from a nanoc based static
generator to using middleman. Once this is done, I'm planning to open
the git repo for public cloning, so in the future you'd be able to
simply submit a patch/pull request.

If you're good with ruby, and some of the more 'hipster' static site
languages (sass, haml, etc), I could certainly use a hand.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] www.CentOS.org Home page Events

2015-01-05 Thread Jim Perrin


On 01/03/2015 05:08 PM, PatrickD Garvey wrote:
 Isn't it time to put a link to
 http://wiki.centos.org/Events/Dojo/Brussels2015 on the www.CentOS.org Home
 page?

Yes, but I was hoping we'd have the schedule/tracks up before I posted
it to the website.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] Can't create an account on bugs.centos.org

2014-12-09 Thread Jim Perrin


On 12/09/2014 10:36 AM, Akemi Yagi wrote:
 On Tue, Dec 9, 2014 at 5:41 AM, Akemi Yagi amy...@gmail.com wrote:
 On Tue, Dec 9, 2014 at 1:32 AM, samuel samuel.verstra...@gmail.com wrote:
 Hi,

 I want to report a bug on bugs.centos.org. But I'm unable to register a new
 account. The register page keeps returning:
 Session variable 'captcha_key' not found.
 
 Hope someone fixes it quickly. Jim? Until then, there will be no bugs!


This appeared to be due to the mantis security update with 1.2.18. I've
removed the captcha requirement. The user requirement now requires email
click-thru validation so it should be working now as Akemi says.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] centos.org contacts in page footer are missing

2014-12-04 Thread Jim Perrin


On 11/27/2014 08:01 AM, Petr Spacek wrote:
 Hello,
 
 I would like to propose to add a Contact us link to centos.org web site. The
 page footer currently looks like this:
 
 © 2014 The CentOS Project | _Legal_
 
 Unfortunately, even the Legal link does not contain any useful address. It
 took me a while to dig centos-docs@centos.org and it would be much more
 convenient to encourage users to report problems with the site without forcing
 them to dig deep for contacts.
 
 I hope this could help to make contribution easier.
 
 Have a nice day!
 

Yep. Also a good suggestion. I'll put this in place as well.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] Xorg installation broken under docker

2014-11-11 Thread Jim Perrin


On 11/11/2014 04:51 AM, Wander Costa wrote:
 Hi,
 
 I have been trying to build a docker image to run unit tests for the B2G 
 project [1]. However when I try to install Xorg I get this error [2].
 I have been searching on web but is still not clear for me if this is an 
 issue or if I should proceed like this link [3] says.
 Any idea?
 


Yes, one of the packages you're attempting to install requires systemd
as a dependency and so you would need to follow the instructions in that
blog. You might still run into some issues even then, if you're trying
to display X from the container on the host.

If you'd like, I have a centos-systemd container already built
(following that blog post) that you could try.


a 'docker pull centos/c7-systemd'  should get you what you need:

reference url: https://registry.hub.docker.com/u/centos/c7-systemd/



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Xorg installation broken under docker

2014-11-11 Thread Jim Perrin


On 11/11/2014 12:45 PM, Daniel J Walsh wrote:


 We need to get systemd-container into the default centos image.
 We are working on this for RHEL7 also.  That way these problems
 can be prevented and we can make it easier for people to run systemd
 within a container.

If the source for it is public, I would happily do this, as the current
systemd/fakesystemd issue causes a fair amount of breakage. Where can I
pull systemd-container source/spec?


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] EPEL bug squashing day 2 Dec 2014

2014-11-09 Thread Jim Perrin
Leading up to the upcoming orphan removal in EPEL, the EPEL Steering
Committee is organizing a Bug Squashing Day.

There are 3 main purposes to this day:

1. Identifying owners willing to take over orphaned packages
2. Bug triage, feedback, or fixing various bugs through patch
submission, etc.
3. Last but not least, we'll be covering the testing of various packages
which need feedback. Additionally it would be helpful to begin
establishing a baseline for package testing, to establish what features
should be tested when providing feedback for packages.


If you have a FAS account and would like to participate, please keep an
eye on the EPEL devel mailing list as more information will be provided.


https://lists.fedoraproject.org/pipermail/epel-devel/2014-November/010453.html


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CROSS-LIST Notice: Changes in EPEL

2014-11-05 Thread Jim Perrin


On 11/05/2014 01:04 AM, Michael Schumacher wrote:
 Hi,
 
 Tuesday, November 4, 2014, 1:43:50 PM, you wrote:
 
 TL;DR: There are a large number of orphaned/unmaintained packages in
 EPEL across the 5, 6, and 7 trees. These packages will be removed from
 EPEL unless they are picked up by a packager. Packages that *depend* on
 an orphaned package will be removed as well to ensure repo-closure.
 
 sorry for being so ignorant. I try to figure out what impact that has
 on a running system. I expect that this package cannot be updated from
 now on, but I hope that nothing catastrophic for an existing
 installation happens.
 
 Is that assumption correct?

As far as package installation goes, Jake outlined most things quite
well. What's being ignored is that this depends on the package. These
packages aren't maintained, so no one is checking them to see if there
are security issues associated with them. If what you have installed is
a service or application that is exposed to the outside world, then you
have the possibility for exploit in the older, unmaintained version.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CROSS-LIST Notice: Changes in EPEL

2014-11-05 Thread Jim Perrin


On 11/05/2014 12:36 PM, Kahlil Hodgson wrote:
 Also note, the announcement is not very clear on which EL version is
 being orphaned.
 For example, python-boto is being orphaned, but it appears that this
 is only for EL5.


The announcement includes links to each version, 5,6 and 7. The package
lists are different for each. Being removed in 5 doesn't automatically
mean it's gone from 6 or 7. People will need to check the lists for each
version they run.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CROSS-LIST Notice: Changes in EPEL

2014-11-04 Thread Jim Perrin
If you use the EPEL repository, please read
https://lists.fedoraproject.org/pipermail/epel-announce/2014-November/32.html

TL;DR: There are a large number of orphaned/unmaintained packages in
EPEL across the 5, 6, and 7 trees. These packages will be removed from
EPEL unless they are picked up by a packager. Packages that *depend* on
an orphaned package will be removed as well to ensure repo-closure.


Please review the package lists to see if something you use is impacted.
If you're impacted and you have the required skills, please consider
taking over ownership of the package.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] openvpn client and KDE Network Manager - with CentOS7

2014-10-27 Thread Jim Perrin


On 10/27/2014 01:13 PM, CS DBA wrote:
 Hi All,
 
 I am switching from Fedora20 to CentOS7 since I now run all my Linux
 development in a VM and I get a more robust feature set (i.e. shared
 folders with the host that just work, etc)
 
 The only issue I have thus far is VPN connections. Looking at what's
 installed on my old Fedora install I suspect I need these packages:
 
 kde-plasma-nm-vpnc
 kde-plasma-nm-openvpn
 NetworkManager-openvpn
 NetworkManager-vpnc
 
 However none of these are available in CentOS7, Note I have the centos
 extras and the EPEL repos enabled.  I suspect that I need rpmfusion but
 I don't see that rpmfusion has a repo for CentOS7...


The OpenVPN packages are in epel, and the vpnc packages are in the Nux
Desktop repo.

NetworkManager-openvpn.x86_64
1:0.9.8.2-4.el7.1

 @epel

NetworkManager-vpnc.x86_64

1:0.9.9.0-6.git20140428.el7.nux
 nux-dextop




 Anyone have any thoughts? Can I simply install the centos6 rpmfusion repo?

Nope. This would make bad things happen.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] A request for help managing wiki permissions

2014-10-25 Thread Jim Perrin
Akemi, Alan Bartlett, Christoph, and Trevor have been added to the
AdminGroup on the wiki, and should now have the ability to handle
granting permissions as well as leading content direction.

Thanks to everyone who volunteered.

On 10/24/2014 03:33 PM, Jim Perrin wrote:

 Thanks to everyone who's volunteered. I need to test the implementation
 bits and hope to have this in place by COB monday.
 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Contribution request: Automatic Bug Reporting Tool

2014-10-24 Thread Jim Perrin
You should have the appropriate access to do this now.

On 10/24/2014 03:22 AM, Jakub Filak wrote:
 JakubFilak
 Automatic Bug Reporting Tool
 7. Tools and Applications
 
 I think CentOS Tips and Tricks-7. Tools and Applications is good place for 
 the ABRT topic, because I want to briefly introduce the ABRT project, add 
 links
 to the upstream documentation and describe several common use cases.
 
 I Would also like to setup a personal page.
 
 
 Kind regards,
 Jakub
 ___
 CentOS-docs mailing list
 CentOS-docs@centos.org
 http://lists.centos.org/mailman/listinfo/centos-docs
 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


[CentOS-docs] A request for help managing wiki permissions

2014-10-24 Thread Jim Perrin
Long story short, the core team doesn't need to be in the business of
micro-managing wiki permissions. We've not been that good at it during
the best of times, and as the 6.6 build process is showing we've clearly
let some stuff slip without following up on it appropriately here.


What I'd propose is that 3-4 people who have been around the
distribution a while (perhaps John Dennison and some others) volunteer
to take over handling access to the wiki. This will be implemented as
soon as we have enough trusted people to make it happen.

If you're willing to participate and you're known to us, please
volunteer in this thread.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] A request for help managing wiki permissions

2014-10-24 Thread Jim Perrin


On 10/24/2014 11:46 AM, Jim Perrin wrote:

 If you're willing to participate and you're known to us, please
 volunteer in this thread.


Thanks to everyone who's volunteered. I need to test the implementation
bits and hope to have this in place by COB monday.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] Lenovo RD-340 E2420

2014-10-22 Thread Jim Perrin


On 10/22/2014 06:44 PM, donais wrote:
 I'm trying an installation of Centos-7 on a Lenovo RD340 E2420 with a
 raid 10 and a key for raid 5 controller
 The installation stop at this line found on the debug
 18:56:36,657 WARNING kernel:[111:138491] device mapper: ioct: error
 adding target to table
 
 Is the any experience over this kind of problem
 

Please don't hijack existing threads with new questions. Start a brand
new thread so it's easier to find in the archives. It's also more polite
to the original poster.


-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Fwd: A CentOS list favor, please: an ethtool question

2014-10-21 Thread Jim Perrin


On 10/21/2014 02:37 PM, Les Mikesell wrote:

 
 Hi, Les,
 
May I ask you to forward this to the list? I know I got one email from
 Karanbir after he modded me so that I couldn't post to the list... but
 in the last week, I've tried emailing Johnny, and I also sent one to
 Karanbir, figuring that if he was moderating me, I'd send a post to him
 to moderate, and got a response from neither... and I'm suspecting that
 any email I send to *any* address at centos.org goes to /dev/null, and
 he seems to have forgotten me altogether.


Or we're a tad busy with getting 6.6 built, tested and out the door
(among other tasks).

Please don't circumvent the mod status for the mailing list.




-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] redhat-lsb

2014-10-10 Thread Jim Perrin


On 10/10/2014 12:55 PM, Les Mikesell wrote:
 I've noticed that some systems don't have redhat-lsb or even
 redhat-lsb-core installed and as a side effect, the ocsinventory agent
 reports them as 'linux' instead of Centos with the release version.
 Also, where it is installed and ocsinventory does pick up the name, it
 doesn't include Centos (pre-7.x) in the 'all Linux' grouping because
 the name is just CentOS and unlike 'Red Hat Enterprise Linux, or 'SUSE
 Linux Enterprise Server' which include Linux in the name.
 
 Anyway, a few questions:
 
  Is there some reason to omit redhat-lsb-core from any of the install groups?

The GIANT list of dependencies.


  Why is there such a big list of dependencies?  (glibc-devel,
 gdbm-devel, perl-CGI, etc., seem odd as 'standard requirements').

LSB itself is a list of requirements. It mandates specific binaries
which are spread over a variety of packages.

   Even more so for the full redhat-lsb package?  Why are things like
 qt and ghostscript pulled in by dependencies?


Because the LSB standards gods demand tribute and sacrifice.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 7 + SystemD + Predictable Network Interface Names

2014-09-24 Thread Jim Perrin


On 09/24/2014 09:44 AM, Alessandro Baggi wrote:
 On 09/24/2014 10:20 AM, Reindl Harald wrote:


 Am 24.09.2014 um 16:04 schrieb Alessandro Baggi:
 I'm trying Centos7 and using systemD. I've noticed that interfaces
 name does not have anymore eth0,eth1, ethN but a
 different name.

 What do you think about predictable network if name assigned by systemd?

 nothing, hence net.ifnames=0 biosdevname=0 as kernel
 params and use eth0, eth1 as all the decades before

 
 From your answer seems to be better avoid this.


It's entirely personal opinion. Some avoid it, others use it with no
problems.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Critical update for bash released today.

2014-09-24 Thread Jim Perrin
You should 'yum update' as soon as possible to resolve this issue.


Here's why you should care:

https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/


Links to the centos updates:

CentOS-5:
http://lists.centos.org/pipermail/centos-announce/2014-September/020582.html

CentOS-6:
http://lists.centos.org/pipermail/centos-announce/2014-September/020585.html

CentOS-7:
http://lists.centos.org/pipermail/centos-announce/2014-September/020583.html



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] embedding video into the wiki pages

2014-09-23 Thread Jim Perrin


On 09/23/2014 05:55 AM, Karanbir Singh wrote:
 hi guys
 
 Ive got the videos from Paris Dojo now processed up and ready to go -
 the plan is to get them into the CentOSProject youtube channel.
 
 however, i was wondering if there is a way to embedd the video into the
 wiki pages as well. We can then have the videos for all the sessions (
 or the ones we managed to record proper ) ready to view right in place


You can do this via an iframe I think.
Something like:

[[HTML(iframe src=your youtube video link width=10px
height=10px/iframe)]]

obviously using sane sizes and the proper url.



 that also means we end up promoting the wiki rather than the youtube
 channel, which might be good
 
 

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] centos 5.10 has 2 DVDs?

2014-09-17 Thread Jim Perrin


On 09/17/2014 04:41 AM, Tom Poe wrote:
 Does the install of Centos5.10 prompt to insert disc2?  What's on the
 second disc?

It can, but most likely it won't. Disk2 is mostly language packs and
assorted rarely used packages.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] repoquery -f does not work well.

2014-09-16 Thread Jim Perrin


On 09/15/2014 11:46 PM, dE wrote:
 Hi.
 
 I've found inconstancy between output of repoquery and rpm. I was
 looking forward towards apache php 5.4 module which must provided by
 some package SCL (can someone tell me?).

Software collections are provided in a different directory. querying for
/etc/whatever or /usr/whatever won't work, as scls live under /opt/rh

For 6, the package is httpd24.x86_64, php54-php.x86_64 etc are the scl
packages. To use them, you'd need to install the
centos-release-SCL.x86_64 which enables the repositories.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Extraneous option in sshd_config?

2014-09-16 Thread Jim Perrin


On 09/16/2014 02:39 PM, Sergio Belkin wrote:
 Hi,
 
 I've found the option in CentOS 7 in sshd_config file
 
 #Host *.local
 #   CheckHostIP no
 
 I think that option is for ssh_config, not for sshd_config. Please correct
 me if I'm wrong.


You're not wrong. Would you please file a bug? (preferably both with us
and upstream, and crosslink)



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] Suggested additions to the wiki on the V6 to V7 upgrade page

2014-09-09 Thread Jim Perrin


On 09/08/2014 11:47 PM, Bert wrote:
 Hi Jim
 
 My WikiName is BertGarrett-Tuck
 Alias is BertNZ


I've added you to the
http://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool page.

You should be able to make your changes there.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] elrepo problem?

2014-09-09 Thread Jim Perrin


On 09/09/2014 10:49 AM, Les Mikesell wrote:
 So much for elrepo being a painless way to get working Nvidia drivers...

This isn't elrepo's fault.

The glibc update changes the location of the ldconfig binary. It's still
in root's path, but anything that had a hardcoded path as a requirement
will break.

The original glibc package provides both /usr/sbin/ldconfig and
/sbin/ldconfig, while the updated package only provides /sbin/ldconfig.




 
 Yum update (or just update glibc) says:
 
 -- Processing Dependency: /usr/sbin/ldconfig for package:
 nvidia-x11-drv-304xx-304.123-1.el7.elrepo.x86_64
 -- Finished Dependency Resolution
 Error: Package: nvidia-x11-drv-304xx-304.123-1.el7.elrepo.x86_64 (@elrepo)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-55.el7.x86_64 (@anaconda)
Not found
Updated By: glibc-2.17-55.el7_0.1.x86_64 (updates)
Not found
  You could try using --skip-broken to work around the problem
 
 What do those 'not found's mean?


It means there's no more /usr/sbin/ldconfig provided in the newer packages.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-docs] Suggested additions to the wiki on the V6 to V7 upgrade page

2014-09-08 Thread Jim Perrin


On 09/06/2014 02:54 AM, Bert wrote:
 Hi
 
 I've reviewed and am performing some tests for the V6 to V7 preupgrade
 assistant.  I have some suggestions for the wiki page.
 
 I have started a google doc with some suggested additions. They will most
 likely be added to as I discuss stuff with the dev mailing list.
 Whoever is responsible for maintaining the upgrade guide page on the wiki,
 could you give me some feedback please.
 
 Here's a shared doc link.  Can copy/paste if Google Docs is too problematic.
 
 https://docs.google.com/document/d/1YMmrhmT6NR2naBnAmR5B6a8Ay8Xv9-0ORp7m-nt8QPw/edit?usp=sharing


A cursory check shows these to be reasonably sane (except for the pipes
into 'more' :-P )

Anyone have objections to adding Bert for the contribution on this page?

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Suggested additions to the wiki on the V6 to V7 upgrade page

2014-09-08 Thread Jim Perrin


On 09/06/2014 02:54 AM, Bert wrote:
 Hi
 
 I've reviewed and am performing some tests for the V6 to V7 preupgrade
 assistant.  I have some suggestions for the wiki page.
 
 I have started a google doc with some suggested additions. They will most
 likely be added to as I discuss stuff with the dev mailing list.
 Whoever is responsible for maintaining the upgrade guide page on the wiki,
 could you give me some feedback please.
 
 Here's a shared doc link.  Can copy/paste if Google Docs is too problematic.
 
 https://docs.google.com/document/d/1YMmrhmT6NR2naBnAmR5B6a8Ay8Xv9-0ORp7m-nt8QPw/edit?usp=sharing


What's your wiki username? I'll add you to the acl.

-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] Yum cant find kernel-pae

2014-09-08 Thread Jim Perrin


On 09/08/2014 12:52 PM, Bob Metelsky wrote:
 Hi I have a dell 770
 bios sees 8g


There isn't a PAE kernel for x86_64. There isn't a separate PAE kernel
for i386/i686 anymore as with c6, PAE is an install requirement.



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Ifconfig ipv6:permission denied.

2014-09-07 Thread Jim Perrin


On 09/07/2014 03:24 AM, dE wrote:
 Hi!
 
 I installed CentOS 7 today, it's a minimal install, so it didn't have
 ifconfig command. So I installed net-tools, however I can't add ipv6
 address to it.

The cool kids are all using 'ip' these days since ifconfig is deprecated.

 
 # ifconfig enp0s3 add fc00::1002/124
 SIOCSIFADDR: Permission denied.
 
 Yes, I'm running as root.


Is the device under NetworkManager control (this is the default)?



-- 
Jim Perrin
The CentOS Project | http://www.centos.org
twitter: @BitIntegrity | GPG Key: FA09AD77
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


  1   2   3   4   5   6   7   >