Re: ipv6 basic problem

2004-06-15 Thread Byung-hee H.
Tue, Jun 15, 2004 at 12:04:29PM +0200
Feczak Szabolcs [EMAIL PROTECTED] wrote:

 # netstat -f inet6 -rn
 
 Internet6:
 Destination   Gateway   Flags  Netif 
 Expire
 ::/96 ::1   UGRSlo0
 ::1   ::1   UH  lo0
 :::0.0.0.0/96 ::1   UGRSlo0
 fe80::/10 ::1   UGRSlo0
 fe80::%fxp0/64link#1UC fxp0
 fe80::202:b3ff:fed7:3453%fxp0 00:02:b3:d7:34:53 UHL lo0
 fe80::%lo0/64 fe80::1%lo0   U   lo0
 fe80::1%lo0   link#2UHL lo0
 ff01::/32 ::1   U   lo0
 ff02::/16 ::1   UGRSlo0
 ff02::%fxp0/32link#1UC fxp0
 ff02::%lo0/32 ::1   UC  lo0
 
 # ifconfig lo0
 
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
 inet 127.0.0.1 netmask 0xff00 
 inet6 ::1 prefixlen 128 
 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 
 
 # ping6 ::1
 PING6(56=40+8+8 bytes) ::1 -- ::1
 ping6: sendmsg: No route to host
 
 Any hint why it is not working ?
 thanks
 
If you can not obtain native IPv6 address, try to connect via 6to4.
But, 6to4 IPv6 address depends on IPv4 address. This means that you have to 
reconfigure your tunnel every time after your IPv4 address changes.

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


Re: [FreeBSD] Seti help

2004-06-18 Thread Byung-hee H.
Fri, Jun 18, 2004 at 05:27:32PM -0600
LW Ellis [EMAIL PROTECTED] wrote:

 I downloaded the setiathome package.
 As far as I know everything went OK.
 WHen I boot the system I get a message
 Run usr/local/etc/rc.d/setiathome.sh register to start seti
 I tried start with that line and got command not known
 I switched over to usr/local/sbin
 setiathome start and got 
 usr/libexec/ld-elf.so.1: Shared obj libc.so.4 not found.
 I read the Seti read me
 I looked in my book, and in the man pages.
 There is no run command.
 Start doesn't work.
 Is my package installed wrong, or am I not typing the right command???

 
Use the ports.

shell cd /usr/ports  make search key=setiathome
...than install it.

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


Re: Only root is able to login

2004-08-05 Thread Byung-Hee H.
Hi,

Thu, Aug 05, 2004 at 10:20:18AM +0200
Thomas Krause [EMAIL PROTECTED] wrote:

 Hello,
 I've a big problem, that only root is able to login to a new FreeBSD 5.2.1
 box. Neither login nor su works. I've no local access to the machine.
 A ftp-login is possible for normal users.
 
 mdm-online:/ # su - abc
 su: /bin/sh: Permission denied
 
 mdm-online:/ # login abc
 Password:
 Copyright (c) 1992-2004 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
 
 FreeBSD 5.2.1-RELEASE-p9 (MDM-ONLINE) #1: Mon Jul 26 22:24:58 CEST 2004
 
 Welcome to FreeBSD!
 
 login: /bin/sh: No such file or directory
 
 mdm-online:/ # ls -l /bin/sh
 -r-xr-xr-x  1 root  wheel  753872 Jul 26 10:18 /bin/sh
 mdm-online:/ # pw usershow abc
 abc:*:1003:1003::0:0:User :/home/abc:/bin/sh
 mdm-online:/ # ls -ld /home/abc
 drwxr-xr-x  2 abc  abc  512 Aug  5 09:33 /home/abc
 mdm-online:/ # ls -la /home/abc
 total 20
 drwxr-xr-x  2 abc   abc512 Aug  5 09:33 .
 drwxr-xr-x  7 root  wheel  512 Aug  5 09:34 ..
 -rw-r--r--  1 abc   abc767 Aug  5 09:33 .cshrc
 -rw-r--r--  1 abc   abc248 Aug  5 09:33 .login
 -rw-r--r--  1 abc   abc158 Aug  5 09:33 .login_conf
 -rw---  1 abc   abc373 Aug  5 09:33 .mail_aliases
 -rw-r--r--  1 abc   abc331 Aug  5 09:33 .mailrc
 -rw-r--r--  1 abc   abc797 Aug  5 09:33 .profile
 -rw---  1 abc   abc276 Aug  5 09:33 .rhosts
 -rw-r--r--  1 abc   abc975 Aug  5 09:33 .shrc
 
 I've not modified any login* file in /etc
 
 I've no idea what's the reason, also as it worked before.
 Any hints would be greatful.
 
 Regards,
 Thomas.
 

Reference to MERGEMASTER(8).

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


Re: Only root is able to login

2004-08-05 Thread Byung-Hee H.
Hi,

Thu, Aug 05, 2004 at 10:20:18AM +0200
Thomas Krause [EMAIL PROTECTED] wrote:

 Hello,
 I've a big problem, that only root is able to login to a new FreeBSD 5.2.1
 box. Neither login nor su works. I've no local access to the machine.
 A ftp-login is possible for normal users.
 
 mdm-online:/ # su - abc
 su: /bin/sh: Permission denied
 
 mdm-online:/ # login abc
 Password:
 Copyright (c) 1992-2004 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
 
 FreeBSD 5.2.1-RELEASE-p9 (MDM-ONLINE) #1: Mon Jul 26 22:24:58 CEST 2004
 
 Welcome to FreeBSD!
 
 login: /bin/sh: No such file or directory
 
 mdm-online:/ # ls -l /bin/sh
 -r-xr-xr-x  1 root  wheel  753872 Jul 26 10:18 /bin/sh
 mdm-online:/ # pw usershow abc
 abc:*:1003:1003::0:0:User :/home/abc:/bin/sh
 mdm-online:/ # ls -ld /home/abc
 drwxr-xr-x  2 abc  abc  512 Aug  5 09:33 /home/abc
 mdm-online:/ # ls -la /home/abc
 total 20
 drwxr-xr-x  2 abc   abc512 Aug  5 09:33 .
 drwxr-xr-x  7 root  wheel  512 Aug  5 09:34 ..
 -rw-r--r--  1 abc   abc767 Aug  5 09:33 .cshrc
 -rw-r--r--  1 abc   abc248 Aug  5 09:33 .login
 -rw-r--r--  1 abc   abc158 Aug  5 09:33 .login_conf
 -rw---  1 abc   abc373 Aug  5 09:33 .mail_aliases
 -rw-r--r--  1 abc   abc331 Aug  5 09:33 .mailrc
 -rw-r--r--  1 abc   abc797 Aug  5 09:33 .profile
 -rw---  1 abc   abc276 Aug  5 09:33 .rhosts
 -rw-r--r--  1 abc   abc975 Aug  5 09:33 .shrc
 
 I've not modified any login* file in /etc
 
 I've no idea what's the reason, also as it worked before.
 Any hints would be greatful.
 
 Regards,
 Thomas.
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Reference to MERGEMASTER(8).

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