search for: tpi

Displaying 20 results from an estimated 40 matches for "tpi".

Did you mean: api
2010 May 19
0
RE : RE : RE : Example of command ". / Setup /provision"
...walked, this is the first error: > > Naming Information Can not Be Located Because: > The specified domain does not exist or could not be contacted. > Contact your system administrator .... > > Error 2 > > The following domain controller could not be > contacted:SERVEUR-TPI.DOMAINE.CH. > Access denied Well, you do need to actually setup DNS after running the provisioning script. See the wiki <http://wiki.samba.org/index.php/Samba4/HOWTO#Step_8_Configure_DNS> and the manual for whatever flavor of DNS you are using. > > > Thanks > > -----Mes...
2010 May 18
1
RE : Example of command ". / Setup / provision"
SNIP > > > How to know the NetBIOS name in Linux? Linux does not care. Only Windows cares. > > > > The name of my domain is: DOMAINE.CH > The name of my server: SERVEUR-TPI The posix name of the server does not matter. Nor does the DNS name as it can have more than one DNS name. You need to work with Samba as a somewhat separate entity. It is simply easier to match names up for us humans. So.... > > > > If I put "-- realm = SERVEUR-TPI.DOMAINE...
2004 Jul 14
1
Samba 3 + ldap "Domain Users" Can't Logon....
...nt (Windows 2000) send me the message "You do not have access to logon to this Session". When I add the user to the "Domains Admins" groups he log without problems. Somebody had east problem?. Greetings FSP pd: This is my smb.conf: [global] unix charset = LOCALE workgroup = TPI netbios name = TITAN winbind uid = 1 - 65535 interfaces = eth1, lo bind interfaces only = Yes passdb backend = ldapsam:ldap://127.0.0.1 username map = /etc/samba/smbusers log level = 10 syslog = 0 log file = /var/log/samba/%m max log size = 50000 smb ports = 139 445 name resolve order = wins bcast...
2010 May 18
5
RE : RE : Example of command ". / Setup / provision"
> > > I do not understand, I will have a hostname and NetBIOS name > different? Yes. > > > > So > > -- Domain = SAMBA > > it'll be my name NETBIOS, and > > -- Realm = TPI.DOMAINE.CH-SERVER > > will my machine name + my domain? > > Thank you > ________________________________ > De : tms3 at tms3.com [tms3 at tms3.com] > Date d'envoi : mardi 18 mai 2010 15:50 > ? : Viatte Fr?d?ric > Cc : Laurent BARRAILLE; samba at lists.samba.org > O...
2010 May 19
1
TR: RE : RE : RE : Example of command ". / Setup / provision"
...mage I walked, this is the first error: > > Naming Information Can not Be Located Because: > The specified domain does not exist or could not be contacted. > Contact your system administrator .... > > Error 2 > > The following domain controller could not be contacted:SERVEUR-TPI.DOMAINE.CH. > Access denied > > Thanks Do the DNS tests in step 8 of the howto (http://wiki.samba.org/index.php/Samba4/HOWTO#Step_8_Configure_DNS) work from both the Samba4 server and also from the Windows machine? For the Windows machine you will need to use "nslookup" instead...
2004 Jul 13
0
Samba 3 problem.
...nt (Windows 2000) send me the message "You do not have access to logon to this Session". When I add the user to the "Domains Admins" groups he log without problems. Somebody had east problem?. Greetings FSP pd: This is my smb.conf: [global] unix charset = LOCALE workgroup = TPI netbios name = TITAN winbind uid = 1 - 65535 interfaces = eth1, lo bind interfaces only = Yes passdb backend = ldapsam:ldap://127.0.0.1 username map = /etc/samba/smbusers log level = 10 syslog = 0 log file = /var/log/samba/%m max log size = 50000 smb ports = 139 445 name resolve order = wins bcast...
2018 Dec 22
2
[llvm-pdbutil] : merge not working properly
When trying to merge 2 pdbs which have each their own DBI stream, I endup with a pdb with an inconsistent number of stream and no DBI stream (or at least not at fixed index 3, producing a corrupt error when dumping with -l). Looking at the code, it seems that we don't merge other streams than TPI and IPI streams, am I right ? Is the "merge" feature completely implemented ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181222/1a0df20c/attachment.html>
2017 Jun 08
2
[MS] Partial PDB (/DEBUG:FASTLINK) parsing support in LLVM
Hi Zach (or anyone else who may have a clue), I'm currently investigating making use of LLVM for PDB parsing for with a view to supporting partial PDBs as produced by /DEBUG:FASTLINK as the VS DIA SDK hasn't been updated to handle them. I know this is probably low on your priority list but since /DEBUG:FASTLINK is now the implied default for VS2017 I figure it's a good time to take a
2012 Jul 09
3
Package 'MASS' (polr): Error in svd(X) : infinite or missing values in 'x'
..."Subregion" "Rock_U_Nam" "Rock_Name" "Elevation" "Slope" "Aspect" "Hillshade" "Stream_dist" "Coast_dist" "Coast_SE" [14] "Coast_E" "Wind_310" "TPI" "Landform" > > Global <- polr(JVeg5 ~ Elevation + Lat_Y_pos + Coast_dist + Stream_dist, > data=Jdata) > > summary(Global) Error in svd(X) : infinite or missing values in 'x' > ##Try with omit NA command > Global <- polr(JVeg5 ~ Elev...
2003 Jan 03
1
Util for pop3 to dovecot?
What I want to do is pop my email off of a Pop3 server and give it to dovecot for imap serving. Does anyone know of a utility that will allow me to do this? I looked at fetchmail but it seems to want to talk to an SMTP server. Thanks, Brad -- Brad Figg - brad at tpi.com 503.601.0235 ext. 105 TriplePoint, Inc. - http://www.tpi.com
2010 Apr 26
2
Never executing loop in smallft.c
Hello list I've been studying libvorbis code and found a strange fragment in smallft.c: 38 static void drfti1(int n, float *wa, int *ifac){ 39 static int ntryh[4] = { 4,2,3,5 }; 40 static float tpi = 6.28318530717958648f; 41 float arg,argh,argld,fi; 42 int ntry=0,i,j=-1; 43 int k1, l1, l2, ib; 44 int ld, ii, ip, is, nq, nr; 45 int ido, ipm, nfm1; 46 int nl=n; 47 int nf=0; 48 49 L101: 50 j++; 51 if (j < 4) 52 ntry=ntryh[j]; 53 else 54 ntry+=2; 55 56 L104: 57 nq...
2002 Dec 20
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
try: library(foreign) read.ssd("J:\\QM\\Reports\\Sarthur\\SAS_Application\\SAS_Data_Sets","use") instead, hth, Merry Christmas, Bernhard -----Original Message----- From: Stephen Arthur [mailto:sarthur67 at yahoo.com] Sent: 20 December 2002 16:55 To: ripley at stats.ox.ac.uk; rossini at blindglobe.net Cc: r-help at stat.math.ethz.ch; stvjc at channing.harvard.edu Subject:
2019 Feb 25
5
Making LLD PDB generation faster
...h LTO: Input File Reading: 1430 ms ( 3.3%) Code Layout: 486 ms ( 1.1%) PDB Emission (Cumulative): 41042 ms ( 94.6%) Add Objects: 33117 ms ( 76.4%) Type Merging: 25861 ms ( 59.6%) Symbol Merging: 7011 ms ( 16.2%) TPI Stream Layout: 996 ms ( 2.3%) Globals Stream Layout: 513 ms ( 1.2%) Commit to Disk: 5175 ms ( 11.9%) Commit Output File: 37 ms ( 0.1%) ------------------------------------------------- Total Link Time: 43366 ms (100.0%) LTO didn't h...
2000 Oct 02
0
(from BugTraq) openssh2.2.p1 - Re: scp file transfer hole
.... Also, file modes > are not verified, so suid files can be placed in remote system (but that's > not the point, even without it, remote attack eg. on .ssh/authorized_keys > is possible). > > _______________________________________________________ > Michal Zalewski [lcamtuf at tpi.pl] [tp.internet/security] > [http://lcamtuf.na.export.pl] <=--=> bash$ :(){ :|:&};: > =-----=> God is real, unless declared integer. <=-----= > > -------------------------------------------------------------------------------- Martin &quot...
2012 Jul 11
1
Package MuMIn (dredge): Error in ret[, ] <- cbind(x, se, rep(if (is.null(df)) NA_real_ else df, : number of items to replace is not a multiple of replacement length.
..., subset, na.action, contrasts = NULL, ##Hess = FALSE, summ = 0, censored = FALSE, ##model = FALSE, ...) ##Full Model ##14 variables model1 <- multinom(JVeg5~Elevation + Lat_Y_pos + Coast_dist + Coast_SE + Coast_E + Stream_dist + Subregion + Rock_Name + Slope + Aspect + Hillshade + Wind_310 + TPI + Landform, data=Jdata, maxit=600) ##with 14 variables, maximum iterations reached without convergence, therefore... ##have added maxit=600 argument, this increases maximum number of iterations ##from 100 to 600 (convergence at 550). summary(model1) ##MuMIn ##dredge analysis dredge1 <- dredge...
2019 Feb 25
2
Making LLD PDB generation faster
...1430 ms ( 3.3%) > Code Layout: 486 ms ( 1.1%) > PDB Emission (Cumulative): 41042 ms ( 94.6%) > Add Objects: 33117 ms ( 76.4%) > Type Merging: 25861 ms ( 59.6%) > Symbol Merging: 7011 ms ( 16.2%) > TPI Stream Layout: 996 ms ( 2.3%) > Globals Stream Layout: 513 ms ( 1.2%) > Commit to Disk: 5175 ms ( 11.9%) > Commit Output File: 37 ms ( 0.1%) > ------------------------------------------------- > Total Link Time: 43366 ms (...
2019 Feb 25
2
Making LLD PDB generation faster
...sults: Input File Reading: 1602 ms ( 3.5%) Code Layout: 493 ms ( 1.1%) PDB Emission (Cumulative): 43127 ms ( 94.5%) Add Objects: 34577 ms ( 75.8%) Type Merging: 26709 ms ( 58.5%) Symbol Merging: 7598 ms ( 16.7%) TPI Stream Layout: 1107 ms ( 2.4%) Globals Stream Layout: 602 ms ( 1.3%) Commit to Disk: 5636 ms ( 12.4%) Commit Output File: 16 ms ( 0.0%) ------------------------------------------------- Total Link Time: 45626 ms (100.0%) Unfortunately th...
2019 Jan 17
2
[llvm-pdbutil] : merge not working properly
...Builder. Does it sounds a good bet to you ? If I succeed doing that I think that could be a good extension to the debugging possibilities of MCJit if not being an extension to pdbutil. Le jeu. 17 janv. 2019 à 19:37, Zachary Turner <zturner at google.com> a écrit : > Well, for example the TPI stream is just one big collection of types. > Presumably your JIT code will reuse some of the same types (perhaps, > std::string for example) as your non-jitted code. Your jitted symbol > records in the object file (for example, a local variable of type > std::string in your jitted cod...
2018 Dec 24
1
[llvm-pdbutil] : merge not working properly
...o merge 2 pdbs which have each their own DBI stream, I endup > with a pdb with an inconsistent number of stream and no DBI stream (or at > least not at fixed index 3, producing a corrupt error when dumping with -l). > Looking at the code, it seems that we don't merge other streams than TPI > and IPI streams, am I right ? > Is the "merge" feature completely implemented ? > Thanks > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > ----...
2019 Feb 27
4
Making LLD PDB generation faster
...486 ms ( 1.1%) > > > PDB Emission (Cumulative): 41042 ms ( 94.6%) > > > Add Objects: 33117 ms ( 76.4%) > > > Type Merging: 25861 ms ( 59.6%) > > > Symbol Merging: 7011 ms ( 16.2%) > > > TPI Stream Layout: 996 ms ( 2.3%) > > > Globals Stream Layout: 513 ms ( 1.2%) > > > Commit to Disk: 5175 ms ( 11.9%) > > > Commit Output File: 37 ms ( 0.1%) > > > ------------------------------------------------- >...