Приглашаем к публикации [РИНЦ]

2020-12-02 Thread Среда


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


[Bug 251531] unclean dhclient shutdown due to r366857 (r367049)

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251531

Bug ID: 251531
   Summary: unclean dhclient shutdown due to r366857 (r367049)
   Product: Base System
   Version: 12.2-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: conf
  Assignee: b...@freebsd.org
  Reporter: free...@oldach.net

Since base r366857 (MFC to 12-STABLE: base r367049) dhclient gets killed
uncleanly upon interface desctruction.

Arguably this is just cosmetic, however this is new behaviour and should
probably be tidied up.

Stopping devd.
Waiting for PIDS: 797.
lo0: link state changed to DOWN
Dec  2 15:30:29 dtk59 dhclient[785]: receive_packet failed on bge0.31: Device
not configured
Dec  2 15:30:29 dtk59 dhclient[785]: ioctl(SIOCGIFFLAGS) on bge0.31: Operation
not permitted
Dec  2 15:30:29 dtk59 dhclient[785]: Interface bge0.31 no longer appears valid.
Dec  2 15:30:29 dtk59 dhclient[785]: No live interfaces to poll on - exiting.
Dec  2 15:30:29 dtk59 dhclient[785]: exiting.
Dec  2 15:30:29 dtk59 dhclient[785]: connection closed
Dec  2 15:30:29 dtk59 dhclient[785]: exiting.
/etc/rc.shutdown: WARNING: bge0.21 does not exist.  Skipped.
/etc/rc.shutdown: WARNING: bge0.31 does not exist.  Skipped.
/etc/rc.shutdown: WARNING: bge0.32 does not exist.  Skipped.
Stopping Network: lo0 bge0 em0 em1.

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


[Bug 251531] unclean dhclient shutdown due to r366857 (r367049)

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251531

Cy Schubert  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|c...@freebsd.org
 Status|New |Open

--- Comment #1 from Cy Schubert  ---
Created attachment 220173
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=220173&action=edit
Try this

I don't see these messages here. However my dhclient listens on lagg0 (bge0
failover to wlan0). Try this patch to see if it provides relief.

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


[Bug 251540] regression: no FIN on TCP connections when shutting down

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251540

Bug ID: 251540
   Summary: regression: no FIN on TCP connections when shutting
down
   Product: Base System
   Version: CURRENT
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: d8zne...@aon.at

Scenario:
- FreeBSD 13.0-CURRENT #0 r367245M: Sun Nov  1 15:44:09 CET 2020
- running in bhyve or natively on armv6 (RPI-B+)
- TCP connections are open, for example an xload to a remote display, or an
iSCSI connection to a remote iSCSI target

Result:
- The "xload" on the remote display remains frozen until its TCP connection
times out.
- The iSCSI server logs "WARNING: 192.168.1.195
(iqn.1995-06.xyzzy.v903:iscsid): no ping reply (NOP-Out) after 30 seconds;
dropping connection".
- Similar behavior exists for other active TCP connections.
- The likely cause is that When shutting down the system, no FIN is sent on
active TCP connections; they seem to just get torn down immediately.

Expected result:
- Until some time before r367245, TCP connections were torn down correctly when
the kernel shut down.
- A FIN should be sent on each TCP connection before the kernel finally shuts
down.
- The "xload" window would be removed from the display immediately when the
kernel shuts down.
- The iSCSI server would not complain about a NOP-Out.

Note:
- Linux seems to implement the behavior noted in "result" for a long time, but
not FreeBSD. Until recently, FreeBSD head did send FINs on TCP connections when
the system goes down. Even if it cannot be guaranteed that the FIN is actually
received, at least a one-time effort should be made.

-- Martin

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


[Bug 251541] libxo json output for `netstat -Lan` misses statistics

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251541

Bug ID: 251541
   Summary: libxo json output for `netstat -Lan` misses statistics
   Product: Base System
   Version: 12.1-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: ya...@apple.com

