search for: gleam

Displaying 20 results from an estimated 20 matches for "gleam".

Did you mean: glean
2002 Mar 31
3
GID and UID on ext3 file system
Hello. Look at this: [sergey@gleam sergey]$ uname -s -m -r Linux 2.4.17 i586 [sergey@gleam sergey]$ mount | grep /home /dev/hda11 on /home type ext3 (rw) [sergey@gleam sergey]$ pwd /home/sergey [sergey@gleam sergey]$ id uid=502(sergey) gid=100(users) groups=100(users),10(wheel),13(news),512(ftpadmin),513(dos) [sergey@gleam sergey]$...
2011 Jun 01
1
Single sign on nivana
...eally I would like to add the users to the PDC alone and then if a domain user creates a file on a member server, when I viewed those file, either from a windows machine or from a shell on the member server, I could see who they belong to. I'm sure that there is a means of doing this, but I get gleam it from the docs. Can anyone advise me on the configuration I would need? Thank you, Dermot.
2002 Nov 24
1
Understanding function residuals()
...replicate the value for the log-likelihood using the results on deviance or null deviance (the same here) from R. If you plug into the log-likelihood function the coefficient value and the values for CONDT, you get log(L) = - 68.3868 This is what is reported in Dobson. That number I cannot seem to gleam from R. Another question: For a Poisson model like this, what is the difference between the fm1$residuals and residuals(fm1)? I expected, when taking the ratio of one to the other, to get a vector of constants. Not so. The values for fm1$residuals are the difference between the actual and fitte...
2006 Jan 09
1
[LLVMdev] A number of newbie questions
...that a JIT has to be initialized with a module, it seems that you can only have a single module in a process (as having a second module would require a second JIT). It is quite likely that I was doing something wrong at the time, these were my very first baby steps, but from what I've gleamed it *appears* to be that LLVM sort of expects these to be pretty much singletons, or at the very least some sot of hierarchical invocation as you would see in a command line compiler, and it also expects a process to do a (big) compilation job and then exit. Is this impression correct or...
2009 Jun 13
5
Why not allow any:<ip>?
I''ve been digging through the various manuals and am a bit irritated with limitation on the rules system Why do I have to specify a source zone to allow a source IP range on all zones? There is no iptables requirement for anything more than a source address, so I don''t understand why all:<ip> does not just add an accept rule into the head of the INPUT chain or even simply
2007 Oct 03
0
Foometrics in R
...y and Ecological Modelling in R (Thomas Kneib and Thomas Petzoldt, eds.) Volume 20, Psychometrics in R (Jan de Leeuw and Patrick Mair, eds.) Volume 18, Spectroscopy and Chemometrics in R (Kate Mullen and Ivo van Stokkum, eds.) Coming soon -- Econometrics in R -- Political Methodology in R Gleam in my eye -- Geosciences / Geostatistics in R Additional suggestions/proposals always welcome. === Jan de Leeuw; Distinguished Professor and Chair, UCLA Department of Statistics; Director: UCLA Center for Environmental Statistics (CES); Editor: Journal of Multivariate Analysis, Journal of Stat...
1999 Jul 31
1
NT service problem
...ful as the IRS - in their opinion I should be using NT and that's the end of the story. I disagree :) The service starts automatically at boot time but even if I stop and then restart it after I have logged into the share I have no luck. Does anyone have any ideas ? From what I have gleamed from the John Blair book I have setup share level authentication. I have also applied the patch to NT to use plaintext passwords. Here are the specifics : - NT 4 SP3 - Linux 2.0.36 with samba 2.0.4 with the following config : # Samba config file created using SWAT # from spitf...
1999 Aug 02
0
NT service problem (PR#19365)
...nion I should be > using NT and that's the end of the story. I disagree :) > The service starts automatically at boot time but even if I > stop and then restart it after I have logged into the share > I have no luck. > > Does anyone have any ideas ? From what I have gleamed from the > John Blair book I have setup share level authentication. I have > also applied the patch to NT to use plaintext passwords. Don't use share level auth. Use user auth with encrypted passwords and add a username/password logon to the Linux box that matches the username/pass...
2001 Feb 15
0
SO_SNDBUFF & SO_RCVBUFF - Here are some practical recommendations
...you to benchmark (with some accuracy) these "mystery" values. Ironically (well, not really) you may find that the RCVBUFF and SNDBUFF values have different optimal values, esp. if your samba server is not on the same subnet and/or seperated by a packet filtering device. Anyhow, I've gleamed lots from this discussion list over time so hopefully this is one way in which to contribute back ;-) David Lechnyr, MCSE+I, CNE Network Manager Office of Human Resources University of Oregon PGPKey: http://hr.uoregon.edu/david-pgp.txt -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 fo...
2007 May 03
3
smbmount
I installed samba on a PC running SuSE 10.2, using the version from the SuSE 10.2 repository (3.0.23). All very nice, except smbmount is missing. As I understand it, this would seem to be because the version offered had not been compiled with the --with-smbmount option. Is my interpretation correct? And if so, how can I fix things? Do I have to download the source and do my own compilation
2010 Apr 14
4
Error: could not find function "tsts" tradesys package
Hi, I am pretty new to R and would like to follow the code in the paper below, tradesys package. but I am stuck at the 2nd page where x<-tsts(spx) is written. Could anyopne help me why I am getting an Error :"could not find function "tsts" ". I guess I need function call "tsts". where can I find that function ? I installed tradesys, zoo, RUnit packages but I
2006 Jan 09
0
[LLVMdev] A number of newbie questions
On Mon, 9 Jan 2006, Marcel Weiher wrote: > I am currently experimenting with LLVM to provide native code > compilation services for a project of mine I call Objective-Smalltalk, > and so far quite pleased with the results. I was able to JIT-compile > some functions that send Objective-C messages, and now look forward to > compiling full methods. Cool! > I do have a couple
1999 Dec 08
1
NT service problem (PR#19365) Help :) (fwd)
...e end of the story. I disagree :) > > > The service starts automatically at boot time but even if I > > > stop and then restart it after I have logged into the share > > > I have no luck. > > > > > > Does anyone have any ideas ? From what I have gleamed from the > > > John Blair book I have setup share level authentication. I have > > > also applied the patch to NT to use plaintext passwords. > > > > Don't use share level auth. Use user auth with encrypted > > passwords and add a username/password log...
2006 Jan 09
2
[LLVMdev] A number of newbie questions
Hi, I am currently experimenting with LLVM to provide native code compilation services for a project of mine I call Objective- Smalltalk, and so far quite pleased with the results. I was able to JIT-compile some functions that send Objective-C messages, and now look forward to compiling full methods. I do have a couple of questions that I haven't been able to answer after looking
2009 Aug 01
7
dom0 unable to launch domU
Hi, I have a problem with a dom0 which is unable to launch my domU : all my dom0 are Debian Lenny amd64 with Debian kernel 2.6.26-2-xen-amd64 and xen-hypervisor-3.2-1-amd64. Then all domU (PV) are Debian Lenny amd64 too, with vanilla kernel 2.6.29.6. So, this new dom0 can''t launch any domU which are working on an other dom0. Software is same on both dom0, and hardware is near the
2014 Jul 07
13
Cemtos 7 : Systemd alternatives ?
Reading about systemd, it seems it is not well liked and reminiscent of Microsoft's "put everything into the Windows Registry" (Win 95 onwards). Is there a practical alternative to omnipresent, or invasive, systemd ? -- Regards, Paul. England, EU. Centos, Exim, Apache, Libre Office. Linux is the future. Micro$oft is the past.
2013 Feb 06
5
First R Package --- Advice?
Dear R experts--- after many years, I am planning to give in and write my first R package. I want to combine my collection of collected useful utility routines. as my guide, I am planning to use Friedrich Leisch's "Creating R Packages: A Tutorial" from Sep 2009. Is there a newer or better tutorial? this one is 4 years old. I also plan on one change---given that the
2006 Feb 03
4
Anonymous function variable scope issue
Hey all, I joined this list mostly because I don''t see too much in the OO javascript arena, and I have q''s (of course). I have a little pet project I am working on, you can see it here: http://thinkof.net/notify/index.html I have a class Notify.Alert() that takes some options and displays a div alert instead of a javascript one. Currently it is configurable to allow
2007 Jan 30
19
PuppetReporting
hi I''ve read about PuppetReporting at the Trac website. Apparently you are working on integrating the benchmark tests for every type in ruby. Do you have any idea when this will all get implemented? This is a crucial part (and actually a necessary feature) in the configuration management system we have set up using Puppet. grtz Koen Vereeken
2005 Nov 16
11
Need urgent help regarding security
Good Day! I think we have a serious problem. One of our old server running FreeBSD 4.9 have been compromised and is now connected to an ircd server.. 195.204.1.132.6667 ESTABLISHED However, we still haven't brought the server down in an attempt to track the intruder down. Right now we are clueless as to what we need to do.. Most of our servers are running legacy operating systems(old