[Bug 201520] Wrong Error Line Number Given by PF syntax checker

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201520

--- Comment #1 from Davide Davini diotona...@gmail.com ---
I forgot to mention it effects 9.3-RELEASE and 10.1-RELEASE. I don't know about
stable and current.

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


[Bug 201520] Wrong Error Line Number Given by PF syntax checker

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201520

--- Comment #2 from Davide Davini diotona...@gmail.com ---
Someone pointed out to me the example is misleading.

This one is much clearer.
# cat -n pf.test
 1  internal_net={ 192.168.0.0/24 \
 2  192.168.1.0/24 \
 3  192.168.2.0/24 }
 4
 5  pass in on em0 from a to b
 6
# pfctl -nf pf.test
no IP address found for a
pf.test:3: could not parse host specification

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


[Bug 201519] pf NAT translates ICMP type 3 packects incorrectly

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201519

Bug ID: 201519
   Summary: pf NAT translates ICMP type 3 packects incorrectly
   Product: Base System
   Version: 9.3-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: bin
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: my...@at-hacker.in

I have an issue with pf in FreeBSD 9.3. Looks there is something wrong with
pf's NAT while processing ICMP packets of type 3 (destination unreachable).
Here is what I see on LAN interface:

16:46:10.334993 IP (tos 0xc0, ttl 64, id 63254, offset 0, flags [none], proto
ICMP (1), length 289)
10.12.0.198  84.47.xx.yy: ICMP 10.12.0.198 udp port 8293 unreachable, length
269
IP (tos 0x0, ttl 60, id 34284, offset 0, flags [none], proto UDP (17), length
261)
84.47.xx.yy.53  10.12.0.198.8293: 37288 2/4/4 www.jdm022.com. CNAME
sbsfe-p8.geo.mf0.yahoodns.net., sbsfe-p8.geo.mf0.yahoodns.net. A 98.138.19.143
(233)

I.e. some server (84.47.xx.yy) send an UDP packet to client (10.12.0.198, port
8293). This port is closed on client and client send ICMP packet Port
unreachable to server 84.47.xx.yy. This ICMP packet contains the header of
that UDP packet that was sent to closed client's port:

84.47.xx.yy.53  10.12.0.198.8293: 37288 2/4/4 www.jdm022.com. CNAME
sbsfe-p8.geo.mf0.yahoodns.net., sbsfe-p8.geo.mf0.yahoodns.net. A 98.138.19.143
(233)

And this is what I see on external WAN interface:

16:46:10.335012 IP (tos 0xc0, ttl 63, id 63254, offset 0, flags [none], proto
ICMP (1), length 289)
10.12.0.198  84.47.xx.yy: ICMP 213.208.kkk.zz udp port 61534 unreachable,
length 269
IP (tos 0x0, ttl 60, id 34284, offset 0, flags [none], proto UDP (17), length
261)
84.47.xx.yy.53  213.208.kkk.zz.61534: 37288 2/4/4 www.jdm022.com. CNAME
sbsfe-p8.geo.mf0.yahoodns.net., sbsfe-p8.geo.mf0.yahoodns.net. A 98.138.19.143
(233)

As you can see, pf translated UDP header that was included into ICMP packet:
ICMP 213.208.kkk.zz udp port 61534 unreachable. IP 213.208.kkk.zz is IP of my
external WAN interface where NAT works. But it did not change ICMP packet
itself. So I have outgoing ICMP port unreachable packet with source address
10.12.0.198 ON EXTERNAL interface.

Also I found that pf can't block this kind of packets. Rule like:

block out quick on $wan_if proto icmp from 10.12/16 to any icmp-type 3 code 3

does not work at all. So I have to use IPFW to block those ICMP packets.

Here is my NAT rule:

nat on $wan_if from clients to any - 213.208.kkk.zz

Table clients defines like this:

table clients { 10.12/16, 10.13/16 }

