Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Kevin Lo
On Tue, Aug 18, 2015 at 11:32:48AM +0300, Gleb Smirnoff wrote:
 
 On Tue, Aug 18, 2015 at 09:27:09AM +0100, Anton Shterenlikht wrote:
 A I'm trying to setup Asus USB-N10 nano wireless
 A adapter. I get:
 A 
 A urtwn0: vendor 0x0b05 product 0x17ba,
 A  class 0/0, rev 2.00/2.00, addr 1 on usbus0
 A urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
 A 
 A urtwn0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 2290
 A ether 1c:87:2c:c7:c2:6e
 A nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
 A media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
 A status: no carrier
 A 
 A # wpa_supplicant -i urtwn0 -c /etc/wpa_supplicant.conf
 A Successfully initialized wpa_supplicant
 A ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument
 A urtwn0: Failed to initialize driver interface
 A ELOOP: remaining socket: sock=4 eloop_data=0x801c11600
 A  user_data=0x801c2c100 handler=0x422dd0 
 A 
 A # cat /boot/loader.conf
 A kern.vty=vt
 A linux_load=YES
 A #cuse4bsd_load=YES
 A if_urtwn_load=YES
 A legal.realtek.license_ack=1
 A 
 A # uname -a
 A FreeBSD rat 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r286741:
 A  Thu Aug 13 22:13:28 BST 2015
 A   root@rat:/usr/obj/usr/src/sys/GENERIC  amd64
 
 You need to create a wlan(4) interface and run wpa_supplicant on it.
 
 https://www.freebsd.org/doc/en/books/handbook/network-wireless.html

You also have to run kldload urtwn-rtl8192cfwT or add this to
/boot/loader.conf:

urtwn-rtl8192cfwT_load=YES

The latter will require a reboot to take effect.

 -- 
 Totus tuus, Glebius.

Kevin
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Anton Shterenlikht
From ke...@ns.kevlo.org Tue Aug 18 10:30:41 2015
 
 Shouldn't it be urtwn-rtl8188eufw_load=YES?

Nope.  Your device is RTL8188CU not RTL8188EU.

Thank you, now works fine.

Anton
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Anton Shterenlikht
From ke...@ns.kevlo.org Tue Aug 18 09:59:59 2015

 A urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
 
 You need to create a wlan(4) interface and run wpa_supplicant on it.

ok, my bad, sorry.

You also have to run kldload urtwn-rtl8192cfwT or add this to
/boot/loader.conf:

urtwn-rtl8192cfwT_load=YES

yes, missed that too.

Shouldn't it be urtwn-rtl8188eufw_load=YES?

Thank you

Anton
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Gleb Smirnoff
On Tue, Aug 18, 2015 at 10:32:15AM +0200, Hans Petter Selasky wrote:
H Might be related to the recent net80211 layer and converts done by 
H Gleb. Maybe Gleb knows?

No, isn't related. My changes are not yet checked in.

-- 
Totus tuus, Glebius.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Gleb Smirnoff
On Tue, Aug 18, 2015 at 09:27:09AM +0100, Anton Shterenlikht wrote:
A I'm trying to setup Asus USB-N10 nano wireless
A adapter. I get:
A 
A urtwn0: vendor 0x0b05 product 0x17ba,
A  class 0/0, rev 2.00/2.00, addr 1 on usbus0
A urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
A 
A urtwn0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 2290
A ether 1c:87:2c:c7:c2:6e
A nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
A media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
A status: no carrier
A 
A # wpa_supplicant -i urtwn0 -c /etc/wpa_supplicant.conf
A Successfully initialized wpa_supplicant
A ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument
A urtwn0: Failed to initialize driver interface
A ELOOP: remaining socket: sock=4 eloop_data=0x801c11600
A  user_data=0x801c2c100 handler=0x422dd0 
A 
A # cat /boot/loader.conf
A kern.vty=vt
A linux_load=YES
A #cuse4bsd_load=YES
A if_urtwn_load=YES
A legal.realtek.license_ack=1
A 
A # uname -a
A FreeBSD rat 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r286741:
A  Thu Aug 13 22:13:28 BST 2015
A   root@rat:/usr/obj/usr/src/sys/GENERIC  amd64

You need to create a wlan(4) interface and run wpa_supplicant on it.

https://www.freebsd.org/doc/en/books/handbook/network-wireless.html

-- 
Totus tuus, Glebius.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Hans Petter Selasky

On 08/18/15 10:33, Gleb Smirnoff wrote:

On Tue, Aug 18, 2015 at 10:32:15AM +0200, Hans Petter Selasky wrote:
H Might be related to the recent net80211 layer and converts done by
H Gleb. Maybe Gleb knows?

No, isn't related. My changes are not yet checked in.



OK. What USB drivers are left to test?

--HPS
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Anton Shterenlikht
I'm trying to setup Asus USB-N10 nano wireless
adapter. I get:

urtwn0: vendor 0x0b05 product 0x17ba,
 class 0/0, rev 2.00/2.00, addr 1 on usbus0
urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R

urtwn0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 2290
ether 1c:87:2c:c7:c2:6e
nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier

# wpa_supplicant -i urtwn0 -c /etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument
urtwn0: Failed to initialize driver interface
ELOOP: remaining socket: sock=4 eloop_data=0x801c11600
 user_data=0x801c2c100 handler=0x422dd0 

# cat /boot/loader.conf
kern.vty=vt
linux_load=YES
#cuse4bsd_load=YES
if_urtwn_load=YES
legal.realtek.license_ack=1

# uname -a
FreeBSD rat 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r286741:
 Thu Aug 13 22:13:28 BST 2015
  root@rat:/usr/obj/usr/src/sys/GENERIC  amd64

Please advise

Thanks

Anton
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Hans Petter Selasky

On 08/18/15 10:27, Anton Shterenlikht wrote:

I'm trying to setup Asus USB-N10 nano wireless
adapter. I get:

urtwn0: vendor 0x0b05 product 0x17ba,
  class 0/0, rev 2.00/2.00, addr 1 on usbus0
urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R

urtwn0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 2290
 ether 1c:87:2c:c7:c2:6e
 nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL
 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
 status: no carrier

# wpa_supplicant -i urtwn0 -c /etc/wpa_supplicant.conf
Successfully initialized wpa_supplicant
ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument
urtwn0: Failed to initialize driver interface
ELOOP: remaining socket: sock=4 eloop_data=0x801c11600
  user_data=0x801c2c100 handler=0x422dd0

# cat /boot/loader.conf
kern.vty=vt
linux_load=YES
#cuse4bsd_load=YES
if_urtwn_load=YES
legal.realtek.license_ack=1

# uname -a
FreeBSD rat 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r286741:
  Thu Aug 13 22:13:28 BST 2015
   root@rat:/usr/obj/usr/src/sys/GENERIC  amd64

Please advise



Hi,

Might be related to the recent net80211 layer and converts done by 
Gleb. Maybe Gleb knows?


--HPS


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD_HEAD-tests - Build #1291 - Fixed

2015-08-18 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1291 - Fixed:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1291/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1291/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1291/console

Change summaries:

No changes
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


FreeBSD_HEAD-tests - Build #1293 - Unstable

2015-08-18 Thread jenkins-admin
FreeBSD_HEAD-tests - Build #1293 - Unstable:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1293/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1293/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD-tests/1293/console

Change summaries:

No changes


The failed test cases:

1 tests failed.
FAILED:  usr.bin.xargs.legacy_test.main

Error Message:
1 tests of 16 failed

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Gleb Smirnoff
On Tue, Aug 18, 2015 at 10:37:25AM +0200, Hans Petter Selasky wrote:
H On 08/18/15 10:33, Gleb Smirnoff wrote:
H  On Tue, Aug 18, 2015 at 10:32:15AM +0200, Hans Petter Selasky wrote:
H  H Might be related to the recent net80211 layer and converts done by
H  H Gleb. Maybe Gleb knows?
H 
H  No, isn't related. My changes are not yet checked in.
H 
H OK. What USB drivers are left to test?

Here is the project page:

https://wiki.freebsd.org/projects/ifnet/net80211

Looks like upgt and uath are not tested.

The latest patch is attached. Ignore the phabricator, it can no
longer accept such a big patch.

-- 
Totus tuus, Glebius.


net80211.diff.bz2
Description: Binary data
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: urtwn: ioctl[SIOCS80211, op=16, arg_len=0]: Invalid argument

2015-08-18 Thread Kevin Lo
On Tue, Aug 18, 2015 at 10:17:39AM +0100, Anton Shterenlikht wrote:
 From ke...@ns.kevlo.org Tue Aug 18 09:59:59 2015
 
  A urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
  
  You need to create a wlan(4) interface and run wpa_supplicant on it.
 
 ok, my bad, sorry.
 
 You also have to run kldload urtwn-rtl8192cfwT or add this to
 /boot/loader.conf:
 
 urtwn-rtl8192cfwT_load=YES
 
 yes, missed that too.
 
 Shouldn't it be urtwn-rtl8188eufw_load=YES?

Nope.  Your device is RTL8188CU not RTL8188EU.

 Thank you
 
 Anton

Kevin
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Jenkins build is back to normal : Build-UFS-image #2137

2015-08-18 Thread jenkins-admin
See https://jenkins.FreeBSD.org/job/Build-UFS-image/2137/

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: svn repository uuid mismatch from mirror

2015-08-18 Thread Gavin Atkinson
On Mon, 17 Aug 2015, Jia-Shiun Li wrote:
 I wanted to svn up my /usr/src and it reported repository uuid mismatch.
 After digging it seems to be related to svn mirrors. Is UUID supposed to be
 different among mirrors? If not, could anything detect it and contact
 mirror admins? Since it is now all hidden behind geo dns.

Apologies for this, this is now fixed.

