search for: isaiahe

Displaying 20 results from an estimated 153 matches for "isaiahe".

Did you mean: isaiah
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
The use case is getting the short name for backtraces. There are other options, but I figured it was worth a shot trying to access from the DWARF structure because what we need is already stored there anyway. Thanks, Isaiah On Wed, May 7, 2014 at 12:24 PM, Alexey Samsonov <samsonov at google.com>wrote: > Yeah, public API of DebugInfo library is quite minimalistic. But I agree >
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
On Wed, May 7, 2014 at 11:33 AM, Eric Christopher <echristo at gmail.com>wrote: > Have you checked out llvm-symbolize? It's what the asan folk > (including Alexey) have created for backtrace symbolication. > Yeah, we potentially can add some kind of option: "llvm-symbolizer -print-short-function-names", I don't yet see why this would be valuable. What's wrong
2014 May 07
5
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
On Wed, May 7, 2014 at 11:38 AM, Keno Fischer <kfischer at college.harvard.edu>wrote: > The use case for this is in Julia backtraces. We don't have a consistent > way to mangle the function names for linkage (we might at some point in the > future, but this is out of scope for now). Instead, we save whatever we > want displayed in AT_name, but there's no way to access
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
That doesn't seem possible with the public API or am I mistaking? On Wed, May 7, 2014 at 12:13 AM, Eric Christopher <echristo at gmail.com>wrote: > On Tue, May 6, 2014 at 8:09 PM, Isaiah Norton <isaiah.norton at gmail.com> > wrote: > > Hi, > > > > I am looking for a way to get unmangled subprogram names from a > > DWARFContext. The name I want is
2014 May 07
2
[LLVMdev] DWARF unmangled subprog name (DW_AT_name)
Hi, I am looking for a way to get unmangled subprogram names from a DWARFContext. The name I want is available in the attribute `DW_AT_name` [1], but as far as I can tell this is only returned as a fallback in `DWARFDebugInfoEntryMinimal::getSubroutineName` when the linkage name is not available [2]. If this is not currently possible, is there any interest in adding such access to the public
2019 Mar 07
2
Dynamically allow users with OpenSSH?
Peter and Jason, thanks for your replies on this. I was able to accomplish this with a combination of Peter's solution and setting "AuthorizedKeysFile none" as suggested in the Stack Overflow question. On Wed, Mar 6, 2019 at 2:30 PM Peter Moody <mindrot at hda3.com> wrote: > > why aren't the authorized keys/principals commands sufficient? > > $ getent group
2016 Apr 26
3
NS Records for AD-Integrated Zones
Hello, My domain was provisioned using a Windows 2008R2 server as the first DC, and I then subsequently joined a Samba 4.4.2 DC running on Ubuntu 14.04.4 and using BIND 9.9.5 as the DNS backend. Everything seems to be working properly after I added an NC replica for the zones as per the troubleshooting page. All zones resolve and replicate properly, but I noticed that there are no NS records
2016 Apr 11
4
SYSVOL Replication in a Windows-driven AD environment
Hi everyone, So, I am working with an AD environment where there is one 2008R2 DC (which holds the PDC emulator FSMO role) and one Samba DC running on Ubuntu 14.04 (Samba Version 4.1.6-Ubuntu). I have been trying to set up the rsync workaround for SYSVOL replication, but I've been unable to get it working properly due to the inability to compile rsync with xattr support under Windows. My
2019 Mar 06
3
Dynamically allow users with OpenSSH?
Hello, how can I dynamically allow or disallow users with OpenSSH? I have some nodes that users can submit jobs to, and can optionally be handed a session to the requested node. But I want to prevent them from SSH-ing in to nodes unless they have a job running on that node. My idea was to implement libssh's callback abilities and have a script that checks the username against jobs running on
2004 Dec 07
1
Samba 3.09, Cups & slow Print Dialoge.
I setup samba 3.09 printing with cups. However the dialogue box takes about 10 - 15 seconds to load or even when i switch printer or change properties to printers. Strangly enough when i add my user account as a admin in the global section, the problem goes away. I am running my clinet on XP SP1. Any help would be great. Thanks! Isaiah __________________________________ Do you Yahoo!?
2016 Dec 17
1
7.3 and USB headphones
Hi all! I wish to give huge thankyous to KB and all the others who worked to get 7.3 out the door. Many thanks! I have some good things and some bad. A good thing is that unlike previous versions, when I plug in my USB headphones they are automatically recognized and I get sound without having to change anything! (which is a huge win from before when I had to mess with settings, sometimes for a
2005 Aug 16
3
Conditional Matrices
This seems like a simple problem but I can't figure it out: I have two identical DIMENSION matrices. Both contain only binary values NOT identical between matrices. What I want to do: If in cell (1,1) the value in the first matrix (x) equals 1, then I keep the value in cell (1,1) in the second matrix (y). If in cell (1,1) the value in the first matrix (x) equals 0, then I change the value
2004 Oct 11
5
Fw: setting an exception source to a redirect rule?
I recently setup shorewall on my freshly rebuilt router box. I setup transparent proxying using transproxy/dansguardian/privoxy/squid. My current rules for the redirect are: REDIRECT loc 81 tcp www - !192.168.100.0/24 ACCEPT fw net tcp www How do I set this so that all the request are redirected except for requests FROM a certain machine (192.168.100.11)? I
2019 Sep 17
3
What about Mate Desktop on Centos 8?
On September 16, 2019 8:06:41 PM GMT-04:00, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote: >On Mon, Sep 16, 2019 at 04:18:31PM -0600, Frank Cox wrote: >> According to Twitter: >> >> https://mobile.twitter.com/CentOSProject/status/1173652996305170432 >> >> "The next version of #CentOS is being released September 24 and will >be announced in all
2005 Mar 11
2
Redirecting loc-net-loc request to loc
Ok. That''s probably really confusing. :) Here''s what I''d like to do. If it''s something that''s overly difficult or just plain stupid, let me know. :) I''m on cable with a dynamic IP. I have a domain forwarding account pointing to me. That is techiem2.no-ip.com. The firewall is 192.168.100.1. My web server is on port 444 on machine
2016 Apr 11
0
SYSVOL Replication in a Windows-driven AD environment
What you can try. Map the sysvol share from the samba to a driveletter on the DC. Add : acl_xattr:ignore system acls = yes Too the sysvol share on samba. Use deltacopy to copy the sysvol I havent tried it, but above seams logical and can work, you just have to try it yourself. If deltacopy does not work, try cwRsync or robocopy. Deltacopy
2016 Apr 26
0
NS Records for AD-Integrated Zones
On 4/25/2016 9:50 PM, Isaiah Olson wrote: > Hello, > > My domain was provisioned using a Windows 2008R2 server as the first DC, > and I then subsequently joined a Samba 4.4.2 DC running on Ubuntu 14.04.4 > and using BIND 9.9.5 as the DNS backend. Everything seems to be working > properly after I added an NC replica for the zones as per the > troubleshooting page. All zones
2015 Apr 16
2
[LLVMdev] ORC jit example (was: refs to LLVM consultants)
On Wed, Apr 15, 2015 at 5:08 PM, Isaiah Norton <isaiah.norton at gmail.com> wrote: >> Any thoughts of including lli in the nightly snapshot/package builds, for >> those of us embedding the JIT? > > > +1. I've wanted this (and llc) several times recently for debugging IR > issues on Windows. The Windows snapshots are targeted at users who want to try out an LLVM
2017 Sep 27
2
USB audio on Centos-7
Most of the useful audacity stuff is in their wiki: http://wiki.audacityteam.org/wiki/USB_mic_on_Linux seems like a good place to start.
2015 Oct 20
2
openssl with FIPS140-2 ??
I see that CentOS does not provide the FIPS140-2 package for openSSL. I don't know if RH provides it or not. Can someone advise me on the best way to get it onto a CentOS or RHEL system, without breaking things? I'd also appreciate ANY related wisdom that's available, having pretty much NO wisdom of my own. thanks! Fred -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us