search for: lacon

Displaying 13 results from an estimated 13 matches for "lacon".

Did you mean: bacon
2008 Apr 29
2
Documentation for DNS and BIND
Hi, One of the things I have yet to learn is setting up a DNS server with BIND. Can you recommend me some *comprehensive* documentation? I like the sort of documentation that explains things step by step, not too laconically. I don't mind reading hundreds of pages, as long as it's well explained. Consider me a total newbie in that field. Any suggestions? Niki
2012 Apr 09
1
[LLVMdev] llc -march=cpp fails when using some STL stuff?
...ticket.s.cpp that I can inspect to learn more about how to define structures in LLVM IR, while the following: //File ticket_stl.cpp #include <vector> struct ticket_stl { int field1; std::vector<int> field2; } _ticket_stl; Fails during step 2) (llc -march=cpp ticket_stl.s) with a laconic: LLVM ERROR: Invalid instruction Everything works if I instead perform step 1) with -O1. For what it's worth, the online compiler at http://llvm.org/demo/index.cgi, targeting "LLVM C++ API code", exhibits the same behavior (i.e. it fails at optimization level "None")....
2007 May 24
1
CentOS 5 and Java
...lled CentOS 5 on a few machines, to experiment with it. I have some trouble installing a Java plugin for Firefox. I've searched through the forum and read the various info at jpackage.org, and I'm a bit confused. 1) Can you point me to some reliable bit of information, even if it's laconic? 2) If I understand the info on http://jpackage.org/yum.php correctly, Java is not yet available for CentOS 5. Correct me if I'm wrong. Cheers, Niki -- Dyslexics have more fnu.
2020 May 29
1
[PATCH v3 69/75] x86/realmode: Setup AP jump table
On Tue, Apr 28, 2020 at 05:17:19PM +0200, Joerg Roedel wrote: > From: Tom Lendacky <thomas.lendacky at amd.com> > > Setup the AP jump table to point to the SEV-ES trampoline code so that > the APs can boot. Tom, in his laconic way, doesn't want to explain to us why is this even needed... :) /me reads the code /me reads the GHCB spec aha, it gets it from the HV. And it can be set by the guest too... So how about expanding that commit message as to why this is done, why needed, etc? Thx. > diff --git a/arch...
2009 Oct 18
2
Confusion about scheduling tasks with crontab
...en edit it using crontab -e ? Anyway, here's what I'd like to do. I have a script: /root/scripts/backup.sh I want to run that script every day at 07:00 in the morning. Once. Now how would I go about that? The thing is: I'd like to know an orthodox way to go about this. You can be laconic in your answers, I'll retrive the details in the docs. Cheers, Niki
2010 Jun 18
1
BIND: listen-on and allow-recursion
Hi, I'm currently trying to get a grasp on DNS and Bind. I admit the documentation is quite confusing, either too laconic or way too detailed. So I'm trying to start from a working example, and then bite my way through it. I have a sample named.conf file from Carla Schroder's Linux Cookbook. In the opening global options, I have this : listen-on { 127.0.0.1; 10.11.12.1; }; allow-recursion { 127.0.0.0...
2008 Jul 04
5
article for consideration, Atheros 5007EG wireless card
I have a page where I document getting the increasingly popular AR5007EG Atheros wireless card working. (This is the card used in the Asus EEE PC). The current article covers several distributions, but would be modified to just cover CentOS. It does, however, involve getting third party software, as the rpmforge repos don't have the necessary drivers. (Apparently, it's a bit of a
2008 Oct 14
4
Mass installs of desktop systems on identical machines
...e or less) to "administrate" their own Ubuntu install, this looks less obvious with CentOS. Or let's say: forums.centos.org is not exactly a newbie forum, at least compared to Ubuntu. I guess your average newbie will not be very pleased with the prevailing tone of competent techno-laconism (compared to Ubuntu or the likes). I'd be curious to read your suggestions about this. Cheers, Niki
2005 Dec 20
1
EXT3-fs error
Hello friends, I am experiencing some weird beheaviour on one of my computers. I appologize for the laconic subject, but I really don't know anything more than that. I'll tell the story in chronological order. I have an HP server with five SCSI disks. The disks are _not_ in RAID. I installed FC2 on one disk. I installed a 2.6.11.7 and used it for boot. The server runs some software that I wr...
2015 Aug 19
2
TSAN hack on AArch64 for Android
...f the changes in the patch are just spot fixes (e.g. if a struct definition is different on the new platform, you just need to provide a correct definition), there is nothing to design there. Regarding the tls, whether we call it "emulation" or not, I believe we can do it a very neat and laconic form. Refactoring of tsan per-thread structures in preparation for the "emulation" should go in independently. Agree. Aarch64 support is already submitted to tsan as far as I see. On Wed, Aug 19, 2015 at 1:11 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 18 Augu...
2015 Aug 18
5
TSAN hack on AArch64 for Android
On Tue, Aug 18, 2015 at 10:53 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 18 August 2015 at 19:57, Dmitry Vyukov <dvyukov at google.com> wrote: >> Hi Renato, >> >> What exactly hack/hacks do you mean? > > Hi Dmitry, > > The sanitizer code seems to be more accepting to adding complicated > pre-processor logic, as well as a number of
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by
2020 Apr 28
116
[PATCH v3 00/75] x86: SEV-ES Guest Support
Hi, here is the next version of changes to enable Linux to run as an SEV-ES guest. The code was rebased to v5.7-rc3 and got a fair number of changes since the last version. What is SEV-ES ============== SEV-ES is an acronym for 'Secure Encrypted Virtualization - Encrypted State' and means a hardware feature of AMD processors which hides the register state of VCPUs to the hypervisor by