similar to: Newbe

Displaying 20 results from an estimated 2000 matches similar to: "Newbe"

1999 Mar 30
3
NT PDC forgets it's the domain master browser! Why???
I've seen this happen several times, and, short of rebooting the NT PDC, I can't seem to fix it. Background: We have two numbered networks in the building. We have an NT domain that has members on both numbered networks. To keep browse lists straight, I've designated Samba as the browse master on one of the networks. It's declared to be in the same workgroup as the NT primary
2013 Nov 08
1
SNPRelate: Plink conversion
Hi, Following my earlier posts about having problems performing a PCA, I have worked out what the problem is. The problem lies within the PLINK to gds conversion. It seems as though the SNPs are imported as "samples" and in turn, the samples are recognised as SNPs: >snpsgdsSummary("chr2L") Some values of snp.position are invalid (should be > 0)! Some values of
2005 May 14
1
make check fails after building R 2.1.0 on Fedora Core 3
I have R v2.0.1 already running on the machine in question; a fairly generic Fedora Core 3 machine. I am trying to build the new version 2.1.0 and have not been able to troubleshoot the problem I encountered. I'm hoping someone else has seen it and can suggest a troubleshooting avenue to me. The build succeeds, both from the source RPM and from the tarball. I believed I had all the build
2017 Jul 05
2
Svyglm Error
Greetings, I am revisiting code from several different files I have saved from the past and all used to run flawlessly; now when I run any of the svyglm related functions, I am coming up with an error: Error in model.frame.default(formula = F3ATTAINB ~ F1PARED, data = data, : the ... list does not contain 4 elements The following is a minimal reproducible example: library(RCurl)
2017 Jul 05
0
Svyglm Error
hi, i am not hitting an error when i copy and paste your code into a fresh console. maybe compare your sessionInfo() to mine? > sessionInfo() R version 3.4.1 (2017-06-30) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows Server 2008 R2 x64 (build 7601) Service Pack 1 Matrix products: default locale: [1] LC_COLLATE=English_United States.1252
1999 Mar 31
1
NT PDC forgets it's the domain master browser!
On 31 Mar 99, Jim Watt <jimw@pe-nelson.com> had questions about NT PDC forgets it's the domain master browser! Why???: [snip] > For about a week after the PDC is rebooted, everything is fine. > Clients on both networks can see all the machines in the domain, > indicating that Samba and the PDC are synchronizing browse > lists. Eventually, in the nmbd log, errors like
2010 Apr 15
3
Add header line to large text file
All, I have a 30 million record text file without header information. I would like to add a header to this file without reading it first. Is this possible? The code below does what I want except that the readLines portion takes quite a long time. Is there a way around reading the lines? I'm working on Windows XP. Zev input<-readLines("c:/junk/forR.csv")
2009 May 10
2
LDAP - valid users = @group
Hello, I have a strange problem with Samba and LDAP backend with the statement valid users = @group. The valid users = @username works great, but the @group oder +group statement does not work. But the users in the @group does never get access to the shares! I'm using Samba 3.2.5-4 on Debian Lenny the LDAP server is located at an Debian Etch system. But this ldap server works quite good.
2011 Apr 18
2
Using jitter function with differing variable lengths
Hi, I am trying to make a scatter plot with 4 different categories using the jitter function. My code returns a variable length error and will not plot because my four categories have different numbers of samples. When I delete samples from my spreadsheet so that each of the categories has the same number of variables, it plots just fine. Is there any way to get around this and plot all of my
2007 Apr 08
1
How do I back transforme ordinary log-krigged prdiction values?
I have a question to everybody. After log10 transfprmation, I have done ordinary kriging in gstat in R? I need to back trnasform the prediction values to orgiginal scale. How do I do this in gstat in R? Thanks Zia -- Zia Uddin Ahmed 915 Brad Field Hall Department of Crop and Soil Cornell University Ithaca NY 14850 USA
2006 Apr 12
1
Pipe delimiter ( | ) in "read.delim"
Hi R folks, Can anyone tell me how to read in a pipe ("|") delimited text file? I've tried the following: read.delim("c:/junk/junk.txt",sep="|", skip=7, check.names=FALSE,quote = "", header=F) The file looks something like the following: RD|I|04|013|9997|68103|5|7|017|830|20000221|00:00|12.6||6|||||||||||||
2001 Sep 05
1
Newbe Question
Greetings, Can anyone tell me what to do about "Can't open MIDI device '/dev/sequencer'! (No such device): Load MIDI sequencer kernel driver !" ? Is there a way to do this without recompiling my kernel? I have sound working for everything else. I get this message whenever I try to run any M$-Office app, such as M$-Word. Lotus Notes v5, et. al. work fine. I'm a
2005 Jan 07
1
Newbe Can't dial local numbers.
Hello All, I loaded Asterisk@Home. I'm using SLPhones and can connect to mailboxs on the system. I have one X100P card. I try to dial out but get rejected. Any help... Thanks, David
2001 Dec 15
1
Newbe....
I'm just starting out with rsync and having the following problems: I'm getting autorization errors when I try to fire up a transfer between two e250's. I would like to basically mirror users between two systems. I've used the basic format that has been stipulated in the doc's still having problems Joe Despres jdespres@csc.com
2006 Mar 20
5
Sortabls onUpdate function
I have this code. <script type="text/javascript"> Sortable.create(''orderable'', {onUpdate: doAlert}); function doAlert() { alert("Hello"); } </script> But when I move an item it doesn''t fire the doAlert command, am I missing something?
2004 Aug 06
0
Newbe: OK so far?
I tried the 3.70 rpm and received an error that rpm couldn't handle the version of whatever packaged it. So I had to do things by getting the source and compiling. The same was true with lame. Also I copied all the lame headers to the /usr/local/include directory, did the ./configure which seemed to work and then did the make, which didn't. Any other ideas? Thanks, Scott ANGEL
2006 Feb 19
0
newbe: observer setup
Hi All, Having problem setting up an observer to log changes to a database. I have following the Prag Rails book but think I have something missing. I am trying a simple puts to see if the observer is working, but getting nothing on the console. Here is what I have. I don''t get any errors. Thanks for any suggestions/references to debugging. Dave The two models: display_ad.rd
2006 Jan 26
3
Newbe:Where declare constants visible in view & controller ?
I am using some constants that should be visible in the controller and in a view. Declaring the constant in the controller does not make the constant visible in the view. So my question: Where can I declare the constant to be visible in all views and controllers ? Thanks a lot in advance Christian -- Posted via http://www.ruby-forum.com/.
2006 Jan 26
2
Newbe Question: Character Encoding
I have to present german umlaute as "?" on my webpage. When writing the text within the view, everything is fine - the characters are presented correctly. When I declare variable within the controller (e.g. via flash or as a list of values for a listbox) the text is displayed with the umlaute replaced by strange characters. I assume I have to adjust the character encoding somewhere.
2004 Nov 19
1
cups newbe
Hello, This is my first samba server that I used cups for the printing sub system. After getting everything setup and running I am getting a "Access denied, unable to connect" error on the printer window, but I can still print test pages???.. my smb.conf [global] #=============== Local Master Settings=========================== domain master = no local master = yes