search for: 25c25

Displaying 7 results from an estimated 7 matches for "25c25".

Did you mean: 2525
2002 Mar 21
1
legend - bug with argument angle (PR#1404)
...ent as follows, not only the boxes beside the legend text, but also the whole legend box is filled with shading lines. I think this is not intended: plot(1:10) legend(8, 4, c("A", "B"), angle=c(10, 80), fill=NULL, density=20) I'd suggest as a fix (legend.R of R-1.5.0): 25c25 < rect2 <- function(left, top, dx, dy, ...) { --- > rect2 <- function(left, top, dx, dy, angle, ...) { 133c133 < rect2(left, top, dx = w, dy = h, col = bg) --- > rect2(left, top, dx = w, dy = h, col = bg, angle = NULL) 141c141 < rect2(left=xt, top=yt+ybox/2,...
2010 Sep 27
4
why does puppet shuffle its ‘phases’ and how can I stop this?
...petd -vt info: Caching catalog at /var/lib/puppet/state/localconfig.yaml notice: Starting catalog run notice: //Node[debiannode]/zabbix/File[/etc/zabbix]/checksum: checksum changed ''{mtime}Mon Sep 27 14:56:56 +0200 2010'' to ''{mtime}Mon Sep 27 15:05:57 +0200 2010'' 25c25 < Hostname=client --- > Hostname= notice: //Node[debiannode]/zabbix/File[zabbix_agentd.conf]/checksum: checksum changed ''{md5}9caf8f20d56d3d999e43c22f6be9d861'' to ''{md5} c861fef870a09b2300d92a3c9090fb11'' info: //Node[debiannode]/zabbix/File[zabbix_agentd.co...
2003 Nov 06
4
building r-patch
...ve' ...18c18 < Content type `text/plain; charset=iso-8859-1' length 134991 bytes --- > Content type `text/plain; charset=iso-8859-1' length 124178 bytes 22,23c22,23 < .......... .......... .......... . < downloaded 131Kb --- > .......... .......... . > downloaded 121Kb 25c25 < [1] 273 --- > [1] 251 60,61d59 < Error in url(" <http://foo.bar> http://foo.bar", "r") : unable to open connection < In addition: Warning message: 62a61 > Error in url(" <http://foo.bar> http://foo.bar", "r") : unable to open con...
1998 Oct 10
0
R-beta: dyn.load update
...E \0 \0 L 001 006 \0 336 210 377 5 \0 \0 \0 \0 --- > 0000200 P E \0 \0 L 001 006 \0 1 211 037 6 \0 \0 \0 \0 23c23 < 0000600 370 002 \0 \0 \0 020 \0 \0 \0 004 \0 \0 \0 004 \0 \0 --- > 0000600 374 002 \0 \0 \0 020 \0 \0 \0 004 \0 \0 \0 004 \0 \0 25c25 < 0000640 . d a t a \0 \0 \0 030 \0 \0 \0 \0 \0 \0 --- > 0000640 . d a t a \0 \0 \0 034 \0 \0 \0 \0 \0 \0 28c28 < 0000720 024 \0 \0 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 --- > 0000720 030 \0 \0 \0 \0 0 \0 \0 \0 \0 \0...
2013 Nov 25
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...Comparing the output of dumpet the only relevant diference is: < 2013.11.23 = BAD > 2013.11.24 = OK $ diff <(dumpet -i archlinux-2013.11.23-dual.iso) <(dumpet -i archlinux-2013.11.24-dual.iso) 13c13 < Load LBA: 136026 (0x0002135a) --- > Load LBA: 22792 (0x00005908) 25c25 < Load LBA: 136154 (0x000213da) --- > Load LBA: 23301 (0x00005b05) Maybe too high? Here is the command that mkarchiso uses for make the iso [#1] https://projects.archlinux.org/archiso.git/tree/archiso/mkarchiso#n373 ------------------------------------------------------------...
2013 Nov 23
9
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
-- Re-sent as original may be stuck at awaiting "authorisation" (originally sent before I joined the mailing list) Hi All, It is impossible to boot Linux-based ISOs that use Syslinux 6.02 via CD or DVD on older - non-UEFI - systems. Any attempt to do so will result in the following error message: ISOLINUX 6.02 ETCDisolinux: Disk error 01, AX = 4279, drive FE It is still possible to
2013 Nov 25
5
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...ant diference is: > < 2013.11.23 = BAD >> 2013.11.24 = OK > > $ diff <(dumpet -i archlinux-2013.11.23-dual.iso) <(dumpet -i > archlinux-2013.11.24-dual.iso) > 13c13 > < Load LBA: 136026 (0x0002135a) > --- >> Load LBA: 22792 (0x00005908) > 25c25 > < Load LBA: 136154 (0x000213da) > --- >> Load LBA: 23301 (0x00005b05) > > Maybe too high? > > Here is the command that mkarchiso uses for make the iso [#1] > > https://projects.archlinux.org/archiso.git/tree/archiso/mkarchiso#n373 > > > -...