Also I found a mention about this issue in OpenBSD pf:
http://openbsd-archive.7691.n7.nabble.com/system-6564-pf-not-nating-does-not-see-icmp4-port-unreachable-packets-from-machine-behind-pf-td187997.html
They said that this bug is fixed in 2011. But in FreeBSD 9.3 it is not fixed so
far?

My system: FreeBSD vpn2-lesnoy.isp.local 9.3-RELEASE-p2 FreeBSD 9.3-RELEASE-p2
#0: Mon Sep 15 16:44:27 UTC 2014
r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 



I checked if I can reproduce this issue with CURRENT. Well, CURRENT has the
same problem. Here is my test lab:

# uname -a
FreeBSD test-BSD-01.hyperv.local 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r285351:
Fri Jul 10 14:49:08 MSK 2015
root@test-BSD-01.hyperv.local:/usr/obj/usr/src/sys/GENERIC  amd64

Here is dump on LAN interface:

# tcpdump -npi hn1 host 172.16.129.18
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on hn1, link-type EN10MB (Ethernet), capture size 262144 bytes
11:43:25.506775 IP 172.16.129.18.29490  208.67.220.220.53: 9125+ A?
freebsd.org. (29)
11:43:25.570851 IP 208.67.220.220.53  172.16.129.18.29490: 9125 1/0/0 A
8.8.178.110 (45)
11:43:25.571635 IP 172.16.129.18  208.67.220.220: ICMP 172.16.129.18 udp port
29490 unreachable, length 36

Dump on external WAN interface at the same moment:

 # tcpdump -npi hn0 \(udp and port 53\) or icmp
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on hn0, link-type EN10MB (Ethernet), capture size 262144 bytes
11:43:30.741672 IP 213.208.xx.yy.55677  208.67.220.220.53: 1319+ A? ya.ru.
(23)
11:43:30.795961 IP 208.67.220.220.53  213.208.xx.yy.55677: 1319 3/0/0 A
93.158.134.3, A 213.180.193.3, A 213.180.204.3 (71)
11:43:30.796700 IP 172.16.129.18  208.67.220.220: ICMP 213.208.xx.yy udp port
55677 unreachable, length 36

Here is my /etc/pf.conf:

nat on hn0 from 172.16.129.18 to any - hn0
pass in all
pass out all

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


[Bug 195703] Incorrect pre-y2k time retrieval from RTC

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195703

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brueffer
Date: Mon Jul 13 11:58:09 UTC 2015
New revision: 285446
URL: https://svnweb.freebsd.org/changeset/base/285446

Log:
  MFC: r284931

  Set the initial system time to a sane (as in: not end of 21st century)
  value when booting on a PC with CMOS clock set to a year before 2000.

  This uses 1980 (instead of 1970 as in the initial patch) as pivot year as
  suggested by imp in the PR followup.

  PR:195703
  Submitted by:c...@soi.spb.ru
  Reviewed by:imp
  Approved by:re (gjb)

Changes:
_U  stable/10/
  stable/10/sys/x86/isa/atrtc.c

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


[Bug 195703] Incorrect pre-y2k time retrieval from RTC

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195703

--- Comment #5 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brueffer
Date: Mon Jul 13 11:59:29 UTC 2015
New revision: 285447
URL: https://svnweb.freebsd.org/changeset/base/285447

Log:
  MFC: r284931

  Set the initial system time to a sane (as in: not end of 21st century)
  value when booting on a PC with CMOS clock set to a year before 2000.

  This uses 1980 (instead of 1970 as in the initial patch) as pivot year as
  suggested by imp in the PR followup.

  PR:195703
  Submitted by:c...@soi.spb.ru
  Reviewed by:imp

Changes:
_U  stable/9/sys/
  stable/9/sys/x86/isa/atrtc.c

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


[Bug 195703] Incorrect pre-y2k time retrieval from RTC

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195703

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

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

--- Comment #6 from Christian Brueffer bruef...@freebsd.org ---
Merges done, thanks again!

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


[Bug 201376] explicit_bzero authinfo in sctp

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201376

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|tue...@freebsd.org
 Status|New |Open
 CC||bruef...@freebsd.org

--- Comment #1 from Christian Brueffer bruef...@freebsd.org ---
Michael, since this is SCTP-related, could you have a look?

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


[Bug 201356] lots of whines about nvpair* functions in kernel link

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201356

Mariusz Zaborski osho...@freebsd.org changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|osho...@freebsd.org

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


[Bug 191759] dot.cshrc example should be useable as is (cosmetic)

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191759

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

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

--- Comment #2 from Christian Brueffer bruef...@freebsd.org ---
This has been merged to 10-STABLE (r285448) and 9-STABLE (r285449).  Thanks!

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


[Bug 201520] Wrong Error Line Number Given by PF syntax checker

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201520

Davide Davini diotona...@gmail.com changed:

   What|Removed |Added

Version|10.1-RELEASE|9.3-RELEASE

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


[Bug 201520] Wrong Error Line Number Given by PF syntax checker

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201520

Bug ID: 201520
   Summary: Wrong Error Line Number Given by PF syntax checker
   Product: Base System
   Version: 10.1-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: diotona...@gmail.com

PF syntax parser counts macro lines splited using \ as a single line.

To reproduce the issue:
# cat -n pf.test
 1  internal_net={ 192.168.0.0/24 \
 2  192.168.1.0/24 192.168.2.0/24 }
 3
 4  pass in on em0 \
 5  from a to b
# pfctl -nf pf.test
no IP address found for a
pf.test:4: could not parse host specification

Ref:
https://forums.freebsd.org/threads/wrong-error-line-number-given-by-pf-syntax-checker.52121/#post-292829

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


[Bug 199721] wpa_supplicant - CVE-2015-1863 patch for disabled by default P2P option

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199721

Mark Linimon lini...@freebsd.org changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Overcome By Events

--- Comment #5 from Mark Linimon lini...@freebsd.org ---
Submitter agrees that this can be closed.

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


[Bug 201519] pf NAT translates ICMP type 3 packects incorrectly

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201519

Mark Linimon lini...@freebsd.org changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org

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


[Bug 201504] [geom_part] gpart bootcode highly ambiguous message (the wrong size)

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201504

Mark Linimon lini...@freebsd.org changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd-g...@freebsd.org

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


[Bug 201520] Wrong Error Line Number Given by PF syntax checker

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201520

Mark Linimon lini...@freebsd.org changed:

   What|Removed |Added

   Assignee|freebsd-bugs@FreeBSD.org|freebsd...@freebsd.org

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


[Bug 200983] sbin/newfs_nandfs/newfs_nandfs.c:900: bad if test ?

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200983

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brueffer
Date: Mon Jul 13 13:02:05 UTC 2015
New revision: 285453
URL: https://svnweb.freebsd.org/changeset/base/285453

Log:
  MFC: r285029

  Fix an obviously wrong boolean operator.

  PR:200983
  Submitted by:David Bindeman
  Approved by:re (gjb)

Changes:
_U  stable/10/
  stable/10/sbin/newfs_nandfs/newfs_nandfs.c

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


[Bug 200983] sbin/newfs_nandfs/newfs_nandfs.c:900: bad if test ?

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200983

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

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

--- Comment #4 from Christian Brueffer bruef...@freebsd.org ---
Merge done.  Thanks again!

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


[Bug 201528] Process under 10.1-STABLE is unkillable (uninterruptible sleep)

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201528

Bug ID: 201528
   Summary: Process under 10.1-STABLE is unkillable
(uninterruptible sleep)
   Product: Base System
   Version: 10.1-STABLE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: freebsd-bugs@FreeBSD.org
  Reporter: t...@git-pull.com

Created attachment 158692
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158692action=edit
lsof -p 51878 (the wineserver process)

I'm play dota2.exe in Wine and the game will freeze. 

