Re: Running another OS under OpenBSD

2008-12-14 Thread Alexander Hall
patric conant wrote: I'm sorry but I am a little foggy, is kqemu a kernel module, is it fairly straightforward to get working, or do you really have to alter your openbsd installation a lot, and does it deliver the 8X- 10X performance increase over qemu on openbsd that it does on other

Annoying sounds with auvia and mpd

2008-12-14 Thread Martin Toft
Hi I'm using mpd and ncmpc to play music on my headless server equipped with a VIA EN12000EG motherboard (auvia soundcard). It's running -current built yesterday and the most recent mpd package from ftp://mirrors.nic.funet.fi/pub/OpenBSD/snapshots/packages/i386 (mpd-0.13.2p2). Sometimes when I

Per User Bandwidth Limiting

2008-12-14 Thread Justin Fletcher
I have an ISP situation where there is about 1000 users sitting behind Cisco 3550 switches. Each port is 1 user and is configured with an individual VLAN where each VLAN is assigned a small network subnet and corresponding DHCP scope. The problem is that it seems (so I have been told) is these

Re: Annoying sounds with auvia and mpd

2008-12-14 Thread Jacob Meuser
On Sun, Dec 14, 2008 at 11:00:47AM +0100, Martin Toft wrote: Hi I'm using mpd and ncmpc to play music on my headless server equipped with a VIA EN12000EG motherboard (auvia soundcard). It's running -current built yesterday and the most recent mpd package from

package integrity, security and checks. .... where are they ?

2008-12-14 Thread spamtester spamtester
Hello I note that pkg_add can work over scp However, as a user who is told to use packages by the official openbsd documentation and that ports are for advanced users. I feel some what let down... at this answer. Obviously i do not have ssh access to a mirror. I also do not have the

Find duplicate files

2008-12-14 Thread Pc Nicolas
Hi Do you know a command line utility to find duplicate files with OpenBSD ? Thanks

Re: Per User Bandwidth Limiting

2008-12-14 Thread Marco Matarazzo
Hi Justin, I have an ISP situation where there is about 1000 users sitting behind Cisco 3550 switches. Each port is 1 user and is configured with an individual VLAN where each VLAN is assigned a small network subnet and corresponding DHCP scope. The problem is that it seems (so I have been

Re: package integrity, security and checks. .... where are they ?

2008-12-14 Thread spamtester spamtester
I meant that the fact that i do not know for certain that the packages were compiled by openbsd dev makes packages interesting. To be clear, my point re - cost is stupid and wrong. Free is free as in speech not as in beer. 2008/12/14 spamtester spamtester spamtesterspamtes...@gmail.com Hello I

Re: Find duplicate files

2008-12-14 Thread Pierre Riteau
On Sun, Dec 14, 2008 at 02:25:48PM +0100, Pc Nicolas wrote: Hi Do you know a command line utility to find duplicate files with OpenBSD ? Thanks fdupes, in ports.

Re: Find duplicate files

2008-12-14 Thread Henri Salo
On Sun, Dec 14, 2008 at 02:25:48PM +0100, Pc Nicolas wrote: Do you know a command line utility to find duplicate files with OpenBSD ? fdupes - Henri Salo

Re: Annoying sounds with auvia and mpd

2008-12-14 Thread Martin Toft
On Sun, Dec 14, 2008 at 10:41:51AM +, Jacob Meuser wrote: try the cat /dev/audio /dev/zero test in faq13 # cat /dev/audio /dev/zero [1] 21502 # audioctl play.{seek,samples,errors} play.seek=57600 play.samples=652800 play.errors=0 # audioctl play.{seek,samples,errors}

Re: Annoying sounds with auvia and mpd

2008-12-14 Thread Martin Toft
On Sun, Dec 14, 2008 at 04:58:34PM +0100, Martin Toft wrote: ... shreiking sounds together with the music. When I quit, the music stops but the shreiking sounds continue. This is with and without -s 48000, it makes no difference. -srate 48000, of course.

sh /etc/netstart and other networking issues

2008-12-14 Thread Neal Hogan
Hello, First, *sh /etc/netstart em0* (as root) looks as though it works . . . it says that the address is renewed and *ifconfig* output says that em0 is UP, RUNNING and active. Yet, I cannot get beyond my router. That is, I can log into my router but can't browse the web or log into another

Re: Per User Bandwidth Limiting

2008-12-14 Thread Marco Matarazzo
On Sun, Dec 14, 2008 at 5:04 PM, Pete Vickers p...@systemnet.no wrote: Indeed, I believe whilst c3750 support traffic-shaping, the c3550 does not. I don't have direct knowledge of c3750 in this regard, but if they're like c3560 (and they should be) they support shaping in only one direction,

Re: sh /etc/netstart and other networking issues

2008-12-14 Thread Paul de Weerd
Hi Neal, On Sun, Dec 14, 2008 at 10:15:30AM -0600, Neal Hogan wrote: | Hello, | | First, *sh /etc/netstart em0* (as root) looks as though it works . . . it | says that the address is renewed and *ifconfig* output says that em0 is UP, | RUNNING and active. Yet, I cannot get beyond my router. That

Re: sh /etc/netstart and other networking issues

2008-12-14 Thread Claudio Jeker
On Sun, Dec 14, 2008 at 05:35:32PM +0100, Paul de Weerd wrote: Hi Neal, On Sun, Dec 14, 2008 at 10:15:30AM -0600, Neal Hogan wrote: | Hello, | | First, *sh /etc/netstart em0* (as root) looks as though it works . . . it | says that the address is renewed and *ifconfig* output says that em0

Re: Annoying sounds with auvia and mpd

2008-12-14 Thread Martin Toft
A small follow-up: The problem only occurs when opening the audio device. If I queue a number of tracks in mpd's playlist and let it play, then it does not suddenly start making noise from one track to the next. It only happens when I manually start a track (and only sometimes). I suspect that

Re: Per User Bandwidth Limiting

2008-12-14 Thread Pete Vickers
Indeed, I believe whilst c3750 support traffic-shaping, the c3550 does not. BTW, instead of assigning a /30 per user as wasting 75% of your IP address space, try looking that the 'private vlan' IOS command, which should allow you to use much bigger subnets and still control the user- user

getarg(3)

2008-12-14 Thread Floor Terra
Hi, While browsing the manpages for getopt(3), I stumbled upon getarg(3). Can someone point me to getarg.h? Even the online manpage[1] can't find it[2]. I'm using a fairly recent snapshot $ sysctl kern.version kern.version=OpenBSD 4.4-current (GENERIC) #1516: Sat Nov 29 17:18:17 MST 2008

Re: sh /etc/netstart and other networking issues

2008-12-14 Thread Neal Hogan
I was *flush*ing the tables before *netstart*ing (and having the same issue, if I recall correctly) before I read the netstart manpage. It looked to me that *sh /etc/netstart* reset an existing if to its default state. Am I reading that wrong? Thanks for your help. On Sun, Dec 14, 2008 at

Re: sh /etc/netstart and other networking issues

2008-12-14 Thread Paul de Weerd
I'm re-adding misc@, maybe this can help someone searching the archives some day (there seems to be no private information in your mail, hope you don't mind). | This sounds like an issue with your default gateway. What's in your | /etc/hostname.* and /etc/mygate ? Why are you running `sh |

