Re: Any serious production servers yet?

2006-05-30 Thread Yiorgos Adamopoulos
On 2006-05-30, Danial Thom <[EMAIL PROTECTED]> wrote: > And what kind of volume are you pushing through > your firewalls peak, in terms of bandwidth and > pps? The main reason that we chose DragonFlyBSD was that it could *install* on a Siemens RX200S2 when all the other BSDs failed (and we prefer

Re: Any serious production servers yet?

2006-05-30 Thread Yiorgos Adamopoulos
he performance and only had one small problem with ftp-proxy which is resolved as described here: http://www.dbnet.ece.ntua.gr/~adamo/howto/DragonFlyBSD/ftp-proxy.txt Apart from that we are very very happy! -- #include /* Yiorgos Adamopoulos */

Strange sshd problem with 1.5.3-PREVIEW

2006-05-15 Thread Yiorgos Adamopoulos
/libcrypto.so.4 (0x28136000) libc.so.6 => /usr/lib/libc.so.6 (0x28284000) XYZW# cat /etc/hosts.allow ALL: 127.0.0.1 : ALLOW ALL: ALL : DENY However, ssh connections to XYZW are allowed and accepted. TIA for any ideas or flames. -- #include /* Yiorgos Adamopoulos */

Re: why do you use DragonFly? (writing an article)

2005-12-05 Thread Yiorgos Adamopoulos
o support DragonFly natively... :-) -- #include /* Yiorgos Adamopoulos */

Re: pkgsrc and /etc/defaults/rc.conf

2005-09-16 Thread Yiorgos Adamopoulos
On 2005-09-16, Joerg Sonnenberger <[EMAIL PROTECTED]> wrote: > On Fri, Sep 16, 2005 at 03:02:50PM +0300, Yiorgos Adamopoulos wrote: >> Since it is decided that pkgsrc is the default packaging system for >> DragonFly, >> should ldconfig_paths in /etc/defaults/rc.conf s

pkgsrc and /etc/defaults/rc.conf

2005-09-16 Thread Yiorgos Adamopoulos
Hi! Since it is decided that pkgsrc is the default packaging system for DragonFly, should ldconfig_paths in /etc/defaults/rc.conf should be changed to include /usr/pkg/lib ? I've done this in /etc/rc.conf.local, but should it be a default for 1.3? -- #include #define POWERED_BY "http://www.Dra

net-snmp from pkgsrc ?

2005-09-14 Thread Yiorgos Adamopoulos
Has anyone succeeded in building it. I am running 1.3.5-PREVIEW and I get: cc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -I/usr/pkgsrc/net/net-snmp/work/.buildlink/include -DINET6 -O2 -Ddragonfly1 -c mibII/ipv6.c -fPIC -DPIC -o mibII/.libs/ipv6.o mibII/ipv6.c: In

Re: Purpose of lukemftpd?

2005-09-06 Thread Yiorgos Adamopoulos
On 2005-09-06, Gabriel Ambuehl <[EMAIL PROTECTED]> wrote: > I've found the ftpd in FreeBSD to be powerful enough for most things. If > you need encrypted transmissions, chances are you should be using SFTP > in first place (as anon FTP over SSL doesn't make much sense in my book OTOTH, having the

make release question

2005-09-06 Thread Yiorgos Adamopoulos
Accodring to release(7) if you setenv MAKE_ISOS: "If defined, bootable ISO CD-ROM images will be created, from the contents of the CD-ROM stage directory." But, after a "make install_fetchpkgs release" I get: # ls /usr/release/ /usr/release: dfly.iso root/ And dfly.iso does not have the insta

/usr/pkg/{bin,sbin} - where in $PATH ?

2005-09-06 Thread Yiorgos Adamopoulos
Hello! Where do you place in your $PATH /usr/pkg/{bin,sbin} ? First? Last?r Do the pkg_* utils from pkgsrc interract safely with the ones from FreeBSD's ports (which I assume are the ones in /usr/sbin/) ? -- #include #define POWERED_BY "http://www.DragonFlyBSD.org/";

Re: console on serial port

2005-09-02 Thread Yiorgos Adamopoulos
On 2005-09-01, Simon 'corecode' Schubert <[EMAIL PROTECTED]> wrote: > Yiorgos Adamopoulos wrote: >> How? > > echo -h > /boot.config > sed -i '/^console/s/off/on /' /etc/ttys > Thank you! I did it as it was mentioned in http://leaf.dragonfl

console on serial port

2005-09-01 Thread Yiorgos Adamopoulos
How? -- #include #define POWERED_BY "http://www.DragonFlyBSD.org/";

Re: booting problems with the cdrom

2005-08-08 Thread Yiorgos Adamopoulos
On 2005-08-07, scalopus <[EMAIL PROTECTED]> wrote: > 2) Later i tryed the development iso: > 2CSNAP-20050724-2330-Devel.iso.bz2 > This cd boots, i can see the Boot menu, but when booting > the kernel it crashes when accessing to the ata, suppose the > atapi, the acd0 cdrom, with the following err

cvsupfile targets

2005-08-01 Thread Yiorgos Adamopoulos
I have gotten a little confused with the cvsupfile targets one can have to download the sources. From what I gather: *default release=cvs tag=DragonFly_Preview <- PREVIEW *default release=cvs tag=. <- HEAD right? And what is the tag for STABLE ? -- #include #define P

Re: Hacking my own firewall :-)

2005-08-01 Thread Yiorgos Adamopoulos
On 2005-08-01, =?windows-1250?Q?Przemys=B3aw_Szczygielski?= <[EMAIL PROTECTED]> wrote: >> TTBOMK, there is no service started that accepts connection on the ethernet >> interface, so you cannot have any incoming connections. I run 1.3-PREVIEW >> and >> the only service that shows up in an nmap s

Re: Hacking my own firewall :-)

2005-07-31 Thread Yiorgos Adamopoulos
On 2005-07-31, =?windows-1250?Q?Przemys=B3aw_Szczygielski?= <[EMAIL PROTECTED]> wrote: > I do have outgoing traffic, but incoming is totally blocked. And TTBOMK, there is no service started that accepts connection on the ethernet interface, so you cannot have any incoming connections. I run 1.3-