freebsd-update-server

2010-08-07 Thread Coert Waagmeester

Hello all,

I am setting up my own freebsd-update-server.

Everything seems to be working so far, but how can I also get the 
patches to build together with everything?


Here is the output of scripts/init.sh

# sh scripts/init.sh i386 8.1-RELEASE | tee init.log
Sat Aug  7 14:59:24 SAST 2010 Starting fetch for FreeBSD/i386 8.1-RELEASE
/usr/packages/freebsdupdateserver/work/8.1-RELEASE/i386/iso.img 
645 MB   47 MBps
Sat Aug  7 14:59:35 SAST 2010 Verifying disc1 hash for FreeBSD/i386 
8.1-RELEASE
Sat Aug  7 14:59:46 SAST 2010 Extracting components for FreeBSD/i386 
8.1-RELEASE
Sat Aug  7 15:01:50 SAST 2010 Constructing world+src image for 
FreeBSD/i386 8.1-RELEASE
Sat Aug  7 15:05:37 SAST 2010 Extracting world+src for FreeBSD/i386 
8.1-RELEASE

## Here is my problem
ls: /usr/packages/freebsdupdateserver/patches/8.1-RELEASE: No such file 
or directory

##
Sat Aug  7 13:07:18 UTC 2010 Building world for FreeBSD/i386 8.1-RELEASE
Sat Aug  7 15:07:26 SAST 2010 Moving components into staging area for 
FreeBSD/i386 8.1-RELEASE

mv: rename /R/stage/trees to /R/trees/world: No such file or directory
Sat Aug  7 15:07:26 SAST 2010 Identifying extra documentation for 
FreeBSD/i386 8.1-RELEASE


Documentation not built from src:

Sat Aug  7 15:07:44 SAST 2010 Extracting extra docs for FreeBSD/i386 
8.1-RELEASE

tar: could not chdir to '/R/trees/world'

Sat Aug  7 15:07:44 SAST 2010 Indexing release for FreeBSD/i386 8.1-RELEASE
^C
#


Is ftp://ftp.freebsd.org/pub/FreeBSD/ERRATA/patches/ 
 the right place to get them?


And then just place them in patches/8.1-RELEASE/ ?


Kind regards,
Coert Waagmeester
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: eclipse install (broken ports tree)

2009-08-06 Thread Coert Waagmeester

On Wed, 2009-08-05 at 14:50 -0800, Mel Flynn wrote:
 On Wednesday 05 August 2009 13:53:22 Coert Waagmeester wrote:
 
  I tried it via the ports, but this error keeps popping up:
  Missing pkg-descr for patch-2.5.9.
 
 I believe you have a defective ports tree. You should have the following file:
 SHA256 (/usr/ports/devel/patch/pkg-descr) = 
 629097523839c5e305a4115c1b3629029b734166e5ff8f73923812e0149e9912
 
 If you do not, then try updating your ports tree and look for errors/warnings 
 with whatever method you're using.

Hi Mel,

In /usr/ports/ i deleted everything.

Then I ran a portsnap fetch
and then portsnap extract and portsnap update.

But I still get Missing pkg-descr for dtach-0.8.

my shasum on /usr/ports/devel/patch/pkg-descr is the same as yours

How can I completely wipe out the ports and start over?

Regards,
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: eclipse install (SOLVED broken ports tree)

2009-08-06 Thread Coert Waagmeester

On Thu, 2009-08-06 at 09:08 +0200, Coert Waagmeester wrote:
 On Wed, 2009-08-05 at 14:50 -0800, Mel Flynn wrote:
  On Wednesday 05 August 2009 13:53:22 Coert Waagmeester wrote:
  
   I tried it via the ports, but this error keeps popping up:
   Missing pkg-descr for patch-2.5.9.
  
  I believe you have a defective ports tree. You should have the following 
  file:
  SHA256 (/usr/ports/devel/patch/pkg-descr) = 
  629097523839c5e305a4115c1b3629029b734166e5ff8f73923812e0149e9912
  
  If you do not, then try updating your ports tree and look for 
  errors/warnings 
  with whatever method you're using.
 
 Hi Mel,
 
 In /usr/ports/ i deleted everything.
 
 Then I ran a portsnap fetch
 and then portsnap extract and portsnap update.
 
 But I still get Missing pkg-descr for dtach-0.8.
 
 my shasum on /usr/ports/devel/patch/pkg-descr is the same as yours
 
 How can I completely wipe out the ports and start over?
 
 Regards,
 Coert

Hello all,

I fixed the ports problem following this:
http://lists.freebsd.org/pipermail/freebsd-ports/2006-December/037566.html

