search for: chdir

Displaying 20 results from an estimated 1026 matches for "chdir".

2010 Jun 26
2
[PATCH] Fix COM32 chdir()
From: Gene Cumm <gene.cumm at gmail.com> Fix COM32 chdir() since it's implemented in the core. Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- diff --git a/com32/lib/chdir.c b/com32/lib/chdir.c index 6a365f3..4bd4c84 100644 --- a/com32/lib/chdir.c +++ b/com32/lib/chdir.c @@ -8,10 +8,5 @@ int chdir(const char *path) { - /* Actuall...
2005 Jan 25
0
BackupPc_nightly crashing with Perl chdir errors
...05-01-25 01:30:01 Running BackupPC_nightly 64 127 (pid=370) 2005-01-25 01:30:01 Running BackupPC_nightly 128 191 (pid=371) 2005-01-25 01:30:01 Running BackupPC_nightly 192 255 (pid=372) 2005-01-25 01:30:01 Next wakeup is 2005-01-25 02:00:00 2005-01-25 01:30:01 admin : Use of uninitialized value in chdir at /usr/lib/perl5/5.8.4/File/Find.pm line 741. 2005-01-25 01:30:01 admin : Use of chdir('') or chdir(undef) as chdir() is deprecated at /usr/lib/perl5/5.8.4/File/Find.pm line 741. 2005-01-25 01:30:01 admin : Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/5.8.4...
2005 Aug 23
2
I can't access Linux shared folder from Windows XP.
...lepsza wyszukiwarka. >>> >>> http://link.interia.pl/f18ae -------------- next part -------------- [2005/08/24 00:49:59, 0] smbd/service.c:make_connection(800) tablet-pc (172.16.0.2) couldn't find service backu [2005/08/24 00:50:00, 0] smbd/service.c:set_current_service(51) chdir (/mnt/hdb2/backup) failed [2005/08/24 00:50:03, 0] smbd/service.c:set_current_service(51) chdir (/mnt/hdb2/backup) failed [2005/08/24 00:50:03, 0] smbd/service.c:set_current_service(51) chdir (/mnt/hdb2/backup) failed [2005/08/24 00:50:03, 0] smbd/service.c:set_current_service(51) chdir (/mnt...
1998 Jul 08
0
Error connecting Win95 box to Linux.
...I can descend into this share from a WinNT box just fine, but get the following error messages from a Win95 box. Thank you all in advance, -Jon Charette --------- Start log at debug level 4 ---------------------- 1998/07/08 13:20:22 Transaction 52 of length 47 switch message SMBgetatr (pid 9125) chdir to /mnt/disk2 unix_clean_name [./SOUND] unix_clean_name [SOUND] stat of SOUND failed (No such file or directory) 1998/07/08 13:20:22 error packet at line 783 cmd=8 (SMBgetatr) eclass=1 ecode=2 error string = No such file or directory 1998/07/08 13:20:22 Transaction 53 of length 41 switch message S...
1998 Jul 01
2
NT can't print while Win 95 can?
...B Trying username cmtumB Trying username cmtumB Trying username cmtumB Registered username sambagst for guest access Chained message switch message SMBtconX (pid 7940) Got device type IPC Trying username ipc$ ACCEPTED: guest account and guest ok found free connection number 102 Connect path is /tmp chdir to /tmp chdir to /usr/local/samba/lib 1998/06/30 18:03:03 q9j84 (164.20.58.30) connect to service IPC$ as user sambagst (uid=65532,gid=50) (pid 7940) 1998/06/30 18:03:03 tconX service=ipc$ user=sambagst cnum=102 1998/06/30 18:03:03 Transaction 3 of length 118 switch message SMBtrans (pid 7940) chdi...
2006 Feb 07
0
smbd/service.c:set_current_service(49) + chdir (/data) failed
...from the Power Edge, the /data share is on the /dev/sdb1 which is the LUN on the CX300. All seems to work, bat I have continuously follow error messages: Feb 7 10:32:16 brulx01 smbd[19861]: [2006/02/07 10:32:16, 0] smbd/service.c:set_current_service(49) Feb 7 10:32:16 brulx01 smbd[19861]: chdir (/data) failed Feb 7 10:32:16 brulx01 smbd[19861]: [2006/02/07 10:32:16, 0] smbd/service.c:set_current_service(49) Feb 7 10:32:16 brulx01 smbd[19861]: chdir (/data) failed Feb 7 10:34:44 brulx01 smbd[23679]: [2006/02/07 10:34:44, 0] smbd/service.c:set_current_service(49) Feb 7 10:34:44 br...
2004 Jan 30
1
Able to Mount home, but getting failure errors in logs
...(158.147.58.188) connect to service jbogus initially as user jbogus (uid=XXXXX, gid=XXXXX) (pid 2189) [2004/01/19 10:06:07, 0] smbd/nttrans.c:call_nt_transact_ioctl(1990) call_nt_transact_ioctl(0x90028): Currently not implemented. [2004/01/19 18:00:41, 0] smbd/service.c:set_current_service(56) chdir (/home/jbogus) failed [2004/01/19 19:00:41, 0] smbd/service.c:set_current_service(56) chdir (/home/jbogus) failed [2004/01/19 20:00:39, 0] smbd/service.c:set_current_service(56) chdir (/home/jbogus) failed [2004/01/19 21:00:39, 0] smbd/service.c:set_current_service(56) chdir (/home/jbogus) fa...
2005 Jun 15
1
source() chdir does not work (PR#7940)
Full_Name: Alex Galakhov Version: 2.1.0 OS: Linux (Debian) Submission from: (NULL) (195.19.131.68) After software upgrade source() does not work properly anymore. It completely ignores the chdir= parameter. This is because is.character(file) is always false after the assignment file<-file(file). The fix is (written by hand in diff-like syntax, hopefully, you'll understand it): source<- function (blablabla) { +filename <- file ...blablabla -if (chdir && is.character...
2005 Jul 12
3
bug in chdir option of source
I'm on R 2.1.0. In the "source" function there is a bug preventing the proper use of the chdir option (which simply doesn't work). The problem is that in the function the following line occurs: file <- file(file, "r", encoding = encoding) This overwrites the variable "file" and later causes the check if (chdir && is.character(file) && (path &...
2009 Aug 31
2
Samba wants "chdir"
.../31 10:09:21, 0] lib/debug.c: reopen_logs(597) Aug 31 10:09:21 Server smbd[20793]: Unable to open new log file /var/log/ samba/schulung.log: Permission denied Aug 31 10:09:28 Server smbd[20793]: [2009/08/31 10:09:28, 0] smbd/service.c: set_current_service(49) Aug 31 10:09:28 Server smbd[20793]: chdir (/home/adm) failed --------------------------------- a) why can't samba open this one file (but all other files in "/var/log/ samba", for the clients which are connected directly to the server) The file exists; root:root, 644 b) which machine or program asks "chdir /home/adm...
2013 Aug 18
3
missing chdir before chroot in guestfsd
daemon.c does just a chroot, without chdir. The result is that pwd does not work correctly (it causes fs/dcache.c:prepend_unreachable() to add the unreachable string). A workaround is to add "cd /" before each sh command. ><fs> mount /dev/sda2 / ><fs> sh "cd / ; chroot / ; /bin/pwd" / ><fs> s...
2005 Jul 19
1
Minor "bug" in source()
For R v2.1.1 patched and R v2.2.0 devel: Calling source(file, chdir=TRUE) with is.character(file) != TRUE, that is, with 'file' as a connection, will generate an error. Example: > file <- textConnection("cat('Hello world\n')") > source(file, chdir=TRUE) Error in source(file, chdir = TRUE) : Object "ofile" not found...
2006 May 13
0
trouble with Dir.chdir
Hi, folks I wroted the codes below. I have the trouble with the line start from "Dir.chdir". When I run this code, the FTP of photos is successfuly done. But, the display of browser is white out. When I comment out the line start from "Dir.chdir", the trouble doesn''t happen. Is there anything wrong with my usage of "Dir.chdir"? def ftp_photo $bas...
2005 Sep 09
0
chdir() on NFS
...n, my english is very bad excuseme for that. I see that you resolve the problem describe more ahead, how compile dovecot?, can you send by mail the binary? Thanks Saludos RMZ Icesa - Orve S. A. 2261000 ext 307 Sitio de inter?s para Linux: www.openecuador.com [Dovecot] chdir() on NFS Christian Andersen <mailto:dovecot%40dovecot.org?Subject=%5BDovecot%5D%20chdir%28%29%20on%20NFS &In-Reply-To=55579.129.241.163.43.1079702906.squirrel%40129.241.163.43> chrian at stud.ntnu.no Fri Mar 19 19:33:39 EET 2004 * Previous message: <http://dovecot.org/pipermail/do...
1998 Mar 18
1
Troubles with NT domain logons ?
...uses unix traditional security in samba. W/o smbpasswd. I corrected registry on all winXX machines to disable crypt password. NT - with installed service pack 3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 03/18/1998 23:08:40 Transaction 21 of length 120 switch message SMBtrans (pid 25561) chdir to /tmp trans <\PIPE\LANMAN> data=0 params=36 setup=0 named pipe command on <LANMAN> name Got API command 104 of form <WrLehDz> <B16BBDz> (tdscnt=0,tpscnt=36,mdrcnt=4200,mprcnt=8) Doing NetServerEnum NetServerEnum domain = WORKGROUP uLevel=1 counted=1 total=1 03/18/1998 23:0...
2007 Apr 03
2
chdir failed, but requires group permissions
...t-common and dovecot-pop3d, based on 1.0.rc15-2 My home directories are set up with 770 permissions as follows: /home/<group name>/<user name> Using this method, users MUST be a member of the appropriate group to access their own home directory. If they are not, they can't chdir past /home. This appears to kill dovecot with a "chdir failed with id xxxx: Permission Denied" error, immediately after authenticating a pop3 user. I was able to make a user the owner of the <group name> directory, and dovecot succeeded But when the <group name> director...
2008 Mar 25
1
rsync daemon did not chdir back after chdir in module path
Hi All Tried to search the list but could not find anything about this. I have a rsync daemon running with starting cwd as /usr/local/bin. then after some io, and after all io finished, its cwd is /fs1 which is one of the module path. now i need to umount fs1 and i can not do it. is this a known issue or something worthy fix? not sure what else information i need to provide. thanks. -- Ming
2009 Nov 17
1
Codoc mismatches
I have a function: source_dir <- function(path, pattern = "\\.[rR]$", chdir = TRUE) ... documented with ... \usage{source_dir(path, pattern="\\.[rR]$", chdir=TRUE)} ... But I get Codoc mismatches from documentation object 'source_dir': source_dir Code: function(path, pattern = "\\.[rR]$", chdir = TRUE) Docs: function(path, pattern = &quo...
2005 May 16
2
a problem sourcing a file using chdir=TRUE
Dear R-users, I used to give commands such as: > source(file="~/path/to/file.R", chdir=TRUE) but with the latest v. 2.1.0 it does not seem to work anymore. I tried to figure out what it was going on and it seems that the string for which > class(file) [1] "character" is changed to > class(file) [1] "file" "connection" when the connection is...
2002 Jun 26
5
[PATCH] improved chroot handling
...ensure that it is set up properly and remains set up properly. The patch below (against the portable OpenSSH, although the patch against the OpenBSD version is very similar) replaces the fixed empty directory with one that is created on demand and is immediately removed after the child process has chdir()ed and chroot()ed into it. This ensures that the directory is in a known-safe state and that no-one (not even root) can mess it up. Index: pathnames.h =================================================================== RCS file: /home/ncvs/src/crypto/openssh-portable/pathnames.h,v retrieving revi...