pf change destination port for outgoing traffic

2008-04-09 Thread Karel Galuska
Hi all, I use OpenBSD as a firewall with nat function for local network. For special reason now I need change some destination ports for outgoing traffic to every internet server. For example when internal PC a.a.a.a wants to connect internet server b.b.b.b on port p1 I need transparently

Re: Installing Perl on openBSD 4.0

2008-04-09 Thread pichi
Josh, Thanks so much for clearing that up for me. That would explain why it was so hard to find documentation on installing Perl on an OpenBSD 4.0 box; because its already there! I will upgrade to the latest version. The only thing that worries me is this is a production box and I have never

Re: Installing Perl on openBSD 4.0

2008-04-09 Thread Richard Toohey
You don't seem to have moved on much from when you last asked this question? http://marc.info/?l=openbsd-miscm=119006249920380w=2 http://marc.info/?l=openbsd-miscm=119012951715635w=2 Perl is in the base install - write it down somewhere. Good luck upgrading the boxes - read, re-read, plan

passing non-default configure options through the xenocara wrapper

2008-04-09 Thread Connor
Hi, I'm running 4.2-stable on i386 and was wanting to turn on some configuration options (for specific subpackages) that are turned off by default when one runs builds xenocara using the vanilla process in the /usr/src/xenocara/README file and the FAQ. I checked out the stable source for

Re: pf change destination port for outgoing traffic

2008-04-09 Thread Lars Noodén
Karel Galuska wrote: I use OpenBSD as a firewall with nat function for local network. ... change some destination ports for outgoing traffic to every internet server. Try looking at rdr and see if that will do what you want. http://www.openbsd.org/faq/pf/rdr.html

Re: Thinkpad x61 can see 3 GB of RAM out of total 4 GB

2008-04-09 Thread Stéphane Chausson
Zoong PHAM a icrit , Le 9/04/08 6:20: My new Thinkpad x61 has 4 GB of RAM. The BIOS can see 4 GB. OBSD-4.2 and 4.3 (snapshot 07/04/2008), both i386 and amd64, can see only 3 GB. What can I do to make OBSD see all the RAM? FYI, the Windows XP that preinstalled by IBM can also see only 3 GB.

HP DL140

2008-04-09 Thread Joe Warren-Meeks
Hey there, Anyone had any truck installing OpenBSD on an HP DL140? I have tried several times and it just hangs after uncompressing the kernel, right before the copyright message from the kernel. Anyone know the magic cockerel wave to get them to boot? (Note, using 4.2 release) Thanks. --

Re: pf change destination port for outgoing traffic

2008-04-09 Thread scott
When you say, ...b.b.b.b represents every server the client wants, do you mean (i) every server from a known set of servers, or do you mean (ii) any server --public and private-- on the Internet? -Original Message- From: Karel Galuska [EMAIL PROTECTED] To: misc@openbsd.org Subject: pf

Re: pf change destination port for outgoing traffic

2008-04-09 Thread Karel Galuska
any public server on the Internet - Original Message - From: scott [EMAIL PROTECTED] To: Karel Galuska [EMAIL PROTECTED] Cc: misc@openbsd.org Sent: Wednesday, April 09, 2008 11:24 AM Subject: Re: pf change destination port for outgoing traffic When you say, ...b.b.b.b represents

Re: HP DL140

2008-04-09 Thread Johan Mson Lindman
On Wednesday 09 April 2008 10:54:57 Joe Warren-Meeks wrote: Hey there, Anyone had any truck installing OpenBSD on an HP DL140? I have tried several times and it just hangs after uncompressing the kernel, right before the copyright message from the kernel. Anyone know the magic cockerel wave

USB modem

2008-04-09 Thread syl
Hi guys, I'm developping a firmware for an usb device for my enterprise and I try to be compatible with OpenBSD. So I test my device (which just do serial communication following the USB cdc Abstract Control Modem). The plug seems to works fine. The attach works and attach ucom0 at umodem and

Re: HP DL140

