Re: Any serious production servers yet?

2006-06-02 Thread Dave Hayes
Justin C Sherrill [EMAIL PROTECTED] writes: Dave Hayes wrote: So. What would it take to have a simple and concise set of commands any inexperienced adopter could easily apply to get a basic DFly system with X, gnome or KDE, and some basic applications? Someone writing it is what it takes.

Re: Compiling: Whats the trick?

2006-06-02 Thread Erik Wikström
On 2006-06-02 01:32, Danial Thom wrote: Ok, since the beginning of time, the following has worked in every known unix: /* hello_world.c */ #include /usr/include/stdio.h main() { printf(hello world\n); } cc -o hello_world hello_world.c except it barfs pretty badly in DFLY. What's

Re: Any serious production servers yet?

2006-06-02 Thread Justin C. Sherrill
On Fri, June 2, 2006 2:09 am, Dave Hayes wrote: The wiki presents a nice alternative; it's much easier to add to. Except it's recently been unstable. At some point I presume it will become stable again. :) I think it's stable now; the issue wasn't stability as much as missing. If no one

RE: Any serious production servers yet?

2006-06-02 Thread Danial Thom
--- James Mansion [EMAIL PROTECTED] wrote: A dual-core 2.6 Opteron is about US$1079. whereas a single core is about $460. So for about $200. more I can build 2 2.6Ghz systems that give me a lot more bang for my buck than 1 dual-core system. Well, the bleeding edge is always at a

Re: Compiling: Whats the trick?

2006-06-02 Thread Danial Thom
--- Simon 'corecode' Schubert [EMAIL PROTECTED] wrote: On 02.06.2006, at 01:32, Danial Thom wrote: except it barfs pretty badly in DFLY. What's the trick? just do it[tm]? works perfectly here. besides, your error report lacks major information, but I guess you know that already.

serialization (and other mumbo-jumbo)

2006-06-02 Thread Danial Thom
Just took a quick look at some ethernet drivers in 1.5.3. Is there a write-up on how all this serialization stuff works? I can't find anything useful searching the lists. DT __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection

Re: Impressions on DFly and other questions

2006-06-02 Thread Justin C. Sherrill
1) I didn't found the openssl and openssh packages in pkgsrc, in the second moment I observed l'existence of the /etc/ssh and /etc/ssl directories. Are openssl and openssh packages in the base system for default? What is the reason of this choice. 2) Why not to create openssl and sendmail

Re: serialization (and other mumbo-jumbo)

2006-06-02 Thread walt
Danial Thom wrote: Just took a quick look at some ethernet drivers in 1.5.3. Is there a write-up on how all this serialization stuff works?... Does this help any? (I don't pretend to understand it...) http://leaf.dragonflybsd.org/mailarchive/kernel/2004-04/msg00231.html

Re: Impressions on DFly and other questions

2006-06-02 Thread joerg
On Fri, Jun 02, 2006 at 03:29:54PM -0400, Justin C. Sherrill wrote: OpenSSL and Sendmail (and other system parts) are not separated out as packages because the system can't be pulled apart into separate packages like NetBSD does. There's been some discussion of doing this or not. No, OpenSSL

Re: Impressions on DFly and other questions

2006-06-02 Thread joerg
On Fri, Jun 02, 2006 at 08:30:30PM +0200, Saverio Iacovelli wrote: 1) I didn't found the openssl and openssh packages in pkgsrc, in the second moment I observed l'existence of the /etc/ssh and /etc/ssl directories. Are openssl and openssh packages in the base system for default? What is the

RE: Any serious production servers yet?

2006-06-02 Thread talon
Danial Thom wrote: That is the Wall for people who are on real networks. You could always count on the wall advancing as our buddies at AMD and Intel increased the GHZ. Now we're going sideways, and many can't afford to have the wall regress to accommodate smoother audio performance.

Re: serialization (and other mumbo-jumbo)

2006-06-02 Thread Danial Thom
--- walt [EMAIL PROTECTED] wrote: Danial Thom wrote: Just took a quick look at some ethernet drivers in 1.5.3. Is there a write-up on how all this serialization stuff works?... Does this help any? (I don't pretend to understand it...)