search for: 2696

Displaying 20 results from an estimated 73 matches for "2696".

Did you mean: 269,6
2017 Mar 21
3
[Bug 2696] New: Allow to restrict access to service using authentication indicators
https://bugzilla.mindrot.org/show_bug.cgi?id=2696 Bug ID: 2696 Summary: Allow to restrict access to service using authentication indicators Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Keywords: patch...
2005 May 10
0
[Bug 2696] Filenames with non-english characters are displayed as '?'
https://bugzilla.samba.org/show_bug.cgi?id=2696 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Co...
2003 Mar 27
1
Deprecated component in plot.histogram (PR#2696)
Hi everyone, As "intensities" is deprecated as a synonym for "density" in the output of hist it would be a good idea to replace its occurence with "density" in plot.histogram, where we currently have y <- if (freq) x$counts else x$intensities Note that, to add to the confusion, x$density is also referred to in plot.histogram. Cheers, Jonathan.
2009 Feb 02
0
[LLVMdev] undefs in phis
...to understand why you think this is a > bug. An implicit_def doesn't actually define any value. So we don't > care if a live interval overlaps live ranges defined by an implicit_def. It's a bug because the coalerscer does illegal coaescing. Our last episode left us here: bb134: 2696 %reg1645<def> = FsMOVAPSrr %reg1458<kill> ; srcLine 0 bb74: 2700 %reg1176<def> = FsMOVAPSrr %reg1645<kill> ; srcLine 0 [deleted copy] 2708 %reg1178<def> = FsMOVAPSrr %reg1647<kill> ; srcLine 0 *** u before d 2712 TEST64rr %reg11...
2009 Jan 30
2
[LLVMdev] undefs in phis
On Jan 30, 2009, at 1:52 PM, David Greene wrote: > On Friday 30 January 2009 15:10, David Greene wrote: > >> This still looks correct. The coalescer then says: >> >> 4360 %reg1177<def> = FsMOVAPSrr %reg1176<kill> ; srcLine 0 >> Inspecting %reg1176,0 = [2702,4362:0) 0 at 2702-(4362) and >> %reg1177,0 = >>
2013 Sep 23
1
xen does not work with amd64 kernel but works with 686
...686-pae The same Xen does NOT work with linux-image-3.2.0-4-amd64 or linux-image-3.10-0.bpo.2-amd64. Debian starts fine but the boot process stalls with: [....] Starting Xen daemons: xenfs xenstoredFATAL: Failed to initialize dom0 state: Inappropriate ioctl for device INFO: task xenstore-write:2696 blocked for more than 120 seconds. xm then does not work. Is this a bug (in Xen, Linux or BIOS?) or a configuration problem (amd64 kernels with i386 userspace)? -- Ondrej Zary
2004 Mar 30
1
RHEL 3 and OCFS 1.0.9-12 / 1.0.11-1
...9;t been enough real testing with aio, need to ggather more evidence. the reason the logfiles are annoying is because he way aio is implemented and how we call it, it cannto handle short io's or non contig aio submits. ____________ Baqir Hussain Database Administrator zipRealty Inc. (510)735-2696
2004 Sep 20
1
(28552) ERROR: err=-14, Linux/ocfsmain.c, 1887 ; error in mapping iobuf; need to fail out
...-14, Linux/ocfsmain.c, 1887 error in mapping iobuf need to fail out (28727) ERROR: err=-14, Linux/ocfsmain.c, 1887 error in mapping iobuf need to fail out (28965) ERROR: err=-14, Linux/ocfsmain.c, 1887 Please advise. Thanks ____________ Baqir Hussain Database Administrator zipRealty Inc. (510)735-2696 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oss.oracle.com/pipermail/ocfs-users/attachments/20040920/a77ad9fe/attachment.html
2009 Jan 30
0
[LLVMdev] undefs in phis
On Jan 29, 2009, at 5:29 PM, David Greene wrote: > On Thursday 29 January 2009 18:04, Eli Friedman wrote: >> On Thu, Jan 29, 2009 at 2:47 PM, David Greene <dag at cray.com> wrote: >>> After phi elimination we have: >>> >>> bb134: >>> %reg1645 = 1.0 >>> >>> bb74: >>> %reg1176 = MOVAPS %reg1645 >>> %reg1177 =
2017 Jun 14
2
Separate compilation of CUDA code?
Hi, I wonder whether the current version of LLVM supports separate compilation and linking of device code, i.e., is there a flag analogous to nvcc's --relocatable-device-code flag? If not, is there any plan to support this? Thanks! Yuanfeng Peng -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Sep 07
7
[Bug 2458] New: do not print warning about missing home directory in chroot
https://bugzilla.mindrot.org/show_bug.cgi?id=2458 Bug ID: 2458 Summary: do not print warning about missing home directory in chroot Product: Portable OpenSSH Version: 7.1p1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: sshd
2009 Jan 30
2
[LLVMdev] undefs in phis
On Thursday 29 January 2009 18:04, Eli Friedman wrote: > On Thu, Jan 29, 2009 at 2:47 PM, David Greene <dag at cray.com> wrote: > > After phi elimination we have: > > > > bb134: > > %reg1645 = 1.0 > > > > bb74: > > %reg1176 = MOVAPS %reg1645 > > %reg1177 = MOVAPS %reg1646 > > [...] > > > > bb108: > > %reg1645 =
2004 Jun 04
1
RHE L3 -- OCFS 1.0.9-12 and 1.0.12
...direct path SQL loader." What it means that we can run database in ASYNC mode without any potential risk of redo log corruption by installing OCFS "1.0.9-12" or later "1.0.12". Please advise. Thanks ____________ Baqir Hussain Database Administrator zipRealty Inc. (510)735-2696 > > > Next, I saw a Metalink thread which suggests that async I/O is not > > supported on OCFS with RHAS 2.1. It doesn't say anything > about RHEL3. > > We've been using async in our testing with no problems so > far, and plan to > > use it in product...
2009 Feb 02
2
[LLVMdev] undefs in phis
...An implicit_def doesn't actually define any value. So we don't >> care if a live interval overlaps live ranges defined by an >> implicit_def. > > It's a bug because the coalerscer does illegal coaescing. > > Our last episode left us here: > > bb134: > 2696 %reg1645<def> = FsMOVAPSrr %reg1458<kill> ; srcLine 0 > > bb74: > 2700 %reg1176<def> = FsMOVAPSrr %reg1645<kill> ; srcLine 0 > [deleted copy] > 2708 %reg1178<def> = FsMOVAPSrr %reg1647<kill> ; srcLine > 0 *** u &...
2009 May 04
2
[LLVMdev] configure problems under msys
...en_stackdumpfile: Dumping stack trace to sh.exe.stackdump<br> 0 [main] sh 3564 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump<br> autoconf/config.guess: line 1: 3564 Segmentation fault (core dumped) ( umask 077 && mkdir $tmp )<br> 0 [main] sh 2696 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump<br> autoconf/config.guess: line 1: 2696 Segmentation fault (core dumped) ( umask 077 && mkdir $tmp )<br> : cannot create a temporary directory in /tmp<br> 0 [main] sh 4348 open_stackdumpfile: Dumping s...
2009 Jan 30
2
[LLVMdev] undefs in phis
...efined by an > implicit_def. It unnecessarily increases register pressure. Ah, I see. But coalescing seems to break. I don't know if it's because of the eliminated IMPLICIT_DEF, though. Here's what happens. Let's look at this code, annotated with live range indices: bb134: 2696 %reg1645<def> = FsMOVAPSrr %reg1458<kill> ; srcLine 0 bb74: 2700 %reg1176<def> = FsMOVAPSrr %reg1645<kill> ; srcLine 0 2704 %reg1177<def> = FsMOVAPSrr %reg1646<kill> ; srcLine 0 *** u before d 2708 %reg1178<def> = FsMOVAPSrr %reg1647<kill> ; src...
2004 Jul 15
3
G.729 codec doesn't seem to work *even* after installing the license
...9;g729tolin' from format G729A to SLINR, cost 2 == Registered translator 'lintog729' from format SLINR to G729A, cost 12 I was hoping by letting it ring out, I would get a voice-mail message, but that doesn't work either... *CLI> Jul 13 11:29:08 WARNING[98310]: chan_sip.c:2696 process_sdp: No compatible codecs! -- Executing Dial("SIP/67.23.212.25-0814f830", "SIP/334|20") in new stack -- Called 334 -- SIP/334-26f8 is ringing -- Nobody picked up in 20000 ms -- Executing VoiceMail("SIP/67.23.212.25-0814f830", "u334...
2019 Feb 09
2
Question about pattern matching process
...ry (due to false predicate) at index 2452, continuing at 2562 Skipped scope entry (due to false predicate) at index 2563, continuing at 2641 Skipped scope entry (due to false predicate) at index 2642, continuing at 2669 Skipped scope entry (due to false predicate) at index 2670, continuing at 2696 Skipped scope entry (due to false predicate) at index 2697, continuing at 2779 Skipped scope entry (due to false predicate) at index 2780, continuing at 2835 Skipped scope entry (due to false predicate) at index 2836, continuing at 2891 Skipped scope entry (due to false predicate) at index...
2007 Mar 18
1
HELP...Running data
...ahm [,13] vhm numeric vhm DATA subject order speed stride mass vo2 tm etot cn ar ecn ahm vhm 1 1 4 2.68 138 W 2838 71.8 221.14 0.381 0.053 0.260 15.2 13.7 2 1 8 2.68 138 L 2905 71.8 221.14 0.356 0.084 0.220 16.4 13.6 3 1 7 2.68 146 W 2630 71.8 221.14 0.359 0.056 0.225 15.0 12.7 4 1 3 2.68 146 L 2696 71.8 221.14 0.351 0.061 0.225 14.2 12.4 5 1 1 3.13 138 W 3100 71.8 270.69 0.335 0.099 0.285 13.5 14.2 6 1 6 3.13 138 L 3343 71.8 270.69 0.313 0.119 0.230 16.6 14.7 7 1 2 3.13 146 W 3001 71.8 270.69 0.344 0.065 0.225 12.0 13.5 8 1 5 3.13 146 L 3079 71.8 270.69 0.314 0.095 0.200 12.1 13.3 9 2 2 2.68...
2017 Dec 12
5
Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set <domU> <val> triggers domU kernel WARNING, then domU becomes unresponsive
...[kworker/u8:0] root 316 0.0 0.0 0 0 ? D 11:20 0:00 [jbd2/xvda1-8] root 1145 0.0 0.2 116636 4776 ? Ds 11:20 0:00 -bash root 1289 0.0 0.1 25852 2420 ? Ds 11:35 0:00 /usr/bin/systemd-tmpfiles --clean root 1290 0.0 0.1 125248 2696 pts/1 D+ 11:44 0:00 ls --color=auto -l /tmp/ root 1293 0.0 0.1 125248 2568 pts/2 D+ 11:44 0:00 ls --color=auto -l /var/tmp root 1296 0.0 0.2 116636 4908 pts/3 Ds+ 11:44 0:00 -bash root 1358 0.0 0.1 125248 2612 pts/4 D+ 11:47 0:00 ls --color=auto...