Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Greg Lindahl
On Tue, Dec 15, 2015 at 04:29:12PM +0100, Zdenek Sedlak wrote:

> Thank for the explanation. When did this change? I always believed the
> running daemon is not touched by rpm/yum...
> 
> IMHO this is a dangerous behaviour because of possible configuration
> changes which need to be merged first...

The change was made years ago. From the lack of screaming, you can
tell that rpm is being reasonably clever about it.

Apache, for example, checks its config syntax before restarting: man
apachectl, see 'graceful' and 'restart'.

-- greg

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


[CentOS] CentOS 7, yum-cron

2015-12-15 Thread m . roth
Hi, folks,

   Our bastion host decided to update itself in the middle of the night,
which gave at least one user issues.

   So, the question is why?

   In both /etc/yum/yum-cron-hourly.conf and /etc/yum/yum-cron.conf,
apply_updates = no.

   Has anyone else seen this?

 mark

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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread m . roth
Digimer wrote:
> On 15/12/15 11:10 AM, m.r...@5-cent.us wrote:
>> Traiano Welcome wrote:
>>> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
 On 15/12/15 10:17 AM, Traiano Welcome wrote:
>
> Is it possible to upgrade from CentOS 6.7 to CentOS 7?
>> 
Oh, btw, the plan I gave nine or ten years ago, as published in the old
SysAdmin Magazine, you can read at


mark "damn, I've got to convert that to html one of these days"

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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Gordon Messmer

On 12/15/2015 08:51 AM, Greg Lindahl wrote:

The change was made years ago. From the lack of screaming, you can
tell that rpm is being reasonably clever about it.


I can find no evidence that rpm does anything of the sort.  httpd 
restarts on upgrade because its maintainers included a command to do so 
in the %posttrans scriptlet.



Apache, for example, checks its config syntax before restarting: man
apachectl, see 'graceful' and 'restart'.


httpd checks its configuration syntax before *reloading* which is not 
what happens during an rpm upgrade.  An upgrade will run "systemctl 
try-restart", which stops and starts the service if it is running.

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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Digimer
On 15/12/15 11:00 AM, Traiano Welcome wrote:
> Hi Digimer
> 
> 
> On Tue, Dec 15, 2015 at 6:54 PM, Digimer  wrote:
>> On 15/12/15 10:43 AM, Traiano Welcome wrote:
>>> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
 On 15/12/15 10:17 AM, Traiano Welcome wrote:
> Hi All
>
> Is it possible to upgrade from CentOS 6.7 to CentOS 7?
>
> I  see there is some attempt at an upgrade tool available, but it's
> apparently broken:
>
> https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool
>
> Would anyone be able to recommend a manual upgrade procedure to
> upgrade a minimal CentOS 6.7 system to one or other version of CentOS
> 7?
>
> Many thanks in advance,
> Traiano

 Given how radically the OS changed, I would strongly advice against it.
 The move from sysvinit to systemd alone is enough to recommend against
 an upgrade.
>>>
>>>
>>> So it's not possible under any circumstances?
>>
>> I suppose anything is possible with enough time and effort, but I
>> strongly recommend against it.
>>
>> CentOS is a server OS and as such should be used in a manner that
>> provides maximum reliability. An upgrade in general introduces avoidable
>> risk. An upgrade from 6 to 7 would induce far more risk than usual.
>>
>> Much safe to setup centos 7 fresh and migrate services over in a
>> controlled fashion.
> 
> I'm aware and appreciative of these risks. However, given the unique
> situation I need to address, it's worth spending the time needed to
> attempt this.
> If some tweaking, and a moderate amount of head-wall contact is
> required, that's ok.
> 
> If there is any method that provides a reasonable approximation of
> success, I'd be thankful if you could point me to it.

I don't know what you should do, as I have never and would never attempt
this. Given that there are (so far failed) attempts to write an upgrade
program, I am not too confident at the chances of success.

Honestly, just stay on CentOS 6. It will be supported until 2020.

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without
access to education?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread m . roth
Traiano Welcome wrote:
> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
>> On 15/12/15 10:17 AM, Traiano Welcome wrote:
>>>
>>> Is it possible to upgrade from CentOS 6.7 to CentOS 7?

>> Given how radically the OS changed, I would strongly advice against it.
>> The move from sysvinit to systemd alone is enough to recommend against
>> an upgrade.
>
> So it's not possible under any circumstances?