Re: sh /etc/netstart and other networking issues

2008-12-14 Thread Neal Hogan
Yes! I was running a DHCP server on this machine. My rc.conf dhcpd_flags-line was set to NO, but, at somepoint, I set dhcpd_flags=em0 in rc.conf.local and forgot about it. I tested *sh /etc/netstart* and the default gateway didn't change (i.e., everything worked). I just rebooted the XP/wifi box

Re: getarg(3)

2008-12-14 Thread Otto Moerbeek
On Sun, Dec 14, 2008 at 06:46:13PM +0100, Floor Terra wrote: Hi, While browsing the manpages for getopt(3), I stumbled upon getarg(3). Can someone point me to getarg.h? Even the online manpage[1] can't find it[2]. locate(1) is your friend. It's a kerberos specific file:

Re: getarg(3)

2008-12-14 Thread Floor Terra
Otto Moerbeek wrote: On Sun, Dec 14, 2008 at 06:46:13PM +0100, Floor Terra wrote: Hi, While browsing the manpages for getopt(3), I stumbled upon getarg(3). Can someone point me to getarg.h? Even the online manpage[1] can't find it[2]. locate(1) is your friend. It's a kerberos

Re: GPL version 4

2008-12-14 Thread Mark Kirkwood
valdis.kletni...@vt.edu wrote: On Thu, 17 Jul 2008 05:31:15 +0800, Morton Harrow said: I see with pain in my heart that the GPLv3 doesn't actually give the users of GPLv3 software the liberty and freedom the FSF has been fighting for. Instead they are forced to play by the strict set of

Re: Per User Bandwidth Limiting

2008-12-14 Thread Stuart Henderson
On 2008-12-14, Pete Vickers p...@systemnet.no wrote: BTW, instead of assigning a /30 per user as wasting 75% of your IP address space, try looking that the 'private vlan' IOS command, which should allow you to use much bigger subnets and still control the user- user traffic.

Re: Annoying sounds with auvia and mpd