wineserver -k won't work.

Playing with GTX 980 + NVIDIA-FreeBSD-x86_64-346.82.

Please let me know if there's anything I can do to provide better debug info.

I also have the 'lsof -p', would that be helpful?

Aside: I won't be able to start the game again unless I restart. Is there
anyway to kill a process in this state without a full restart?

(this would happen on 10.1-RELEASE as well)

$ freebsd-version -ku; uname -apKU  
10.2-BETA1
10.2-BETA1
FreeBSD z600 10.2-BETA1 FreeBSD 10.2-BETA1 #11: Sun Jul 12 20:12:21 CDT 2015   
 root@z600:/usr/obj/usr/src/sys/MYKERNEL  amd64 amd64 1001519 1001519


$ pkg info i386-wine-devel-1.7.44,1 
i386-wine-devel-1.7.44,1
Name   : i386-wine-devel
Version: 1.7.44,1
Installed on   : Sun Jun 14 16:08:45 CDT 2015
Origin : emulators/i386-wine-devel
Architecture   : freebsd:10:x86:64



$ procstat -k 51878 
  PIDTID COMM TDNAME   KSTACK   
51878 102435 wineserver   -mi_switch sleepq_timedwait_sig
_sleep kern_kevent freebsd32_kevent ia32_syscall Xint0x80_syscall 

$ procstat -kk 51878
  PIDTID COMM TDNAME   KSTACK   
51878 102435 wineserver   -mi_switch+0xe1
sleepq_timedwait_sig+0x8b _sleep+0x238 kern_kevent+0x401 freebsd32_kevent+0x6b
ia32_syscall+0x2f8 Xint0x80_syscall+0x95 




$ ps -Ao pid,paddr | grep 51878
51878 f80237a4d4e8


$ ps  -o user,pid,ppid,pending,caught,ignored,blocked,stat,wchan   51878
USER   PID  PPID  PENDING CAUGHT  IGNORED BLOCKED STAT WCHAN
tony 51878 28261 20014103  86027 19409000   0 DXs  -

$  ps wwwaux -o pid,paddr | grep 51878
tony   518780.0  0.0   16276   6072  -  DXs   6:11AM23:40.38
/usr/local/bin/. 51878 f80237a4d4e8
root   282610.0  0.0   12472   1636  0  I+8:27AM 0:00.00 truss
-p 51878   28261 f800985629d0


