Displaying 20 results from an estimated 22 matches for "ch04".
Did you mean:
ch0
2012 Mar 12
1
[PATCH] virt-v2v: Support for Converting VirtualBox Guests
...[3].
If it would be possible to skip some of the needed steps and support
VirtualBox directly from the command line that'd be great - if so,
please adjust the patch as needed.
1)
https://www.redhat.com/archives/virt-tools-list/2012-February/msg00064.html
2) http://www.virtualbox.org/manual/ch04.html
3) http://www.virtualbox.org/manual/ch04.html#idp11370256
Cheers,
--
Marko Myllynen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-virt-v2v-Support-for-Converting-VirtualBox-Guests.patch
URL: <http://listman.redhat.com/archives...
2004 Mar 03
2
Changing background in splom et al.
Context: Windows XP, R 1.8.1
I'm studying Venables-Ripley "MASS" book and having a go at the many examples
in library MASS. The code I'm checking (from script ch04.R) now is
......
data(swiss)
splom(~ swiss, aspect = "fill",
panel = function(x, y, ...) {
panel.xyplot(x, y, ...); panel.loess(x, y, ...)
}
)
which produces an agreable plot with a gray background and cyan points,
but.....
Copying the plot as a metafile into Word and having a...
2017 Dec 20
2
Does anyone know how to get clipboard and mouse integration in Centos vm?
Hi,
I am running a Centos 7 vm under FreeBSD, and it works very well now,
with KDE installed from DVD iso.
But there's a couple of things missing, which happens only with Centos
vm (Virtualbox):
1) Despite clipboard sharing enabled, copy-paste just does not work
between host and guest
2) Mouse integration does not work. So I have to repeatedly capture
mouse manually both in the host
2003 Oct 23
1
security=domain problem: "could not fetch trust account password for domain"
When configuring a SunOS 5.9 box running Samba 2.2.8a with security=domain,
as per
http://us2.samba.org/samba/docs/using_samba/ch04.html#samba2-CHP-4-SECT-7 I
get the following error "could not fetch trust account password for domain"
when trying to connect to a share via 'net use * \\server\share
/user:domain\username'
However, 'security=user' works correctly. 'security=domain' will fall bac...
2004 Apr 24
2
3.0 PDC Cannot find root user
Greetings :
I've googled for this, but only found one article, and I'm not even
sure if that is the dealing with my problem.
I have a linux server running 3.0.2a-r1 as a PDC.
Following the guide found here
http://www.oreilly.com/catalog/samba2/book/ch04.html and am having
problems with the root user not being recognized.
I have added the root user using smbpasswd -a root, and have verified
that the account exists in the smbpasswd file. I have restarted samba
after the changes, but it still will not recognize root as a valid user
(when try...
2003 Jul 22
1
Processing a large number of files
...names, etc., I
can do the whole thing in R. My script, which worked on the first
try, is
library(foreign)
SPSS = "/cdrom/Manual Install/Datasets/SPSS/" # change as appropriate
Rdata = "/tmp/Devore6/data/" # change as appropriate
chapters = c("CH01", "CH04", "CH06", "CH07", "CH08", "CH09",
"CH10", "CH11", "CH12", "CH13", "CH15", "Ch14", "Ch16")
for (ch in chapters) {
path = paste(SPSS, ch, sep = '')
files = list.files...
2006 Feb 18
2
SVN migration status
...e 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 appropriate, but
in general, you don't need to check out trunk/ branc...
2017 Dec 20
0
Does anyone know how to get clipboard and mouse integration in Centos vm?
...not work. So I have to repeatedly capture
> mouse manually both in the host and in the guest.
>
> If anyone could provide me tips how to tweak the above, it shall help me
> a lot.
Hello,
? do you have VBox guest additions installed in your Centos VM ?
https://www.virtualbox.org/manual/ch04.html
BR,
Wojtek
2004 Mar 03
0
R: Changing background in splom et al.
...zo 2004 12.10
> A: r-help
> Oggetto: [R] Changing background in splom et al.
>
>
> Context: Windows XP, R 1.8.1
>
> I'm studying Venables-Ripley "MASS" book and having a go at
> the many examples
> in library MASS. The code I'm checking (from script ch04.R) now is
>
> ......
> data(swiss)
> splom(~ swiss, aspect = "fill",
> panel = function(x, y, ...) {
> panel.xyplot(x, y, ...); panel.loess(x, y, ...)
> }
> )
>
> which produces an agreable plot with a gray background and
> cyan points,
> b...
2004 Mar 26
1
without MAC addr in dhcpd.conf will not get IP addr
Hi, I successfully boot up diskless client to DOS. In
my dhcpd.conf, I have specified the MAC address of
each network card like :
host client1 {
hardware ethernet xx:xx:xx:xx:xx:xx;
}
When I removed the host client {...}, my client will
not get the DHCP address. I do not wish to key in
thousands of MAC address in the dhcpd.conf when I
implement this. Any help? Thanks.
2003 Sep 20
0
Cannot view the list of user
Dear Samba Users;
I'm running samba-2.2.7a on RedHat 9. Now, I'm trying to configure
Samba as PDC. I have followed the instructions from :
http://sg.samba.org/samba/docs/using_samba/ch04.html
But, the problem is when I want to view the list of user (Figure
4.5), I got error message like this : "Cannot view the list of user
this time. Please try again later"
I have read Samba FAQ from it's distributions but it said that the
bug only appear in samba-2.0.0 or lower...
2005 Jul 15
0
Re: windows policy creation and implementation' in SAMBA PDC
...instead of the
user list --dave]
This is called "Profiles" in windows-speak, and is described in chapter
25 of the Samba HOWTO Collection
http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/PolicyMgmt.html
and Chapter 4 of Using Samba, http://us3.samba.org/samba/docs/using_samba/ch04.html
and also in your downloaded docs/htmldocs/using_samba directory
--dave
Prashant Shanbhag wrote:
> Hi,
>
> I am trying to implement PDC using SAMBA 3 (Suse Linux 9.1, Clients- Windows
> XP pro .) in my company.
>
> I need your help regarding this implementati...
2006 May 25
2
Roaming Profiles
Hi
I am using Mandrake 9.2, Samba 2.4 version as a PDC. How do I enable the
roaming profiles on the server via /etc/samba/smb.conf?
Thx
Morn?
#####################################################################################
This e-mail message has been scanned for Viruses and Content and cleared
by FinSource Infrastructure Services' MailMarshal
2003 Dec 30
1
Mistake with contour...
I'm reading Ripley-Venables "Modern Applied Statistics with S - Fourth edition" , at the same time trying the examples proposed in the book using R 1.8.1 under linux.
Now I'm trying the following code from the book (example code of spatial statistics at page 76) with R :
| data(topo) library("spatial") topo.loess<-loess(z ~ x * y, topo,
| degree= 2,span=0.25)
|
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
2003 Oct 21
2
Graphics overview
Hi,
is there an graphics overview, where the graphic capabitlities
of R are shown with the corresponding code? I already tested
'demo(graphics)', that isn't that comprehensive,
'demo(image)', 'demo(lattice)', searched the Mailarchive,
googled and the FAQ keeps silent, too.
For example, I know how a special graphic I need should
look like, but I don't know
2007 Jun 20
1
nlme correlated random effects
I am examining the following nlme model.
asymporig<-function(x,th1,th2)th1*(1-exp(-exp(th2)*x))
mod1<-nlme(fa20~(ah*habdiv+ad*log(d)+ads*ds+ads2*ds2+at*trout)+asymporig(da.p,th1,th2),
fixed=ah+ad+ads+ads2+at+th1+th2~1,
random=th1+th2~1,
start=c(ah=.9124,ad=.9252,ads=.5,ads2=-.1,at=-1,th1=2.842,th2=-6.917),
data=pca1.grouped)
However, the two random effects (th1 and th2)
2003 Oct 03
3
2 (Suse), one NT 4 server machine and 5 user databases???
I currently have a setup of 1 NT 4.0 PDC server and to SUSE boxes
sharing via a samba share. I seem to have to make 5 different
usename/password databases. 1 for NT, 2 for each SuSe box (One Linux
and one Samba). Is there a way to have 1 or maybe two databases to
update? I've read about LDAP on other connections but I'm a little
confused as to what is the best approach.
Oh
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
2007 Dec 13
2
Overlaying trellis xyplot on contourplot
Friends: I wish to overlay data points on a contour graph. The following
example produces a nice contour plot, but I have not mastered the concept
of using panel functions to modify plots. Can someone show me how to
overlay the data points (given after contour plot statement) on the
contourplot?
--Seth
model <- function(a,b,c,X1,X2) # provide model
function for contour