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

2015-09-05 Thread Jamie Landeg-Jones
Marcel Moolenaar  wrote:

> 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...

I was bitten by a similar issue in the past. I now alias 'man' to 'man -a':

-a  Display all manual pages instead of just the first found for each
page argument.

cheers, Jamie
___
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"


em broken on current amd64

2015-09-05 Thread Manfred Antar
Recent changes to em have broken current on amd64.
Booting kernel will hang when trying to load em0, then will continue booting 
without the driver loading (No Network)
This is on a HP SFF 8000 with em0 embedded on the motherboard.

boot messages:

em0:  port 0x3100-0x311f mem 
0xf310-0xf311,0xf3125000-0xf3125fff irq 19 at device 25.0 on pci0
em0: attempting to allocate 1 MSI vectors (1 supported)
em0: using IRQ 265 for MSI
em0: Using an MSI interrupt
em0: The EEPROM Checksum Is Not Valid
device_attach: em0 attach returned 5


Manfred

___
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: em broken on current amd64

2015-09-05 Thread Garrett Cooper

> On Sep 5, 2015, at 08:50, Manfred Antar  wrote:
> 
> Recent changes to em have broken current on amd64.
> Booting kernel will hang when trying to load em0, then will continue booting 
> without the driver loading (No Network)
> This is on a HP SFF 8000 with em0 embedded on the motherboard.
> 
> boot messages:
> 
> em0:  port 0x3100-0x311f mem 
> 0xf310-0xf311,0xf3125000-0xf3125fff irq 19 at device 25.0 on pci0
> em0: attempting to allocate 1 MSI vectors (1 supported)
> em0: using IRQ 265 for MSI
> em0: Using an MSI interrupt
> em0: The EEPROM Checksum Is Not Valid
> device_attach: em0 attach returned 5

Tijl said the same. The offending commit's r287467.
Cheers,
___
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"