# /usr/bin/netstat -Lan --libxo json | jq .
{
  "statistics": {
"socket": [
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 128,
"path": "/tmp/ssh-NZBPhqvAB7/agent.66959"
  },
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 65535,
"path": "/var/run/some.sock"
  },
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 255,
"path": "/var/db/syslog-ng.ctl"
  },
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 65535,
"path": "/var/run/other.sock"
  },
  {},
  {},
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 5,
"path": "/var/run/lldpd.socket"
  },
  {},
  {},
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 100,
"path": "/var/run/mdnsd"
  },
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 4,
"path": "/var/run/devd.pipe"
  },
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {},
  {
"queue-length": 0,
"incomplete-queue-length": 0,
"queue-limit": 4,
"path": "/var/run/devd.seqpacket.pipe"
  }
]
  }
}

Compared to: 

# /usr/bin/netstat -Lan
Current listen queue sizes (qlen/incqlen/maxqlen)
Proto Listen   Local Address
tcp4  0/0/65535127.0.0.1.9465
tcp4  0/0/65535*.443
tcp6  0/0/65535*.443
tcp4  0/0/5127.0.0.1.8083
tcp4  0/0/5127.0.0.1.5199
tcp46 0/0/65535*.
tcp6  0/0/256  ::1.8954
tcp4  0/0/256  127.0.0.1.8954
tcp6  0/0/256  1000:a9:a6:300.80
tcp6  0/0/256  ::1.53
tcp4  0/0/256  192.212.30.87.80
tcp4  0/0/256  127.0.0.1.80
tcp4  0/0/65535127.0.0.1.9100
tcp4  0/0/65535127.0.0.1.9970
tcp4  0/0/65535127.0.0.1.9123
tcp4  0/0/65535127.0.0.1.9289
tcp4  0/0/65535127.0.0.1.9119
tcp46 0/0/65535*.9324
tcp46 0/0/65535*.8000
tcp4  0/0/65535127.0.0.1.
tcp4  0/0/128  *.22
tcp6  0/0/128  *.22
Some tcp sockets may have been created.
unix  0/0/128  /tmp/ssh-NZBPhqvAB7/agent.66959
unix  0/0/65535/var/run/some.sock
unix  0/0/255  /var/db/syslog-ng.ctl
unix  0/0/65535/var/run/other.sock
unix  0/0/5/var/run/lldpd.socket
unix  0/0/100  /var/run/mdnsd
unix  0/0/4/var/run/devd.pipe
unix  0/0/4/var/run/devd.seqpacket.pipe


It seems like the empty dictionaries tend to show up most of the time anyway,
but in this particular output the interesting statistics are completely
missing.

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


[Bug 251540] regression: no FIN on TCP connections when shutting down

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251540

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org
   Keywords||regression

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


[Bug 245582] hwpstate_intel: Failed to set autonomous HWP for package

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245582

Yuri Pankov  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

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


[Bug 251276] [boot] Legacy BIOS boot hangs indefinitely with post-12.0-RELEASE loader

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251276

--- Comment #7 from VVD  ---
Updated 2nd server (FW + FreeBSD 12.2) - all work fine.

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


[Bug 241570] locale - LC_* variables are "C" when I set UTF-8 locale

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241570

--- Comment #8 from Yuri Pankov  ---
(In reply to bel from comment #7)
What release are you running exactly? Cross-compiling locale data is expected
to be fixed starting with 12.0.

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


[Bug 220839] Locale not being set from login.conf.db

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220839

Yuri Pankov  changed:

   What|Removed |Added

 Resolution|--- |Feedback Timeout
 Status|New |Closed

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


[Bug 251276] [boot] Legacy BIOS boot hangs indefinitely with post-12.0-RELEASE loader

2020-12-02 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251276

--- Comment #8 from ncoll...@xes-inc.com ---
Thanks, I'll plan on updating the BIOS soon.

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


Kullanım Koşullarımızı güncelledik

2020-12-02 Thread Instagram via freebsd-bugs


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