2008-04-09 Thread Raimo Niskanen
On Wed, Apr 09, 2008 at 09:54:57AM +0100, Joe Warren-Meeks wrote: Hey there, Anyone had any truck installing OpenBSD on an HP DL140? I have tried Which generation of DL140? I know there were some problems with the G3, but it did boot. several times and it just hangs after uncompressing the

VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Jeffrey 'jf' Lim
http://www.via.com.tw/en/resources/pressroom/pressrelease.jsp?press_release_no=2088 would this be good news for the community? This is really mainly Linux-related, but i'm hoping that their mention of technical documentation will be good enough for Open to be able to support them... -jf -- In

Re: pf change destination port for outgoing traffic

2008-04-09 Thread Karel Galuska
Thanks, but the example in FAQ shows how to redirect traffic to one specific server known in time of construction of pf rules. But this is not what I am solving. I need in outgoing traffic keep destination server IP and change destination port only. Destionation IP chooses user of local PC and

Re: HP DL140

2008-04-09 Thread Stuart Henderson
On 2008-04-09, Joe Warren-Meeks [EMAIL PROTECTED] wrote: Hey there, Anyone had any truck installing OpenBSD on an HP DL140? I have tried several times and it just hangs after uncompressing the kernel, right before the copyright message from the kernel. turn off 8254 emulation (aka USB

Re: ospfd not resyncing

2008-04-09 Thread Paul Civati
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Claudio Jeker) writes: Please send some more infos. What version are you useing (did you test -current). Please show the config and necessary ospfctl output. The last time I have issues like this was some time ago with point-to-point

Re: Optimising OpenBSD

2008-04-09 Thread Matt
Matthew Smith schreef: I'm only really concerned about the base system as I always build all my LAMPP components, Postfix, etc., by hand so that migrating box-to-box can go without [a hitch|many hitches]. OpenBSD optimalisation is rather about NOT touching the kernel - unless you really have a

OOT: Read hardisk Mac OS on Openbsd

2008-04-09 Thread sonjaya
Dear all How to make Openbsd 4.2 can read hardisk contain Mac OS-X, i need to read data in Harddisk which installed Mac OS-X Thank's for the sharing .. -- sonjaya http://sicute.blogspot.com

Re: pf change destination port for outgoing traffic

2008-04-09 Thread Karel Galuska
It is not easy to explain. On PCs are special custom based aplications which changes destination port of outcoming traffic and I need put it back to port 80. Now I use http proxy, but I wanted remove it and use simly pf. So, you mean using proxy is the only way? Karel - Original

Re: pf change destination port for outgoing traffic

2008-04-09 Thread scott
As far as I know, pf = no; an http (or ip) proxy = yes. But, please explain how you expect www.google.com:p2 to work when client wants www.google.com:p1 (meaning www.google.com:80)? -Original Message- From: Karel Galuska [EMAIL PROTECTED] To: scott [EMAIL PROTECTED] Cc: misc@openbsd.org

Re: ospfd not resyncing

2008-04-09 Thread Paul Civati
Linden Varley [EMAIL PROTECTED] wrote: Bringing up an old-topic here, but just letting everyone know I have the exact same problem. It occurs quite often. Surely we can't be the only two people seeing this issue? It's quite fundamental to ospfd working properly.. -Paul-

Protection de votre marque sur Internet

2008-04-09 Thread Marie Th� Robin
Bonjour, Suite aux dernihres itudes menies sur les techniques de rifirencement des sites Internet, le nom de domaine serait difini comme le 1er acteur permettant de rifirencer votre site sur les moteurs de recherche. C’est pourquoi, il est primordial que votre nom de domaine soit en

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Stuart Henderson
On 2008-04-09, Jeffrey 'jf' Lim [EMAIL PROTECTED] wrote: http://www.via.com.tw/en/resources/pressroom/pressrelease.jsp?press_release_no=2088 would this be good news for the community? Too early to say, they haven't released anything yet.

Snapshot i386-20080408 hangs during boot (rd0: fixed, 3800 blocks)

2008-04-09 Thread Henk Jan Priester
Trying to install OpenBSD i386 snapshot 20080408 hangs during the installation boot process. The system is a Dell Vostro 2000 (Intel E4500 duo core). The last few lines are: isa0 at at ichpcib0 isadma0 at isa0 pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot

