Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread m . roth
Kay Schenk wrote:
 On 06/07/2015 10:11 PM, Peter wrote:
 On 06/08/2015 12:25 PM, Kay Schenk wrote:
 My situation is I have 7 separate Linux  partitions and a swap area.
 One of the partitions is /home, so it's already in its own partition.
 I want to keep the partitions for CentOS exactly as I have them in
 terms of size, etc. In the past, even when I've done a clean Linux
install,
 the existing system partitions were cleared and repopulated, and the
 existing /home was not touched in any way.

 So, I'm not sure how to interpret what you said. Can I get the same
 results from a CentOS install using some combination of options?

 Yes, since you already have a partition explicitly for /home you just
 need to specify custom partitioning before you begin the install,
 re-select all your partitions back to the same mount point (you will see
 them, they just need to be selected and have the mount point specified)
 and make sure that /home (and any other partitions you explicitly don't
 want wiped) are not selected for formatting.  The installer will take
 care of the rest.
snip
 YAY! I think this is exactly what I did at one time. OK, I'll back up
 JUST in case, but I am hoping this solution plays out well. :)

Good fer you. Btw, coming to this thread late, let me note that this is
standard for everywhere I've worked: make a partition (or nfs mount) for
/home, or /data, or whatever, so that when you did an upgrade to the next
full release, you could say install, rather than update, and sure, wipe
my / and /boot (but not anything else).

 mark

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


[CentOS] Unable to install Centos 7 64 bit

2015-06-08 Thread JD
Greetings...

What is the fastest site for downloading
CentOS-7-x86_64-DVD-1503-01.iso ?

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


Re: [CentOS] Resize KVM NTFS file system

2015-06-08 Thread Darr247
On Monday, 08 June 2015 at @07:06 zulu, Gordon Messmer wrote:

 Why?  If you use gparted (ntfsprogs, under the covers, IIRC), the system
 will chkdsk on the next boot.  No such requirement exists with Microsoft's
 tools



That's not been my experience... gparted does use ntfs-3g to work on NTFS
partitions (what linux-based tool doesn't?), but does not by default set
the dirty bit. Its GUI also offers much-finer granularity than microsoft's.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-virt] Question Kernel / KVM; Update Centos 7(.1)

2015-06-08 Thread Alexander Dalloz

Am 08.06.2015 um 14:25 schrieb Günther J. Niederwimmer:

Hello,

Have Centos a Repository with corrected or newer Packages for KVM.


To which bugs do you refer?


On my brand new System ;-), but also with my older System. I have big problems
with KVM guests slow slow slow, the DomU's are also CentOS 7


You must be doing something wrong. I do not share this experience.


virt-manager is also broken with the 7.1


What exactly should be broken? Not on my side


The old Bug in the Kernel is really bad, I have several hundreds log from
the vcpu0 Problem.


Ticket number?


thank's for a answer,


Alexander



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


Re: [CentOS] Effectiveness of CentOS vm.swappiness

2015-06-08 Thread Kwan Lowe
On Thu, Jun 4, 2015 at 4:18 PM, Markus Shorty Uckelmann sho...@koeln.de
wrote:

 I have lots of C6  C7 machines in use and all of them have the default
 swappiness of 60. The problem now is that a lot of those machines do
 swap although there is no memory pressure. I'm now thinking about
 lowering swappiness to 1. But I'd still like to find out why this
 happens.


 Thanks for this thread. I'm actually looking at the same settings for a
different reason.  Most of our environment is VMWare-based and one major
difference between the Linux and Windows clients is how they use free
memory. Linux grabs it for cache (Free memory is wasted memory.) but
Windows doesn't appear to touch it at all. This means the VMWare hypervisor
can over-commit memory.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Unable to install Centos 7 64 bit

2015-06-08 Thread John R Pierce

On 6/8/2015 1:04 PM, JD wrote:

Greetings...

What is the fastest site for downloading
CentOS-7-x86_64-DVD-1503-01.iso ?


I almost always download the -minimal- version, and then install the 
specific packages I need with yum.


--
john r pierce, recycling bits in santa cruz

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


[CentOS] Does CentOS7 targetcli work to serve out to XEN hosts?

2015-06-08 Thread Rob Townley
I have been successful at getting one XEN host to initiate a iSCSI
connection to a target served by CentOS7, but not a second XEN host.

xe sr-create complains the StorageRepository is in use.

Is there a configuration change?
Another iSCSI target server to use?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] less for CentOS6 with POSIX regex?

2015-06-08 Thread Tony Mountifield
In article ml1jnh$afr$1...@softins.softins.co.uk,
Tony Mountifield t...@softins.co.uk wrote:
 When I started using CentOS 6 instead of CentOS 5, I discovered that
 less no longer understood \ and \, which I had been used to using
 since almost forever.
 
 Eventually research revealed that in the Fedora version on which
 RHEL 6 was based, less had been built with the PCRE regex library
 instead of a POSIX one. So instead of \ and \, I had to use \b.
 
 I found a bugzilla entry about this, which showed that the change had
 been reverted in a later Fedora release. So I tested CentOS 7, and found
 less has been reverted to using POSIX regex, which I'm glad about.
 
 What I want to know is: do any repos have a replacement version of
 less for CentOS 6 that has been built with POSIX regex, so that
 I don't have to keep switching between the two styles when working
 on different CentOS versions?

Well, after the deafening silence in response, I assumed the answer was no,
so I downloaded the SRPMs of less for both C6 and C7, and did a comparison.
I found that it was easy to fix the C6 less to use the correct POSIX regex
engine as follows:

1. Copy less-394-search.patch from the C7 SRPM, and add it back into
   less.spec as Patch2.

2. Remove the line BuildRequires: pcre-devel.

3. Remove --with-regex=pcre from the %configure line in less.spec.

4. Change the release number. I changed 13 to 13posix, so that the resultant
   RPMS have names like less-436-13posix.el6 instead of less-436-13.el6

5. Rebuild RPMs and SRPM using rpmbuild -ba less.spec.

6. Install using yum localinstall.

The resulting build of less works wonderfully on my C6 boxes, consistently
with the versions on C4, C5 and C7.

I'm sure there must be other people who would find the corrected RPMs useful,
so my questions now are:

a) Is there a contributors repo to which it would be appropriate to submit them?

b) Is there a better way to number the release for this version?

Cheers
Tony

-- 
Tony Mountifield
Work: t...@softins.co.uk - http://www.softins.co.uk
Play: t...@mountifield.org - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Unable to install Centos 7 64 bit

2015-06-08 Thread Alexander Dalloz

Am 08.06.2015 um 22:04 schrieb JD:

Greetings...

What is the fastest site for downloading
CentOS-7-x86_64-DVD-1503-01.iso ?

Thanx


Choose a fast mirror server close to your location.

Alexander


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


Re: [CentOS] less for CentOS6 with POSIX regex?

2015-06-08 Thread Nicolas Thierry-Mieg

On 06/09/2015 12:33 AM, t...@softins.co.uk (Tony Mountifield) wrote:

In article ml1jnh$afr$1...@softins.softins.co.uk,
Tony Mountifield t...@softins.co.uk wrote:

When I started using CentOS 6 instead of CentOS 5, I discovered that
less no longer understood \ and \, which I had been used to using
since almost forever.

Eventually research revealed that in the Fedora version on which
RHEL 6 was based, less had been built with the PCRE regex library
instead of a POSIX one. So instead of \ and \, I had to use \b.

I found a bugzilla entry about this, which showed that the change had
been reverted in a later Fedora release. So I tested CentOS 7, and found
less has been reverted to using POSIX regex, which I'm glad about.

What I want to know is: do any repos have a replacement version of
less for CentOS 6 that has been built with POSIX regex, so that
I don't have to keep switching between the two styles when working
on different CentOS versions?


Well, after the deafening silence in response, I assumed the answer was no,
so I downloaded the SRPMs of less for both C6 and C7, and did a comparison.
I found that it was easy to fix the C6 less to use the correct POSIX regex
engine as follows:

1. Copy less-394-search.patch from the C7 SRPM, and add it back into
less.spec as Patch2.

2. Remove the line BuildRequires: pcre-devel.

3. Remove --with-regex=pcre from the %configure line in less.spec.

4. Change the release number. I changed 13 to 13posix, so that the resultant
RPMS have names like less-436-13posix.el6 instead of less-436-13.el6

5. Rebuild RPMs and SRPM using rpmbuild -ba less.spec.

