search for: ch03

Displaying 14 results from an estimated 14 matches for "ch03".

Did you mean: ch0
2010 Sep 24
2
Question on installing .run file
I am trying to automate the install of the ati driver package. Basically all I do is hit return about 6 times and take all the defaults. I tried to do this in a file that I then made executable with 744: sh ati-driver-installer-10-8-x86.x86_64.run << EOF EOF but then it starts like its doing something but never does anything. How might I automate such an install script. Again
2004 Oct 11
1
account on winXP system unable to access workgroup
Hi Please Help... Adding winXP pro user into Samba 2.2.12, no PDC, setup login account with same name and passwd on Desktop as on the server (used smbpasswd -a - to add passwd) following the guide www.faqs.org/docs/samba/ch03.html trouble - Can't access the server MP samba looks like it is running from the trouble shooting I have done... smbstatus returns the following on the test user.. [root@server init.d]# smbstatus [..] data test samba 14342 mp16 (192.168.10.116) Mon Oct 11 15:22:59 200...
2003 Sep 17
3
More files randomly corrupted
...le ch02.pdf, and it almost contineously corrupts, I checked in a hex editor and there are some differences. Yet the problem is that its not read the same way each time. The md5 changes and oddly enough this seems to affect some files more than other. Ironically ch02.pdf is eBook on Samba, ch01, and ch03 almost never seem corrupted I've moved both of the files to see if directory depth has anything to do. And it doesn't I also checked another machine, now the other machine running the same version of samba (Samba 2.2.3a [Debian Version]), yet diff versions of debian (stable vs. testing). I...
2006 Feb 18
2
SVN migration status
...e of footnotes. Feel free to ignore them on the first read-through. Here are the suggested chapters/sections for NUT developers: Intro: http://svnbook.red-bean.com/en/1.1/ch01.html Concepts: http://svnbook.red-bean.com/en/1.1/ch02.html Guided Tour: http://svnbook.red-bean.com/en/1.1/ch03.html Branches and merging: http://svnbook.red-bean.com/en/1.1/ch04.html Properties: http://svnbook.red-bean.com/en/1.1/ch07s02.html For NUT, the read-only SVN URL is: svn://svn.debian.org/nut/trunk (replace "trunk" with "branches/foo" or "tags/bar" as a...
2009 Oct 10
2
[R-SIG-Mac] rnorm.halton
...n code to 64bit Fortran code, see the discussion [R-SIG-Mac] rnorm.halton. But I'm clearly a beginner in Fortran... Does someone already do this for his package? From here, http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=linux&db=bks&fname=/SGI_Developer/Porting_Guide/ch03.html , I identify the following changes (Fortran types) to the Fortran code: - INTEGER to INTEGER*8 - REAL*8 to REAL*16 The code I would like to change is available on R forge here : http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php/pkg/randtoolbox/src/LowDiscrepancy.f?rev=4229&a...
2008 Feb 13
0
FinTS_0.2-7
...n 0.2-7 is now available on CRAN. This version adds two new functions: * ArchTest to compute the Engle (1982) Lagrange multiplier test for conditional heteroscedasticity, discussed on pp. 101-102 of Tsay, with examples on those pages worked in the R script in "~R\library\FinTS\scripts\ch03.R", where "~R" is your local R installation directory. The code for this was kindly provided by Bernhard Pfaff. * Acf and plot.Acf to plot the autocorrelation function without the noninformative unit spike at lag 0, facilitating the production of many ACF plots in Tsay (2005...
2008 Feb 13
0
FinTS_0.2-7
...n 0.2-7 is now available on CRAN. This version adds two new functions: * ArchTest to compute the Engle (1982) Lagrange multiplier test for conditional heteroscedasticity, discussed on pp. 101-102 of Tsay, with examples on those pages worked in the R script in "~R\library\FinTS\scripts\ch03.R", where "~R" is your local R installation directory. The code for this was kindly provided by Bernhard Pfaff. * Acf and plot.Acf to plot the autocorrelation function without the noninformative unit spike at lag 0, facilitating the production of many ACF plots in Tsay (2005...
2011 Jul 27
2
Booting CentOS 6 in VirtualBox on Ubuntu
I trying to try out CentOS 6 in an Oracle VirtualBox running on Ubuntu. Has anyone been able to get this configuration working? When I try to boot the "Live" ISO it starts to do the countdown but when it reaches zero it gets stuck - nothing else happens. No error messages and since the install never really gets going, no logs. I've checked the mailing list archive back a few
2004 Oct 11
1
smbpasswd fails on samba 2.2.x
Hi, setup upgraded to samba 2.2.12, from 2.2.3 with win95 clients. following winXP guide http://www.faqs.org/docs/samba/ch03.html created a test account. but smbpasswd fails.. [root@server data]# smbpasswd test New SMB password: Retype new SMB password: Failed to find entry for user test. Failed to modify password entry for user test [root@server data]# the account exists in /etc/passwd What now? thanks r -- here&...
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming. The main point of the package is to help make command-line runnable RScript files. I'd like to provide a demo RScript file, a demo data file (e.g. a plaintext file, not something already processed by R) , as well as demo bash shell scripts that demonstrate how to run the job from the command line and in a Hadoop
2010 Oct 22
0
NUT and AsciiDoc (was: Next AsciiDoc release)
...toc.section.depth 3" > user-manual.txt > > I also tried generating the user-manual using the 'book' doctype, this > picked up an (unrelated) problem -- I got the following error: > > a2x: finding resources in: > /home/srackham/tmp/AsciiDoc/docs/user-manual.chunked/ch03.html > Traceback (most recent call last): > File "/home/srackham/bin/a2x", line 814, in <module> > a2x.execute() > File "/home/srackham/bin/a2x", line 343, in execute > self.__getattribute__('to_'+self.format)() > File "/home/srackha...
2004 Jul 28
3
where is "average shifted histogram"?
Hello! In the book Modern Applied Statistics with S (4th ed), section 5.6 the concept of the "average shifted histogram" or ASH is mentionend. Also it is mentioned in the same section "The code used is in the scripts for this chapter" (from figure caption 5.8, analysis of the geyser duration data). *However*, I have trouble finding the code for that function! Admittedly, I am a
2002 Dec 31
1
Trouble pinging servers DNS name.
...ncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53, but BIND 8.1 uses an unprivileged * port by default. */ query-source address * port 53; }; // // an authoritative-only nameserver config // usr share doc bind-9.1.3 arm Bv9ARM.ch03.html // controls { inet 127.0.0.1 allow { localhost; } keys { rndckey; }; }; zone "." IN { type hint; file "named.ca"; }; zone "cofrny.gov" IN { type master; forwarders { }; file "cofrny.gov.db"; }; zone "0.0.127.in-addr.arpa" IN {...
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel 2.6.9-22.0.2.ELsmp); everything works more or less fine, it's functioning as the PDC with an OpenLDAP back end (setup essentially straight from the Idealx.org playbook), etc. We're trying to mount Windows shares to back them up, and getting "permission denied" errors when trying to read certain files from those