similar to: (no subject)

Displaying 20 results from an estimated 10000 matches similar to: "(no subject)"

2002 Nov 18
1
(no subject)
Hi, Does anyone have a simple login script which i can put in smb.conf for my samba server.I am installing samba first time and dont know perl.I copied one from book "Using samba" but it does not work. Thanks pravin _________________________________________________________________ Help STOP SPAM with the new MSN 8 and get 2 months FREE*
2002 Nov 18
0
user help
Hi, > I am trying to install a samba server and browse it through a win2000 >machine.Since it is in testing stage now ,i have removed all security >features.There is already a wide area network and i am trying to install my >samba server in it.So that i can browse samba server through other win >machines.Do i need a special permission from windows administrator for
2002 Nov 27
0
RE: security=domain and Citrix MetaFrame on W2K was Windows 2000T erminal Server and Samba
Troy, This does work in the security=domain situations (This is what I am currently using in my smb.conf). You do not need to do anything special for joining the doman when using the aliases. Date: Wed, 27 Nov 2002 10:15:44 -0600 From: "Troy.A Johnson" <troy.johnson@health.state.mn.us> To: <samba@lists.samba.org> Subject: [Samba] security=domain and Citrix MetaFrame on
2003 Dec 24
0
AW: coding logic and syntax in R
Hi, In <- as.numeric(strsplit("11111011111101111111111111111111", "")[[1]]) Sets <- rep(letters[1:4], each = 8) ## your sets Sp.In <- split(In, Sets) logical <- sapply(Sp.In, function(x) any(x == 0)) c(as.matrix(data.frame(Sp.In))* rep(!logical, each = 8)) ## for equal sets This could give you a hint Thomas -----Urspr?ngliche Nachricht----- Von: Pravin
2003 Oct 15
1
Edirectory and Samba
I am also interesting in good docs on this... anyone got any? Is it in the grand howto? :-) Troy >>> "Joe Stuart" <jstuart@edenpr.k12.mn.us> 10/15/03 08:27AM >>> I was wondering if anyone has gotten samba to authenticate to Edirectory? If so is there any good docs anywhere online on how to do it? I've done some searching, but can't seem to find a whole
2003 Jul 28
1
(no subject)
Greetings All: I'm a newbie at Samba and have been attempting to get Samba to run on a BSD box with little success. Looking at hte /var/log/log.smbd file I get some wierd error message: [2003/07/28 13:18:36, 0] lib/util_sock.c:open_socket_in(804) bind failed on port 139 socket_addr = 0.0.0.0. Error = Address already in use Also, in the nmbd: [2003/07/28 13:18:41, 0]
2013 Feb 12
1
Is there any way to mask or hide the INBOX label for Dovecot 1.2.x Shared Mailboxes?
Hello, I'm setting up a new Dovecot sever to replace an old Cyrus server, and need to keep things as consistent as possible. I have a couple local accounts, like junkmail and notjunkmail that users get shared access to, and can drop things in to train sa-update. However, when users share over junkmail's inbox, it's displayed in the hierarchy: ? Other Users ? junkmail ? INBOX
2003 Dec 24
4
coding logic and syntax in R
Hello, I am a beginner in R programming and recently heard about this mailing list. Currently, I am trapped into a simple problem for which I just can't find a solution. I have a huge dataset (~81,000 observations) that has been analyzed and the final result is in the form of 0 and 1(one column). I need to write a code to process this column in a little complicated way. These 81,000
2004 Apr 29
0
randomization test
Hello all, I am conducting a randomization test on a given dataset. One of the covariates, gender, is randomly assigned 1000 times to create a randomization dataset (rand.data). To these 1000 datasets, I fit a full model (see below) and the aim is to generate a distribution of LRT statistic under the null. Here are some of the questions I have: 1. I am using for() loop to fit the dataset
2004 Sep 18
0
Pharmacokinetics using R
Hi, I just wonder if R is still used for PK analysis. However, I have to use R for some purposes anyways. Here is a really strange problem I am running into and I hope to get some assistance from the group. The following code works fine in S-Plus (Population estimates and MAP estimates look reasonable ). cs.fit<-nlme ( CONC~phenoModel(CID,TIME, DOSE, lCl, lV), fixed = lCl+lV ~1,
2004 Jan 08
1
Upgrading Samba: minimum requirements for Samba wrt Solaris and gcc
Greetings list! I have a older Samba (v 2.0.7) server compiled with an older gcc (v 2.8.1) running on an older Solaris (v 2.5.1). I would like to upgrade to a newer version of Samba. I have had trouble compiling Samba version 3.0.1 with gcc version 2.8.1 on Solaris 2.5.1: $ ./configure checking for gcc... gcc checking for C compiler default output... cat: cannot open conftest.c configure:
2003 Jan 24
0
(no subject)
_________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
2003 Sep 06
0
(no subject)
hi, >On Fri, Sep 05, 2003 at 08:49:01AM +0000, Mimic Mimicmike wrote: >>I config admin dn: like that,It work,and I can use ldap with samba for >>store account for users computers groups but id map is still locate on >>/var/cache/samba/winbindd_idmap.tdb >> >>my ldap is on >>passdb backend = ldapsam, guest >it strange to use security=domain (or ads) and
2002 Nov 23
1
No subject
Dear lister Few months ago I posted a question about the drawing of a nomogram through R routines. Any news? thanks _________________________________________________________________ http://join.msn.com/?page=features/junkmail -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2011 Jun 22
2
best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR?
Hi everyone, what are your best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR? THANKS +++++++++++ Pravin Mishra -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2019 Oct 14
2
[LLD] Placing more sections in same segment as data?
I've noticed that lld keeps the data section more isolated than the gold or bfd linkers. For example, readelf -l applied to the "same" executable linked with those three linkers reveals the following under "Section to Segment mapping": lld: 05 .data .got.plt .bss gold: 03 .eh_frame .init_array .fini_array .preinit_array .dynamic .got .got.plt .data .bss bfd: 05
2011 Jun 23
2
getting twitter followers into our rails application
Hi everybody, I have integrated OAuth into my app. Now I want to get the follower lists for the user who has authenticated using OAuth. My app works on ruby on rails. And i want to know how i can fetch the followers list for the current logged in user. Can someone tell me if they have done it before? thaks +++++++++++++++ Pravin Mishra -- You received this message because you are subscribed
2006 Jun 29
1
Seeking RoR help for an upcoming project
Hello, We''re working on building a fairly lightweight, community-oriented site which would be a great opportunity for a beginning-to-moderately-experienced RoR developer looking to cut their teeth on a real site. The site could prove to be highly visible if succesful and would be an excellent addition to your portfolio. Please drop me a line and I can go into detail on the
2011 Oct 29
1
Refresh tab content on click in JQuery UI Tabs
HI Guy''s TAB1 and TAB2 have some radio button, checkbox and dropdown menu. When TAB1 is selected, I have to switch to TAB2 and then back to TAB1 to refresh the loaded content. How to make TAB1 refresh loaded content when click on its tab? *code is something like that* <ul class="tabs"> <li><a *href="#tab1"*>Gallery</a></li>
2009 Jun 29
1
S4 and connection slot [Sec=Unclassified]
Hi all, I am having a problem trying to declare a slot representation to hold a file connection. With V2.8.0 I had been using: setClass("Element", representation( [other slots removed], datafileConn = setOldClass(c("file","connection")) ) ) This resulted in a warning but still ran okay. No however with V2.9.0 I am getting