Let me offer you one option: *IF* you have enough space on your
filesystems, you could:
mkdir /boot/old /old
zsh
zmodload zsh/files
mv /boot/* /boot/old/
mv /usr  /old/
mv /lib* /old/
sync
sync
And go into the installer. If you have a problem, you can go back

   mark

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


Re: [CentOS] Centos 6: qemu-kvm: Install guest win10 on host Centos 6

2015-12-15 Thread Gordon Messmer

On 12/15/2015 02:30 AM, Dario Lesca wrote:

My question is: there is some way to install on Centos 6 up to date
Windows 10, or I must upgrade / install Fedora 23 server (qemu-kvm-
2.4.1-3.fc23.x86_64)


I don't know about 6, but I can offer that I'm running a Windows 10 Pro 
installation on CentOS 7 and haven't seen any problems.

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


Re: [CentOS] File Share Problem Between SAMBA AND WINDOWS 7

2015-12-15 Thread Gordon Messmer

On 12/15/2015 05:04 AM, Erkin Aka wrote:

But when i create a new folder, the owner of the folder is seen as 
“#User300012”instead of the real samba user.


Are you running winbind?  In an AD environment, this is normally the way 
to map UIDs to windows usernames.


Do other files owned by "ege" show the correct user ownership?

What does "getfacl" output for the new folder you created?  What does 
"getfacl" output for other files owned by "ege"?



How can i fix thisowner of folder problem. Because of this problem i can’t use 
the quota forusers.


That's probably not true.  Quota accounting is not dependent on Windows 
clients' ability to correctly resolve a UID to a name.

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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread m . roth
Digimer wrote:
> On 15/12/15 11:10 AM, m.r...@5-cent.us wrote:
>> Traiano Welcome wrote:
>>> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
 On 15/12/15 10:17 AM, Traiano Welcome wrote:
>
> Is it possible to upgrade from CentOS 6.7 to CentOS 7?
>> 
 Given how radically the OS changed, I would strongly advice against
 it.
 The move from sysvinit to systemd alone is enough to recommend against
 an upgrade.
>>>
>>> So it's not possible under any circumstances?
>>
>> Let me offer you one option: *IF* you have enough space on your
>> filesystems, you could:
>> mkdir /boot/old /old
>> zsh
>> zmodload zsh/files
>> mv /boot/* /boot/old/
>> mv /usr  /old/
>> mv /lib* /old/
>> sync
>> sync
>> And go into the installer. If you have a problem, you can go back
>
> How would the move from the old to new grub work, particularly in
> reverse if needed?

Actually, I was copying part of our internal instruction checklist for
upgrading via rsync. For that, we have one machine that's been updated to
the new release. Then, on the one to be updated, we mkdir /new /boot/new,
then
rsync -HPavzx --exclude=/old --exclude=/var/log/wtmp $machine:/. /new/.
rsync -HPavzx $machine:/boot/. /boot/new/.

After doing the zsh stuff - that loads it all into memory, and it won't
gag when you do the moves, mv /boot/. /boot/old/, and /. /old, then mv
/boot/old/new/. /boot/, and /old/new/. /

Given that, you can always mv /. /old/new, and /boot/. /boot/new, rsync,
and you're back.

Is that clear as mud? The whole idea is the os and boot is moved into the
./old, and the new into the real locations.

   mark


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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Digimer
On 15/12/15 11:10 AM, m.r...@5-cent.us wrote:
> Traiano Welcome wrote:
>> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
>>> On 15/12/15 10:17 AM, Traiano Welcome wrote:

 Is it possible to upgrade from CentOS 6.7 to CentOS 7?
> 
>>> Given how radically the OS changed, I would strongly advice against it.
>>> The move from sysvinit to systemd alone is enough to recommend against
>>> an upgrade.
>>
>> So it's not possible under any circumstances?
> 
> Let me offer you one option: *IF* you have enough space on your
> filesystems, you could:
> mkdir /boot/old /old
> zsh
> zmodload zsh/files
> mv /boot/* /boot/old/
> mv /usr  /old/
> mv /lib* /old/
> sync
> sync
> And go into the installer. If you have a problem, you can go back
> 
>mark

How would the move from the old to new grub work, particularly in
reverse if needed?

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without
access to education?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] boot thumbdrive with CentOS 7 ISO???

2015-12-15 Thread ken

On 12/14/2015 06:32 PM, Johnny Hughes wrote:

On 12/14/2015 04:53 PM, ken wrote:

On 12/14/2015 05:29 PM, Frank Cox wrote:

On Mon, 14 Dec 2015 17:16:42 -0500 ken wrote:


How?  I downloaded two (larger) of the three Centos 7 ISOs I could
find... the only ones I could find.  (I listed on names of the ISOs
in my first post to this thread.)


http://mirror.centos.org/centos/7/isos/x86_64/0_README.txt

That lists the different images that are available.  I use the Live
Gnome CD image to boot the machine, then click on Install to Hard
Drive icon, install that, then remove the stuff that I don't want and
install what I do want afterward.

A nice side-effect is that you get to test your hardware
compatibility before going through all of the song and dance to
actually install the operating system.


It's good to that.  I've just tried that seven times (three different 
flashdrives 'dd' using different USB ports, then created one CD) and the 
media test failed each time. I wish those downloads listed cksums/md5sums.





I just started downloading
http://buildlogs.centos.org/centos/7/isos/x86_64/CentOS-7-livecd-GNOME-x86_64.iso,
one of the newer (July 2014) gnome livecd things.  Weird that the newer
ISOs seem to be broke.

Thanks to everyone to help figure out how all this works.


The newer isos work fine.  The fact that there was a key problem SOUNDS
like your Firmware has an issue with our secureboot key.  Sometimes a
firmware update fixes bad CA certs from the OEM.


I checked the BIOS firmware just a couple days ago, the latest version 
was already installed.  So the laptop out of the carton was fine.





We just released 7.1511 (based on RHEL 7.2 Sources) .. I extensively
tested the secureboot/uefi installs on 3 separate machines from 3
manufacturers (Dell, HP, Lenovo).

Download either of these ISOs (whichever one you want to use .. they all
work when doing dd to copy to a usb key and they all do secure boot):

http://isoredirect.centos.org/centos/7/isos/x86_64/

(Pick a mirror close to you)

You want one of the ISOs listed here:

http://mirror.centos.org/centos/7/isos/x86_64/sha256sum.txt

If you want to know what each ISO does, read this:

http://mirror.centos.org/centos/7/isos/x86_64/0_README.txt


It's good to have all this info  together in one  email.

On the other hand, people should know the Minimal really sucks:


* No dual-boot set up.  It just blithely wiped out the ability to boot 
up Windows.  At some point I'm going to have to recover my Windows 
install because of this install.  Every Linux install I've ever done-- 
out of hundreds of them and going back to 1992-- has gracefully and 
easily set up a dual-boot.  The README should at minimum mention that. 
Better yet, the install's name should be given "Non-dual-boot.iso".


* The resultant OS was text only.  I.e., it wouldn't run init 5... 
trying to do so would cause to hang.


* Maybe the above problem was due to bad coding somewhere-- the entire 
OS horked a couple times... then I finally saw error code saying, 
"kernel panic".  I haven't gotten one of those in decades.


Geez, what a terrible ISO distro!


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


Re: [CentOS] Postfix and LDAP

2015-12-15 Thread Alexander Dalloz

Am 14.12.2015 um 21:42 schrieb Ranbir:

Hi Everyone,

I thought I'd try asking here before joining the postfix mail list
since I'm running postfix on a CentOS 7 box.

I want to look up accounts via LDAP (an IPA server also on CentOS 7). I
created an "ldap_aliases" file and successfully tested it with the
postmap command: I can get the email address for an arbitrary user.
But, when I add the very same file to main.cf, I don't see anything in
the normal or debug logs for postfix that would indicate postfix is
even trying to do a ldap lookup.


Can you please provide the "postmap -q ran...@thesandhufamily.ca 
ldap:/etc/postfix/ldap_aliases" call output? I guess 
"ran...@thesandhufamily.ca" (from log below) is the alias and not the 
result of the alias.



Here are the relevant configs:

# Virtual domains
virtual_mailbox_base = /var/spool/mail
virtual_mailbox_maps = hash:/etc/postfix/virtual_mailbox
virtual_mailbox_domains = thesandhufamily.ca
virtual_alias_maps = hash:/etc/postfix/virtual,
hash:/etc/mailman/virtual-mailman, ldap:/etc/postfix/ldap_aliases


Plain main.cf excerpts are not useful to debug a failure situation. At 
least run yourself "postconf -n" to make sure that what you intend to 
configure is really set for Postfix. In case this thread goes on, paste 
it here.


What cannot be concluded from your config is how you achieve LMTP 
delivery. virtual_transport being used?



NB: I believe I don't need to use ldap for virtual_mailbox_maps and 
virtual_mailbox_domains, but I could be wrong.


Correct, you can mix different map types.


All I get is errors like this:

Dec 14 09:53:35 mailman01 postfix/lmtp[31011]: A968CC2516D: 
to=, relay=10.200.5.24[10.200.5.24]:24, delay=1.1, 
delays=0.78/0/0.01/0.27, dsn=5.1.1, status=bounced (host 10.200.5.24[10.200.5.24] said: 550 
5.1.1  User doesn't exist: ran...@thesandhufamily.ca (in 
reply to RCPT TO command))


Not your Postfix refuses the mail but the host on IP address 10.200.5.24 
does that on the LMTP listener. That system, the mail storage server 
does not know the mailbox "ran...@thesandhufamily.ca". So, should 
"ran...@thesandhufamily.ca" exist there or should that address have been 
translated by the virtual_alias_maps?



Am I supposed to enable something else in postfix to make ldap work? What I've 
read about this seems to indicate I'm doing it correctly.


If the manual postmap lookup succeeds, then the map type is supported. 
You can query the possible map types with "postconf -m". Postfix on 
CentOS 7 is compiled agains LDAP, thus the ldap map type is supported.


Alexander

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread Gordon Messmer

On 12/15/2015 11:26 AM, m.r...@5-cent.us wrote:

Really? There's no systemd target to restart it, and graphical.target
doesn't do it? Um.


Why do you think that?

# systemctl status gdm.service
gdm.service - GNOME Display Manager
   Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
   Active: active (running) since Sun 2015-11-01 17:15:13 UTC; 1 months 
13 days ago
  Process: 1477 ExecStartPost=/bin/bash -c TERM=linux /usr/bin/clear > 
/dev/tty1 (code=exited, status=0/SUCCESS)

 Main PID: 1391 (gdm)
   CGroup: /system.slice/gdm.service
   ├─ 1391 /usr/sbin/gdm
   ├─21476 /usr/libexec/gdm-simple-slave --display-id 
/org/gnome/DisplayManager/Displays/_0
   └─21481 /usr/bin/Xorg :0 -background none -verbose -auth 
/run/gdm/auth-for-gdm-oJdseR/database -seat seat0 -nolisten tcp vt1


# systemctl restart gdm.service

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


Re: [CentOS] boot thumbdrive with CentOS 7 ISO???

2015-12-15 Thread Gordon Messmer

On 12/15/2015 10:15 AM, ken wrote:


It's good to that.  I've just tried that seven times (three different 
flashdrives 'dd' using different USB ports, then created one CD) and 
the media test failed each time. I wish those downloads listed 
cksums/md5sums.


As far as I can tell, they do:
http://mirror.confluxtech.com/centos/7/isos/x86_64/

Various sums for the ISOs, and signatures for the sum file.


It's good to have all this info  together in one  email.

On the other hand, people should know the Minimal really sucks:

* No dual-boot set up.


CentOS is a rebuild of Red Hat Enterprise Linux, whose target use case 
is business servers and workstations.  Dual-boot is not a typical or 
supported use case for RHEL.


Dual-boot can be set up manually by editing /etc/grub.d/40_custom:

   menuentry "Windows" {
   set root='(hd0,1)'
   chainloader +1
   } 



Adjust (hd0,1) to match the partition number where Windows is installed.

Run "grub2-mkconfig -o /etc/grub2-efi.cfg"

* The resultant OS was text only.  I.e., it wouldn't run init 5... 
trying to do so would cause to hang.


I don't recall who recommended that you use the Minimal ISO, but it was 
bad advice.  Minimal is useful to experienced admins who want to build a 
very small system image with only the specific packages they need.  It 
can be used to build a desktop system, but that's a lot of work (or 
knowledge).


You would have been better off with CentOS-7-x86_64-DVD-1511.iso or 
CentOS-7-x86_64-LiveGNOME-1511.iso (or KDE).  I apologize on everyone's 
behalf for not contradicting that advice.


* Maybe the above problem was due to bad coding somewhere-- the entire 
OS horked a couple times... then I finally saw error code saying, 
"kernel panic".  I haven't gotten one of those in decades.


There's not much to go on there.  We have no idea what caused the panic, 
whether it was a bug or not.



Geez, what a terrible ISO distro!


I don't think that's a fair assessment.  CentOS (and RHEL) is one of the 
most stable systems I've ever used.


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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Gordon Messmer

On 12/15/2015 07:17 AM, Traiano Welcome wrote:

I  see there is some attempt at an upgrade tool available, but it's
apparently broken:
https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool


https://fedoraproject.org/wiki/Upgrading_Fedora_using_package_manager?rd=Upgrading_Fedora_using_yum

Using "yum --releasever=7 distro-sync --downloadonly", then switching to 
single-user mode and "yum --releasever=7 distro-sync" you *might* be 
able to do it.  However, you should test this on another system or in a 
virtual host.  I've never done it, and it's highly likely to have problems.


You should be aware that the purpose of the centos upgrade tool is to 
identify and warn the user about known problems with an upgrade. Because 
Anaconda installations are highly customizable, it's impossible for any 
of us to tell you if an upgrade will work.  There are too many things 
that might not on your system, which we have no way of knowing.


I don't know what keeps you from doing a clean install.  Anything I can 
imagine that might convince you that this is a good idea, makes this a 
really bad idea.  If you don't have backups, this is an extremely bad 
idea.  If you're trying to minimize down time or work, this is an 
extremely bad idea.

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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread m . roth
Digimer wrote:
> On 15/12/15 11:10 AM, m.r...@5-cent.us wrote:
>> Traiano Welcome wrote:
>>> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
 On 15/12/15 10:17 AM, Traiano Welcome wrote:
>
> Is it possible to upgrade from CentOS 6.7 to CentOS 7?
>> 
 Given how radically the OS changed, I would strongly advice against
 it.
 The move from sysvinit to systemd alone is enough to recommend against
 an upgrade.
>>>
>>> So it's not possible under any circumstances?
>>
>> Let me offer you one option: *IF* you have enough space on your
>> filesystems, you could:
>> mkdir /boot/old /old
>> zsh
>> zmodload zsh/files
>> mv /boot/* /boot/old/
>> mv /usr  /old/
>> mv /lib* /old/
>> sync
>> sync
>> And go into the installer. If you have a problem, you can go back
>
> How would the move from the old to new grub work, particularly in
> reverse if needed?

Was just reading Alice's post, and it struck me a safe way would be for
the o/p to do a clean install on a different machine, then do the rsync's
I mention.

Several gotchas: don't forget to copy the old /etc/ssh/ssh_host* to the
new /etc/ssh/, check the ifcfg-, /etc/udev/rules.d/, and, if the new
system is different hardware, rebuild the initrd *before* you reboot. You
can also edit /boot/device/grub whatever the damn grub2 thing is, also
before reboot.

Or edit on the boot, get it up, and rerun grub2-install.

  mark


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


Re: [CentOS] boot thumbdrive with CentOS 7 ISO???

2015-12-15 Thread ken

On 12/15/2015 01:50 PM, Gordon Messmer wrote:

On 12/15/2015 10:15 AM, ken wrote:


It's good to that.  I've just tried that seven times (three different
flashdrives 'dd' using different USB ports, then created one CD) and
the media test failed each time. I wish those downloads listed
cksums/md5sums.


As far as I can tell, they do:
http://mirror.confluxtech.com/centos/7/isos/x86_64/

Various sums for the ISOs, and signatures for the sum file.


Sure, maybe it's possible to chase down the information.  It used to be 
that info was (eminently sensible) on the same webpage.  We're getting 
away from sensible webpages.






It's good to have all this info  together in one  email.

On the other hand, people should know the Minimal really sucks:

* No dual-boot set up.


CentOS is a rebuild of Red Hat Enterprise Linux, whose target use case
is business servers and workstations.  Dual-boot is not a typical or
supported use case for RHEL.


I figured it was a simple hand-off from RH.  Just because it's from  RH 
doesn't means it makes sense.  It also doesn't necessarily mean that 
CentOS couldn't do a better job of it... especially that it horks dual 
booting.





Dual-boot can be set up manually by editing /etc/grub.d/40_custom:

menuentry "Windows" {
set root='(hd0,1)'
chainloader +1
}

Adjust (hd0,1) to match the partition number where Windows is installed.

Run "grub2-mkconfig -o /etc/grub2-efi.cfg"


Thanks much for that.  I'll give that a try.  The question arises, if 
it's this easy to do by hand, why couldn't the code (if not from RH, 
then at least from CentOS) build a little option in to preserve 
dual-booting (for many folks who don't have a helpful dude like yourself 
nearby in the email list)?






* The resultant OS was text only.  I.e., it wouldn't run init 5...
trying to do so would cause to hang.


I don't recall who recommended that you use the Minimal ISO, but it was
bad advice.  Minimal is useful to experienced admins who want to build a
very small system image with only the specific packages they need.  It
can be used to build a desktop system, but that's a lot of work (or
knowledge).

You would have been better off with CentOS-7-x86_64-DVD-1511.iso or
CentOS-7-x86_64-LiveGNOME-1511.iso (or KDE).  I apologize on everyone's
behalf for not contradicting that advice.


You don't have to apologize.  There's whole lot of documentation needed.





* Maybe the above problem was due to bad coding somewhere-- the entire
OS horked a couple times... then I finally saw error code saying,
"kernel panic".  I haven't gotten one of those in decades.


There's not much to go on there.  We have no idea what caused the panic,
whether it was a bug or not.


I corroborated the md5sum all along with way from the source on the web 
to the finished CD.  The installed OS hung once, black-screened, and a 
third (and last) time hung with "kernel panic" (and a lot of other error 
language).  I checked the web if there was any mention of problems with 
linux with my cpu, but found only people mentioned video configuration 
(not relevant in this situation).  I've been  using Windows for several 
days and had zero problems which would indicate any hardware problems. 
Maybe other folks would need to see if they're having the same or 
contrary experience.  Until then, I have to stand with my assessment.






Geez, what a terrible ISO distro!


I don't think that's a fair assessment.  CentOS (and RHEL) is one of the
most stable systems I've ever used.


I mean only the Minimal v.7... this distro-package, not CentOS or RH 
altogether.  I've been a fan of the latter for a long time.  Even rarely 
RH can squeeze out a real hot stinker.

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


[CentOS] Dumb CentOS 7 question

2015-12-15 Thread m . roth
How do you restart Xorg? I can't find a target for it, and restarting
graphical.target doesn't seem to do it.

  mark

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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Jonathan Billings
On Tue, Dec 15, 2015 at 10:04:50AM -0800, Gordon Messmer wrote:
> httpd checks its configuration syntax before *reloading* which is not what
> happens during an rpm upgrade.  An upgrade will run "systemctl try-restart",
> which stops and starts the service if it is running.

I can think of another example of a package restarting a service:

The glibc and glibc-common packages run a command called
/usr/sbin/glibc_post_upgrade.x86_64 or
/usr/sbin/glibc_post_upgrade.i686 (depending on whether its an x86_64
or i686 package) in their RPM postinstall scriptlet.

It runs service sshd condrestart if it detects that
/etc/rc.d/init.d/sshd exists (so, nothing on systemd-based systems).
It also runs 'telinit u' too.  

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread Richard


> Date: Tuesday, December 15, 2015 13:42:17 -0500
> From: m.r...@5-cent.us
>
> How do you restart Xorg? I can't find a target for it, and
> restarting graphical.target doesn't seem to do it.
> 
>   mark
> 

Are you looking for startx?

  /usr/bin/startx 




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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread Gordon Messmer

On 12/15/2015 10:42 AM, m.r...@5-cent.us wrote:

How do you restart Xorg? I can't find a target for it, and restarting
graphical.target doesn't seem to do it.


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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Alice Wonder



On 12/15/2015 09:52 AM, Gordon Messmer wrote:
*snip*


I don't know what keeps you from doing a clean install.  Anything I can
imagine that might convince you that this is a good idea, makes this a
really bad idea.  If you don't have backups, this is an extremely bad
idea.  If you're trying to minimize down time or work, this is an
extremely bad idea.


I have to echo this. One of the reasons I stopped using Fedora is 
because clean installs really are the best way, even with Fedora where 
there was FedUp and related attempts, it always resulted for me in the 
new install being somewhat dirty and non-optimal.


With CentOS if you use the most recent version with your initial 
install, you have at least 5 years before you need to do it again.


And when you do need to do it again, you have time to learn the new 
system and then migrate intelligently.


If there is a version of software you need that is in CentOS 7 and not 
in CentOS 6, often you can rebuild the src.rpm and upgrade just that 
package (though sometimes it requires some spec file modifications)


I even do that with CentOS 7 where I build the latest GStreamer and 
replace the stock GStreamer1 packages.


But I wouldn't try a dist upgrade, that breaks things even on distros 
that allegedly support it. In my experience.

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread m . roth
Richard wrote:
>> From: m.r...@5-cent.us
>>
>> How do you restart Xorg? I can't find a target for it, and
>> restarting graphical.target doesn't seem to do it.
>
> Are you looking for startx?

Nope. I want runlevel 5. As I said, I tried starting the graphical.target,
but I didn't see Xorg start.

Note that a reboot did restart it... but I should *not* have to do that.

   mark

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread m . roth
Gordon Messmer wrote:
> On 12/15/2015 10:42 AM, m.r...@5-cent.us wrote:
>> How do you restart Xorg? I can't find a target for it, and restarting
>> graphical.target doesn't seem to do it.
>
> Restart gdm.

Really? There's no systemd target to restart it, and graphical.target
doesn't do it? Um.

  mark

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread Matthew Miller
On Tue, Dec 15, 2015 at 11:12:50AM -0800, Gordon Messmer wrote:
> On 12/15/2015 10:42 AM, m.r...@5-cent.us wrote:
> >How do you restart Xorg? I can't find a target for it, and restarting
> >graphical.target doesn't seem to do it.
> Restart gdm.

Or just _kill_ gdm, and the session should automatically restart. At
least I beleive so. Not going to try it until _after_ sending this
message. :)

-- 
Matthew Miller

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


[CentOS] Wifi Driver Broadcom BCM4322 not working with Centos 7.2

2015-12-15 Thread melkor.kp
Hi,

I've been using in the past the broadcom wifi card BCM4322 with Centos 7.1
one in the past, with kernel 3.10.0-229.7.2.el7 and driver 6_30_223_248 and
it worked well.

Now I updated Centos to 7.2 and the driver is not compiling any more under
kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271.

Does any body experienced the same issues?


Cheers,
Roberto Nebot
-- 
It's a dangerous business, Frodo, going out your door. You step onto the
road, and if you don't keep your feet, there's no knowing where you might
be swept off to.

Bilbo Baggins.

http://vanishedintheshell.apsila.org

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


Re: [CentOS] libreoffice 4.4 or 5 in CentOS 6

2015-12-15 Thread johan . vermeulen7


- Oorspronkelijk bericht -
Van: "Patrick Bervoets" 
Aan: "CentOS mailing list" 
Verzonden: Dinsdag 15 december 2015 08:10:27
Onderwerp: Re: [CentOS] libreoffice 4.4 or 5 in CentOS 6


Op 14-12-15 om 22:09 schreef Johan Vermeulen:
> Op 14-dec.-2015 22:02 schreef Frank Cox:
>> On Mon, 14 Dec 2015 21:43:54 +0100
>> Patrick Bervoets wrote:
>>
>>> I need the ability to make signed PDFs in LibreOffice, so I tried LO 5 and 
>>> LO
>>> 4.4 rpms from LO.org but they are useless (menu and toolbar are black).
>>> Anyone been able to use a higher version of LO?
>> This won't help you much on Centos 6, but I use Libreoffice 5.0.3.2 on 
>> Centos 7 and it works fine.  I just checked and the "Digital Signatures" 
>> tab exists and appears to be active on the PDF Export menu option, though 
>> I've not actually tried to use it myself.
>>
>> Does Libreoffice 5 not work on Centos 6?  I've never tried that, either.
> Signing pdf's works on Centos7, LO4.2,
> tested with Belgian eid card.
> Never tried on Centos6.
>
>> -- 
>> MELVILLE THEATRE ~ Real D 3D Digital Cinema ~www.melvilletheatre.com  
>> ___
>>
Do you guys work in gnome or KDE? (because I was wondering if this thing might 
be a KDE problem on C6)

Johan, does LO 4.2 on C7 has a "digital signatures" tab in "export to pdf"? I 
don't see it in 4.2.8.2-11.el6

Thanks
Patrick

Patrick,

I work with Mate.
There is no digital signatures tab in "export to pdf". (I'm now in LO4.3)
But in LO it's in "File" somewhere underneath " export to pdf"

greetings, Johan


___
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


Re: [CentOS] libreoffice 4.4 or 5 in CentOS 6

2015-12-15 Thread Patrick Bervoets


Op 15-12-15 om 08:51 schreef wwp:

Hello Patrick,


On Tue, 15 Dec 2015 08:10:07 +0100 Patrick Bervoets 
 wrote:


[...]

I don't think this list accepts screenshots, so I'll try to describe. The menu 
is a black rectangle, if you click somewhere you see the dropdown which is 
black with 1 or 2 menu-items in white.
Toolbar is black with some buttons visible (some of them disappearing when 
moused-over). Dialog boxes have black buttons etc.
All in all rather difficult to use.

Do you run gnome? Maybe then this is a KDE thing.

Maybe it's a desktop theme issue, did you try another one? IIRC there's
a settings in LO to follow the desktop theme or not (or something
approaching), that's something to check too.



Changing the theme didn't help; neither was deselecting hardware acceleration 
and other option (btw I couldn't see the checkboxes, they looked like random 
graphic bits from another screen)

The last time the background of the menubar and the toolbars was (a copy of) 
the ruler... Definitely random graphic hicups.

I'll go for C7 if one day I'll have some time left :-s

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


[CentOS] Centos 6: qemu-kvm: Install guest win10 on host Centos 6

2015-12-15 Thread Dario Lesca
I have try to install from iso Windows 10 on a centos 6 + qemu/kvm, but
the guest not start and reboot after a while.

Form this page:
http://www.linux-kvm.org/page/Guest_Support_Status#Guest_Support_Status 

I understand that I must install at least qemu-kvm-2.3.0, but on the
server (up to date) is installed qemu-kvm-0.12.1.2-2.479.el6_7.2 and
there are no other updates.
I can upgrade the server to Centos 7, but on Centos7 the max newer
version of qemu-kvm is 1.5.3-105.el7_2.1

My question is: there is some way to install on Centos 6 up to date
Windows 10, or I must upgrade / install Fedora 23 server (qemu-kvm-
2.4.1-3.fc23.x86_64)

Many thanks for reply

-- 
Dario Lesca
(inviato dal mio Linux Fedora 23 Workstation)

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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Zdenek Sedlak
On 12/15/2015 04:52 AM, Richard wrote:
> 
> 
> 
>> Date: Monday, December 14, 2015 20:38:23 -0700
>> From: Wes James 
>>
>>
>>> On Dec 14, 2015, at 4:57 PM, Johnny Hughes 
>>> wrote:
>>>
>>> On 12/14/2015 05:46 PM, Wes James wrote:

> On Dec 14, 2015, at 9:37 AM, Johnny Hughes 
> wrote:
>
> See this announce mail here:
>
> https://lists.centos.org/pipermail/centos-announce/2015-Decembe
> r/021518.html

 

 I just updated to 7.2 from 7.1.  I did lsb_release -a and it
 says 7.2.1511.  I haven’t rebooted yet, which items would run
 with new binaries, anything that isn’t running yet? Ssay I had
 apache running, it wouldn’t pick up new apache until a reboot,
 right?
>>>
>>> I have no idea, but there are security kernel updates:
>>>
>>> https://lists.centos.org/pipermail/centos-cr-announce/2015-Novemb
>>> er/002347.html
>>> >> ber/002347.html>
>>>
>>> https://lists.centos.org/pipermail/centos-cr-announce/2015-Decemb
>>> er/002732.html
>>> >> ber/002732.html>
>>>
>>> And those will not be active without a reboot.
>>
>>
>> Thanks to you and John R Pierce for your replies.
>>
>> -wes
>>
> 
> You can always use the "needs-restarting" script to see what you
> need to restart.
> 
> [Someone suggested "lsof | grep DEL | grep /usr" as an alternative.
> I haven't used that approach or compared it to "needs-restarting" so
> don't know exactly which is a better approach.]
> 
> With an update from one point release to another I would think that
> you'd have a rather unstable system until you do a reboot.
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

Hi,

the recommended way is to install yum-plugin-ps and use the 'yum ps'
command...

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


[CentOS] Upgrade security relevant packages

2015-12-15 Thread Chris
Hello,

 

I'm looking for a solution to automatically yum update security relevant
packages on a couple hundred Centos6/7 servers. The deployment/trigger would
be Ansible.

I looked into the "yum-plugin-security" and tested it on a CentOS 6
installation but always found no security relevant updates (yum
list-security/yum --security update) where there should be at least a couple
ones. I read around it and found that this solution is not working for
CentOS (can you please confirm). What is the best practice to upgrade
security relevant packages on live systems without service interruption?

 

Thanks in advance!

 

Cheers,

Chris

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread m . roth
Gordon Messmer wrote:
> On 12/15/2015 11:26 AM, m.r...@5-cent.us wrote:
>> Really? There's no systemd target to restart it, and graphical.target
>> doesn't do it? Um.
>
> Why do you think that?

Sorry, I would have thought that graphical.target would do it. And suppose
I'm using kdm...?

   mark
>
> # systemctl status gdm.service
> gdm.service - GNOME Display Manager
> Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
> Active: active (running) since Sun 2015-11-01 17:15:13 UTC; 1 months
> 13 days ago
>Process: 1477 ExecStartPost=/bin/bash -c TERM=linux /usr/bin/clear >
> /dev/tty1 (code=exited, status=0/SUCCESS)
>   Main PID: 1391 (gdm)
> CGroup: /system.slice/gdm.service
> ├─ 1391 /usr/sbin/gdm
> ├─21476 /usr/libexec/gdm-simple-slave --display-id
> /org/gnome/DisplayManager/Displays/_0
> └─21481 /usr/bin/Xorg :0 -background none -verbose -auth
> /run/gdm/auth-for-gdm-oJdseR/database -seat seat0 -nolisten tcp vt1
>
> # systemctl restart gdm.service
>
> ___
> 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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread Gordon Messmer

On 12/15/2015 12:29 PM, ken wrote:
But that configuration page probes, then it says, "Error setting up 
base repository". 


I'm not sure why that wouldn't work.  I'm pretty sure you need to use a 
repository whose version matches the ISO, but that should be the case 
unless you got the netinstall ISO before 7.2 was released.


Maybe pick a specific mirror, such as 
http://mirror.sfo12.us.leaseweb.net/centos/7/os/x86_64/

(https://www.centos.org/download/mirrors/)

Any URL where you see a "repodata" directory (assuming the correct arch 
and release) should work as an additional repository (for EPEL and others).

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread Matthew Miller
On Tue, Dec 15, 2015 at 03:30:45PM -0500, m.r...@5-cent.us wrote:
> >> Really? There's no systemd target to restart it, and graphical.target
> >> doesn't do it? Um.
> > Why do you think that?
> Sorry, I would have thought that graphical.target would do it. And suppose
> I'm using kdm...?

In general, you don't start or restart targets; you "isolate" them,
which means 'anything that isn't in this target should stop and
anything that is should start'. You can do `systemctl isolate
multi-user.target` and then `systemctl isolate graphical.target`
(although beware that the former can and probably will kill your
session.) I guess this is reasonably analogous to doing "telinit 3" and
then "telinit 5".

In fact, "telinit 3" and then "telinit 5" should work basically as
expected under systemd -- they will isolate multi-user.target and
graphical.target, respectively.


-- 
Matthew Miller

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread m . roth
Matthew Miller wrote:
> On Tue, Dec 15, 2015 at 03:30:45PM -0500, m.r...@5-cent.us wrote:
>> >> Really? There's no systemd target to restart it, and graphical.target
>> >> doesn't do it? Um.
>> > Why do you think that?
>> Sorry, I would have thought that graphical.target would do it. And
>> suppose I'm using kdm...?
>
> In general, you don't start or restart targets; you "isolate" them,
> which means 'anything that isn't in this target should stop and
> anything that is should start'. You can do `systemctl isolate
> multi-user.target` and then `systemctl isolate graphical.target`
> (although beware that the former can and probably will kill your
> session.) I guess this is reasonably analogous to doing "telinit 3" and
> then "telinit 5".
>
> In fact, "telinit 3" and then "telinit 5" should work basically as
> expected under systemd -- they will isolate multi-user.target and
> graphical.target, respectively.

Ok, thanks muchly. Next time my user has this problem (and he's using a
server as a desktop, what with the videous, and the *two* Tesla K-80's in
the box, and the weird remote over fibre to a video card we put in)

  mark

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread John R Pierce

On 12/15/2015 12:29 PM, ken wrote:

centos 7 (7.1).  Three places on the web said

mirror.centos.org/centos/7/os/x86_64/ 



oh, the /7/ directory is now 7.2, so you likely should be using the 7.2 
netinstall.


if you really want 7.1, try...
http://mirrors.kernel.org/centos/7.1.1503/os/x86_64/



--
john r pierce, recycling bits in santa cruz

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


[CentOS] "installation source" specification for netinstall

2015-12-15 Thread ken
Trying to specify the "installation source" in the configuration of 
netinstall for centos 7 (7.1).  Three places on the web said


mirror.centos.org/centos/7/os/x86_64/

But that configuration page probes, then it says, "Error setting up base 
repository".


What's the magic needed?

Also, if anyone knows specs for epel and others, they might help too.

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


Re: [CentOS] boot thumbdrive with CentOS 7 ISO???

2015-12-15 Thread Gordon Messmer

On 12/15/2015 12:03 PM, ken wrote:



CentOS is a rebuild of Red Hat Enterprise Linux, whose target use case
is business servers and workstations.  Dual-boot is not a typical or
supported use case for RHEL.


I figured it was a simple hand-off from RH.  Just because it's from  
RH doesn't means it makes sense.  It also doesn't necessarily mean 
that CentOS couldn't do a better job of it... especially that it horks 
dual booting.


Actually, it does mean that CentOS can't do a better job of it. CentOS 
is a rebuild.  Period.  They only changes they make are to remove Red 
Hat's branding.


Red Hat does what Red Hat's customers pay them to do.  In that respect, 
it makes perfect sense.


Thanks much for that.  I'll give that a try.  The question arises, if 
it's this easy to do by hand, why couldn't the code (if not from RH, 
then at least from CentOS) build a little option in to preserve 
dual-booting (for many folks who don't have a helpful dude like 
yourself nearby in the email list)?


Detecting an actual Windows install involves code that's not included in 
RHEL or CentOS.  The file required isn't very complex, but that's 
because in this case you have information that the software does not.





Geez, what a terrible ISO distro!


I don't think that's a fair assessment.  CentOS (and RHEL) is one of the
most stable systems I've ever used.


I mean only the Minimal v.7... this distro-package, not CentOS or RH 
altogether.  I've been a fan of the latter for a long time. Even 
rarely RH can squeeze out a real hot stinker.


Minimal has its place, and serves that niche well enough.  I don't think 
it's useful for new users, though.

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread Leroy Tennison
systemctl list-unit-files and look for kdm or something reasonable.

- Original Message -
From: "m roth" 
To: "CentOS mailing list" 
Sent: Tuesday, December 15, 2015 2:30:45 PM
Subject: Re: [CentOS] Dumb CentOS 7 question

Gordon Messmer wrote:
> On 12/15/2015 11:26 AM, m.r...@5-cent.us wrote:
>> Really? There's no systemd target to restart it, and graphical.target
>> doesn't do it? Um.
>
> Why do you think that?

Sorry, I would have thought that graphical.target would do it. And suppose
I'm using kdm...?

   mark
>
> # systemctl status gdm.service
> gdm.service - GNOME Display Manager
> Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
> Active: active (running) since Sun 2015-11-01 17:15:13 UTC; 1 months
> 13 days ago
>Process: 1477 ExecStartPost=/bin/bash -c TERM=linux /usr/bin/clear >
> /dev/tty1 (code=exited, status=0/SUCCESS)
>   Main PID: 1391 (gdm)
> CGroup: /system.slice/gdm.service
> ├─ 1391 /usr/sbin/gdm
> ├─21476 /usr/libexec/gdm-simple-slave --display-id
> /org/gnome/DisplayManager/Displays/_0
> └─21481 /usr/bin/Xorg :0 -background none -verbose -auth
> /run/gdm/auth-for-gdm-oJdseR/database -seat seat0 -nolisten tcp vt1
>
> # systemctl restart gdm.service
>
> ___
> 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

Confidentiality Notice | This email and any included attachments may be 
privileged, confidential and/or otherwise protected from disclosure.  Access to 
this email by anyone other than the intended recipient is unauthorized.  If you 
believe you have received this email in error, please contact the sender 
immediately and delete all copies.  If you are not the intended recipient, you 
are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread ken

On 12/15/2015 04:24 PM, John R Pierce wrote:

On 12/15/2015 12:29 PM, ken wrote:

centos 7 (7.1).  Three places on the web said

mirror.centos.org/centos/7/os/x86_64/



oh, the /7/ directory is now 7.2, so you likely should be using the 7.2
netinstall.

if you really want 7.1, try...
http://mirrors.kernel.org/centos/7.1.1503/os/x86_64/


I tried all  of those things, all kinds of combinations...

mirrors.kernel.org, mirror.rit.edu, other things

with .../centos/N/os/x86_64/  where N= 7, 7.0, 7.1, 7.2

also trying prepending http:// and https://

Nothing works.


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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread ken

On 12/15/2015 04:22 PM, John R Pierce wrote:

On 12/15/2015 12:29 PM, ken wrote:

Trying to specify the "installation source" in the configuration of
netinstall for centos 7 (7.1).  Three places on the web said

mirror.centos.org/centos/7/os/x86_64/

But that configuration page probes, then it says, "Error setting up
base repository".

What's the magic needed?

Also, if anyone knows specs for epel and others, they might help too.


use one of the actual mirrors.
http://mirrors.kernel.org/centos/7/os/x86_64/


Nope.  No go.

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread John R Pierce

On 12/15/2015 4:21 PM, ken wrote:
I don't think so.  Go to 
http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's 
at that URL.  I did try it using in netinstall (just trying 
*everything* possible), it yielded the same error  once again... and 
there aren't any Packages to be found which would be meaningful for 
installing packages. 



hmm?  thats the directory with the ISO files, the packages are over in 
../../os/x86_64, here,


http://mirror.teklinks.com/centos/7.1.1503/os/x86_64/in ./Packages/



--
john r pierce, recycling bits in santa cruz

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


[CentOS-announce] CEBA-2015:2640 CentOS 6 389-ds-base BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2640 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2640.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
aec6cd9e627fc177dfce7393165b11c7d34072a625ed4efc05f469fcdc8f3284  
389-ds-base-1.2.11.15-68.el6_7.i686.rpm
79bdd9891f88387c39cfcacbd0359118ea9159fb082f128352991af1eb55f6bb  
389-ds-base-devel-1.2.11.15-68.el6_7.i686.rpm
b88d935795dc9b394233f5cea3625a10f18b40eae2a7de965cf2bb4f4ce64d2c  
389-ds-base-libs-1.2.11.15-68.el6_7.i686.rpm

x86_64:
743d8a955ab2aaa324b90a5f35ed8e8aed3791aa310d05fd09b93bc0a94a696a  
389-ds-base-1.2.11.15-68.el6_7.x86_64.rpm
79bdd9891f88387c39cfcacbd0359118ea9159fb082f128352991af1eb55f6bb  
389-ds-base-devel-1.2.11.15-68.el6_7.i686.rpm
f29c552ce47cf6ff343c83fdfae12556f6bf4ada45ba62505389380d127418cc  
389-ds-base-devel-1.2.11.15-68.el6_7.x86_64.rpm
b88d935795dc9b394233f5cea3625a10f18b40eae2a7de965cf2bb4f4ce64d2c  
389-ds-base-libs-1.2.11.15-68.el6_7.i686.rpm
b1028517f5c5083a07015ef8348b685eadf4576bc35626e2ef753f9be2408fba  
389-ds-base-libs-1.2.11.15-68.el6_7.x86_64.rpm

Source:
d8fcf073e8431386043453489a8727d8de34b5687debcefbce0cd4e3db84c1ac  
389-ds-base-1.2.11.15-68.el6_7.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread John R Pierce

On 12/15/2015 4:44 PM, Johnny Hughes wrote:

Why do you want to do a net install.  Download the DVD (ie:
CentOS-7-x86_64-DVD-1511.iso ) and install from that.  The install will
be much faster than off site net install and you don't need a network
connection to do the install.



I still prefer installing the 'minimal' iso, then installing the 
specific packages your deployment requires via yum.


--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread Johnny Hughes
On 12/15/2015 06:47 PM, John R Pierce wrote:
> On 12/15/2015 4:44 PM, Johnny Hughes wrote:
>> Why do you want to do a net install.  Download the DVD (ie:
>> CentOS-7-x86_64-DVD-1511.iso ) and install from that.  The install will
>> be much faster than off site net install and you don't need a network
>> connection to do the install.
> 
> 
> I still prefer installing the 'minimal' iso, then installing the
> specific packages your deployment requires via yum.
> 

I do that as well .. but that requires knowing how to work with yum
groups and or being able to figure out another way which exact packages
you actually need.

I am not entirely sure that inexperienced admins can do that very well :)



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread ken

On 12/15/2015 04:28 PM, Gordon Messmer wrote:

On 12/15/2015 12:29 PM, ken wrote:

But that configuration page probes, then it says, "Error setting up
base repository".


I'm not sure why that wouldn't work.  I'm pretty sure you need to use a
repository whose version matches the ISO, but that should be the case
unless you got the netinstall ISO before 7.2 was released.

Maybe pick a specific mirror, such as
http://mirror.sfo12.us.leaseweb.net/centos/7/os/x86_64/
(https://www.centos.org/download/mirrors/)


Tried the one above and a lot of others replied to John, many others. 
This is one of those  situation where accurate understandable 
documentation would be worthwhile.




Any URL where you see a "repodata" directory (assuming the correct arch
and release) should work as an additional repository (for EPEL and others).


I'll save this tip for later.  First I need to get the basic, *easy* (?) 
specification working.


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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread ken

On 12/15/2015 06:57 PM, John R Pierce wrote:

On 12/15/2015 3:55 PM, ken wrote:

On 12/15/2015 04:24 PM, John R Pierce wrote:

On 12/15/2015 12:29 PM, ken wrote:

centos 7 (7.1). Three places on the web said

mirror.centos.org/centos/7/os/x86_64/



oh, the /7/ directory is now 7.2, so you likely should be using the 7.2
netinstall.

if you really want 7.1, try...
http://mirrors.kernel.org/centos/7.1.1503/os/x86_64/


I tried all  of those things, all kinds of combinations...

mirrors.kernel.org, mirror.rit.edu, other things

with .../centos/N/os/x86_64/  where N= 7, 7.0, 7.1, 7.2

also trying prepending http:// and https://


if your netinstall disk is 7.1, N should be 7.1.1503


I don't think so.  Go to 
http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's 
at that URL.  I did try it using in netinstall (just trying *everything* 
possible), it yielded the same error  once again... and there aren't any 
Packages to be found which would be meaningful for installing packages.


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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread John R Pierce

On 12/15/2015 3:55 PM, ken wrote:

On 12/15/2015 04:24 PM, John R Pierce wrote:

On 12/15/2015 12:29 PM, ken wrote:

centos 7 (7.1). Three places on the web said

mirror.centos.org/centos/7/os/x86_64/



oh, the /7/ directory is now 7.2, so you likely should be using the 7.2
netinstall.

if you really want 7.1, try...
http://mirrors.kernel.org/centos/7.1.1503/os/x86_64/


I tried all  of those things, all kinds of combinations...

mirrors.kernel.org, mirror.rit.edu, other things

with .../centos/N/os/x86_64/  where N= 7, 7.0, 7.1, 7.2

also trying prepending http:// and https://


if your netinstall disk is 7.1, N should be 7.1.1503



--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread Johnny Hughes
On 12/15/2015 06:21 PM, ken wrote:
> On 12/15/2015 06:57 PM, John R Pierce wrote:
>> On 12/15/2015 3:55 PM, ken wrote:
>>> On 12/15/2015 04:24 PM, John R Pierce wrote:
 On 12/15/2015 12:29 PM, ken wrote:
> centos 7 (7.1). Three places on the web said
>
> mirror.centos.org/centos/7/os/x86_64/


 oh, the /7/ directory is now 7.2, so you likely should be using the 7.2
 netinstall.

 if you really want 7.1, try...
 http://mirrors.kernel.org/centos/7.1.1503/os/x86_64/
>>>
>>> I tried all  of those things, all kinds of combinations...
>>>
>>> mirrors.kernel.org, mirror.rit.edu, other things
>>>
>>> with .../centos/N/os/x86_64/  where N= 7, 7.0, 7.1, 7.2
>>>
>>> also trying prepending http:// and https://
>>
>> if your netinstall disk is 7.1, N should be 7.1.1503
> 
> I don't think so.  Go to
> http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's
> at that URL.  I did try it using in netinstall (just trying *everything*
> possible), it yielded the same error  once again... and there aren't any
> Packages to be found which would be meaningful for installing packages.

/7/ right now == /7.2.1511/

If you want to install 7.1.1503, which is now outdated and contains
security issues, so you likely do NOT want to do it .. BUT .. if you do
then the path is:

http://mirror.centos.org/centos/7.1.1503/os/x86_64/

But, that is only going to work for a couple more days.  CentOS does not
support old versions, and that tree will be moved to the vault.

Why do you want to do a net install.  Download the DVD (ie:
CentOS-7-x86_64-DVD-1511.iso ) and install from that.  The install will
be much faster than off site net install and you don't need a network
connection to do the install.






signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS-announce] CEBA-2015:2642 CentOS 6 samba BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2642 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2642.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
6fa40ca76f3ba80ad56ce80b2b2f787148f6d019ec15400e62871d4993bdf527  
libsmbclient-3.6.23-21.el6_7.i686.rpm
625599db257396e87c28598ded4790e9d75d56f57e8cc4ce1e14199fb6ec7b1e  
libsmbclient-devel-3.6.23-21.el6_7.i686.rpm
373cb3699c06320927ec67e5f29f9688df04156be6e0132be8d4a998bf509522  
samba-3.6.23-21.el6_7.i686.rpm
85366515becc9f8e6ccd8a314a63527a518b7f7aecf6637c63c0688872ee9ff7  
samba-client-3.6.23-21.el6_7.i686.rpm
8afbaf1ecbb185050ea933af8afd05e4f5fc434a03ebebc007a57d4d9b84a91c  
samba-common-3.6.23-21.el6_7.i686.rpm
9d1ba1a9c42abedc77e20d712c3bcdff62fc693e29884d4fb5a983a8096298c6  
samba-doc-3.6.23-21.el6_7.i686.rpm
ea80fcbda34ed4349ac97590539a0018c81e18725ce3ebe0e3d6b6fb1e79bb75  
samba-domainjoin-gui-3.6.23-21.el6_7.i686.rpm
326f83460105eb764821a3bfc800517b2fab53af6cdd77bffde220a0f5af522d  
samba-swat-3.6.23-21.el6_7.i686.rpm
e78bfa330c5eeb6c3fc5fc1f10d449a2d361b3ee92b0ee99a1df398bc324b734  
samba-winbind-3.6.23-21.el6_7.i686.rpm
1e7aad64b9c0c3b17bb560f9cded84cf0bfa690ea661fdf786f9fc95c8d4e856  
samba-winbind-clients-3.6.23-21.el6_7.i686.rpm
a2ee37041001132e7bf2b4ec1980e506cf572c722f6673f1f4a375deb29aea04  
samba-winbind-devel-3.6.23-21.el6_7.i686.rpm
9078a90c96fbf8cb55ed516674b9d6ed21da3ed08e6bcb7ce5ffb3c1ecd2cf32  
samba-winbind-krb5-locator-3.6.23-21.el6_7.i686.rpm

x86_64:
6fa40ca76f3ba80ad56ce80b2b2f787148f6d019ec15400e62871d4993bdf527  
libsmbclient-3.6.23-21.el6_7.i686.rpm
411b6cc17453662356b8356abfa04f16e216b8dd0ecef12f4cf76296ae288c6d  
libsmbclient-3.6.23-21.el6_7.x86_64.rpm
625599db257396e87c28598ded4790e9d75d56f57e8cc4ce1e14199fb6ec7b1e  
libsmbclient-devel-3.6.23-21.el6_7.i686.rpm
186ac187e0eb029adbb9552993a03329ed9aa55c913e1cb8941bd7a53180a894  
libsmbclient-devel-3.6.23-21.el6_7.x86_64.rpm
b4915ee153075ed938476f21a16a60d3c42c685e0cbc4bfb63c8be0bdbcdf4d1  
samba-3.6.23-21.el6_7.x86_64.rpm
d066ce5130196fa02ed530934169c1bc30c15d676e9f897e4df3382a8c39a323  
samba-client-3.6.23-21.el6_7.x86_64.rpm
8afbaf1ecbb185050ea933af8afd05e4f5fc434a03ebebc007a57d4d9b84a91c  
samba-common-3.6.23-21.el6_7.i686.rpm
bffa89443807a01d4e767e3af8ba5927ff857d3b5427d52a18f7f7af95bc47ca  
samba-common-3.6.23-21.el6_7.x86_64.rpm
a433aec7b9263fde5936cda0eacff4d57232368380b2d45d9ac5abcaacdcab27  
samba-doc-3.6.23-21.el6_7.x86_64.rpm
f415411e26b24d2747f89511fd1e1453186ec25cf84d0addee16c81023b5b4e3  
samba-domainjoin-gui-3.6.23-21.el6_7.x86_64.rpm
4263545084622e24104d103350fc2bc86883384c146bddce1376163d91a137d5  
samba-glusterfs-3.6.23-21.el6_7.x86_64.rpm
63fd6c93eb3d5a5e3b14ebd9d0aea96df016626cb9e29b167ff14149991153bf  
samba-swat-3.6.23-21.el6_7.x86_64.rpm
d8a22a59be8c160e6dc17928a0e1b3ced07848d913ebbfb9ccd04d73863dcd80  
samba-winbind-3.6.23-21.el6_7.x86_64.rpm
1e7aad64b9c0c3b17bb560f9cded84cf0bfa690ea661fdf786f9fc95c8d4e856  
samba-winbind-clients-3.6.23-21.el6_7.i686.rpm
0521435d7aca38e1548b8302e33b99969bb7a5bc57a82c2a4e57c31ce2f6f607  
samba-winbind-clients-3.6.23-21.el6_7.x86_64.rpm
a2ee37041001132e7bf2b4ec1980e506cf572c722f6673f1f4a375deb29aea04  
samba-winbind-devel-3.6.23-21.el6_7.i686.rpm
93380c0ca11222077404032993ee19fdb4b447a8916d6fcc1443699494a82677  
samba-winbind-devel-3.6.23-21.el6_7.x86_64.rpm
7399d7f7c767f4e860de3321947930e9ef3360e1eaeb0fe8dd3f3d026379802a  
samba-winbind-krb5-locator-3.6.23-21.el6_7.x86_64.rpm

Source:
e5586df8b8ae75a6311def2f3d335409940451ce8d00af4807bf8ef011ef48c8  
samba-3.6.23-21.el6_7.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Digimer
On 15/12/15 10:43 AM, Traiano Welcome wrote:
> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
>> On 15/12/15 10:17 AM, Traiano Welcome wrote:
>>> Hi All
>>>
>>> Is it possible to upgrade from CentOS 6.7 to CentOS 7?
>>>
>>> I  see there is some attempt at an upgrade tool available, but it's
>>> apparently broken:
>>>
>>> https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool
>>>
>>> Would anyone be able to recommend a manual upgrade procedure to
>>> upgrade a minimal CentOS 6.7 system to one or other version of CentOS
>>> 7?
>>>
>>> Many thanks in advance,
>>> Traiano
>>
>> Given how radically the OS changed, I would strongly advice against it.
>> The move from sysvinit to systemd alone is enough to recommend against
>> an upgrade.
> 
> 
> So it's not possible under any circumstances?

I suppose anything is possible with enough time and effort, but I
strongly recommend against it.

CentOS is a server OS and as such should be used in a manner that
provides maximum reliability. An upgrade in general introduces avoidable
risk. An upgrade from 6 to 7 would induce far more risk than usual.

Much safe to setup centos 7 fresh and migrate services over in a
controlled fashion.

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without
access to education?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Traiano Welcome
Hi Digimer


On Tue, Dec 15, 2015 at 6:54 PM, Digimer  wrote:
> On 15/12/15 10:43 AM, Traiano Welcome wrote:
>> On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
>>> On 15/12/15 10:17 AM, Traiano Welcome wrote:
 Hi All

 Is it possible to upgrade from CentOS 6.7 to CentOS 7?

 I  see there is some attempt at an upgrade tool available, but it's
 apparently broken:

 https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool

 Would anyone be able to recommend a manual upgrade procedure to
 upgrade a minimal CentOS 6.7 system to one or other version of CentOS
 7?

 Many thanks in advance,
 Traiano
>>>
>>> Given how radically the OS changed, I would strongly advice against it.
>>> The move from sysvinit to systemd alone is enough to recommend against
>>> an upgrade.
>>
>>
>> So it's not possible under any circumstances?
>
> I suppose anything is possible with enough time and effort, but I
> strongly recommend against it.
>
> CentOS is a server OS and as such should be used in a manner that
> provides maximum reliability. An upgrade in general introduces avoidable
> risk. An upgrade from 6 to 7 would induce far more risk than usual.
>
> Much safe to setup centos 7 fresh and migrate services over in a
> controlled fashion.

I'm aware and appreciative of these risks. However, given the unique
situation I need to address, it's worth spending the time needed to
attempt this.
If some tweaking, and a moderate amount of head-wall contact is
required, that's ok.

If there is any method that provides a reasonable approximation of
success, I'd be thankful if you could point me to it.



>
> --
> Digimer
> Papers and Projects: https://alteeve.ca/w/
> What if the cure for cancer is trapped in the mind of a person without
> access to education?
> ___
> 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


[CentOS-announce] CEBA-2015:2635 CentOS 6 lvm2 BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2635 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2635.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
2c0c96d6a8fd6a164e4d5998acdc84ee36c2d99561210dccec954217acf83ffe  
cmirror-2.02.118-3.el6_7.4.i686.rpm
8ea71a404c109b0e1ac47083ee703bf3a84d52b797a66979369466d82befc95d  
device-mapper-1.02.95-3.el6_7.4.i686.rpm
deae0e0ca7228f42a8067316dff09a81f9025ab99f5bbf106f798b9e1b3706b0  
device-mapper-devel-1.02.95-3.el6_7.4.i686.rpm
da3aa6c0cebe3e149d3a5ceef9043ce50e6033aaae5b53f4b8efe9f2b9ccafc2  
device-mapper-event-1.02.95-3.el6_7.4.i686.rpm
8b9b5297a24347283bc1a0d9bc45d36c2b197a72c5ee0731efbddc42d4705a28  
device-mapper-event-devel-1.02.95-3.el6_7.4.i686.rpm
005d65d274b4fc8e1c64138bd9549b1c34ec680d13fc9e216dc3680b8b3475a5  
device-mapper-event-libs-1.02.95-3.el6_7.4.i686.rpm
3b7f72a0ca8c3a85de1f4ec34e8d4ffa8e7906c31c0b8d95836fa13102e5e03a  
device-mapper-libs-1.02.95-3.el6_7.4.i686.rpm
d96cc2bdd47fabc1f5d27e1a1c3d12afd98bf2181993d664fb0d8245728bb667  
lvm2-2.02.118-3.el6_7.4.i686.rpm
092888ab6d78460a8fa940e613b5faf45e1a436debc8aef6c6f0182882ffdca2  
lvm2-cluster-2.02.118-3.el6_7.4.i686.rpm
ba1aaa1bed9f83c2908c0829639a65430bd6569053f543f57f175303f4819ede  
lvm2-devel-2.02.118-3.el6_7.4.i686.rpm
86c9fd27bf21dbf3dd8bb5c7bb276a6300a78b780b1af651402f69248d9211c2  
lvm2-libs-2.02.118-3.el6_7.4.i686.rpm

x86_64:
8639ab776867331d600200d09ed5cf5db7aff7bc6d5b799bfb8dfa01b8caa14e  
cmirror-2.02.118-3.el6_7.4.x86_64.rpm
beec3c8cabf7544d623a9ac4dbdaee67bb433b707d4649c702ad511784f41410  
device-mapper-1.02.95-3.el6_7.4.x86_64.rpm
deae0e0ca7228f42a8067316dff09a81f9025ab99f5bbf106f798b9e1b3706b0  
device-mapper-devel-1.02.95-3.el6_7.4.i686.rpm
f4f7dc3dbf2143b40939b05c7e7c689b8428b312bd8f4818f0430054c0950a8d  
device-mapper-devel-1.02.95-3.el6_7.4.x86_64.rpm
1bf734c7b445e89c78440f82ef41995595c8c20abcd7d3d36ba5bc28a2e1ce6c  
device-mapper-event-1.02.95-3.el6_7.4.x86_64.rpm
8b9b5297a24347283bc1a0d9bc45d36c2b197a72c5ee0731efbddc42d4705a28  
device-mapper-event-devel-1.02.95-3.el6_7.4.i686.rpm
25d8a121569563d79e323894a3c5117318690a06cacf2f5c8726a0bf5694a542  
device-mapper-event-devel-1.02.95-3.el6_7.4.x86_64.rpm
005d65d274b4fc8e1c64138bd9549b1c34ec680d13fc9e216dc3680b8b3475a5  
device-mapper-event-libs-1.02.95-3.el6_7.4.i686.rpm
a768ac1af2e7613e82a2803dc27c9194bb341637c7124ef2e631f3b874b49f8e  
device-mapper-event-libs-1.02.95-3.el6_7.4.x86_64.rpm
3b7f72a0ca8c3a85de1f4ec34e8d4ffa8e7906c31c0b8d95836fa13102e5e03a  
device-mapper-libs-1.02.95-3.el6_7.4.i686.rpm
c0b5f43c62c9871c171e7324643b057ddf8ca452ca6ca96c650a0cf335c445fb  
device-mapper-libs-1.02.95-3.el6_7.4.x86_64.rpm
08c2c5cf0a0bbefedd3232caaa06f3bf083d0ca44d1299dbd1df603f7b4e579f  
lvm2-2.02.118-3.el6_7.4.x86_64.rpm
8ab1fe080207132194511780ec10402c1c8f6605da5ff9b44c14341b96d0c39d  
lvm2-cluster-2.02.118-3.el6_7.4.x86_64.rpm
ba1aaa1bed9f83c2908c0829639a65430bd6569053f543f57f175303f4819ede  
lvm2-devel-2.02.118-3.el6_7.4.i686.rpm
4722a33bc09bb7fec2ef611be20dbaeb8eed1be69c2f83f12c8d8b558b8a19de  
lvm2-devel-2.02.118-3.el6_7.4.x86_64.rpm
86c9fd27bf21dbf3dd8bb5c7bb276a6300a78b780b1af651402f69248d9211c2  
lvm2-libs-2.02.118-3.el6_7.4.i686.rpm
6b65cece9b121dec80710e10fe34838bcdbcf20a8930bc7413b83434adad85c4  
lvm2-libs-2.02.118-3.el6_7.4.x86_64.rpm

Source:
f45f8d9ab4ba85e8e64e26d41b35e147fdec25b3e980180513938e47b26ee385  
lvm2-2.02.118-3.el6_7.4.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2643 CentOS 6 procps BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2643 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2643.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
221d901002d04191fe72c230d7d7fe082655e481bda4189b834b3519a772dc41  
procps-3.2.8-35.el6_7.i686.rpm
ad11881c26b0e9677c5b10794c55a12d5676b8e271bf9f99ab59659e0f1a9cf9  
procps-devel-3.2.8-35.el6_7.i686.rpm

x86_64:
221d901002d04191fe72c230d7d7fe082655e481bda4189b834b3519a772dc41  
procps-3.2.8-35.el6_7.i686.rpm
8f03b5c803ffc261351a38cf320e143b4d8b162fb7d1e3c497c5022798ed95b5  
procps-3.2.8-35.el6_7.x86_64.rpm
ad11881c26b0e9677c5b10794c55a12d5676b8e271bf9f99ab59659e0f1a9cf9  
procps-devel-3.2.8-35.el6_7.i686.rpm
7d3b505ae19e0f7a420b7d0a9c2ca43c212294604d39ed1306451ae3f09eb806  
procps-devel-3.2.8-35.el6_7.x86_64.rpm

Source:
581d5aa29442c8c58c7121b1387932d5b4ea151ac83d7bb8881cdb3fa9c26b3c  
procps-3.2.8-35.el6_7.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2632 CentOS 6 pcs BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2632 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2632.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
1172cf519d9d5decd00457dc3c18fca0db880b067a52753c884129dc1c0fc1f7  
pcs-0.9.139-9.el6_7.2.i686.rpm

x86_64:
1992b58afcfb4c48ad034884f57da4433b4ee716bb936d196f0ee2cd05d59a7d  
pcs-0.9.139-9.el6_7.2.x86_64.rpm

Source:
c64febbda2f9ec6b7bdc6b89a4d9a5254d09add84c267ce9f2d4aab6fc5d75b5  
pcs-0.9.139-9.el6_7.2.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2638 CentOS 6 logrotate BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2638 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2638.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
00817dc771b63741d1ed40898e944e7d0c7bb0e800b0f853f8fa5a6f4020d3b7  
logrotate-3.7.8-26.el6_7.i686.rpm

x86_64:
111c2ec5fbe1128ba59efe1f033b8739b85cecee05955e0b1101c8404a6b89a0  
logrotate-3.7.8-26.el6_7.x86_64.rpm

Source:
9d033ac1a7bd5fb25ab3204abd2e38b175c0efe0067028642159fef2d246c96c  
logrotate-3.7.8-26.el6_7.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CESA-2015:2636 Important CentOS 6 kernel Security Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Security Advisory 2015:2636 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2636.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
08a3881a331e0147dba2e8adbbb9e2383e11043e0d4bc8eb590e3316ce1bbf3e  
kernel-2.6.32-573.12.1.el6.i686.rpm
722215736c71bbd99f017636c7653bc74c6a3b0d95ff2852fb658189751935bc  
kernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm
aff1ca2d87de43b4baf620a7109f28d4d988897b2508c436456781c54973833e  
kernel-debug-2.6.32-573.12.1.el6.i686.rpm
52aa7b57b9c42bd80e87309c07dd8b2c82a1260dd016c8b21ea29818c8f3748d  
kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm
d6584dedfa1bbdec3a4e3dbd9afaf291db744d86f9f98e8728359ed06a704c3d  
kernel-devel-2.6.32-573.12.1.el6.i686.rpm
0e27624725a46d457cb9581934a88ed1d198418ecaa847d3ebfb88d3af3cf454  
kernel-doc-2.6.32-573.12.1.el6.noarch.rpm
00c538233e8572fa9ba085b6c308dc169c0a779884195b0f5380c8220428fc51  
kernel-firmware-2.6.32-573.12.1.el6.noarch.rpm
58c0e63ff1b899a30377f09a9edb172e53cc84eca258d0bbc2ff18d83086468e  
kernel-headers-2.6.32-573.12.1.el6.i686.rpm
5b90155f6d7c4dde0142fd7e19a68c014dc5c76b0b11add80120c8325da7937b  
perf-2.6.32-573.12.1.el6.i686.rpm
f2b199f012c0e58c37c4cb309367e1f709fa4ad804bdb764dcc9f5066230b56c  
python-perf-2.6.32-573.12.1.el6.i686.rpm

x86_64:
2049c671772566932bff2071b7614ec9657a1909b54f02eaf061bec3b655b975  
kernel-2.6.32-573.12.1.el6.x86_64.rpm
722215736c71bbd99f017636c7653bc74c6a3b0d95ff2852fb658189751935bc  
kernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm
9856d5b7e763214eaaa5c17a270ce25c2de8eef361f35cdcd7c46761ba51400c  
kernel-debug-2.6.32-573.12.1.el6.x86_64.rpm
52aa7b57b9c42bd80e87309c07dd8b2c82a1260dd016c8b21ea29818c8f3748d  
kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm
595a8ed5e76cdd8ef19f4c670e66e7e0f6139fb496b5044c3ab89e06df9a196a  
kernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm
f418c504740b20dfd46fd02a9aa93cfdbd0b802a389c71256ab7819087b61a26  
kernel-devel-2.6.32-573.12.1.el6.x86_64.rpm
0e27624725a46d457cb9581934a88ed1d198418ecaa847d3ebfb88d3af3cf454  
kernel-doc-2.6.32-573.12.1.el6.noarch.rpm
00c538233e8572fa9ba085b6c308dc169c0a779884195b0f5380c8220428fc51  
kernel-firmware-2.6.32-573.12.1.el6.noarch.rpm
dcb27d50fce3d4b8a6f6e0769332852a7221081fbfdab44ae2671513f36a63fc  
kernel-headers-2.6.32-573.12.1.el6.x86_64.rpm
c1b0ec00ffa6e3e826087bd24150ffed458fb3ad4c8b82f9d9e8252921a739d6  
perf-2.6.32-573.12.1.el6.x86_64.rpm
9f4535784559270eaf8c798c394807de9940acf36a2f034e892c5e2bb3f483d2  
python-perf-2.6.32-573.12.1.el6.x86_64.rpm

Source:
fbb60b14b498858173375845e531f61303f40e62a697bfdb6cc8ff2422bc8df6  
kernel-2.6.32-573.12.1.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2647 CentOS 6 dvd+rw-tools FASTTRACK BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2647 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2647.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
8449bfc8305ceabf7e14afcd0a623627cde64ba8bebe8bac676932f8ff8b8011  
dvd+rw-tools-7.1-7.el6.i686.rpm

x86_64:
39b09d0fb9a70c107360d999be92535b25a8f2b6fb92b752ca56617349c715b0  
dvd+rw-tools-7.1-7.el6.x86_64.rpm

Source:
91264c2f7dce0d97cb5c5087cef13344d5ff62dc1f9a56187d692cdada6cf97a  
dvd+rw-tools-7.1-7.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread ken

On 12/15/2015 07:44 PM, Johnny Hughes wrote:

On 12/15/2015 06:21 PM, ken wrote:

On 12/15/2015 06:57 PM, John R Pierce wrote:

On 12/15/2015 3:55 PM, ken wrote:

On 12/15/2015 04:24 PM, John R Pierce wrote:

On 12/15/2015 12:29 PM, ken wrote:

centos 7 (7.1). Three places on the web said

mirror.centos.org/centos/7/os/x86_64/



oh, the /7/ directory is now 7.2, so you likely should be using the 7.2
netinstall.

if you really want 7.1, try...
http://mirrors.kernel.org/centos/7.1.1503/os/x86_64/


I tried all  of those things, all kinds of combinations...

mirrors.kernel.org, mirror.rit.edu, other things

with .../centos/N/os/x86_64/  where N= 7, 7.0, 7.1, 7.2

also trying prepending http:// and https://


if your netinstall disk is 7.1, N should be 7.1.1503


I don't think so.  Go to
http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's
at that URL.  I did try it using in netinstall (just trying *everything*
possible), it yielded the same error  once again... and there aren't any
Packages to be found which would be meaningful for installing packages.


/7/ right now == /7.2.1511/


Also doesn't work.




If you want to install 7.1.1503, which is now outdated and contains
security issues, so you likely do NOT want to do it .. BUT .. if you do
then the path is:

http://mirror.centos.org/centos/7.1.1503/os/x86_64/


Also doesn't work.




But, that is only going to work for a couple more days.  CentOS does not
support old versions, and that tree will be moved to the vault.

Why do you want to do a net install.  Download the DVD (ie:
CentOS-7-x86_64-DVD-1511.iso ) and install from that.  The install will
be much faster than off site net install and you don't need a network
connection to do the install.


As explained at the top of the other thread, for some reason my three 
flashdrives didn't work, or else the downloads worked.  I don't have any 
DVDs at the moment.  But going out for shopping for some might be the 
solution.


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


[CentOS] yum/RPM and Trust on First Use

2015-12-15 Thread Alice Wonder
I'm not on the yum / RPM list and I don't know that I want to join just 
to discuss this but with respect GPG keys - it is a classic example of 
trust on first use.


The first time yum installs a package, it asks to import the GPG key 
used to sign the packages. Most people accept without validating the key.


This is potentially exploitable because most repositories are http

What if there was a DNS TXT record that corresponds with the repository, 
with the fingerprint of the key?


The DNS record could be DNSSEC secured (I believe Fedora already uses 
DNSSEC - some of their servers anyway) and yum could refuse to ask if 
the fingerprint of the key it is importing does not match the DNSSEC 
secured fingerprint.


Something like TXT record for

_rpmkey.security.centos.org.

could be requested for the fingerprint for secur...@centos.org

Advantage over gpg keyrings is that it can be implemented by anyone 
without needing to manage your keys with specific gpg keyrings, which 
has always been messy.


When yum is first asked to import a key, it refuses if it can not DNSSEC 
validate the fingerprint.


After it DNSSEC validates the fingerprint, it can then does what it 
currently does, where the user can verify they trust the key.


To get a fingerprint in the centos.org zone and signed by DNSSEC would 
not be easy for a malicious packager to do.


Furthermore when a signing key has been compromised (happened with 
Fedora once) changing the DNS record would prevent the key from being 
imported in the future, and could even prevent packages signed by that 
key from being installed in the future even if the key is already imported.


For offline yum usage, a switch could be used to tell yum not to do the 
DNS lookup and DNSSEC validation.


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


Re: [CentOS] Upgrade security relevant packages

2015-12-15 Thread Zdenek Sedlak
On 12/15/2015 02:07 PM, Bill Howe wrote:
> Chris,
> 
> I recommend you look into:
> 
>- Spacewalk: Centralized system management utility (
>http://spacewalk.redhat.com/)
>- Errata update tool:
>https://github.com/mike-wendt/spacewalk-centos-errata
>   - CentOS repos do not include the errata information in the repo
>   itself (EPEL does include errata info in its repos), so others
> have created
>   external tools that pull errata off of the mailing lists.
> 
> Combined, they would allow you to have a local mirror of the CentOS repos
> and push/pull only the packages you want to install.
> 
> Bill
> 
> On Tue, Dec 15, 2015 at 6:12 AM, Chris  wrote:
> 
>> Hello,
>>
>>
>>
>> I'm looking for a solution to automatically yum update security relevant
>> packages on a couple hundred Centos6/7 servers. The deployment/trigger
>> would
>> be Ansible.
>>
>> I looked into the "yum-plugin-security" and tested it on a CentOS 6
>> installation but always found no security relevant updates (yum
>> list-security/yum --security update) where there should be at least a
>> couple
>> ones. I read around it and found that this solution is not working for
>> CentOS (can you please confirm). What is the best practice to upgrade
>> security relevant packages on live systems without service interruption?
>>
>>
>>
>> Thanks in advance!
>>
>>
>>
>> Cheers,
>>
>> Chris
>>
>> ___
>> 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
> 

Hi,

please be aware that the Spacewalk was an OSS variant of Satellite 5. I
would strongly recommend to build a "Satellite 6" from the OSS
components. Just check the Satellite 6 @ Red Hat Customer Portal to find
all the required components.

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


[CentOS] File Share Problem Between SAMBA AND WINDOWS 7

2015-12-15 Thread Erkin Aka
hi,


i have installded samba 4 oncentos 7 and started to use as part of active 
directory. But i have a problemabout sharing files between samba and windows 7.

i can browse and edit sharedfiles and folders on windows 7. 

But when i create a new folder, the owner of the folder is seen as 
“#User300012”instead of the real samba user.

My sharing steps

1- i have add a user named “ege” on centos and addhim on samba with 
smbpasswd -a ege

2- and iedited the permissions of the home folder of  “ege” with chmod 777

3- mysmb.conf file


 
[homes]
browseable = yes
writeable = yes
valid users = %S
read only = No

4- i logged on Windows 7 with user SERVER\ege, andi can browse shared 
folders. But when i create a folder in shared folder on Windows7 the owner of 
the folder is seen as “#User300012”. but the user name is “ege”on centos and 
samba.


How can i fix thisowner of folder problem. Because of this problem i can’t use 
the quota forusers.

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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Zdenek Sedlak
On 12/15/2015 02:23 PM, Dennis Jacobfeuerborn wrote:
> On 15.12.2015 03:22, John R Pierce wrote:
>> On 12/14/2015 3:46 PM, Wes James wrote:
>>> I just updated to 7.2 from 7.1.  I did lsb_release -a and it says
>>> 7.2.1511.  I haven’t rebooted yet, which items would run with new
>>> binaries, anything that isn’t running yet? Ssay I had apache running,
>>> it wouldn’t pick up new apache until a reboot, right?
>>
>> most service updates will restart the service
> 
> Will they? That sound like a pretty terrible idea.
> 
> Regards,
>   Dennis
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

No they don't (opposite to e.g. Debian).

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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Zdenek Sedlak
On 12/15/2015 02:17 PM, James Hogarth wrote:
> On 15 December 2015 at 12:15, Zdenek Sedlak  wrote:
> 
>> On 12/15/2015 04:52 AM, Richard wrote:
>>>
>>>
>>>
 Date: Monday, December 14, 2015 20:38:23 -0700
 From: Wes James 


> On Dec 14, 2015, at 4:57 PM, Johnny Hughes 
> wrote:
>
> On 12/14/2015 05:46 PM, Wes James wrote:
>>
>>> On Dec 14, 2015, at 9:37 AM, Johnny Hughes 
>>> wrote:
>>>
>>> See this announce mail here:
>>>
>>> https://lists.centos.org/pipermail/centos-announce/2015-Decembe
>>> r/021518.html
>>
>> 
>>
>> I just updated to 7.2 from 7.1.  I did lsb_release -a and it
>> says 7.2.1511.  I haven’t rebooted yet, which items would run
>> with new binaries, anything that isn’t running yet? Ssay I had
>> apache running, it wouldn’t pick up new apache until a reboot,
>> right?
>
> I have no idea, but there are security kernel updates:
>
> https://lists.centos.org/pipermail/centos-cr-announce/2015-Novemb
> er/002347.html
>  ber/002347.html>
>
> https://lists.centos.org/pipermail/centos-cr-announce/2015-Decemb
> er/002732.html
>  ber/002732.html>
>
> And those will not be active without a reboot.


 Thanks to you and John R Pierce for your replies.

 -wes

>>>
>>> You can always use the "needs-restarting" script to see what you
>>> need to restart.
>>>
>>> [Someone suggested "lsof | grep DEL | grep /usr" as an alternative.
>>> I haven't used that approach or compared it to "needs-restarting" so
>>> don't know exactly which is a better approach.]
>>>
>>> With an update from one point release to another I would think that
>>> you'd have a rather unstable system until you do a reboot.
>>>
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> https://lists.centos.org/mailman/listinfo/centos
>>>
>>
>> Hi,
>>
>> the recommended way is to install yum-plugin-ps and use the 'yum ps'
>> command...
>>
>>
> Well the point seems  rather moot for the present update as there is no way
> you should not reboot after the milestone of a point release ...
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

No discrepancy here ;-)

I just wanted to share this because some of the plug-ins didn't exist
before and therefore not everyone is aware of them...

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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Dennis Jacobfeuerborn
On 15.12.2015 03:22, John R Pierce wrote:
> On 12/14/2015 3:46 PM, Wes James wrote:
>> I just updated to 7.2 from 7.1.  I did lsb_release -a and it says
>> 7.2.1511.  I haven’t rebooted yet, which items would run with new
>> binaries, anything that isn’t running yet? Ssay I had apache running,
>> it wouldn’t pick up new apache until a reboot, right?
> 
> most service updates will restart the service

Will they? That sound like a pretty terrible idea.

Regards,
  Dennis


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


Re: [CentOS] Wifi Driver Broadcom BCM4322 not working with Centos 7.2

2015-12-15 Thread Akemi Yagi
The kmod package (kmod-wl-6_30_223_271-2.el7.nux.x86_64.rpm) is
available from the nux-dextop repo. If you'd rather build it yourself,
please see http://elrepo.org/tiki/wl-kmod for details.

Akemi

On Tue, Dec 15, 2015 at 2:06 AM, melkor.kp  wrote:
> Hi,
>
> I've been using in the past the broadcom wifi card BCM4322 with Centos 7.1
> one in the past, with kernel 3.10.0-229.7.2.el7 and driver 6_30_223_248 and
> it worked well.
>
> Now I updated Centos to 7.2 and the driver is not compiling any more under
> kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271.
>
> Does any body experienced the same issues?
>
>
> Cheers,
> Roberto Nebot
> --
> It's a dangerous business, Frodo, going out your door. You step onto the
> road, and if you don't keep your feet, there's no knowing where you might
> be swept off to.
>
> Bilbo Baggins.
>
> http://vanishedintheshell.apsila.org
> 
> ___
> 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


Re: [CentOS] Upgrade security relevant packages

2015-12-15 Thread Bill Howe
Chris,

I recommend you look into:

   - Spacewalk: Centralized system management utility (
   http://spacewalk.redhat.com/)
   - Errata update tool:
   https://github.com/mike-wendt/spacewalk-centos-errata
  - CentOS repos do not include the errata information in the repo
  itself (EPEL does include errata info in its repos), so others
have created
  external tools that pull errata off of the mailing lists.

Combined, they would allow you to have a local mirror of the CentOS repos
and push/pull only the packages you want to install.

Bill

On Tue, Dec 15, 2015 at 6:12 AM, Chris  wrote:

> Hello,
>
>
>
> I'm looking for a solution to automatically yum update security relevant
> packages on a couple hundred Centos6/7 servers. The deployment/trigger
> would
> be Ansible.
>
> I looked into the "yum-plugin-security" and tested it on a CentOS 6
> installation but always found no security relevant updates (yum
> list-security/yum --security update) where there should be at least a
> couple
> ones. I read around it and found that this solution is not working for
> CentOS (can you please confirm). What is the best practice to upgrade
> security relevant packages on live systems without service interruption?
>
>
>
> Thanks in advance!
>
>
>
> Cheers,
>
> Chris
>
> ___
> 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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread James Hogarth
On 15 December 2015 at 12:15, Zdenek Sedlak  wrote:

> On 12/15/2015 04:52 AM, Richard wrote:
> >
> >
> >
> >> Date: Monday, December 14, 2015 20:38:23 -0700
> >> From: Wes James 
> >>
> >>
> >>> On Dec 14, 2015, at 4:57 PM, Johnny Hughes 
> >>> wrote:
> >>>
> >>> On 12/14/2015 05:46 PM, Wes James wrote:
> 
> > On Dec 14, 2015, at 9:37 AM, Johnny Hughes 
> > wrote:
> >
> > See this announce mail here:
> >
> > https://lists.centos.org/pipermail/centos-announce/2015-Decembe
> > r/021518.html
> 
>  
> 
>  I just updated to 7.2 from 7.1.  I did lsb_release -a and it
>  says 7.2.1511.  I haven’t rebooted yet, which items would run
>  with new binaries, anything that isn’t running yet? Ssay I had
>  apache running, it wouldn’t pick up new apache until a reboot,
>  right?
> >>>
> >>> I have no idea, but there are security kernel updates:
> >>>
> >>> https://lists.centos.org/pipermail/centos-cr-announce/2015-Novemb
> >>> er/002347.html
> >>>  >>> ber/002347.html>
> >>>
> >>> https://lists.centos.org/pipermail/centos-cr-announce/2015-Decemb
> >>> er/002732.html
> >>>  >>> ber/002732.html>
> >>>
> >>> And those will not be active without a reboot.
> >>
> >>
> >> Thanks to you and John R Pierce for your replies.
> >>
> >> -wes
> >>
> >
> > You can always use the "needs-restarting" script to see what you
> > need to restart.
> >
> > [Someone suggested "lsof | grep DEL | grep /usr" as an alternative.
> > I haven't used that approach or compared it to "needs-restarting" so
> > don't know exactly which is a better approach.]
> >
> > With an update from one point release to another I would think that
> > you'd have a rather unstable system until you do a reboot.
> >
> >
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > https://lists.centos.org/mailman/listinfo/centos
> >
>
> Hi,
>
> the recommended way is to install yum-plugin-ps and use the 'yum ps'
> command...
>
>
Well the point seems  rather moot for the present update as there is no way
you should not reboot after the milestone of a point release ...
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wifi Driver Broadcom BCM4322 not working with Centos 7.2

2015-12-15 Thread melkor.kp
Hi,

I just managed to get it work right now without elrepo.

At the end what you need to do is:

Download from Broadcom:
https://www.broadcom.com/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz

Following the wiki steps for 7.1:
https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom
Apply patch : wl-kmod-fix-ioctl-handling.patch (Already in wiki for 7.1)
Apply patch2: wl-kmod-rhel7_1.patch
Apply the following:
sed -i 's/ >= KERNEL_VERSION(3, 11, 0)/ >= KERNEL_VERSION(3, 10, 0)/'
src/wl/sys/wl_cfg80211_hybrid.c
sed -i 's/ >= KERNEL_VERSION(3, 15, 0)/ >= KERNEL_VERSION(3, 10, 0)/'
src/wl/sys/wl_cfg80211_hybrid.c
sed -i 's/ < KERNEL_VERSION(3, 18, 0)/ < KERNEL_VERSION(3, 9, 0)/'
src/wl/sys/wl_cfg80211_hybrid.c
sed -i 's/ >= KERNEL_VERSION(4, 0, 0)/ >= KERNEL_VERSION(3, 10, 0)/'
src/wl/sys/wl_cfg80211_hybrid.c

After that the compilation succeeds and you can follow the wiki for 7.2 as
it is for 7.1
If someone can add it to the wiki of I can add it my self if someone give
me rights.

Cheers,
Roberto Nebot

2015-12-15 14:05 GMT+01:00 Akemi Yagi :

> The kmod package (kmod-wl-6_30_223_271-2.el7.nux.x86_64.rpm) is
> available from the nux-dextop repo. If you'd rather build it yourself,
> please see http://elrepo.org/tiki/wl-kmod for details.
>
> Akemi
>
> On Tue, Dec 15, 2015 at 2:06 AM, melkor.kp  wrote:
> > Hi,
> >
> > I've been using in the past the broadcom wifi card BCM4322 with Centos
> 7.1
> > one in the past, with kernel 3.10.0-229.7.2.el7 and driver 6_30_223_248
> and
> > it worked well.
> >
> > Now I updated Centos to 7.2 and the driver is not compiling any more
> under
> > kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271.
> >
> > Does any body experienced the same issues?
> >
> >
> > Cheers,
> > Roberto Nebot
> > --
> > It's a dangerous business, Frodo, going out your door. You step onto the
> > road, and if you don't keep your feet, there's no knowing where you might
> > be swept off to.
> >
> > Bilbo Baggins.
> >
> > http://vanishedintheshell.apsila.org
> > 
> > ___
> > 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
>



-- 
It's a dangerous business, Frodo, going out your door. You step onto the
road, and if you don't keep your feet, there's no knowing where you might
be swept off to.

Bilbo Baggins.

http://vanishedintheshell.apsila.org

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


Re: [CentOS] Dumb CentOS 7 question

2015-12-15 Thread Jonathan Billings
On Tue, Dec 15, 2015 at 03:30:45PM -0500, m.r...@5-cent.us wrote:
>
> Gordon Messmer wrote:
> > On 12/15/2015 11:26 AM, m.r...@5-cent.us wrote:
> >> Really? There's no systemd target to restart it, and graphical.target
> >> doesn't do it? Um.
> >
> > Why do you think that?
> 
> Sorry, I would have thought that graphical.target would do it. And suppose
> I'm using kdm...?

I can't even figure out what KDE calls the package that includes KDM,
so I can't tell you what the unit is called, but if its anything like
GDM or LightDM, you can restart it by running:

systemctl restart display-manager.service

The installer for GDM and LightDM links
/etc/systemd/system/display-manager.service to whatever the unit file
is for the *DM service.

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread John R Pierce

On 12/15/2015 12:29 PM, ken wrote:
Trying to specify the "installation source" in the configuration of 
netinstall for centos 7 (7.1).  Three places on the web said


mirror.centos.org/centos/7/os/x86_64/

But that configuration page probes, then it says, "Error setting up 
base repository".


What's the magic needed?

Also, if anyone knows specs for epel and others, they might help too. 


use one of the actual mirrors.
http://mirrors.kernel.org/centos/7/os/x86_64/



--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Peter
On 16/12/15 05:00, Traiano Welcome wrote:
> I'm aware and appreciative of these risks. However, given the unique
> situation I need to address, it's worth spending the time needed to
> attempt this.
> If some tweaking, and a moderate amount of head-wall contact is
> required, that's ok.

What "unique situation"?  It's probably not as unique as you think.

> If there is any method that provides a reasonable approximation of
> success, I'd be thankful if you could point me to it.

1.  Install CentOS 7 clean on a separate machine or VM.

2.  Port your apps and data over testing as you go.


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


[CentOS-announce] CEBA-2015:2644 CentOS 6 selinux-policy BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2644 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2644.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
35dbbda3cdd80e8186264e93e0c947b21c1cede072151ade0022a63e793b25c7  
selinux-policy-3.7.19-279.el6_7.8.noarch.rpm
55f9e502f0cc9e6b60533daacd8671b0a04203c60bf40f1942efdb777a086032  
selinux-policy-doc-3.7.19-279.el6_7.8.noarch.rpm
ae6598209debcf65f8407018096f26873d5350d13b4bfc9d52bb8f17a11dd09d  
selinux-policy-minimum-3.7.19-279.el6_7.8.noarch.rpm
9819b128d6cfc9ffe77314739b22ea2d0a1697ec07a5eaa6d0ef459bb42ef645  
selinux-policy-mls-3.7.19-279.el6_7.8.noarch.rpm
65d9d1186a217a450e4054f7f245774824e76e34d99f149e7db30a87731a9762  
selinux-policy-targeted-3.7.19-279.el6_7.8.noarch.rpm

x86_64:
35dbbda3cdd80e8186264e93e0c947b21c1cede072151ade0022a63e793b25c7  
selinux-policy-3.7.19-279.el6_7.8.noarch.rpm
55f9e502f0cc9e6b60533daacd8671b0a04203c60bf40f1942efdb777a086032  
selinux-policy-doc-3.7.19-279.el6_7.8.noarch.rpm
ae6598209debcf65f8407018096f26873d5350d13b4bfc9d52bb8f17a11dd09d  
selinux-policy-minimum-3.7.19-279.el6_7.8.noarch.rpm
9819b128d6cfc9ffe77314739b22ea2d0a1697ec07a5eaa6d0ef459bb42ef645  
selinux-policy-mls-3.7.19-279.el6_7.8.noarch.rpm
65d9d1186a217a450e4054f7f245774824e76e34d99f149e7db30a87731a9762  
selinux-policy-targeted-3.7.19-279.el6_7.8.noarch.rpm

Source:
a931ced19d7471aaf04de5e13154172c8966021cd9c5609def1e50f223c0d6d7  
selinux-policy-3.7.19-279.el6_7.8.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2629 CentOS 6 rsyslog7 BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2629 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2629.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
1309baadfd39ae686a65db846551b5b0c5d2b4bf160b91d98ccd7d52d6597639  
rsyslog7-7.4.10-3.el6_7.1.i686.rpm
eedf75f92d2403414e053c04460918ce370a5e20dc05105dffd46d27ada31109  
rsyslog7-elasticsearch-7.4.10-3.el6_7.1.i686.rpm
dbe62da6502c2f40fafbc97beba35784a0d83bdaa15db002d4607f1a764a2a23  
rsyslog7-gnutls-7.4.10-3.el6_7.1.i686.rpm
73e8275eb8081fa23e957e1bff2d06c1bafb5e4ffca5f65484a9943a1d5b9260  
rsyslog7-gssapi-7.4.10-3.el6_7.1.i686.rpm
9b7d5e4d864d01a00d286e98411744648133132293acf5902e473531d5c89b4b  
rsyslog7-mysql-7.4.10-3.el6_7.1.i686.rpm
5320dc5f5ba4ba4e04d63eff7c1640c72794e32b835ac2d4d3e36632d2dc4388  
rsyslog7-pgsql-7.4.10-3.el6_7.1.i686.rpm
5e92600ff07a125ca0cd1db1d0a7afedc95ef331a2197ae51a65ad3cc61ab63e  
rsyslog7-relp-7.4.10-3.el6_7.1.i686.rpm
072d14ea18ad34527f26b8cbd3940a98f31529e9a5de2bd139532dc748f8b4a9  
rsyslog7-snmp-7.4.10-3.el6_7.1.i686.rpm

x86_64:
12137ec2da1ee22279afd41624ff2e1b020b04564b628cd59f5f1c2d746b8430  
rsyslog7-7.4.10-3.el6_7.1.x86_64.rpm
8b52dfd2396ba7df45db9b5b99d2018787c4aa1320b032237fe460a162616904  
rsyslog7-elasticsearch-7.4.10-3.el6_7.1.x86_64.rpm
2a26a381eb59aa4941bea0109a28be78ecefea2d91792b570c415fdf6ad61255  
rsyslog7-gnutls-7.4.10-3.el6_7.1.x86_64.rpm
1a9c86c1b82a06dcf4d9fb87e2cad565c3d9a00877c48e6d536040a799bd302e  
rsyslog7-gssapi-7.4.10-3.el6_7.1.x86_64.rpm
ed5f370bb371be3c07e4920a5f5df121bf21f6563819ee4538a3d0d73254fb60  
rsyslog7-mysql-7.4.10-3.el6_7.1.x86_64.rpm
f4b6e6ac80f8501c4287c481935edd74714ad8db4efde2c14092f0c0be5587cb  
rsyslog7-pgsql-7.4.10-3.el6_7.1.x86_64.rpm
c837830eab05c03234cde018221a735ad8cc9b4eac306ca6b353789a3d5b518a  
rsyslog7-relp-7.4.10-3.el6_7.1.x86_64.rpm
7cfdef363d834a1ff954f6f11010dcdda9aeee87da1353dfa16d82e369a0903e  
rsyslog7-snmp-7.4.10-3.el6_7.1.x86_64.rpm

Source:
3bbb4e865152f508d66a90faa4489d9ab6902443a5c1d7a74cd3fa02e59ee589  
rsyslog7-7.4.10-3.el6_7.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


Re: [CentOS-es] [VirtualBox] Hacerlo parte de mi red ?

2015-12-15 Thread angel jauregui
Buen dia.

En la cuenta del usuario local he configurado el virtualbox con el sistema
y todo... Pero si mando llamar el script de VBoxManager en /etc/rc.local no
se ejecuta la consola, ya que al parecer /etc/rc.local es para el root !...

Como ejecuto el comando como "el usuario" para que se pueda levantar la
maquina virtual ?

Saludos !

El 12 de noviembre de 2015, 2:27, Oscar Osta Pueyo 
escribió:

> Hola,
> Pienso lo mismo, KVM y virt-manager pueden ser una mejor solución.
>
> Opino que:
> 1. Los paquetes estén en el repositorio principal, no depende de terceros a
> CentOS y tienes actualizaciones de seguridad con yum.
> 2. Puedes acceder por ssh al server y administrar las máquinas virtuales.
> 3. Si usas linux como equipo de trabajo, puedes instalarte virt-manager y
> acceder a la administración de las vm.
>
> No estoy seguro, pero leí en algún sitio que se puede convertir el disco
> virtual de una máquina virtual cread en virtualBox a KVM.
>
> Saludos,
>
> 2015-11-12 9:19 GMT+01:00 Alex ( Servtelecom ) <
> alex.and...@servtelecom.com>
> :
>
> > Hola
> > Teniendo kvm que va mil veces mejor y que tiene la opción de iniciar
> > maquinas virtuales al iniciar el sistema... Para que utilizar virtualbox
> > para producción... Yo virtualbox lo utilizo solo para lab y nunca para
> > producción...
> > Saludos
> >
> >
> >
> > > El 12 nov 2015, a las 3:26, angel jauregui 
> > escribió:
> > >
> > > Buen dia.
> > >
> > > Muchisimas gracias a todos por sus consejos, lo he puesto como
> *Bridge*,
> > y
> > > pude obtener IP por mi DHCP :D.
> > >
> > > Ahora el problema que tengo es que, no se inicia la Maquina Virtual
> desde
> > > */etc/rc.local* :(.
> > >
> > > De hecho me logie como *root*, y la inicie manualmente:
> > >
> > > shell# VBoxManage startvm Win7
> > > Waiting for VM "Win7" to power on...
> > > VM "Win7" has been successfully started.
> > >
> > > Pero en realidad *no inicia* porque al hacer ping a la IP Fija que le
> > > asigno por DHCP al servidor Win7, no responde nunca :(
> > >
> > > En cambio si me conecto via VNC al servidor CentOS, inicio visualmente
> el
> > > VirtualBox y prendo la Maquina Virtual, ya que inicio Win7, veo que en
> la
> > > otra consola el PING responde.
> > >
> > > Saludos !
> > >
> > > 2015-11-11 8:38 GMT-06:00 Death User :
> > >
> > >> 2015-11-10 20:51 GMT-05:00 angel jauregui :
> > >>
> > >>> Sabes de algun link o recomendacion para CentOS en el proceso ?
> > >>
> > >>
> > >> https://www.virtualbox.org/manual/ch06.html
> > >> https://wiki.centos.org/HowTos/Virtualization/VirtualBox
> > >>
> > >>
> >
> http://catlingmindswipe.blogspot.com/2012/06/how-to-virtualbox-networking-part-two.html
> > >>
> > >> STFW ;)
> > >>
> > >> bye
> > >> ;)
> > >> ___
> > >> CentOS-es mailing list
> > >> CentOS-es@centos.org
> > >> https://lists.centos.org/mailman/listinfo/centos-es
> > >
> > >
> > >
> > > --
> > > M.S.I. Angel Haniel Cantu Jauregui.
> > >
> > > Celular: (011-52-1)-899-871-17-22
> > > E-Mail: angel.ca...@sie-group.net
> > > Web: http://www.sie-group.net/
> > > Cd. Reynosa Tamaulipas.
> > > ___
> > > CentOS-es mailing list
> > > CentOS-es@centos.org
> > > https://lists.centos.org/mailman/listinfo/centos-es
> > ___
> > CentOS-es mailing list
> > CentOS-es@centos.org
> > https://lists.centos.org/mailman/listinfo/centos-es
> >
>
>
>
> --
> Oscar Osta Pueyo
> oostap.lis...@gmail.com
> _kiakli_
> ___
> CentOS-es mailing list
> CentOS-es@centos.org
> https://lists.centos.org/mailman/listinfo/centos-es
>