2008-12-14 Thread Jacob Meuser
On Sun, Dec 14, 2008 at 06:09:24PM +0100, Martin Toft wrote: A small follow-up: The problem only occurs when opening the audio device. If I queue a number of tracks in mpd's playlist and let it play, then it does not suddenly start making noise from one track to the next. It only happens

Re: Routing issue with VPN tunnel

2008-12-14 Thread Danial
I don't like responding to my own thread but I really need help with this one, so I'll try to rephrase the question: The remote tunnel endpoint expects traffic originating from a specific ip address - the internal ip of the firewall. How can I achieve this? / Danial On Tue, Dec 9, 2008 at

Re: GPL version 4

2008-12-14 Thread Marco Peereboom
All this GPL blah blah is a huge waste of time. It comes down to this; nearly everyone on this list thinks that the GPL is criminally stupid so stop trying to convince people here that it does not suck dog ass. Lets not have this retarded debate again, *we* know *you* are wrong, end of story.

Re: Dim console after exiting X [Radeon driver problem?]

2008-12-14 Thread Owain Ainsworth
On Thu, Dec 11, 2008 at 07:52:47PM +0200, Kostas Zorbadelos wrote: Owain Ainsworth wrote: On Wed, Dec 10, 2008 at 03:21:21PM +0200, Kostas Zorbadelos wrote: On Sunday 30 November 2008 04:02:33 Paco Esteban wrote: On Sat, Nov 29, 2008 at 17:43, Kostas Zorbadelos kzo...@otenet.gr

azalia: 16-bit audio?

2008-12-14 Thread Christian Weisgerber
Something of an idle question: According to audioctl, my azalia device only supports 16-bit audio, but according to the data sheet the codec also offers 20- and 24-bit audio. Are there any plans to add support for this? No, I have no idea what you would actually use this for. In particular, I

Re: GPL version 4

2008-12-14 Thread Mark Kirkwood
Marco Peereboom wrote: All this GPL blah blah is a huge waste of time. It comes down to this; nearly everyone on this list thinks that the GPL is criminally stupid so stop trying to convince people here that it does not suck dog ass. Lets not have this retarded debate again, *we* know *you*

Re: CARP under heavy load

2008-12-14 Thread Felipe Alfaro Solana
On Sat, Dec 13, 2008 at 6:56 AM, Stephan A. Rickauer stephan.ricka...@ini.phys.ethz.ch wrote: On Fri, 2008-12-12 at 17:32 +0100, Felipe Alfaro Solana wrote: What's the point on using CARP to send advertisements over a dedicated link? The dedicated link is typically a cross-over cable

Re: Routing issue with VPN tunnel

2008-12-14 Thread Brian A. Seklecki (Mobile)
On Mon, 2008-12-15 at 00:06 +, Danial wrote: I don't like responding to my own thread but I really need help with this one, so I'll try to rephrase the question: Just about every userland utility has the ability to specify source transmit addresses (bind(4) function) If not, we can add it.

Re: azalia: 16-bit audio?

2008-12-14 Thread Jacob Meuser
On Mon, Dec 15, 2008 at 01:09:42AM +, Christian Weisgerber wrote: Something of an idle question: According to audioctl, my azalia device only supports 16-bit audio, but according to the data sheet the codec also offers 20- and 24-bit audio. Are there any plans to add support for this?

Re: package integrity, security and checks. .... where are they ?

2008-12-14 Thread Damien Miller
On Sun, 14 Dec 2008, spamtester spamtester wrote: It does not matter what faith one places in the pki or webs of trust (gpg/pgp style). Most linux distributions have had their packages signed for years (for example at ruxcon - an australian security conference a large number of participants

Re: azalia: 16-bit audio?

2008-12-14 Thread Jacob Meuser
On Mon, Dec 15, 2008 at 02:52:04AM +, Jacob Meuser wrote: On Mon, Dec 15, 2008 at 01:09:42AM +, Christian Weisgerber wrote: Something of an idle question: According to audioctl, my azalia device only supports 16-bit audio, but according to the data sheet the codec also offers 20-

Re: azalia: 16-bit audio?

2008-12-14 Thread Dieter
Something of an idle question: According to audioctl, my azalia device only supports 16-bit audio, but according to the data sheet the codec also offers 20- and 24-bit audio. Are there any plans to add support for this? No, I have no idea what you would actually use this for.

Re: azalia: 16-bit audio?

2008-12-14 Thread Jacob Meuser
On Sun, Dec 14, 2008 at 10:53:57PM +, Dieter wrote: Something of an idle question: According to audioctl, my azalia device only supports 16-bit audio, but according to the data sheet the codec also offers 20- and 24-bit audio. Are there any plans to add support for this?