search for: _file_

Displaying 20 results from an estimated 28 matches for "_file_".

Did you mean: file_
2001 Nov 06
1
rsync for realtime filesystem replication.
...an take arbitray shell action on files matching regexp rules specified in a config file. E.G., to configure a "hot folder" that would automatically convert .jpg's to .pngs, I'd define a rule like follows: RULE ^/export/home/image-converter.*\.jpg$ OPENW /usr/bin/convert _FILE_ `dirname _FILE_`/`basename _FILE_ .jpg`.png I can use it currently for sorta "hacked' realtime replication with rsync, by defining a command line rsync as the action for a given rule. However, this is inefficient, as it leads to repeated exec's for file actions ( e.g., the extract...
2016 Mar 01
2
which DNS backend ?
...f them to send request for intranet.ibm.li to one of these DNS which are authoritative for ibm.li. SOA: start of authority. All name servers for a zone are authoritative, for answers. With standard Bind and standard DNS config, only DNS server is declared as master. This master can modify the zone _file_. This zone _file_ is pushed from master to slaves. SOA is DNS server which can modify the zone content. As explained Rowland, in AD all DNS servers can modify the zone content. All DNS server which can modify the zone is SOA. So in AD all DNS servers are SOA. Cheers, m.
2016 Nov 04
4
[PATCH 0/2] improve Lua API for files and initramfs objects
From: Paul Emmerich <p.emmerich at first-colo.net> Hi, the new API for initramfs and files in master lacked the ability to build initramfs objects from files loaded via HTTP/TFTP in Lua. The documentation indicated that it should be possible (and I believe I did that in an older version). I implemented a few new functions to handle files/initramfs objects better. Changes: * NEW:
2003 May 06
1
rsync over ssh performance problem in cygwin
...ync 2.5.6) over ssh to Linux (rsync 2.5.5). We have several 10Mb files. First time, when directory on Linux is empty, all looks OK- syncronization takes about 10 minites. But when we try to do this second time, i.e. with files on Linux and windows, synconization takes more than 10 minites for _file_ ! And, ssh process on windows eats about 90% of cpu :-( Any ideas? btw, certanly, linux-linux works ok in the same situation.
2013 Jun 06
1
[syslinux-owner@zytor.com: Syslinux post from upendra.gandhi@gmail.com requires approval]
...gt; Cc: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>, "H. Peter Anvin" <hpa at zytor.com> Subject: Re: [syslinux] memdisk and iso > > Thanks. I'm still trying to see if there's any way to translate that > to PCAP format (ie tcpdump's -w _file_ option). Using tcpdump with -A > I presume? > Me not sure either how that could be translated. I have now attached file with packets captured running tcpdump -w filename. ----- End forwarded message ----- Groeten Geert Stappers
2016 Mar 01
0
which DNS backend ?
...or intranet.ibm.li to one of these DNS which are > authoritative for ibm.li. > > SOA: start of authority. All name servers for a zone are authoritative, for > answers. With standard Bind and standard DNS config, only DNS server is > declared as master. This master can modify the zone _file_. This zone > _file_ is pushed from master to slaves. SOA is DNS server which can modify > the zone content. > > As explained Rowland, in AD all DNS servers can modify the zone content. > All DNS server which can modify the zone is SOA. So in AD all DNS servers > are SOA. > Not...
2008 Nov 27
2
How to remove ability to delete files
Hi, this is kind of a strange situation. I have a share that I want to work like a drop box. I want users to be able to create new files and read existing files, but not be able to delete them (except for the owner of the dropbox). Does anyone know how to do this? I've tried every combination I could think of write list, read only, force group, and sticky bits on the directory itself.
2001 Oct 05
4
non-interactive R usage...
...), but I haven't noticed anything yet. I think I must just be missing something though. Does R give you the capability to run a script (read as non-interactive) that would perform a statistical task, and then send output to a file? For example: read a set of data from a file, generate a JPEG _file_ containing a plot of the data (with some specific stat calcs plotted of course), and then exit? I do capacity planning and would like to be able to have JPEG plots of real time statistical data appear on web pages, so I'm thinking that a CGI can be executed that starts R up, generates a plot,...
2014 Feb 11
1
Problem with Samba re-share of a CIFS mount
...to the other client Win7 PCs. However, the problem is that when re-sharing the CIFS mount, the Win7 clients often see the many directories inside the mount as a regular files, and not directories! In other words, if I have a directory "test" inside the mount, the client PC will see a _file_ called "test". When double-clicking on that "file", the Win7 client even ask to select the application to open it. The strange this is that this problem happen with some Linux kernel version, but not with others. These are my results: 1) Stock CentOS 6.5 x86-64 system (kern...
2010 Mar 18
0
[MODULE] COM32 module to time null-dumping a file
...your option) any later version; incorporated herein by reference. + * + * ----------------------------------------------------------------------- */ + +/* + * cptime.c + * + * Timed copy; read entire file then output total time, bytes transferred, + * and compute transfer rate. + * + * cptime [-s] _FILE_.... + * -s Change to simple output mode without computing transfer rate + * _FILE_..... Space delimited list of files to dump + */ + +/* + * ToDos: + * Refine timing to be more precise. + */ + +#include <stdio.h> +#include <stdlib.h> +#include <errno.h> +#include <fcntl.h> +...
1998 Sep 03
3
Dual personality samba server
Dear All, I've just installed Samba version 1.9.18p10 on one of our HP-UX boxes. The unix box is advertising itself with two WINS names. netbios name = ukswi0103 netbios aliases = ukswi0104 in smb.conf I've been playing with the idea of changing the behaviour of the server based on what the client calls it. What I'd like to do is have samba do security = user if the client
2010 Mar 20
1
[MODULE] COM32 module to time null-dumping a file, v1.1
...sion; incorporated herein by reference. + * + * ----------------------------------------------------------------------- */ + +/* + * cptime.c Version 1.1 + * + * Timed copy; read entire file then output total time, bytes transferred, + * and compute transfer rate. + * + * cptime [-s|-l] [-b _SIZE_] _FILE_... + * -s Change to simple output mode without computing transfer rate + * -l Change to long output mode (to allow for overriding previous -s) + * -b _SIZE_ use _SIZE_ for transfer size + * _FILE_... Space delimited list of files to dump + * + * Hisory: + * 1.1 Added -l and -b switches; more flexib...
2015 Jan 08
2
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On Thu, Jan 08, 2015 at 01:44:58PM -0600, Gary R Hook wrote: > On 12/24/14 4:42 AM, Kashyap Chamarthy wrote: > >On Tue, Dec 23, 2014 at 12:38:57PM -0600, Gary R Hook wrote: > > > >[. . .] > > > >In my case, the block device is a QCOW2 disk image file. If I boot > >without using the disk image file which has the operating system, the > >domain will fail
2016 Feb 28
3
which DNS backend ?
On 28/02/16 21:56, Reindl Harald wrote: > > > Am 28.02.2016 um 22:22 schrieb John Gardeniers: >> Thanks Rowland. Perhaps because I expected these basic issues to have >> been resolved long ago I never thought to check the SOA records. You are >> perfectly correct - the second DC is not listed > > since when is more than one NS listed in the SOA? > >
2013 Jun 06
0
memdisk and iso
...; > >> > >> > I did this some time back and then did the tcpdump and the screenshot I >> > mentioned above and is attached here. >> >> Thanks. I'm still trying to see if there's any way to translate that >> to PCAP format (ie tcpdump's -w _file_ option). Using tcpdump with -A >> I presume? > > > Me not sure either how that could be translated. > I have now attached file with packets captured running tcpdump -w filename. Supposedly text2cap could do something but not sure. Thanks. -- -Gene
2015 Jan 09
0
Re: Using virsh blockcopy -- what's it supposed to accomplish?
...NBD more often respond to it. Well, that's the trick, right? No one that may have any experience has managed to pitch in to this conversation. I can add this now: qemu-nbd seems to function like nbd-server, and concern itself with serving a filesystem. What's need, however, is a simple _file_. The challenge is getting that NBD-served thing to be viewed the same as a local disk file. It would appear that the virsh option --raw is required. As far as I can tell, both virsh and qemu-nbd munge data with the intent of making it suitable for a qcow2 destination; the problem is that we don...
2015 Feb 14
1
auth: Fatal: No passdbs specified in configuration file
Hi, I upgraded to 20150213 (f10725a5eed8+). I chose LDAP as the authentication source for Dovecot. Compilation succeeds. Starting dovecot from command line : /usr/local/sbin/dovecot -c /usr/local/etc/dovecot/ The error log contains : "dovecot: auth: Fatal: No passdbs specified in configuration file. PLAIN mechanism needs one" It works properly with Dovecot 2.0.9. Any clues or
2013 Jun 06
0
memdisk and iso
...opy of the tar (without running make at >> all)? > > > I did this some time back and then did the tcpdump and the screenshot I > mentioned above and is attached here. Thanks. I'm still trying to see if there's any way to translate that to PCAP format (ie tcpdump's -w _file_ option). Using tcpdump with -A I presume? >> I presume using pxelinux.0 showed no errors such as this (aside from >> slow TFTP transfer speed)? > > > Yes that's correct. When I change my dhcpd.conf to load pxelinux.0 instead > of lpxelinux.0, all works fine except ofco...
2006 Jul 03
2
Routing acting strangely - mixed case controller names fail?
All, I have a link that used to work but now generates a routing error. The link URL is a straightforward controller/action/id and of course, I have map.connect '':controller/:action/:id'' in my routes.rb file. When I click on this link, I get a routing error. What''s potentially interesting about this URL is that the controller name is mixed case. Class is
2013 Jun 06
8
memdisk and iso
On Wed, Jun 5, 2013 at 9:58 PM, upen <upendra.gandhi at gmail.com> wrote: > I copied pxelinux.cfg/default to pxelinux.cfg/<IP to HEX> and it looks this > step resolved the earlier error. Next I get failed to load com32 file > vesamenu.c32 while that file exists in /tftplinux/linux-install. Is vesamenu.c32 from 5.10? -- -Gene