Re: How to use subversion to keep source, system and doc files up to date?

2012-09-27 Thread Matthew Seaman
On 27/09/2012 07:41, Polytropon wrote: > Does anyone know if there are already plans to make svn part > of the base system and integrate it with make, so that one > can use "make update" (in /usr/src and/or /usr/ports) with > control files or options (e. g. in /etc/make.conf) to have > influence on

Re: How to use subversion to keep source, system and doc files up to date?

2012-09-27 Thread Alexandre
On Thu, Sep 27, 2012 at 12:44 AM, Ed Flecko wrote: > > Thank you. > > I am using a custom kernel, but you're right - I should have said so. > > :-) > > Do you have any feedback using subversion? I know I can still use > csup; I'm basically trying to figure out how to subversion to achieve > the sa

Re: How to use subversion to keep source, system and doc files up to date?

2012-09-27 Thread Lars Eighner
If only subversion had some scripts similar to the *-supfile s with cvsup, including some "first time scripts." -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266 ___ freebsd-questions@freebsd.org mailing l

Re: FreeBSD 8.x sysisntall dists

2012-09-27 Thread Rick Miller
On Wed, Sep 26, 2012 at 4:19 PM, Devin Teske wrote: > > > All patched. > > http://svn.freebsd.org/changeset/base/240972 > > Can you test? I'll close the PR upon success. Success! Thanks! -- Take care Rick Miller ___ freebsd-questions@freebsd.org mail

BSD on IOS hardware

2012-09-27 Thread Greg Freeman
Is it possible to load FreeBSD on an Apple Mobile device designed to run IOS? There are a lot of old iPads out there. If we could repurpose them to straight Unix pads that might be cool. From there shells and then maybe an open source alternative to IOS or Android. Maybe a way for people to

Subversion output: Node remains in conflict ???

2012-09-27 Thread Ed Flecko
When I ran the following command using subversion, here's what I get: fbsd# svn up /usr/src Updating '.': Skipped 'lib' -- Node remains in conflict Skipped 'sys' -- Node remains in conflict At revision 240997. Summary of conflicts: Skipped paths: 2 fbsd# svn up /usr/ports Skipped '/usr/ports' S

Re: LSI 9750-4i (tws based cards)

2012-09-27 Thread Mike Tancsa
On 9/12/2012 3:30 PM, Mike Tancsa wrote: > Does anyone have any experience with these cards ? We are looking for a > controller that has a little more gas than the twa based cards which > have been very reliable and stable for us on FreeBSD. I dont have any > experience with 3ware/LSI's cards that

Re: How to use subversion to keep source, system and doc files up to date?

2012-09-27 Thread Ed Flecko
Thank you all! I'm a little confused by Trond's reply, "Make sure your /usr/src and /usr/ports directories does not contain files and directories served by Subversion, they will hinder extraction/updating when checking out a Subversion working copy on top of the existing hierarchy. Simply delete

Re: FreeBSD 8.x sysisntall dists

2012-09-27 Thread Devin Teske
On Sep 27, 2012, at 5:52 AM, Rick Miller wrote: > On Wed, Sep 26, 2012 at 4:19 PM, Devin Teske > wrote: >> >> >> All patched. >> >> http://svn.freebsd.org/changeset/base/240972 >> >> Can you test? I'll close the PR upon success. > > Success! Thanks! > Excellent! Thank you for bringing t

Re: How to use subversion to keep source, system and doc files up to date?

2012-09-27 Thread Trond Endrestøl
On Thu, 27 Sep 2012 08:18-0700, Ed Flecko wrote: > Thank you all! > > I'm a little confused by Trond's reply, > > "Make sure your /usr/src and /usr/ports directories does not contain > files and directories served by Subversion, they will hinder > extraction/updating when checking out a Subversi

FreeBSD on IBM Power 560

2012-09-27 Thread Leonardo M . Ramé
Hi, does anyone knows if FreeBSD can be installed on this machine: http://www-03.ibm.com/systems/power/hardware/560/ It's an PPC (Power6) based machine. Currently it uses OpenSuse 10, but as it is a discontinued version, I would like to know if I can replace it with a newer version of FreeBSD.

FreeBSD on IBM Power 560

2012-09-27 Thread Leonardo M . Ramé
Hi, does anyone knows if FreeBSD can be installed on this machine: http://www-03.ibm.com/systems/power/hardware/560/ It's an PPC (Power6) based machine. Currently it uses OpenSuse 10, but as it is a discontinued version, I would like to know if I can replace it with a newer version of FreeBSD.

contributing to the ports collection

2012-09-27 Thread Stuart Matthews
Hi everyone, After several years of using FreeBSD, I have decided it is time to start contributing my time to the project. I have read through the relevant page on freebsd.org and intend to look into contributing in a couple of the ways listed there. However, my main interest is contributing a

Re: Subversion output: Node remains in conflict ???

2012-09-27 Thread Warren Block
On Thu, 27 Sep 2012, Ed Flecko wrote: When I ran the following command using subversion, here's what I get: fbsd# svn up /usr/src Updating '.': Skipped 'lib' -- Node remains in conflict Skipped 'sys' -- Node remains in conflict At revision 240997. Summary of conflicts: Skipped paths: 2 fbsd#

Re: How to use subversion to keep source, system and doc files up to date?

2012-09-27 Thread Warren Block
On Thu, 27 Sep 2012, Ed Flecko wrote: Thank you all! I'm a little confused by Trond's reply, "Make sure your /usr/src and /usr/ports directories does not contain files and directories served by Subversion, they will hinder extraction/updating when checking out a Subversion working copy on top

Re: contributing to the ports collection

2012-09-27 Thread Fernando Apesteguía
On Thu, Sep 27, 2012 at 9:59 PM, Stuart Matthews wrote: > Hi everyone, > > After several years of using FreeBSD, I have decided it is time to start > contributing my time to the project. I have read through the relevant page > on freebsd.org and intend to look into contributing in a couple of the

svn checkout "head" or "stable"

2012-09-27 Thread Ed Flecko
My goal is to simply have a production server that's fully patched, but I will be running custom kernels (which is why I'm not using freebsd-update). I've seen a lot of subversion references to checking out the "head" branch and the "stable" branch. I understand the "head" branch is the most curre

Re: svn checkout "head" or "stable"

2012-09-27 Thread Trond Endrestøl
On Thu, 27 Sep 2012 15:03-0700, Ed Flecko wrote: > My goal is to simply have a production server that's fully patched, > but I will be running custom kernels (which is why I'm not using > freebsd-update). I've seen a lot of subversion references to checking > out the "head" branch and the "stable"

Re: svn checkout "head" or "stable"

2012-09-27 Thread Ed Flecko
Cool...thank you Trond. Is that true of the "docs" branch as well, in other words... svn co svn://svn.freebsd.org/doc/head /usr/doc works just fine? Ed ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Re: svn checkout "head" or "stable"

2012-09-27 Thread Trond Endrestøl
On Thu, 27 Sep 2012 15:39-0700, Ed Flecko wrote: > Cool...thank you Trond. NP. > Is that true of the "docs" branch as well, in other words... > > svn co svn://svn.freebsd.org/doc/head /usr/doc > > works just fine? Browsing through http://svnweb.freebsd.org/doc/, indicates http://svnweb.freeb

PC-BSD 9.0 in VirtualBox

2012-09-27 Thread Mike Jeays
I have been running PC-BSD 9.0 with the KDE interface in a VirtualBox VM, and notice that it uses CPU resources when idle, driving up my CPU temperature about 15 degrees on an otherwise idle machine. (It is an Intel i5 quad four). Is this to be expected? _