search for: pathlist

Displaying 4 results from an estimated 4 matches for "pathlist".

Did you mean: patchlist
2007 Apr 16
1
CentOS 5.0 install fails every time.
...emp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path Unable to find temp path, going to use ramfs path ... I tracked it down to this code in Anaconda... <code> def getTempPath(self): root = self.rootPath pathlist = [ "/var/tmp", "/tmp", "/." ] tmppath = None for p in pathlist: if (os.access(root + p, os.X_OK)): tmppath = root + p + "/" break if tmppath is None: log("Unable to find temp path, going to use ramfs...
2018 Mar 01
3
Feedback request on a tentative proposal to enhance smb.conf symlink-related params
As mentioned in another thread, I notice that the params used to control symlinks feel a bit inefficient and inelegant, and quite limited. I think there might be a good opportunity to simplify and also make their management in Samba more powerful and adaptable to use-cases. I'm guessing this list is a good enough starting point to propose a smb.conf param change to this area and see what
2009 Sep 11
2
[PATCH] generator.ml: Fix string list memory leak
Parsed string lists are allocated by malloc, but were never freed. --- src/generator.ml | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/generator.ml b/src/generator.ml index 7571f95..c72c329 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -6320,7 +6320,7 @@ and generate_fish_cmds () = | OptString n | FileIn n |
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...glamor: Fix missing declaration in dash vertex shader Emil Velikov (27): xfree86: remove unused path from the LoadModule API xfree86: remove references to LoadSubModule's path from the doc xfree86: remove dummy/dead function prototype for LoadDriver xfree86: flatten pathlist management in the loader glamor: remove no longer needed KHR_gl_texture_2D_image requirement glamor: update "required EGL extensions" comment glx: fix typo becuase -> because glx: don't export __glXDRISWRastProvider glx: remove unused GlxSetVisualConfi...