Re: How to clear strage route in routing table?

2007-01-11 Thread Armin Arh
On Thu, 11 Jan 2007 09:01:14 -0800 (PST) Patrick Dung <[EMAIL PROTECTED]> wrote: > Hi > > Suppose I have mistype a command: > # route add 192.168.3.0 255.255.255.0 192.168.3.1 > What is the output of "netstat -nrf inet" ? Does "route delete 192.168.3.0" help? Armin -- PUBBOX Postmaster + spam-

Re: 4.10-stable nameserver strange behavior

2007-01-11 Thread Armin Arh
On Thu, 11 Jan 2007 11:44:38 -0500 (EST) Ken Cochran <[EMAIL PROTECTED]> wrote: > Hi: > > How I "refresh" a system binary? > > More specifically, I think I may have a compromised(?) named > in /usr/sbin but what I have in /usr/obj should be fine; > if not I still have it in /usr/src and can rebu

Re: remove suid files question....

2006-12-23 Thread Armin Arh
On Sat, Dec 23, 2006 at 05:41:29PM -0300, Agus wrote: > Hi all.i installed a freebsd 6 and i am going to use it as a server with > apache, ssh, ftp and other servicesit is going to be of free accessu > register in my page your account (free) and i create an account for u in the > system

Re: small mail server

2006-12-21 Thread Armin Arh
On Wed, Dec 20, 2006 at 11:23:04AM +, Robin Becker wrote: > I'm looking for some advice on using one of our existing freebsd 6.x > servers as > a mail server for a small number (<20) of users. > > Our existing provider gives us > > 1) pop3/IMAP for reading mail > 2) SMTP for sending, but we

Re: Palm Tx + jpilot

2006-12-15 Thread Armin Arh
Finally, This is the solution to get a Palm TX work with FBSD-6.X load the kernel modules 'uvisor.ko', 'ucom.ko', e.g. like this: (if not already done at boot time) kldload uvisor kldload ucom In order to set up the devfs rules manually do something like this: devfs ruleset 10 devfs rule add pat

Re: Palm Tx + jpilot

2006-12-15 Thread Armin Arh
On Sat, Dec 16, 2006 at 02:16:48AM +0100, Armin Arh wrote: > On Fri, Dec 15, 2006 at 10:19:49AM -0500, Lowell Gilbert wrote: > > Armin Arh <[EMAIL PROTECTED]> writes: > > > > > On Fri, Dec 15, 2006 at 01:16:46AM -0500, Anish Mistry wrote: > > >> > In

Re: Palm Tx + jpilot

2006-12-15 Thread Armin Arh
On Fri, Dec 15, 2006 at 10:19:49AM -0500, Lowell Gilbert wrote: > Armin Arh <[EMAIL PROTECTED]> writes: > > > On Fri, Dec 15, 2006 at 01:16:46AM -0500, Anish Mistry wrote: > >> > In /etc/devfs.conf: > >> > perm cuaU0 0666 > >> > > >&g

Re: Palm Tx + jpilot

2006-12-14 Thread Armin Arh
On Fri, Dec 15, 2006 at 01:16:46AM -0500, Anish Mistry wrote: > > In /etc/devfs.conf: > > perm cuaU0 0666 > > > > but then: > > ## l /dev/cuaU0 > > crw-rw 1 uucp dialer - 0, 113 Dec 15 05:00 /dev/cuaU0 > > > > The /dev/devfs.conf permissions only apply when i run > > "/etc/rc.d/devfs re

Palm Tx + jpilot

2006-12-14 Thread Armin Arh
Running a 6.2PRERELEASE kernel here. Just purchased a brand new Palm TX Handheld and connected it via usb to my PC. Surprisingly jpilot did not work, did so for my elder Zire71 (which is broken...) running 5.4-RELEASE. After clearing the confusion about ucom0 was renamed to cuaU0 (why?) it worked

Re: how do I see security logs without turning on sendmail?

2006-12-13 Thread Armin Arh
On Wed, Dec 13, 2006 at 05:22:41PM -0600, Tuareg wrote: > Dec 13 00:00:00 myhost newsyslog[41433]: logfile turned over > Dec 13 00:00:02 myhost sendmail[41485]: gethostbyaddr(xxx.xxx.xxx.xxx) > failed: 1 > Dec 13 00:00:02 myhost sendmail[41485]: kBD602j41485: from=root, size=137, > class=0, nrcpts=

Re: Advantages of trimmed kernel?

2006-12-10 Thread Armin Arh
I think recompiling one owns Kernel becomes important when you want it to behave completely different. hardwired irq, other scheduler etc. Saving memory is only an issue when running on extra small hardware. (Like we all had ten years ago) Armin -- PUBBOX Postmaster + spam-killer. Free email ad

Re: Spam prevention

