search for: 5c5

Displaying 9 results from an estimated 9 matches for "5c5".

Did you mean: 55
2001 Nov 14
3
rpart:plotcp doesn't allow ylim argument (PR#1171)
...ment "ylim" matched by multiple actual arguments > This can be corrected by adding ylim to the list of formal argument and wrapping the definition of ylim with 'if(missing(ylim))'. Patch below. -Greg ---PATCH STARTS HERE--- diff -r rpart.orig//R/plotcp.s rpart/R/plotcp.s 5c5 < upper=c("size", "splits", "none"), ...) --- > upper=c("size", "splits", "none"), ylim, ...) 18c18,19 < ylim <- c(min(xerror - xstd) - 0.1, max(xerror + xstd) + 0.1) --- > if(missing(ylim)) > ylim <-...
2023 Feb 20
1
Gluster 11.0 upgrade
...on the upgraded arbiter. /var/lib/glusterd/vols/gds-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=...
2023 Feb 20
2
Gluster 11.0 upgrade
...; > /var/lib/glusterd/vols/gds-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 >...
2023 Feb 21
2
Gluster 11.0 upgrade
...terd/vols/gds-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/bri...
2007 Feb 17
0
Ubuntu dom0 crashes hen I run centos guest.
...#39;'ve heard about a second guest causing Ubuntu to crash, but this it the first guest. It used to run but I added another logical volume to the disk line for additional disk space and it now crashes. Here''s the difference between the good and bad files: diff newcentos44 centos44 5c5 < disk = [ ''phy:/dev/hda2,sdb1,w'',''phy:/dev/VolGroup08/LogVol01,sdb2,w'',''phy:/dev/VolGroup08/LogVol02,sdb3,w'',''phy:/dev/VolGroup09/VarRoot,sdb4,w''] --- > disk = [ ''phy:/dev/hda2,sdb1,w'',''phy:...
2019 Aug 02
0
Panic: Module context expire_mail_user_module missing (Debian 10)
Am 2019-08-02 11:05, schrieb Thomas Krause: Thomas, please keep the discussion on list. There is zero need to copy send any list discussion to my personal address. > # diff dovecot.conf dovecot.conf-ok > 5c5 > < mail_plugins = quota mailbox_alias acl zlib expire > --- >> mail_plugins = quota mailbox_alias acl zlib #expire > 170c170 > < expire = mysql:/etc/dovecot/dovecot-expire.conf > --- >> #expire = mysql:/etc/dovecot/dovecot-expire.conf > > > # 2.3...
2019 Aug 02
2
Panic: Module context expire_mail_user_module missing (Debian 10)
Am 2019-08-02 10:39, schrieb Alexander Dalloz via dovecot: > Am 2019-08-02 10:31, schrieb Thomas Krause via dovecot: >> Hi all, >> I tried to migrate a mailserver from Debian 9 (Dovecot 2.2.27) to >> Debian 10 (Dovecot 2.3.4.1). I moved the mail-partition and >> /etc/dovecot from the old to the new server. Dovecot started with >> 2 warnings. When trying to fetch
2008 Dec 16
10
Puppet version 0.24.7 released!
Hi all Here is the 0.24.7 release - the last of the 0.24.x branch and codenamed Gonzo. You can download it here: http://reductivelabs.com/downloads/puppet/puppet-0.24.7.tgz Big tickets items in the release are: * Manifest documentation http://reductivelabs.com/trac/puppet/wiki/PuppetManifestDocumentation This new functionality creates documentation from marked up manifests and modules and
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking