Support for Intel I350T2 server adapter

2012-04-16 Thread Rashid N. Achilov
Is there FreeBSD 8.2 supported Intel I350T2 dual-port server adapter? Intel proposed drivers for 7.x, hardware compatibility for 8.2 does not mention anything, Google informs about support in 9.0. I'm totally mess... -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), JID:

kern/159103

2011-07-29 Thread Rashid N. Achilov
ot occured Second. To eliminate bug you must down interface and configure it manually again What's a mess? I had have run with rc_debug=YES and the ONLY difference between "worked" and "non-worked" configuration is an order of network interfaces initialization! --

strange ping on local address

2011-07-22 Thread Rashid N. Achilov
bj/usr/src/sys/Master i386 What's a terrible? I'm understand, that ping "itself" is rarely situation, but it worked in 7.x! -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), JID: cityc...@jabber.infos.ru OOO "ACK" telecommunications administrator, e-mail:

Tunnel works on 10.10.1.0-10.10.2.0, and not works on 172.16.1.0-172.16.2.0

2010-12-29 Thread Rashid N. Achilov
8.1? -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), JID: cityc...@jabber.infos.ru OOO "ACK" telecommunications administrator, e-mail: achilov-rn [at] askd.ru PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A _

How much similar interfaces

2009-11-02 Thread Rashid N. Achilov
How much similar interfaces can I create? (i.e. tun0, tun1, tun2... tunN) -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), JID: cityc...@jabber.org OOO "ACK" telecommunications administrator, e-mail: achilov-rn [at] askd.ru PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2

Re: UltraVNC on freebsd

2007-03-12 Thread Rashid N. Achilov
traVNC at another end -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Web: http://www.askd.ru/~shelton OOO "ACK" telecommunications administrator, e-mail: achilov-rn [at] askd.ru PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A _

Re: Securing the root account

2001-06-26 Thread Rashid N. Achilov
On Saturday 23 June 2001 03:25, Mike Silbersack wrote: > On Fri, 22 Jun 2001, Mike Silbersack wrote: > > On Fri, 22 Jun 2001, Rashid N. Achilov wrote: > > > Nicest SSH client for Windows is "SSH for Windows" :-) It called so. > > > http://winssh.narod.r

Re: Securing the root account

2001-06-21 Thread Rashid N. Achilov
equire small adapt for termcap entry). When you can read Russian, you can know more about it (http://winssh.narod.ru) -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Web: http://granch.ru/~shelton Granch Ltd. system administrator, e-mail: [EMAIL PROTECTED] PGP: 83 CD E2 A7 37 4A D5 81

Samba bug?

2001-06-14 Thread Rashid N. Achilov
Samba again to work? FreeBSD 4.3-STABLE, CVSup last saturday (almost week ago) Samba 2.2.0_1 --- With Best Regards. Rashid N. Achilov (RNA1-RIPE), Web: http://granch.ru/~shelton Granch Ltd. system administrator, e-mail: [EMAIL PROTECTED] PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85

Re: Do I need to close after shutdown if I don't want to leak descriptors? (making sure TCP retransmits all my data)

2001-05-09 Thread Rashid N. Achilov
descriptor leakage. But do I need to babysit the > > descriptor after I have no more interest in it? > > Yes. shutdown != close. I have set flag 'close-on-exec' when open socket, because when I accept new connetcion, daemon forked. And have called shutdown() BEFORE close().