Displaying 20 results from an estimated 684 matches for "cwd".
Did you mean:
cmd
2002 Aug 06
1
stuck in a loop?
Hi Everyone,
Just wondering if anyone has seen anything similar to this:
Jul 28 21:57:30 GATEWAY smbd[6681]: open_directory: unable to stat name =
proc
/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/
cwd/
proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/s
elf/
cwd/proc/self/cwd/proc/self/cwd/proc/self/cwd/proc/
Jul 28 21:57:30 GATEWAY smbd[6681]: [2002/07/28 21:57:30, 0]
smbd/open.c:open_di
rectory(1110...
2006 Apr 17
1
Smbd using too much CPU
...total
Here's an extract from strace -p 13320 -f. I don't understand anything from
it.
----------------------------------------------------------------------------
--------------------------------
gettimeofday({1145270319, 463254}, NULL) = 0
stat64("proc/self/task/13320/cwd/proc/self/task/13320/cwd/proc/self/task/133
20/cwd/proc/self/task/13320/cwd/proc/self/task/13320/cwd/proc/self/task/1332
0/cwd/proc/self/task/13320/cwd/proc/self/task/13320/cwd/proc/2/root/proc/6/c
wd/proc/13123/fd", {st_mode=S_IFDIR|0500, st_size=0, ...}) = 0
fcntl64(13, F_SETLKW64, {type=F_...
2012 Dec 09
1
PCENGINE, Alix2D3, Release 5.2
...se-injail.sh Fri Dec 7 01:37:56 2012
@@ -1,6 +1,6 @@
#!/bin/sh
-export BUILDCONF=/mk-mini.conf
+export MAKECONF=/mk-mini.conf
cd /usr/src
also:
--- build-kernel.sh Wed May 30 11:35:38 2012
+++ /flashboot-master/build-kernel.sh Mon Dec 10 01:20:37 2012
@@ -43,7 +43,7 @@
cp -p ${CWD}/${WORKDIR}/dev-orig/MAKEDEV ${CWD}/${WORKDIR}/dev/MAKEDEV
cd ${CWD}/${WORKDIR}/dev
./MAKEDEV all
-cp -p ${CWD}/$1 ${CWD}/${WORKDIR}/
+#cp -p ${CWD}/$1 ${CWD}/${WORKDIR}/
cp -p ${CWD}/Makefile ${CWD}/${WORKDIR}/
cp -p ${CWD}/build-kernel-injail.sh ${CWD}/${WORKDIR}/
cp -p ${CWD}/list ${CWD}/${...
2015 Jan 01
0
PATH directive
...how_bug.cgi?id=58
> 4_ When the c32 file is explicitly referenced by a relative path, the
> explicitly-referenced c32 file is search-for in such location first,
> where the base for the relative path is the Current Working Directory.
> (Note: this is not the same as searching in the CWD itself.)
Yes, this is the same as for the regular file lookup (see answer to 3.)
> 5_ If the CONFIG directive was used so to change the Working Directory,
> then the _prior_ Working Directory is no longer relevant; only the
> *Current* Working Directory is considered as base for relat...
2014 Dec 19
3
PATH directive
...is search-for in such location first.
4_ When the c32 file is explicitly referenced by a relative path, the
explicitly-referenced c32 file is search-for in such location first,
where the base for the relative path is the Current Working Directory.
(Note: this is not the same as searching in the CWD itself.)
5_ If the CONFIG directive was used so to change the Working Directory,
then the _prior_ Working Directory is no longer relevant; only the
*Current* Working Directory is considered as base for relative paths
where the c32 files are searched-for. The (new) CWD takes precedence
over any...
2006 Jun 07
7
Tunneling in capistrano twice
Hi there,
The default recipe expects you to be able to access your web server
directly from your local machine.
On our web server, for security purposes, it is only possible to ssh
to it through one particular ip (which is also a remote machine.)
The capistrano source is so compact and tidy it looks very hackable.
But rather than messing around I thought I''d ask first if anyone else
2006 Nov 04
2
[ Rails ] Multiple rails apps on 1 host
...f
server.modules = ( "mod_rewrite", "mod_accesslog", "mod_fastcgi",
"mod_compress", "mod_expire", "mod_alias" )
Then I added 1 other thing:
$HTTP["url"] =~ "^/app2" {
alias.url = ( "/app2" => CWD + "/../app2/public" )
server.error-handler-404 = "/dispatch.fcgi"
server.document-root = CWD + "/../app2/public/"
server.errorlog = CWD + "/../app2/log/lighttpd.error.log"
accesslog.filename = CWD + "/../app2/log/lighttpd.access.lo...
2015 Jan 02
2
PATH directive
...gt; > 4_ When the c32 file is explicitly referenced by a relative path, the
> > explicitly-referenced c32 file is search-for in such location first,
> > where the base for the relative path is the Current Working Directory.
> > (Note: this is not the same as searching in the CWD itself.)
>
> Yes, this is the same as for the regular file lookup (see answer to 3.)
>
> > 5_ If the CONFIG directive was used so to change the Working Directory,
> > then the _prior_ Working Directory is no longer relevant; only the
> > *Current* Working Directory i...
2001 May 03
4
ftp question
hello
I have turned on my ftpd via INETD
here is my ftpaccess file. how do I disallow anonymous ftp
------------------------------
class all real,guest,anonymous *
email root@localhost
loginfails 5
readme README* login
readme README* cwd=*
message /welcome.msg login
message .message cwd=*
compress yes all
tar yes all
chmod no guest,anonymous
delete no guest,anonymous
overwrite no guest,anonymous
rename no guest,anonymous
log transfers anonymous,real inbo...
2015 Jan 13
1
PATH directive
...As
> such it must always contain the root directory."
>
> > For paths (in a cfg or in CLI) other than in the PATH directive: any
> > path not prefixed with a slash character (nor with a colon character,
> > indicating a TFTP root) is to be parsed as relative to the CWD. But...
> >
> > For the PATH directive (only), the following (alternative) lines:
> >
> > _ PATH some/path
> > _ PATH /some/path
> > _ PATH some/path/
> > _ PATH /some/path/
> >
> > tested separately / independently (not together / not si...
2006 Jul 14
4
Rails Lighttpd Issue on Fedora
..."0.0.0.0"
server.port = 80
server.modules = ( "mod_rewrite", "mod_accesslog",
"mod_fastcgi", "mod_compress", "mod_expire", "mod_cgi" )
server.error-handler-404 = "/dispatch.fcgi"
server.document-root = CWD + "/public/"
server.errorlog = CWD + "/log/lighttpd.error.log"
accesslog.filename = CWD + "/log/lighttpd.access.log"
url.rewrite = ( "^/$" => "index.html", "^([^.]+)$" =>
"$1.html" )
compress...
2019 Apr 17
0
[Bug 13901] New: Empty quotes adds cwd to SRC directories
...9;s also pretty hard to discover because a null argument is literally
invisible.
Joe
On 4/17/19 9:54 AM, just subscribed for rsync-qa from bugzilla via rsync
wrote:
> https://bugzilla.samba.org/show_bug.cgi?id=13901
>
> Bug ID: 13901
> Summary: Empty quotes adds cwd to SRC directories
> Product: rsync
> Version: 3.1.3
> Hardware: x64
> OS: Linux
> Status: NEW
> Severity: normal
> Priority: P5
> Component: core
> Assignee: wayne at openc...
2007 Dec 22
0
another buglet in OSX dtrace? - cwd value
On Solaris 10, dtrace''s cwd yields a full path name:
# dtrace -n ''syscall:::entry { printf("%s", cwd); }''
0 1685 pollsys:entry /
0 1381 write:entry /data/homes/guest/rdm
...
On OSX, it yields just a directory name:
# dtrace -n ''syscall:::entry { printf("...
2001 Jul 25
1
[PATCH]: sftp: Avoid paths beginning with "//"
Hi,
the following patch has been suggested by Mark Bradshaw
<bradshaw at staff.crosswalk.com>.
The simple concatenation of filenames in sftp client and server
results in creating filenames beginning with double slashes
when the cwd is the root directory:
cwd: "/bar/baz"
file: "foo"
cwd + "/" + file = "/bar/baz/foo"
cwd: "/"
file: "foo"
cwd + "/" + file = "//foo"
While that's no problem on U*X based OSes, it's a problem at least...
2006 Mar 24
3
1.1RC and Lighttpd
...e timetracker for myself.
Amongst other things (don''t have a model called Task as it conflicts
with Rake at the moment, don''t have a model called Action as it
disappears in the hash when you submit a form :-), I had to use Webrick
as Lighty complained about an unknown variable CWD.
This looks to have been added to make the fcgi path absolute rather than
relative, but I get an error because it''s not set.
I can''t figure out how to do a fulltext search in Trac to see if it''s
been reported. A simple Browser find on the faults lists didn''t...
2002 Oct 28
2
glmm for binomial data? (OT)
A while ago (April 2002) there was a short thread on software for generalized
linear mixed models.
Since that time, has anyone written or found R code to use a glmm to analyze
binomial data? I study CWD in white-tailed deer, and I'd like to do a
similar analysis as Kleinschmidt et al. (2001, Am. J. Epidemiology 153:
1213-1221) used to assess control for spatial structure in malaria incidence
in South Africa. They used SAS PROC MIXED in an iterative procedure with a
poisson model, although...
2019 Apr 17
3
[Bug 13901] New: Empty quotes adds cwd to SRC directories
https://bugzilla.samba.org/show_bug.cgi?id=13901
Bug ID: 13901
Summary: Empty quotes adds cwd to SRC directories
Product: rsync
Version: 3.1.3
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: daniel at grunds...
2006 Nov 13
3
Lighttpd Problems
...error, "invalid value field" doesn''t seem to shoe up much in
google, but no matter what I change or purposefully mess up in my
lighttpd.conf file, that''s the only error I ever get.
The location it''s referring to (line: 11 pos: 28) is the first
appearnace of CWD in the config file. Here is line 11:
server.document-root = CWD + "/public/"
I''m using lighttpd version 1.4.13, so CWD should not be a problem. I
have a feeling that I''ve messed something up badly, but I can''t track
anything down.
HELP!!
--
Posted via...
2013 Feb 22
1
menu.c32 and changing CWD
Hello Syslinux ML,
According to the documentation, the following command:
COM32 menu.c32 file1.cfg file2.cfg
loads both, file1.cfg and file2.cfg, using menu.c32.
Is there any way to simultaneously load those cfg files AND change
the CWD (similarly as the second argument of the CONFIG directive
does) while still using the "COM32 menu.c32" command?
TIA,
Ady.
2012 Jul 25
7
cwd dot folders
Hi,
I am trying to
exec { myexectest:
path => "/bin:/usr/bin:/usr/sbin",
cwd => "/home/user/.ssh",
command =>"echo test > test.txt",
onlyif => "test -f test.txt"
}
it doesnt work any clues why? I think it cannot change directory to a DOT
directory
please HELP!!
--Nikos Hatzopoulos
--
You received this mes...