I have PKGDIR variable exported.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Wierd X crash

2009-08-05 Thread Coert Waagmeester
Hello all,

I am fairly new to FreeBSD. I use linux a lot.

Am running FreeBSD 7.2 i386 with the nvidia 173 driver with an AGP
GeForce FX 5200.


My X works, with xinerama and two screens, perfectly,
but as soon as I hold down any key (like Backspace to remove a line of
text) X crashes.

This is in the log:

Fatal server error:
Caught signal 11.  Server aborting

The rest of the log is fine.

I have fiddled with HAL and DBUS, turning them off and on, but no luck.


Any tips would be greatly appreciated.

Regards,
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wierd X crash

2009-08-05 Thread Coert Waagmeester

On Wed, 2009-08-05 at 06:36 -0800, Mel Flynn wrote:
 On Wednesday 05 August 2009 04:37:38 Coert Waagmeester wrote:
 
  I am fairly new to FreeBSD. I use linux a lot.
 
  Am running FreeBSD 7.2 i386 with the nvidia 173 driver with an AGP
  GeForce FX 5200.
 
 
  My X works, with xinerama and two screens, perfectly,
  but as soon as I hold down any key (like Backspace to remove a line of
  text) X crashes.
 
 Any key? Even one that does not create scrolling on the screen? like 
 backspace 
 in an empty file?
 Unless someone else has seen this, sounds really hard to debug without a 
 coredump :/
 The only long shot I got to offer is that nvidia provides TwinView which does 
 the same as Xinerama and you might want to try that out instead. There's 
 detailed information about it in one of the Nvidia README's.


Twinview did indeed completely solve the problem!

What are the (dis)advantages of TwinView and Xinerama?

Thanks!
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


eclipse install

2009-08-05 Thread Coert Waagmeester
Hello all,

What is the best way to install eclipse on FreeBSD 7.2?

On Linux I installed java, and downloaded the newest eclipse.

Regards,
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: eclipse install

2009-08-05 Thread Coert Waagmeester

On Wed, 2009-08-05 at 23:33 +0200, Polytropon wrote:
 On Wed, 05 Aug 2009 23:00:08 +0200, Coert Waagmeester 
 lgro...@waagmeester.co.za wrote:
  Hello all,
  
  What is the best way to install eclipse on FreeBSD 7.2?
  
  On Linux I installed java, and downloaded the newest eclipse.
 
 On FreeBSD, you don't need to download things manually via a web
 browser in this old fashioned way. :-)
 
 Have a look at FreeBSD's ports collection. You'll find java/eclipse
 as well as many additions to this IDE. You can of course use
 the pkg_add -r command to install them, or your favourite port
 management program (portmaster, portinstall etc.), or use the
 plain method of make install.
 
 There are different versions of Java availabe on FreeBSD. You
 can choose between Sun's JDK and the Diablo JDK, and there are
 some others.
 
 Sadly, I can't provide much more information because I have up
 using Java and Eclipse many years ago. :-(
 
 
 
 
 
I tried it via the ports, but this error keeps popping up:
Missing pkg-descr for patch-2.5.9.

And I do not know if it is important enough, but I want to use Eclipse
3.5

At the moment I am installing ports/java/jdk16

And then I'll try to use the download of eclipse 3.5


Thank you so far,
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


local mirrors of ports and packages?

2008-07-29 Thread Coert Waagmeester
Hi all!



I am quite new to FreeBSD. I am quite a boffin on Linux though.

What I would like to know is, how can I make local mirrors of ports and
packages? I live in South-Africa, and bandwidth is painfully slow and
expensive.

How many data would it be in total?


Thanks in advance,
Coert

FreeBSD newbie


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: local mirrors of ports and packages?

2008-07-29 Thread Coert Waagmeester

On Tue, 2008-07-29 at 16:47 -0400, Bob Johnson wrote:
 On 7/29/08, Coert Waagmeester [EMAIL PROTECTED] wrote:
  Hi all!
 
 
 
  I am quite new to FreeBSD. I am quite a boffin on Linux though.
 
  What I would like to know is, how can I make local mirrors of ports and
  packages? I live in South-Africa, and bandwidth is painfully slow and
  expensive.
 
  How many data would it be in total?
 
 Does fetching from an existing mirror in South Africa help, e.g.
 cvsup.za.freebsd.org or ftp.za.freebsd.org?
 
 
 -- Bob Johnson
[EMAIL PROTECTED]

Yes, I am currently rsyncing:
ftp://ftp.is.co.za/FreeBSD/ports/i386/packages-7-stable/

Is this the correct data? And where in FreeBSD do I change the mirror
list or installation source?


Thank you in advance,
Coert

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]