Displaying 20 results from an estimated 27 matches for "bsi".
Did you mean:
bsd
2010 Aug 30
1
search path for attaching packages
...it appears that lib.loc is not being used
and instead the central repository is being used. We've even tried
modifying .libPaths( ) so that our local path is first in the search
list. Is this a bug or a "feature"?
For example:
>
install.packages('DBI',lib='/data1/bsi/epi/s105816.SNPlinkage/CNV/rlib')
> library(DBI,
lib.loc='/data1/bsi/epi/s105816.SNPlinkage/CNV/rlib')
I can look in my directory and see that DBI is version 0.2-5,
but when I use the library command I get the version installed in the
central location instead of in my specified di...
2016 Jun 02
2
Problems with OS X 10.11.5
...-up-to-3_80-GHz
Cheers,
mathias
>
> Volker
>
> --
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: +49-551-370000-0, fax: +49-551-370000-9
> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
> http://www.sernet.de, mailto:kontakt at sernet.de
>
> SerNet & BSI laden ein: 29. Juni 2016,
> 2. IT-Grundschutztag 2016, BPA Berlin.
> Anmeldung: https://www.sernet.de/gstag
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
2016 May 31
4
Samba on AIX - Active directory
...e, so this is for IBM customers only I
guess. What version does IBM provide there?
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
SerNet & BSI laden ein: 29. Juni 2016,
2. IT-Grundschutztag 2016, BPA Berlin.
Anmeldung: https://www.sernet.de/gstag
2002 Jul 20
1
*****SPAM***** Special Savings On Inkjet Cartridges
...CAg
ICAgPHRkIHdpZHRoPSIyODAiPjxiPjxmb250IGZhY2U9IkFyaWFsIEJsYWNrIiBzaXplPSI2
IiBjb2xvcj0iIzAwMDBGRiI+PGEgaHJlZj0iaHR0cDovL3d3dy5pbmtqZXRzY2VudHJhbC5j
b20iPklua0pldHNDZW50cmFsLkNvbTwvYT48L2ZvbnQ+PC9iPjwvdGQ+DQogICAgICAgICAg
ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx0ZCB2QWxpZ249ImJv
dHRvbSIgYWxpZ249InJpZ2h0IiBiYWNrZ3JvdW5kPSJodHRwOi8vd3d3Lnh0cmVtZXRvbmVy
LmNvbS9tMS90ZGJnLmdpZiI+PGEgaHJlZj0iaHR0cDovL3d3dy5pbmtqZXRzY2VudHJhbC5j
b20iPjxpbWcgc3JjPSJodHRwOi8vd3d3Lnh0cmVtZXRvbmVyLmNvbS9tMS9hMS5naWYiIHZz
cGFjZT0iOSIgd2lkdGg9IjMyMyIgaGVpZ2h0PSIxOSI+PC9hPjwvdGQ+DQogICAgICAgICAg
ICAgICAgICAgICA...
2007 Dec 10
1
cyclic dependency error
...Load <- function(lib, pkg) require(methods)
importFrom(graphics, plot)
exportClasses(clValid)
exportMethods(clusters, clusterMethods, nClusters, measNames, measures, optimalScores, plot, print, show, summary)
S3method(print,sota)
S3method(plot,sota)
export(clValid, sota, dunn, connectivity, BHI, BSI, stability, matchGO)
My question is - how can I locate the source of the cyclic dependency error? This is an updated version of a package which did not previously have this error, so somehow I introduced this in the modifications I made. Note that R CMD check on Windows (R version 2.6.0) doesn...
2000 Nov 19
1
Bug in stars function (PR#738)
...ational Archaeological Research Institute, Inc., 2081 Young St.,
Honolulu, Hawaii 96826. Voice (808) 946-2548; Fax 943-0716.
--1465796871-645734172-974620647=:18687
Content-Type: TEXT/PLAIN; charset=US-ASCII; name="new-stars.r"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.BSI.4.10.10011182157270.18687@malasada.lava.net>
Content-Description: bug fix
Content-Disposition: attachment; filename="new-stars.r"
ZnVuY3Rpb24gKHgsIGZ1bGwgPSBUUlVFLCBzY2FsZSA9IFRSVUUsIHJhZGl1
cyA9IFRSVUUsIGxhYmVscyA9IGRpbW5hbWVzKHgpW1sxXV0sIA0KICAgICAg
ICAgICAgbG9jYXRpb25zID0gTlVMTCwge...
2008 Sep 28
4
S10 (05/08) vs SNV_98 stubdom install at Xen 3.3 CentOS 5.2 Dom0 (64-bit)
[This email is either empty or too large to be displayed at this time]
2009 Jan 09
2
[LLVMdev] RFC: Store alignment should be LValue alignment, not source alignment
...Value" is intended to be a light-weight object passed around
by-value.
struct LValue {
Value *Ptr;
+ unsigned char Alignment;
unsigned char BitStart;
unsigned char BitSize;
- LValue(Value *P) : Ptr(P), BitStart(255), BitSize(255) {}
- LValue(Value *P, unsigned BSt, unsigned BSi)
- : Ptr(P), BitStart(BSt), BitSize(BSi) {
+ LValue(Value *P, unsigned Align)
+ : Ptr(P), Alignment(Align), BitStart(255), BitSize(255) {}
+ LValue(Value *P, unsigned Align, unsigned BSt, unsigned BSi)
+ : Ptr(P), Alignment(Align), BitStart(BSt), BitSize(BSi) {
assert(BitStart == B...
2016 May 31
3
Samba on AIX - Active directory
Good afternoon,
I have many AIX clients running samba from pware. I want to move to either the version on the AIX expansion pack or the rpm's IBM suggests we download, https://www-01.ibm.com/marketing/iwm/iwm/web/reg/pick.do?source=aixbp&lang=en_US
The problem is that the samba version from pware that is working is old and I don't see the pware downloads anymore to upgrade to a
2016 Jun 01
3
Problems with OS X 10.11.5
I disabled client signing from the client side, via OS X's global nsmb.conf
file: https://discussions.apple.com/message/30282470#30282470
The performance was back to over 600 MB/s, as compared to 60 MB/s with
signing.
It just seems a bit weird to me that Apple, in response to the Badlock bug,
would have changed the OS X client default to something with such drastic
performance implications,
2014 Dec 02
0
Adding extra fields from an external source
...here X is an integer.
Note: Don't let the "MIB/SNMP" statement on the IANA page confuse you.
OIDs obtained using this form may be used for any purpose including
identifying LDAP schema elements.
Alternatively, OID name space may be available from a national authority
(e.g., ANSI, BSI).
For private experiments, OIDs under 1.1 may be used. The OID 1.1 arc is
regarded as dead name space."
You could define your own attributes and objectclasses in the arc 1.1 or
get your own Private Enterprise Number. That way your additions won't
conflict with other definitions.
-...
2016 May 27
3
CLDAP support in Samba4
Hello.
Just one doubt: Samba4 already supports CLDAP requests?
Thanks.
Marcelo Hartmann Terres
Fones: +55 51 3024-3568 | +55 11 4063-8864 | +55 92 3090-0115
Propus - TI alinhada a negócios
Service | Telecom | Tech | Data Science
www.propus.com.br
2016 Jun 02
0
Problems with OS X 10.11.5
...oo bad for performance. It can be
good, given the right protocol and CPU support.
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
SerNet & BSI laden ein: 29. Juni 2016,
2. IT-Grundschutztag 2016, BPA Berlin.
Anmeldung: https://www.sernet.de/gstag
2016 Jun 02
0
Problems with OS X 10.11.5
..., it's a bit
difficult to implement for general use.... https://xkcd.com/927/
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de
SerNet & BSI laden ein: 29. Juni 2016,
2. IT-Grundschutztag 2016, BPA Berlin.
Anmeldung: https://www.sernet.de/gstag
1997 Dec 05
2
lex, yacc
Hi there!!
Can someone tell me where I can find 'supported' lex and yacc
utilities that work on NT?
Pardon me if this question is not relevant in this list..
Please send me the replies directly to my e-mail
'k.sundram@blr.sni.de' ; since I find that this list
is getting bigger and better..
Thanx in advance
K R Sundaram
--
************************************************
*****
2001 Feb 13
1
Samba Security
Dear Sir,
I just installed my PC with SCO 5.5 with samba which is dowloaded from website in BIN-PACKAGE. I hope that users can save their document inside their home directory at SCO PC. I can see my SCO PC in network neighborhood using windows explorer, but i found the screen like showing as follow:
Enter Network Password
You must supply a password to make this connection
Resource:...
2016 May 31
0
Samba on AIX - Active directory
...e, so this is for IBM customers only I guess. What version does IBM provide there?
Volker
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen http://www.sernet.de, mailto:kontakt at sernet.de
SerNet & BSI laden ein: 29. Juni 2016,
2. IT-Grundschutztag 2016, BPA Berlin.
Anmeldung: https://www.sernet.de/gstag
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
This message contains privileged and confidential information i...
2016 Jun 15
2
horizontal fragmentation?
Hello Marc, I'm referring to divide/fragment de Database AD (if possible). Trying to store a set of Data in a DC and another set of data in other DC... something like this. I ask that, because I've been asked for a strategy or mechanism related to the scalability which based on the horizontal fragmentation of AD. Then, Does AD have some type of mechanism for supporting the horizontal
2004 Dec 14
7
deploying dspam
Hi everyone,
I've been thinking of phasing out my spamassassin installation (it's
hardly doing me any good these days) in favour of dspam. Now since I'm
working on this anyway, I thought I'd configure it so when users get any
spam, it is delivered into a special folder. I figure I need the 1.0
test series for this, so I can make that folder fixed. But, I also want
to allow
2006 Sep 21
4
Help installing terminal client for MV/Pick Systems DB
...use it uses a unique variant on the Telnet protocol that
is licensed differently by the server.
When I first installed I found I needed the mfc40.dll present. After
installing the Dll I'm now stuck with no obvious direction to look.
The Console Output indicates the following:
bmattes@bsi430:~$ wine z:\\home\\bmattes\\Desktop\\MVAcct\
\mvterm.exe
__driCreateNewScreen_20050727 - succeeded
fixme:advapi:RegisterEventSourceA ((null),"mvBASE"): stub
fixme:advapi:RegisterEventSourceW (L"",L"mvBASE"): stub
fixme:advapi:R...