6. Install using yum localinstall.

The resulting build of less works wonderfully on my C6 boxes, consistently
with the versions on C4, C5 and C7.

I'm sure there must be other people who would find the corrected RPMs useful,
so my questions now are:

a) Is there a contributors repo to which it would be appropriate to submit them?

b) Is there a better way to number the release for this version?


it may be better to change the package name to less-posix rather than 
change the release number, and have the new package conflict with less.

That way once you've installed it, it won't get squashed by a yum update.

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


Re: [CentOS] Unable to install Centos 7 64 bit

2015-06-08 Thread Francis Gerund
Try bittorrent.

Really.  Try it.


On Mon, Jun 8, 2015 at 3:04 PM, JD jd1...@gmail.com wrote:

 Greetings...

 What is the fastest site for downloading
 CentOS-7-x86_64-DVD-1503-01.iso ?

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

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


Re: [CentOS] Unable to install Centos 7 64 bit

2015-06-08 Thread JD
Thanx to all who replied.

I downloaded using torrent and that was indeed fast.

However 
after I made sure it had the correct sha256sum,
and after I burned it to DVD, and and dd'd the DVD
back to a temp file and again checked the sha256sum
of the temp file, all was OK. Same sha256sum.

So, I rebooted the machine and it booted up from
the DVD.
I got a message that it was not using VNC,
Then after that immediately an error came out
saying something about xbi...something not working.
Machine did not proceed any further.
I rebooted agian and agian, same error.

The machine is a Dell Latitude E6500, Dual Core 2.8GHz,
8GB RAM, 1TB HD.

Any info on this?

On my phone, I have an image of the screen when the error
is belched out.
I have to yet be able to extract it out of the phone.
Since I have no OS to run on my machine, I am using
the live Knoppix, which has no sense to mount the storage
of the android phone; so the I am unable to attach it,
nor a way to upload it to a free upload site.
Phone



On Mon, Jun 8, 2015 at 4:25 PM, John R Pierce pie...@hogranch.com wrote:

 On 6/8/2015 1:04 PM, JD wrote:

 Greetings...

 What is the fastest site for downloading
 CentOS-7-x86_64-DVD-1503-01.iso ?


 I almost always download the -minimal- version, and then install the
 specific packages I need with yum.

 --
 john r pierce, recycling bits in santa cruz


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

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread g


On 06/08/2015 11:34 AM, Kay Schenk wrote:
 On 06/07/2015 11:05 PM, g wrote:
 On 06/07/2015 07:25 PM, Kay Schenk wrote:
 

 So, I'm not sure how to interpret what you said. Can I get the same
 results from a CentOS install using some combination of options?

 because your are playing with multi flavors,
  [i bet you like going to baskin-robbins for ice cream ;-) ]
 a solution for you would be what i did some years back and i was
 playing with diff flavors, my /home partition was mounted in
 new install as /home2 and i let installation setup a /home in /.

 after install and booting it, as root i moved the newly created
 user home to the /home2 directory, renamed it to the 'user-flavor',
 then linked that back into the install /home and renamed it to
 username and changed ownership to user

 which then gave me:

 /home/username -- /home2/user-flavor

only thing that some might call a disadvatage is
only thing that some might call a disadvatage is
only thing that some might call a disadvatage is
 so that in /home2 i had:

   /home2/geo-fc3
 /geo-fc4
 /geo-mandrake
 /geo-flavor-x
only thing that some might call a disadvatage is
only thing that some might call a disadvatage is
 /geo-flavor-y

only thing that some might call a disadvatage is
 i hope you can see how i did this. i am of terse thinking and
 do not always go into detail enough.
 
 Another creative approach and one I'd thought of also!
 But...not my first choice.

did you do more than just think about it?

just what do you want for a 1st choice?

advantages of /home2 is you have a user home directory for all your
flavors sitting in 1 partition that will not get erased because
you are allocating it's own mount point when you install.

because you are using thunderbird for email client, you can set up
Mail, ImapMail, News paths in there own director,

same applies to firefox bookmarks, passwords, certificates, etc.
such as;

  /home/moz/
   /moz/firefox
   /moz/thunderbird

then link them to your 'flavor' user directory. same goes for your
address book files abook.mab and abook-XX.mab, and other directories
and files that are not path critical.

only thing that some might call a disadvantage is all moz progs will
be same, unless you happen to need something in an add-on that is
path specific.

there are many other progs that are not 'hard set' with path names.


-- 

peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!


in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Re: [CentOS] less for CentOS6 with POSIX regex?

2015-06-08 Thread Nicolas Thierry-Mieg



On 06/09/2015 12:48 AM, Nicolas Thierry-Mieg wrote:

On 06/09/2015 12:33 AM, t...@softins.co.uk (Tony Mountifield) wrote:

In article ml1jnh$afr$1...@softins.softins.co.uk,
Tony Mountifield t...@softins.co.uk wrote:

When I started using CentOS 6 instead of CentOS 5, I discovered that
less no longer understood \ and \, which I had been used to using
since almost forever.

Eventually research revealed that in the Fedora version on which
RHEL 6 was based, less had been built with the PCRE regex library
instead of a POSIX one. So instead of \ and \, I had to use \b.

I found a bugzilla entry about this, which showed that the change had
been reverted in a later Fedora release. So I tested CentOS 7, and found
less has been reverted to using POSIX regex, which I'm glad about.

What I want to know is: do any repos have a replacement version of
less for CentOS 6 that has been built with POSIX regex, so that
I don't have to keep switching between the two styles when working
on different CentOS versions?


Well, after the deafening silence in response, I assumed the answer
was no,
so I downloaded the SRPMs of less for both C6 and C7, and did a
comparison.
I found that it was easy to fix the C6 less to use the correct POSIX
regex
engine as follows:

1. Copy less-394-search.patch from the C7 SRPM, and add it back into
less.spec as Patch2.

2. Remove the line BuildRequires: pcre-devel.

3. Remove --with-regex=pcre from the %configure line in less.spec.

4. Change the release number. I changed 13 to 13posix, so that the
resultant
RPMS have names like less-436-13posix.el6 instead of less-436-13.el6

5. Rebuild RPMs and SRPM using rpmbuild -ba less.spec.

6. Install using yum localinstall.

The resulting build of less works wonderfully on my C6 boxes,
consistently
with the versions on C4, C5 and C7.

I'm sure there must be other people who would find the corrected RPMs
useful,
so my questions now are:

a) Is there a contributors repo to which it would be appropriate to
submit them?

b) Is there a better way to number the release for this version?


it may be better to change the package name to less-posix rather than
change the release number, and have the new package conflict with less.
That way once you've installed it, it won't get squashed by a yum update.


you might need to have it provide less though, to avoid unmet deps eg 
for man or gzip.

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


Re: [CentOS-docs] Update for FAQ - q.15 q.31 update merge

2015-06-08 Thread Karsten Wade
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/05/2015 01:52 PM, Manuel Wolfshant wrote:
 On 06/05/2015 08:30 PM, Karsten Wade wrote:
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 Folks:
 
 A few of us (KB, Johnny, myself) have begun work on updating the
 main FAQs on the CentOS wiki. Mainly that means looking over and
 updating for any changes that have been going on in the last 18
 months as the project has expanded to include SIG releases,
 monthly updates of many new types, new hardware architectures,
 and so forth.
 
 For this first update we've got this from the FAQ:
 
 q.15: 
 http://wiki.centos.org/FAQ/General#head-6e2c3746ec45ac314291746676032
1e8

 
68f43c0e
 q.31 
 http://wiki.centos.org/FAQ/General#head-dcca41e9a3d5ac4c6d900a991990f
d11

 
930867d6
 
 The first item is that these questions are repetitive, so I'd
 like to combine them in to a single answer. Second is that
 version numbering has expanded, so we need to cover monthly
 updates and so forth.
 
 Circling around on this, we ended up with the following complete 
 rewrite that would replace q.31 and retire q.15 (thereby making
 q.31 in to q.30.) How does this update sound?
 
 If we're close enough, I'll push it to live at the start of next
 week, and we can always continue iterating on it.
 
 The text below is in Moin Moin format; I was going to do a diff 
 between the versions but then we differed so wildly in combining
 and rewriting that I think a mental diff will work better. A
 formatted draft is here:
 
 http://wiki.centos.org/KarstenWade/GeneralFAQUpdateq31q15
 
 Thanks - Karsten
 
 I'd say that at least the following paragraphs from q15 are worth 
 preserving: - Any point release is just a snapshot with previous
 updates, plus the latest batch of new upstream updates, rolled into
 a new [base] repo with an initially empty [updates] repo. - There
 is a CentOS Vault containing older CentOS trees. This vault is a 
 picture of the older tree when it was removed from the main tree,
 and does not receive updates. It should only be used for
 reference.
 
 After  If you are using an older minor version than the latest in
 a given branch, then you are missing security and bugfix updates.
 I'd also emphasize that we offer no support for these
 configurations, something along: For this reason old minor releases
 are never supported. If you want/need to freeze at an old point
 release you are entirely on your own.
 
 
 wolfy, tired of people who fail to understand what minor releases
 are and keep pushing in IRC for support of old[er] stuff