-- 
M.S.I. Angel Haniel Cantu Jauregui.

Celular: (011-52-1)-899-871-17-22
E-Mail: angel.ca...@sie-group.net
Web: http://www.sie-group.net/
Cd. Reynosa Tamaulipas.
___
CentOS-es mailing list
CentOS-es@centos.org
https://lists.centos.org/mailman/listinfo/centos-es


[CentOS-announce] CEBA-2015:2634 CentOS 6 ipa BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2634 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2634.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
8dfc0bfb0e368d8ce7a28a7daa88ed6b702139cb43779af2614b8db1dc9b9d27  
ipa-admintools-3.0.0-47.el6.centos.1.i686.rpm
cdac5cc13a592201146fe7294505be4ce938a92d581c062f30e7351b02794fc5  
ipa-client-3.0.0-47.el6.centos.1.i686.rpm
ca8ae8bbc3b3c77e66cc55e1d8f2a0ff7be866143e6984fd3c5491a0a17f071f  
ipa-python-3.0.0-47.el6.centos.1.i686.rpm
a72dad700e1f918405419d7dbf6dd213105cc1528163629bf4cc2bd63affcd0f  
ipa-server-3.0.0-47.el6.centos.1.i686.rpm
e83bffee6efe0108e5129222f990f10c7f9974d26d529271472cf5d0a23034af  
ipa-server-selinux-3.0.0-47.el6.centos.1.i686.rpm
dc11242bbdd50111e8a4f21fcae99950b48ddd379d32664cfcabc6a8bc9a78f0  
ipa-server-trust-ad-3.0.0-47.el6.centos.1.i686.rpm

