similar to: list files to delete, rather than deleting them with --delete?

Displaying 20 results from an estimated 7000 matches similar to: "list files to delete, rather than deleting them with --delete?"

2012 Mar 07
1
help with time data - R weird behaviour across machines
Hello list, I was hoping I could get some help on something which is really giving me a headache. I am using R version 2.14.1 (2011-12-22) (Platform: x86_64-pc-mingw32/x64 (64-bit)) An object which is supposed to have times has a few elements listed as not times but NA's > ls() [1] "todelete" > class(todelete) [1] "POSIXlt" "POSIXt" > todelete [1]
2013 Aug 02
9
[Bug 2139] New: re-exec fallback problem
https://bugzilla.mindrot.org/show_bug.cgi?id=2139 Bug ID: 2139 Summary: re-exec fallback problem Product: Portable OpenSSH Version: -current Hardware: Other OS: FreeBSD Status: NEW Severity: minor Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2006 Jul 02
5
Question about setting field values for a belongs_to model
I have two tables, applicants, and skills where each applicant "has_many" skills, and each skill "belongs_to" an applicant. When I have a reference to an applicant and a (skill) id for one of their skills, I thought to update their skills by using @applicant.skills.find(id_of_skill).description = ''new description'' # even adding
2007 Feb 16
0
sangoma 102 and CAB-E1-RJ45BNC
Hi, sorry for the newbie hardware questions but here it goes scenario - our telco is feeding us e1 thru coax connection (unbalanced) - so the coax feed rx-tx goes to our old pabx using ericsson bp250 - what we wanted to do is to install asterisk in between hence telco<-->asterisk<-->bp250 using asterisk to power up the voip portion the problem is the we are getting crackling sound
2017 Aug 02
2
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
I wrote a powershell script on a windows computer to write an ADS on a file on a FreeBSD server with streams_xattr enabled. If it's smaller than 64KB, it succeeds. If it's larger than 64KB, I get an "access denied message" and powershell crashes. FreeBSD actually allows creation of large extended attributes (at least on ZFS volumes). I've personally added ones of up to 3MB in
2017 Aug 02
0
FreeBSD samba server returns nt_status_acces_denied when DosStream xattr larger than 64KB
On Wed, Aug 02, 2017 at 11:21:56AM -0500, Andrew Walker via samba wrote: > I wrote a powershell script on a windows computer to write an ADS on a file > on a FreeBSD server with streams_xattr enabled. If it's smaller than 64KB, > it succeeds. If it's larger than 64KB, I get an "access denied message" and > powershell crashes. FreeBSD actually allows creation of large
1999 Oct 28
3
3com 3c509
I have used 3Com 3c509 nic width bnc coax. I have experienced that these cards used width FreeBSD and Samba is unusable due to speed. I tried to change the 3com card with a NE2000 compatible card, and there was a major change in speed. Has anyone else experienced such problem. Asgeir Stangeland
2009 Dec 02
2
Tomcat authentication via PAM (or other system methods)?
Is there a way to coax java services running under tomcat to use the system authentication methods set up through PAM? In my case, this would be users in the local passwd file or through smb to a windows domain. I've added mod_auth_pam to get this effect with apache but would like to also handle java web services. -- Les Mikesell lesmikesell at gmail.com
2006 Nov 15
3
how to get empty sequence for certain bounds
Hi, I have encountered this problem quite a few times and thought I would ask. Let's say that I have two endpoints, a and b, which are integers. If a <= b, I would like to get a:b, but if a > b, then numeric(0), for example: myseq(3,5) => 3:5 myseq(3,3) => 3 myseq(3,2) => numeric(0) The operator : just gives decreasing sequences in the latter case, and I could not coax seq
2004 Dec 21
2
TE405P E1 coax cables with balun
Hi, I am new with asterisk. I am setting a Wildcard TE405P. E1s in Italy come in on a pair of RG-59 coax cables with BNC connectors. So I need an adapter/balun http://www.allcomtlc.com/al_g703n3.htm . I have It but I am not sure that It works. I have configured my asterisk in this way: zaptel.conf span=1,1,0,ccs,hdb3,crc4 dchan=16 bchan=1-15,17-31 loadzone=it defaultzone=it zapata.conf
2011 Jun 02
2
Removal of elements from nomograms
The rms package includes the nomogram function, which generates a list object that can be passed to plot for graphical production of nomograms. I would like to remove the "linear predictor" line in the graph, which means (I suspect) removing it from the nomogram output object. I've looked at the nomogram output object, but it is not clear to me if or how it might be edited to
2005 Dec 07
3
Addressing a class, rather than an id?
Good day, I''m trying to use the slider control to resize a pile of images on a web page. Clever, huh. Bet cha didn''t think of that one!!! :) But seriously. It seems I want to address a class, rather than the individual id''s of the images. At this point, I''m getting some results with something like this:
2004 Jul 26
3
TE405P and E1
Hello Im from Denmark and i've just got my Digium TE405P. But i have some problems when i connect it to my E1 connection (ISDN30). My telco delivered a alcatel box witch have a G.703 120ohm (DB9 with a serial to rj45) and a 75ohm coax connection. I've tried to connect using the 120ohm with rj45 and a ordinary utp cable. But it dosent seem to work. I've tried several zaptel.conf
2024 Feb 28
2
Legacy samba 3.x connecting to server 2022
Hi, Stupid question. Legacy installation as far as linux servers goes but the windows admins have just got rid of all the DCS less than server 2022 and suddenly all the samba 3.x machines cannot talk to the DCs or rejoin the domain. net ads join -d 10 showed port 445 was not responding so I enabled SMB1 but I'm guessing there are some ciphers at least that are not compatible. Some of these
2009 Oct 05
1
merging lua branch
hi all, I think Ive successfully merged the lua branch with master, it needed a minor fix to a Makefile, as follows. I couldnt coax it to give me anything via git format-patch <something>, so I got this from qgit: Is there a more correct way to submit this ?? [jimc at harpo syslinux.git]$ more patch diff --combined com32/Makefile index 4a58485,5d1ff44..81e7a16 --- a/com32/Makefile +++
2010 Mar 11
0
[LLVMdev] Aborting a pass
On Mar 1, 2010, at 11:04 AM, Trevor Harmon wrote: > What's the proper way to abort a pass if something goes wrong (e.g., > in the pass's constructor)? Do I simply call abort()? Calling abort() causes a stack dump to the console, which is good for serious errors, but overkill for most other types of error situations, such as a command-line parameter that the user forgot to add.
2009 Apr 08
1
vectors on top of contours, and lattice
OK, I needed to plot a set of vectors on top of a contour plot. I figured out a way to do this. I create a panel function that calls "larrows()" with arguments constructed from my vector data. Then, when I go to do the contour plot, I call contourplot() with the "panel" argument set to point to my newly created panel function. So far, so good. Now, I need to do a
2009 Apr 20
1
R-Squared with biglm?
I've been working with a rather large data set (~10M rows), and while biglm works beautifully for generating coefficients, it does not report an r-squared. It does report RSS. Any idea on how one could coax an R-squared out of biglm? Thanks in advance for any help with this! Bryan Lim Lecturer Department of Finance University of Melbourne [[alternative HTML version deleted]]
2011 Oct 03
1
Installation from local Compiled directory
Hello everyone I have manually compiled directory of gstat in a particular folder of my Unix system. I want to install this and am unable to use either of the following two commands 1. R CMD INSTALL 2. Install.packages I do not understand how to coax above commands to locate the directory that i have compiled. Please understand that i have solved a number of related issues concerning this
2003 Sep 02
1
Connecting to an Ericsson AXT121 with a Digium Wildcat E100 card
Dear Telcotype Braniacs, I have tried doing a google search to find out what this switch looks like, what the physical interface is, but havn't been successful. I am quite new to the ISDN world so I'm not sure what to expect when I see this switch. Does anyone have any experience connecting to this switch? The following is basically all I have been given for info: 1) Ericsson, AXT121,