2006-11-29 Thread Armin Arh
On Wed, Nov 29, 2006 at 06:53:36PM -0500, Ian Lord wrote: > > Hi, > > I would like to setup a mail server with postfix and sendmail... exim + bogofilter doing their job here. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: cleaning out log files?

2006-11-26 Thread Armin Arh
Check "/etc/newsyslog.conf" All log-files you like to have rotated, should be mentioned there. System owned logs are in there per default. "du -k /var" will tell you where your space is being "consumed". Maybe your "/var/mail/root" is growing... How big is your /var anyway? Armin -- PUBBOX Pos

Re: packages failing to load

2006-11-26 Thread Armin Arh
uccessfully installed. Now I need > 'libc.so.5' and 'libm.so.2'. Any idea where I can find these 2 files? > I tried 'pkg_info -L' on a lot of files with no luck. i also went back > to my older releases with no luck also. > > Thanks in advance, >

Re: packages failing to load

2006-11-25 Thread Armin Arh
Look for a package called 'expat-2.0.0'. Once you got one look into it like this pkg_info -L expat-2.X.tar.gz It should then state there is a '/usr/local/lib/libexpat.so.6' in it. If so, install it. Nevertheless this may fail if it uses some syscall of FBSD-5.5 not present in FBSD5.4, but i don'

Re: Fresh System: Kernel should be Rebuilded FIRST or cvsup should be Run FIRST?

2006-11-18 Thread Armin Arh
On Sat, Nov 18, 2006 at 06:46:56PM +0100, VeeJay wrote: > Kernel should be Rebuilded FIRST or cvsup should be Run FIRST? Most people do not need a custom Kernel, just some modules added at runtime. On What part of source do you intend to run cvsup? New Kernel should be run in order to prov

Re: Help: Suitable Version for Web Server?

2006-11-17 Thread Armin Arh
On Fri, Nov 17, 2006 at 11:22:50AM +0100, VeeJay wrote: > Apache ??? > MySQL ??? > PHP ??? > QMail postgres-7 exim-4 courier-imap-4 caudium-1.2 (HTTP) sqwebmail-5.1.3 pure-ftpd-1.0 are the right choice for my PUBBOX. the postgres knows all about every user and application he may use. It is abs

Re: solutions for web hosting server

2006-11-16 Thread Armin Arh
Depends on your application. There is no generally "best" solution. On Thu, Nov 16, 2006 at 02:19:49PM +0200, Dan Catana wrote: > - Apache 2 I use caudium. Provides strong flexible content, and is easy to administer. > - MySQL 5 Postgres is the right choice for me, provides integrity, is faster fo

Re: xfce4 repair, how to recompile everything?

2006-11-15 Thread Armin Arh
Leads me to some more troble: # pwd /usr/ports/sysutils/portupgrade # make install ... ... /bin/cp -R /home/ports/wrkdir/usr/ports/databases/ruby-bdb/work/bdb-0.5.9/docs/doc /usr/local/share/doc/ruby18/bdb/ cp: /home/ports/wrkdir/usr/ports/databases/ruby-bdb/work/bdb-0.5.9/docs/doc: No such fil

xfce4 repair, how to recompile everything?

2006-11-15 Thread Armin Arh
I would like to recompile all of the xfce4 stuff. Is the ports system offering a solution here? maybe something like: make reinstall IF CATEGORIES IS xfce4 Armin -- PUBBOX Postmaster + spam-killer. Free email addresses at http://pubbox.net/ ___ freebs

Re: License issue

2006-11-15 Thread Armin Arh
Hiroshi! The BSD license offers you to modify source and sell your product as you like. You have to include the full COPYRIGHT accompaining that particular BSD, that's it. Of course, any donations made by you to FreeBSD are welcome, but not required :) Keep in mind that any third party packages

Re: image based stock spam

2006-11-13 Thread Armin Arh
On Sun, 12 Nov 2006 23:17:58 -0800 Brian <[EMAIL PROTECTED]> wrote: > ugh, I'm running a 6.2 prerelease. The package doesn't exist, so I > build the port, or try to. The tiff port wont build, so I pkg_add > that. It gets a lil further along, the pkgconfig port won't build, I > pkg_add that.

Opera-9.02 crash, 6.2-PRERELEASE

2006-11-12 Thread Armin Arh
Hi, I just installed Opera-9.02 from ports, and it crashes... [EMAIL PROTECTED] opera Fatal error 'Spinlock called when not threaded.' at line 87 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort trap (core dumped) [EMAIL PROTECTED] uname -a FreeBSD lance.net.schlund.de 6.

FreeBSD-6, kldload: No such file...

2006-11-12 Thread Armin Arh
Hi, since upgrading to FreeBSD-6 i can't load modules by just typing the name. ## uname -a FreeBSD lance.net.schlund.de 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #8: Sun Nov 12 21:59:06 CET 2006 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/LANCE i386 ## kldload linux kldload: can't load linux: