Re: Problem at first boot

2005-09-15 Thread Rein Kadastik
BTW the reason of the booting problem is that kernel mounts / partition and expects to find /bin/sh from there but as the /bin is on separate partiton, then it fails. -- Rein Rein Kadastik wrote: Your partitioning is not correct. There is no point to put /bin and /etc on their own

Re: Problem at first boot

2005-09-15 Thread Rein Kadastik
Your partitioning is not correct. There is no point to put /bin and /etc on their own partitions as they take very small amount of room. I recommend to make another clean install and select Auto option when creating slices Usually separate partitions are recommended for the followind folders:

Re: Worried ...

2005-09-14 Thread Rein Kadastik
No worries (from the security side). This error means that SSH daemon cannot start because the port 22 is already use by another program (probably another SSH daemon). So it is likely that you try to start several versions of SSH daemon or some program uses port 22 and starts before SSH daemon.

Re: INFORMATION

2005-09-03 Thread Rein Kadastik
Do not give source to customer Rein Mauricio Román wrote: Greetings!!! I´m a software develper, I use Java like platform for launch my proyects. To the end users I like give them a little warranty on the producto, but i have a problem How can i know when the end user open the source code

Re: sed not working

2005-09-03 Thread Rein Kadastik
What about csh/tcsh and gdb? Particularly tc.const.h generation and init.c generation? Also if I cvsup'ed the sources for 4.11-RELEASE-p11, the make buildworld still failed, so no sign of the bugfix there. Rein Thomas Dickey wrote: In article <[EMAIL PROTECTED]> you wrote: Hi,

Re: sed not working

2005-09-03 Thread Rein Kadastik
Rein Kadastik wrote: Rein Kadastik wrote: OK got again some extremely strange testing results. If there is anywhere in the first token (the length does not matter) one of the following charakters: t, u, v, w, x, y, the transformation fails. Note that with z it works and with a-s it works

Re: sed not working

2005-09-03 Thread Rein Kadastik
Rein Kadastik wrote: OK got again some extremely strange testing results. If there is anywhere in the first token (the length does not matter) one of the following charakters: t, u, v, w, x, y, the transformation fails. Note that with z it works and with a-s it works also. -- Rein

Re: sed not working

2005-09-03 Thread Rein Kadastik
OK got again some extremely strange testing results. If there is anywhere in the first token (the length does not matter) one of the following charakters: t, u, v, w, x, y, the transformation fails. Note that with z it works and with a-s it works also. -- Rein

Re: sed not working

2005-09-03 Thread Rein Kadastik
Alex Zbyslaw wrote: Rein Kadastik wrote: Alex Zbyslaw wrote: Rein Kadastik wrote: Rein Kadastik wrote: Hi I have a problem with sed on one of my systems. Does anybody have some ideas, what would be the reason? I tested the sed command also on 4.8-RELEASE and 4.10-STABLE where it

Re: network tools

2005-09-03 Thread Rein Kadastik
Jonathan Chen wrote: On Sat, Sep 03, 2005 at 12:01:56AM +0100, Chris wrote: [...] Today I had a download running at about 60kB/s and he said his (XP based) limewire was showing 25kB/s download and 5kB/s upload. When he turned off limewire my download speed went back to 120k. Why don't th

Re: sed not working

2005-09-03 Thread Rein Kadastik
Alex Zbyslaw wrote: Rein Kadastik wrote: Rein Kadastik wrote: Hi I have a problem with sed on one of my systems. Lets take the following command: sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' On all other systems the input would be transformed: int something() -> int gen_so

Re: sed not working

2005-09-02 Thread Rein Kadastik
Rein Kadastik wrote: Hi I have a problem with sed on one of my systems. Lets take the following command: sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' On all other systems the input would be transformed: int something() -> int gen_something() On the broken system, the transfor

sed not working

2005-09-02 Thread Rein Kadastik
Hi I have a problem with sed on one of my systems. Lets take the following command: sed -e '/^\([a-z_][a-z_]*\) /s//\1 gen_/' On all other systems the input would be transformed: int something() -> int gen_something() On the broken system, the transformation is not done: int something() -> in

Re: Four (even five) problems/queries on my FreeBSD installation

2005-09-02 Thread Rein Kadastik
Yuan Jue wrote: >On Friday 02 September 2005 15:45, lars.lindblad wrote: > > >>2. During my window years (those are goodbye now! ;) I >>bought a TwinMos 256Mb USB-memory, and FreeBSD finds an >>umass device when I put it in my Thinkpad, but how will I >>mount it? Can it be done? >> >> >> > >

Re: rc.conf - setting interface UP without IP-address?

2005-08-31 Thread Rein Kadastik
Thanks, the answer was just too simple for me to figure it out by myself :) Rein Ewald Jenisch wrote: On Wed, Aug 31, 2005 at 02:41:45PM +0300, Rein Kadastik wrote: Excuse me for a silly question, but what the hell is UP? I know, what is IP, I know how ifconfig works, but wtf is UP

Re: rc.conf - setting interface UP without IP-address?

2005-08-31 Thread Rein Kadastik
Excuse me for a silly question, but what the hell is UP? I know, what is IP, I know how ifconfig works, but wtf is UP? Rein Giorgos Keramidas wrote: On 2005-08-31 11:02, Ewald Jenisch <[EMAIL PROTECTED]> wrote: I'm looking for a way to set an interface UP using /etc/rc.conf without giving

Re: No free space add after removing large file

2005-08-30 Thread Rein Kadastik
Well not neccessarily. I hafve encountered the same problem on both FreeBSD and Linux systems. The thing probably is that the filesystem is not fully synced. There is a sync command in unix and I have tried it also. Sometimes it helps sometimes not. Usually there are two solutions: reboot or j

Re: running more than one server with one IP address

2005-08-29 Thread Rein Kadastik
Well, you must then forward the BIND ports (port 53) also to host B. Rein Jared Hall wrote: On 8/28/05, Rein Kadastik <[EMAIL PROTECTED]> wrote: You create a single gateway for all the services and then use the portforwarding. This way you can forward port 25 to host A, 80 to host

Re: sed problem

2005-08-28 Thread Rein Kadastik
Well, I managed to do the source compilation after all. In the 4.11-RELEASE there are three components that use sed to generate sources: ncurses (lib_gen.c), csh/tcsh (tc.const.h) and gdb (init.c). I just created those files on another system and replaced the corresponding lines in Makefiles wi

Re: running more than one server with one IP address

2005-08-28 Thread Rein Kadastik
And about the terminology and technologies: look for port-forwarding, NAT (short for Network Address Translation), natd. Also read about seting FreeBSD as a gateway. David Banning wrote: Is it possible to run more than one server(machine) with one IP address? I have so many different server-a

Re: running more than one server with one IP address

2005-08-28 Thread Rein Kadastik
Actually for forwarding incoming ports, the NAT part is unneccessary although I have used natd for creating the port forwarding itself. David Banning wrote: Is it possible to run more than one server(machine) with one IP address? I have so many different server-applications running on my machi

Re: running more than one server with one IP address

2005-08-28 Thread Rein Kadastik
You create a single gateway for all the services and then use the portforwarding. This way you can forward port 25 to host A, 80 to host B and so on. The hosts A and B have to be behind this gateway machine. Much the same way LAN gateways are done. If you have some more detailed questions, just

sed problem

2005-08-28 Thread Rein Kadastik
Hi, Once upon a time I manage to upgrade one of my FreeBSD servers to some arbitrary 4.6-STABLE release. It was summer 2002. Since then I am not able to upgrade the system anymore as make buildworld will always terminate while compiling ncurses (specifically compiling lib_gen.c). I have no compla