Re: DragonFly testing

2007-02-23 Thread Trevor Kendall
Yes, I thought about it too. However, the packages.7 manpage is part of the pkgsrc bootstrap, so adding a link would either have to be done directly by the pkgsrc people or we'd have to add it to nrelease/Makefile (which I'll do on the weekend if no one objects). packages(7) doesn't explain how

xmms plugin question

2007-02-23 Thread Huub
Hi, Running DFBSD 1.9, I just built xmms. Though it does work, I missed the CD Audio player plugin. After some searching I found I missed libcdaudio, so I built that too and put it in /usr/pkg/lib/xmms/Input. However, xmms still doesn't show CD Audio player in the Input plugin windows. I

Re: x11/kdebase-3.5.6 compiled

2007-02-23 Thread ejc
Thanks, Im continueing the compiling now. :) Don't celebrate yet. It builds but ksysguard shows garbage data so I'll have to check out the stats structure as corecode recommended. That's what I get for digging in over my head and guessing on old - new mappings. I have a feeling this will be

Re: DragonFly testing

2007-02-23 Thread Jeremy C. Reed
On Fri, 23 Feb 2007, Trevor Kendall wrote: Yes, I thought about it too. However, the packages.7 manpage is part of the pkgsrc bootstrap, so adding a link would either have to be done directly by the pkgsrc people or we'd have to add it to nrelease/Makefile (which I'll do on the weekend if

Re: DragonFly testing

2007-02-23 Thread Jeremy C. Reed
Yes, I thought about it too. However, the packages.7 manpage is part of the pkgsrc bootstrap, so adding a link would either have to be done directly by the pkgsrc people or we'd have to add it to nrelease/Makefile (which I'll do on the weekend if no one objects). NetBSD does link to

Re: DragonFly testing

2007-02-23 Thread Sascha Wildner
Jeremy C. Reed wrote: Yes, I thought about it too. However, the packages.7 manpage is part of the pkgsrc bootstrap, so adding a link would either have to be done directly by the pkgsrc people or we'd have to add it to nrelease/Makefile (which I'll do on the weekend if no one objects). NetBSD

VLAN help needed

2007-02-23 Thread Gergo Szakal
Hello, We have our switches' (3x HP 2524) pots assigned to 2 VLANs. All traffic from the switches goes through my (much-anticipated) filtering bridge. I would like to do the following: - Assign the bridge's both interfaces to one of the two VLANs. - The other VLAN serves management purposes

Re: xmms plugin question

2007-02-23 Thread walt
On Fri, 23 Feb 2007, Huub wrote: Hi, Running DFBSD 1.9, I just built xmms. Though it does work, I missed the CD Audio player plugin. After some searching I found I missed libcdaudio, so I built that too and put it in /usr/pkg/lib/xmms/Input. However, xmms still doesn't show CD Audio player

Re: xmms plugin question

2007-02-23 Thread Huub
I find it's not that simple. When I start xmms I see this error: /usr/pkg/lib/xmms/Input/libcdaudio.so: Undefined symbol read_audio_data and so the CD player never shows in the Configure dialog. I don't know why the symbol is missing. I wonder if this another ld-elf problem? Earlier I

Re: VLAN help needed

2007-02-23 Thread Sepherosa Ziehau
On 2/24/07, Gergo Szakal [EMAIL PROTECTED] wrote: Questions: - How do I give my cards a VLAN ID (same for both cards)? ifconfig iface0 up ifconfig vlan0 create ifconfig vlan0 vlan your_tag vlandev iface0 # assign inet and netmask to vlan0 - How do I make sure that the VLAN tagged packets can

Re: VLAN help needed

2007-02-23 Thread Gergo Szakal
On Sat, 24 Feb 2007 12:14:33 +0800 Sepherosa Ziehau [EMAIL PROTECTED] wrote: Many thanks for your quick help again, Sephe. ifconfig iface0 up ifconfig vlan0 create ifconfig vlan0 vlan your_tag vlandev iface0 # assign inet and netmask to vlan0 Quite straightforward, but still asking: I

Help with undefined library symbol?

2007-02-23 Thread walt
While trying to install xmms and/or its new cousin audacious, I run into an undefined symbol while trying to load the CD plugin. The code compiles without error. This is from cdaudio.h and cdaudio.c in audio/xmms and also in wip/audacious-plugins int read_audio_data(int fd, int pos, int num,