Displaying 20 results from an estimated 1000 matches similar to: "[Bug 2734] --delete doesn't work"
2008 Feb 16
2
Adding elements to existing lists
Dear everybody!
Is there a command to add elements to an existing list, at best
excluding the addition of already included ones?
Thank you in advance.
Yours,
Mag. Ferri Leberl
2004 Feb 13
1
RES: AGREP
"Marcos Sanches" <marcos.sanches at ipsos-opinion.com.br> wrote:
Ls1<-length(s1)
Ls2<-length(s2)
for ( p in 1:ls1){
for (q in 1:ls2){
t1<-levenshteinFast(s1[p],s2[q])
...
Ls1=42000
Ls2=70000
I think I will wait for months untill this program ends. Do you have any
sugestion to increase the speed?
The first suggestion has to be "search HARD in the
2012 Apr 11
12
[Bug 8856] New: --hard-links does not handle hard-linked symlinks correctly on FreeBSD
https://bugzilla.samba.org/show_bug.cgi?id=8856
Summary: --hard-links does not handle hard-linked symlinks
correctly on FreeBSD
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at
2005 Mar 29
7
[Bug 2554] Output overwrite action
https://bugzilla.samba.org/show_bug.cgi?id=2554
------- Additional Comments From wayned@samba.org 2005-03-29 11:50 -------
(In reply to comment #0)
>> If a file will be deleted the line starts with "Delete", but when a
> file will be copied or overwritten, nothing is displayed.
I assume you mean, "no prefix is displayed" since there is something that is
2005 May 21
0
[Bug 2734] New: --delete doesn't work
https://bugzilla.samba.org/show_bug.cgi?id=2734
Summary: --delete doesn't work
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: maj@heko.dk
QAContact:
2005 Dec 13
3
Ices0 and ShoutCast (and KiSS)
I have successfully set up a system with Ices0.4 and IceCast2.20 (and
Tunez). It plays well using mpg123 or WinAmp.
But I would like to use also my KiSS DVD player for the stream, and I have
not been able to do so - It appearently needs 110% SHOUTcast
compatibility.
So I tried the IceCast2.3.1 - but it still didn't like the KiSS (or the
other way around). In stead, I have added a SHOUTcast
2015 Aug 31
2
CentOS 7.1 NFS Client Issues - rpc.statd / rpcbind
I have seen some talk about this but have not seen any answers. I know
this is a problem on CentOS 7.1 and I also think it is a problem on
CentOS 7.0.
Basically if I have an NFS client only config - meaning that the
nfs-server.service is not enabled then I have to wait 60 seconds after
boot for the 1st NFSV3 mount to succeed.
What I can surmise is the following. I attempt to perform a NFS
2017 Jan 11
2
HSM
I think there may be some confusion here. By HSM I was referring to
Hierarchical Storage Management, whereby there are multiple levels of
storage (fast+expensive <-> slow+cheap) and files migrate up or down.
Originally it was used to keep data on tape with the metadata residing
on disk though it has been expanded to allow a SAS/SATA hierarchy. Quite
where PKI comes in I'm not sure,
2016 Nov 16
2
[PATCH] ssh-pkcs11: allow providing unconditional pin code for PKCS11
I find this approach very bad in general.?
PKCS#11 standard says that *private* keys should not be accessible without authentication. *Public* keys and certificates of course can and should be accessible with no authentication.
SoftHSM misinterpreted this originally (older pkcs11 documents were less clear :), but they rectified this mistake. We should not repeat it.?
2017 Jan 11
2
HSM
Hmm, don't you just love changing terminology! I've been using HSM
systems at work since '99. BTW, DMAPI is the Data Management API which
was a common(ish) extension used by amongst others SGI and IBM.
Back to lvmcache. It looks interesting. I'd earlier dismissed LVM
since it is block orientated, not file orientated. Probably because my
mental image is of files migrating to
2017 Jan 11
3
HSM
Purely from interest, is there any current FOSS implementation of HSM?
I note that XFS has dropped support for DMAPI, have other filesystems?
Regards,
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL:
2016 Nov 16
3
[PATCH] ssh-pkcs11: allow providing unconditional pin code for PKCS11
Some HSM's such as Safenet Network HSM do not allow searching for keys
unauthenticated. To support such devices provide a mechanism for users
to provide a pin code that is always used to automatically log in to
the HSM when using PKCS11.
The pin code is read from a file specified by the environment variable
SSH_PKCS11_PINFILE if it is set.
Tested against Safenet Network HSM.
---
2007 Jan 03
1
To Andrew Tridgell -- new Samba forum
Andrew,
I have a software which need the following package but I can't find it in
Internet. Could you advice me where I can download it?
samba-3.0.10-1.4E6.HSM.2.i386
samba-common-3.0.10-1.3E.6.HSM.2
samba-client-3.0.10-1.4E.6.HSM.2
Thanks,
Isaac Chan
2012 Sep 24
1
Adding textbox to multiple panels in lattice
Dear R-users,
I am trying to add some text in a textbox to all panels in the following
example file. Using the panel-function, I can add a white rectangle with
panel.rect but then I have to fit in the text into the box by hand and it
will not automatically be centered. Does anyone know how to add the text
centered with a white box around it automatically? Is there something like
panel.textbox for
2004 Sep 07
6
Further png() question
Ok, I have reinstalled R-1.9.0 and this appears to have fixed the
problems I was having with png(). However, I have a further question
regarding png()
Is it possible to pass a par() argument to the png() command? I am
wanting to produce 4 plots per object, which I normally acheive on an X
window by par(mfrow=c(1,4)). I have tried calling a new plot and setting
par in this way but this has no
2006 May 24
1
ZFS and HSM
I said I had several questions to start threads on....
What about ZFS and various HSM solutions? Do any of them already work
with ZFS? Are any going to? It seems like HSM solutions that access
things at a file level would have little trouble integrating with ZFS.
But ones that work at a block level would have a harder time.
On that same thread, what about support for DMAPI within ZFS?
2006 Jan 27
2
How do I "normalise" a power spectral density analysis?
Hi everyone
Can anyone tell me how I normalise a power spectral density (PSD) plot of a
periodical time-series. At present I get the graphical output of spectrum VS
frequency.
What I want to acheive is period VS spectrum? Are these the same things but the
x-axis scale needs transformed ?
Any help would be greatly appreciated
Tom
2016 Dec 13
4
pkcs #11/hardware support for server keys/sshd?
Hello,
Is there any support (existing or planned) for host keys/certs being
managed by some hardware device (tpm,hsm,etc..) instead of a flat
file?
thanks,
-Kenny
2024 Sep 23
1
[PATCH] sshd: Add pkcs11 support for HostKey.
Hello,
OpenSSH supports PKCS#11 on the client side, but that does not extend to
the server side. I would like to bring PKCS#11 support to sshd.
I am working on embedded Linux systems with integrated HSM. The sshd
host key is stored on the HSM. To have sshd using that key, we rely on
the following chain:
sshd -> OpenSSL -> OpenSSL Engine -> HSM Having
PKCS#11 support in sshd, would
2005 Feb 16
4
Passing colnames to graphics title
Hi,
Just a quick query - if I'm creating a function to produce a number of
histograms per page of output (one per column from a matrix), how can I
pass the column name of the matrix into the title (or indeed to form part
of the x-axis label)?
TIA,
Laura
Laura Quinn
Institute of Atmospheric Science
School of Earth and Environment
University of Leeds
Leeds
LS2 9JT
tel: +44 113 343 1596
fax: