Re: 13.0-RC2 / 14-CURRENT: Processes getting stuck in vlruwk state

2021-03-18 Thread Mateusz Guzik
s an educated guess I would say that vn_alloc_hard() is > waiting a long time or even forever to allocate new vnodes. > > I can provide more information, I just need to know what. > > > Regards, > Yamagi > > -- > Homepage: https://www.yamagi.org > Github: https://g

Re: 13.0-RC2 / 14-CURRENT: Processes getting stuck in vlruwk state

2021-03-18 Thread Mateusz Guzik
wrote: > Hi Mateusz, > the sysctl output after about 10 minutes into the problem is attached. > In case that its stripped by Mailman a copy can be found here: > https://deponie.yamagi.org/temp/sysctl_vlruwk.txt.xz > > Regards, > Yamagi > > On Wed, 17 Mar 2021 15:57:59 +0100

Re: 13.0-RC2 / 14-CURRENT: Processes getting stuck in vlruwk state

2021-03-17 Thread Mateusz Guzik
uess I would say that vn_alloc_hard() is > waiting a long time or even forever to allocate new vnodes. > > I can provide more information, I just need to know what. > > > Regards, > Yamagi > > -- > Homepage: https://www.yamagi.org > Github: https://github.com/yamagi >

Re: latest stable13.0-ALPHA3 can not start varnish anymore.

2021-02-03 Thread Mateusz Guzik
t; > root@jhost002:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 >> > >> > uname -a >> > FreeBSD jhost002 13.0-ALPHA3 FreeBSD 13.0-ALPHA3 #7 >> > c256260-g247f652e622d: Tue Feb 2 13:07:37 CET 2021 >> > root@jhost002:/usr/obj/usr/src/amd64.amd64/s

Re: make kernel ctfmerge freeze on 11-STABLE

2017-01-02 Thread Mateusz Guzik
On Mon, Jan 02, 2017 at 08:33:29AM -0500, Aryeh Friedman wrote: > On Mon, Jan 2, 2017 at 7:57 AM, Mateusz Guzik wrote: > > > On Mon, Jan 02, 2017 at 07:48:22AM -0500, Aryeh Friedman wrote: > > > On Mon, Jan 2, 2017 at 7:36 AM, Mateusz Guzik wrote: > > > > &g

Re: make kernel ctfmerge freeze on 11-STABLE

2017-01-02 Thread Mateusz Guzik
On Mon, Jan 02, 2017 at 07:48:22AM -0500, Aryeh Friedman wrote: > On Mon, Jan 2, 2017 at 7:36 AM, Mateusz Guzik wrote: > > > On Mon, Jan 02, 2017 at 06:57:48AM -0500, Aryeh Friedman wrote: > > > FreeBSD lilith 11.0-STABLE FreeBSD 11.0-STABLE #7 r311003: Sun Jan 1 &g

Re: make kernel ctfmerge freeze on 11-STABLE

2017-01-02 Thread Mateusz Guzik
tions WITNESS # Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN# Don't run witness on spinlocks for speed options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones options DEBUG_VFS_LOCKS -- Mateusz Guzik _

Re: [patch] separate SysV IPC namespace for jail

2015-06-09 Thread Mateusz Guzik
ot;private purposes" (i.e. > > disregarding possible attacks with jailing processes). The real work is > > making the whole business safe. > > I agree. > > Is there any project ongoing for this sysvipc issue? > If any, what is needed to be done? > I am unaware of any work being done in the area. I stated what needs to be done in my first e-mail. -- Mateusz Guzik ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: [patch] separate SysV IPC namespace for jail

2015-06-08 Thread Mateusz Guzik
to tell me whether given process has a shared address space. There is only a vm_refcnt counter in vmspace which is modified on various occasions, thus is not suitable. Adding a separate counter sucks and adding a "once set, never cleared flag" sucks as well. Maybe there is a g

Re: [patch] separate SysV IPC namespace for jail