I think those look pretty good especially if you think they can answer
confusion about community support for older minor versions. Included
here with some highlighting:

The size of this answer article is just a bit larger (looking) than
each of the previous two answers, which is good -- too many words
won't help. :)

I trimmed a bit more stuff -- repetitive phrasing and unrelated terms
- -- I think it's ready publish to the FAQ.

Regards,
- - Karsten
- -- 
Karsten 'quaid' Wade.^\  CentOS Doer of Stuff
http://TheOpenSourceWay.org\  http://community.redhat.com
@quaid (identi.ca/twitter/IRC)  \v' gpg: AD0E0C41
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iEYEARECAAYFAlV2FswACgkQ2ZIOBq0ODEFswwCfToKp4r7eNXQvhmauG6n5qSTW
uHUAniYb4hIp9br7JvEnpRNvPAcl/S00
=IviX
-END PGP SIGNATURE-
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS] (no subject)

2015-06-08 Thread John R Pierce

On 6/8/2015 4:46 PM, michael wright wrote:

Hello my name is Michael I am new to (CENTOS) what I would like to do is run 
the software as a dual boot  how can I do this I have a 2TB Harddrive  with 4GB 
DDR3 Memory Intel Core i5 processor 2300.


you would need unpartitioned space on the drive to hold the centos 
partitions.  you don't say what other OS you wish to dualboot with, so 
its hard to be more specific.



I would like to setup a shared hosting site I no I need to install php and 
MySQL as such I also would like to sell domain names when I put in my search 
bar on my site how can i have it search for domainnames


hosting and dual boot aren't exactly compatible, a webserver would 
typically be a server in a datacenter, with at least one static IP 
address, and it would be always on 24/7.


installing php and mysql is about as simple as...

# yum install mysql-server php php-mysql

and then configuring them per your application requirements.

that said,  the rest of your question, re: searching for domains, is 
outside the scope of this channel, and better would be addressed on a 
web application development forum.




--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] (no subject)

2015-06-08 Thread Jonathan Billings
On Jun 8, 2015, at 7:46 PM, michael wright michael_j@hotmail.com wrote:
 Hello my name is Michael I am new to (CENTOS) what I would like to do is run 
 the software as a dual boot  how can I do this I have a 2TB Harddrive  with 
 4GB DDR3 Memory Intel Core i5 processor 2300.

I assume you’re setting up dual boot between Windows and CentOS?  Its generally 
easier to install Windows first, then set aside unpartioned space to install 
CentOS on after the windows install is complete.

 I would like to setup a shared hosting site I no I need to install php and 
 MySQL as such

I hope not on your dual-boot system — that’d be kinda an odd idea to have a 
shared hosting site run on a system that’s occasionally booted into Windows…

If you’re getting started with CentOS, lets just get you running it on a system 
before you start trying to run a business on it.

 I also would like to sell domain names when I put in my search bar on my site 
 how can i have it search for domainnames mike 
 

What?

--
Jonathan Billings billi...@negate.org


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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread John R Pierce

On 6/8/2015 5:08 PM, g wrote:

ie, partition for boot, partition for swap, partition for /, partition
home, partition for usr, partition for var, partition for home2,
partition for what ever.



that model is not generally recommended anymore, at least not putting 
/usr on its own partition, there's just too many issues with that 
nowdays.   I don't like putting /var in its own partition either as its 
all too intertwined with root.   the problem with lots of little 
partitions is your freespace gets fragmented.


/home in a dedicated partition, sure. 
/var/lib/${DATABASE_OR_WEB_SERVER}, ditto...



--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] (no subject)

2015-06-08 Thread John R Pierce

On 6/8/2015 5:21 PM, michael wright wrote:

Hi I am running windows 7 professional and the lastest centos7 x86 now if I 
wish to partition the hard since I have 2TB harddrive what volume would I need 
to set that at many thanks mike
  




windows 7 defaults to creating a partition on the entire disk and 
leaving no free unpartitioned space.   that leaves you with nowhere to 
install anything else.






--
john r pierce, recycling bits in santa cruz

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


[CentOS] centos 7 will not install :(

2015-06-08 Thread JD
Please ... any info on how
to proceed???

After I made sure it had the correct sha256sum,
and after I burned it to DVD, and and dd'd the DVD
back to a temp file and again checked the sha256sum
of the temp file, all was OK. Same sha256sum.

So, I rebooted the machine and it booted up from
the DVD.
I got a message that it was not using VNC,
Then after that immediately an error came out
saying something about xbi...something not working.
Machine did not proceed any further.
I rebooted agian and agian, same error.

The machine is a Dell Latitude E6500, Dual Core 2.8GHz,
8GB RAM, 1TB HD.

Any info on this?

On my phone, I have an image of the screen when the error
is belched out.
I have to yet be able to extract it out of the phone.
Since I have no OS to run on my machine, I am using
the live Knoppix, which has no sense to mount the storage
of the android phone; so the I am unable to attach it,
nor a way to upload it to a free upload site.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread Peter
On 06/09/2015 01:31 PM, g wrote:
 /home in a dedicated partition, sure.
 
 only way i have done it from many years back.
 
 /var/lib/${DATABASE_OR_WEB_SERVER}, ditto...
 
 if/when i set up a server.

Servers are better off without a separate partition for /home.  Unlike
desktop installs which contain pretty much all of the user data under
/home in a server install there isn't very much user data at all and
most of the actual data is contained under /var somewhere.

That said, if you plan on having multiple users who will store some data
in their individual /home directories then /home might be in order for a
server, it all depends on your individual needs, it's just that on a
server I don't automatically create a massive /home like I would on a
desktop.


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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread Peter
On 06/09/2015 02:13 PM, John R Pierce wrote:
 I tend to install my virtual host websites under
 /home/someuser/public_html where there's a someuser for each vhost. the
 default /var/www website is generally completely stubbed off and not
 even used.

That was actually one of the scenarios that I had in mind when I added
the 2nd paragraph to my comment (that you snipped).


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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread g


On 06/08/2015 08:29 PM, Peter wrote:


 The real issue is that you cannot put /usr on a dedicated partition
 anymore as of CentOS 7.  This is because /bin, /lib and /lib64 are
 symbolic linked in the /usr equivalents now.  The (previous) purposes of
 having a separate /bin and /lib was so that programs and libs required
 at boot time could be run before the rest of the fs was mounted up if
 /usr were on a separate partition.  Now they've been consolidated and
 symlinked so if you put /usr on a separate partition then the system
 won't be able to access critical apps during boot.

_but_, you can/could have a minimal /usr with required files for boot.
then after the mounting, usr partition lays in.

 You can thank Fedora for making that rather pointless change and
 breaking that capability.

there are a lot of 'thank yous' for fedora project. 1 of which made
3 of my drive lvm when they were ext4. :-\


-- 

peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!


in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread John R Pierce

On 6/8/2015 6:35 PM, Peter wrote:

On 06/09/2015 01:31 PM, g wrote:

/home in a dedicated partition, sure.


only way i have done it from many years back.


/var/lib/${DATABASE_OR_WEB_SERVER}, ditto...


if/when i set up a server.

Servers are better off without a separate partition for /home.  Unlike
desktop installs which contain pretty much all of the user data under
/home in a server install there isn't very much user data at all and
most of the actual data is contained under /var somewhere.



I tend to install my virtual host websites under 
/home/someuser/public_html where there's a someuser for each vhost. the 
default /var/www website is generally completely stubbed off and not 
even used.




--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] CEntos6.6 doesn't install Glusterfs-server?

2015-06-08 Thread yoshihome

Really, I could install glusterfs-server successfully last year.
I heard problems come from priority  in Cents-Base.repo.

On 2015年06月08日 17:45, Nux! wrote:

