similar to: Another newbie searching for help.....

Displaying 20 results from an estimated 200 matches similar to: "Another newbie searching for help....."

2007 Jan 29
1
Asterisk, VoIP and Linux Blog.
Hello everyone! In my humble try of creating a Blog, I've made this: http://fameal.blogdns.org. By now, it's hosted in my own server but shortly it'll be moved to a serious hosting. All post are written in spanish, so it's only for spanish talking people, I will try to make it grow and have english articles. If someone is interested in writing in english (obiously I would help) I
2018 Mar 09
3
smb protocol version
Hi comunity, i have implemented in my company a small samba server only use for sharing proposes. Mi problem is simple, in the config i set the directives "client min protocol = SMB2" and "client max protocol = SMB3_11". Acording to this 2 directives a client with Windows XP can't connect to my server, but i have 2 clientes using that OS and conncect without problems.
2005 Sep 09
3
Constant pinging from muon.cygnus-1.org
Can someone in this icecast list tell me why, after steaming a shoutcast server for some time, a 69.46.29.165 ip address has started and keeps pinging my port 8000 every couple of seconds 24 hours a day 7 days a week? It's from muon.cygnus-1.org, and the isp is hivelocity.net or hivelocity ventures corporation. Funny, whenever my shoutcast server comes alive, that same 69.46.29.165
2004 Jun 14
3
How to 'stamp' a plot with meta-data?
Dear R users, Sometimes, for tracking purposes, I am interested to add to a plot some metadata such as * the date it was produced * filename that stores the plot * perhaps data sources, author, etc Ideally, I would like to be able to do this for any kind of plot, plot(), barplot(), hist(), etc.; and, to be able to produce plots with or without the metadata by a simple toggle mechanism.
2009 Jan 19
1
termplot
I have used glm and stepAIC to choose a best model. I can use termplot to assess the contribution of each explanatory variable in the glm. However the final model after running stepAIC includes interaction terms, and when I do termplot I get "Error in `[.data.frame`(mf, , i) : undefined columns selected". I also see the termplot detail saying "Nothing sensible happens for
2005 Jan 29
4
problem with postback generator on 0.9.5
I''m trying to call the postback generator on rails 0.9.5. I''ve installed the postback tarball into gems/1.8/gems/rails-0.9.5/generators/postback as it seems like it is supposed to be. At least, I installed the login generator the same way and it works. But when I try to run it, I get this: [carl@e236014 test]$ ruby script/generate postback
2013 Oct 29
0
Problem Building opus-1.0.3 on Microsoft Visual Studio 2012
On 2013-10-29 2:39 PM, Akshit Jain wrote: > Thanks a lot for replying. This is the output > >>------ Build started: Project: celt, Configuration: Debug Win32 ------ > 1> fatal: No names found, cannot describe anything. > 1> The system cannot find the file C:\Users\user\Desktop\mUOn\Audio. > 1> #define OPUS_VERSION ""=">
2010 Sep 06
1
combining collumns for data.frames
Hi This question is far less simple than the title suggests, please read carefully, thanks. I have 2 sets of data, both read into R >data1<-read.table ("1.txt", header=T, sep="\t") >data2<-read.table ("2.txt", header=T, sep="\t") >data1 Taxon stage1 stage2 stage3 stage4 T1 0 0 1 1 T2 0
2025 May 31
1
[Bug 3831] New: Invalid key length
https://bugzilla.mindrot.org/show_bug.cgi?id=3831 Bug ID: 3831 Summary: Invalid key length Product: Portable OpenSSH Version: 9.2p1 Hardware: amd64 OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org
2008 Apr 28
1
Survival Regression with multiple events per subject
Dear R users! I want to process a maximum likelihood estimation for a parametric regression survival time model with multiple events per subject. the STATA command for this survival regression is: use survreg stset failure(exercise), id(optionid) local regressors itm posret negret streg `regressors', distribution(weibull) explanation: stset declares data to be survival-time data; exercise
2002 Jul 01
1
Fitting a batch of histograms
Hello. I've several histograms accumulated all together in one time. Can I fit them simultaneously, too, using the same set of parameters for all histograms? -- Thank you very much, Timur. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2009 Mar 27
0
RExcel rcom Server Loading The Wrong Version of R
Hi, I'm pretty new to R and VERY new to RExcel. I've just finished setting it up and I'm having some problems. My first Issue is that if I attempt to use a function like RApply("sum", A1:A4) from within excel it gives me an error saying "There seems to be no R process connected to the server" I can then see an R Console open up and I get a message saying R
2011 Sep 15
1
Wine Gecko download problems on Kubuntu 10.10 w/Wine 1.3.28
I can't seem to get wine to recognize my installation of Wine Gecko 1.3 at all. I have the Wine PPA added to my sources already and have installed the 'wine1.3-gecko' package using Synaptic (personal preference over Kpackagekit or Muon) along with of course the actual wine 1.3 package and the symbol font replacement package for 1.3. I have also tried the 'manual install'
2013 Oct 29
2
Problem Building opus-1.0.3 on Microsoft Visual Studio 2012
I am using mvs 2012 but the .sln provided is of msv 2010 so on opening .sln it tries to update libraries which is successful but I am unable to build (compile) it as it gives series of errors. I am pretty new to these things so can anyone tell me if I am doing anything wrong or how to create(.lib and .dll) files so I can use them in my project. Please forgive me if I have asked something foolish.
2010 Apr 22
9
how can you boot an existing linux domU off the cdrom on sles11 dom0?
I have a sles10 domU running on a sles11 dom0. xen is version 3.4. We''re trying to pass through a scsi card to the domU. We assign the domU the scsi card through virt manager. When we try to boot the domU it won''t boot. We need to update fstab and menu.lst, but we need to boot with the hardware attached to see how it''s being seen by the domU. On a physical machine we
2004 Apr 14
3
dataframe: visualization as tiles(?)
Dear R users, I remember seeing somewhere a method of visualizing a set of observations on two variables x and y in the following way x=0 x=1 |-------| |-------| y=-1 | | | | |-------| | | | | |-------| | | | | |-------| y=0 | | | | |-------| |-------| | | |-------| |-------| y=1 | | |-------| |-------| |-------| where x = 0 or 1; y = -1, 0,
2012 Apr 16
4
Canon Pixma MP250 Printer
I have a Canon Pixma MP250 Printer. Tried the Linux drivers and still can't get an ink reading on it. I have tried every single program I can find, from InkBlot to the Canon software that comes with the Linux drivers and none of them will read this silly printer. I didn't have a problem with it under Windows, but am having serious issues with the "genuine" stuff in it so was
2010 Jun 06
2
How to make an SQL querey Within a partial, is that possilbe??
Hello, I''m quite new to Rails and english is even not my first language, so please excused nescience and clerical mistake. I''ll try to explain my problem as good as possible. I try to implement a page where a profil is shown, this is searched by ID. within this profil page I want to include the comments that refer to this profil. In the back I have to database tabels, the one
2012 Jul 24
1
Patchy 'front-end' package installation problems using -R- 2.15.1
I think this is the fourth attempt to send this blessed message, so let's hope this gets through without any 'unprocessed' or 'ignored' in-lines on auto-reply. I wish to report to you some strange problems I'm experiencing with installing packages directly into my -R- 2.15.1 (there is an indirect solution, which I note below). First, here's some essential information:
2011 Oct 25
0
Mega Games Pack For WINE/Windows Games (Online Edition)
[Image: http://img692.imageshack.us/img692/91/splashns.jpg ] Free Mega Games Pack (Online Edition) Free MGP is now an online Repository of games you can download, the games are compatible with Windows and WINE/Linux. [Image: http://img851.imageshack.us/img851/2441/mgpinstall.th.jpg ] ("http://imageshack.us/photo/my-images/851/mgpinstall.jpg/") [Image: