Re: Throughput test with iperf...

2013-09-29 Thread takCoder
Thank you, Doug, I'll check it :) Best Regards, t.a.k On Sun, Sep 29, 2013 at 12:41 PM, Doug Hardie wrote: > > On 29 September 2013, at 01:20, takCoder wrote: > > > thanks for your reply.. :) > > > > i think it's iperf.. i installed /usr/ports/benchm

Re: Throughput test with iperf...

2013-09-29 Thread takCoder
28 September 2013, at 23:38, takCoder wrote: > > > hi again.. > > > > would any of you please at least explain it to me what may cause iperf > > server ending up with "Segmentation fault (core dumped)" message right at > > the beginning of setting second conn

Re: Throughput test with iperf...

2013-09-28 Thread takCoder
and server on two freebsd machines which are connected straight with one cat5e cable: iperf -s -i 1 iperf -c X.Y.Z.T -t 60 -r just getting more confused.. :( Best Regards, t.a.k On Sat, Sep 28, 2013 at 10:22 AM, takCoder wrote: > hi everyone, > > this might be a bit off-topic but i

Throughput test with iperf...

2013-09-27 Thread takCoder
h?? thank you all.. Kind regards, takcoder ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

which performance test tool to use?

2013-09-25 Thread takCoder
your experiences with me? It would be really kind of you t do so; Thank you all in advance. Best Regards, takCoder ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any ma

Re: telnet authentication using RADIUS

2013-08-29 Thread takCoder
tions.. is there any way to do an integration? any ideas?? please let me know of any point you may know about this.. thank you so much :) Best Regards, takCoder On Wed, Aug 14, 2013 at 2:38 PM, takCoder wrote: > hi all, > > I need to apply radius authentication for my remote connections

which pam.d config does telnetd use for authentication when SRA is activated?

2013-08-12 Thread takCoder
both of these telnet connections, it seems pam.d/telnetd authentication config is not applied.. am i right?? then why?! Excuse me for including different questions in one email.. but i found them all related to my need.. Thank you all for your helps and ideas. Be

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread takCoder
04 +0430, takCoder wrote: > > i found the answer! if i add a "-n" parameter to /boot.config file, the > > mentioned feature will be disabled.. > > Sorry for my confusion. The option you've successfully found > is documented in "man 8 boot" (which also pro

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-02 Thread takCoder
i found the answer! if i add a "-n" parameter to /boot.config file, the mentioned feature will be disabled.. On Tue, Jul 2, 2013 at 11:16 AM, takCoder wrote: > Thank you for your quick reply. :) > > Unfortunately, no.. the option you are talking about is for limitting or

Re: any way to stop boot2 from waiting for keypress at system startup

2013-07-01 Thread takCoder
t 11:10 AM, Polytropon wrote: > On Tue, 2 Jul 2013 11:05:22 +0430, takCoder wrote: > > Hi Everyone, > > > > i wanna stop boot2 from getting a input string to change default boot > > point.. is there any way around, other than changing boot2.c source code > to > >

any way to stop boot2 from waiting for keypress at system startup

2013-07-01 Thread takCoder
gards, takCoder ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Telnet SRA login related issue

2013-06-20 Thread takCoder
tions/2010-August/220796.html the second part of my question now seems to be off-list.. Sorry for sending repeated and off-list question before enough googling.. On Thu, Jun 20, 2013 at 1:22 PM, takCoder wrote: > Hi all, > > My question may sound dummish, excuse me, but would y

Telnet SRA login related issue

2013-06-20 Thread takCoder
me know what is exactly happening here.. Thank you.. Best Regards, takCoder ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: apply /etc/ttys changes on system

2013-06-19 Thread takCoder
Thank you all for your replys. :) > Why is "kill -HUP 1" unsafe? It's documented in init's manpage: > > Line status (on, off, secure, getty, or window information) may be > changed in the ttys(5) file without a reboot by sending the signal > SIGHUP to init with the command ``kill -

apply /etc/ttys changes on system

2013-06-18 Thread takCoder
good one to be used often, any ideas are really appreciated. I couldn't find any other one so far.. Thank you :) Best regards, takCoder ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Re: FreeBSD maximum password length

2013-06-18 Thread takCoder
Thank you all for the points you mentioned around this topic. On Mon, Jun 17, 2013 at 3:44 PM, Mark Felder wrote: >There isn't a max password length as far as I'm aware, ... On Jun 17, 2013, at 7:47 AM, Eduardo Morras wrote: > > If I remember well, any password longer than default size is trunc

Re: FreeBSD maximum password length

2013-06-17 Thread takCoder
Thank you, Lowell, for your reply. :) >> And i've heard that no-maximum-limits for passwords length is only possible >> when we keep them in encrypted form not as plain text, which i think is >> matched with FreeBSD behavior. > >Is plain-text passwords even a supported behaviour? I didn't think it

Re: FreeBSD maximum password length

2013-06-17 Thread takCoder
Thank you, Mark, for your helpful answer :) yes, i am aware of the max username length of 16characters.. I just wanted to become sure about password max length, cause i need to moderate it in my self-built user interface.. Thank you again :) On Mon, Jun 17, 2013 at 3:44 PM, Mark Felder wrote:

FreeBSD maximum password length

2013-06-16 Thread takCoder
ypted form not as plain text, which i think is matched with FreeBSD behavior. Am i right? Is that all about maximum password length in FreeBSD? Did i miss something?? Thank you for all your helps and ideas :) Best Regards, takCoder ___ freebsd

getting system's telnet sessions' pid per pty

2013-06-05 Thread takCoder
ing my shell, using the tty which runs it.. any ideas? any other command line tools which may help me?? any command which gives me pid per tty information or alike? Looking forward to any helpful points and ideas from you all.. :) Best Regards, takCoder __

Re: pwd.db/spwd.db file corupption when having unsafe system poweroff

2013-05-04 Thread takCoder
First, thank you for your quick and complete reply :) then: > Furthermore, file system corruption due to an abrupt > cut of power should be avoided. Whenever the system comes > up in a non-clean state, fsck should be run first, _then_ > the boot process should continue. Still it's possible that

Re: pwd.db/spwd.db file corupption when having unsafe system poweroff

2013-05-01 Thread takCoder
is it usual for a command to keep db files busy, this long?? or is it pw problem? or is t something else that i'm missing?? thank you :) Best Regards, t.a.k On Thu, Apr 18, 2013 at 9:10 PM, takCoder wrote: > hi again, > > real thanks to all of you; for really complete and c

Re: pwd.db/spwd.db file corupption when having unsafe system poweroff

2013-04-18 Thread takCoder
hi again, real thanks to all of you; for really complete and clear answers.. it's amazing to have a clear view of what's on, when you need to deal with it. :) as a quick conclusion, for now: 1- i inserted a shell file to /usr/local/etc/rc.d/ which runs pwd_mkdb /etc/master.passwd and tested it..

Re: difference between cu and putty for serial connections

2013-03-06 Thread takCoder
24 PM, takCoder wrote: > hi all, > > i'm trying to activate my custom boot0 on a headless server. i got my > required results while connecting by cu, but not when i use putty to > connect.. > > here's the scenario: > one of my goals in this custom boot0 is to deactivate a

difference between cu and putty for serial connections

2013-03-06 Thread takCoder
hi all, i'm trying to activate my custom boot0 on a headless server. i got my required results while connecting by cu, but not when i use putty to connect.. here's the scenario: one of my goals in this custom boot0 is to deactivate all keys but F2 for some reasons.. i applied required changes to

Re: ssh server hashcode change on nanoBSD

2013-01-02 Thread takCoder
On Tue, Jan 1, 2013 at 10:41 PM, Lowell Gilbert wrote: >Don't top-post, please. Sorry for top-posting.. i'll try to keep an eye on it from now on :) well, cause i got my answer, let's have a conclusion: According to: On Tue, Jan 1, 2013 at 10:41 PM, Lowell Gilbert wrote: >There are a number of k

Re: ssh server hashcode change on nanoBSD

2013-01-01 Thread takCoder
sound a bit newbiesh, but i don't know much about the ssh process, sorry :) ) Best Regards, t.a.k On Tue, Jan 1, 2013 at 6:10 PM, Polytropon wrote: > On Tue, 1 Jan 2013 14:11:21 +0330, takCoder wrote: > > everything is fine until i restart my nanoBSD server. the problem is t

Re: ssh server hashcode change on nanoBSD

2013-01-01 Thread takCoder
any; (as /etc is a md here). so, in the case i explained above, i just needed to copy /etc/ssh/* to /cfg/ssh/ and now, everything is fine :) Best Regards, t.a.k Best Regards, t.a.k On Tue, Jan 1, 2013 at 2:11 PM, takCoder wrote: > hi everyone, > > i've got a nanoBSD server. when

Re: mount -u effects

2012-12-11 Thread takCoder
write operations are completely finished?? by obtaining some sort of sleep time before my restart command in my upgrade shell for example? or there are other special ways to do so? Best Regards, t.a.k On Tue, Dec 11, 2012 at 11:13 AM, Polytropon wrote: > On Tue, 11 Dec 2012 10:55:10 +0330,

Re: getting packets on a specific port by pf

2012-12-10 Thread takCoder
not sure about it's being right at all.. may be someone else can give both of us a tip on its being right or wrong?? :) regards, takCoder Best Regards, t.a.k On Thu, Nov 8, 2012 at 5:30 PM, s m wrote: > dear takcoder > > maybe you are right but now it is not important for me.

PAM auto Login

2012-11-21 Thread takCoder
hed or so!..) besides, it still asks for a username.. how can i just define such , somehow, default user for a pam module, like telnetd for example? need to mention that i don't want to disable other phases, if possible. Really really appriciate any ideas or sug

Re: getting packets on a specific port by pf

2012-11-08 Thread takCoder
system performance? in my idea this seems just like a throughput bottleneck.. isn't it so? or it's not important here? any how.. if you tell us more details about what you're looking for, may be it become more clear for guys such as me! ;) yours, takcoder On Thu, Nov 8, 2012 at 3

Re: define a default username for logging in

2012-04-17 Thread takCoder
le to use all 999 enabled pts devices on my server! i can abound them if there is a file such as /etc/ttys for per pty device configurations.. looking forward to receive your ideas. Thanks in Advance :) takCoder On Sat, Apr 7, 2012 at 12:39 PM, Polytropon wrote: > On Sat, 7 Apr 2012 12:21:57 +

define a default username for logging in

2012-04-07 Thread takCoder
aking the correct steps or not.. and i've got a bit confused.. would anyone please helps me find the way? thanks a lot for your helps :) Best Regards, takCoder ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

current pids per tty

2012-04-03 Thread takCoder
processes; like FROM or WHAT outputs of w command.. (BTW, i'm trying to write a reporting per-tty shell script for my FreeBSD system..) it would be very kind of you giving me any tips or tricks on this. Thanks in advance Best Regards, takCoder