search for: _allowed_

Displaying 9 results from an estimated 9 matches for "_allowed_".

Did you mean: _allowed
2016 Apr 20
0
Cannot Run On The Command Line
...9;re the contexts for R and ldpaths: $ ls -lhZ /usr/bin/R /usr/lib64/R/etc/ldpaths system_u:object_r:bin_t:s0 8.6K /usr/bin/R unconfined_u:object_r:lib_t:s0 574 /usr/lib64/R/etc/ldpaths Something weird is that RStudio keeps running as it used to do earlier when R on the command line was still _allowed_ to run. The root's shell gives no error, too. # R --version R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree" The only R-related environment variable that is set is R_LIBS. I'd appreciate any help on this one.
2003 Nov 16
1
[Bug 760] GatewayPorts clarification in _config man pages
...ently be ignored. * It might be good to mention that the "-g" option to ssh is equivalent to GatewayPorts=yes . sshd_config GatewayPorts section * This should be reworded to make clear that GatewayPorts in the server config controls whether or not clients are _allowed_ to request wildcard fowardings, but even with this set to Yes the actual loopback v.s. wildcard setting will be based on the setting requested by the client. * If I my understanding of the port-forwarding process is correct, this setting only applies to "remo...
2010 May 28
1
Two Qs: support special chars in filenames and auditing
Hi experts, Two hopefully quick questions: 1. If I create files with names with special characters, such as ><*:"?\|, on the linux server box, I can see these filenames display just fine. But windows client the special characters do not show up properly. Is there a option to set? I tried: In [global] section: character set = ISO8859-2 client code page = 852
2009 Jul 22
0
grub-0.97/btrfs: [PATCH] against fedora 10
Hello everyone. This is the support for default single-device configuration. Subvolumes are _allowed_. Transparent compression is not allowed. Leafsize != 4K is not allowed. Nodesize != 4K is not allowed. Grub-0.97+btrfs doesn''t understand exotic things like preallocated extents (e.g. files composed by fallocate(2), posix_fallocate(3)). Also grub-0.97 doesn''t check btrfs checksums...
2018 Apr 22
0
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...ngly fix it. Btw. I was pretty much explicit with this reasoning when rejecting the patch. Do you still call that evil? > > he didn't want to fix alloc_pages sleeping when __GFP_NORETRY is used. > > The GFP flags are a mess, still. I do not remember that one but __GFP_NORETRY is _allowed_ to sleep. And yes I do _agree_ gfp flags are a mess which is really hard to get fixed because they are lacking a good design from the very beginning. Fixing some of those issues today is a completely PITA. > > So what should I say? Fix them and > > you won't be evil :-) > >...
2018 Apr 21
4
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Fri, Apr 20, 2018 at 05:21:26PM -0400, Mikulas Patocka wrote: > On Fri, 20 Apr 2018, Matthew Wilcox wrote: > > On Fri, Apr 20, 2018 at 04:54:53PM -0400, Mikulas Patocka wrote: > > > On Fri, 20 Apr 2018, Michal Hocko wrote: > > > > No way. This is just wrong! First of all, you will explode most likely > > > > on many allocations of small sizes. Second,
2018 Apr 21
4
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Fri, Apr 20, 2018 at 05:21:26PM -0400, Mikulas Patocka wrote: > On Fri, 20 Apr 2018, Matthew Wilcox wrote: > > On Fri, Apr 20, 2018 at 04:54:53PM -0400, Mikulas Patocka wrote: > > > On Fri, 20 Apr 2018, Michal Hocko wrote: > > > > No way. This is just wrong! First of all, you will explode most likely > > > > on many allocations of small sizes. Second,
2018 Apr 23
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
.... You can apply the patch and then continue working on GFP_NOIO refactoring as well as before. > > > he didn't want to fix alloc_pages sleeping when __GFP_NORETRY is used. > > > > The GFP flags are a mess, still. > > I do not remember that one but __GFP_NORETRY is _allowed_ to sleep. And > yes I do _agree_ gfp flags are a mess which is really hard to get fixed > because they are lacking a good design from the very beginning. Fixing > some of those issues today is a completely PITA. It may sleep, but if it sleeps regularly, it slows down swapping (because th...
2018 Apr 23
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
.... You can apply the patch and then continue working on GFP_NOIO refactoring as well as before. > > > he didn't want to fix alloc_pages sleeping when __GFP_NORETRY is used. > > > > The GFP flags are a mess, still. > > I do not remember that one but __GFP_NORETRY is _allowed_ to sleep. And > yes I do _agree_ gfp flags are a mess which is really hard to get fixed > because they are lacking a good design from the very beginning. Fixing > some of those issues today is a completely PITA. It may sleep, but if it sleeps regularly, it slows down swapping (because th...