search for: us1

Displaying 20 results from an estimated 327 matches for "us1".

Did you mean: us
2010 Mar 20
2
different forms of nls recommendations
...and the following code i got the image at the end of this message: US.final.values<-read.table("c:/tmp/US_Final_Values.txt",header=T,sep=" ") US.nls.1<-nls(US.final.values$ECe~a*US.final.values$WTD^b+c,data=US.final.values,start=list(a=2.75,b=-0.95,c=0.731),trace=TRUE) f.US1<-function(x){coef(US.nls.1)["a"]*x^coef(US.nls.1)["b"]+coef(US.nls.1)["c"]} xvals.US1<-seq(min(US.final.values$WTD),max(US.final.values$WTD),length.out=75) yvals.US1<-f.US1(xvals.US1) Rsq.nls.1<-sum((predict(US.nls.1)-mean(US.final.values$ECe))^2/sum((US.fi...
2012 Aug 17
4
Default node
...odes are matching the default node before they are matching the more specific nodes. My site.pp has: include "nodes/*.pp" In the nodes directory are two files, default.pp and nagios_server.pp. default.pp: node default { include role::common } nagios_server.pp: node ''mon01.us1.xxx.com'' { $node_env = "production" include nagios::plugins include nagios::server } Puppet is finding the default on mon01.us1.xxx.com. If I comment out the lines in default.pp, it goes to mon01.us1.bitcasa.com. Shouldn''t it use the default node last? Doug...
2012 Aug 14
8
Custom Providers and Environmemts.
...ly?!?!), I''m getting this:'' err: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type physical_volume at /truth/sauce/env/prod/modules/role/manifests/common.pp:43 on node testweb10.us1.xxx.com Seems related to: http://projects.puppetlabs.com/issues/4409 I''m using environments. Is this fixed? Doug -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups....
2009 Apr 28
1
broken link on http://us1.samba.org/samba/docs/SambaIntro.html
Hi there, My name is Angelica and I was just checking out your page at http://us1.samba.org/samba/docs/SambaIntro.html and noticed that the the link to the Dilbert site on http://www.unitedmedia.com/comics/dilbert/ isn't working. I'm a Dilbert fan myself :) so I thought I'd mention a page I have bookmarked: http://www.answerconnect.com/articles/dilbert-fans It h...
2005 Apr 16
1
Problems with ADS membership with win2k domain
...OT have a win2k3 ADS; we have win2k ADS. So I decided to try samba v3.0.14a since it just came out. However, I still have the same issue. krb5 v1.4 built with: ./configure --prefix=/usr/local make make check (all tests pass) sudo make install /etc/krb5.conf: | [libdefaults] | default_realm = US1.FOO.COM | | [realms] | US1.FOO.COM = { | kdc = dc1.us1.foo.com | } | | [domain_realm] | .dc1.us1.foo.com = US1.FOO.COM samba 3.0.14a built with: ./configure --prefix=/usr/local --with-krb5=/usr/local make sudo make install /usr/local/lib/smb.conf: | [global] | workgroup = FOO | netbios na...
2010 Dec 12
1
Tukey HSD not working
Drug US1 US2 Aptecha Celebrex 235.54 269.99 121.02 Detrol LA 157.99 190.99 55.3 Flomax 166.00 190.99 93.45 Lipitor 174.99 200.99 137.7 Novaldex 108.6 129.99 22.48 Norvasc 186.66 203.99 161.93 Plavix 107.99 106.99 64.53 Prevacid 117.39 134.99 59.83 Prilosec 115.99 126.99 57.75 Zyrtec 181.1 200.99 58.79 U...
2005 Apr 16
1
Problems with ADS membership in win2k domain
...OT have a win2k3 ADS; we have win2k ADS. So I decided to try samba v3.0.14a since it just came out. However, I still have the same issue. krb5 v1.4 built with: ./configure --prefix=/usr/local make make check (all tests pass) sudo make install /etc/krb5.conf: | [libdefaults] | default_realm = US1.FOO.COM | | [realms] | US1.FOO.COM = { | kdc = dc1.us1.foo.com | } | | [domain_realm] | .dc1.us1.foo.com = US1.FOO.COM samba 3.0.14a built with: ./configure --prefix=/usr/local --with-krb5=/usr/local make sudo make install /usr/local/lib/smb.conf: | [global] | workgroup = DOMAINM2CRO | ne...
2004 Sep 15
2
auto Sync username when connecting SMB using winbind feature
I have question, if I have about 500 Active Directory users on my network and I would like them to connect to my Linux server via SMB from MS Windows box. Would there be any way where I can setup an auto mount of the users home directory on the Linux Server, so I can avoid adding 500 users to the Linux server? Thanks, ________________________________ Puneet Talwar Contractor/CIPS Unix
2000 Feb 11
2
What happened to mailing list archives?
Andrej Borsenkow wrote: > Current aside, the February2000 was last modified on February, 2nd. Last > message there is http://us1.samba.org/listproc/samba/February2000/0042.html > The same is true for samba-technical, samba-cvs (did not check others) > Or is it a problem of my proxy? I don't think so, I see the same thing. Samba web-folks, could you check this out, please? --dave -- David Collier-Brown, | Alwa...
2000 Mar 14
0
unix to unix via samba?
Hi, I've setup samba for the first time and can see Win98 and WinNT 4.0 shares from my FreeBSD machines. Conversely, I can see "Unix Shares" from both Win98 and WinNT 4.0 I followed the instructions found in http://us1.samba.org/samba/docs/DIAGNOSIS.html <http://us1.samba.org/samba/docs/DIAGNOSIS.html> One thing I cannot do is have the FreeBSD machines use Samba to communicate with each other. However, I can use smbclient on a FreeBSD machine to see itself (on of the tests in http://us1.samba.org/samba/d...
2009 Feb 04
1
Idmap + LDAP + winbind: our first BDC - doubts about idmap ranges and winbbindd + Idmap dn
Hi, My doubt is about Idmap + LDAP + winbind, related do BDC + PDC. We are using Samba 3.0.33 (Slackware 12.0.0). Our layout is almost like this one http://us1.samba.org/samba/docs/man/Samba-Guide/images/chap6-net.png, but we have more BLDGn than this example. Actually, we are taking ideas from http://us1.samba.org/samba/docs/man/Samba-Guide/happy.html and from http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-bdc.html. We are rea...
2012 Aug 27
5
Append string to list items.
I have an array: $nodes = [''gfs01'' ,''gfs02'', ''gfs03'', ''gfs04] and a string variable: $brick_store = "/var/bricks" How can I append "/var/bricks" to each item in the array? Lack of a looping construct makes this challenging in puppet. Such that: brick_array = [''gfs01:/var/bricks'',
2007 Nov 19
5
Howto modify samba printer ACLs without Windows?
Hi all, I would like to limit access to our samba shared printers to certain user groups by commandline without using Windows. Is this possible? Thanks! Christoph
2012 Feb 10
0
[LLVMdev] Paulo Coutinho left a message for you...
Paulo Coutinho left a message for you... Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using the message exchange system. To find out what's in the message, just follow this link: http://us1.badoo.com/pcmnac/in/GUikHjCbJWY/?lang_id=3&m=63&mid=4f347a7e000000000003000027ee8a5b Some more patiently waiting folks: Alysson (San Francisco, CA, United States) Amb (San Francisco, United States) Prab (New Delhi, India) Italo (Campina Grande, Brazil) http://us1.badoo.com/pcmnac/in/GUikH...
2010 Sep 24
0
¡Marcos Ortiz te ha dejado un mensaje en Badoo!
?Tienes un nuevo mensaje en Badoo! Marcos Ortiz te dej? un mensaje. Haz click en este enlace para verlo: http://us1.badoo.com/marcosluis2186/in/GZba-jJeopY/?lang_id=7 M?s gente que tambi?n te est? esperando: Relquis (Trinidad, Cuba) Yadiria (Trinidad, Cuba) Elcubanito (Trinidad, Cuba) http://us1.badoo.com/marcosluis2186/in/GZba-jJeopY/?lang_id=7 Si al hacer click sobre el enlace, no funciona, copia y pega la...
1999 Nov 19
2
\\host\root
this is a slight variant of what's in the FAQ (http://us1.samba.org/samba/docs/FAQ/#25) because i don't understand why the answer provided there seems to miss the entire point. why does the "root" share exist at all? it certainly isn't part of my smb.conf ! Am i missing the obvious? what other hidden shares are there? (didn't...
2000 Jun 08
1
Mailing list archives?
I'm new to this mailing list. I mainly joined because the archives of this and other samba mailing lists are no longer available from the samba web pages. I assume I'm not the first person to notice this? Andy
2000 Jul 17
1
Lots of broken links!
Hi. Where is th /listproc library ? There is a LOT of broken links! http://us1.samba.org/listproc/samba/January1999/0294.html Best regards, Alex
2013 Jul 13
0
★ Libvirt Users, Rene Bon Ciric te ha dejado un mensaje
Rene Bon Ciric te ha dejado un mensaje Este mensaje es personal. Sólo tú y su remitente tenéis acceso a él y te recordamos que lo puedes eliminar en cualquier momento. Si quieres responder puedes hacerlo desde el chat. Para leer tu mensaje, haz clic en el siguiente enlace: http://us1.badoo.com/renich/in/l-47pIIAagA/?lang_id=7&g=57&m=21&mid=51e14031000000000007000001f1ad310252eb3f00e9 Otras personas de tu zona están en Badoo Marioo (Guadalajara, México) Angela (Guadalajara, México) http://us1.badoo.com/renich/in/l-47pIIAagA/?lang_id=7&g=57&m=21&mid=51e14...
2006 Jun 16
1
Excluding redirected directories causes file deletion on logout...
Hi, Samba: samba-3.0.21 OS: OpenBSD I built a new WinXP (sp2 and fully updated) box with the the idea of making a Default User profile. I followed the directions in the "Making Happy Users" section of the Samba-3 By Example guide. http://us1.samba.org/samba/docs/man/Samba-Guide/happy.html#redirfold Folder redirection is working, using the %LOGONSERVER%\profiles\%USERNAME%\ string to replace %USERPROFILE%. But, when I use gpedit.mmc to exclude the redirected folders from the roaming profile, as instructed here http://us1.samba.org/...