I believe CentOS Base only ships the glusterfs client.
AFAIK the recommended way to install a full blown gluster solution is to use 
their own repos at
http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/epel-6/

HTH
Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -

From: yoshihome ilov...@topaz.plala.or.jp
To: CentOS@centos.org
Sent: Monday, 8 June, 2015 02:01:38
Subject: [CentOS] CEntos6.6 doesn't install Glusterfs-server?
Hi

I am newbie of Centos.
  I am trouble with installing glusterfs-server on Centos6.6 presented
as below
Sorry for you inconvenience in error message translated  from Japanese
messeage of Centos6.6.
Is there Any solution?


ーーー

[root@fs2 ~]#  yum -y install glusterfs-server
plugin:fastestmirror, priorities, refresh-packagekit, security


..
Loading mirror speeds from cached hostfile
epel/metalink| 4.0 kB 00:00
  * base: centos.mirror.secureax.com
  * epel: ftp.kddilabs.jp
  * extras: ftp.iij.ad.jp
  * rpmforge: ftp.kddilabs.jp
  * updates: centos.mirror.secureax.com
base | 3.7 kB 00:00
extras   | 3.4 kB 00:00
glusterfs-epel   | 2.9 kB 00:00
glusterfs-noarch-epel| 2.9 kB 00:00
rpmforge | 1.9 kB 00:00
updates  | 3.4 kB 00:00
1684 packages excluded due to repository priority protections
..

...
error;packages: glusterfs-server-3.7.1-1.el6.x86_64 (glusterfs-epel)
  request: glusterfs-cli = 3.7.1-1.el6
 available: glusterfs-cli-3.6.0.28-2.el6.x86_64 (base)
 glusterfs-cli = 3.6.0.28-2.el6
 available: glusterfs-cli-3.6.0.29-2.el6.x86_64 (updates)
 glusterfs-cli = 3.6.0.29-2.el6
error:packages: glusterfs-server-3.7.1-1.el6.x86_64 (glusterfs-epel)
  request: glusterfs-fuse = 3.7.1-1.el6
 available: glusterfs-fuse-3.6.0.28-2.el6.x86_64 (base)
 glusterfs-fuse = 3.6.0.28-2.el6
 available: glusterfs-fuse-3.6.0.29-2.el6.x86_64 (updates)
 glusterfs-fuse = 3.6.0.29-2.el6
  You cannot use --skip-broken
  You can try: rpm -Va --nofiles --nodigest







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

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


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


Re: [CentOS] (no subject)

2015-06-08 Thread Fred Smith
On Mon, Jun 08, 2015 at 05:32:05PM -0700, John R Pierce wrote:
 On 6/8/2015 5:21 PM, michael wright wrote:
 Hi I am running windows 7 professional and the lastest centos7 x86 now if I 
 wish to partition the hard since I have 2TB harddrive what volume would I 
 need to set that at many thanks mike
 
 
 
 windows 7 defaults to creating a partition on the entire disk and
 leaving no free unpartitioned space.   that leaves you with nowhere
 to install anything else.
 

that's not hard to fix with the gparted live CD. 
1. boot windows, defrag the partition(s).
2. shut down windows.
3. boot gparted live
4. in my experience the main windows partition is nearest the end,
   so using gparted, shrink it enough to leave adequate space for
   Centos. I won't go into how to use gparted, it's not hard, so you
   can surely figure it out (I did!:)
5. boot windows and let it do its thing with repairing the disk.
6. run your Centos installer, being sure NOT to let it mess with
   your windows partition(s).
7. see my other note about how to get it to dual boot with windows.


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  For him who is able to keep you from falling and to present you before his 
 glorious presence without fault and with great joy--to the only God our Savior
 be glory, majesty, power and authority, through Jesus Christ our Lord, before
 all ages, now and forevermore! Amen.
- Jude 1:24,25 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread g


On 06/08/2015 08:35 PM, Peter wrote:
 On 06/09/2015 01:31 PM, g wrote:
 /home in a dedicated partition, sure.

 only way i have done it from many years back.

 /var/lib/${DATABASE_OR_WEB_SERVER}, ditto...

 if/when i set up a server.

 Servers are better off without a separate partition for /home.  Unlike
 desktop installs which contain pretty much all of the user data under
 /home in a server install there isn't very much user data at all and
 most of the actual data is contained under /var somewhere.

 That said, if you plan on having multiple users who will store some data
 in their individual /home directories then /home might be in order for a
 server, it all depends on your individual needs, it's just that on a
 server I don't automatically create a massive /home like I would on a
 desktop.

every server has a story. :-D

if the foo shits, wear it. ;-)


-- 

peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!


in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Re: [CentOS] (no subject)

2015-06-08 Thread Fred Smith
On Mon, Jun 08, 2015 at 08:03:29PM -0400, Jonathan Billings wrote:
 On Jun 8, 2015, at 7:46 PM, michael wright michael_j@hotmail.com wrote:
  Hello my name is Michael I am new to (CENTOS) what I would like to do is 
  run the software as a dual boot  how can I do this I have a 2TB Harddrive  
  with 4GB DDR3 Memory Intel Core i5 processor 2300.
 
 I assume you’re setting up dual boot between Windows and CentOS?  Its 
 generally easier to install Windows first, then set aside unpartioned space 
 to install CentOS on after the windows install is complete.

My other post in this thread tells you how to free up some space on the
drive (after a Windows install) into which  you can install Centos. This
one tells you how to install Centos-7 into that space AND make it
dual-boot with Windoze.

The default Centos installation(s) do not recognize the windows
installation as a bootable alternative (or at least mine didn't) and
therefore do not automatically give you dual-boot capability.

But here's how to solve that (I'm pretty sure this works only for Centos-7):

1. so the first step is to go ahead and install Centos in the free space.
2. boot it up, run yum update to update any packages that have been
   updated since your CD image was made.
3. install the epel repo for your version of  Centos (presumably you're
   going to install  Centos-7). yum install -y epel-release
4. Do yum install ntfs-3g ntfsprogs
5. Then run: grub2-mkconfig -o /boot/grub2/grub.cfg
and voila! you've now got a dual-boot Centos-7 and Windoze!

do not enter the quotes when typing in the recipes above. they are here
only to separate the commands from my blithering.

Note tat you'll need to be the root user for everything from step
2 onward.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart.  
 Hebrews 4:12 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread Kay Schenk


On 06/08/2015 02:00 PM, g wrote:
 
 
 On 06/08/2015 11:34 AM, Kay Schenk wrote:
 On 06/07/2015 11:05 PM, g wrote:
 On 06/07/2015 07:25 PM, Kay Schenk wrote:
 

 So, I'm not sure how to interpret what you said. Can I get the same
 results from a CentOS install using some combination of options?

 because your are playing with multi flavors,
  [i bet you like going to baskin-robbins for ice cream ;-) ]
 a solution for you would be what i did some years back and i was
 playing with diff flavors, my /home partition was mounted in
 new install as /home2 and i let installation setup a /home in /.

 after install and booting it, as root i moved the newly created
 user home to the /home2 directory, renamed it to the 'user-flavor',
 then linked that back into the install /home and renamed it to
 username and changed ownership to user

 which then gave me:

 /home/username -- /home2/user-flavor

 only thing that some might call a disadvatage is
 only thing that some might call a disadvatage is
 only thing that some might call a disadvatage is
 so that in /home2 i had:

   /home2/geo-fc3
 /geo-fc4
 /geo-mandrake
 /geo-flavor-x
 only thing that some might call a disadvatage is
 only thing that some might call a disadvatage is
 /geo-flavor-y

 only thing that some might call a disadvatage is
 i hope you can see how i did this. i am of terse thinking and
 do not always go into detail enough.

 Another creative approach and one I'd thought of also!
 But...not my first choice.
 
 did you do more than just think about it?
 
 just what do you want for a 1st choice?

I think Peter addressed my concern and responded in a way that leads me
to believe a /home2 as you suggest is not necessary since it will be
bypassed in terms of any installation, which is what I want.

 
 advantages of /home2 is you have a user home directory for all your
 flavors sitting in 1 partition that will not get erased because
 you are allocating it's own mount point when you install.

 I do not have and do not want one partition for my system (files). I
have ONE flavor with many partitions and mount points. A rather old
school approach that's worked pretty well for me all these years.

 
 because you are using thunderbird for email client, you can set up
 Mail, ImapMail, News paths in there own director,
 
 same applies to firefox bookmarks, passwords, certificates, etc.
 such as;
 
   /home/moz/
