search for: inconsequential

Displaying 20 results from an estimated 66 matches for "inconsequential".

2011 Jan 31
9
[PATCH][SVM] Fix 32bit Windows guest VMs save/restore
The attached patch fixes the save/restore issue seen with 32bit Windows guest VMs. The root cause is that current Xen doesn''t intercept SYSENTER-related MSRs for 32bit guest VMs. As a result, the guest_sysenter_xxx fields contain incorrect values and shouldn''t be used for save/restore. This patch checks the LMA bit of EFER register in the save/restore code path. Please apply it
2003 May 10
0
Small Makefile.in Patch
This is a fairly inconsequential patch, but it comes in handy in a few instances. The patch simply splits install-files into "install-files" and "install-sysconf" - taking all of the sysconfdir stuff and putting in its own target which I then added to 'install' and 'install-nokeys'. I then a...
2008 May 14
0
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
...proprietary application 'derived work'. This is what the FSF would like the world to believe. If you distribute the GPLed library and the proprietary application separately, and make sure that they are linked at installation time, the link step creates a derived work indeed but that's inconsequential because it isn't redistributed. IANAL etc., and there are issues regarding the use of interface files (.h files etc.) from proprietary code, but it should hold up well enough. (Not that I don't like the intentions of the FSF. I just don't think their legal strategy will hold up in the...
2008 May 14
1
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
Hi, > If you distribute the GPLed library and the proprietary application > separately, and make sure that they are linked at installation time, the > link step creates a derived work indeed but that's inconsequential > because it isn't redistributed. Interestingly enough, you need a linker at the target system to do that. And guess what this discussion started at :-p Gr. Matthijs -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-sign...
2014 Feb 07
1
[PATCH] nouveau/drm/fifo: fix ENG_RUNLIST register address
Address of the ENG_RUNLIST register should be 0x002284 + (engine * 8), not 0x002284 + (engine * 4). Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- Stumbled upon this one and I'm quite certain the offset was not correct. This is inconsequential for GK20A which only features one runlist, but other GPUs might run into troubles because of this. Not tested, just reported for your consideration. FWIW, the Android GK20A driver uses the same offset calculation. drivers/gpu/drm/nouveau/core/engine/fifo/nve0.c | 2 +- 1 file changed, 1 insertio...
2008 May 14
3
[LLVMdev] GPL licensing issues or can GCC be used with llvm for a commercial application?
Hello, Razvan > after that I use only the Windows interface to it (like any other > proprietary Windows software does) , GPL forbids me to do that. That's due to nature of the interface. Binary interface to codec make the proprietary application 'derived work'. > - I didn't find any commercial projects (not Operating Systems or > dual-licensed but simple
2005 Mar 16
1
Logon logging logs
...not exact results were found. Most domain logins were logged twice, some were only logged once. Also, there are now some entries with "nobody" as the group and username but these "nobody" entries can be easily omitted from reports with sed/grep/awk/perl/whatever so they are inconsequential. :) So, I guess my basic question is: Where in the logon process is the correct place to tell Samba to do something (ie: run this script) but do it only once? Thanks for any help! - Bill Arlofski waa-samba@revpol.com
2015 Feb 09
2
SELinux context for ssh host keys?
I generated a new host key for one of our systems using: ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key_4096 I then ran 'ls -Z on the keys' ll -Z *key* -rw-------. root root system_u:object_r:sshd_key_t:s0 ssh_host_dsa_key -rw-r--r--. root root system_u:object_r:sshd_key_t:s0 ssh_host_dsa_key.pub -rw-------. root root system_u:object_r:sshd_key_t:s0 ssh_host_key -rw-r--r--. root
2009 Nov 05
2
Seeing "Corrupted transaction log file" error messages.
...og file /var/dci ndx/olson/.imap/INBOX/dovecot.index.log seq 742: file_seq=742, min_file_offset (24) < hdr_size (40) (sync_offset=24) Nov 5 15:06:17 mercury mail:err|error dovecot: IMAP(olson): Transaction log got desynced for index /var/dcindx/olson/.imap/INBOX/dovecot.index Is worrisome or inconsequential? About 40 such messages in 30 minutes, mostly clumped together -- ==== Once upon a time, the Internet was a friendly, neighbors-helping-neighbors small town, and no one locked their doors. Now it's like an apartment in Bed-Stuy: you need three heavy duty pick-proof locks, one of those bra...
2018 Oct 26
2
Bug report for sealClass() in Core-maintained package "methods"
Hello, I was just reminded from a comment in some code that I had submitted this bug report last year, but it does not appear to have been addressed in R 3.5.0. Can this please be fixed, or is there a specific reason that it cannot be addressed? Thanks, Adam From: Gower, Adam Sent: Monday, June 19, 2017 11:56 AM To: 'r-devel at r-project.org' Subject: Bug report for sealClass() in
2012 Oct 01
3
Best way to measure performance of ZIL
...e hardware configurations and compare iometer results, but i''m trying to avoid having to buy the ZIL accelerator just to "see" what the impact would be. I''d hate to buy an expensive device just to find out that NFS is the main latency bottleneck all along and the ZIL is inconsequential. The only thing I can think of is to create a zpool consisting of a single OCZ Vertex 4 SSD, sharing it as NFS and running iometer on a VM and see how it performs in a "real world" use-case... but that doesn''t necessarily isolate how well it performs as a ZIL. Another thing I f...
2008 Dec 28
7
Your thoughts on "Enterprise Rails"
...hen I started reading the book I couldn''t believe that these things are NOT done in the Rails world, because they seem like common sense to me that any professional developer would do, and yet almost all of the Rails people I''ve read about and talked to consider them to be inconsequential. Maybe my vision is just skewed, coming from the Microsoft world. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39...
2019 Apr 24
1
Use of C++ in Packages
...think about these things, forming > hypotheses, narrowing down to smaller examples, etc. > > My suggestion for package authors who write native code and want to > learn more, and who want to be responsible (these kinds of bugs affect > other packaged indirectly and can be woken up by inconsequential and > correct code changes, even in R runtime): test and debug your code hard > - look at UBSAN/ASAN/valgrind/rchk checks from CRAN and run these tools > yourself if needed. Run with strict barrier checking and with gctorture. > Write more tests to increase the coverage. Specifically no...
2007 Jun 23
6
Resizing Windows LVM makes it unbootable
Hi, I have a working windows lvm of 1.62GB size. I just do an lvextend +1Gb on it, and then the Guest gets stuck at ''booting from harddisk'' the initial stage. Is there something more I should do? I had tried getting it working with parted etc, but it doesn''t seem to work. Is there some documentation on manipulating windows image files and the partitions inside them?
2018 May 02
2
Re: connecting host and guest vm using a dummy nic
Greetings Laine, > Sent: Wednesday, May 02, 2018 at 5:56 PM > From: "Laine Stump" <laine@redhat.com> > To: libvirt-users@redhat.com > Cc: daggs <daggs@gmx.com> > Subject: Re: [libvirt-users] connecting host and guest vm using a dummy nic > > On 05/01/2018 12:12 PM, daggs wrote: > > > > I want to see if I understood you correctly, I add: >
2017 Aug 18
0
Released Pigeonhole v0.4.20.rc1 for Dovecot v2.2.32.rc1.
...configurable. For accounts that perform many redirects, the lda-dupes database could grow to impractical sizes. Changed the default retention period from 24 to 12 hours. - sieve-filter: Fixed memory leak: forgot to clean up script binary at end of execution. Normally, this would merely be an inconsequential memory leak. However, when the script comes from an LDAP storage, this would cause io leak warnings. - managesieve-login: Fixed handling of AUTHENTICATE command. A second authenticate command would be parsed wrong. This problem was caused by changes in the previous release. - LDA Sieve plug...
2017 Aug 27
0
Released Pigeonhole v0.4.20 for Dovecot v2.2.32.
...configurable. For accounts that perform many redirects, the lda-dupes database could grow to impractical sizes. Changed the default retention period from 24 to 12 hours. - sieve-filter: Fixed memory leak: forgot to clean up script binary at end of execution. Normally, this would merely be an inconsequential memory leak. However, when the script comes from an LDAP storage, this would cause io leak warnings. - managesieve-login: Fixed handling of AUTHENTICATE command. A second authenticate command would be parsed wrong. This problem was caused by changes in the previous release. - LDA Sieve plug...
2015 Feb 09
0
SELinux context for ssh host keys?
...> There is no REQUIREMENT that a host key have a particular file name is > there? The sshd_config provides for setting one explicitly and doing > so seems to cause no problems with ssh connections that I have yet > encountered. The "system_u" vs. "unconfined_u" is inconsequential. That just comes from process that set the label. Looking at the file labeling rules, only the 7 specific file names get a type of "sshd_key_t", and, strangely, not the /etc/ssh directory itself, so /restorecon/ will just make any other file there inherit the type of the directory, which...
2015 Feb 10
1
SELinux context for ssh host keys?
...IREMENT that a host key have a particular file name is >> there? The sshd_config provides for setting one explicitly and doing >> so seems to cause no problems with ssh connections that I have yet >> encountered. > > The "system_u" vs. "unconfined_u" is inconsequential. That just comes > from process that set the label. > > Looking at the file labeling rules, only the 7 specific file names > get a type of "sshd_key_t", and, strangely, not the /etc/ssh directory > itself, so /restorecon/ will just make any other file there inherit > th...
2017 Jul 16
0
Thanks to every one
> let's think about what a hpc cluster is for. > Second, one should always ask the question where security is to be > applied, +1 You have to assess your environment and weigh up the benefits of uptime vs security. Sometimes the security that is fixed in a new kernel is inconsequential in your environment; sometimes the external security on your network is such that the attack vector is tiny. You make a judgement based on your needs. > > > The physicists and mathematicians who count there need high durations. Yes. I too run HPC clusters and I have had uptimes of over...