tftpd: recvfrom: Socket operation on non-socket

2005-08-17 Thread Dmitry Chorine
Hello,

I'm trying to run tftpd on GENERIC kernel on FREEBSD-5.4 (-RELEASE) and I'm
getting this error... anyone knows what to do about that?

Aug 16 12:03:20 d tftpd[64208]: recvfrom: Socket operation on non-socket
Aug 16 12:03:20 d kernel: Aug 16 12:03:20 d tftpd[64208]: recvfrom: Socket
operation on non-socket

Dmitry Chorine at AVM Software
P: +1(212)520-7012



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


vpn

2004-10-18 Thread Dmitry Chorine
Hello

I need to be able to connect to my FreeBSD server using VPN client that
comes with Windows 2000/XP.

1) I would like to be able to surf internet but I don't want others to
see my real public IP, only public IP of my FreeBSD server.
2) Is it possible to use only software part that comes with FreeBSD
itself? Without installing any 3rd party applications even from ports?
(like I found in handbook how to do side-to-side vpn) but I need to be
able to dial-in using windows's client.


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


RE: Freebsd-4.9

2004-02-18 Thread Dmitry Chorine
Yes, I do
 
Alexus


-Original Message-
From: matthew [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 17, 2004 7:36 PM
To: Dmitry Chorine
Cc: [EMAIL PROTECTED]
Subject: Re: Freebsd-4.9




On Tue, 17 Feb 2004, Dmitry Chorine wrote:

 Hi

 I just download ISO of 4.9-RELEASE and after installing I cvsup 
 RELENG_4_9, after that I buildwolrd and buildkernel, kernel installed 
 fine, but when I install world I get this error:

 --
  Installing everything..
 --
 cd /usr/src; make -f Makefile.inc1 install
 === share/info
 === include
 creating osreldate.h from newvers.sh
 setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  .
 /usr/src/include/../sys/conf/newvers.sh;echo
 $COPYRIGHT  osreldate.h;   echo #ifdef
_KERNEL
  osreldate.h;   echo '#error osreldate.h must not
be
 used in the kernel, use sys/param.h'  osreldate.h;  echo #else 
 osreldate.h;  echo \#'undef
 __FreeBSD_version'  osreldate.h;   echo \#'define
 __FreeBSD_version' $RELDATE  osreldate.h;  echo #endif  
 osreldate.h
 touch: not found
 *** Error code 127


What happened to the small program touch?

bash-2.05b$ whereis touch
touch: /usr/bin/touch

Do you have that program too?

m

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

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

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

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

 Stop in /usr/src.

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

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


RE: Freebsd-4.9

2004-02-18 Thread Dmitry Chorine
I think you were right, my date was incorrect, I changed my date rebuild
world and now it's installing just fine

Thanks

-Original Message-
From: Kent Stewart [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 18, 2004 12:11 AM
To: [EMAIL PROTECTED]
Cc: matthew; Dmitry Chorine
Subject: Re: Freebsd-4.9


On Tuesday 17 February 2004 04:35 pm, matthew wrote:
 On Tue, 17 Feb 2004, Dmitry Chorine wrote:
  Hi
 
  I just download ISO of 4.9-RELEASE and after installing I cvsup 
  RELENG_4_9, after that I buildwolrd and buildkernel, kernel 
  installed fine, but when I install world I get this error:
 
  --
 
   Installing everything..
 
  --
  cd /usr/src; make -f Makefile.inc1 install
  === share/info
  === include
  creating osreldate.h from newvers.sh
  setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  .
  /usr/src/include/../sys/conf/newvers.sh;   
  echo $COPYRIGHT  osreldate.h;   echo #ifdef
  _KERNEL
 
   osreldate.h;   echo '#error osreldate.h must
   not be
 
  used in the kernel, use sys/param.h'  osreldate.h;  echo #else
   osreldate.h;  echo \#'undef
  __FreeBSD_version'  osreldate.h;   echo \#'define
  __FreeBSD_version' $RELDATE  osreldate.h;  echo #endif  
  osreldate.h
  touch: not found
  *** Error code 127

 What happened to the small program touch?

 bash-2.05b$ whereis touch
 touch: /usr/bin/touch

 Do you have that program too?

This is usually caused by a system date that is borked. Correct the 
system date/time and it should install just fine. You may have to 
rebuild the world before you can install.

Kent


 m

  Stop in /usr/src/include.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
 
  Any ideas?
  ___
  [EMAIL PROTECTED] mailing list 
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]

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

-- 
Kent Stewart
Richland, WA

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


Freebsd-4.9

2004-02-17 Thread Dmitry Chorine
Hi

I just download ISO of 4.9-RELEASE and after installing I cvsup
RELENG_4_9, after that I buildwolrd and buildkernel, kernel installed
fine, but when I install world I get this error:

--
 Installing everything..
--
cd /usr/src; make -f Makefile.inc1 install
=== share/info
=== include
creating osreldate.h from newvers.sh
setvar PARAMFILE /usr/src/include/../sys/sys/param.h;  .
/usr/src/include/../sys/conf/newvers.sh;echo
$COPYRIGHT  osreldate.h;   echo #ifdef _KERNEL
 osreldate.h;   echo '#error osreldate.h must not be
used in the kernel, use sys/param.h'  osreldate.h;  echo #else 
osreldate.h;  echo \#'undef
__FreeBSD_version'  osreldate.h;   echo \#'define
__FreeBSD_version' $RELDATE  osreldate.h;  echo #endif 
osreldate.h
touch: not found
*** Error code 127

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

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

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

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

Stop in /usr/src.

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


Accessing vpn through another interface

2004-02-07 Thread Dmitry Chorine
Hello

I know it's sounds complicated, but here it is. I'm running a
FreeBSD-4.x box, with two NIC that are connected to two separate
network, one interface has ip range 192.168.1.0/24 and another one has
10.0.0.0/8. I have a VPN that can be accesses from 10.0.0.0/8 IP range,
what would be a best solution for people from 192.168.1.0/24 to access
that VPN through that FreeBSD box?

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