(kgdb) p *(struct proc *)0xf80237a4d4e8
$1 = {p_list = {le_next = 0xf80053fb9000, le_prev = 0xf80053f7d000},
p_threads = {tqh_first = 0xf8002d6cf4a0, tqh_last = 0xf8002d6cf4b0},
p_slock = {
lock_object = {lo_name = 0x80f68325 process slock, lo_flags =
720896, lo_data = 0, lo_witness = 0x0}, mtx_lock = 4}, p_ucred =
0xf801c14d7900, 
  p_fd = 0xf802b1cc4000, p_fdtol = 0x0, p_stats = 0xf801fc966600,
p_limit = 0xf80209cb7400, p_limco = {c_links = {le = {le_next = 0x0,
le_prev = 0x0}, sle = {
sle_next = 0x0}, tqe = {tqe_next = 0x0, tqe_prev = 0x0}}, c_time = 0,
c_precision = 0, c_arg = 0x0, c_func = 0, c_lock = 0xf80237a4d5e8, c_flags
= 0, c_iflags = 0, 
c_cpu = 0}, p_sigacts = 0xf801d6a25000, p_flag = 268437505, p_flag2 =
0, p_state = PRS_NORMAL, p_pid = 51878, p_hash = {le_next = 0x0, le_prev =
0xfe6c5530}, 
  p_pglist = {le_next = 0x0, le_prev = 0xf80222b3be90}, p_pptr =
0xf800985629d0, p_sibling = {le_next = 0x0, le_prev = 0xf80098562ac8},
p_children = {lh_first = 0x0}, 
  p_mtx = {lock_object = {lo_name = 0x80f68318 process lock, lo_flags
= 21168128, lo_data = 0, lo_witness = 0x0}, mtx_lock = 4}, p_ksi =
0xf8009818a620, 
  p_sigqueue = {sq_signals = {__bits = {536953091, 0, 0, 0}}, sq_kill = {__bits
= {65792, 0, 0, 0}}, sq_list = {tqh_first = 0xf801a081e7e0, tqh_last =
0xf800621d5930}, 
sq_proc = 0xf80237a4d4e8, sq_flags = 1}, p_oppid = 1, p_vmspace =
0xf800620c5700, p_swtick = 34726963, p_realtimer = {it_interval = {tv_sec =
0, tv_usec = 0}, 
it_value = {tv_sec = 0, tv_usec = 0}}, p_ru = {ru_utime = {tv_sec = 0,
tv_usec = 0}, ru_stime = {tv_sec = 0, tv_usec = 0}, ru_maxrss = 0, ru_ixrss =
0, ru_idrss = 0, 
ru_isrss = 0, ru_minflt = 0, ru_majflt = 0, ru_nswap = 0, ru_inblock = 0,
ru_oublock = 0, ru_msgsnd = 0, ru_msgrcv = 0, ru_nsignals = 0, ru_nvcsw = 0,
ru_nivcsw = 0}, 
  p_rux = {rux_runtime = 3778283255408, rux_uticks = 32925, rux_sticks =
142315, rux_iticks = 0, rux_uu = 266867770, rux_su = 1153509088, rux_tu =
1420376859}, p_crux = {
rux_runtime = 0, rux_uticks = 0, rux_sticks = 0, rux_iticks = 0, rux_uu =
0, rux_su = 0, rux_tu = 0}, p_profthreads = 0, p_exitthreads = 0, p_traceflag =
0, p_tracevp = 0x0, 
  p_tracecred = 0x0, p_textvp = 0xf801b01b21d8, p_lock = 0, p_sigiolst =

[Bug 199942] bsdinstall fails to create /usr/compat directory preventing Linux (compat) ports being installed

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199942

--- Comment #2 from leftf...@siu.edu ---
I remedied the situation and completed a FBSD-9.3 installation.

If I remember correctly, I deleted the /usr/compat directory.

You may close this PR.

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


[Bug 201528] Process under 10.1-STABLE is unkillable (uninterruptible sleep)

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201528

Mateusz Guzik m...@freebsd.org changed:

   What|Removed |Added

 CC||m...@freebsd.org
   Assignee|freebsd-bugs@FreeBSD.org|j...@freebsd.org

--- Comment #2 from Mateusz Guzik m...@freebsd.org ---
Quick look suggests the problem seems to be here:

while (count) {
KQ_OWNED(kq);
kn = TAILQ_FIRST(kq-kq_head);

if ((kn-kn_status == KN_MARKER  kn != marker) ||
(kn-kn_status  KN_INFLUX) == KN_INFLUX) {
if (influx) {
influx = 0;
KQ_FLUX_WAKEUP(kq);
}
kq-kq_state |= KQ_FLUXWAIT;
error = msleep(kq, kq-kq_lock, PSOCK,
kqflxwt, 0);
continue;
}


count is not modified, so the code just loops after a signal is received.

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


[Bug 200961] [PATCH] calendar.computer VAX-11/780 entry (10/25) missing year

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200961

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brueffer
Date: Mon Jul 13 13:42:06 UTC 2015
New revision: 285455
URL: https://svnweb.freebsd.org/changeset/base/285455

Log:
  MFC: r285028

  Add the year to the VAX-11/780 announcement entry.

  PR:200961
  Submitted by:John Marshall
  Approved by:re (gjb)

Changes:
_U  stable/10/
  stable/10/usr.bin/calendar/calendars/calendar.computer

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


[Bug 200961] [PATCH] calendar.computer VAX-11/780 entry (10/25) missing year

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200961

--- Comment #4 from commit-h...@freebsd.org ---
A commit references this bug:

Author: brueffer
Date: Mon Jul 13 13:43:57 UTC 2015
New revision: 285456
URL: https://svnweb.freebsd.org/changeset/base/285456

Log:
  MFC: r285028

  Add the year to the VAX-11/780 announcement entry.

  PR:200961
  Submitted by:John Marshall

Changes:
_U  stable/9/usr.bin/calendar/
_U  stable/9/usr.bin/calendar/calendars/
  stable/9/usr.bin/calendar/calendars/calendar.computer

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


[Bug 199942] bsdinstall fails to create /usr/compat directory preventing Linux (compat) ports being installed

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199942

Allan Jude allanj...@freebsd.org changed:

   What|Removed |Added

 Resolution|--- |Unable to Reproduce
 Status|New |Closed

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


[Bug 200961] [PATCH] calendar.computer VAX-11/780 entry (10/25) missing year

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200961

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

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

--- Comment #5 from Christian Brueffer bruef...@freebsd.org ---
Merges done; thanks again!

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


[Bug 201528] Process under 10.1-STABLE is unkillable (uninterruptible sleep)

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201528

Tony Narlock t...@git-pull.com changed:

   What|Removed |Added

 Attachment #158692|0   |1
is obsolete||

--- Comment #1 from Tony Narlock t...@git-pull.com ---
Created attachment 158693
  -- https://bugs.freebsd.org/bugzilla/attachment.cgi?id=158693action=edit
lsof -p (corrected)

Correction, last file was the ps of all processes. This is the lsof.

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


[Bug 200617] exec silently fails if text_size maxtsiz

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200617

Tony Narlock t...@git-pull.com changed:

   What|Removed |Added

 CC||t...@git-pull.com

--- Comment #3 from Tony Narlock t...@git-pull.com ---
Greetings.

I'm at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196770 and have been
able to build chromium-43.0.2357.132, but still get the empty binary issue.

I'm on 10.2-BETA. 

Does this fix apply to the chromium bug?

Could this patch  work on 10.1-STABLE?   Is there any sort of debug info I
could provide to help?

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


[Bug 199721] wpa_supplicant - CVE-2015-1863 patch for disabled by default P2P option

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199721

--- Comment #4 from Rui Paulo rpa...@freebsd.org ---
Yes, I think we can close this bug.

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


[Bug 195934] clang350-import branch not working on sparc64

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195934

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

 Status|New |Open
   Assignee|freebsd-bugs@FreeBSD.org|d...@freebsd.org
 CC||bruef...@freebsd.org

--- Comment #5 from Christian Brueffer bruef...@freebsd.org ---
Adding dim@; is this still an issue with the recent clang versions?

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


[Bug 199072] libmd inefficient read() calls

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199072

Christian Brueffer bruef...@freebsd.org changed:

   What|Removed |Added

 Status|New |In Progress
   Assignee|freebsd-bugs@FreeBSD.org|j...@freebsd.org
 CC||bruef...@freebsd.org

--- Comment #1 from Christian Brueffer bruef...@freebsd.org ---
Assigning this to jmg, since he increased the buffer size in r285324.

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


[Bug 201435] Make buildworld failed in /usr/src/lib/clang/libclangstaticanalyzerfrontend

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201435

--- Comment #3 from claudius ccs...@gmail.com ---
Thanks Dimitry. Reduce the -j numbers solved the problem.

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


[Bug 201517] Kernel hang on boot with KDTRACE_HOOKS enabled after r284998

2015-07-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201517

Mark Johnston ma...@freebsd.org changed:

   What|Removed |Added

 CC||a...@freebsd.org,
   ||ma...@freebsd.org

--- Comment #1 from Mark Johnston ma...@freebsd.org ---
Could you paste the log of a verbose boot? Also, is this occurring on amd64, or
on a different architecture?

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