Re: [CentOS] CentOS as Guest OS on Red Hat Virtualisation 4.x

2017-04-29 Thread Lukas Zapletal
You answered yourself basically, yes CentOS is essentially RHEL and it will
run. Now, the article refers to "support" and that is different topic. It
means that when you call Red Hat Support they will be able to help you with
hypervisor if the guest does not operate properly. People often confuse
phrase "is supported" with "does it run".

Just make sure to select RHEL 7 guest configuration for CentOS 7 so proper
drivers are in use for optimal performance.

2017-04-27 19:21 GMT+02:00 Ling Yew Kim :

> Hi all,
>
> I have a banking customer asking if CentOS is compatible on RHV4.0 as a
> guest VM. Based on Red Hat’s knowledge base (see link below), CentOS not
> supported guest OS.
>
> However, VMware say on their official document, CentOS is a compatible
> guest OS (see link below). So, in my customer's mind, CentOS cannot be used
> as a guest OS in RHV cause it is not compatible, which I find it hard to
> believe considering the relationship between CentOs and RHEL.
>
> RHV supported guest OS
> https://access.redhat.com/documentation/en-us/red_hat_
> virtualization/4.0/html-single/virtual_machine_
> management_guide/#Supported_virtual_machines
>
> VMware compatible guest OS
> https://partnerweb.vmware.com/comp_guide2/pdf/VMware_GOS_
> Compatibility_Guide.pdf
>
> So, my question is, technically, can CentOS run as a guest OS on RHV4? Is
> there anyone that has done extensive test with CentOS on RHV? Is there any
> documentation or links that can show CentOS will run fine on RHV4? Just
> need to show customer that indeed CentOS is technically compatible on RHV
> but just not supported by Red Hat.
>
> Many thanks.
>
> p/s: If you’re wondering why I’m not getting the customer to migrate
> CentOS to RHEL just so that it’s a supported configuration? well, for some
> reason he just wants to continue using CentOS, which I’m guessing could be
> caused by $$$ as they have heaps of CentOS in their environment.
>
>
> LING YEW KIM
> PLATFORMS SOLUTIONS ARCHITECT
> Red Hat Malaysia (ASEAN) <https://www.redhat.com/>
> l...@redhat.com <mailto:l...@redhat.com>M: +6012-343-8765  +6012-343-8765>
>
>   <https://red.ht/sig>
> TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
> @redhatnews <https://twitter.com/redhatnews>   Red Hat <
> https://www.linkedin.com/company/red-hat>   Red Hat <
> https://www.facebook.com/RedHatInc>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
S pozdravem / Best regards
  Lukas Zapletal
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Anyone ever gotten Solaris to install from a CentOS PXE server?

2017-03-20 Thread Lukas Zapletal
Foreman does support Solaris out of box, I haven't tried this myself. It
runs in CentOS7.

https://www.theforeman.org

2017-03-20 22:32 GMT+01:00 James A. Peltier :

> Yes and PXE booting the node worked just fine.  It was quite some time ago
> and the process was rather straightforward.  This is for x86_64
>
> use-host-decl-names on;
> filename "/solaris/pxegrub";
> next-server ;
> vendor-option-space SUNW;
> option SUNW.JumpStart-server ":/exports/Solaris/
> JUMPSTART/x86";
>
> # BE WARNED: No hostnames. Must use IP addresses for Sol 10 x86!
> host canopy {
>   option host-name "canopy";
>   hardware ethernet ;
>   fixed-address ;
>   option SUNW.sysid-config-file-server = " IP>:/exports/Solaris/JUMPSTART/x86";
> }
>
> - On 17 Mar, 2017, at 11:09, Locane loc...@gmail.com wrote:
>
> | I'm poking through Solaris documentation trying to figure out how to make
> | it installable via our PXE server and, as with many things Solaris, I'm
> | hitting walls of completely foreign procedures and setups.
> |
> | Has anyone managed to do this before?  I'm trying to set Solaris 11.3 up.
> | ___
> | CentOS mailing list
> | CentOS@centos.org
> | https://lists.centos.org/mailman/listinfo/centos
>
> --
> James A. Peltier
> IT Services - Research Computing Group
> Simon Fraser University - Burnaby Campus
> Phone   : 604-365-6432
> Fax : 778-782-3045
> E-Mail  : jpelt...@sfu.ca
> Website : http://www.sfu.ca/itservices
> Twitter : @sfu_rcg
> Powering Engagement Through Technology
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
S pozdravem / Best regards
  Lukas Zapletal
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SELinux file permissions