2015-06-07 Thread Mateusz Guzik
ome other thread is forking? This may be buggy as it is already, but that's roughly the scheme. It looks like we have some weird miscommunication here, so let me restate. I do see great benefit in having jail-aware ipcs. I do not believe the way to achieve it is to add jail-aware permission ch

Re: [patch] separate SysV IPC namespace for jail

2015-06-06 Thread Mateusz Guzik
information leaks (no id list to look at) and conflicts. Exporting is not a problem either - a dedicated sysctl grabs JID and dumps its ipcs. It also gets a 'recursive' flag to know whether ipcs for its own jails should be dumped as well (if different). -- Mateusz Guzik ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: (9.2) panic under disk load (gam_server / knlist_remove_kq)

2013-07-15 Thread Mateusz Guzik
.0.txt) is here: > > http://user.lamaiziere.net/patrick/panic_gam_server.txt > > With WITNESS and ASSERTION on, I see a warning that looks related : > > Jul 14 16:23:29 roxette kernel: WARNING: destroying knlist w/ knotes on it! > > and the

Re: new jail(8) ignoring devfs_ruleset?

2013-02-18 Thread Mateusz Guzik
like > >to help finding the source, but have missed the whole new jail evolution... > >Inside my jails, I don't have a fstab, outside I have them defined and > >enabled with "mount" - and noticed the non-reverted umounting. > > I found the problem - I n

Re: mount lag, umounting returns wrong "Device busy"

2013-02-15 Thread Mateusz Guzik
and it held a reference for /.jail.jailname1's vnode. jls -v should show the jail. I don't know if this can happen, but my guess is that not-yet-expired network connections hold reference to a jail preventing it from being destroyed. So I would definitely checkout netstat o

Re: Determining which process needs to be restarted after update

2013-01-13 Thread Mateusz Guzik
On Sun, Jan 13, 2013 at 01:43:03AM +, Ben Morrow wrote: > Quoth Mateusz Guzik : > > On Sat, Jan 12, 2013 at 11:29:14PM +, Ben Morrow wrote: > > > Quoth Derek Kulinski : > > > > > > > > I personally really like OpenSuSE command which is: zypp

Re: Determining which process needs to be restarted after update

2013-01-12 Thread Mateusz Guzik
tely normal But even if we use -v, I don't think we can reliably distinguish "regular" unlinked file mapping from shared library mapping (for unlinked files we will get - as a name, just like in -f case). I didn't dig into this though. Instead I

Re: Increasing the DMESG buffer....

2012-11-25 Thread Mateusz Guzik
7.x branch. > > > > The tunable was merged to stable/8 in March 2011 and > first appeared in 8.3. It was never merged to stable/7. > IIRC it should be quite easy to adopt those patches to stable/7. > stable/7 will be out of support in 3 months.

Re: [patch] Re: SU+J on 9.1-RC2 ISO

2012-11-02 Thread Mateusz Guzik
On Fri, Nov 02, 2012 at 02:59:29PM -0400, Gary Palmer wrote: > On Fri, Nov 02, 2012 at 07:41:31PM +0100, Mateusz Guzik wrote: > > On Fri, Nov 02, 2012 at 07:30:04PM +0100, Bas Smeelen wrote: > > > On 11/02/2012 07:17 PM, Bas Smeelen wrote: > > > > On 11/02/20

Re: [patch] Re: SU+J on 9.1-RC2 ISO