x86_64:
16e4fa746b6bc48d821bda0340a7f516eedf90719b24a0e6a13a22346cb7540e  
ipa-admintools-3.0.0-47.el6.centos.1.x86_64.rpm
e9a32d3a94283d0994ecdd62e866503c1ba7cfb3464fd3af3d504a4c499529d3  
ipa-client-3.0.0-47.el6.centos.1.x86_64.rpm
7a4af16890cd98a019731ce1a97749f958dc9ac4a6650962084656a594942300  
ipa-python-3.0.0-47.el6.centos.1.x86_64.rpm
5796caad92ab5609ab22d0b7972c49470c36878621d18db68739a93d5ec42c81  
ipa-server-3.0.0-47.el6.centos.1.x86_64.rpm
4d313a63f63be7d7a029c9b7ccaf7cad7fa3e47b984fcf5fe1bd01f95c9f2101  
ipa-server-selinux-3.0.0-47.el6.centos.1.x86_64.rpm
02205e56e7e69526bc23befbb461a84f2e336964eab018c425d2e409bf5df9c4  
ipa-server-trust-ad-3.0.0-47.el6.centos.1.x86_64.rpm

Source:
44e55bea8dc526b6569b956c9dc7f58161aea6c0a429c6d1598e65b469a6c943  
ipa-3.0.0-47.el6.centos.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEEA-2015:2630 CentOS 6 NetworkManager-openswan Enhancement Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2015:2630 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-2630.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
eaa7e72adf29d1b601d8a6ccc861193d1b72efad6f0383ff2e9efe715cd9bc1d  
NetworkManager-openswan-0.8.0-10.el6_7.i686.rpm

