[Bug 236179] Quota on FreeBSD 12.0 is not working with NetApp

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236179

j.net...@gmail.com changed:

   What|Removed |Added

Version|11.2-RELEASE|12.0-RELEASE

-- 
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 236179] Quota on FreeBSD 12.0 is not working with NetApp

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236179

--- Comment #1 from Sean Eric Fagan  ---
The patch seems reasonable but I have no way to test it myself, other than
build-testing.

-- 
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 236179] Quota on FreeBSD 12.0 is not working with NetApp

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236179

Hiroki Sato  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|h...@freebsd.org
 CC||h...@freebsd.org

-- 
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 229346] freebsd-update install return code changed

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229346

Pietro Cerutti  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|g...@freebsd.org

-- 
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 230172] FreeBSD 11.2 fails to boot on Celeron J1900 after upgrade from 11.1

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230172

sim...@email.it changed:

   What|Removed |Added

 CC||sim...@email.it

--- Comment #33 from sim...@email.it ---
Just a little precisation:
11.2 does not only fail to boot "after an upgrade"
it just fails to boot on j1900, so it can't be installed ...

i suggest to revise the importance of the problem 
Sorry for having no solution to propose.

-- 
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 236493] netstat output is misleading when -W is not used

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236493

Bug ID: 236493
   Summary: netstat output is misleading when -W is not used
   Product: Base System
   Version: 11.2-RELEASE
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: bin
  Assignee: b...@freebsd.org
  Reporter: dan...@dan42.com

I was using netstat to troubleshoot some issues and got the following output:

# netstat -AanL
Current listen queue sizes (qlen/incqlen/maxqlen)
TcpcbProto Listen   Local Address 
f8003b86d410 tcp4  0/0/128  192.168.255.37.420 
f800bddcd000 tcp4  0/0/128  192.168.255.37.420 
f8015eaf1820 tcp4  0/0/128  *.80   
f8004d87d000 tcp4  0/0/10   127.0.0.1.25   
f8004d87d410 tcp4  0/0/128  *.22   
f8004d87d820 tcp6  0/0/128  *.22   
f8004d633000 tcp4  0/0/128  192.168.255.37.112 

So I wasted hours looking for something on 192.168.255.37:420 when in fact it
was just truncated:

# netstat -AanLW
Current listen queue sizes (qlen/incqlen/maxqlen)
TcpcbProto Listen   Local Address   
f8003b86d410 tcp4  0/0/128  192.168.255.37.4201 
f800bddcd000 tcp4  0/0/128  192.168.255.37.4200 
f8015eaf1820 tcp4  0/0/128  *.80
f8004d87d000 tcp4  0/0/10   127.0.0.1.25
f8004d87d410 tcp4  0/0/128  *.22
f8004d87d820 tcp6  0/0/128  *.22
f8004d633000 tcp4  0/0/128  192.168.255.37.11211

I can understand truncating a symbolic name, but truncating the port number
like that (without any indication it was truncated) is *very* misleading. Same
thing I imagine if you truncate an IP address (4 or 6) in a way that makes it
look like the truncated data is a valid IP address.

Please either
a) never truncate numeric addresses and port numbers (-n implies -W)
b) indicate when a field is truncated (ex: 192.168.255.37.11* or
192.168.255*.11211)

-- 
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 236493] netstat output is misleading when -W is not used

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236493

--- Comment #1 from Conrad Meyer  ---
Does not seem to reproduce on CURRENT, FWIW.

-- 
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 236495] sysctl won't set dev.pcm.3.rec.vchanformat=s16le:1.0

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236495

Bug ID: 236495
   Summary: sysctl won't set dev.pcm.3.rec.vchanformat=s16le:1.0
   Product: Base System
   Version: CURRENT
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: misc
  Assignee: b...@freebsd.org
  Reporter: p.gunnars...@yahoo.com

I have a mono USB microphone and I am pretty sure I used to be able to set
vchanformat tp s16le:1.0 earlier.

-- 
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 232544] general protection fault while in kernel mode - vdev_indirect

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232544

--- Comment #2 from Jeremy Faulkner  ---
It's been months since this pool has had a vdev removed, it had 8MB used for
removed device remapping. I attempted to delete old snapshots from before the
last vdev had been removed and had this crash. While I was deleting old
snapshots the pool was also scrubbing and had a steady io load from jails
running on the pool.

The core dump is over 15GB. I'll try and upload it later. 


FreeBSD constans 12.0-STABLE FreeBSD 12.0-STABLE #6 r344436M: Thu Feb 21
13:40:08 EST 2019
gldisater@constans:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64