Gavin

 
 
 # svn up
 Updating '.':
 svn: E170009: Repository UUID '50bf32de-df07-e311-8ff9-0026557e8dec'
 doesn't match expected UUID 'ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f'
 
 # svn info
 Path: .
 Working Copy Root Path: /usr/src
 URL: https://svn.freebsd.org/base/head
 Relative URL: ^/head
 Repository Root: https://svn.freebsd.org/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 286782
 Node Kind: directory
 Schedule: normal
 Last Changed Author: pfg
 Last Changed Rev: 286782
 Last Changed Date: 2015-08-14 22:58:04 +0800 (Fri, 14 Aug 2015)
 
 # svn info https://svn.freebsd.org/base
 Path: base
 URL: https://svn.freebsd.org/base
 Relative URL: ^/
 Repository Root: https://svn.freebsd.org/base
 Repository UUID: 50bf32de-df07-e311-8ff9-0026557e8dec
 Revision: 286835
 Node Kind: directory
 Last Changed Author: adrian
 Last Changed Rev: 286835
 Last Changed Date: 2015-08-17 10:04:11 +0800 (Mon, 17 Aug 2015)
 
 # host svn.freebsd.org
 svn.freebsd.org is an alias for svnmir.geo.freebsd.org.
 svnmir.geo.FreeBSD.org has address 140.113.168.170
 svnmir.geo.FreeBSD.org has IPv6 address 2001:f18:113:fb5d::e6a:0
 svnmir.geo.FreeBSD.org mail is handled by 0 .
 
 # svn info https://213.138.116.72/base
 Error validating server certificate for 'https://213.138.116.72:443':
  - The certificate hostname does not match.
 Certificate information:
  - Hostname: svn.freebsd.org
  - Valid: from Jun 22 00:00:00 2015 GMT until Jun 22 23:59:59 2016 GMT
  - Issuer: Gandi, Paris, Paris, FR
  - Fingerprint: E9:37:73:80:B5:32:1B:93:92:94:98:17:59:F0:FA:A2:5F:1E:DE:B9
 (R)eject, accept (t)emporarily or accept (p)ermanently? t
 Path: base
 URL: https://213.138.116.72/base
 Relative URL: ^/
 Repository Root: https://213.138.116.72/base
 Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
 Revision: 286835
 Node Kind: directory
 Last Changed Author: adrian
 Last Changed Rev: 286835
 Last Changed Date: 2015-08-17 10:04:11 +0800 (Mon, 17 Aug 2015)
 
 #
 
 -Jia-Shiun.
 ___
 freebsd-current@freebsd.org mailing list
 https://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
 
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Slawa Olhovchenkov
On Tue, Aug 18, 2015 at 07:35:25AM -0700, Marcel Moolenaar wrote:

 
  On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
  wrote:
  
  Port security/heimdal installs its own ftpd with its appropriate manpages.
 
 Ugh :-(
 
 It would have been so nice if man(1) would have told you that there
 were 2 ftpd manpages and that you need to specify which one you want.
 That should raise an eyebrow right away...

Some time ago man(1) show all ftpd manpages.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread O. Hartmann
Am Tue, 18 Aug 2015 07:35:25 -0700
Marcel Moolenaar mar...@xcllnt.net schrieb:

 
  On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
  wrote:
  
  Port security/heimdal installs its own ftpd with its appropriate manpages.
 
 Ugh :-(
 
 It would have been so nice if man(1) would have told you that there
 were 2 ftpd manpages and that you need to specify which one you want.
 That should raise an eyebrow right away...
 
 --
 Marcel Moolenaar
 mar...@xcllnt.net
 

A hint came from this list, so I checked via locate the existence of multiple 
ftpd and
ftpd.8[.gz] - and yes, I found several. I circumvent the problem by applying to 
man the
option -M/usr/share/man which brought up the the correct manpage.

And if it would not be hard ebough, I figured, that deleting port 
security/heimdal didn't
erase the manpage  on the particular machine I tested with :-/


pgpHJ2L1KMeys.pgp
Description: OpenPGP digital signature


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Marcel Moolenaar

 On Aug 18, 2015, at 7:46 AM, O. Hartmann ohart...@zedat.fu-berlin.de wrote:
 
 Am Tue, 18 Aug 2015 07:35:25 -0700
 Marcel Moolenaar mar...@xcllnt.net schrieb:
 
 
 On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
 wrote:
 
 Port security/heimdal installs its own ftpd with its appropriate manpages.
 
 Ugh :-(
 
 It would have been so nice if man(1) would have told you that there
 were 2 ftpd manpages and that you need to specify which one you want.
 That should raise an eyebrow right away...
 
 
 A hint came from this list, so I checked via locate the existence of multiple 
 ftpd and
 ftpd.8[.gz] - and yes, I found several. I circumvent the problem by applying 
 to man the
 option -M/usr/share/man which brought up the the correct manpage.

I think distinct sections would be nice:
1-9 base system
1P-9P   ports/packages
1L-9L   local manpages.


 And if it would not be hard ebough, I figured, that deleting port 
 security/heimdal didn't
 erase the manpage  on the particular machine I tested with :-/

Cached manpage, I presume?

--
Marcel Moolenaar
mar...@xcllnt.net





signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Marcel Moolenaar

 On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de wrote:
 
 Port security/heimdal installs its own ftpd with its appropriate manpages.

Ugh :-(

It would have been so nice if man(1) would have told you that there
were 2 ftpd manpages and that you need to specify which one you want.
That should raise an eyebrow right away...

--
Marcel Moolenaar
mar...@xcllnt.net



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Slawa Olhovchenkov
On Tue, Aug 18, 2015 at 09:01:27AM -0700, Garrett Cooper wrote:

 
  On Aug 18, 2015, at 08:57, Slawa Olhovchenkov s...@zxy.spb.ru wrote:
  
  On Tue, Aug 18, 2015 at 11:38:47AM -0400, Benjamin Kaduk wrote:
  
  On Tue, 18 Aug 2015, Marcel Moolenaar wrote:
  
  On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
  wrote:
  
  Port security/heimdal installs its own ftpd with its appropriate 
  manpages.
  
  Ugh :-(
  
  I would argue that heimdal should not be in the business of supplying an
  ftpd.  Kerberos-enabled ftp basically does not offer any advantages over
  scp.
  
  OPENSSH_NONE_CIPHER is OFF by default, i.e. ftp can give more speed.
 
 More pragmatically, there are less ssh clients (openssh or bust
 really), whereas there are more ftp clients (Firefox, Chrome,
 ftp(1), python, etc).

In this context you must talk about kerberos-enabled ftp client.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Benjamin Kaduk
On Tue, 18 Aug 2015, Garrett Cooper wrote:


  On Aug 18, 2015, at 08:57, Slawa Olhovchenkov s...@zxy.spb.ru wrote:
 
  On Tue, Aug 18, 2015 at 11:38:47AM -0400, Benjamin Kaduk wrote:
 
  On Tue, 18 Aug 2015, Marcel Moolenaar wrote:
 
  On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
  wrote:
 
  Port security/heimdal installs its own ftpd with its appropriate 
  manpages.
 
  Ugh :-(
 
  I would argue that heimdal should not be in the business of supplying an
  ftpd.  Kerberos-enabled ftp basically does not offer any advantages over
  scp.
 
  OPENSSH_NONE_CIPHER is OFF by default, i.e. ftp can give more speed.

 More pragmatically, there are less ssh clients (openssh or bust really),
 whereas there are more ftp clients (Firefox, Chrome, ftp(1), python,
 etc).

I specifically said Kerberos-enabled ftp.  The things you listed do not
appear to qualify.

-Ben
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Garrett Cooper

 On Aug 18, 2015, at 09:05, Benjamin Kaduk ka...@mit.edu wrote:
 
 On Tue, 18 Aug 2015, Garrett Cooper wrote:
 
 
 On Aug 18, 2015, at 08:57, Slawa Olhovchenkov s...@zxy.spb.ru wrote:
 
 On Tue, Aug 18, 2015 at 11:38:47AM -0400, Benjamin Kaduk wrote:
 
 On Tue, 18 Aug 2015, Marcel Moolenaar wrote:
 
 On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
 wrote:
 
 Port security/heimdal installs its own ftpd with its appropriate 
 manpages.
 
 Ugh :-(
 
 I would argue that heimdal should not be in the business of supplying an
 ftpd.  Kerberos-enabled ftp basically does not offer any advantages over
 scp.
 
 OPENSSH_NONE_CIPHER is OFF by default, i.e. ftp can give more speed.
 
 More pragmatically, there are less ssh clients (openssh or bust really),
 whereas there are more ftp clients (Firefox, Chrome, ftp(1), python,
 etc).
 
 I specifically said Kerberos-enabled ftp.  The things you listed do not
 appear to qualify.

Fair enough .
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Slawa Olhovchenkov
On Tue, Aug 18, 2015 at 11:38:47AM -0400, Benjamin Kaduk wrote:

 On Tue, 18 Aug 2015, Marcel Moolenaar wrote:
 
   On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
   wrote:
  
   Port security/heimdal installs its own ftpd with its appropriate manpages.
 
  Ugh :-(
 
 I would argue that heimdal should not be in the business of supplying an
 ftpd.  Kerberos-enabled ftp basically does not offer any advantages over
 scp.

OPENSSH_NONE_CIPHER is OFF by default, i.e. ftp can give more speed.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Garrett Cooper

 On Aug 18, 2015, at 08:57, Slawa Olhovchenkov s...@zxy.spb.ru wrote:
 
 On Tue, Aug 18, 2015 at 11:38:47AM -0400, Benjamin Kaduk wrote:
 
 On Tue, 18 Aug 2015, Marcel Moolenaar wrote:
 
 On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
 wrote:
 
 Port security/heimdal installs its own ftpd with its appropriate manpages.
 
 Ugh :-(
 
 I would argue that heimdal should not be in the business of supplying an
 ftpd.  Kerberos-enabled ftp basically does not offer any advantages over
 scp.
 
 OPENSSH_NONE_CIPHER is OFF by default, i.e. ftp can give more speed.

More pragmatically, there are less ssh clients (openssh or bust really), 
whereas there are more ftp clients (Firefox, Chrome, ftp(1), python, etc).
Cheers,
-NGie

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: r286615: /usr/libexec/ftpd broken!

2015-08-18 Thread Benjamin Kaduk
On Tue, 18 Aug 2015, Marcel Moolenaar wrote:

  On Aug 17, 2015, at 10:15 PM, O. Hartmann ohart...@zedat.fu-berlin.de 
  wrote:
 
  Port security/heimdal installs its own ftpd with its appropriate manpages.

 Ugh :-(

I would argue that heimdal should not be in the business of supplying an
ftpd.  Kerberos-enabled ftp basically does not offer any advantages over
scp.

-Ben
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org