search for: nmt

Displaying 20 results from an estimated 22 matches for "nmt".

Did you mean: net
2001 Mar 07
0
Problems upgrading samba
...irst installed, and no "lock directory" defined. After reading the smb.conf man page I decided that share modes sounded like a good idea, so turned them on. [global] debug level = 1 protocol = NT1 password level = 5 os level = 20 workgroup = TCC password server = prism.nmt.edu security = server remote announce = 129.138.3.255 log file = /var/adm/samba/var/samba.log lock directory = /var/adm/samba/var/locks [apps] comment = PC Applications path = /thorium/apps public = no writeable = yes [globalwin] comment = Global PC Apps path...
2001 Apr 17
0
PCPine performs illegal operation writing fcc over samba
This is a resend, since the samba list didn't like my logfile. I guess it was too big. The logfile is now at: http://www.nmt.edu/~wcolburn/samba.log I am sending this to both the pine people and the samba people. My hope is that one of you might be able to help me. :) PCPine is installed on a network drive (Y:) here. It is run from Windows 95 boxes. The users account is on a network drive (U:). Both Y: and U: are...
2006 Sep 18
2
FC5 smbpasswd not working
...It was working under FC2 and still works under Redhat 9, so it's definitely an FC5 issue. Anyone know what's going on? -- Regards, Michael Martinez Engineering Manager Tech Computer Center (TCC), Speare Room 128 New Mexico Tech, 801 Leroy Place, Socorro, NM 87801 (505) 835-5388 mikem@nmt.edu http://www.nmt.edu/tcc/ -- http://sftplogging.sourceforge.net http://atftplocalnet.sourceforge.net/
2002 Apr 18
2
Changing tick mark labels
Hello, Can anyone help me out with this problem? After performing logistic regressions and testing the significance with likelihood ratios, I have plotted the results using "termplot". I am wondering, how to get the names of my variables to appear on the x-axis rather than ascending numbers? I have used: termplot(fm, se=T, axes=FALSE, col.se="black") axis(1, 1:4,
2001 Jan 27
1
termplot fails for composite non-factor terms (PR#828)
...call change data = model.frame(model) to data = get(as.character(model$call$data)) [This does not work if the variable values are specified in the function call. It is not clear to me how to fix that.] 2. A few lines from the beginning, replace if (is.null(xlabs)) xlabs <- nmt if (is.null(ylab)) ylab <- substitute(link(foo), list(foo = formula(model)[[2]])) with if (is.null(xlabs)) xlabs <- unlist(lapply(cn,function(x) if(length(x)>1)as.character(x[[2]]) else as.character(x))) if (is.null(ylab)) ylab <- paste(&quot...
2004 Mar 18
1
termplot has problems with a single term (fix included) (PR#6679)
...erms)) > > In this case terms is now a matrix of fitted values, with a single > column for each term in the model or in the terms argument. Because > the predict function returns a vector if called with a single term, > the matrix tms has no column names. This maskes the lines > nmt <- colnames(tms) > cn <- parse(text = nmt) > fail. > > Solution: manually add the column names in case the number of columns > of tms == 1. Beware that the terms argument is overwritten in the > first line of the function (Is that a good style? Perhaps the body of > the...
2004 Mar 18
1
termplot has problems with a single term (fix included) (PR#6675)
...terms$fit else terms)) In this case terms is now a matrix of fitted values, with a single column for each term in the model or in the terms argument. Because the predict function returns a vector if called with a single term, the matrix tms has no column names. This maskes the lines nmt <- colnames(tms) cn <- parse(text = nmt) fail. Solution: manually add the column names in case the number of columns of tms == 1. Beware that the terms argument is overwritten in the first line of the function (Is that a good style? Perhaps the body of the function needs another name for t...
2006 Sep 20
2
migrating smbpasswd backend to ldap backend
i would like to use an ldap backend in place of my existing smbpasswd backend because i just can't get unix password synchronization to work. Any suggestions on how i can make this smooth migration ?
2009 Apr 15
3
install error for rails-widgets
When i am trying to install the rails-widgets on windows vista from http://wiki.github.com/paolodona/rails-widgets location I get an error. Please help. cd myrails-app ruby script/plugin install git://github.com/paolodona/rails-widgets.git rake widgets:setup following is the error ---------------------------------------- rake aborted! Don''t know how to build task
2002 Sep 21
7
Another printing problem...
...lus, she is allowed to login to all of the other shares (which can be seen in the last line). If anyone could provide me assistance with this, I would greatly appreciate it. I've been scratching my head over this for a couple of days now. -- Jeff "Shippy" Shipman E-Mail: shippy@nmt.edu Computer Science Major ICQ: 1786493 New Mexico Institute of Mining and Technology Homepage: http://www.nmt.edu/~shippy
2013 Jul 18
2
Help building OPUS library using FIXED_POINT option
...[exec] collect2: ld returned 1 exit status [exec] make: *** [obj/local/x86/libdmt_opus.so] Error 1 [exec] /cygdrive/c/android/android-ndk-r8e/build/core/build-binary.mk:450: recipe for target `obj/local/x86/libdmt_opus.so' failed [exec] make: Leaving directory `/cygdrive/c/eng/nmt/NextGen/trunk/android/N extGen/build/opus' BUILD FAILED C:\eng\nmt\NextGen\trunk\android\NextGen\build.xml:374: The following error occu rred while executing this line: C:\eng\nmt\NextGen\trunk\android\NextGen\build-native-lib.xml:28: exec returned: 2 Total time: 1 minute 10 seconds --------...
2000 Jan 10
0
./configure --program-suffix doesn't work
...do './configure --prefix=/usr/local --program-suffix=1'. The programs did not compile with a "1" on the end of their names, and don't work when renamed (mainly, ssh when called as ssh1 says "Bad host name: ssh1"). Systems Programmer - Nathan Paul Simons http://www.nmt.edu/~enigma Speare 20 x5748 -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBOHozTIagi6ObDYzdAQHSdwQAi7wRpFvP52TErkr948VFg1LN4HZNjx2N K8SBnS4k3EW9iJTFdb/AJ33Ow+VZwpZvQfXHI0bSlW1sdFl3kvnHvNRo7wrolgfS Qzf97cdInbamLOsBNhvaIv8t2C0RIsArRbY0LmHisWm6MMQSKxtcSwTNMN4BbnIH TBtxUN9wAJc= =gs+3 -----E...
2003 Mar 26
0
termplot (PR#2687)
...lot': n.tms <- ncol(tms <- as.matrix(if (se) terms$fit else terms)) mf <- model.frame(model) if (is.null(data)) data <- eval(model$call$data, envir) if (is.null(data)) data <- mf data <- data[ dimnames( tms)[[1]], ] # MVB nmt <- colnames(tms) cheers Mark Mark Bravington CSIRO (CMIS) PO Box 1538 Castray Esplanade Hobart TAS 7001 phone (61) 3 6232 5118 fax (61) 3 6232 5012 Mark.Bravington@csiro.au --please do not edit the information below-- Version: platform = i386-pc-mingw32 arch = i386 os = mingw32 syste...
2000 Jun 27
7
File Extension .OGG
Hi, I've already sent this to feedback@vorbis.com, but I got no response and this might be more correctly placed here anyway, so here is a revised vesrion. I have one thing to criticize, which is the file extension *.OGG. It's ambigous (the Netrek meaning) and using it for both video and audio seems confusing. Plus, there are a lot of OGG files floating around that are generated by
2000 Jun 27
7
File Extension .OGG
Hi, I've already sent this to feedback@vorbis.com, but I got no response and this might be more correctly placed here anyway, so here is a revised vesrion. I have one thing to criticize, which is the file extension *.OGG. It's ambigous (the Netrek meaning) and using it for both video and audio seems confusing. Plus, there are a lot of OGG files floating around that are generated by
2004 Sep 24
1
sharing /etc/passwd
How 'bout PAM? /usr/ports/security/pam_ldap. If you have machines that can't do PAM, perhaps NIS is the way to go (assuming, of course, you're behind a firewall). You can store login information in LDAP like you want, then use a home-grown script to extract the information to a NIS map. Or, if you have a Solaris 8 machine lying around, you can cut out the middle step and use
2003 Dec 01
0
No subject
...; > If I open the netbios alias ( \\icadfs\dfs\pblc ) it opens as an > empty directory. > > The server is sgi, irix 6.2 > the client(s) are NT 4.0 sp6 > > What do I do wrong, and if not, what is wrong ? > > -- > Adrie Kooijman > > > Return-Path: <wcolburn@nmt.edu> Delivered-To: samba@samba.org Received: from mailhost.nmt.edu (mailhost.nmt.edu [129.138.4.52]) by lists.samba.org (Postfix) with ESMTP id AE5ED481C; Wed, 30 May 2001 08:32:29 -0700 (PDT) Received: (from wcolburn@localhost) by mailhost.nmt.edu (8.11.4/8.11.4) id f4UFWqp25860; Wed, 30...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...T&7r zr&9+<AD}A=iezi8HoC&@jA$PUtLRzn;H<h7XGR*Q#&$6|2aBc(-6A-gmkj4D{uZxI zi9>yu1Uohhtk)%L1gGoWIwX=dU7J#%zwWaSZwBW;X(@(HG)Gh8b2Lm*DQDmY-t@`A zVLq^6eW+QpG;4`gGR&vOhxwpT7KexXf;ob2Nsb!NDb>YEE$)BIC*uo>WORfN+T{pe zWzSN2840}te=6x1pdNjjg5LItqh?0*9g2I0zH&m#G;oBlG8unrB(NpNmTA-#K|iR| zA+r))j_|;{J~apxssp~_I;0I<U5=a^M|{w${7%b#php_JLZu=+0bdbc7^E8)(P7Zg zY>}C-$j)Xq2~E-IBaH&1e2TcJakf^7h)5QQK1 at XIArr}}v}v!ZM>{Kn_F_Rh%b~qk zLnpqJ_F~XR*UoksCQi|vvnm8_ at uRbX8WD|T6VZi4v`9i75YdGi`t+ql7lJ5ydXC5N zj7*~T at Q&nE)}x(6v{yT{a|G?x8hZMrv{!@nYMQJDaaZMd&rvyUY89JKF at...
2003 Apr 04
0
Ssh: packet_read: long wait
Hello, When I run ssh between two computers I have a 3 second delay before I can login. I ran ssh with the verbose option and found out that the delay is in between the following lines: ... debug1: Installing crc compensation attack detector. debug1: Received encrypted confirmation. (*** 3 second delay here ****) debug1: Doing challenge response authentication. debug1: No challenge. I read
2003 Apr 04
0
Ssh: packet_read: long wait: Update
I change my network configuration and now I don't have this problem any more. Jose Guilberto /***************************************************/ Hello, When I run ssh between two computers I have a 3 second delay before I can login. I ran ssh with the verbose option and found out that the delay is in between the following lines: ... debug1: Installing crc compensation attack