Displaying 20 results from an estimated 98 matches for "albany".
Did you mean:
alban
2005 Jul 28
1
using pam_winbind to authenticate against AD/krb
...freebsd/winbind
i am able to get my machine to the point where i can query users with
'wbinfo':
$ wbinfo -u|grep galbrecht
galbrecht
i am unable, however, to login to my machine using any service, telnet
for example:
$ telnet -K localhost
Connected to localhost
FreeBSD/i386 (albany.undef.net) (ttyp7)
login: galbrecht
Password: ******
login:
my /var/log/messages shows:
... albany pam_winbind[15753]: user 'galbrecht' granted access
... albany login[15753]: pam_acct_mgmt(): error in service module
if i attempt to login with a username that does not exist, in...
2006 Apr 04
0
New Rails Group - Albany, NY Area
Hello folks,
We have started a new rails community in the Albany, Schenectady, Troy,
Saratoga (Tech Valley) are of NY. For now, we have a little listserve
up and running. To join, go to www.techvalleyonrails.com
Best,
Brian
---------------------------
Brian Corrigan
---------------------------
2013 Apr 26
2
Can a column of a list be called?
...ana Makedonska,
B.Sc. Biology, Universite Paul Sabatier Toulouse III
M.Sc. Paleontology, Paleobiology and Phylogeny, Universite de Montpellier II
Ph.D. candidate in Physical Anthropology and Part-time lecturer
Department of Anthropology
College of Arts & Sciences
State University of New York at Albany
1400 Washington Avenue
12222 Albany, NY
Office phone: 518-442-4699
http://electricsongs.academia.edu/JanaMakedonska
http://www.youtube.com/watch?v=OHbT9VvtonM<http://www.youtube.com/watch?v=jRoMoLjzpf4&list=PL5BF6ACDCC2E4AAA0&index=7>
[[alternative HTML version deleted]]
2006 Jun 15
0
Rails Users In Upstate NY? - Albany Area?
I''ve been trying to put together a local group.. If anyone is interested,
check out www.techvalleyonrails.com
Thanks!
2003 Sep 16
2
can predict ignore rows with insufficient info
...how many days these sites
will take to complete (I've simplified the above discussion to
remove many of the other factors involved.)
nconst<-subset(const,is.na(const$days))
x<-predict(g,nconst)
Error in model.frame.default(object, data, xlev = xlev) :
factor city has new level(s) ALBANY
This is because we haven't yet completed a site in Albany.
If I just had one to worry about I could easily fix it (choose
a nearby market with similar characteristic) but I am dealing
with a several hundred cities. Instead, for the cities not
modeled by g I'd simply like to use the state,...
2013 Apr 08
3
extensions.conf / test DID
...is the dial plan:
[incoming]
exten => 17036361355,1,Playback(beep)
exten => 17036361355,2,SayDigits(${EXTEN})
exten => 17036361355,3,Goto(testdtmf|s|1
;Ring on Elle mobile phone.
;exten => s,1,Answer()
;exten => s,n,Dial(SIP/17037171234,150,r,t,)
[general]
register =>1112530146:albany!@#123 at sip3.voipvoip.com/1112530146
registertimeout=20
context=incoming
allowoverlap=no
bindport=5060
bindaddr=192.168.1.10
srvlookup=no
;context=incoming
; The SIP provider
[voipvoip.com]
canreinvite=no
username=1112530146
fromuser=1112530146
secret=albany!@#123
context=incoming
type=friend
fro...
2011 Dec 15
1
Inquiry about matrix pooling
...quot;The world is full of mysteries. Life is one. The curious limitations of
finite minds are another."(J.B.S. Haldane, The Causes of Evolution)
Jana Makedonska, M.Sc.
Ph.D. candidate/ Part-time lecturer
Department of Anthropology
College of Arts & Sciences
State University of New York at Albany
1400 Washington Avenue
12222 Albany, NY
Office phone: 518-442-4699
[[alternative HTML version deleted]]
2013 Apr 26
2
Help with dataEllipse function
...ana Makedonska,
B.Sc. Biology, Universite Paul Sabatier Toulouse III
M.Sc. Paleontology, Paleobiology and Phylogeny, Universite de Montpellier II
Ph.D. candidate in Physical Anthropology and Part-time lecturer
Department of Anthropology
College of Arts & Sciences
State University of New York at Albany
1400 Washington Avenue
12222 Albany, NY
Office phone: 518-442-4699
http://electricsongs.academia.edu/JanaMakedonska
[[alternative HTML version deleted]]
2008 Jul 23
3
how can I write code to detect whether the machine is Windows or Linux?
...w this, I could write my code in a way so that I didn't have to
adjust path names to data file all the time.
I checked the archives... didn't find anything, but perhaps didn't know
the right search terms...
Thanks for your help, R-community! Please respond to:
philipsmith at alumni.albany.edu
Best regards,
Phil Smith
Duluth, GA
2011 Oct 28
2
NT4 SP3 PDC with MS Exchange 5.5 to Samba 3.x ldapbacked PDC and MS Exchange 5.5 still
...successfully? Does this sound reasonable?
Is the trust relationship overkill and likely to cause problems? (tell users
to cache the outlook login and be done)
Thanks
Derek
Derek Werthmuller
Director of Technology Innovation and Services
Center for Technology in Government
518.442.3892
www.ctg.albany.edu <www.ctg.albany.edu>
2004 Jan 16
0
Nlm
...ly as stable and reliable with respect to finding the
min of a surface. Nlm on the other hand is faster. We have played with the
various tol controls but have been unable to increase reliability. Do you
Have any suggestions?
Thanks
Tim Gage
Professor Anthropology and Epidemiology
University at Albany
Albany NY.
tbg97 at albany.edu
2007 Sep 07
0
computing distance in miles or km between 2 street
...ched to it and calculate distances because it "knows" coordinates, a network of roads and so on.
I am not sure this helps but at least maybe gives you some ideas where to look next.
Monica
Message: 53Date: Thu, 06 Sep 2007 14:42:32 -0400From: Philip James Smith <philipsmith@alumni.albany.edu>Subject: [R] computing distance in miles or km between 2 streetaddressesTo: r-help@stat.math.ethz.chMessage-ID: <46E04A18.7040909@alumni.albany.edu>Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi R-ers: I need to compute the distance between 2 street addresses in either...
2008 Sep 26
1
howto convert matrix of numeric values to Date class?
...ot;mat," of numeric values that are in days since
Jan 1, 1960.
I want to convert them Date class values so that I can do things like
seq( value , len=10, by="1 week")
where "value" is any of the matrix elements.
How do I do this?
Please reply to: philipsmith at alumni.albany.edu
Thanks!
Phil Smith
Duluth, GA
2006 Apr 04
0
get quota command - Example
...ay cause some
problems in very large systems due to constant use of perl in the
background. If nothing else this will serve as a starting point for
those attempting to make heads or tails of the documentation.
Cheers,
Eric Warnke
Systems Administrator - Research IT
State University of New York at Albany
#!/usr/bin/perl
#
# Copyright 2006 Eric Warnke <ewarnke@albany.edu>
# This application may be used for any purpose as long
# as credit is givin to Eric Warnke and to SUNY Albany
#
# This application interfaced SAMBA 3.X series cifs server with
# quota information available through the comm...
2005 Oct 20
1
Windows 2000 crash while using rbind (PR#8225)
...(om.tp[,c(6,2,4,5,3)])
`data.frame': 1001384 obs. of 5 variables:
$ age5 : Factor w/ 18 levels "0 to 4","5 to 9",..: 1 1 1 1 1 2 2 2 2 2 =
...
$ sex : Factor w/ 2 levels "Females","Males": 1 1 1 1 1 1 1 1 1 1 ...
$ lga : Factor w/ 142 levels "Albany (C)","Armadale (C)",..: 21 21 21 =
21 21 21 21 21 21 21 ...
$ count: num 7.33 7.45 7.05 6.31 5.71 ...
$ year : Factor w/ 41 levels "2001","2002",..: 1 1 1 1 1 1 1 1 1 1 ...
> str(eas[,c(2,1,3,4,5)])
`data.frame': 25342 obs. of 5 variables:
$ age5 : F...
2002 Nov 05
1
getent not working / winbindd issues
...nown
Here is my /etc/nsswitch.conf (abbreviated):
passwd: files winbind
shadow: files winbind
group: files winbind
Here is my smb.conf:
[global]
workgroup = vsionline
server string = Samba %v -- TEST --
security = domain
password server = vsi-vsi-albany
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind separator = +
winbind cache time = 10
winbind enum users = Yes
winbind enum groups = Yes
For reference, here is my /etc/pam.d/login:
[root@tux pam.d]# cat login
#%PAM-1.0
auth r...
2002 Feb 14
12
Home shares staying (NT4)
...inally has the same
problem I've got at the moment but alas I've not yet been able to find a
solution by searching the archives or my samba book.
http://marc.theaimsgroup.com/?l=samba&m=101164606128599&w=2
--
Regards,
Deryk Robosson
Robosson Business Services
22 Flemington Street
Albany, WA 6330
ABN: 56 728 377 499
Phone: +61 4 0842 9835 Email: deryk@0x0a.com
2004 Jul 22
2
A script to convert existing video files to Ogg
(Theora/Vorbis) available.
Message-ID: <410011E4.2040904@hut.fi>
Hello,
I noticed that it's quite difficult currently to create Ogg format files
(Ogg Theora for video and Ogg Vorbis for audio). There's only the
encoder_example-program, which is included in the libtheora source
packages, but seemingly not in any libtheora/libtheora-devel packages
that are around the web for e.g.
2002 Oct 31
9
getent not working correctly
...ks!
-SP
===========================================================
?
?? \??????? /?? ____/??? / Sean Patrick Ingles
??? \????? /?? /??????? / Jr. Network Engineer
???? \??? /?? ___ /??? /?
????? \? /?????? /??? /?Vision Systems, Inc.
????? __/?? ____/?? _/?142 State Street
???????????????????????Albany, NY 12207
??? www.visionsys.com???Landline: +1 518.434.4300 x1406
??ingless@visionsys.com??Fax: +1 518.434.4304
?
==========================================================
2006 Jan 13
1
Problems installing R 2.2.1
...ing directory `/opt/devel/POWER/R/R-2.2.1/src/modules'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/opt/devel/POWER/R/R-2.2.1/src'
make: *** [R] Error 1
Any ideas would be appreciated. I will continue reading the
documentation.
Anne Shelton
ITS Research IT Group
University at Albany
1400 Washington Ave. - MSC-100
Albany, NY 12222
Office: 437-4525 Cell: 788-8634
[[alternative HTML version deleted]]