Sparc64 and T1 support (also the nature of MP)

2008-04-09 Thread Dave Wilson
I may soon get the opportunity to obtain a Sun Fire T1000, which I believe uses a T1 CPU. I think sparc64.html says that this is now supported in 4.3-current, ie HEAD as of right now. I am highly tempted to take up the offer of the machine, just because I've fancied playing with something not

Re: ospfd not resyncing

2008-04-09 Thread Claudio Jeker
On Wed, Apr 09, 2008 at 09:53:58AM +0100, Paul Civati wrote: Linden Varley [EMAIL PROTECTED] wrote: Bringing up an old-topic here, but just letting everyone know I have the exact same problem. It occurs quite often. Surely we can't be the only two people seeing this issue? It's quite

Re: USB modem

2008-04-09 Thread Stuart Henderson
On 2008-04-09, syl [EMAIL PROTECTED] wrote: I'm developping a firmware for an usb device for my enterprise and I try to be compatible with OpenBSD. great (: The plug seems to works fine. The attach works and attach ucom0 at umodem and umodem at uhub. But when I'm trying to do this : echo

iTunes Server OpenBSD

2008-04-09 Thread Khalid Schofield
Hi, messing around with an iTunes server under openbsd. I've had a look at a number of web pages on setting on up using bsd. But not sure about mDNS. http://www.unixfun.net/howto/bsd/itunes.html I've installed mt-daapd from the ports tree but can't seem to find mDNSResponder. It's not in

Re: USB modem

2008-04-09 Thread syl
On Wed, Apr 9, 2008 at 12:12 PM, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-04-09, syl [EMAIL PROTECTED] wrote: I'm developping a firmware for an usb device for my enterprise and I try to be compatible with OpenBSD. great (: :) The plug seems to works fine. The attach works

Re: HP DL140

2008-04-09 Thread Joe Warren-Meeks
On Wed, Apr 09, 2008 at 11:16:12AM +0200, Raimo Niskanen wrote: Which generation of DL140? I know there were some problems with the G3, but it did boot. I think it is the G3. It is the latest generation. several times and it just hangs after uncompressing the kernel, right before the

Re: ospfd not resyncing

2008-04-09 Thread Paul Civati
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Paul Civati) writes: This ospfd talks to the loopback interface on a JunOS box. For sake of clarity, over a normal ethernet interface, no PtP. -Paul-

Re: Use of 'Puffy' Logo

2008-04-09 Thread Hannah Schroeter
Hi! On Wed, Apr 09, 2008 at 01:21:34AM +0200, Martin Schrvder wrote: 2008/4/9, Matthew Smith [EMAIL PROTECTED]: A search of the site for a style guide or media pack has failed to turn up anything so I thought that I would ask here: how do I obtain Click on the logo on the front page. I read

Re: Optimising OpenBSD

2008-04-09 Thread Ed Ahlsen-Girard
-Original Message- From: Douglas A. Tutty [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 08, 2008 10:26 PM To: misc@openbsd.org Cc: Gilles Chehade; Matthew Smith Subject: Re: Optimising OpenBSD On Tue, Apr 08, 2008 at 11:27:03PM +, Gilles Chehade wrote: On Wed, Apr 09, 2008 at

Sparc64 and T1 support (also the nature of MP)

2008-04-09 Thread Dave Wilson
I must apologise, since my last reinstall I lost my text wrapping. Reposted at 72cols as per the list guidelines. Sorry for noise. I may soon get the opportunity to obtain a Sun Fire T1000, which I believe uses a T1 CPU. I think sparc64.html says that this is now supported in 4.3-current, ie

Re: Firefox 2.0.0.12

2008-04-09 Thread Hannah Schroeter
Hi! On Wed, Apr 09, 2008 at 12:07:53AM +0200, Zbigniew Baniewski wrote: On Tue, Apr 08, 2008 at 09:50:21PM +, james wrote: Include /usr/local/mozilla-firefox in the ldconfig line and run the ldconfig command through /usr/local/mozilla-firefox/run-mozilla.sh (or manually set

Re: HP DL140

2008-04-09 Thread Stuart Henderson
On 2008-04-09, Joe Warren-Meeks [EMAIL PROTECTED] wrote: Have you tried both i386 and amd64? Ah, no. It is definitely the intel cpu though. Still worth trying the amd? Either should run, once you get them booted. Same problem with the keyboard emulation happens with at least some linux

SOEKRIS net5501 com port settings

2008-04-09 Thread mufurcz
Hi, Trying to `talk` to a SOEKRIS net5501 using a COM2 port out from an old Windblown box (have nothing else here to use at the moment) but I am getting garbage output, regardless of the speed - tried 9600/19200/38400/57600 8/n/1 Xon/Xoff/none. Terminal type is set to ANSI/VT100, the null

Re: pf change destination port for outgoing traffic

2008-04-09 Thread Karel Galuska
p1 and p2 are always the same. 58453 always to 80 K. - Original Message - From: scott [EMAIL PROTECTED] To: Karel Galuska [EMAIL PROTECTED] Sent: Wednesday, April 09, 2008 2:46 PM Subject: Re: pf change destination port for outgoing traffic Are the values of p1 and p2 mapping (p1p2)

Re: iTunes Server OpenBSD

2008-04-09 Thread Floor Terra
On Wed, 9 Apr 2008, Khalid Schofield wrote: Hi, messing around with an iTunes server under openbsd. I've had a look at a number of web pages on setting on up using bsd. But not sure about mDNS. http://www.unixfun.net/howto/bsd/itunes.html I've installed mt-daapd from the ports tree but can't

Problems reading audio cdrom on 4.2 sparc64

2008-04-09 Thread Joaquin Herrero
Hi, I'm having problems when I try to read or mount an audio disk in my OpenBSD 4.2 sparc64 machine. When I insert a data cdrom, the disklabel shows the partitions and I can mount it, but when it's an audio cdrom, disklabel doesn't show any partition and the system reports empty cdrom unit, in

Re: Problems reading audio cdrom on 4.2 sparc64

2008-04-09 Thread Joaquin Herrero
I forgot to include the output when I try to use abcde: [EMAIL PROTECTED] ~]$ abcde cd-discid: /dev/cdrom: CDROMREADTOCHDR: Inappropriate ioctl for device abcde error: CD could not be read. Perhaps there's no CD in the drive? -- Forwarded message -- From: Joaquin Herrero [EMAIL

Re: OOT: Read hardisk Mac OS on Openbsd

2008-04-09 Thread Unix Fan
Well, There is /usr/ports/misc/hfsplus - but it's marked as being for PowerPC architectures only... HFS+ is used on Intel Macs now though IIRC. Search the ports tree before firing off an email next time, or use Google.. ;) http://openports.se/misc/hfsplus -Nix Fan.

Re: Optimising OpenBSD

2008-04-09 Thread Marco Peereboom
On Wed, Apr 09, 2008 at 08:21:52AM +0930, Matthew Smith wrote: Hi Folks As part of my move from GNU/Linux to OpenBSD on my server, I just want to clarify what I need to do to ensure that I have performance optimised. I am coming from Gentoo Linux, where optimisation is mostly about using

Re: Firefox 2.0.0.12

2008-04-09 Thread eagirard
On Mon, Apr 07, 2008 at 05:20:01PM +, Matthew Szudzik wrote: On Mon, Apr 07, 2008 at 04:44:08PM +, Jacob Meuser wrote: or, quit using firefox. it's security record is rather lousy, wouldn't you agree? What alternatives to firefox do you suggest? On my main desktop, I use debian.

Re: SOEKRIS net5501 com port settings

2008-04-09 Thread mufurcz
Alexander Hall wrote: mufurcz wrote: Trying to `talk` to a SOEKRIS net5501 using a COM2 port out from an old Windblown box (have nothing else here to use at the moment) but I am getting garbage output, regardless of the speed - tried 9600/19200/38400/57600 8/n/1 Xon/Xoff/none. You don't

Re: Use of 'Puffy' Logo *and* weatherproof stickers?

2008-04-09 Thread Kevin Wilcox
Hannah Schroeter wrote: I read there (http://www.openbsd.org/art1.html): but do not make profit from them since our own T-shirt sales provide funding so that OpenBSD can continue to operate. Recently it was said on a mailing list, that T-shirt sales do *not* provide net funding, only

Re: Use of 'Puffy' Logo *and* weatherproof stickers?

2008-04-09 Thread Mark Mathias
On Wed, Apr 9, 2008 at 9:46 AM, Kevin Wilcox [EMAIL PROTECTED] wrote: Hannah Schroeter wrote: I read there (http://www.openbsd.org/art1.html): but do not make profit from them since our own T-shirt sales provide funding so that OpenBSD can continue to operate. Recently it was said

Re: Problems reading audio cdrom on 4.2 sparc64

2008-04-09 Thread Unix Fan
You can't mount an audio CD-ROM, it simply has an audio track, no data track. If you want to dump the contents into PCM audio, look in the ports.. install cdrtools and use the cdda2wav application. -Nix Fan.

Re: Optimising OpenBSD

2008-04-09 Thread Daniel A. Ramaley
On Tuesday 08 April 2008 18:07, you wrote: As part of my move from GNU/Linux to OpenBSD on my server, I just want to clarify what I need to do to ensure that I have performance optimised. I imagine, if you run the standard OpenBSD system on your servers for some time, you'll be satisfied.

Re: Problems reading audio cdrom on 4.2 sparc64

2008-04-09 Thread Stuart Henderson
On 2008-04-09, Unix Fan [EMAIL PROTECTED] wrote: If you want to dump the contents into PCM audio, look in the ports.. install cdrtools and use the cdda2wav application. No need for 3rd party software for this simple task, take a look at cdio(1). It does a lot more than you probably expect.

Re: Optimising OpenBSD

2008-04-09 Thread Bryan Irvine
Optimised out of the box sounds good to me - not having to do anything is the way I like to work ;-) You do realise that this means that the installation time of the base system is now going to be down to about 15 minutes (from over a day) - what am I going to do with all that spare time?

Re: Use of 'Puffy' Logo *and* weatherproof stickers?

2008-04-09 Thread Theo de Raadt
Hannah Schroeter wrote: I read there (http://www.openbsd.org/art1.html): but do not make profit from them since our own T-shirt sales provide funding so that OpenBSD can continue to operate. Recently it was said on a mailing list, that T-shirt sales do *not* provide net

Re: Problems reading audio cdrom on 4.2 sparc64 *SOLVED*

2008-04-09 Thread Harrell
2008/4/9, Stuart Henderson [EMAIL PROTECTED]: On 2008-04-09, Unix Fan [EMAIL PROTECTED] wrote: If you want to dump the contents into PCM audio, look in the ports.. install cdrtools and use the cdda2wav application. No need for 3rd party software for this simple task, take a look at

Re: Use of 'Puffy' Logo

2008-04-09 Thread Hannah Schroeter
Hi! On Wed, Apr 09, 2008 at 09:46:00AM -0600, Theo de Raadt wrote: [...] The project does not receive a dime from tshirt (or poster or sticker or puffy doll) sales, and never has. [... more explanation ...] Thanks for your prompt explanation (and editing of the web page). Kind regards,

Re: Problems reading audio cdrom on 4.2 sparc64

2008-04-09 Thread Hannah Schroeter
Hi! On Wed, Apr 09, 2008 at 03:47:26PM +, Stuart Henderson wrote: On 2008-04-09, Unix Fan [EMAIL PROTECTED] wrote: If you want to dump the contents into PCM audio, look in the ports.. install cdrtools and use the cdda2wav application. No need for 3rd party software for this simple task,

Re: Use of 'Puffy' Logo *and* weatherproof stickers?

2008-04-09 Thread Richard Daemon
On Wed, Apr 9, 2008 at 9:46 AM, Kevin Wilcox [EMAIL PROTECTED] wrote: Hannah Schroeter wrote: I read there (http://www.openbsd.org/art1.html): but do not make profit from them since our own T-shirt sales provide funding so that OpenBSD can continue to operate. Recently it was said

Re: Use of 'Puffy' Logo

2008-04-09 Thread Theo de Raadt
On Wed, Apr 09, 2008 at 01:21:34AM +0200, Martin Schrvder wrote: 2008/4/9, Matthew Smith [EMAIL PROTECTED]: A search of the site for a style guide or media pack has failed to turn up anything so I thought that I would ask here: how do I obtain Click on the logo on the front page. I

Re: Problems reading audio cdrom on 4.2 sparc64

2008-04-09 Thread Jacob Meuser
On Wed, Apr 09, 2008 at 04:09:51PM +0200, Joaquin Herrero wrote: Hi, I'm having problems when I try to read or mount an audio disk in my OpenBSD 4.2 sparc64 machine. When I insert a data cdrom, the disklabel shows the partitions and I can mount it, but when it's an audio cdrom, disklabel

Re: Installing Perl on openBSD 4.0

2008-04-09 Thread pichi
Richard, Now I feel even more of a jackass, but thanks again for setting me straight. My mind must be going on me, and no I don't smoke . anything. Cheers, P. -- View this message in context: http://www.nabble.com/Installing-Perl-on-openBSD-4.0-tp16557812p16590964.html Sent from the

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Theo de Raadt
http://www.via.com.tw/en/resources/pressroom/pressrelease.jsp?press_release_no=2088 would this be good news for the community? This is really mainly Linux-related, but i'm hoping that their mention of technical documentation will be good enough for Open to be able to support them...

Re: Problems reading audio cdrom on 4.2 sparc64

2008-04-09 Thread Jacob Meuser
On Wed, Apr 09, 2008 at 06:25:53PM +0200, Hannah Schroeter wrote: Hi! On Wed, Apr 09, 2008 at 03:47:26PM +, Stuart Henderson wrote: On 2008-04-09, Unix Fan [EMAIL PROTECTED] wrote: If you want to dump the contents into PCM audio, look in the ports.. install cdrtools and use the

Re: HP DL140

2008-04-09 Thread Stuart Henderson
Or 8042, even. Sigh...

Re: HP DL140

2008-04-09 Thread Stuart Henderson
On 2008-04-09, Stuart Henderson [EMAIL PROTECTED] wrote: On 2008-04-09, Joe Warren-Meeks [EMAIL PROTECTED] wrote: Hey there, Anyone had any truck installing OpenBSD on an HP DL140? I have tried several times and it just hangs after uncompressing the kernel, right before the copyright message

Re: Thinkpad x61 can see 3 GB of RAM out of total 4 GB

2008-04-09 Thread [EMAIL PROTECTED]
On Wed, Apr 9, 2008 at 12:20 AM, Zoong PHAM [EMAIL PROTECTED] wrote: My new Thinkpad x61 has 4 GB of RAM. The BIOS can see 4 GB. OBSD-4.2 and 4.3 (snapshot 07/04/2008), both i386 and amd64, can see only 3 GB. What can I do to make OBSD see all the RAM? FYI, the Windows XP that

Re: pf change destination port for outgoing traffic

2008-04-09 Thread Mark Rolen
Karel Galuska wrote: p1 and p2 are always the same. 58453 always to 80 K. ... It is not easy to explain. On PCs are special custom based aplications which changes destination port of outcoming traffic and I need put it back to port 80. As a casual reader of this thread, I'm wondering if

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread frantisek holop
hmm, on Wed, Apr 09, 2008 at 11:25:25AM -0600, Theo de Raadt said that It took us a very long time to get Sun to do this, and it was totally worth it. It is kind of strange to us to have Sun suddenly be the perfect example of openness. a bit OT, but i just had the pleasure of meeting and

Re: iTunes Server OpenBSD

2008-04-09 Thread Khalid Schofield
On 9 Apr 2008, at 15:07, Floor Terra wrote: On Wed, 9 Apr 2008, Khalid Schofield wrote: Hi, messing around with an iTunes server under openbsd. I've had a look at a number of web pages on setting on up using bsd. But not sure about mDNS. http://www.unixfun.net/howto/bsd/itunes.html I've

Re: iTunes Server OpenBSD

2008-04-09 Thread Khalid Schofield
On 9 Apr 2008, at 15:07, Floor Terra wrote: On Wed, 9 Apr 2008, Khalid Schofield wrote: Hi, messing around with an iTunes server under openbsd. I've had a look at a number of web pages on setting on up using bsd. But not sure about mDNS. http://www.unixfun.net/howto/bsd/itunes.html I've

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread bofh
On Wed, Apr 9, 2008 at 3:07 PM, frantisek holop [EMAIL PROTECTED] wrote: a bit OT, but i just had the pleasure of meeting and ex-sun employee, working mostly on kernel stuff. i dont know how similar the opensolaris and solaris kernels are, but he said the solaris kernel code is a beauty to

Re: iTunes Server OpenBSD

2008-04-09 Thread Floor Terra
On Wed, 9 Apr 2008, Khalid Schofield wrote: Argh broadcast. Makes my guts ache thinking of netBIOS.. Is that what the apple bonjour technology is? Just loads of broadcast? I just googled it. It's suppost to be multicast DNS (mDNS). If you are using OS X mDNS is really handy. I dont

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread frantisek holop
hmm, on Wed, Apr 09, 2008 at 03:35:18PM -0400, bofh said that Sun learnt a lot of lessons when it tried to merge sparc and x86 code bases together around the solaris 2.4 time, iirc. That's why things like zfs are endian neutral. OpenBSD started in the multi cpu world to begin with. i might

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Zbigniew Baniewski
On Wed, Apr 09, 2008 at 09:07:08PM +0200, frantisek holop wrote: It took us a very long time to get Sun to do this, and it was totally worth it. It is kind of strange to us to have Sun suddenly be the perfect example of openness. So, perhaps the best audio-option would be something using

Re: Thinkpad x61 can see 3 GB of RAM out of total 4 GB

2008-04-09 Thread Zoong PHAM
On Wednesday, 9 April 2008 at 14:57:51 -0400, [EMAIL PROTECTED] wrote: The Thinkpad's BIOS should have a setting to remap the physical memory to address space above 4 GB, that should make a 64 bit OS see all of it. I tried Ubuntu 8.04 AMD64 beta Live CD yesterday. It can see all 4GB RAM

Re: passing non-default configure options through the xenocara wrapper

2008-04-09 Thread Jacob Meuser
On Wed, Apr 09, 2008 at 01:35:06AM -0600, Connor wrote: Hi, I'm running 4.2-stable on i386 and was wanting to turn on some configuration options (for specific subpackages) that are turned off by default when one runs builds xenocara using the vanilla process in the /usr/src/xenocara/README

Re: Installing Perl on openBSD 4.0

2008-04-09 Thread Aaron Martinez
pichi wrote: Josh, Thanks so much for clearing that up for me. That would explain why it was so hard to find documentation on installing Perl on an OpenBSD 4.0 box; because its already there! I will upgrade to the latest version. The only thing that worries me is this is a production box and

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Jacob Meuser
On Wed, Apr 09, 2008 at 10:57:05PM +0200, Zbigniew Baniewski wrote: On Wed, Apr 09, 2008 at 09:07:08PM +0200, frantisek holop wrote: It took us a very long time to get Sun to do this, and it was totally worth it. It is kind of strange to us to have Sun suddenly be the perfect example

Re: iTunes Server OpenBSD

2008-04-09 Thread Stuart Henderson
On 2008-04-09, Khalid Schofield [EMAIL PROTECTED] wrote: I tried this a while ago too and didn't succeed. The package you are looking for containing mDNSResponder and friends is called howl. Fantastic! I was begging for this information :) You've made my day! howl is no longer developed..

Re: Optimising OpenBSD

2008-04-09 Thread Aaron Martinez
Matthew Smith wrote: Quoth Rod Whitworth at 2008-04-09 08:04... Matthew, you are pretty new here so I'll be kind. Read http://www.openbsd.org/faq/faq5.html#Why For this, I apologise. I am currently in the situation that I don't know where to look for what. I might try writing a OpenBSD for

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Zbigniew Baniewski
On Wed, Apr 09, 2008 at 10:49:07PM +, Jacob Meuser wrote: So, perhaps the best audio-option would be something using VIA Envy24(HT) - which is reportedly better than Audigy(2)? Time to swap? envy(4) already exists in -current (and will be in 4.3). doesn't support the HT version

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Jacob Meuser
On Thu, Apr 10, 2008 at 01:11:47AM +0200, Zbigniew Baniewski wrote: On Wed, Apr 09, 2008 at 10:49:07PM +, Jacob Meuser wrote: So, perhaps the best audio-option would be something using VIA Envy24(HT) - which is reportedly better than Audigy(2)? Time to swap? envy(4) already

Re: Optimising OpenBSD

2008-04-09 Thread Douglas A. Tutty
On Wed, Apr 09, 2008 at 07:55:36AM -0500, Ed Ahlsen-Girard wrote: From: Douglas A. Tutty [mailto:[EMAIL PROTECTED] If you want a book, although its a bit old there's Absolute OpenBSD by nostarch press. A nice book, but it's out of print. It is available as a PDF though. I purchased a copy

[OT] Regarding spam in french (was Re: Protection de votre marque sur Internet)

2008-04-09 Thread Olivier Mehani
Hi list, I've been recently amazed (in a bad way) by the number of spam this list receives that seem to be coming from french companies. I just wanted to point french readers at a spam gathering organisation [0,1]. They provide a form [2] to submit this kind of emails for statistical and

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Zbigniew Baniewski
On Thu, Apr 10, 2008 at 12:08:26AM +, Jacob Meuser wrote: Yes, I noticed it's there - but does the driver support all of the available capabilities? according to BUGS in envy(4), no. but emu(4) doesn't support all the features of the emu10k1 chips, either. I understand - but the

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Jeffrey 'jf' Lim
On Thu, Apr 10, 2008 at 9:41 AM, Zbigniew Baniewski [EMAIL PROTECTED] wrote: On Thu, Apr 10, 2008 at 12:08:26AM +, Jacob Meuser wrote: Yes, I noticed it's there - but does the driver support all of the available capabilities? according to BUGS in envy(4), no. but emu(4) doesn't

Re: VIA Announces Strategic Open Source Driver Development Initiative

2008-04-09 Thread Peter_APIIT
Jeffrey 'jf' Lim wrote: http://www.via.com.tw/en/resources/pressroom/pressrelease.jsp?press_release_no=2088 would this be good news for the community? This is really mainly Linux-related, but i'm hoping that their mention of technical documentation will be good enough for Open to be able

Mini-USB camera not working under OpenBSD.

2008-04-09 Thread Brynet
Hello everyone, recently I obtained a tiny USB camera from a friend... I mostly wanted it due to the sheer size of the thing, it's smaller then my thumb.. heh. :) Anyway, The first thing I did was plug it in.. unfortunately it displayed this unpleasant error: uhub1: device problem, disabling

Re: ospfd not resyncing

2008-04-09 Thread Linden Varley
OpenBSD 4.2, with three routers running ospfd. Two links out of one router connecting to the other two routers. (em1 and em3 in this case) ospfd.conf === # macros password=xxx # global configuration router-id 0.0.0.1 redistribute connected redistribute static redistribute default auth-key

spamd fake MX

2008-04-09 Thread Rod Whitworth
Reality check please. I see quite a few attempts to access port 25 on boxes that don't have externally listening smtpd. They show up in firewall logs. It is a possibility to let spamd listen (as usual, redirected from 25 to 8025, or even on 25 itself) and feed the IP over to my real MX using the

Re: spamd fake MX

2008-04-09 Thread Daniel Ouellet
Rod Whitworth wrote: Reality check please. I see quite a few attempts to access port 25 on boxes that don't have externally listening smtpd. They show up in firewall logs. It is a possibility to let spamd listen (as usual, redirected from 25 to 8025, or even on 25 itself) and feed the IP over