search for: 1717

Displaying 20 results from an estimated 109 matches for "1717".

Did you mean: 117
2007 Dec 19
3
x86_emulate(): forgot to generate_exception_if() for 0xff?
Hi all, In arch/x86/x86_emulate.c: x86_emulate(): 1716 case 0xfe: /* Grp4 */ 1717 generate_exception_if((m odrm_reg & 7) >= 2, EXC_UD); 1718 case 0xff: /* Grp5 */ 1719 switch ( modrm_reg & 7 ) 1720 { 1721 case 0: /* inc */ 1722 emulate_1op("inc", dst, _regs.eflags); 1723 break;...
2010 Feb 26
0
[Bug 1717] New: ssh should write its name when outputting messages
https://bugzilla.mindrot.org/show_bug.cgi?id=1717 Summary: ssh should write its name when outputting messages Product: Portable OpenSSH Version: 5.3p1 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh A...
2011 Apr 10
5
Question about levels/as.numeric
...0.000157 -0.00016 -0.000171 -0.000185 -0.000212 -0.000238 -0.000256 -0.000259 -0.000263 -0.000273 ... C > returns2[1:10,1] [1] -0.002206 0.115696 -0.015192 0.008719 -0.004654 -0.010688 0.009453 0.002676 0.001334 -0.011326 > as.numeric(returns[2528:2537,1]) [1] 341 7444 2244 5149 787 1717 5251 4122 3878 1811 > as.numeric(returns2[1:10,1]) [1] -0.002206 0.115696 -0.015192 0.008719 -0.004654 -0.010688 0.009453 0.002676 0.001334 -0.011326 I would like to understand what's happening and how to handle the longer one. This problem may seem stupid, but I've been trying to...
2012 Jul 06
1
Problem using Lag on time series
...1721 1 5 19830222 1715 1720 1714 1720 1 6 19830223 1711 1712 1702 1709 1 7 19830224 1708 1716 1708 1716 -1 8 19830225 1718 1726 1718 1718 -1 9 19830228 1712 1713 1701 1704 1 10 19830301 1690 1694 1683 1689 1 11 19830302 1698 1713 1698 1708 -1 12 19830303 1714 1721 1711 1714 -1 13 19830304 1717 1725 1714 1721 0 14 19830307 1715 1738 1715 1735 -1 15 19830308 1754 1762 1750 1758 -1 16 19830309 1746 1750 1735 1740 1 17 19830310 1744 1745 1731 1735 0 18 19830311 1735 1743 1732 1739 0 19 19830314 1732 1734 1729 1730 1 20 19830315 1735 1740 1733 1735 -1 21 19830316 1737 1737 1733 1734 0...
2002 Jun 28
1
Problem in optim(method="L-BFGS-B") (PR#1717)
Full_Name: Jörg Polzehl Version: 1.5.1 OS: Windows 2000 Submission from: (NULL) (193.175.148.198) When calculating MLE's in a variance component model using constrained optimization, i.e. optim(...,method="L-BFGS-B",...) I observed an inproper behaviour in cases where the likelihood function was evalueted at the constraint. Parameters and value of the function at the constraint
2012 Jun 24
2
pt_pci_read_config offset issue
Using Xen 4.2 unstable rev. 25483. I get errors like this: pt_pci_read_config: [00:10:0] Error: Failed to read register with offset exceeding FFh. [Offset:ffh][Length:1] in my qemu log for a domU with some devices passed through to it. I investigated and found that at hw/pass-through.c line 1717 (http://xenbits.xen.org/gitweb/?p=qemu-xen-unstable.git;a=blob;f=hw/pass-through.c;h=8581253bc86391d6e348e02464f9ed5d2e579a0d;hb=HEAD#l1717) the code checks for an address >= 0xFF and then throws the above error. This seems wrong. The PCI configuration space is 256 bytes long (as far as I'...
2006 Jun 23
1
Running on HPUX
...c000 [imap ][1707] mmap64(NULL, 18432, PROT_READ, MAP_SHARED, 8, 0) ........ = 0xc166d000 [imap ][1707] mmap64(NULL, 24, PROT_READ, MAP_SHARED, 9, 0) ........... = 0xc1672000 [imap ][1707] mmap64(NULL, 576, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) ERR#12 ENOMEM [imap ][1717] mmap64(NULL, 576, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0) = 0xc166c000 [imap ][1717] mmap64(NULL, 18432, PROT_READ, MAP_SHARED, 9, 0) ........ = 0xc166d000 [imap ][1717] mmap64(NULL, 24, PROT_READ, MAP_SHARED, 8, 0) ........... = 0xc1672000 [imap ][1717] mmap64(NULL, 576, P...
2014 Dec 06
2
GCC/clang compilation issues
...39;double' to non-matching type 'FLAC__int32' (aka 'int') [-Werror,-Wbad-function-cast] ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call of type 'double' to non-matching type 'FLAC__int32' (aka 'int') [-Werror,-Wbad-function-cast] ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+15, 0); ^~~~~~~~~~~~~~~~~...
2014 Dec 06
2
GCC/clang compilation issues
...;FLAC__int32' (aka 'int') > > [-Werror,-Wbad-function-cast] > > ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > > src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call > > of type 'double' to non-matching type 'FLAC__int32' (aka 'int') > > [-Werror,-Wbad-function-cast] > > ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+15, 0); > >...
2005 Aug 27
1
bug in L-BFGS-B? (PR#8099)
--WWm7B+u2U4 Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit G'day all, I believe that this is related to PR#1717 (filed under not-reproducible) which was reported for a version of R that is a quite a bit older than the ones used in for this report. But I noticed this behaviour under R 2.1.1 and R 2.2.0 on my linux box and under R 2.0.1 and R 2.1.1 on my Windows box. I recently ran the examples for fitdistr...
2019 Jun 13
2
memory leak in vhost_net_ioctl
Hello Dmitry On Thu, 13 Jun 2019 20:12:06 +0800 Dmitry Vyukov wrote: > On Thu, Jun 13, 2019 at 2:07 PM Hillf Danton <hdanton at sina.com> wrote: > > > > Hello Jason > > > > On Thu, 13 Jun 2019 17:10:39 +0800 Jason Wang wrote: > > > > > > This is basically a kfree(ubuf) after the second vhost_net_flush() in > > > vhost_net_release(). >
2019 Jun 13
2
memory leak in vhost_net_ioctl
Hello Dmitry On Thu, 13 Jun 2019 20:12:06 +0800 Dmitry Vyukov wrote: > On Thu, Jun 13, 2019 at 2:07 PM Hillf Danton <hdanton at sina.com> wrote: > > > > Hello Jason > > > > On Thu, 13 Jun 2019 17:10:39 +0800 Jason Wang wrote: > > > > > > This is basically a kfree(ubuf) after the second vhost_net_flush() in > > > vhost_net_release(). >
2010 Dec 09
1
One question about R
I am a beginner with R. After I installed R 2.8.0, I tried to add a package. R CMD INSTALL RHIPE.tar.gz I got following error message: cannot extract package from RHIPE.tar.gz Can anyone tell me what's the problem? -- Best Regards, Zihang Yin 919-225-1717 Computer Science Duke University
2012 Sep 13
1
Compile of v4 RC1 fails
...ntos 6.3, patched as of yesterday. Beta 8 was compiled and run successfully on the same machine yesterday, and I was able to fully configure and join a domain. With today's RC1 release, I downloaded the source, configure.developer/make, but make failed (really, it just hangs forever) after: [1717/3777] Compiling librpc/ndr/ndr_basic.c If there's other stuff I can provide to help troubleshoot this one, please let me know. Philippe
2019 Jun 14
2
memory leak in vhost_net_ioctl
...lude/linux/slab.h:547 [inline] > [<00000000b3825d52>] vhost_net_ubuf_alloc drivers/vhost/net.c:241 [inline] > [<00000000b3825d52>] vhost_net_set_backend drivers/vhost/net.c:1535 [inline] > [<00000000b3825d52>] vhost_net_ioctl+0xb43/0xc10 drivers/vhost/net.c:1717 > [<00000000700f02d7>] vfs_ioctl fs/ioctl.c:46 [inline] > [<00000000700f02d7>] file_ioctl fs/ioctl.c:509 [inline] > [<00000000700f02d7>] do_vfs_ioctl+0x62a/0x810 fs/ioctl.c:696 > [<000000009a0ec0a7>] ksys_ioctl+0x86/0xb0 fs/ioctl.c:713 >...
2019 Jun 14
2
memory leak in vhost_net_ioctl
...lude/linux/slab.h:547 [inline] > [<00000000b3825d52>] vhost_net_ubuf_alloc drivers/vhost/net.c:241 [inline] > [<00000000b3825d52>] vhost_net_set_backend drivers/vhost/net.c:1535 [inline] > [<00000000b3825d52>] vhost_net_ioctl+0xb43/0xc10 drivers/vhost/net.c:1717 > [<00000000700f02d7>] vfs_ioctl fs/ioctl.c:46 [inline] > [<00000000700f02d7>] file_ioctl fs/ioctl.c:509 [inline] > [<00000000700f02d7>] do_vfs_ioctl+0x62a/0x810 fs/ioctl.c:696 > [<000000009a0ec0a7>] ksys_ioctl+0x86/0xb0 fs/ioctl.c:713 >...
2013 Apr 07
2
group data in classes
...0 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 [76] 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 [91] 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 [106] 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 [121] 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 [136] 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 [151] 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 [166] 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772...
2020 Feb 18
2
Where do I start?
If I want to learn how to set up a Samba Active Directory, where do I start? Tom Thomas Rieff GreenCare 1717 3rd Avenue Mankato, MN 56001
2014 Jul 14
2
Issue with new Te133
...d with lsmod | grep dahdi lsmod | grep dahdi dahdi_transcode 6729 1 wctc4xxp dahdi_voicebus 54866 2 wctdm24xxp,wcte12xp dahdi 224134 11 dahdi_transcode,wcb4xxp,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wcte12xp,dahdi_voicebus,wct4xxp,oct612x crc_ccitt 1717 2 wctdm24xxp,dahdi Thoughts? Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140714/927a3186/attachment.html>
2019 Jun 11
3
LLVM 8.0.1-rc2 has been tagged
Hi, I've tagged the 8.0.1-rc2 release, testers please begin testing and upload your binaries. There are still a few more bug fixes that I need to merge, so I'm planning to do one more release candidate before 8.0.1-final. -Tom