Re: PkgSrc Help

2006-05-18 Thread Thomas Schlesinger
Am Donnerstag, 18. Mai 2006 04:42 schrieb Douglas S. Keester:
 PkgSrc Help
 Von:
 Douglas S. Keester [EMAIL PROTECTED]
   An:
 users@crater.dragonflybsd.org
   Datum:
 Heute 04:42:02
    
 Since the WIki is currently down, will someone please post the PkgSrc HOWTO
 to the list?


Sure. It's attached.

BTW: I've got it by Google's cache feature. It's slow, but it works ;-) 

 Also are there any package repositories available besides
 ftp://packages.stura.uni-rostock.de?

I don't think so.

Thomas
Pkgsrc short version
From DFWiki

 If you still have ports installed you might wanna move them out of the way. 
/usr/local
/usr/X11R6
/var/db/pkg

To make cvs work sanely, add this to your ~/.cvsrc files: 
 cvs -z4 -q
 diff -u -p -N
 update -dP
 checkout -P

In the default pkgsrc will have its makefiles under /usr/pksrc and install to 
/usr/pkg and its DB of installed packages in /var/db/pkg, pkgsrc-wip makefiles 
are under /usr/pkgsrc/wip. 
Fetch a snapshot of pkgsrc 
(ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc-current.tar.gz) and pkgsrc-wip 
(http://pkgsrc-wip.sourceforge.net/snapshots/) (wip = work in progress). Unpack 
them: 
cd /usr
bsdtar xf .../pkgsrc.tar.gz
cd pkgsrc
cvs up
bsdtar xf .../pkgsrc-wiptar.gz
cd wip
cvs up

Bootstrap pkgsrc: 
cd /usr/pkgsrc/bootstrap
./bootstrap
mkdir /usr/pkg/etc
cp work/mk.conf.example /usr/pkg/etc/mk.conf

Add /usr/pkg/bin and maybe /usr/pkg/sbin to your $PATH or symlink /usr/local 
/usr/pkg: 
cd /usr
ln -sf pkg local

Install pkgmanager:
cd /usr/pkgsrc/wip/pkgmanager
bmake install



Re: PkgSrc Help

2006-05-18 Thread Marcin Jessa
On Wed, 17 May 2006 20:42:02 -0600
Douglas S. Keester [EMAIL PROTECTED] wrote:

 Since the WIki is currently down, will someone please post the PkgSrc
 HOWTO to the list?

This should cover your needs:
http://www.netbsd.org/Documentation/pkgsrc/

Marcin.


Re: DragonFly usability issues

2006-05-18 Thread Justin C. Sherrill
On Thu, May 18, 2006 1:05 am, Andrew Thompson wrote:

 run `dhclient ath0`. If I omit any of these steps (with the occasional
 excpetion of the first one) the card just times out trying to get a
 DCHP response.  I'm guessing the cardbus isn't initializing right
 and switching the slots makes something happen which fixes
 something, but I have no proof.

Does it matter which slot you start in?  I thought I had a similar issue
with an IBM 600E, but it was apparently damage over time to having cards
crammed into the slot.  Moving to a different slot fixed the issue, though
it does sound more like a chipset support issue in your case.

 The temporary lockup issue:
 Just doing common things (browsing the web, etc) after a while the machine
 will lock yp for 5 seconds, the fan will come on and then the input
 will work again.

That one's wierd.  Does running with or without ACPI enabled affect this? 
It may be worth looking at the system temperature when this is happening.

 The sound card:
 I'd like to use the sound card on this machine, If I kldload the snd_csa
 driver the sound card claims to be working, it makes noise if I cat
 junk to /dev/dsp but I can't get mpd(pkgsrc/audio/musicpd) to work
 with it. In addition dmesg spews lots of livelock errors like
 the following:

Here's a kernel conf file from someone using a 570E under FreeBSD 5.x; it
lists pcm and csa for audio drivers.

http://gerda.univie.ac.at/freebsd-laptops/index.pl?action=show_configconfig=kernellaptop=382

musicpd uses the library faad2 to play mp4 files.  faad2 does not allow
binary redistribution, so you have to build it from source.  When I built
faad2 on my 1.4.x system here (so I could play .mp4 in XMMS), it built
fine but would crash XMMS every time I loaded it.  Can you try a different
audio player?




Re: PkgSrc Help

2006-05-18 Thread Douglas S. Keester
On Thursday 18 May 2006 2:05 am, Thomas Schlesinger wrote:
 Sure. It's attached.

Thanks much! :-)


 BTW: I've got it by Google's cache feature. It's slow, but it works ;-)

Weird Google's cache came up with a This page is blank message for me.

-- 
Douglas S. Keester
mailto:[EMAIL PROTECTED]

We, the unwilling, led by the unknowing,
are doing the impossible for the ungrateful.
We have done so much, for so long, with so little,
we are now qualified to do anything with nothing.
        -Mother Teresa



Re: PkgSrc Help

2006-05-18 Thread Douglas S. Keester
On Wednesday 17 May 2006 10:56 pm, Sascha Wildner wrote:
 Check http://wiki.dragonflybsd.org.fortunaty.net/cgi/moin.cgi/HowToPkgsrc

 Sascha

 P.S. Big thanks to Andy Hauser for setting up a new Wiki. :)

Sweet new wiki! Thanks Andy. :-)

-- 
Douglas S. Keester
mailto:[EMAIL PROTECTED]

We, the unwilling, led by the unknowing,
are doing the impossible for the ungrateful.
We have done so much, for so long, with so little,
we are now qualified to do anything with nothing.
        -Mother Teresa