[Bug 211436] Link aggregation setting wlan mac changed in 11

2019-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211436

--- Comment #10 from PauAmma  ---
(In reply to Jason W. Bacon from comment #9)

> wlans_iwn0="wlan0"

As
https://lists.freebsd.org/pipermail/freebsd-current/2015-September/057403.html
explains, setting the MAC address doesn't work on all wifi adapters. For
example, it didn't work on my ath0, whereas setting the ethernet MAC address as
suggested in comment 4 works for me. From my /etc/rc.conf:

# Link aggregation, re0+wlan0 -> lagg0
ifconfig_re0="ether b8:ee:65:5b:32:59"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA"
create_args_wlan0="country FR"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto failover laggport re0 laggport wlan0 DHCP"
ifconfig_lagg0_ipv6="inet6 accept_rtadv"

Can you test whether setting the ethernet MAC address works for you as well so
I can submit a doc patch either describing both methods (less than ideal IMO)
or giving only the method setting the ethernet MAC address (if it works with
all supported FreeBSD versions)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 183024] textdump(4) mentions call doadump, should be textdump dump

2019-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183024

Oleksandr Tymoshenko  changed:

   What|Removed |Added

   Assignee|d...@freebsd.org |b...@freebsd.org
 CC||d...@freebsd.org
  Component|Documentation   |Manual Pages

sig...@gmail.com changed:

   What|Removed |Added

 CC||sig...@gmail.com

--- Comment #2 from sig...@gmail.com ---
There's another problem with the textdump(4) example configuration.  At some
point doadump() was modified to take a boolean argument that indicates if
textdumps should be attempted at all (if it is 0, it won't do a textdump even
if textdump_pending is set).

I had a computer that used to do textdumps correctly that one day did not when
it paniced.  IIUC ddb(4)'s "call" ends up passing stack garbage when arguments
are not initialized.  And it must usually have had a non-zero value for the
first argument but this time it ended up being zero.

Both share/man/man4/textdump.4 and sbin/ddb/ddb.conf should be modified with
"call doadump(1)" or "textdump dump" (in the later case, "textdump set" would
be superfluous).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 211436] Link aggregation setting wlan mac changed in 11

2019-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211436

--- Comment #9 from Jason W. Bacon  ---

This is currently working on my ThinkPad, using the MAC of the Ethernet
interface:

ifconfig_em0="up"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA"
create_args_wlan0="wlanaddr xx:xx:xx:xx:xx:xx"
cloned_interfaces="lagg0"
ifconfig_lagg0="up laggproto failover laggport em0 laggport wlan0 DHCP"
ifconfig_lagg0_ipv6="inet6 accept_rtadv"

The same setup has worked on 11.2, 12.0, and 12.1.

This was generated by auto-wifi-failover, part of sysutils/auto-admin.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Problem reports for d...@freebsd.org that need special attention

2019-11-10 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|240459 | mount_smbfs man page should say that it only supp 

1 problems total for which you should take action.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 234755] FreeBSD web hosting service

2019-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234755

--- Comment #2 from Host Color  ---
We do:
- We use CEPH software defined storage network with FreeBSD.
- High Availability (HA) and hault-Tolerant FreeBSD based Cloud VMs on top of
VMware ESXi Cloud infrastructure, where the HA and fault-tolarance work are
services provided by VMware platform
- Axigen based Mail servers

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"