Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Can we kill GCCFEBuildInstrs.html?"
2012 Nov 14
0
[LLVMdev] Can we kill GCCFEBuildInstrs.html?
nuked in r167961.
sorry, Jim, the original mail bounced since I accidentally sent it
from another email address that is not subscribed to the list.
-- Sean Silva
On Wed, Nov 14, 2012 at 2:18 PM, Jim Grosbach <grosbach at apple.com> wrote:
>
> On Nov 14, 2012, at 10:52 AM, Sean Silva <chisophugis at gmail.com> wrote:
>
>> It references release 2.7... is this document
2009 Oct 27
2
Sniping a bad inode in zfs?
I''ve have a single-fs, mirrored pool on my hands which recently went
through a bout of corruption. I''ve managed to clean up a good bit of
it but it appears that I''m left with some directories which have bad
refcounts.
For example, I have what should be an empty directory "foo" which,
when you cd into it and ls -al, it shows a incorrect refcount for a
empty
2015 Apr 19
1
[bug?] idmap.ldb xidNumber attributes overlap with existing users'/groups' uidNumber/gidNumber
Greetings, All!
I've discovered a nasty mismatch in my recently upgraded domain.
It seems that a number of builtin groups have mappings in idmap.ldb that
overlap with posixAccount mappings in the sam.ldb.
Namely,
# file: var/lib/samba/sysvol/ads.example.com/scripts/
# owner: root
# group: 544
user::rwx
user:root:rwx
group::rwx
group:544:rwx
group:30000:r-x
group:30001:rwx
2000 Feb 08
1
gnome support failure (libglade error on debian)
Hi,
I'm running debian - upgraded fully to potato at the start of the
freeze and added latest libgnome-dev before configuring.
I tried compiling with gnome support with
/usr/local/R/R-0.99.0/configure --with-gnome
and got the following output:
checking for gnome-config... /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config...
2017 Jan 23
6
Should analyses be able to hold AssertingVH to IR? (related to PR28400)
This thread kinda died. I'd like to revive it.
The new PM stuff is making excellent progress, and this is actually one of
the last things to clean up.
On Mon, Aug 8, 2016 at 1:10 AM Sean Silva <chisophugis at gmail.com> wrote:
> Thoughts? For the moment I have put in a workaround (r274457) that makes
> jump-threading invalidate LVI.
>
>
> Is everybody happy with this
2012 Jan 06
1
how to use rgl to plot dynamic orbit
Dear all,
I have a question about the plotting of the dynamical orbit by using rgl.
My code is as follows:
open3d()
par3d(cex=2)
bg3d("white")
for(i in 1:out.length){
ind<-which
plot3d(x[1:i],y[1:i],out[,"z"][1:i],xlim=c(-10,10),ylim=c(-10,10),zlim=c(-10,10),col="red",cex=2)
Sys.sleep(0.0001)
}
,where x,y,out[,"z"] are the position of the object in
2014 Dec 02
1
NetworkManager fights with DHCP-only backup NIC
> On Dec 1, 2014, at 14:48, Les Mikesell <lesmikesell at gmail.com> wrote:
>
> On Mon, Dec 1, 2014 at 3:35 PM, Warren Young <wyml at etr-usa.com> wrote:
>
>> We ship servers to remote sites, which are rarely staffed with techs familiar with Linux. We have them tell us the static IP configuration for the box before we ship it, then we set it up for them here and
2012 Nov 22
3
[LLVMdev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
On Thu, Nov 22, 2012 at 1:53 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> s/ExecutionEngine/EE/ (or something like buzzword!)
I don't really know the best bikeshed color here. Jim?
My lame idea would be:
ExecutionEngine -> JIT
ExecutionEngine -> JIT/Legacy
ExecutionEngine/MCJIT -> JIT/MC
ExecutionEngine/OProfileJIT -> JIT/OProfile
2012 Nov 26
0
[LLVMdev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
Catching up on post-holiday emails. I may have comments on the more general stuff later, but wanted to respond to this bit more quickly.
On Nov 22, 2012, at 3:05 AM, Chandler Carruth <chandlerc at google.com> wrote:
> On Thu, Nov 22, 2012 at 1:53 AM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>> s/ExecutionEngine/EE/ (or something like buzzword!)
>
> I don't
2002 Jan 25
3
suid files and bsd
Currently I only have one machine backing up to another. I am
backing up to a filesystem that is mounted as nosuid. The syncing process
works perfectly except it fails on files that are suid.
Example
proc/
root/
tmp/
mknod tmp/mysql.sock : Invalid argument
mknod tmp/orbit-daud/orb-12573780511489051058 : Invalid argument
mknod tmp/orbit-daud/orb-139425434385535813 : Invalid argument
mknod
2013 Oct 29
3
[LLVMdev] Add support for ldr pseudo instruction in ARM integrated assembler
On Oct 26, 2013, at 5:02 PM, Chris Lattner <clattner at apple.com> wrote:
> On Oct 25, 2013, at 5:22 PM, Sean Silva <chisophugis at gmail.com> wrote:
>> I’m not sure macros are a good analogy, but there are other pseudo-instructions that we’re not always able to reconstruct in disassembled code back to how the user wrote them. Or if we do, it’s purely via heuristic methods. I
2008 Sep 10
3
Compromised
My wife's office server was compromised today. It appears
they ssh'ed in through account pcguest which was set up for
Samba. (I don't remember setting up that account, but maybe I
did.) At any rate, I found a bazillion "ftp_scanner" processes
running. A killall finished them off quickly, I nuked the
pcguest account, and switched ssh to a different port (which
I normally do
1998 May 06
3
Sync browse list between multiple workgroups?
(Samba version 1.9.18p4)
I want to set up my environment thusly:
- 2 workgroups, each composed of multiple subnets.
- Each workgroup has a DMB and a WINS server (Samba only - no NT)
- The two workgroups should collate browse lists so that clients on
either workgroup can browse and connect to hosts on the opposite workgroup.
I've read the documentation in BROWSING.txt and it does not appear
2014 Oct 14
2
[LLVMdev] RFC: variable names
On Mon, Oct 13, 2014 at 5:25 PM, Jim Grosbach <grosbach at apple.com> wrote:
> This convention sounds like it would cause people to have to be constantly
> asking themselves "is this common enough to be an initialism-as-word or
> not?". The thing that started this conversation was someone complaining
> about going between codebases that they weren't sure whether to
2014 May 14
1
Error starting Virtual Machine Manager: Failed to contact configuration server
I just updated and rebooted a VM host server which
runs CentOS 6.5/x86_64. After rebooting, I can't start the
virtual-manager due to the error:
Error starting Virtual Machine Manager: Failed to contact configuration
server; some possible causes are that you need to enable TCP/IP networking
for ORBit, or you have stale NFS locks due to a system crash. See
http://projects.gnome.org/gconf/ [^]
2014 Aug 07
2
[LLVMdev] Prevent clang from replacing code with library calls
> On Aug 7, 2014, at 4:12 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote:
>
>> I downloaded the latest NDK (r10) and compiled with the following cmd:
>> arm-linux-androideabi-clang myMemcpy.c -S -fno-builtin -o0
>> It still produces assembly with a call to "memcpy". Maybe the -fno-builtin
>> is broken also in the latest release.
>
2010 Feb 28
2
[LLVMdev] andersaa pass
Does anyone object to me removing the andersaa pass from mainline for 2.7? It is buggy and unmaintained, and people keep filing bugs about it because it is tantalizing. If someone wants to complete the work in the future, they can always resurrect the code from SVN.
-Chris
2004 Aug 04
2
Snom 200 Programmable Keys
I would like to use one of my Snom 200's 5 programmable keys to park
calls. I am using image SIP 2.04g. I have tried a variety of
combinations and have come to the conclusion that:
1) On the Key Mappings administration page, I must select the "Transfer"
under the "Break Keys" option box to be able to successfully transfer
calls using the "Transfer" button.
2)
2013 May 23
2
Looking for compiled version 1.9 of Samba
I am trying to assist a client who need a compiled version of Samba 1.9 for his SCO ODT 3.2 v4.2 environment. We are trying to connect an old version of DataFlex on SCO and need the bridge.
Anybody have an old compiled version?
Thanks
Paul Davis
Sr. Business Development Manager
CONNX Solutions - www.connx.com<http://www.connx.com/>
Direct - (425) 519-6670
Mobile - (425) 269-3956
2012 Sep 18
4
cannot create a new volume with a brick that used to be part of a deleted volume?
Greetings,
I'm running v3.3.0 on Fedora16-x86_64. I used to have a replicated
volume on two bricks. This morning I deleted it successfully:
########
[root at farm-ljf0 ~]# gluster volume stop gv0
Stopping volume will make its data inaccessible. Do you want to
continue? (y/n) y
Stopping volume gv0 has been successful
[root at farm-ljf0 ~]# gluster volume delete gv0
Deleting volume will erase