Displaying 20 results from an estimated 32 matches for "20170306".
Did you mean:
20070306
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi!
Well, my linux distribution has very recent versions
of everything, so a working C++11 compiler exists:
$ gcc --version | head -n1
gcc (GCC) 6.3.1 20170306
Could wrong ./configure options be at fault here? See:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
My sessionInfo():
$ R-devel --slave -e 'sessionInfo()' | head -n3
R Under development (unstable) (2017-04-18 r72542)
Platform: x86_64-pc-linux-gnu (64-bit)
Running u...
2017 Mar 06
1
rsync transfer slow over network
...ave any suggestions for what to do to make the rsync transfer faster? These are local transfers with the SAN showing up as a shared drive on the desktop.
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20170306/fce7dc06/attachment.html>
2017 Apr 12
3
Module Versioning
Hi,
[ouch, it take me a year? thank you all for this very interesting
thread that I'm going to finish reading now.]
Pete Batard via Syslinux:
> I'll skip the EFI part of tails (that uses grub/EFI) to talk only
> about the BIOS/Syslinux part.
JFTR Tails uses GRUB only for 32-bit UEFI. We use syslinux for BIOS
and 64-bit UEFI.
> So, one thing Rufus will need to do is find a
2017 Mar 06
4
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
Hi,
I just came across a rather annoying behavior with llvm 3.9. Assuming the following
samle code in test.ll:
; Lets have some global int x = 4
@x = global i32 10, align 4
; and two strings "p = %d\n" for the prefix data,
; as well as "x = %d\n" to print the (global) x value.
@.str = private unnamed_addr constant [8 x i8] c"x = %d\0A\00", align 1
@.str2 = private
2017 Mar 06
2
combineRepeatedFPDivisors design questions
...d (https://ghostbin.com/paste/ttnrz <https://ghostbin.com/paste/ttnrz>). Perhaps llvm could also be more permissive when it sees a loop?
Best regards,
Vit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170306/a51e8fe2/attachment.html>
2017 Mar 06
0
[Bug 99900] [NVC1] nouveau: freeze / crash after kernel update to 4.10
...d=99922 reads
like a duplicate of that one here - at least sounds similar to me?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20170306/e71b0fc2/attachment.html>
2017 Apr 12
0
Module Versioning
...JFTR Tails uses GRUB only for 32-bit UEFI. We use syslinux for BIOS
> and 64-bit UEFI.
In an ISO that shall boot from DVD ?
Please give me an download URL.
I just downloaded
http://dl.amnesia.boum.org/tails/stable/tails-i386-2.11/tails-i386-2.11.iso
which has as volume id: 'TAILS 2.11 - 20170306'.
It does not bear any boot starting points for EFI. Neither for DVD nor
for HDD.
Knoppix 8.0 (distributed with german Linux Magazin issue 04/17) tries
to handle EFI by SYSLINUX equipment.
I could not yet make a test with real EFI and real DVD. But qemu+OVMF
aborts when trying to boot via -cd...
2017 Mar 03
2
qemu-kvm-ev-2.6.0-28.el7_3.3.1 miss source rpm
Hi,
Now I can update the qemu-kvm-ev to the latest version
2.6.0-28.el7_3.3.1 provided by qemu-kvm-ev repo, but I couldn't find
the according source package in source repo. was forgot :)? where can I
find it?
--
Sincerely,
Chen Fan
2017 Mar 05
2
Upgrade from 2.0. to 2.2
Am 05.03.2017 um 22:49 schrieb Peter:
> On 04/03/17 00:22, Jakob Curdes wrote:
>> Hello, we have a centos 6 server running dovecot 2.0 provided with the
>> OS, currently 2.0.9. We would like to upgrade to the 2.2.19 package
>> provided by the mailserver.guru repo.
>
> Why upgrade to such an old version? You can get 2.2.27 (2.2.28 in
> testing) packages from
2017 Apr 19
0
R 3.4 has broken C++11 support
On 19 April 2017 at 12:42, Angerer, Philipp via R-devel wrote:
| Well, my linux distribution has very recent versions
| of everything, so a working C++11 compiler exists:
|
| $ gcc --version | head -n1
| gcc (GCC) 6.3.1 20170306
|
| Could wrong ./configure options be at fault here? See:
|
| https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
|
| My sessionInfo():
|
| $ R-devel --slave -e 'sessionInfo()' | head -n3
| R Under development (unstable) (2017-04-18 r72542)
| Platform: x86_64-pc-linux-gn...
2017 Apr 19
0
R 3.4 has broken C++11 support
...t;r-devel" <r-devel at r-project.org>
Gesendet: Mittwoch, 19. April 2017 12:42:33
Betreff: Re: [Rd] R 3.4 has broken C++11 support
Hi!
Well, my linux distribution has very recent versions
of everything, so a working C++11 compiler exists:
$ gcc --version | head -n1
gcc (GCC) 6.3.1 20170306
Could wrong ./configure options be at fault here? See:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
My sessionInfo():
$ R-devel --slave -e 'sessionInfo()' | head -n3
R Under development (unstable) (2017-04-18 r72542)
Platform: x86_64-pc-linux-gnu (64-bit)
Ru...
2017 Mar 06
6
[BUG Report] -dead_strip, strips prefix data unconditionally on macOS
..._________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
--
--
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170306/5d6ede48/attachment.html>
2017 Apr 19
0
R 3.4 has broken C++11 support
...gt; Gesendet: Mittwoch, 19. April 2017 12:42:33
> Betreff: Re: [Rd] R 3.4 has broken C++11 support
>
> Hi!?
>
> Well, my linux distribution has very recent versions?
> of everything, so a working C++11 compiler exists:?
>
> $ gcc --version | head -n1?
> gcc (GCC) 6.3.1 20170306?
>
> Could wrong ./configure options be at fault here? See:?
>
> https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40?
>
> My sessionInfo():?
>
> $ R-devel --slave -e 'sessionInfo()' | head -n3?
> R Under development (unstable) (2017-04-18 r72542...
2017 Mar 06
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Mon, 2017-03-06 at 08:37 +1100, Tom Robinson via samba wrote:
> Full back trace provided in previous message. Still don't know why
> samba-tool is crashing. Any help
> is appreciated.
Can you run testparm over the smb.conf file?
I think it may be refusing to load it.
Andrew Bartlett
2017 Mar 03
1
CESA-2017:0294 Important CentOS 7 kernel Security Update
CentOS Errata and Security Advisory 2017:0294 Important
Upstream details at : https://rhn.redhat.com/errata/RHSA-2017-0294.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
212a275e48ec514d4861c2a3875dc9db349113c85c7a0ef2bc117433ed672c6a kernel-3.10.0-514.10.2.el7.x86_64.rpm
2017 Feb 23
17
[Bug 99922] New: [NVE4] [regression, bisected] 4.10 (atomic): X shows black screen with cursor after monitors turn off
https://bugs.freedesktop.org/show_bug.cgi?id=99922
Bug ID: 99922
Summary: [NVE4] [regression, bisected] 4.10 (atomic): X shows
black screen with cursor after monitors turn off
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Keywords: bisected
2017 Feb 25
2
A request for Virtual GPU based on Nouveau
Hi,
I’m a developer from Huawei Technologies Co.,Ltd. China. I’m working on GPU Virtualization.
I found some academic papers on google which describe how to virtualize GPU on Cloud based on Nouveau, Such as < TimeGraph: GPU Scheduling for Real-Time Multi-Tasking Environments > <Gdev: First-Class GPU Resource Management in the Operating System> written by Ph.D Shinpei Kato.
I know the
2017 Mar 07
0
CentOS-announce Digest, Vol 145, Issue 3
...el-3.10.0-514.10.2.el7.src.rpm
>
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20170306/dbdeed86/attachment-0001.sig>
------------------------------
Message: 2
Date: Mon, 6 Mar 2017 15:04:15 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at centos.org
Subject: [CentOS-announce] CESA-2017:0386 Important CentOS 7 kernel
Security Update
Message-ID: <2...
2017 Feb 17
2
multiprecision add/sub
On 02/16/2017 12:08 PM, Stephen Canon wrote:
>> On Feb 16, 2017, at 9:12 AM, Bagel <bagel99 at gmail.com
>> <mailto:bagel99 at gmail.com>> wrote:
>>
>> I figured that the optimization of this would bedifficult (else it would
>> have already been done :-))
>
> Don’t make this assumption. There’s lots of opportunities for optimization
> scattered
2017 Mar 05
2
Please add me to bugzilla
Please add me to R bugzilla.
Thanks,
Bradley
[[alternative HTML version deleted]]