lastlog

2004-09-19 Thread John Lee
Dear guys,

How do i retrieve last login details for JUN-2004
as I can only see SEP-04 now..

last | grep user -- only shows SEP i guess

How can i get JUNE?

Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


java virtual machine on bsd

2004-09-16 Thread John Lee
how do i install a jvm on freebsd, which ports dir in /java?

[EMAIL PROTECTED] backupsw]# sh install.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable.  You must install a VM prior to
running this program.

--jon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


data backup software for freebsd

2004-09-06 Thread John Lee
hmm, are there any popular free data backup software
for freebsd?

i hope to backup my /etc and important files to another
server via ftp.

--john.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


arplookup errors in /var/log/messages

2004-07-10 Thread John Lee
hi, is there anyway i can stop receiving these errors

Jul 10 10:00:40 web /kernel: arplookup 63.171.211.198 failed: host is not on
local network
Jul 10 10:02:37 web last message repeated 82 times

--
thx
john

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


arpresolve errors

2004-07-09 Thread John Lee
i'm getting flooded by these errors in /var/log/messages
Jul  9 21:10:03 web /kernel: arpresolve: can't allocate llinfo for
63.23.70.1rt
Jul  9 21:10:04 web /kernel: arpresolve: can't allocate llinfo for
63.23.70.1rt
Jul  9 21:10:05 web /kernel: arpresolve: can't allocate llinfo for
63.23.70.1rt
Jul  9 21:10:06 web /kernel: arpresolve: can't allocate llinfo for
63.23.70.1rt

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IP bandwidth

2004-07-01 Thread John Lee
dear all,

i'm using a freebsd 4.10-stable server with 50 IP addresses.
Is there any program i can install that will be able to tell me:

- how much bandwidth (ie. kbps) each individual IP is using?

trafcount seems to count total traffic only, any idea?

thanks.

John
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


blocking internally

2004-06-19 Thread John Lee
hi, i have 7 ips on one box, however they can't connect internally
to each other IP ports. please advise.

here's my setup:

rc.conf:
defaultrouter=63.223.65.1
ifconfig_sis0=inet 63.223.65.192  netmask 255.255.255.0

/etc/ips.added:
ifconfig sis0 inet 63.223.65.193/32 alias
ifconfig sis0 inet 63.223.71.2/32 alias
ifconfig sis0 inet 63.223.71.3/32 alias
ifconfig sis0 inet 63.223.71.4/32 alias
ifconfig sis0 inet 63.223.71.5/32 alias

route add 63.223.65.193 63.223.65.1
route add 63.223.71.2 63.223.71.1
route add 63.223.71.3 63.223.71.1
route add 63.223.71.4 63.223.71.1
route add 63.223.71.5 63.223.71.1
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvsup coredump

2004-06-19 Thread John Lee
Why does it always coredump?

Connecting to cvsup3.jp.FreeBSD.org
Connected to cvsup3.jp.FreeBSD.org
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
make buildworld  make installworld Checkout
src/contrib/binutils/gas/config/obj-coff.c
***
*** runtime error:
***Segmentation violation - possible attempt to dereference NIL
***pc = 0x9e634d9e
***
  use option @M3stackdump to get a stack trace
Abort trap (core dumped)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvsup make world

2004-06-18 Thread John Lee
Dear All,

I installed a clean 4.10-RC2 and CVSUP to the latest,
while makeing world, I encountered this error
and tried a few times but same error. Please advise.
I'm using a P4 2.8Ghz 1U server system.

 stage 1: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=  INSTALL=sh
/usr/src/tools/install.sh make -f
Makefile.inc1 -DBOOTSTRAPPING  -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE
 -DNOSHARED  -DNO_WERROR bootstrap-tools
echo === usr.bin/yacc;  cd /usr/src/usr.bin/yacc;  make
DIRPRFX=usr.bin/yacc/ obj;  make DIRPRFX=usr.bin/yacc/ depend;  make
DIRPRFX=usr.bin/yacc/ all;  make DIRPRFX=usr.bin/yacc/
DESTDIR=/usr/obj/usr/src/i386 install
=== usr.bin/yacc
cd: can't cd to /usr/src/usr.bin/yacc
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make world problem

2004-06-18 Thread John Lee
Dear All,

I installed a clean 4.10-RC2 and CVSUP to the latest,
while makeing world, I encountered this error
and tried a few times but same error. Please advise.
I'm using a P4 2.8Ghz 1U server system.

 stage 1: bootstrap tools
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=  INSTALL=sh
/usr/src/tools/install.sh make -f
Makefile.inc1 -DBOOTSTRAPPING  -DNOHTML -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE
 -DNOSHARED  -DNO_WERROR bootstrap-tools
echo === usr.bin/yacc;  cd /usr/src/usr.bin/yacc;  make
DIRPRFX=usr.bin/yacc/ obj;  make DIRPRFX=usr.bin/yacc/ depend;  make
DIRPRFX=usr.bin/yacc/ all;  make DIRPRFX=usr.bin/yacc/
DESTDIR=/usr/obj/usr/src/i386 install
=== usr.bin/yacc
cd: can't cd to /usr/src/usr.bin/yacc
*** Error code 2

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can't install openssl?

2004-05-16 Thread John Lee
can't install openssl?

- latest ports.tar.gz -

[EMAIL PROTECTED] root]# cd /usr/ports/security/openssl
[EMAIL PROTECTED] openssl]# make install
Makefile error: There is a COMMENTFILE in this port.
COMMENTFILEs have been deprecated in
favor of COMMENT variables.
Please, rectify this.
*** Error code 1

Stop in /usr/ports/security/openssl.
[EMAIL PROTECTED] openssl]# 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


identd getbuf error

2004-05-14 Thread John Lee
hihi,

I'm running freebsd4.10-pre on my AMD box
and i have cvs to the latest source lately.

I installed /usr/ports/security/pidentd and
it doesn't work, i looked in /var/log/messages
this is the error:

identd[16356]: getbuf: bad address (0009 not in c012b510-0xFFC0) -
ofile

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


May 13 02:13:03 web identd[1583]: request_thread: fd #6: input buffer full: closing down

2004-05-13 Thread John Lee
Hi,

How do i fix this?
May 13 02:13:03 web identd[1583]: request_thread: fd #6: input buffer full:
closing down

May 13 02:13:03 web identd[1583]: request_thread: fd #6: input buffer full:
closing down

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


arplookup error

2004-05-11 Thread John Lee
Hi,

I keep getting flooded by these messages in /var/log/messages
anyway to stop my system from doing arplookup's.
Getting annoyed.

Am i being hacked or queried?

May 11 17:07:03 www /kernel: arplookup 63.223.76.1 failed: host is not on
local network
May 11 17:07:09 www /kernel: arplookup 63.171.211.198 failed: host is not on
local network
May 11 17:07:10 www /kernel: arplookup 63.167.125.251 failed: host is not on
local network

--
John

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]