similar to: cannot chdir/400 error

Displaying 20 results from an estimated 8000 matches similar to: "cannot chdir/400 error"

2007 Feb 08
0
400 Server Error - chdir failed - the server is not configured correctly
Hi! I am unable to get SWAT to work. The browser (Firefox) error message is shown in the subject of this email. Here's what the various config files on my AIX system 4.3.3 running Samba 2.2.8.1 (downloaded from the Bull freeware site) look like :- # cd /etc # more services|grep 901 swat
2013 Jan 10
0
[PATCH] in.tftpd: Allow chdir w/o root, improve I/O
Hello, I have a couple of enhancements to submit for the tftp-hpa TFTP server. I need clients to be able to request files without a full path, but at the same time, I can't use --secure because (1) the file directory consists of symlinks pointing outside that are broken by a chroot, and (2) I would prefer to invoke in.tftpd as an unprivileged user in inetd.conf. Thus, I've
2003 Dec 01
0
No subject
O'Reilly ang "Teach yourself samba in 24 hours" I have tried to get swat up running and configure samba therefrom. I have added /etc/services swat tcp 901 and because I cannot find = inetd.conf I have instead added in xinetd.conf (apparently red hat 7.1 don't have inetd.conf anymore = but xinetd.conf) =20 I have made the appriopriete changes there too /etc/xinetd.conf added =
2003 Sep 30
1
SWAT: chdir failed - the server is not configured correctly
Hello! Hmm, all of a sudden SWAT started to respond. Now when I try to access http://server:901/, I get: 500 Server Error chdir failed - the server is not configured correctly I created a tiny smb.conf in /opt/samba-3.0.0/lib/smb.conf which contains: root_s07nfs:/opt/samba-3.0.0/samba/bin/ > cat /opt/samba-3.0.0/lib/smb.conf [global] workgroup = EUROPE netbios name = S07NFS
2002 Oct 14
1
swat problems under RedHat 7.3
I'm having problems validating when using swat on the localhost. The server is RH Linux 7.3. I'm using encrypted passwords and I'm able to connect to points using Windows products, etc; however, when I http://localhost:901, I get the login dialog, but it won't accept the root account or password. It tells me that the "Authorization failed". I did configure the
2013 Sep 05
0
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi Nick and Bill, Attached is a new version of the patch that checks against cur_buffer_size. This works with the cases I've been using but again I haven't run the official tests on this change. Thanks, Joseph Kain On Thu, Sep 5, 2013 at 9:46 AM, Joseph Kain <joekain at gmail.com> wrote: > Hi Nick, > > Thanks for looking over my patch. I'd be happy to add the
2010 Apr 22
1
--exclude-from and a directory name that contains a hyphen
I'm having a problem with an exclude list and I wanted to run it by the group before I cry "Bug!". Here's the scenario: I'm working on a script to selectively synchronize several directories with those on a server using rsync (version 3.0.5 protocol version 30). I am using the --exclude-from command option, and everything works, except when a directory I am specifying
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) { - /* Actually implement something here... */ - -
2008 Jul 10
2
[PATCH] tripplite driver updates
The tripplite driver was developed on a machine with a reliable serial connection, and inherited the assumption that the serial line connection would not drop, reorder, or fail character read and writes. This patch adds significantly improved failure mode handling and also does basic checks of data validity. There's also a few minor cleanups/beautification. I've tested this code on my
2013 Sep 05
2
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi Nick, Thanks for looking over my patch. I'd be happy to add the compare against cur_buffer_size. I'll try to write up such a change today and then send a new patch to the list. Joseph Kain On Thu, Sep 5, 2013 at 1:37 AM, Nick Lewycky <nicholas at mxc.ca> wrote: > Bill, could you take a look at this? I don't have a checkout of > compiler-rt that builds. > >
2006 Feb 07
0
smbd/service.c:set_current_service(49) + chdir (/data) failed
Hi all, I'm running Samba Version 3.0.21a on SUSE Linux 9.3. For the Hardware I'm using a Dell Power Edge 1750, this is connected with a QLA2300_7xx HBA on a CX300 DUN EMC? Disk array machine. The operating system works on the local disks 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
2019 Nov 08
1
Regarding an "earlier" variant of `pre-xfer exec` [feature request and proposed patch]
(I think the subject is quite descriptive; however for use-cases and details see bellow after the mention of the old conversation and the patch.) Searching the mailing list about this topic yields an old conversation about this from 2008: * https://lists.samba.org/archive/rsync/2008-November/022148.html * https://lists.samba.org/archive/rsync/2008-November/022150.html I'll quote
2006 Apr 16
0
[Fwd: Re: can't connect to swat]
Sorry for the direct post.... Eric Hines -------- Original Message -------- Subject: Re: [Samba] can't connect to swat Date: Sun, 16 Apr 2006 08:51:45 -0500 From: EHines <eehines@comcast.net> To: Larry Weldon <lweldon@weldoncomputers.com> References: <02a201c66148$c8925290$0c46a8c0@jshinotebook> <1145194206.20034.72.camel@tiger.home.welcoin.com> Larry Weldon
2005 Jan 25
0
BackupPc_nightly crashing with Perl chdir errors
Hi all. I have been reading the list archives and can't seem to find anything that relates to these errors. BackupPC_nightly fails to delete any files, and reports the pool and cpool at zero size. The nightly run as currently configured should be deleting a ton of files (only one hardlink) but it deletes nothing, and so the drive is now 100% and staying there. I have adjusted the conf
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
1999 Dec 10
4
Samba errors
Dear list; I have been using samba 1.9.18p10 on a Sun Sparc Ultra 2 for about a year. I use it to share a directory to an NT/95 network. I now have a Sun Sparc Ultra 10 running Solaris 2.6. In order to prepare the Ultra 10 for y2k I downloaded samba-2.0.6-nonis+-sparc-sun-solaris2.6.pkg.gz from
2005 Sep 09
0
chdir() on NFS
Hi Christian, 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
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):
2013 Aug 19
0
Re: missing chdir before chroot in guestfsd
On Sun, Aug 18, 2013 at 02:29:15PM +0200, Olaf Hering wrote: > > 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
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> sh "/bin/pwd" (unreachable)/ ><fs> sh