x86_64:
3d5b78e19fd0918cf5dbe160e5f3a3c30e20fdee5cbc6aa8d8e9d61158efbc9f  
NetworkManager-openswan-0.8.0-10.el6_7.x86_64.rpm

Source:
c64036d084f4f631fbc645f9f47b779dcc9eb265f31cd04411e5f85ca6f918d3  
NetworkManager-openswan-0.8.0-10.el6_7.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2641 CentOS 6 httpd BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2641 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2641.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
c34ef378ead0832f0495514b2d88f08e0d2e7d576bfaa876f55347e58151a8ee  
httpd-2.2.15-47.el6.centos.1.i686.rpm
5cf7efbab042724eb2b003f40bf20b8667f1389e40a6956024916eefe153200e  
httpd-devel-2.2.15-47.el6.centos.1.i686.rpm
d0b9131a6b032114e97fa5f9acc2377d8e7373d51ac767285ecdcf7708c5df91  
httpd-manual-2.2.15-47.el6.centos.1.noarch.rpm
a46cae27a02047a0ed5989588d4c83b2799e20994425aec64b7208f3081915a1  
httpd-tools-2.2.15-47.el6.centos.1.i686.rpm
831db95227c2f4530d1673be56d9849bd58ab8b4ab10fbfa44b535adc85fc808  
mod_ssl-2.2.15-47.el6.centos.1.i686.rpm