/moz/firefox
/moz/thunderbird
 
 then link them to your 'flavor' user directory. same goes for your
 address book files abook.mab and abook-XX.mab, and other directories
 and files that are not path critical.
 
 only thing that some might call a disadvantage is all moz progs will
 be same, unless you happen to need something in an add-on that is
 path specific.
 
 there are many other progs that are not 'hard set' with path names.
 
 

-- 

MzK

We can all sleep easy at night knowing that
 somewhere at any given time,
 the Foo Fighters are out there fighting Foo.
  -- David Letterman
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] (no subject)

2015-06-08 Thread michael wright
Hi I am running windows 7 professional and the lastest centos7 x86 now if I 
wish to partition the hard since I have 2TB harddrive what volume would I need 
to set that at many thanks mike
 
 Date: Mon, 8 Jun 2015 17:02:34 -0700
 From: pie...@hogranch.com
 To: centos@centos.org
 Subject: Re: [CentOS] (no subject)
 
 On 6/8/2015 4:46 PM, michael wright wrote:
  Hello my name is Michael I am new to (CENTOS) what I would like to do is 
  run the software as a dual boot  how can I do this I have a 2TB Harddrive  
  with 4GB DDR3 Memory Intel Core i5 processor 2300.
 
 you would need unpartitioned space on the drive to hold the centos 
 partitions.  you don't say what other OS you wish to dualboot with, so 
 its hard to be more specific.
 
  I would like to setup a shared hosting site I no I need to install php and 
  MySQL as such I also would like to sell domain names when I put in my 
  search bar on my site how can i have it search for domainnames
 
 hosting and dual boot aren't exactly compatible, a webserver would 
 typically be a server in a datacenter, with at least one static IP 
 address, and it would be always on 24/7.
 
 installing php and mysql is about as simple as...
 
  # yum install mysql-server php php-mysql
 
 and then configuring them per your application requirements.
 
 that said,  the rest of your question, re: searching for domains, is 
 outside the scope of this channel, and better would be addressed on a 
 web application development forum.
 
 
 
 -- 
 john r pierce, recycling bits in santa cruz
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how do I make my headset work

2015-06-08 Thread Michael Hennebry

On Fri, 5 Jun 2015, g wrote:


On 06/05/2015 04:16 PM, Michael Hennebry wrote:

On Fri, 5 Jun 2015, g wrote:




As I understand it, GFI sums the currents going into each prong.
If the sum is not close enough to zero, it breaks the circuit.


not quite. see;

 https://en.wikipedia.org/wiki/Residual-current_device


I should have written into two prongs.

I have a headset that works now.
I'd forgotten that I bought it and still do not remember why.
Apperently it's a universal all-in-one stereo earset.
Despite the name, it does have a usable miocrophone.

--
Michael   henne...@web.cs.ndsu.nodak.edu
SCSI is NOT magic. There are *fundamental technical
reasons* why it is necessary to sacrifice a young
goat to your SCSI chain now and then.   --   John Woods
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Unable to install Centos 7 64 bit

2015-06-08 Thread Francis Gerund
This might help:

https://wiki.archlinux.org/index.php/Optical_disc_drive#Burning

It's a little technical, but it does work.  I have had the Brasero program
do bad cd/dvd burns, that were not obvious, even after more than one
attempt, and then lie to me about it.

This does the job.  It's a hassle, but I swear by it now.  And swear at
Brasero.

Or, you can just write the install inage to a usb thumb drive, and install
from that.  Here's how:

https://wiki.archlinux.org/index.php/USB_flash_installation_media

Either way,
1) be SURE you know which drive is which throughout the process, and
2) BACK UP YOUR DATA FIRST!
3) if you are not sure, ask before doing
4) take your time, and don't work tired

Good luck.


On Mon, Jun 8, 2015 at 5:35 PM, JD jd1...@gmail.com wrote:

 Thanx to all who replied.

 I downloaded using torrent and that was indeed fast.

 However 
 after I made sure it had the correct sha256sum,
 and after I burned it to DVD, and and dd'd the DVD
 back to a temp file and again checked the sha256sum
 of the temp file, all was OK. Same sha256sum.

 So, I rebooted the machine and it booted up from
 the DVD.
 I got a message that it was not using VNC,
 Then after that immediately an error came out
 saying something about xbi...something not working.
 Machine did not proceed any further.
 I rebooted agian and agian, same error.

 The machine is a Dell Latitude E6500, Dual Core 2.8GHz,
 8GB RAM, 1TB HD.

 Any info on this?

 On my phone, I have an image of the screen when the error
 is belched out.
 I have to yet be able to extract it out of the phone.
 Since I have no OS to run on my machine, I am using
 the live Knoppix, which has no sense to mount the storage
 of the android phone; so the I am unable to attach it,
 nor a way to upload it to a free upload site.
 Phone



 On Mon, Jun 8, 2015 at 4:25 PM, John R Pierce pie...@hogranch.com wrote:

  On 6/8/2015 1:04 PM, JD wrote:
 
  Greetings...
 
  What is the fastest site for downloading
  CentOS-7-x86_64-DVD-1503-01.iso ?
 
 
  I almost always download the -minimal- version, and then install the
  specific packages I need with yum.
 
  --
  john r pierce, recycling bits in santa cruz
 
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread Peter
On 06/09/2015 12:19 PM, John R Pierce wrote:
 On 6/8/2015 5:08 PM, g wrote:
 ie, partition for boot, partition for swap, partition for /, partition
 home, partition for usr, partition for var, partition for home2,
 partition for what ever.
 
 
 that model is not generally recommended anymore, at least not putting
 /usr on its own partition, there's just too many issues with that
 nowdays.   I don't like putting /var in its own partition either as its
 all too intertwined with root.   the problem with lots of little
 partitions is your freespace gets fragmented.
 
 /home in a dedicated partition, sure.
 /var/lib/${DATABASE_OR_WEB_SERVER}, ditto...

The real issue is that you cannot put /usr on a dedicated partition
anymore as of CentOS 7.  This is because /bin, /lib and /lib64 are
symbolic linked in the /usr equivalents now.  The (previous) purposes of
having a separate /bin and /lib was so that programs and libs required
at boot time could be run before the rest of the fs was mounted up if
/usr were on a separate partition.  Now they've been consolidated and
symlinked so if you put /usr on a separate partition then the system
won't be able to access critical apps during boot.

You can thank Fedora for making that rather pointless change and
breaking that capability.


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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread g


On 06/08/2015 07:19 PM, John R Pierce wrote:
 On 6/8/2015 5:08 PM, g wrote:
 ie, partition for boot, partition for swap, partition for /, partition
 home, partition for usr, partition for var, partition for home2,
 partition for what ever.
 
 that model is not generally recommended anymore, at least not putting 
 /usr on its own partition, there's just too many issues with that 
 nowdays.   I don't like putting /var in its own partition either as its 
 all too intertwined with root.   the problem with lots of little 
 partitions is your freespace gets fragmented.

i agree with you 100%.

op inferred that i told him to put everything in 1 partition, which
i did not. so i was just telling him if he wanted to be 'old school'
he could partition what every his heart desired. ;-)

for my 'base' os partitioning is /boot, swap, /, /home.

all additional installs are /, swap, /home. after install if/and
install part 2 boot, i restart to base, i log in as root, copy
grub.conf into /grub of base /boot as grub.conf-newosname. then i
cut/paste lines into my main grub.conf. make notations in 'title'
line. next i copy base /root files that customize user root so i
have same 'root' operation across all installs. the i reboot to
new install and set it up.

 /home in a dedicated partition, sure.

only way i have done it from many years back.

 /var/lib/${DATABASE_OR_WEB_SERVER}, ditto...

if/when i set up a server.


-- 

peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!


in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread John R Pierce

On 6/8/2015 6:29 PM, Peter wrote:

You can thank Fedora for making that rather pointless change and
breaking that capability.


that 'capability' was a holdover of the 1980s when disks were measured 
in megabytes, and memory in kilobytes, so large file systems were 
impractical.




--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread g


On 06/08/2015 09:11 PM, John R Pierce wrote:
 On 6/8/2015 6:29 PM, Peter wrote:
 You can thank Fedora for making that rather pointless change and 
 breaking that capability.
 
 that 'capability' was a holdover of the 1980s when disks were
 measured in megabytes, and memory in kilobytes, so large file
 systems were impractical.

gee, you sure about that?

was tha 8 bit or 17 bit?

