search for: pdir

Displaying 8 results from an estimated 8 matches for "pdir".

Did you mean: dir
2001 Apr 06
3
SFTP client script broken after OpenSSH 2.5.1p1 to 2.5.2p2-1
...ransfer a file to another server using PK authentication. It was working until I upgraded from OpenSSH 2.5.1p1 to 2.5.2p2-1 yesterday (on a RH Linux 6.2 system). The sftp command is: sftp -o "IdentityFile ~/.ssh/id_dsa" \ $PUSERNAME@$PSERVER >$TEMPFILE 2>&1 <<-! cd $PDIR put $DOC_ARCHIVE ls quit ! Now when I run the script in test mode where it logs into an account on the same box the script appears to ignore the current directory set by the "cd" command and will "put" the file in the home directory of PUSERNAME. I checked to make sure $PD...
2016 Feb 10
0
Method from package dependency is not updated due to lazy load?
...issues due to version discrepancy. Thank you. Bests, Renaud ## Code library(devtools) unlink('test', recursive = TRUE) dir.create('test/lib', recursive = TRUE) # create packages createA <- function(version){ dir.create(file.path('test', version), recursive = TRUE) pdir <- file.path('test', version, 'pkgA') create(pdir, list(Depends = 'methods'), rstudio = FALSE) cat(sprintf(" setGeneric('genericA', function(x) standardGeneric('genericA')) setMethod('genericA', 'missing', function(x) 'A-%s...
2006 Oct 05
0
[Bug 521] New: [patch] - some changes to runme script
...ents = sort grep {!/^(\.\.?|CVS|\.svn)$/} readdir(DIR); + my @dents = sort grep {!/^(\.\.?|CVS|\.svn|#?.*~)$/} readdir(DIR); closedir(DIR); foreach my $dent (@dents) { my $fullpath = "$dir/$dent"; @@ -486,7 +486,7 @@ # get list of source files that we'd need to copy opendir(PDIR, $patchdir) or croak "unable to open patchdir $patchdir: $!"; - my @dents = sort readdir(PDIR); + my @dents = sort grep {!/^(\.\.?|CVS|\.svn|#?.*~)$/} readdir(PDIR); closedir(PDIR); foreach my $pf (@dents) { @@ -494,7 +494,6 @@ my $ver; my $oldpwd; - next if $pf =...
1998 Sep 09
0
"session was cancelled" on large file xfers
...ock break request to pid 10448 on port 62848 for dev = 800008, inode = f56e 1998/09/09 16:29:11 request_oplock_break: broke oplock. get_share_modes Read share mode 0x20 pid=10448 get_share_modes: file with dev 8388616 inode 62830 -> 1 entries open_file_shared: breaking oplock (3) on file pdir/dvlp/products/Sales Tools/tlvns2.ppt, dev = 800008, inode = f56e 1998/09/09 16:29:11 request_oplock_break: sending a oplock break message to pid 10448 on port 62848 for dev = 800008, inode = f56e 1998/09/09 16:29:43 request_oplock_break: no response received to oplock break request to pid 10448...
2003 Jul 21
9
I've always HATED printing with Samba
Primarily because I've never gotten it to work despite frequent efforts. Offeding printer is a Lexmark Z53 (supposedly fully supported) and when ever I try to add it to an XP box I get "Server doesn't have the right driver, do you wish to upload the driver?" then when I do it says "Cannot connect to the printer. Contact your network administrator yatta yatta
2003 Aug 22
3
PAE removal patch for testing
...@@ #include <sys/user.h> -#include <machine/cpu.h> #include <machine/cputypes.h> #include <machine/md_var.h> #include <machine/specialreg.h> @@ -162,16 +128,16 @@ * Get PDEs and PTEs for user/kernel address space */ #define pmap_pde(m, v) (&((m)->pm_pdir[(vm_offset_t)(v) >> PDRSHIFT])) -#define pdir_pde(m, v) (m[(vm_offset_t)(v) >> PDRSHIFT]) +#define pdir_pde(m, v) (m[(vm_offset_t)(v) >> PDRSHIFT]) -#define pmap_pde_v(pte) ((*pte & PG_V) != 0) -#define pmap_pte_w(pte) ((*pte & PG_W) != 0) -#define pmap_pte_m(pte) ((*...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...Ave, Cambridge, MA 02139, USA. + * + * Send feedback to zach@vmware.com + * + */ + +#ifndef _MACH_PGALLOC_H +#define _MACH_PGALLOC_H + +#define mach_setup_pte(pfn) +#define mach_release_pte(pfn) + +#define mach_setup_pmd(pfn) +#define mach_release_pmd(pfn) + +#define mach_setup_pgd(pfn, root, base, pdirs) +#define mach_release_pgd(pfn) + +#define mach_map_linear_pt(num, ptep, pfn) +#define mach_map_linear_range(start, pages, pfn) + +#endif /* _MACH_PGALLOC_H */ Index: linux-2.6.16-rc5/include/asm-i386/mach-vmi/pgtable-2level-ops.h ===================================================================...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...Ave, Cambridge, MA 02139, USA. + * + * Send feedback to zach@vmware.com + * + */ + +#ifndef _MACH_PGALLOC_H +#define _MACH_PGALLOC_H + +#define mach_setup_pte(pfn) +#define mach_release_pte(pfn) + +#define mach_setup_pmd(pfn) +#define mach_release_pmd(pfn) + +#define mach_setup_pgd(pfn, root, base, pdirs) +#define mach_release_pgd(pfn) + +#define mach_map_linear_pt(num, ptep, pfn) +#define mach_map_linear_range(start, pages, pfn) + +#endif /* _MACH_PGALLOC_H */ Index: linux-2.6.16-rc5/include/asm-i386/mach-vmi/pgtable-2level-ops.h ===================================================================...