(kgdb) bt
#0  __curthread () at ./machine/pcpu.h:230
#1  doadump (textdump=) at /usr/src/sys/kern/kern_shutdown.c:366
#2  0x80bc361a in kern_reboot (howto=260) at
/usr/src/sys/kern/kern_shutdown.c:446
#3  0x80bc3a90 in vpanic (fmt=, ap=0xfe00ec040350)
at /usr/src/sys/kern/kern_shutdown.c:872
#4  0x80bc3873 in panic (fmt=) at
/usr/src/sys/kern/kern_shutdown.c:799
#5  0x8109b539 in trap_fatal (frame=0xfe00ec040540, eva=0) at
/usr/src/sys/amd64/amd64/trap.c:929
#6  0x8109b599 in trap_pfault (frame=0xfe00ec040540, usermode=0) at
/usr/src/sys/amd64/amd64/trap.c:765
#7  0x8109abaf in trap (frame=0xfe00ec040540) at
/usr/src/sys/amd64/amd64/trap.c:441
#8  
#9  vdev_indirect_mapping_duplicate_adjacent_entries (vd=0xf8012a7a,
offset=402853027840, asize=4096, copied_entries=)
at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_indirect.c:974
#10 vdev_indirect_remap (vd=0xf8012a7a, offset=,
asize=, func=0x82cd5860 ,
arg=0xf80402c7d418)
at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_indirect.c:1060
#11 0x82cd4a6c in vdev_indirect_io_start (zio=0xf80402c7d418) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_indirect.c:1282
#12 0x82d05656 in zio_vdev_io_start (zio=0xf80402c7d418) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:3341
#13 0x82d01aac in zio_execute (zio=0xf80402c7d418) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:1785
#14 0x82d013cb in zio_nowait (zio=0xf80402c7d418) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:1841
#15 0x82cdaeec in vdev_mirror_io_start (zio=) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_mirror.c:560
#16 0x82d05509 in zio_vdev_io_start (zio=0xf80262174000) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:3188
#17 0x82d01aac in zio_execute (zio=0xf80262174000) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:1785
#18 0x82d013cb in zio_nowait (zio=0xf80262174000) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zio.c:1841
#19 0x82c9de90 in scan_exec_io (dp=0xf8097b629000,
bp=0xfe00ec0409c8, zio_flags=8388784, zb=0xf80ebc23dbc8,
queue=0xf80ed63c8600)
at /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c:3682
#20 0x82c9ff96 in scan_io_queue_issue (queue=0xf80ed63c8600,
io_list=0x80) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c:2587
#21 scan_io_queues_run_one (arg=0xf80ed63c8600) at
/usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c:2766
#22 0x82c30da0 in taskq_run (arg=0xf810357eeea0, pending=-512) at
/usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c:110
#23 0x80c21894 in taskqueue_run_locked (queue=0xf80b1fc9db00) at
/usr/src/sys/kern/subr_taskqueue.c:467
#24 0x80c22c18 in taskqueue_thread_loop (arg=) at
/usr/src/sys/kern/subr_taskqueue.c:773
#25 0x80b84c32 in fork_exit (callout=0x80c22b80
, arg=0xf811c3072590, frame=0xfe00ec040c00) at
/usr/src/sys/kern/kern_fork.c:1059
#26 
(kgdb)

-- 
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 208445] /usr/sbin/service: WARNING: $xyz is not set properly - see rc.conf(5).

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208445

Hiroki Sato  changed:

   What|Removed |Added

 Status|New |In Progress
 CC||h...@freebsd.org
   Assignee|b...@freebsd.org|h...@freebsd.org

-- 
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 188220] freebsd-update(8) destroys installation

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188220

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #4 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 195990] freebsd-update not upgrading files properly

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195990

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #29 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 206336] [patch] usr.sbin/freebsd-update allow proxy config in etc/freebsd-update.conf

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206336

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #10 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 131598] freebsd-update(8) doesn't interact well with custom kernels

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=131598

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #7 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 184282] [patch] freebsd-update(8): allow opting-out of emails about specific target releases

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184282

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #4 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 137514] freebsd-update(8) doesn't update the system under some circumstances

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=137514

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #6 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 128501] freebsd-update(8) does not work on netbooted machines

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128501

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 120552] freebsd-update(8): freebsd-update - -r should check existence of directories

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=120552

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #4 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 173180] freebsd-update(8) wipes system files (file size is zero) and makes the operation system not available either over consoles or network.

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173180

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 147430] freebsd-update(8) not updating /usr/src/UPDATING

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147430

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #6 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 182574] freebsd-update(8) can not update custom release with custom kernels

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=182574

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 169685] freebsd-update(8): merge procedure should automate certain diff patterns

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169685

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #5 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 186152] [patch] freebsd-update(8): freebsd-update -b: correctly handle symlinks with absolute paths

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186152

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #8 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 134167] [request] freebsd-update(8) should be able to be run in the background

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=134167

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 129431] freebsd-update(8) fetch fails because phttpget fails proxy auth

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=129431

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #8 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 185390] freebsd-update(8) should work on installed version

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185390

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 140863] freebsd-update(8) fails to check that writes will succeed, with hilarious consequences

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=140863

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 153211] freebsd-update(8) can not fetch updates over a proxy with mandatory authorization

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153211

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #5 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 185546] freebsd-update(8) can modify sshd and lock you out of your system

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=185546

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #4 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 210475] freebsd-update(8) doesn't recognize custom version scheme

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210475

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #1 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 138926] [patch] freebsd-update(8): allow unattended upgrade

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=138926

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 188429] MITM attacks against freebsd-update(8)

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188429

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 223470] freebsd-update: Cannot identify running kernel (/boot removed from jails)

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223470

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #2 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

-- 
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 188434] Freeze attacks against freebsd-update(8)

2019-03-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188434

Colin Percival  changed:

   What|Removed |Added

   Assignee|cperc...@freebsd.org|b...@freebsd.org

--- Comment #3 from Colin Percival  ---
Drop freebsd-update PRs which were assigned to me.  I'm not working on this
code any more.

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