2012-11-02 Thread Mateusz Guzik
l/partedit/gpart_ops.c @@ -91,7 +91,7 @@ newfs_command(const char *fstype, char *command, int use_default) "Enable softupdates (default)", 1 }, {"SUJ", "Softupdates journaling",

Re: SU+J on 9.1-RC2 ISO

2012-11-02 Thread Mateusz Guzik
landmine it plants. If they know how > to turn it on they're much more likely to be aware of the issue. > That being said, sure, you may run into another bugs, but if SUJ was enabled by default I guess it was felt that it works well enough (and in case of

Re: stable/9 @r241776 panic: REDZONE: Buffer underflow detected...

2012-10-21 Thread Mateusz Guzik
On Sat, Oct 20, 2012 at 07:10:19AM -0700, David Wolfskill wrote: > This seems ... fairly weird to me. > > Yesterday, I built & booted: > > FreeBSD g1-227.catwhisker.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #274 > 241726M: Fri Oct 19 05:40:05 PDT 2012 > r...@g1-227.catwhisker.org:/usr/obj/u

Re: Wanting to load kernel module linprocfs

2012-09-06 Thread Mateusz Guzik
freebsd32_exec_copyin_args undefined > Sep 6 09:14:02 zfs kernel: linker_load_file: Unsupported file type > > So how do I get freebsd32_exec_copyin_args defined > Most likely: options COMPAT_FREEBSD32 -- Mateusz Guzik ___ freebs

Re: less and vi fail on file whose name begins with +

2012-07-15 Thread Mateusz Guzik
echo). > > I tried vi instead of less, not really wanting to edit the file, > and vi tried to open a temporary file on /tmp with a strange name. > That's expected. -- Mateusz Guzik ___ freebsd-stable@freebsd.org mailing list ht

Re: ggate problem

2012-06-16 Thread Mateusz Guzik
It would be best if you provide: - version of your system - your gg.exports config - exact ggatec command you ran - backtrace from the panic -- Mateusz Guzik ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Jail startup/shutdown broken on latest 9-STABLE

2012-05-24 Thread Mateusz Guzik
On Thu, May 24, 2012 at 06:47:30PM -0600, Jamie Gritton wrote: > On 05/24/12 16:59, Mateusz Guzik wrote: > >On Thu, May 24, 2012 at 04:46:52PM -0600, Jamie Gritton wrote: > >>I'll get the patch to jail(8) in - thanks for catching that. But I > >>wonder about the p

Re: Jail startup/shutdown broken on latest 9-STABLE

2012-05-24 Thread Mateusz Guzik
g said, if this is idea sounds okay, I can try to come up with a patch this weekend. -- Mateusz Guzik ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Jail startup/shutdown broken on latest 9-STABLE

2012-05-24 Thread Mateusz Guzik
On Thu, May 24, 2012 at 06:20:15PM -0400, Mike Jakubik wrote: > On Fri, 2012-05-25 at 00:13 +0200, Mateusz Guzik wrote: > > On Thu, May 24, 2012 at 06:06:50PM -0400, Mike Jakubik wrote: > > > On Thu, 2012-05-24 at 23:22 +0200, Mateusz Guzik wrote: > > > > On Thu, Ma

Re: Jail startup/shutdown broken on latest 9-STABLE

2012-05-24 Thread Mateusz Guzik
On Thu, May 24, 2012 at 06:06:50PM -0400, Mike Jakubik wrote: > On Thu, 2012-05-24 at 23:22 +0200, Mateusz Guzik wrote: > > On Thu, May 24, 2012 at 03:18:54PM -0400, Mike Jakubik wrote: > > > Hello, > > > > > > Latest 9-STABLE has introduced some changes that

Re: Jail startup/shutdown broken on latest 9-STABLE

2012-05-24 Thread Mateusz Guzik
> jails) > Try this: http://student.agh.edu.pl/~mjguzik/patches/jail-startup-shutdown.patch cd /usr/src && patch -p1 < patch && cd usr.sbin/jail && make && make install /usr/src/etc/rc.d/jail script can be just copied over. Note that your /va

Re: panic with overcommit and RACCT

2012-05-13 Thread Mateusz Guzik
lized racct structure, which in turn results in this panic. Can you please test this patch: http://student.agh.edu.pl/~mjguzik/patches/racct-fork.patch ? I was unable to reproduce panic you describe, so it was tested only by manually injecting error. Nevertheless I think you should try it. :)

Re: linux-f10-flashplugin

2011-09-29 Thread Mateusz Guzik
ng, while on FreeBSD it is 104. With recent security patch anything bigger than 104 is disallowed, so support for unix sockets in linuxolator is broken. I propose the following patch: http://student.agh.edu.pl/~mjguzik/linux_sockaddr_un.patch Thanks, -- Mateusz Guzik ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"