Re: sendmail should not bind to loopback only

2008-02-04 Thread Wouter Oosterveld
[EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Wouter Oosterveld wrote: Hello, I'm experiencing a weird problem with sendmail on a FreeBSD 6.3-RELEASE machine (Dell PE2950 AMD64). Sendmail seems to only bind to the loopback device while not explicitly configured

Re: Endianness of freeBSD

2008-02-04 Thread Wouter Oosterveld
Endianness depends on the hardware. In internal kernel structures endianness does not matter, if communicating with other machines protocols (usually) define a bitorder. The c-library and/or systemlibrary contains utility functions for conversion. Regards, Wouter Oosterveld 2008/2/4, navneet

sendmail should not bind to loopback only

2008-02-04 Thread Wouter Oosterveld
/src/UPDATING, the batbook and google. Does anyone have an idea what is causing this? Thanks in advance, Wouter Oosterveld sockstat: (12:46:38)[EMAIL PROTECTED] ~ # sockstat -4l USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS (...) root sendmail 1205 4 tcp4

rename and chmod (was: cp -p)

2008-02-08 Thread Wouter Oosterveld
Now, from a logical point of view, why moving a file into a directory doesn't fall into the created into them case? Because (if on the same filesystem) you don't create a new file. You just link the file in the destination dir and unlink the file from the source dir. Exactly. But

Re: rename and chmod (was: cp -p)

2008-02-08 Thread Wouter Oosterveld
Now, from a logical point of view, why moving a file into a directory doesn't fall into the created into them case? Because (if on the same filesystem) you don't create a new file. You just link the file in the destination dir and unlink the file from the source dir. Regards, Wouter 2008/2/8,

mysqlclient upgrade

2008-02-14 Thread Wouter Oosterveld
SQL database (server) p5-DBD-mysql-3.0002 MySQL driver for the Perl5 Database Interface (DBI) php4-mysql-4.4.2_1 The mysql shared extension for php Regards, Wouter Oosterveld ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Fwd: mysqlclient upgrade

2008-02-14 Thread Wouter Oosterveld
Sorry, I mean linking php4-mysql-4.4.2_1 against mysqlclient-5.0.x. Groetjes, Wouter -- Forwarded message -- From: Wouter Oosterveld [EMAIL PROTECTED] Date: 14 feb. 2008 17:29 Subject: mysqlclient upgrade To: freebsd-questions@freebsd.org Hello people, Doe anyone have

Re: what is the meaning of optimization changed from TIME to SPACE

2008-02-19 Thread Wouter Oosterveld
/storage/pub/www/ram: optimization changed from TIME to SPACE This is not an error. It probably means the ramdisk changed it's allocation policy from preserving time to conserving space. Something what would happen if the data on it gets relatively (against available mem) big. I guess. Regards,

Re: USB Mouse not working

2008-03-26 Thread Wouter Oosterveld
I've had probably had the same issues with an logitech wheel-mouse (usb): Mar 24 23:56:55 harare kernel: ums0: 3 buttons and Z dir. The following xorg-section without any rc.conf moosed stuff got it to work: Section InputDevice Identifier Mouse1 Option Protocolauto Option Device

Re: USB Mouse not working

2008-03-26 Thread Wouter Oosterveld
Forgot Driver: Section InputDevice Identifier Mouse1 Driver mouse Option Protocolauto Option Device /dev/sysmouse Option Buttons 5 Option ZAxisMapping 4 5 EndSection 2008/3/26, Wouter Oosterveld [EMAIL PROTECTED]: I've had probably had the same issues with an logitech

what is up with ftpd (some questions)

2008-03-26 Thread Wouter Oosterveld
Why are there two ftpd's in FreeBSD RELEASE-7.0 ? There is the original ftpd and lukemftpd in contrib. There is a pam_ftpusers which doesn't work with the original ftpd. (I would like to be able to whitelist). Lukemftpd isn't updated in a while. --- Are there any plans to merge some stuff from