Re: [CentOS] Kickstarting CentOS 7 VM on CentOS 6 not possible?

2015-11-23 Thread Gordon Messmer
On 11/23/2015 12:59 AM, Jos Vos wrote: I use virt-install with a local copy of the "images/pxeboot" tree. Does your tree also include the LiveOS structure (the stage2 installer)? Installing CentOS 7 "manually" using virt-install and the netboot ISO works fine, but I want to use kickstart

Re: [CentOS] Kickstarting CentOS 7 VM on CentOS 6 not possible?

2015-11-23 Thread Jos Vos
On Mon, Nov 23, 2015 at 11:16:50AM -0800, Gordon Messmer wrote: > Does your tree also include the LiveOS structure (the stage2 installer)? Yep. In fact, I tried it with and without that LiveOS/squashfs.img (I was not sure if that was required or just a speed-up). > Using a local install tree

[CentOS] Kickstarting CentOS 7 VM on CentOS 6 not possible?

2015-11-23 Thread Jos Vos
Hi, On CentOS 6.7 (all updates) kickstarting a CentOS 7 VM (in the way it always has worked for other versions, incl. Fedora 22 VM's), does not work for me. I use virt-install with a local copy of the "images/pxeboot" tree. It all stops with: ... [ OK ] Reached target Paths. [

[CentOS] Selling DVD image which include CentOS and our application

2015-11-23 Thread Takuya Yamamoto
Dear ALL Our company make and sell some measurement system controlled by Server. There is no technical issue but we don't have enough information about license. We will do the following, 1) We make the DVD image which include CentOS and our application. 2) Sell DVD to our customer. 3) Customer

Re: [CentOS] Selling DVD image which include CentOS and our application

2015-11-23 Thread Fabian Arrotin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/11/15 07:17, Takuya Yamamoto wrote: > Dear ALL > > Our company make and sell some measurement system controlled by > Server. There is no technical issue but we don't have enough > information about license. > > We will do the following, > >

[CentOS] Kernel route table is empty

2015-11-23 Thread Siva Prasad Nath
I can add using ifconfig and route. Then I can see kernel route entry table. I reboot system. Then route table is empty. How to make kernel route entry table permanent. -- Shiva Prasad Nath 92981134 ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Kernel route table is empty

2015-11-23 Thread Frank Cox
On Tue, 24 Nov 2015 15:13:33 +0800 Siva Prasad Nath wrote: > I can add using ifconfig and route. > Then I can see kernel route entry table. > I reboot system. Then route table is empty. > > How to make kernel route entry table permanent. Create a file in /etc/sysconfig/network-scripts named

Re: [CentOS] Virtual Server in Windows 7

2015-11-23 Thread Siva Prasad Nath
Brand new one i7. On Tuesday, November 24, 2015, Arun Khan wrote: > On Mon, Nov 23, 2015 at 9:17 PM, Siva Prasad Nath > > wrote: > > Hi, > > I am creating a virtual machine. My laptop is i686 system. > > How old is your hardware? I

Re: [CentOS] Virtual Server in Windows 7

2015-11-23 Thread Arun Khan
On Mon, Nov 23, 2015 at 9:17 PM, Siva Prasad Nath wrote: > Hi, > I am creating a virtual machine. My laptop is i686 system. How old is your hardware? I have a 6 year old Toshiba that came with a core i5 64 bit CPU. > Please advice me which Centos verson can be

[CentOS] Building for older versions

2015-11-23 Thread Michael Eager
Hi -- I'm trying to build an application on CentOS 7 which can run on older versions of CentOS. I'm running into problems with versioning of memcpy in Glibc. Executables built on CentOS 7 require memcpy from glibc-2.14, which causes the program not to load on systems with older versions of

Re: [CentOS] Building for older versions

2015-11-23 Thread Nicolas Thierry-Mieg
On 11/23/2015 04:33 PM, Michael Eager wrote: Hi -- I'm trying to build an application on CentOS 7 which can run on older versions of CentOS. I'm running into problems with versioning of memcpy in Glibc. Executables built on CentOS 7 require memcpy from glibc-2.14, which causes the program not

Re: [CentOS] Building for older versions

2015-11-23 Thread Chris Adams
Once upon a time, Michael Eager said: > I'm trying to build an application on CentOS 7 which > can run on older versions of CentOS. I'm running into > problems with versioning of memcpy in Glibc. Executables > built on CentOS 7 require memcpy from glibc-2.14, which > causes

Re: [CentOS] Building for older versions

2015-11-23 Thread Gordon Messmer
On 11/23/2015 07:33 AM, Michael Eager wrote: Does anyone have a reasonable solution? I'd start here: https://wiki.linuxfoundation.org/en/Using_lsbdev ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Building for older versions

2015-11-23 Thread Michael Eager
On 11/23/2015 08:06 AM, Nicolas Thierry-Mieg wrote: On 11/23/2015 04:33 PM, Michael Eager wrote: Hi -- I'm trying to build an application on CentOS 7 which can run on older versions of CentOS. I'm running into problems with versioning of memcpy in Glibc. Executables built on CentOS 7 require

Re: [CentOS] Building for older versions

2015-11-23 Thread Chris Adams
Once upon a time, Michael Eager said: > Building on an older version of CentOS means using older compilers and > libraries. Some applications require building with more current tools. Maybe try an older base OS but with tools from a software collection add-on? That's trickier

Re: [CentOS] Building for older versions

2015-11-23 Thread Michael Eager
On 11/23/2015 07:43 AM, Chris Adams wrote: Once upon a time, Michael Eager said: I'm trying to build an application on CentOS 7 which can run on older versions of CentOS. I'm running into problems with versioning of memcpy in Glibc. Executables built on CentOS 7 require

Re: [CentOS] Building for older versions

2015-11-23 Thread Nicolas Thierry-Mieg
On 11/23/2015 06:00 PM, Michael Eager wrote: On 11/23/2015 08:06 AM, Nicolas Thierry-Mieg wrote: On 11/23/2015 04:33 PM, Michael Eager wrote: Hi -- I'm trying to build an application on CentOS 7 which can run on older versions of CentOS. I'm running into problems with versioning of memcpy in

Re: [CentOS] Building for older versions

2015-11-23 Thread Michael Eager
On 11/23/2015 09:10 AM, Nicolas Thierry-Mieg wrote: On 11/23/2015 06:00 PM, Michael Eager wrote: On 11/23/2015 08:06 AM, Nicolas Thierry-Mieg wrote: On 11/23/2015 04:33 PM, Michael Eager wrote: Hi -- I'm trying to build an application on CentOS 7 which can run on older versions of CentOS.

Re: [CentOS] Building for older versions

2015-11-23 Thread Michael Eager
On 11/23/2015 07:57 AM, Gordon Messmer wrote: On 11/23/2015 07:33 AM, Michael Eager wrote: Does anyone have a reasonable solution? I'd start here: https://wiki.linuxfoundation.org/en/Using_lsbdev Yeah. I know about LSB and I've worked with the LSB committee. Maybe it's time I tried using

[CentOS] Virtual Server in Windows 7

2015-11-23 Thread Siva Prasad Nath
Hi, I am creating a virtual machine. My laptop is i686 system. Please advice me which Centos verson can be downloaded? With regards, Shiva ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Kickstarting CentOS 7 VM on CentOS 6 not possible?

2015-11-23 Thread Fabian Arrotin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/11/15 09:59, Jos Vos wrote: > Hi, > > On CentOS 6.7 (all updates) kickstarting a CentOS 7 VM (in the way > it always has worked for other versions, incl. Fedora 22 VM's), > does not work for me. I use virt-install with a local copy of the >