x86_64:
f78d065c56544c7090108f5d69c1167ad7c611e010ee2a9c3fc6ee70c1377603  
httpd-2.2.15-47.el6.centos.1.x86_64.rpm
5cf7efbab042724eb2b003f40bf20b8667f1389e40a6956024916eefe153200e  
httpd-devel-2.2.15-47.el6.centos.1.i686.rpm
9dae9e189aa262fc5c853a7ade9fd3e1f52d196d8d0fc6a132e8b2beb697eea4  
httpd-devel-2.2.15-47.el6.centos.1.x86_64.rpm
d0b9131a6b032114e97fa5f9acc2377d8e7373d51ac767285ecdcf7708c5df91  
httpd-manual-2.2.15-47.el6.centos.1.noarch.rpm
6ed72ea5d197ec5e9cb43f2c8630665dc1487ef4b436033b3b56c2ce2c66f124  
httpd-tools-2.2.15-47.el6.centos.1.x86_64.rpm
2397e61985c97e29c475433ca004ebac80ba91040f7a7355ca7c029202fa5a75  
mod_ssl-2.2.15-47.el6.centos.1.x86_64.rpm

Source:
7c390476174a8f8bd7a5011d71cb6c0595854ce7f666edd48308eabffd27fa40  
httpd-2.2.15-47.el6.centos.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2646 CentOS 6 perl-LDAP FASTTRACK BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2646 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2646.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
42523a0ac0d9d3b45ebcb6d4c7d1ade6078cf7e84637b5bacd8e7366b4305e60  
perl-LDAP-0.40-2.el6.noarch.rpm