2017-01-23 Thread Lukas Zapletal
Hello,

restorecon works only for existing files, for new files you are looking for
file transition rule.

Google that out, there is plenty of articles on that topic, for example:

https://fedoraproject.org/wiki/Features/SELinuxFileNameTransition

LZ

2017-01-23 19:57 GMT+01:00 Tim Smith :

> Hi,
>
> I'm trying to grant dovecot the ability to manage its socket within
> the postfix spool directory.
>
> I have added the below to file_contexts.local :
>
> /var/spool/postfix/private/dovecot-auth system_u:system_r:dovecot_t:s0
>
>
> However, running "restorecon -v
> /var/spool/postfix/private/dovecot-auth" gives me the following error
> :
>
> restorecon:  lstat(/var/spool/postfix/private/dovecot-auth) failed:
> No such file or directory
>
>
> I cannot create the socket file in advance, because dovecot manages
> it, and if you "touch" the file, dovecot complains.
>
> Where am I going wrong ?
>
> Thanks !
>
> Tim
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
S pozdravem / Best regards
  Lukas Zapletal
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS iSCSI Install & Booting

2016-11-30 Thread Lukas Zapletal
If you do not want to use iPXE, an alternative approach is to have a USB
stick (few hundred MBs is enough) for /boot partition. CentOS 7 installs
just fine with this setup (/boot on local USB, the rest on iSCSI).

This works better with kernel updates (can be more tricky with iPXE as you
need to "synchronize" kernels and modules).

LZ

2016-11-19 8:06 GMT+01:00 James A. Peltier :

> Check out the iPXE website for details about iSCSI booting.
>
> - Original Message -
> | I'm looking for direction to install and boot CentOS 7 from an iSCSI
> | device. Any experience and advice will be greatly appreciated.
> |
> | Thanks!
> | Michael Duvall
> | ___
> | CentOS mailing list
> | CentOS@centos.org
> | https://lists.centos.org/mailman/listinfo/centos
> |
>
> --
> James A. Peltier
> IT Services - Research Computing Group
> Simon Fraser University - Burnaby Campus
> Phone   : 604-365-6432
> Fax : 778-782-3045
> E-Mail  : jpelt...@sfu.ca
> Website : http://www.sfu.ca/itservices
> Twitter : @sfu_rcg
> Powering Engagement Through Technology
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
S pozdravem / Best regards
  Lukas Zapletal
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos OS Crash Recovery, Inquiry.

2016-11-12 Thread Lukas Zapletal
I recommend REAR next time, part of CentOS. Wonderful utility.

LZ

2016-11-03 2:46 GMT+01:00 Christopher G. Halnin :

> Dear Sir/s,
>
> As I have mentioned in my previous email, is there a way to recover or
> bring back to life a crashed Centos OS after doing a Hard Driver
> repartition or resizing?
>
> Thanks.
>
> Regards,
>
> CHRIS
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
S pozdravem / Best regards
  Lukas Zapletal
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DHCP chown

2014-11-04 Thread Lukas Zapletal
> I hope you figured out what was wrong with the SELinux attributes on
> the files.  Turning off SELinux and calling it fixed isn't really a
> solution. 

Just for the record:

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

The SELinux update you want is CEBA-2014:1568 I believe.

-- 
Later,
 Lukas #lzap Zapletal
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos