search for: glorious

Displaying 20 results from an estimated 131 matches for "glorious".

2013 Sep 20
1
updates issue
...o such 32-bit packages on this computer. # yum list installed | grep -y hplip-libs hplip-libs.x86_64 3.12.4-4.el6 @cr -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- "For him who is able to keep you from falling and to present you before his glorious presence without fault and with great joy--to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." ----------------------------- Jude 1:24,25 (niv) -----------------------------
2013 Jun 21
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
On 21 June 2013 18:18, David Blaikie <dblaikie at gmail.com> wrote: > !llvm.hardref.foo.h.myClass = ...; > !llvm.hardref.bar.h.myClass = ...; > I like this idea! It's much easier to read than metadata fields, but will it need to have mangled names that today, are quoted? Do we still have the notion that named metadata cannot be deleted? cheers, --renato -------------- next
2013 Jun 21
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
...or local types in inline functions, etc - chances are we would've had to do that even if we were using the previously discussed string/mdnode pair scheme) > Do we still have the notion that named metadata cannot be deleted? That's the invariant, yes. Named metadata are the roots of the glorious metadata tree from which the debug info fruit grows. Or something. > > cheers, > --renato
2013 Jun 21
1
[LLVMdev] Proposal: type uniquing of debug info for LTO
On 21 June 2013 18:35, David Blaikie <dblaikie at gmail.com> wrote: > using the actual language mangling's probably a good idea > Yup, sounds good. That's the invariant, yes. Named metadata are the roots of the > glorious metadata tree from which the debug info fruit grows. Or > something. > So, that fits well today, since (from another thread) we generate debug info when really needed, so types should not need to be trimmed. If we ever generate types that later become unnecessary, we could bloat the dwarf t...
2020 Apr 02
2
Sieve with links?
Is there any reason that a .active_sieve file would not load because it is a symbolic link? The target of the link is readable by the mail user, but instead of getting the trace for the .active_sieve file, I only get the trace for the default sieve file. -- 'Winners never talk about glorious victories. That's because they're the ones who see what the battlefield looks like afterwards. It's only the losers who have glorious victories.' --Small Gods
1999 Jul 21
1
Paradox on a Samba share
I've been trying to get a program that uses Paradox databases over Samba shares set up for a company here and I'm smashing my head into a wall. This is a custom application written with Delphi/BDE accessing Paradox tables on a network share. Previously they used Netware and all was glorious until the box died, since they're version of Netware was bootlegged ages ago I decided to install Linux/Samba and now when the application tries to start on a second computer it gives an error stating, "Network initialization failed. File: PDOXUSRS.NET. Directory: F:\PLUMBING\" What...
2007 Mar 27
1
samba on intel nas box and windows share browsing hanging
Hi I have a intel S400-e nas box, that runs the Linux / samba, as supplied with the latest updates form Intel.. When browsing the folders in a share, explorer will hang, sometime recover other wise some just hang in glorious windows fashion .. so i ran wire shark to see what the network traffic looked like, because both the nas box and the windows box logs didn't show any logical reason for the behavior ... i have attached a screen capture of the wire shark output.. what is depicted continues until i kill the run...
2012 May 02
1
Updating the "RAID1 HowTo" to CentOS 6
Hi. The following HowTo on the CentOS Wiki: http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1 valid for CentOS 5, has not been updated to CentOS 6, yet. I found it very useful during the glorious CentOS 5 days and now that I've successfully ported my RAID1 experience to CentOS 6, I'd like to share it with the Community. The title of the HowTo is currently: "How to install CentOS 5 on a software partitionable RAID1". After my update it will be" "How to insta...
2012 May 02
1
Updating the "RAID1 HowTo" to CentOS 6
Hi. The following HowTo on the CentOS Wiki: http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1 valid for CentOS 5, has not been updated to CentOS 6, yet. I found it very useful during the glorious CentOS 5 days and now that I've successfully ported my RAID1 experience to CentOS 6, I'd like to share it with the Community. The title of the HowTo is currently: "How to install CentOS 5 on a software partitionable RAID1". After my update it will be" "How to insta...
2013 Aug 21
1
More browsers!
I'm running CentOS 6 on one machine, plus my wife's. She's OK with it, but every time I use it, I miss the glorious plethora of browsers that Fedora has gotten me used to. I have epel and rpmfusion (both free and unfree) enabled; is there some other repo I can safely add? -- Beartooth Implacable, Curmudgeonly Codger Learning Linux On the Internet, you can never tell who is a dog -- supposing you...
2015 Dec 11
4
no longer goes to standby when lid is closed
...it WILL go to standby if explicitly told to do so from the shutdown dialog. Has anyone else seen anything like this? TIA Fred -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- "For him who is able to keep you from falling and to present you before his glorious presence without fault and with great joy--to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." ----------------------------- Jude 1:24,25 (niv) -----------------------------
2005 Jul 28
1
rsync and old novel server
...t a live backup of the old server I turned to rsync, but then I ran into a problem, the Novel is too old it doesn't support rsync, that was a real bummer. Somebody hinted me I could use it locally if I mounted the old server's volumes, which I did, but than I noticed rsync wasn't as glorious as promised. Because there was no server-side support of the protocol it has to copy each and every file, meaning It transfers 17 GB of information every time, I don't have to remind you this is extremely time consuming, so we scheduled it for the evening, just before the nightly backup. Bo...
2014 Nov 25
4
[LLVMdev] RFC: How to represent SEH (__try / __except) in LLVM IR
...get_capture_block adds an ordering constraint on CodeGen. Once you add this intrinsic, we *have* to do frame layout of @_Z13do_some_thingRi *before* we can emit code for all the callers of @llvm.eh.get_capture_block. Today, this is easy, because module order defines emission order, but in the great glorious future, codegen will hopefully be parallelized, and then we've inflicted this horrible constraint on the innocent. > His suggestion to break the ordering dependence was to lock down the frame offset of the capture block to always be some fixed offset known by the target (ie ebp - 4 on x86,...
2015 Jun 09
3
(no subject)
...sure NOT to let it mess with your windows partition(s). 7. see my other note about how to get it to dual boot with windows. -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- "For him who is able to keep you from falling and to present you before his glorious presence without fault and with great joy--to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." ----------------------------- Jude 1:24,25 (niv) -----------------------------
2008 Nov 04
5
VoIP Users Conference Call Friday Nov 7 On Wideband Voice & Conferencing
...s. The Talkshoe bridge can be reached by PSTN or SIP URI. Anyone with G.722 capable phones (some models of Polycom, Snom, Cisco, Avaya, Mitel, Siemens or Grandstream) or a G.722 capable soft phone (Eyebeam, OEM version only) will be able to connect to the ZipDX conference bridge and participate in glorious wideband audio. The two conference bridges will be connected. People connected to ZipDX directly will be able to hear the startling difference that HDVoice makes. This is especially true in conference calls where line quality, accents and background noise all cause intelligibility issues. The dow...
2014 Sep 28
1
nss, samba3/ldap PDC, NT4 interdomain trust and performance
...amba doc stated that one shall not to enable nscd when winbind is used [1]. My first thought would be to migrate the whole thing to samba4 (I hope we will have the opportunity to experiment with interdomain trust in 4.2 :-). But in the mean time being, I was wondering how y'all did in the glorious old days of samba3 to manage this kind of setup : large samba3/openldap PDC with interdomain trust. Would you advise to remove of the nss_ldap part and replace it with idmap_ldap in winbind? I have never been a great fan of idmap_ldap and I'd prefer not to add an extra OU to the ldap tree....
2008 Feb 26
11
Is there way to trace memory in the dtrace ?
N_conreq:entry { self->x=1; calledaddr=(struct xaddrf *)arg3; callingaddr=(struct xaddrf *)arg4; trace(calledaddr->link_id); tracemem(calledaddr->DTE_MAC.lsap_add, 80); trace(callingaddr->link_id); tracemem(callingaddr->DTE_MAC.lsap_add, 80); } 0 -> N_conreq 255
2014 Jun 02
2
[LLVMdev] PassRegistry thread safety and ManagedStatic interaction
...the PassRegistry and it made me sad. Chatting to Chandler he seemed to > be of the opinion that the whole thing was a rats nest of bad & not > worth my time (though perhaps it's worth yours, I'm not sure). > > Chandler - was this just going to "go away" in the the glorious new > pass manager future? > > On Sun, Jun 1, 2014 at 10:36 AM, Zachary Turner <zturner at google.com> > wrote: > > +cc original authors of these changes. > > > > Is PassRegistry intended to be thread-safe? The header file explicitly > says > > that Pas...
2018 Mar 04
0
[cfe-dev] Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
...since i wrote it) to find the RTTI type. There were no other good options at the type. > > What it does is find the vtable for the object, find the symbol that represents the vtable, demangle it, , chops off "vtable for", and tries to find the symbol for the string that results. Glorious. :) Do any of the common C++ demangler implementations provide any sort of API to get at the demangler tree? We did this in Swift, and even though our tree design isn't real great, it's been a huge help for implementing various reflection / debugging features. John. > > If you do...
2010 Sep 14
2
using NUT on centos 5
...ting up NUT on Centos 5 (or RHEL) and can offer any advice, I'd appreciate hearing from you. Thanks in advance! -- ---- Fred Smith -- fredex at fcshome.stoneham.ma.us ----------------------------- "For him who is able to keep you from falling and to present you before his glorious presence without fault and with great joy-- to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." ----------------------------- Jude 1:24,25 (niv) -----------------------------