search for: 1c1

Displaying 20 results from an estimated 21 matches for "1c1".

Did you mean: 11
2002 Feb 22
2
R gnome and lda: found the difference
Saving lda.default as text files from within gui="none" and from within gui="gnome" and comparing afterwards with diff, I get: alobo at humboldt:> diff lda.default.gnome.txt lda.default.nognome.txt 1c1 < function (x, grouping, prior = proportions, tol = 1, method = c("moment", --- > function (x, grouping, prior = proportions, tol = 1e-04, method = c("moment", 61c61 < if (all(abs(w - w0) < 0,01)) --- > if (all(abs(w - w0) < 0.01)) 109c1...
2000 May 18
0
Control of box and staple width in boxplot()
I''d like to make the following changes (differences are from R1.0.1): boxplot.default() 1c1 < function (x, ..., range = 1.5, width = NULL, varwidth = FALSE, --- > function (x, ..., range = 1.5, width = NULL, varwidth = FALSE, boxwex=0.8, 37c37,38 < bxp(groups, width, varwidth = varwidth, notch = notch, --- > bxp(groups, width, varwidth = varwidth, boxwex=boxw...
2007 Jun 11
0
Bug#428428: patch for cron ignore rule
Package: logcheck Version: 1.2.54 Severity: normal Tags: patch On my system, this ignore rule needs /usr/bin/ in front of the cron command, or the rule fails to match. hostname:/etc/logcheck/ignore.d.server# diff cron cron.old 1c1 < ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (/usr/bin/)?crontab\[[0-9]+\]: \([[:alnum:]-]+\) LIST \([[:alnum:]-]+\)$ --- > ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) LIST \([[:alnum:]-]+\)$ -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (...
2004 Apr 23
0
routing policy question
...ROUTING stage and then have two defaults in the main routing table, one that matches policy 2 and the other policy 3? -- Russell P. Sutherland Email: russ @ madhaus.cns.utoronto.ca 4 Bancroft Ave., Rm. 102 Voice: +1.416.978.0470 University of Toronto Fax: +1.416.978.6620 Toronto, ON M5S 1C1 WWW: http://madhaus.cns.utoronto.ca/~russ CANADA _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
...a9: 0f 84 e1 00 00 00 je 290 <evo_wait+0x110> 1af: e8 00 00 00 00 callq 1b4 <evo_wait+0x34> 1b4: c1 e8 02 shr $0x2,%eax 1b7: 4c 8d ab 00 01 00 00 lea 0x100(%rbx),%r13 1be: 41 89 c4 mov %eax,%r12d 1c1: 4c 89 ef mov %r13,%rdi 1c4: 45 01 e6 add %r12d,%r14d 1c7: e8 00 00 00 00 callq 1cc <evo_wait+0x4c> 1cc: 41 81 fe f7 03 00 00 cmp $0x3f7,%r14d 1d3: 0f 86 87 00 00 00 jbe 260 <evo_wait+0xe0> 1d9:...
2003 Jan 24
0
[Bug 473] New: cannot update password using PAM on HP-UX system that has been tsconverted
.... do_pam_chauthtok() then changes the RUID to the user's uid, call pam_chauthtok(), and changes it back after the call. I am including some diffs of the fix as I made it - the official version may wish to have it enclosed in #ifdef's. diff auth-pam.h /extra/openssh-3.1p1/auth-pam.h | more 1c1 < /* $Id: auth-pam.h,v 1.3 2002/05/14 16:35:43 cvsuser Exp $ */ --- > /* $Id: auth-pam.h,v 1.11 2001/03/27 06:12:24 djm Exp $ */ 18c18 < void do_pam_chauthtok(struct passwd *pw); --- > void do_pam_chauthtok(void); diff auth-pam.c /extra/openssh-3.1p1/auth-pam.c | more 38c38 < RCSID(...
2019 May 13
0
Re: [libguestfs/libguestfs] virt-tar-out (#37)
...-c-1.40.2-4.fc30.x86_64 > ``` > > Current master's `fish/virt-tar-out` https://github.com/libguestfs/libguestfs/blob/master/fish/virt-tar-out is almost same with my local `/usr/bin/virt-tar-out` except bash path. > > ``` > $ diff fish/virt-tar-out /usr/bin/virt-tar-out > 1c1 > < #!/bin/bash - > --- > > #!/usr/bin/bash - > ``` Something in Fedora itself rewrites this path, it's nothing to do with libguestfs and in any case this should not cause a problem. > ## case1: convert CentOS7 aarch64 iso image to the tar file. > > ``` > $ wget...
2011 Nov 28
0
squat fts not working on 2.1rc1
...server.key userdb { args = username_format=%u /opt/dovecot-2.1.rc1/etc/dovecot/users driver = passwd-file } verbose_proctitle = yes protocol imap { mail_max_userip_connections = 16 } Here is a diff between the current/working and attempted configs: kerio1:~ metroadmin$ diff k1.curr k1.new2 1c1 < # 2.0.15: /opt/dovecot-2.0.15/etc/dovecot/dovecot.conf --- > # 2.1.rc1: /opt/dovecot-2.1.rc1/etc/dovecot/dovecot.conf 9a10 > lmtp_proxy = yes 15c16 < managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational reg...
2023 Feb 20
1
Gluster 11.0 upgrade
...s-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=1...
2012 Jan 30
0
A namespace error on 2.1rc5
...rolled back to 2.0.17 and it was fine again. It's the same config files for both, same maildirs etc etc. All I did was change the dovecot version from 2.0.17 to 2.1rc5 However I see from the changelog that 2.1rc5 added a default namespace inbox: diff doveconf-n.2.0.17 doveconf-n.2.1-rc5 1c1 < # 2.0.17 (684381041dc4+): /etc/dovecot/dovecot.conf --- > # 2.1.rc5: /etc/dovecot/dovecot.conf 20a21,39 > namespace inbox { > location = > mailbox Drafts { > special_use = \Drafts > } > mailbox Junk { > special_use = \Junk > } > mailb...
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 >...
2023 Feb 21
2
Gluster 11.0 upgrade
...he 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 > > --...
2012 Nov 13
6
Does xen-4.2.0 support VGA passthrough with the virtual machine created by xl command?
Hi, everyone! I am working on xen-4.2.0 with spice remote connect. My host is Fedora 14 and guest is win7. I have installed spice package and now I can connect to guest by spice client. For better graphics experience, I want to try the VGA passthrough. With spice tool, I have to create a VM by xl command, and now I am wondering if it supports VGA passghrouth? If so, how should I test it ?
2004 Jul 15
0
fax still fails, ideas sought! Re: rxfax/spa ndsp fails to decode
...rrier up is shown in both a couple times once transmission begins. The good one goes into 'start rx document' but the bad one seems to keep trying to train.. i have put a diff in below .. is there anything useful here? Thanks for any help! Steve # diff fax-good-tpc.int fax-bad-office 1c1 < -- Executing RxFAX("Zap/1-1", "/var/spool/asterisk/faxes/20040714-140202.tif") in new stack --- > -- Executing RxFAX("Zap/2-1", "/var/spool/asterisk/faxes/20040714-143316.tif") in new stack 2a3,4 > Slow carrier up > Slow carrier down 2...
2004 Jul 13
1
fax still fails, ideas sought! Re: rxfax/spa ndsp fails to decode
Sorry to bore you more with the clock issue, but have you check /proc/zaptel/<span> to make sure it's not missing interrupts? There's also an option to record the audio for the fax, you could listen to that vs a recorded file that will receive correctly on a fax machine and see whether there is an obvious difference? (Good luck, that'll be really scraping the barrel!!) Does it
2015 Feb 13
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...------------------ loc_100000F00: ; CODE XREF: _main+1AD j xor ebp, ebp test r11d, r11d cmovns ebp, r11d loc_100000F09: ; CODE XREF: _main+E0 j ; _main+1C1 j ... mov rdi, rax ; void * call _free lea rdi, aDSolutions ; "%d solutions\n" xor ebx, ebx xor eax, eax mov esi, ebp call _printf loc_100000F2...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...; CODE XREF: _main+1AD j >> xor ebp, ebp >> test r11d, r11d >> cmovns ebp, r11d >> >> loc_100000F09: ; CODE XREF: _main+E0 j >> ; _main+1C1 j ... >> mov rdi, rax ; void * >> call _free >> lea rdi, aDSolutions ; "%d solutions\n" >> xor ebx, ebx >> xor eax, eax >> mov...
2015 Feb 14
2
[LLVMdev] trunk's optimizer generates slower code than 3.5
...xor ebp, ebp >>>> test r11d, r11d >>>> cmovns ebp, r11d >>>> >>>> loc_100000F09: ; CODE XREF: _main+E0 j >>>> ; _main+1C1 j ... >>>> mov rdi, rax ; void * >>>> call _free >>>> lea rdi, aDSolutions ; "%d solutions\n" >>>> xor ebx, ebx >>>> xor ea...
2003 Nov 20
11
Problem running SSH on IBM PPC440 processor, help appreciated
.../plain[21]: plain: 0000 0000 0005 0000 000c 7373 682d 7573 6572 6175 7468 encrypted: 442e 1233 1453 2f88 002f 2b0b e2bf d26f 38b7 eb9b dfb5 5003 6fda e4d4 ff8b 3bc0 2757 4ec5 884f e0db 94b5 e41e 5f2c 1c1d read_poll enc/full: 966f 20eb 8eb6 7ff2 5661 c8f0 7738 3de5 5e10 81e2 05ba e0af 9a0f 1cbc bc24 8687 b1bc 3e3e 13ec d372 13f8 91ae 5d18 f95e...
2006 May 19
25
iptables CLASSIFY and MARK not working?
I have to match my packets based on MAC address, which I cannot do in the POSTROUTING chain, so I do it in PREROUTING using MARK. Then, I match on the MARK in the POSTROUTING chain to do a CLASSIFY. But this does not seem to work: wireless-r1 bwlimit # iptables -L -v -n -t mangle Chain PREROUTING (policy ACCEPT 3353K packets, 941M bytes) pkts bytes target prot opt in out source