similar to: DO NOT REPLY [Bug 6307] New: --remove-source-files removes files if source and destination are the same

Displaying 20 results from an estimated 800 matches similar to: "DO NOT REPLY [Bug 6307] New: --remove-source-files removes files if source and destination are the same"

2012 Jul 01
2
leap second
--------------------- Kernel Begin ------------------------ 1 Time(s): Clock: inserting leap second 23:59:60 UTC ---------------------- Kernel End ------------------------- hee hee. gotta love it....
2009 May 19
1
Compiling NUT static binaries
For various reasons that will be of interest to no-one, I need to compile at least a minimal upsmon (and hopefully upsc) as a static binary. Unfortunately, the ./configure options that purport to do this, don't have any effect on the resulting binary. Either with the latest (2.4.1), or older versions of NUT. CFLAGS="-static" ./configure --enable-static --disable-shared
2011 Jul 21
3
Experience with Centos running off usb-stick(s)
Hi, I'm trying to build a redundant duo of firewalls/routers/gateways and I'm thinking about not putting any disks in them and instead using a usb-stick raid-1 as storage. Has anyone any experience with this? Since the machines will be running pretty much only iptables, conntrackd and keepalived there is not going to be a lot of disk activity going on and the plan is to do all the
2010 Jul 20
2
APC 5G UPS APC-HID
I've grabbed a snapshot of NUT from just a couple days ago. Glad to see APC's new 5G UPSes added to the list (though you probably want to add it to the UDEV 52-nut-usbups.rules file as well...). My issues with new APC Smart-UPS units (SMT1000) : Powering-down the unit, whether with upsdrvctl or upscmd will not obey the specified delay in offdelay, or ups.delay.shutdown. Instead, a
2003 Jan 28
5
Block packets based on content
Is it possible to block packets based on content? I would specifically like to block the script kiddies " GET /script/*" packets from reaching my webserver. Thanks for your time, Steve
2018 Jun 08
3
rpmbuild --define | some rpm sorcerer around?
On 08/06/18 19:38, Phil Perry wrote: > On 08/06/18 15:54, lejeczek wrote: >> hi >> >> how do you pass vars to rpmbuild for definition? eg >> >> rpmbuild --define \'"${_definition2}"\' >> >> I've been fiddling with ways to escape, but none is >> fricking working.. >> I mean, rpmbuild rushes to work(no errors nor
2006 Jun 18
11
DTMF Talk off
Hello all, I have seen some chatter again about DTMF. I see most of the talk about DTMF around not being able to get an external IVR to recognize digits, not a big issue for me at this time but sill interesting. My issue though, is with talk off on a zap channel. It seems to be getting worse or maybe my patience is thinning. All my calls go out and come in pstn through an FXO as I do not
2006 Jun 05
4
Local vs. toll Dial Plan
Ok asked this earlier with no response so I will phrase it a different way. I am sure someone had to deal with this and there is a "best way." I want to let Asterisk make the decision on best path based on local exchange - xxx-yyy - where xxx is one of my local area codes and xxx is exchange designator. The problem is that the list is rather large. Maybe 50-100. The idea is that I can
2006 Mar 13
2
relationship woes
I have two tables: class PgmUpdate < ActiveRecord::Base has_many :pgm_visits, :foreign_key => ''pgm_update_fk'' ... and class PgmVisit < ActiveRecord::Base belongs_to :pgm_update, :foreign_key => ''pgm_update_fk'', :dependent => true ... According to the has_many docs (http://api.rubyonrails.org/classes/
2006 Jun 08
1
AEL2
Being rather new to Asterisk I was wondering what the current status of AEL2 is? I see reference to it back in January but that was many versions ago. Is it in the current code? Doug **************************** * Doug Crompton * * Richboro, PA 18954 * * 215-431-6307 * * * * doug@crompton.com * * http://www.crompton.com * ****************************
2010 Oct 31
5
How to delete a whole destination tree (inclusive the destination its-self) with rsync (daemon)?
An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20101031/bb482d8d/attachment.html>
2006 Mar 22
9
Display problem
hey guys, Does anyone know why the french letter "?" is displayed as a question mark "?" inside an <h1> tag ? -- Posted via http://www.ruby-forum.com/.
2006 Mar 17
2
Temporary Model Data
I am trying to optimize some methods in my model so they don''t repeat CPU intensive algorithms every time I call the method in the same request/response cycle. Eg. ================ def invitations all_pgm_updates.find_all do |update| update.invited? end end ================ I want to do something like: ================ def invitations if @invitations.nil?
2018 Jun 08
2
rpmbuild --define | some rpm sorcerer around?
hi how do you pass vars to rpmbuild for definition? eg rpmbuild --define \'"${_definition2}"\' I've been fiddling with ways to escape, but none is fricking working.. I mean, rpmbuild rushes to work(no errors nor failure) so if you try just the command line do not believe it, because later as it executes %if you will see process does not see these definitions. many
2006 Mar 14
7
Overriding new or create for a model
I have a model where I need to calculate one of the fields when I create a new instance. It seems to me that I should do this in the model code and that I should override the new and/or create methods. Is this the right approach and, if so, how can I execute the existing method but add on my calculation? I want something like: def create -Do the original create first- field =
2006 Nov 04
0
script/generate and --destination
Hi, I notice looking at the code for the generate script that there it "recognises" a --destination command line parameter (so I can do ''ruby script/generate model --destination vendor/plugins/my_engine my_model'') but it isn''t processed by the command line handling. I''ve hacked it into my code but I was wondering if this is an up-and-coming thing or
2007 Sep 06
1
iproute: add destination route by hostname...
Hi all How to add a static route to a hostname with iproute2? I tried: ip route add linux.com via 192.168.1.1 I got the following reply: Error: an inet prefix is expected rather than "linux.com". With "route command" I do not have problems route add -host linux.com gw 200.214.148.140 As the iproute2 is the standard in the current linus distros, I would like to know if is
2004 Jan 29
0
Destination routing and its implementations?
Hello everyone, I was wondering how i should do destination routing. I now do # ip rule add to x.x.x.x table some_table for each address i need. I was thinking about fwmark option. The problem is that routing decision is made after PREROUTING and not POSTROUTING (name obviously sais that :)) and i need to use -o. In OUTPUT this marking can''t be done. I made this conclusion by studying
2005 Mar 23
1
openvpn with differents source and destination ports
How configure openvpn tunnel in shorewall with differents src and dst ports ? openvpn.conf ... lport 10101 rport 10102 ... Leandro.
2006 Jan 12
1
adding a destination anchor in the link
hi, I would like to specify a destination anchor in the generated link with the link_to helper, so the navigator opens the document at the given point. it should look something like this: /blog/archive/2006/01/10/test-post.html#comments I tried it with the following code: <% link_to("comments", :controller => "blog", :action => "archive", :year