Displaying 20 results from an estimated 22 matches for "start_dir".
2005 Jun 03
2
unix_convert problem?
...nix_convert begin: name = Data/8WBS0043.TMP, dirpath = Data, start =
8WBS0043.TMP
[2005/06/03 10:34:11, 5] smbd/filename.c:unix_convert(328)
New file 8WBS0043.TMP
[2005/06/03 10:34:11, 5] smbd/trans2.c:call_trans2findfirst(1412)
dir=Data, mask = 8WBS0043.TMP
[2005/06/03 10:34:11, 5] smbd/dir.c:start_dir(334)
start_dir dir=Data
[2005/06/03 10:34:11, 3] smbd/dir.c:dptr_create(491)
creating new dirptr 256 for path Data, expect_close = 1
[2005/06/03 10:34:11, 4] smbd/trans2.c:call_trans2findfirst(1442)
dptr_num is 256, wcard = 8WBS0043.TMP, attr = 22
[2005/06/03 10:34:11, 5] smbd/trans2.c:call_t...
2004 Jun 10
1
[Bug 1455] Make -x skip a "bind" mount point to the same filesystem
...#39;ve changed this bug to an enhancement request.
Your best bet for a quick fix is to use some explicit excludes. One way is to
use a perl script to automatically create an exclude list from the /proc/mounts
file, like this one (name this "mntexcl"):
#!/usr/bin/perl -w
use strict;
my $start_dir = shift;
$start_dir =~ s#^([^/])#$ENV{'PWD'}/$1#;
my($prefix, $suffix) = $start_dir =~ m#^(.*/)([^/]*)$#;
open(IN, '/proc/mounts') or die $!;
while (<IN>) {
$_ = (split)[1];
next unless s#^\Q$prefix\E##o && $_ ne '';
next if $suffix ne '' &a...
2005 Apr 12
5
File listing problems in 3.0.13
Over the weekend I upgraded my IRIX servers to 3.0.13 and have found many
strange issues regarding the creation of new folders.
When I attempt to add a new folder through the Windows side I get an immediate
error dialog box stating "You may not be able to access file created in the
folder X:\New Folder."
When I select to continue the folder is created, looking on the IRIX side the
2014 Oct 21
3
Re: [PATCH v5 1/7] tests: Introduce test harness for running tests.
...t would be even clearer/better, just have a --uninstalled
parameter to explicitly turn the runner into that mode, without
implicit logic.
> + (* If installed, then we cannot write to the phony guests directory. *)
> + let phonydir =
> + if running_in_builddir then (
> + match start_dir with
> + | TopDir ->
> + relative_path_to_absolute "tests/guests"
> + | PhonyGuestsDir ->
> + relative_path_to_absolute "."
> + | Dir (dir, _) ->
> + let top_builddir = ref ".." in
> + for i = 0 t...
2003 Dec 07
2
Single File Delete/Directory Listing on Windows ME
Hi;
I'm having a really odd problem with some Windows ME stations connected to a
Samba server. From a command prompt on the ME stations, I do the following:
dir *.*
This works as expected, all the files in the directory are displayed. I
then do:
dir test.txt
And I get:
General failure reading drive G
Abort, Retry, Fail.
The directory contains the file, and the file shows up in a full
2014 Oct 03
0
[PATCH v3] tests: Introduce test harness for running tests.
...dir dir f =
+ let olddir = getcwd () in
+ chdir dir;
+ let r = try Either (f ()) with exn -> Or exn in
+ chdir olddir;
+ match r with
+ | Either r -> r
+ | Or exn -> raise exn
+
+(* Timeout settings. *)
+let timeout_period = "4h"
+and timeout_kill = "30s"
+
+type start_dir =
+| TopDir (* top dir - run all the tests *)
+| PhonyGuestsDir (* phony guests dir *)
+| Dir of string * test (* a test directory *)
+
+let () =
+ let home =
+ try Sys.getenv "HOME"
+ with Not_found ->
+...
2014 Oct 05
0
[PATCH v5 1/7] tests: Introduce test harness for running tests.
...dir dir f =
+ let olddir = getcwd () in
+ chdir dir;
+ let r = try Either (f ()) with exn -> Or exn in
+ chdir olddir;
+ match r with
+ | Either r -> r
+ | Or exn -> raise exn
+
+(* Timeout settings. *)
+let timeout_period = "4h"
+and timeout_kill = "30s"
+
+type start_dir =
+| TopDir (* top dir - run all the tests *)
+| PhonyGuestsDir (* phony guests dir *)
+| Dir of string * test (* a test directory *)
+
+let () =
+ let home =
+ try Sys.getenv "HOME"
+ with Not_found ->
+...
2015 Aug 06
0
[PATCH v4 01/17] tests: Introduce test harness for running tests.
...dir dir f =
+ let olddir = getcwd () in
+ chdir dir;
+ let r = try Either (f ()) with exn -> Or exn in
+ chdir olddir;
+ match r with
+ | Either r -> r
+ | Or exn -> raise exn
+
+(* Timeout settings. *)
+let timeout_period = "4h"
+and timeout_kill = "30s"
+
+type start_dir =
+| TopDir (* top dir - run all the tests *)
+| PhonyGuestsDir (* phony guests dir *)
+| Dir of string * test (* a test directory *)
+
+let () =
+ let home =
+ try Sys.getenv "HOME"
+ with Not_found ->
+...
1999 May 27
0
Diagnosis Test Pass, But...
...e = *, dirpath = , start = *
[1999/05/27 13:17:01, 5] smbd/filename.c:unix_convert(588)
New file *
[1999/05/27 13:17:01, 3] lib/util.c:unix_clean_name(609)
unix_clean_name [*]
[1999/05/27 13:17:01, 5] smbd/trans2.c:call_trans2findfirst(717)
dir=./, mask = *
[1999/05/27 13:17:01, 5] smbd/dir.c:start_dir(336)
start_dir dir=./
[1999/05/27 13:17:01, 3] lib/util.c:unix_clean_name(609)
unix_clean_name [./]
[1999/05/27 13:17:01, 3] smbd/dir.c:dptr_create(474)
creating new dirptr 256 for path ./, expect_close = 1
[1999/05/27 13:17:01, 4] smbd/trans2.c:call_trans2findfirst(747)
dptr_num is 256, wc...
2004 Jan 09
0
large file pre-allocation causing Windows error
...04/01/09 10:07:37, 8] lib/util.c:is_in_path(1477)
is_in_path: no name list.
[2004/01/09 10:07:37, 3] lib/util.c:unix_clean_name(580)
unix_clean_name [VIDEO/2003-1/*]
[2004/01/09 10:07:37, 5] smbd/trans2.c:call_trans2findfirst(993)
dir=VIDEO/2003-1, mask = *
[2004/01/09 10:07:37, 5] smbd/dir.c:start_dir(334)
start_dir dir=VIDEO/2003-1
[2004/01/09 10:07:37, 8] lib/util.c:is_in_path(1473)
is_in_path: VIDEO/2003-1
[2004/01/09 10:07:37, 8] lib/util.c:is_in_path(1477)
is_in_path: no name list.
[2004/01/09 10:07:37, 3] lib/util.c:unix_clean_name(580)
unix_clean_name [VIDEO/2003-1]
[2004/01/09 10...
2004 Jul 21
2
strange DOS-Error 58
Hi,
based on Bart Lagerweij's ( www.nu2.nu ) bootdisk, I've created a small
DOS system that users can start by booting from network ( PXE ). The
system is configured to map a network drive from a Suse 9.0 Pro / Samba
server with various tools on it. The connection is anonymous.
Until recently everything worked fine but suddenly there are strange
errors:
When I try to launch an EXE from
1998 Feb 21
14
Problems with samba
...????????.???]
unix_convert(./~Q9/????????.???,121)
checking log. for 8.3
Mangling name LOG. to ~2M
checking hosts for 8.3
Mangling name HOSTS to ~62
checking kituri for 8.3
Mangling name KITURI to ~Q9
New file ????????.???
unix_clean_name [./kituri/????????.???]
mask=????????.??? directory=./kituri
start_dir cnum=121 dir=./kituri
unix_clean_name [./kituri]
creating new dirptr 1 (0x803bf30) for path ./kituri, expect_close = 0
dptr_num is 1
checking . for 8.3
mmatch [.] [????????.???] 1
get_dir_entry found ./kituri/. fname=.
checking .. for 8.3
mmatch [..] [????????.???] 1
get_dir_entry found ./kituri/.....
2005 Nov 27
0
Problems running Samba on RHEL4U2
...31806, 2100), real(31806, 0)] smbd/filename.c:unix_convert(328)
New file *
[2005/11/25 13:13:28, 5, pid=18199, effective(31806, 2100), real(31806, 0)] smbd/trans2.c:call_trans2findfirst(1412)
dir=./, mask = *
[2005/11/25 13:13:28, 5, pid=18199, effective(31806, 2100), real(31806, 0)] smbd/dir.c:start_dir(334)
start_dir dir=./
[2005/11/25 13:13:28, 3, pid=18199, effective(31806, 2100), real(31806, 0)] smbd/dir.c:dptr_create(491)
creating new dirptr 256 for path ./, expect_close = 1
[2005/11/25 13:13:28, 4, pid=18199, effective(31806, 2100), real(31806, 0)] smbd/trans2.c:call_trans2findfirst(1442...
2014 Oct 05
12
[PATCH v5 0/7] tests: Introduce test harness for running tests.
Since v4:
- More tests have been converted.
- Testing local guests fixed.
- Drop no-exec-stack test.
2014 Oct 04
4
[PATCH v4 0/4] tests: Introduce test harness for running tests.
This converts more of the tests (basically everything under tests/) to
use the test harness, revealing some problems which have subsequently
been fixed.
Rich.
2014 Oct 23
10
[PATCH v6 00/10] tests: Introduce test harness for running tests.
For v6:
This is mainly just a rebase, but I have also added tests in the
ocaml/ language bindings directory, and for all the OCaml-written virt
tools.
Rich.
2014 Oct 24
10
[PATCH v7 00/10] tests: Introduce test harness for running tests.
v7:
The only changes since v6 are those suggested by Pino in the review
of v5.
2015 Jul 28
10
[PATCH 00/10] tests: Introduce test harness for running tests.
I should probably start by saying this patch series isn't ready for
review yet.
This patch series adds a test harness to libguestfs. It allows us to
run the tests outside the ordinary 'make check' path in the build
tree. In particular, you can use this to run tests when libguestfs
has been installed. 'make check' and the other 'make check-*' rules
still work.
The
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3:
- A large number of fixes, especially for running the tests on
installed libguestfs.
- Fixed EXTRA_DIST rules throughout.
- Extra patch 17/17 which is a tidy-up of the generated XML
listing guests.
Rich.
2004 Apr 20
0
samba locking problem
...: match not found
[2004/03/02 15:04:38, 3] lib/util.c:unix_clean_name(580)
unix_clean_name [cfenton/Butzlaff/Wettbewerb Stifterverband/*]
[2004/03/02 15:04:38, 5] smbd/trans2.c:call_trans2findfirst(993)
dir=cfenton/Butzlaff/Wettbewerb Stifterverband, mask = *
[2004/03/02 15:04:38, 5] smbd/dir.c:start_dir(334)
start_dir dir=cfenton/Butzlaff/Wettbewerb Stifterverband
[2004/03/02 15:04:38, 8] lib/util.c:is_in_path(1473)
is_in_path: cfenton/Butzlaff/Wettbewerb Stifterverband
[2004/03/02 15:04:38, 8] lib/util.c:is_in_path(1500)
is_in_path: match not found
[2004/03/02 15:04:38, 3] lib/util.c:unix_c...