x86_64:
42523a0ac0d9d3b45ebcb6d4c7d1ade6078cf7e84637b5bacd8e7366b4305e60  
perl-LDAP-0.40-2.el6.noarch.rpm

Source:
484e8c86ba7f0146b08be88295a1e1f3794e99a8842503a66abc9a62f4bac2ec  
perl-LDAP-0.40-2.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2648 CentOS 6 unzip FASTTRACK BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2648 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2648.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
bc75df824f61fdb452221ebb69653b2fdd9329cb16dbe069e9fa506055c29612  
unzip-6.0-4.el6.i686.rpm

x86_64:
21cbf738e11dd401c608187487fbd9e2dcc808813965544333971f69788816b9  
unzip-6.0-4.el6.x86_64.rpm

Source:
bfc2a0a346e99c7d5a7208e079d00073821708663377f391f5e9ed2fd67078fe  
unzip-6.0-4.el6.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread ken

On 12/15/2015 07:39 PM, John R Pierce wrote:

On 12/15/2015 4:21 PM, ken wrote:

I don't think so.  Go to
http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's
at that URL.  I did try it using in netinstall (just trying
*everything* possible), it yielded the same error  once again... and
there aren't any Packages to be found which would be meaningful for
installing packages.



hmm?  thats the directory with the ISO files, the packages are over in
../../os/x86_64, here,