(BWG)


-- 

peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!


in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread g


On 06/08/2015 06:12 PM, Kay Schenk wrote:
 On 06/08/2015 02:00 PM, g wrote:


 just what do you want for a 1st choice?
 
 I think Peter addressed my concern and responded in a way that leads
 me to believe a /home2 as you suggest is not necessary since it will
 be bypassed in terms of any installation, which is what I want.

true he went into detail. during install of os, the option of
*custom* allows you to 'slice and dice' a disk into however many
proportions of what ever size you desire.

custom allows creating partitions and setting mount points for _all_
partitions for what ever root path you want. this is how home2 is
how to mount and get /home2.

 advantages of /home2 is you have a user home directory for all
 your flavors sitting in 1 partition that will not get erased
 because you are allocating it's own mount point when you install.

 I do not have and do not want one partition for my system (files). I 
 have ONE flavor with many partitions and mount points. A rather old 
 school approach that's worked pretty well for me all these years.

i never said you had to use one partition for any files.

multi partitions for / paths is not really old school. it is a
feature of custom. you define what each partition is use for.

ie, partition for boot, partition for swap, partition for /, partition
home, partition for usr, partition for var, partition for home2,
partition for what ever.


-- 

peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!


in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


[CentOS] (no subject)

2015-06-08 Thread michael wright
Hello my name is Michael I am new to (CENTOS) what I would like to do is run 
the software as a dual boot  how can I do this I have a 2TB Harddrive  with 4GB 
DDR3 Memory Intel Core i5 processor 2300. I would like to setup a shared 
hosting site I no I need to install php and MySQL as such I also would like to 
sell domain names when I put in my search bar on my site how can i have it 
search for domainnames mike   
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 7 will not install :(

2015-06-08 Thread Francis Gerund
See my second reply to your earlier message.



On Mon, Jun 8, 2015 at 7:47 PM, JD jd1...@gmail.com wrote:

 Please ... any info on how
 to proceed???

 After I made sure it had the correct sha256sum,
 and after I burned it to DVD, and and dd'd the DVD
 back to a temp file and again checked the sha256sum
 of the temp file, all was OK. Same sha256sum.

 So, I rebooted the machine and it booted up from
 the DVD.
 I got a message that it was not using VNC,
 Then after that immediately an error came out
 saying something about xbi...something not working.
 Machine did not proceed any further.
 I rebooted agian and agian, same error.

 The machine is a Dell Latitude E6500, Dual Core 2.8GHz,
 8GB RAM, 1TB HD.

 Any info on this?

 On my phone, I have an image of the screen when the error
 is belched out.
 I have to yet be able to extract it out of the phone.
 Since I have no OS to run on my machine, I am using
 the live Knoppix, which has no sense to mount the storage
 of the android phone; so the I am unable to attach it,
 nor a way to upload it to a free upload site.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

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


Re: [CentOS] (no subject)

2015-06-08 Thread Jonathan Billings
On Jun 8, 2015, at 8:21 PM, michael wright michael_j@hotmail.com wrote:
 Hi I am running windows 7 professional and the lastest centos7 x86 now if I 
 wish to partition the hard since I have 2TB harddrive what volume would I 
 need to set that at many thanks mike

How much space you need is mostly up to your plans for the system.  The minimum 
space required to install CentOS 7 is 10 gigabytes[1], although you certainly 
will want more.  Windows 7 is going to need more space, but with 2TB, you’re 
could easily just split it down the middle and have plenty left over.  I would 
suggest a separate /home partition, to make upgrading easier (see other 
threads[2] on this list).  If you plan on running a service on the system, a 
separate partition for that data might also be prudent.

Also, you appear to have a broken keyboard. I suggest checking whether any of 
your punctuation keypresses are generating characters.


1. http://wiki.centos.org/About/Product
2. http://lists.centos.org/pipermail/centos/2015-June/thread.html#152717

--
Jonathan Billings billi...@negate.org


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


Re: [CentOS] exclude directory from rsync

2015-06-08 Thread John R Pierce

On 6/8/2015 10:12 PM, Tim Dunphy wrote:

rsync -avzp --exclude-from=/var/www/var/  /mnt/var/

rsync -avzp --exclude=/var/www/var/  /mnt/var/

But neither has worked. Can I get a suggestion on how to get this to happen?

how about...

cd /var
rsync -avzp --exclude=www/\* . /mnt/var






--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] exclude directory from rsync

2015-06-08 Thread Gordon Messmer

On 06/08/2015 10:12 PM, Tim Dunphy wrote:

I'm trying to do an rsync of the entire /var directory, but exclude just
the /var/www directory.

...

rsync -avzp --exclude-from=/var/www /var/ /mnt/var/


--exclude-from takes a filename as an argument.  That filename is 
expected to contain a list of patterns to exclude.



rsync -avzp --exclude=/var/www /var/ /mnt/var/


If your exclude pattern begins with '/', then it matches a filename 
immediately within the transfer root.  So in this case, /var/var/www.


Read the FILTER RULES and INCLUDE/EXCLUDE PATTERN RULES sections of 
the manual.


Try:

rsync -avzp --exclude=/www /var/ /mnt/var/

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


[CentOS] exclude directory from rsync

2015-06-08 Thread Tim Dunphy
hey guys,

I'm trying to do an rsync of the entire /var directory, but exclude just
the /var/www directory.

 So far I've tried these approaches:

rsync -avzp --exclude-from=/var/www /var/ /mnt/var/

rsync -avzp --exclude=/var/www /var/ /mnt/var/

But neither has worked. Can I get a suggestion on how to get this to happen?

Thanks,
Tim

-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to install clang on CentOS 7?

2015-06-08 Thread Eero Volotinen
I think that EPEL repository provides clang compiler?

--
Eero

2015-06-08 10:30 GMT+03:00 Nan Xiao xiaonan830...@gmail.com:

 Hi all,

 I want to install clang on CentOS 7. After executing yum install
 clang, it outputs:

 [root@hp ~]# yum install clang
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
  * base: centos.mia.host-engine.com
  * elrepo: elrepo.mirrors.arminco.com
  * extras: centos.arvixe.com
  * updates: centos.eecs.wsu.edu
 No package clang available.
 Error: Nothing to do

 Doesn't  CentOS 7 support rpm install clang? Thanks in advance!

 Best Regards
 Nan Xiao
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

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


Re: [CentOS] How to install clang on CentOS 7?

2015-06-08 Thread Laurent Wandrebeck

Le 08/06/2015 09:30, Nan Xiao a écrit :

Hi all,

I want to install clang on CentOS 7. After executing yum install
clang, it outputs:

[root@hp ~]# yum install clang
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
  * base: centos.mia.host-engine.com
  * elrepo: elrepo.mirrors.arminco.com
  * extras: centos.arvixe.com
  * updates: centos.eecs.wsu.edu
No package clang available.
Error: Nothing to do

Doesn't  CentOS 7 support rpm install clang? Thanks in advance!

Best Regards
Nan Xiao
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Hi.
clang is available in EPEL repository.
See http://fedoraproject.org/wiki/EPEL

HTH,
Laurent.

--
Laurent

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread g


On 06/07/2015 07:25 PM, Kay Schenk wrote:


 So, I'm not sure how to interpret what you said. Can I get the same
 results from a CentOS install using some combination of options?

because your are playing with multi flavors,
 [i bet you like going to baskin-robbins for ice cream ;-) ]
a solution for you would be what i did some years back and i was
playing with diff flavors, my /home partition was mounted in
new install as /home2 and i let installation setup a /home in /.

after install and booting it, as root i moved the newly created
user home to the /home2 directory, renamed it to the 'user-flavor',
then linked that back into the install /home and renamed it to
username and changed ownership to user

which then gave me:

/home/username -- /home2/user-flavor

so that in /home2 i had:

  /home2/geo-fc3
/geo-fc4
/geo-mandrake
/geo-flavor-x
/geo-flavor-y

i hope you can see how i did this. i am of terse thinking and
do not always go into detail enough.


-- 

peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!


in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


[CentOS] How to install clang on CentOS 7?

2015-06-08 Thread Nan Xiao
Hi all,

I want to install clang on CentOS 7. After executing yum install
clang, it outputs:

[root@hp ~]# yum install clang
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mia.host-engine.com
 * elrepo: elrepo.mirrors.arminco.com
 * extras: centos.arvixe.com
 * updates: centos.eecs.wsu.edu
No package clang available.
Error: Nothing to do

