Re: junk/180249: Add User and Group to UIDs and GIDs

2013-07-04 Thread Mateusz Guzik
; http://forums.plexapp.com/index.php/forum/138-freebsd/ > You can add a user while installing the port/package, any good reason to have a user already in base? I seriously doubt such a request would be accepted. -- Mateusz Guzik ___ freebsd-bugs

Re: bin/185846: [patch] bin/sleep/sleep.c - remove unnecessary blank line

2014-01-17 Thread Mateusz Guzik
The following reply was made to PR bin/185846; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, Maciej Sobczak Cc: Subject: Re: bin/185846: [patch] bin/sleep/sleep.c - remove unnecessary blank line Date: Sat, 18 Jan 2014 01:23:47 +0100 Hello, this line is

Re: kern/186187: [linprocfs] [patch] emulate /proc/sys/kernel/random/uuid

2014-01-28 Thread Mateusz Guzik
The following reply was made to PR kern/186187; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, fernando.apesteg...@gmail.com Cc: Subject: Re: kern/186187: [linprocfs] [patch] emulate /proc/sys/kernel/random/uuid Date: Tue, 28 Jan 2014 20:52:35 +0100 This patch

Re: kern/156423: [kqueue] [patch] Please add kqueue support for /dev/klog

2012-01-30 Thread Mateusz Guzik
The following reply was made to PR kern/156423; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, ba...@balabit.hu Cc: Subject: Re: kern/156423: [kqueue] [patch] Please add kqueue support for /dev/klog Date: Tue, 31 Jan 2012 00:02:05 + Can you please try this

Re: bin/150262: truss(1) -f doesn't follow descendants of the linux process

2010-09-13 Thread Mateusz Guzik
The following reply was made to PR bin/150262; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, y...@tsoft.com Cc: Subject: Re: bin/150262: truss(1) -f doesn't follow descendants of the linux process Date: Mon, 13 Sep 2010 18:15:52 +0200 Does this patch fix

bin/152345: truss writes one byte past the buffer if it is not null-terminated

2010-11-17 Thread Mateusz Guzik
>Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 18 02:00:31 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Mateusz Guzik >Release:9.0-CURRENT >Organization: >Environment: FreeB

Re: kern/152363: Apache can not serve images from TMPFS

2010-11-18 Thread Mateusz Guzik
The following reply was made to PR kern/152363; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, ka...@anywi.com Cc: Subject: Re: kern/152363: Apache can not serve images from TMPFS Date: Thu, 18 Nov 2010 14:59:42 +0100 Your issue is probably already fixed in

Re: kern/145999: [request] optional offset for `mdconfig -t vnode'

2010-11-18 Thread Mateusz Guzik
The following reply was made to PR kern/145999; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, m...@aldan.algebra.com Cc: Subject: Re: kern/145999: [request] optional offset for `mdconfig -t vnode' Date: Thu, 18 Nov 2010 19:29:05 +0100 This can be achieved

Re: kern/145865: kernel memory leak with disabled devd and hw.bus.devctl_disable=1

2010-04-20 Thread Mateusz Guzik
The following reply was made to PR kern/145865; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, littlesav...@orionet.ru Cc: Subject: Re: kern/145865: kernel memory leak with disabled devd and hw.bus.devctl_disable=1 Date: Tue, 20 Apr 2010 19:33:28 +0200

Re: misc/168413: pthread_create memory leak in 9.0-i386?

2012-06-02 Thread Mateusz Guzik
The following reply was made to PR misc/168413; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, maks.felt...@gmail.com Cc: Subject: Re: misc/168413: pthread_create memory leak in 9.0-i386? Date: Sat, 2 Jun 2012 19:15:08 +0200 I reproduced your issue on 9.0

Re: bin/80798: mount_portal pipe leaves file descriptors open for child processes

2012-06-09 Thread Mateusz Guzik
t marked as such). The latter makes it scheduled for removal - see: http://wiki.freebsd.org/NONMPSAFE_DEORBIT_VFS With that being said, if you really need portalfs, I would go with reimplementation from scratch using fuse (perhaps available already). -- Mateusz Guzik

Re: kern/169651: fexecve() and hashbang-scripts

2012-07-04 Thread Mateusz Guzik
The following reply was made to PR kern/169651; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, b...@dhke.de Cc: Subject: Re: kern/169651: fexecve() and hashbang-scripts Date: Thu, 5 Jul 2012 01:38:52 +0200 Hi, for the first problem try this patch: http

kern/172577: hwpmc can leak memory on unload

2012-10-10 Thread Mateusz Guzik
Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 10 22:58:27 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mateusz Guzik >Release:head r241305 >Organization: >Environment: >Description: On unload of hwpmc the fo

Re: kern/21463: [linux] Linux compatability mode should not allow setuid programs

2012-11-26 Thread Mateusz Guzik
Hi, I think we should go a step futher and get per-jail support for enabling/disabling Linux compatibility support, possibly along with the ability to control sugid programs. I don't have time to work on this at the moment though. -- Mateusz

Re: misc/176886: [PATCH] tail -F file1 file2 > file3 places filenames in file3 incorrectly

2013-03-12 Thread Mateusz Guzik
The following reply was made to PR misc/176886; it has been noted by GNATS. From: Mateusz Guzik To: bug-follo...@freebsd.org, i...@bakulin.de Cc: Subject: Re: misc/176886: [PATCH] tail -F file1 file2 > file3 places filenames in file3 incorrectly Date: Tue, 12 Mar 2013 20:25:40 +0100