search for: getpath

Displaying 20 results from an estimated 35 matches for "getpath".

Did you mean: get_path
2001 May 24
1
chroot sftp-server [PATCH]
I'm working on setting up a semi-trusted sftp service, and to get it working, I need chroot capability. I've taken the /./ wuftpd magic token code from contrib/chroot.diff and put it into the sftp server. The main problem is that privileges have been dropped by the time the subsystem is exec'ed, so my patch requires that sftp-server be setuid root. Not ideal, I know, but I drop all
2011 Jun 09
0
Samba on RHEL 6: Permission denied when mounting FUSE partition
...Fuse Debug Output Under RHEL 5: 2011-06-02 16:38:11,979 DEBUG FuseMethodsInvoker:370 - Entering getattr_pre with path '/' 2011-06-02 16:38:11,980 DEBUG FuseMethodsInvoker:349 - Root, so we have to display all subfolders. 2011-06-02 16:38:11,980 DEBUG FuseMethodsInvoker:393 - GetPath User is '/' 2011-06-02 16:38:11,980 DEBUG FuseMethodsInvoker:401 - PathInfo for root is '0' 2011-06-02 16:38:11,980 DEBUG GetPathInfo:51 - Entering root and returning immediately with conf users: 3 2011-06-02 16:38:11,981 DEBUG GetPathInfo:75 - Mode is 16877 2011-06-02 16:38:11...
2001 Dec 07
2
[Possible BUG]: Wine-20011108
...id operator = (const char *); void operator = (const URLParser& src); const char *GetHost (void) const { return host; } unsigned int GetPort (void) const { return port; } const char *GetUser (void) const { return user; } const char *GetPass (void) const { return pass; } const char *GetPath (void) const { return path; } Schema GetSchema (void) const; }; #endif -------------- next part -------------- #include <stdio.h> #include "URLParser.h" int main (int argc, char *argv) { printf("Setting the URL base path to: %s\n", URLParser::dos_path_to_url_path (&...
2006 May 02
4
Indexing Speed?
Hi all, Have been looking at lucene and ferret. Have noticed that ferret takes ~463 seconds to index 200Mb of docs, whereas lucene takes ~60 seconds. I''m using the standard "get you started" sort of code provided by both libraries. My ruby code is: (abridged) @index = Index::Index.new(:path => inIndexPath) def createIndex(inRepositoryPath)
2010 Nov 12
0
[LLVMdev] Collapse OBJC_CLASSLIST_REFERENCES globals in llvm-link?
...0) ) { std::vector<ObjectFile::Reference*>& references = this->getReferences(); if ( references.size() != 1 ) throwf("__objc_classrefs element missing reloc (count=%ld) for target class in %s", references.size(), fOwner.getPath()); const char* targetName = references[0]->getTargetName(); if ( strncmp(targetName, "_OBJC_CLASS_$_", 14) == 0 ) asprintf((char**)&fSynthesizedName, "objc-class-ref-to-%s", &targetName[14]); els...
2012 Oct 05
0
Bug#678723: i got same and found the reson
i just found a bug from xapi code network_utils.ml: let is_physical name = try let link = Unix.readlink (getpath name "device") in (* filter out device symlinks which look like /../../../devices/xen-backend/vif- *) not(List.mem "xen-backend" (String.split '/' link)) with _ -> false i use xcp + ubuntu 12.04, in my /sys/class/net/ dir it looks like: drwxr-xr-x 2 root...
2012 Oct 05
0
is_physical bug in xapi
hi all, i just found a bug from xapi code network_utils.ml: let is_physical name = try let link = Unix.readlink (getpath name "device") in (* filter out device symlinks which look like /../../../devices/xen-backend/vif- *) not(List.mem "xen-backend" (String.split ''/'' link)) with _ -> false i use xcp + ubuntu 12.04, in my /sys/class/net/ dir it looks like: drwxr-xr-x...
2013 Sep 05
2
[LLVMdev] [lld] Modeling ELF FileNodes/ControlNodes (Group's) in lld
Hi Nick, These are the below modifications needed in lld to start processing groups :- 1) LinkerInput would be moved to FileNode that contains the following functions - getBuffer - takeBuffer - getPath 2) The driver will process the vector of InputElements and call /*process */on each of them. process() would create a lld::File object within the InputElement if its a FileNode process() would create a vector of lld::File objects within the InputElement if its a ControlNode 3) The...
2010 Sep 01
0
[LLVMdev] "Cannot fine DIE"
On Wed, Sep 1, 2010 at 8:31 AM, Talin <viridia at gmail.com> wrote: > On Wed, Sep 1, 2010 at 5:31 AM, Jonas Maebe <jonas.maebe at elis.ugent.be>wrote: > >> >> On 01 Sep 2010, at 08:47, Talin wrote: >> >> > Once again, I have no idea what this means or how to go about >> > debugging it. >> > This is my biggest frustration with
2011 Jul 07
5
[PATCH v1 0/2] Btrfs-progs: commands "resolve inode" and "resolve logical"
The kernel patch series just sent (Subject: "Btrfs: scrub: print path to corrupted files and trigger nodatasum fixup") introduces two new ioctls to do in-kernel filesystem path construction. This series provides the corresponding userspace changes, adding two new commands to the btrfs utility: -- btrfs resolve inode [-v] <inode> <path> resolves an <inode> to all
2011 Mar 11
4
Any existing functions for reading and extracting data from path names?
Hi helpeRs, I have inherited a set of data files that use the file system as a sort of poor man's database, i.e., the data files are nested in directories that indicate which city they come from. For example: dir.create("deleteme") for(i in paste("deleteme", c("New York", "Los Angeles"), sep="/")) { dir.create(i) for(j in
2011 Jul 08
0
Wine release 1.3.24
...e EGA palette from the default palette. Jacek Caban (24): mshtml: Make sure we always create nsWineURI with valid IUri. mshtml: Get rid of wine_url in nsWineURI object. mshtml: Added IUri-based nsIURI::SetPort implementation. urlmon: Use CoInternetParseIUri instead of IUri::GetPath in file protocol handler implementation. include: Added wpcapi.idl. widl: Insert standard windows.h and ole2.h includes to generated headers. d3dx9math.h: Removed duplicated D3DXMatrixOrthoLH declaration. d3d10.idl: Added CD3D10_TEXTURE2D_DESC and CD3D10_BUFFER_DESC declarat...
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing. My residual doubts center around the question whether we still do/want to support (un)compressed *byte*code in 2.0/2.1. I need a definitive word on this to proceed. My understanding is that bytecode is already gone, but there are still some functions/enums that really deal with *byte*code (instead of *bit*code). I did not touch those areas, so the attached
2008 Mar 27
2
Samba Share Mounts with Java
Hello, I am developing a Java application that requires me to read from and write to a samba share. When developing in a windows environment this was not a problem. I mounted the share as "M:/", built a path to a file, checked if the file exists using the Java function file.exists(), and went on my merry way. Now I am developing in a Linux environment(SuSE 10). I mount the samba
2017 Sep 29
0
Wine release 2.18
...l3/httpreq: Added ISupportErrorInfo stub. Stefan Dösinger (2): include: CHOOSECOLOR.lCustData is an LPARAM. ntdll: Do not queue a completion status if pipe ops fail synchronously. Vincent Povirk (5): shell32: Support SFGAO_LINK in unix shell namespace. shell32: IShellLink::GetPath returns S_FALSE if there's no path. shell32: Set shelllink path when setting pidl. shell32/tests: Setting a PIDL with no path resets the path. shell32: Add support for find data in IShellLink:GetPath. Zebediah Figura (11): msi: Don't execute a deferred custom action...
2010 Sep 01
2
[LLVMdev] "Cannot fine DIE"
On Wed, Sep 1, 2010 at 5:31 AM, Jonas Maebe <jonas.maebe at elis.ugent.be>wrote: > > On 01 Sep 2010, at 08:47, Talin wrote: > > > Once again, I have no idea what this means or how to go about > > debugging it. > > This is my biggest frustration with DIFactory - there's absolutely > > no way to > > verify that the DWARF debugging information that
2013 Sep 05
0
[LLVMdev] [lld] Modeling ELF FileNodes/ControlNodes (Group's) in lld
...swaran <shankare at codeaurora.org> wrote: > Hi Nick, > > These are the below modifications needed in lld to start processing groups :- > > 1) LinkerInput would be moved to FileNode that contains the following functions > - getBuffer > - takeBuffer > - getPath > > 2) The driver will process the vector of InputElements and call process on each of them. > process() would create a lld::File object within the InputElement if its a FileNode > process() would create a vector of lld::File objects within the InputElement if its a ControlNo...
2012 Feb 24
0
Wine release 1.4-rc5
...n ExtFloodFill when the DIB doesn't have a clip region. gdi32: Don't paint the text rectangle in transparent mode unless a rectangle is explicitly specified. gdi32: Avoid overflows for invalid coordinates in line clipping. wineps: Convert path points to device coords since GetPath returns logical coords. comdlg32: Avoid crash when driver name doesn't contain a backslash. gdi32: Use 64-bit values when computing ellipses to avoid overflows. gdi32: Avoid using uninitialized value in DIB pattern enhmetafile record. Andrew Eikum (1): wineoss.drv: Fix...
2007 Mar 28
0
[924] branches/wxruby2/wxwidgets_282: Changes 2.6 -> 2.8 Wx API; remove deprecated methods and update doc
...l. </span><span class="cx"> </span><span class="lines">@@ -33,10 +35,8 @@ </span><span class="cx"> * "DirDialog.new":#DirDialog_new </span><span class="cx"> * "DirDialog#get_path":#DirDialog_getpath </span><span class="cx"> * "DirDialog#get_message":#DirDialog_getmessage </span><del>-* "DirDialog#get_style":#DirDialog_getstyle </del><span class="cx"> * "DirDialog#set_message":#DirDialog_setmessage </span&g...
2013 Sep 04
0
[LLVMdev] [lld] Modeling ELF FileNodes/ControlNodes (Group's) in lld
On Sep 4, 2013, at 2:32 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > On 9/4/2013 4:04 PM, Nick Kledzik wrote: >> I do think we have too many classes. > Agree. >> I thought InputGraph was going to replace InputFiles. > Interesting idea. >> It seems link LinkerInput could be merged into FileNode. > Agree. >> >> Originally InputFiles