Doesn't  CentOS 7 support rpm install clang? Thanks in advance!

Best Regards
Nan Xiao
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to install clang on CentOS 7?

2015-06-08 Thread Nan Xiao
Hi Eero, Laurent,

Yes, it worked! Thanks very much!
Best Regards
Nan Xiao


On Mon, Jun 8, 2015 at 3:34 PM, Laurent Wandrebeck
l.wandreb...@quelquesmots.fr wrote:
 Le 08/06/2015 09:30, Nan Xiao a écrit :

 Hi all,

 I want to install clang on CentOS 7. After executing yum install
 clang, it outputs:

 [root@hp ~]# yum install clang
 Loaded plugins: fastestmirror
 Loading mirror speeds from cached hostfile
   * base: centos.mia.host-engine.com
   * elrepo: elrepo.mirrors.arminco.com
   * extras: centos.arvixe.com
   * updates: centos.eecs.wsu.edu
 No package clang available.
 Error: Nothing to do

 Doesn't  CentOS 7 support rpm install clang? Thanks in advance!

 Best Regards
 Nan Xiao
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

 Hi.
 clang is available in EPEL repository.
 See http://fedoraproject.org/wiki/EPEL

 HTH,
 Laurent.

 --
 Laurent


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


Re: [CentOS] Resize KVM NTFS file system

2015-06-08 Thread Gordon Messmer

On 06/07/2015 09:01 PM, Darr247 wrote:


I tend to disagree with that advice...
I would recommend http://gparted.org/livecd.php over the microsoft-supplied
tools, in a heartbeat.


Why?  If you use gparted (ntfsprogs, under the covers, IIRC), the system 
will chkdsk on the next boot.  No such requirement exists with 
Microsoft's tools.



If I recall correctly, the disk management tool in the windows MMC won't
resize the partition it's running from, by the way.


You do not recall correctly.

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


Re: [CentOS] CEntos6.6 doesn't install Glusterfs-server?

2015-06-08 Thread Nux!
I believe CentOS Base only ships the glusterfs client.
AFAIK the recommended way to install a full blown gluster solution is to use 
their own repos at
http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/epel-6/

HTH
Lucian

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
 From: yoshihome ilov...@topaz.plala.or.jp
 To: CentOS@centos.org
 Sent: Monday, 8 June, 2015 02:01:38
 Subject: [CentOS] CEntos6.6 doesn't install Glusterfs-server?

 Hi
 
 I am newbie of Centos.
  I am trouble with installing glusterfs-server on Centos6.6 presented
 as below
 Sorry for you inconvenience in error message translated  from Japanese
 messeage of Centos6.6.
 Is there Any solution?
 
 
 ーーー
 
 [root@fs2 ~]#  yum -y install glusterfs-server
 plugin:fastestmirror, priorities, refresh-packagekit, security
 
 
 ..
 Loading mirror speeds from cached hostfile
 epel/metalink| 4.0 kB 00:00
  * base: centos.mirror.secureax.com
  * epel: ftp.kddilabs.jp
  * extras: ftp.iij.ad.jp
  * rpmforge: ftp.kddilabs.jp
  * updates: centos.mirror.secureax.com
 base | 3.7 kB 00:00
 extras   | 3.4 kB 00:00
 glusterfs-epel   | 2.9 kB 00:00
 glusterfs-noarch-epel| 2.9 kB 00:00
 rpmforge | 1.9 kB 00:00
 updates  | 3.4 kB 00:00
 1684 packages excluded due to repository priority protections
 ..
 
 ...
 error;packages: glusterfs-server-3.7.1-1.el6.x86_64 (glusterfs-epel)
  request: glusterfs-cli = 3.7.1-1.el6
 available: glusterfs-cli-3.6.0.28-2.el6.x86_64 (base)
 glusterfs-cli = 3.6.0.28-2.el6
 available: glusterfs-cli-3.6.0.29-2.el6.x86_64 (updates)
 glusterfs-cli = 3.6.0.29-2.el6
 error:packages: glusterfs-server-3.7.1-1.el6.x86_64 (glusterfs-epel)
  request: glusterfs-fuse = 3.7.1-1.el6
 available: glusterfs-fuse-3.6.0.28-2.el6.x86_64 (base)
 glusterfs-fuse = 3.6.0.28-2.el6
 available: glusterfs-fuse-3.6.0.29-2.el6.x86_64 (updates)
 glusterfs-fuse = 3.6.0.29-2.el6
  You cannot use --skip-broken
  You can try: rpm -Va --nofiles --nodigest
 
 
 
 
 
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Spamassassin: last step

2015-06-08 Thread Timothy Murphy
I'm running CentOS-7 on my home server, 
and have setup postfix + dovecot + spamassassin.
Everything seems to be working fine,
except that while spam is being marked as ***Spam***,
it is ending up in ~/Maildir/cur/ .

I'd like to divert it to ~/Maildir/.Spam/ 
(where I can examine it with sa-learn).
What is the simplest way to do this?


-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dubli

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


[CentOS] Open-sourced: OpenCL-based multiphysics simulation software package

2015-06-08 Thread Zeev Pekar
Dear CentOS community,

we would like to announce the recent open-source release of our
GPU-enabled multiphysics software - Advanced Simulation Library.
http://asl.org.il/

Here are some remarkable benchmarks:
http://asl.org.il/benchmarks/multicomponent_flow/

I hope that it will be included in CentOS as a package in some near
future (you may join the volunteers from Fedora's SciTech SIG) but till
then you might find it useful in its current form.

Happy hacking,
Zeev

ps: Please, like us on Facebook, if you find ASL cool:
https://www.facebook.com/pages/Avtech-Scientific/828973737156105



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


[CentOS] kvm machine type pc-i440fx-2.1

2015-06-08 Thread Marius Vaitiekunas
Hi,

Could anybody give me some advice, how to define virtual machine type
pc-i440fx-2.1 on latest centos 7.1?
I need to live migrate vms from debian based hypervisor and I get an error
about unsupported machine types, because on centos there are different
naming pc-i440fx-rhel7.1.0.


-- 
Marius Vaitiekūnas
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] could not insert 'fuse' error on CentOS 7.1

2015-06-08 Thread Tim Dunphy
Cool! Thanks Eero. I'll check this out.

Best regards,
Tim