http://mirror.teklinks.com/centos/7.1.1503/os/x86_64/in ./Packages/


Believe me, I  wish it  did  work.  I've been at this stupid 
specification which should be easy and done over with hours ago.  But it 
doesn't work.


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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Leon Fauster
Am 15.12.2015 um 14:31 schrieb Zdenek Sedlak :
> On 12/15/2015 02:23 PM, Dennis Jacobfeuerborn wrote:
>> On 15.12.2015 03:22, John R Pierce wrote:
>>> On 12/14/2015 3:46 PM, Wes James wrote:
>>> 
>>> most service updates will restart the service
>> 
>> Will they? That sound like a pretty terrible idea.
>> 
>> Regards,
>>  Dennis
>> 
>> 
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>> 
> 
> No they don't (opposite to e.g. Debian).



If updated via rpm/yum, they do a "condrestart", but OPs 
context is an 7.1503 to 7.1511 "upgrade". Thus, the execution 
environment changes significantly (glibc, kernel etc.) and 
this should be addressed with a reboot. If in the future only 
a "service" (e.g. httpd) gets an update, then rpm handles the 
restarting process of the running service.

--
LF


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


Re: [CentOS] libreoffice 4.4 or 5 in CentOS 6

2015-12-15 Thread Scott Robbins
On Tue, Dec 15, 2015 at 08:10:07AM +0100, Patrick Bervoets wrote:
> Op 14-12-15 om 23:54 schreef Scott Robbins:
> >On Mon, Dec 14, 2015 at 09:43:54PM +0100, Patrick Bervoets wrote:
> >>I need the ability to make signed PDFs in LibreOffice, so I tried LO 5 and 
> >>LO 4.4 rpms from LO.org but they are useless (menu and toolbar are black).
> >>Anyone been able to use a higher version of LO?
> >>
> >Yes, I easily installed libreoffice-5.x on my CentOS-6x box.  I think all I
> >did was download the tarball, go in the rpm directory and run rpm -ivh
> >*rpm.
> >This seems useful.
> >
> >http://www.tecmint.com/install-libreoffice-on-rhel-centos-fedora-debian-ubuntu-linux-mint/
> >
> >
> That's what I did :-)
> Only I used yum, but that wouldn't make a difference, would it?

I wouldn't think so.

> Toolbar is black with some buttons visible (some of them disappearing when 
> moused-over). Dialog boxes have black buttons etc.
> 
> Do you run gnome? Maybe then this is a KDE thing.

I use dwm or openbox, both of which are window managers rather than desktop
environments.  Hrrm, that might be worth a shot, install one of the
lightweight window managers and see if that helps. If not, maybe even try
with a new test user. 


-- 
Scott Robbins
PGP keyID EB3467D6
( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 )
gpg --keyserver pgp.mit.edu --recv-keys EB3467D6

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


Re: [CentOS] libreoffice 4.4 or 5 in CentOS 6

2015-12-15 Thread James B. Byrne

On Mon, December 14, 2015 15:43, Patrick Bervoets wrote:
> I need the ability to make signed PDFs in LibreOffice, so I tried LO 5
> and LO 4.4 rpms from LO.org but they are useless (menu and toolbar are
> black).
> Anyone been able to use a higher version of LO?
>
> Thanks
>
>

I am running LO-5.0.3.2 on CentoS-6.7. without any known issues.


-- 
***  e-Mail is NOT a SECURE channel  ***
Do NOT transmit sensitive data via e-Mail
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS-announce] CEBA-2015:2631 CentOS 6 crash BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2631 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2631.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
7cedfd6ba95e7d611ab77d553b24097953f17ea41278923e5c4dcedf1fd0e548  
crash-7.1.0-3.el6_7.i686.rpm
b1929507ffb8c025b297dbfb21f7915f934ad69f3dccb8f52da43e2d2bee  
crash-devel-7.1.0-3.el6_7.i686.rpm

x86_64:
60c5dd9fb6bbb8552e6a124fedf49a0e08a1599e27d9102cbb35773b3c133272  
crash-7.1.0-3.el6_7.x86_64.rpm
b1929507ffb8c025b297dbfb21f7915f934ad69f3dccb8f52da43e2d2bee  
crash-devel-7.1.0-3.el6_7.i686.rpm
c889725ffa3088441d2f78e7901206d27e3c0e1388be690544b0976706f57e2f  
crash-devel-7.1.0-3.el6_7.x86_64.rpm

Source:
3dc6753183df7042e187c8ee275c202fbd3783734296c8298d25c1f952c33db7  
crash-7.1.0-3.el6_7.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2633 CentOS 6 libvirt BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2633 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2633.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
dba17fb94d4bf850835955fdc2d17d32acb69292e176e9f70c7532c858f3d015  
libvirt-0.10.2-54.el6_7.3.i686.rpm
51b29e45b5a19dbf8cb49b24100e1804ad349e39de40c78af4c8615b7d4a2c00  
libvirt-client-0.10.2-54.el6_7.3.i686.rpm
0130f4d58750c597a09c1f54c74dc5e055f557b48ed1a5d20399b2a0db2d359f  
libvirt-devel-0.10.2-54.el6_7.3.i686.rpm
81ff855c3873cea1f5dcf2da7d8e7c2c493cdf4bf1319a532ee1bb86d79a6ef0  
libvirt-python-0.10.2-54.el6_7.3.i686.rpm

x86_64:
8ec2d4a231d8bd1f2ff1001a913216eada3851c17d9d70f29257ddd0210d393e  
libvirt-0.10.2-54.el6_7.3.x86_64.rpm
51b29e45b5a19dbf8cb49b24100e1804ad349e39de40c78af4c8615b7d4a2c00  
libvirt-client-0.10.2-54.el6_7.3.i686.rpm
955b971a884e1b3594065aed2ba5a767d95ae123521b3a1f256f74116280309d  
libvirt-client-0.10.2-54.el6_7.3.x86_64.rpm
0130f4d58750c597a09c1f54c74dc5e055f557b48ed1a5d20399b2a0db2d359f  
libvirt-devel-0.10.2-54.el6_7.3.i686.rpm
0d3af6c539b1af08a3cb228a3122de00c26272c457c16706b0b140b6e7ae4e54  
libvirt-devel-0.10.2-54.el6_7.3.x86_64.rpm
7b92d0285c10c5f01487375362bcc0b411f328679fbbcdc3ec57b7b0c0ecedf7  
libvirt-lock-sanlock-0.10.2-54.el6_7.3.x86_64.rpm
beb4ced3e9153e981353f11375daebe7e85142041eb08949676784e86f69136f  
libvirt-python-0.10.2-54.el6_7.3.x86_64.rpm

Source:
5743a0a3a195c1f473fee6e327870ff031a260d13ae6174c25b5f3ccadfae432  
libvirt-0.10.2-54.el6_7.3.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CEBA-2015:2639 CentOS 6 initscripts BugFix Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:2639 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2639.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
7307112f323038c2ee2a8dbbb3abcc8b13a088c9e8e455db7c550d0f20b1fb11  
debugmode-9.03.49-1.el6.centos.3.i686.rpm
074edd127084a5f6404ef2a2b01dda214762a2985a4be17fd900f348142fd6fd  
initscripts-9.03.49-1.el6.centos.3.i686.rpm

x86_64:
807d7528db7080dcefd1dffce8475c221bdb8fb293fe81c6cd92954634016e18  
debugmode-9.03.49-1.el6.centos.3.x86_64.rpm
10279f0bc50754f70082cacdba6051fc1f14dc64072f32c0b4b20bc3f7f31980  
initscripts-9.03.49-1.el6.centos.3.x86_64.rpm

Source:
769a4afca60917ad65c0b2fced67c9e12eeeda0846dfed547c0587253466e109  
initscripts-9.03.49-1.el6.centos.3.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


[CentOS-announce] CESA-2015:2653 Moderate CentOS 7 grub2 Security Update

2015-12-15 Thread Johnny Hughes

CentOS Errata and Security Advisory 2015:2653 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-2623.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
8603042073286061d4ec3757b5e940aa5e5bbfca1f7f114d8cbaf9e3d27db4e7  
grub2-2.02-0.33.el7.centos.1.x86_64.rpm
e2985a01c8c879c855eee9cb61e57ac509ceebc56f6911ee981465e4709e8430  
grub2-efi-2.02-0.33.el7.centos.1.x86_64.rpm
f0c0fe813776cc3b948f87fbbe82370f7944babf2ce22d4328379a46f5b2eb7c  
grub2-efi-modules-2.02-0.33.el7.centos.1.x86_64.rpm
2448ae6c196944fa938a34112fa77d37726ba92db51c362fe1b21c905c43f265  
grub2-tools-2.02-0.33.el7.centos.1.x86_64.rpm

Source:
e729b0d48dd2f3ca80b2fccf2defa3bd39b3e541b525bc89d56cbef9c6d0396e  
grub2-2.02-0.33.el7.centos.1.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net
Twitter: @JohnnyCentOS

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


Re: [CentOS] "installation source" specification for netinstall

2015-12-15 Thread Fred Smith
On Tue, Dec 15, 2015 at 08:24:17PM -0500, ken wrote:
> On 12/15/2015 07:39 PM, John R Pierce wrote:
> >On 12/15/2015 4:21 PM, ken wrote:
> >>I don't think so.  Go to
> >>http://mirror.teklinks.com/centos/7.1.1503/isos/x86_64/ and see what's
> >>at that URL.  I did try it using in netinstall (just trying
> >>*everything* possible), it yielded the same error  once again... and
> >>there aren't any Packages to be found which would be meaningful for
> >>installing packages.
> >
> >
> >hmm?  thats the directory with the ISO files, the packages are over in
> >../../os/x86_64, here,
> >
> >http://mirror.teklinks.com/centos/7.1.1503/os/x86_64/in ./Packages/

This one works:

http://mirrors.mit.edu/centos/7/os/x86_64/

I know because I/ve used it for net installs twice in the last
week or two,  most recently a Thursday of last week.

> Believe me, I  wish it  did  work.  I've been at this stupid
> specification which should be easy and done over with hours ago.
> But it doesn't work.

I agreee that it would be nice to have some better doc on how to
choose the URL for a net install, I've stumbled around in the dark
at times past trying to figure it out, too.

but it definitely DOES work if you get the URL right (and if you have
your networking set up correctly, and the mirror isn't broken, and...,
and..., etc.).

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  "And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever."
--- Isaiah 9:7 (niv) --
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Traiano Welcome
Hi All

Is it possible to upgrade from CentOS 6.7 to CentOS 7?

I  see there is some attempt at an upgrade tool available, but it's
apparently broken:

https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool

Would anyone be able to recommend a manual upgrade procedure to
upgrade a minimal CentOS 6.7 system to one or other version of CentOS
7?

Many thanks in advance,
Traiano
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Digimer
On 15/12/15 10:17 AM, Traiano Welcome wrote:
> Hi All
> 
> Is it possible to upgrade from CentOS 6.7 to CentOS 7?
> 
> I  see there is some attempt at an upgrade tool available, but it's
> apparently broken:
> 
> https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool
> 
> Would anyone be able to recommend a manual upgrade procedure to
> upgrade a minimal CentOS 6.7 system to one or other version of CentOS
> 7?
> 
> Many thanks in advance,
> Traiano

Given how radically the OS changed, I would strongly advice against it.
The move from sysvinit to systemd alone is enough to recommend against
an upgrade.

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without
access to education?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrade from CentOS6.6 to CentOS 7

2015-12-15 Thread Traiano Welcome
On Tue, Dec 15, 2015 at 6:36 PM, Digimer  wrote:
> On 15/12/15 10:17 AM, Traiano Welcome wrote:
>> Hi All
>>
>> Is it possible to upgrade from CentOS 6.7 to CentOS 7?
>>
>> I  see there is some attempt at an upgrade tool available, but it's
>> apparently broken:
>>
>> https://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool
>>
>> Would anyone be able to recommend a manual upgrade procedure to
>> upgrade a minimal CentOS 6.7 system to one or other version of CentOS
>> 7?
>>
>> Many thanks in advance,
>> Traiano
>
> Given how radically the OS changed, I would strongly advice against it.
> The move from sysvinit to systemd alone is enough to recommend against
> an upgrade.


So it's not possible under any circumstances?


>
> --
> Digimer
> Papers and Projects: https://alteeve.ca/w/
> What if the cure for cancer is trapped in the mind of a person without
> access to education?
> ___
> 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


Re: [CentOS] CentOS 7 (1511) is released

2015-12-15 Thread Zdenek Sedlak
On 12/15/2015 03:51 PM, Leon Fauster wrote:
> Am 15.12.2015 um 14:31 schrieb Zdenek Sedlak :
>> On 12/15/2015 02:23 PM, Dennis Jacobfeuerborn wrote:
>>> On 15.12.2015 03:22, John R Pierce wrote:
 On 12/14/2015 3:46 PM, Wes James wrote:

 most service updates will restart the service
>>>
>>> Will they? That sound like a pretty terrible idea.
>>>
>>> Regards,
>>>  Dennis
>>>
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> https://lists.centos.org/mailman/listinfo/centos
>>>
>>
>> No they don't (opposite to e.g. Debian).
> 
> 
> 
> If updated via rpm/yum, they do a "condrestart", but OPs 
> context is an 7.1503 to 7.1511 "upgrade". Thus, the execution 
> environment changes significantly (glibc, kernel etc.) and 
> this should be addressed with a reboot. If in the future only 
> a "service" (e.g. httpd) gets an update, then rpm handles the 
> restarting process of the running service.
> 
> --
> LF
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

Thank for the explanation. When did this change? I always believed the
running daemon is not touched by rpm/yum...

IMHO this is a dangerous behaviour because of possible configuration
changes which need to be merged first...


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


Re: [CentOS] File Share Problem Between SAMBA AND WINDOWS 7

2015-12-15 Thread m . roth
Erkin Aka wrote:
>
> i have installded samba 4 oncentos 7 and started to use as part of active
> directory. But i have a problemabout sharing files between samba and
> windows 7.
>
> i can browse and edit sharedfiles and folders on windows 7.
>
> But when i create a new folder, the owner of the folder is seen as
> “#User300012”instead of the real samba user.

Question: In Linux, are you sharing these via NFS as well? If so, when it
mounts, is it mounted as nobody:nobody?

If so, you need to fix /etc/idmapd.conf. First, add your Domain =
. Then, uncomment Method = nssswitch. Finally, comment out the
UMICH_SCHEMA.

After doing that, nfs-idmapd -c clears the cache, and restart nfs-idmapd
and autofs. See if that helps.

Beyond that - I really don't begin to know samba well enough, but I
*think* there's a line in the configuration related to ownership and uids

  mark

>
> My sharing steps
>
> 1- i have add a user named “ege” on centos and addhim on samba with
> smbpasswd -a ege
>
> 2- and iedited the permissions of the home folder of  “ege” with chmod
> 777
>
> 3- mysmb.conf file
>
>
>  
> [homes]
> browseable = yes
> writeable = yes
> valid users = %S
> read only = No
>
> 4- i logged on Windows 7 with user SERVER\ege, andi can browse shared
> folders. But when i create a folder in shared folder on Windows7 the owner
> of the folder is seen as “#User300012”. but the user name is “ege”on
> centos and samba.
>
>
> How can i fix thisowner of folder problem. Because of this problem i can’t
> use the quota forusers.
>
> ___
> 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