Displaying 6 results from an estimated 6 matches for "11c11".
Did you mean:
1111
2000 Oct 27
1
par(ask=T) in termplot() (PR#711)
...gt; op <- par(ask = TRUE)
> on.exit(par(op))
> }
> ##---------- Do the individual plots : ----------
I have tested both with R-1.1.1 under WinNT and Solaris2.7, and they seem
to work OK. The corresponding modifications for the .Rd files are:
$ diff plot.lm.Rd plot.lm.new.Rd
11c11
< ask = interactive() && one.fig && length(which) > 1
---
> ask = interactive() && one.fig && nb.fig < length(which)
$ bdiff termplot.Rd termplot.new.Rd
11a12,13
> ask = interactive() && one.fig && nb.fig <...
2023 Feb 20
1
Gluster 11.0 upgrade
...ds-common is the upgraded aribiter
/home/marcus/gds-common is one of the other nodes still on gluster 10
diff -r /var/lib/glusterd/vols/gds-common/bricks/urd-gds-030:-urd-gds-gds-common /home/marcus/gds-common/bricks/urd-gds-030:-urd-gds-gds-common
5c5
< listen-port=60419
---
> listen-port=0
11c11
< brick-fsid=14764358630653534655
---
> brick-fsid=0
diff -r /var/lib/glusterd/vols/gds-common/bricks/urd-gds-031:-urd-gds-gds-common /home/marcus/gds-common/bricks/urd-gds-031:-urd-gds-gds-common
5c5
< listen-port=0
---
> listen-port=60891
11c11
< brick-fsid=0
---
> brick-fsid=10...
2023 Feb 20
2
Gluster 11.0 upgrade
.../home/marcus/gds-common is one of the other nodes still on gluster 10
>
> diff -r /var/lib/glusterd/vols/gds-common/bricks/urd-gds-030:-urd-gds-gds-common /home/marcus/gds-common/bricks/urd-gds-030:-urd-gds-gds-common
> 5c5
> < listen-port=60419
> ---
> > listen-port=0
> 11c11
> < brick-fsid=14764358630653534655
> ---
> > brick-fsid=0
> diff -r /var/lib/glusterd/vols/gds-common/bricks/urd-gds-031:-urd-gds-gds-common /home/marcus/gds-common/bricks/urd-gds-031:-urd-gds-gds-common
> 5c5
> < listen-port=0
> ---
> > listen-port=60891
> 1...
2023 Feb 21
2
Gluster 11.0 upgrade
...the other nodes still on gluster 10
> >
> > diff -r /var/lib/glusterd/vols/gds-common/bricks/urd-gds-030:-urd-gds-gds-common /home/marcus/gds-common/bricks/urd-gds-030:-urd-gds-gds-common
> > 5c5
> > < listen-port=60419
> > ---
> > > listen-port=0
> > 11c11
> > < brick-fsid=14764358630653534655
> > ---
> > > brick-fsid=0
> > diff -r /var/lib/glusterd/vols/gds-common/bricks/urd-gds-031:-urd-gds-gds-common /home/marcus/gds-common/bricks/urd-gds-031:-urd-gds-gds-common
> > 5c5
> > < listen-port=0
> > ---...
2005 Jul 11
3
charset issue
Hi,
When i restart smbd/nmbd, all the files inside all shares change their
names.
All the files are affected specially accent portuguese brazilian files.
File names become a mess in whole samba server.
1) Has anyone seen this kind of samba server behavior?
2) Im using samba 3.0.4, is there a recognized bug? , if i change to
latest version will this issue be solved?
Any suggestions are highly
2000 Oct 25
2
par(ask=T) in termplot()
Hi,
I think it would be nice to have par(ask=T) set by default in termplot(),
like it is in plot.lm().
Best,
Emmanuel Paradis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)