Sent from my iPhone

 On Jun 8, 2015, at 12:06 AM, Eero Volotinen eero.voloti...@iki.fi wrote:
 
 This looka good: https://github.com/juliogonzalez/s3fs-fuse-rpm
 
 Eero
 7.6.2015 4.23 ip. Tim Dunphy bluethu...@gmail.com kirjoitti:
 
 
 Centos 7 base repo contains fuse, use it. it works. handcompiling
 packages
 to centos is *really* stupid, without proper knowledge..
 
 
 Thanks, you're right. The Centos 7 package works.
 
 [root@ops ~]# lsmod | grep fuse
 fuse   87661  1
 
 My final goal is to install s3fs. Funny how all the tutorials I've found
 out there tell you to compile both fuse and s3fs under centos  ubuntu.
 That may be necessary for s3fs, because so far I haven't found it in any of
 the repositories I use. Generally Iike epel, rpmforge, remi and a few
 others.
 
 Anyone know of a repo that includes s3fs?
 
 Thanks,
 Tim
 
 On Sun, Jun 7, 2015 at 4:39 AM, Eero Volotinen eero.voloti...@iki.fi
 wrote:
 
 Centos 7 base repo contains fuse, use it. it works. handcompiling
 packages
 to centos is *really* stupid, without proper knowledge..
 
 eero
 
 2015-06-07 10:06 GMT+03:00 Александр Кириллов nevis...@infoline.su:
 
 I've tried googling this to no avail!!
 
 
 Have you tried The young mechanics mailing list yet?
 And have a look at Gentoo Linux (http://www.gentoo.org). It might suit
 your needs better.
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 
 
 
 --
 GPG me!!
 
 gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Effectiveness of CentOS vm.swappiness

2015-06-08 Thread Jonathan Billings
On Fri, Jun 05, 2015 at 08:40:27AM -0700, Greg Lindahl wrote:
 Linux does not treat various kinds of memory pages differently. If you
 want a daemon to be fully in core, call mlockall(). Here's one way to
 do that without changing the daemon's source:

Another way to do this is to put the services into a named CGroup, and
set memory.swappiness=1 for that cgroup.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/sec-memory.html

Not necessarily as effective as mlock() but you might want to set some
of the other cgroup features as well.

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


Re: [CentOS] Spamassassin: last step

2015-06-08 Thread Chris Adams
Once upon a time, Timothy Murphy gayle...@eircom.net said:
 I'd like to divert it to ~/Maildir/.Spam/ 
 (where I can examine it with sa-learn).
 What is the simplest way to do this?

I do that with sieve.  Install dovecot-pigeonhole, add sieve to the
Dovecot lda/lmtp protocol list (this assumes you are using Dovecot for
local delivery), then add a sieve_before entry in the plugin section to
point to a global sieve script.  I use this one (to filter based on a
header):

if header :contains X-Spam-Flag YES {
fileinto Spam;
}

Don't forget to compile your sieve script.  Also, if you filter on a
header, you may need to double the filter (put the same thing twice) due
to a old Dovecot bug that Red Hat has not yet fixed:

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

-- 
Chris Adams li...@cmadams.net
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Migration to centos 7 and program seg faulting [solved]

2015-06-08 Thread Jerry Geis
Thanks for the suggestions.
My case ended up being a large local variable (stack data)that was fine
before and not fine on CentOS 7.

If found it by #ifdef entire main function, my program then ran. I then
just started letting in chunks of code to narrow it down.

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread Robert Heller
At Sun, 07 Jun 2015 15:16:45 -0700 CentOS mailing list centos@centos.org 
wrote:

 
 If I choose to do a fresh install of CentOS 6 with replace existing
 Linux systems, will it also wipe out my /home directory? In the past
 when I've done this with another Linux distro, /home was not affected.

Probably...

 
 Or, would I need to do fresh install and then muck with partitioning
 using a Custom Layout? Right now, it's kind of looking like the latter
 to me, and if so, will I lose data?

It is not hard to do the custom layout. Just select the 'system' filesystems
(eg /, /usr, /var, /boot, and the like) and select 'reformat as whatever (ext4
usually), and set the mount points to what they were. Then select the /home
(and any other 'user data' type file systems) partition(s) and select 'use as
is' and give the proper mount point(s).  If you take your time and are 
careful, you won't lose any data, but do go ahead and do careful backups 
anyway.  You *might* want to note down any special configuration information 
you need to preserve (eg static IP address, a list of custom software you want 
to have installed, and so on).

Basically the 'Custom Layout' is for two general cases:

1) you have an unformatted disk and you want to do something non-default with 
the partitioning.

2) you want to re-install and retain some non-system data partitions.

There is a third possibility where you want to have a multiple Linux boot
system (this usually means using /boot 'as is' for the second+ install, often
with the installer bitching about doing that, and it usually means having way
too much fun fiddling with grub.conf later), although mostly these days, you
just pick one Linux distro for your 'host' and run one (or more) 'other'
linuxes as VMs.

 
 I spent some time on the Forums and reading the RH documentation, but,
 no real answers to this specific question.
 
 Thanks for any help.

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services

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


[CentOS-virt] Question Kernel / KVM; Update Centos 7(.1)

2015-06-08 Thread Günther J . Niederwimmer
Hello,

Have Centos a Repository with corrected or newer Packages for KVM.

On my brand new System ;-), but also with my older System. I have big problems 
with KVM guests slow slow slow, the DomU's are also CentOS 7

virt-manager is also broken with the 7.1

The old Bug in the Kernel is really bad, I have several hundreds log from 
the vcpu0 Problem.

thank's for a answer, 
-- 
mit freundlichen Grüssen / best regards,

 Günther J. Niederwimmer
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


[CentOS-announce] Release for CentOS Linux 7 x86_64 Vagrant Box

2015-06-08 Thread Karanbir Singh
We are pleased to announce the immediate availability for CentOS Linux 7
x86_64 images for Vagrant.

This image represents a minimal install set, that lines up with the user
expectation for our Cloud Images, our ISO based Minimal installer and
the default minimal install profile from the in-distro install options.

Images are released for the VirtualBox and LibVirt providers ( more
providers coming soon ). They are also available on the Vagrant Cloud /
Atlas service at : https://atlas.hashicorp.com/centos/boxes/7

Anyone using vagrant already can get started with the following two
commands :

vagrant init centos/7
vagrant up


The backing files are available for direct download at :
* LibVirt:
http://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-Vagrant-1505-x86_64-01.LibVirt.box
sha256: 49ac77893c1609d9d79b1b3f1fd0526d77a01cb62563c7c507099c5ab785a6f1

* VirtualBox:
http://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-Vagrant-1505-x86_64-01.box
sha256: 572c5ce3fc4e1a1efe274f5c30bc1645240bf1702fcdcd1976e67988d04df001

* Generic Qcow2:
http://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-Vagrant-1505-x86_64-01.qcow2
sha256: 70e703fa22f09dd0257bfe0e625a33f3cf2d7a98d5264ac75fdf1aa06336d1b3

Note: this generic qcow2 file is pre-seeded with the vagrant user, and
can be used to setup backing instances for more providers.


If you intend to hardcode urls into automation scripts etc, I highly
recommend using the short link urls, these point at the latest released
image set and will be updated when backing media is updated for security
issues, bugfix, feature upgrades.

virtualbox:
http://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7.box

libvirt:
http://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7.LibVirt.box


Update cycles for these images is currently set to once per month, but
we might update out of band for major security issues. Every update will
see a new image set released, with the short link urls pointed to the
new images. all image updates will be announced to the centos-announce list.

We welcome all feedback, find us on the CentOS-Devel list
(http://lists.centos.org ), or in #centos-devel on irc.freenode.net or
on our issue tracker at http://bugs.centos.org/

Enjoy,

-- 
Karanbir Singh, Project Lead, The CentOS Project
+44-207-0999389 | http://www.centos.org/ | twitter.com/CentOS
GnuPG Key : http://www.karan.org/publickey.asc

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


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread Kay Schenk


On 06/07/2015 10:11 PM, Peter wrote:
 On 06/08/2015 12:25 PM, Kay Schenk wrote:
 My situation is I have 7 separate Linux  partitions and a swap area. One
 of the partitions is /home, so it's already in its own partition.
 I want to keep the partitions for CentOS exactly as I have them in terms
 of size, etc. In the past, even when I've done a clean Linux install,
 the existing system partitions were cleared and repopulated, and the
 existing /home was not touched in any way.

 So, I'm not sure how to interpret what you said. Can I get the same
 results from a CentOS install using some combination of options?
 
 Yes, since you already have a partition explicitly for /home you just
 need to specify custom partitioning before you begin the install,
 re-select all your partitions back to the same mount point (you will see
 them, they just need to be selected and have the mount point specified)
 and make sure that /home (and any other partitions you explicitly don't
 want wiped) are not selected for formatting.  The installer will take
 care of the rest.
 
 Make sure you are backed up just in case you muck things up, but it
 shouldn't be an issue.
 
 
 Peter

YAY! I think this is exactly what I did at one time. OK, I'll back up
JUST in case, but I am hoping this solution plays out well. :)


-- 

MzK

We can all sleep easy at night knowing that
 somewhere at any given time,
 the Foo Fighters are out there fighting Foo.
  -- David Letterman
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] newbie question on installation over existing Linux

2015-06-08 Thread Kay Schenk


On 06/07/2015 11:05 PM, g wrote:
 
 
 On 06/07/2015 07:25 PM, Kay Schenk wrote:
 
 
 So, I'm not sure how to interpret what you said. Can I get the same
 results from a CentOS install using some combination of options?
 
 because your are playing with multi flavors,
  [i bet you like going to baskin-robbins for ice cream ;-) ]
 a solution for you would be what i did some years back and i was
 playing with diff flavors, my /home partition was mounted in
 new install as /home2 and i let installation setup a /home in /.
 
 after install and booting it, as root i moved the newly created
 user home to the /home2 directory, renamed it to the 'user-flavor',
 then linked that back into the install /home and renamed it to
 username and changed ownership to user
 
 which then gave me:
 
 /home/username -- /home2/user-flavor
 
 so that in /home2 i had:
 
   /home2/geo-fc3
 /geo-fc4
 /geo-mandrake
 /geo-flavor-x
 /geo-flavor-y
 
 i hope you can see how i did this. i am of terse thinking and
 do not always go into detail enough.
 
 

Another creative approach and one I'd thought of also!
But...not my first choice.

-- 

MzK

We can all sleep easy at night knowing that
 somewhere at any given time,
 the Foo Fighters are out there fighting Foo.
  -- David Letterman
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos