similar to: Missing smb.conf

Displaying 20 results from an estimated 100 matches similar to: "Missing smb.conf"

1999 Oct 12
3
Accessing a smb server at USER level
Hello! I have been using Samba for 2,5 years now. I have had the same problem since I started - I can not connect the Samba server from a W98 pc when the server security level is set to USER. So I have dropped security and use SHARE instead. I can see the share from the Window-client, but when I try to double click i get an error message saying: "Write networkpassword: , Resourse:
2009 May 22
2
sciplot question
Hi, I would like to have lineplot.CI and barplot.CI to actually plot confidence intervals , instead of standard error. I understand I have to use the ci.fun option, but I'm not quite sure how. Like this : > qt(0.975,df=n-1)*s/sqrt(n) but how can I apply it to visualize the length of the student's T confidence intervals rather than the stdandard error of the plotted means
2010 Jan 30
3
Competiciín de classificación!!! Fwd: [R] Classification of supernovae - a challenge
Hola! Este mail llegó a r-help hoy, yo lo mandó también a esta lista. Es interesante con competiciones de predicción/clasificación! ¿Alguien que quiere cooperar? Kjetil ---------- Forwarded message ---------- From: Kjetil Halvorsen <kjetilbrinchmannhalvorsen@gmail.com> Date: Fri, Jan 29, 2010 at 12:19 Subject: Fwd: [R] Classification of supernovae - a challenge To: Kjetil Halvorsen
2007 Mar 19
1
Unable to print - fixme:psdrv:PSDRV_EndPage Already ended a page?
Running Kubuntu linux with wine 0.9.22. Printing via cups seems to work fine from linux ("lpr tiger.ps" works fine). But when I try to print from coverxp through wine I get the following error (and nothing is printed): trace:winspool:OpenPrinterW (L"EPSONStylusC86", 0x33f690, (nil)) trace:winspool:GetPrinterDataExA (0x2, "PrinterDriverData", "Paper Size"
2008 Dec 01
1
linear functional relationships with heteroscedastic & non-Gaussian errors - any packages around?
Hi, I have a situation where I have a set of pairs of X & Y variables for each of which I have a (fairly) well-defined PDF. The PDF(x_i) 's and PDF(y_i)'s are unfortunately often rather non-Gaussian although most of the time not multi--modal. For these data (estimates of gas content in galaxies), I need to quantify a linear functional relationship and I am trying to do this as
1998 Aug 24
1
R-beta: Segmentation fault
Dear everyone, I'm doing some simulations which involves bootstrapping (using functions written in c loaded with R's dyn.load() function) and maximising the likelihood function with R's nlm() function. I used to run my code in S-plus but because I frequently ran out of memory (because of S-plus' silly memory management), I decided to try porting my code to R. In R (on a linux
2009 May 26
4
moving from Windows to Linux - need help
hi I've used R for many years on windows machines, but have now acquired an Asus eee 1000 linux machine. In order to get the best out of the machine, I used the 'pimpmyeee.sh' script, to get the full KDE desktop. The version of Linux is Xandros, which I believe is a close relative of Debian, but sadly I have only a nodding acquaintance with Linux at present. Naturally I want to
2009 Jan 01
1
looking for Windows rsync without cygwin
wondering if anyone has built a native port yet. It looks like I may have to go through eliminate delta copy from a half a dozen machines because of transfer lockups. Conversation on the rsnapshot list indicates that using cygwin may be the source of my problems. """Yes, there's a well-known Cygwin hang bug that rsync seems to hit especially often. IIRC, the problem is that
2018 Sep 13
2
Routing(?) issue
Hello all I have weird problem i can't understand and don't know where to look. [root at chamber ~]# ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host
2008 Dec 03
1
hypergeometric
Hi, I hope somebody can help me on how to use the hypergeometric function. I did read through the R documentation on hypergeometric but not really sure what it means. I would like to evaluate the hypergeometric function as follows: F((2*alpha+1)/2, (2*alpha+2)/2 , alpha+1/2, betasq/etasq). I'm not sure which function should be used- either phyper or qhyper or dhyper Where
2010 Jan 29
0
Classification of supernovae - a challenge
Hi all, I thought I'd just point out, to those not having yet seen this, that today there was a classification challenge posted for astronomy. The web-site is http://www.hep.anl.gov/SNchallenge/ [I have nothing to do with this project so don't ask me any details!] Basically the idea behind is that future surveys of the sky will turn up a large number of supernovae (SNe). The
2012 Sep 21
0
using neural network in R (nnet)
Hi all, I have considered neural network to classify the health status of the cow. I found a very neatly written R codes for classification method in here<http://home.strw.leidenuniv.nl/~jarle/IAC/RRoutines/classification-example.R> . It would be very helpful if you can answer some of the questions, that I am struggling with, I have set of time series data from different animals, I use
2009 Aug 27
2
Setting @request.env["HTTP_REFERER"] in an integration test
Hi. I would like to set @request.env["HTTP_REFERER"] in an integration test, but due to its nature, I would naturally set this value to the previousle request url. How do I do that. Thanks. Jarl
2005 Jul 22
1
fc4 pxelinux initrd
I would like to mount the initrd that is in the pxelinux directory for fedora core 4. I have gunziped the image and mount -o loop. However, doesn't recognize the file system type. Does anyone know what file system this image uses? thanks -- Jeff Geddes
2010 Feb 15
1
possible bug: using assert_recognizes with extras
Hi. I am trying to use the extras hash parameter in assert_recognizes. I am using. assert_recognizes(expected_options, path, extras={}, message=nil) I have something similar to the documentation: assert_recognizes {:controller => ''items'', :action => ''list'', :id => ''1'', :view => ''print''},
2012 Oct 02
8
Being strict on differentiating between IEC prefixes and SI prefixes.
One of the greatest things about rails is that it is so standards-compliant, no other framework that I have seen have complied to the HTTP standard (think REST) in such a degree that Rails does. Kudos to you all for that. I think we (Rails community) should follow the line of standards compliance and also take it to the binary prefixes [1], i.e. kilobytes, megabytes, etc. For more than half a
2010 Jul 08
25
Prepared SQL statements
Dear all great developers. I wonder if there is any work being done or thoughts being shared regarding prepared SQL statements. Currently I am in heavy need of tuning SQL INSERTS that insert large (3MB) images into blobs. I am using rails 2.3.5 with postgres adapter and pg driver. Any information would be appreciated. Jarl -- You received this message because you are subscribed to the
2010 May 28
2
Suggestion for improving value_to_boolean column conversion
Hi fantastic rails core developers. Speaking of version 2.3.5: I find it rather error_prone that values such that "some text" is silently converted to false when stored in a boolean DB field. Among other things it means that assign "some text" to boolean fields on a model will not generate any validation messages (it will silently be converted to false). I think it is like
2014 Nov 20
9
[Bug 86491] New: Nouveau crash when shutting down
https://bugs.freedesktop.org/show_bug.cgi?id=86491 Bug ID: 86491 Summary: Nouveau crash when shutting down Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2004 Jan 19
1
Compiling error
I have successfully gunziped and tared the file Wine-20031118.tar.gz. Whenever I try to compile it, I get to where it is installing "tokensize=ect."( it tries to load a whole lot of different numbers), and then aborts installation. I've tried both ways (as root and as user) with no luck. What am I missing? Thanks for any pointers