search for: impediments

Displaying 20 results from an estimated 124 matches for "impediments".

Did you mean: impediment
2017 Nov 14
4
Join a subdomain DC to a domain DC
Hello guys, I work at an institution where the domain is institute.edu.br. We have a main dns that answers for the internal and external services that we have. Firstly the staff here configured samba as domain institute.edu.br, but this way it is conflicting in the resolution of internal and external service names, since samba wants to respond for all requests and, even inserting a forward zone,
2013 Jun 07
0
[LLVMdev] [cfe-dev] Meaning of LLVM optimization levels
On 7 June 2013 13:53, Dallman, John <john.dallman at siemens.com> wrote: > It needs to be possible to debug code at any optimisation level. > Yes, I agree. But after O1, sequential execution is a big impediment for optimizations, and keeping the debug information valid after so many transformations might pose a big penalty on the passes (time & memory). That was the whole idea
2015 Jun 07
2
chainloading syslinux from an EFI partition to an ext4
...ing "... /Doc/ ..." are mainly copies of documents already > included in some official release, which are usually outdated. > > > As per the intended setup, it is not possible. There are several > reasons for such impossibility. Could you elaborate a bit more? What are the impediments? > *Independently of this particular case*, if someone wants to improve > chain.c32 (or any other part of Syslinux), patches are welcome. I have no experience with bootloaders, but I could give it a shot, if I had some confidence that it's a task I can tackle within the time I have been...
2018 May 05
4
Slow IR compilation/JIT, profiling points to LLVM?
I'm having issues of my compiler, and JIT execution, of LLVM IR being rather slow. It's accounting for the vast majority of my full compilation time.  I'm trying to figure out why this is happening, since it's becoming an impediment.  (Note: by slow I mean about 3s of time for only about 2K of my front-end code, 65K lines of LLVM-IR) Using valgrind I see some functions which seem
2015 Jun 07
0
chainloading syslinux from an EFI partition to an ext4
(snip) > > As per the intended setup, it is not possible. There are several > > reasons for such impossibility. > > Could you elaborate a bit more? What are the impediments? (snip) > -- > igor Posting an explanation for every current impediment (as of v.6.03) and, optionally, potential future improvements, would take (me) some (long) time, it would be boring to read, and it would not actually bring you to a realistic working solution of your attempte...
2010 Apr 28
1
Maildircrypt
Hi guys, I was just wondering if this idea makes sense overall or if there are major impediments (indexing performance ?): http://blogs.nopcode.org/brainstorm/2010/04/28/maildircrypt/ Thanks ! Roman
2005 Sep 18
3
Free
In the dialogs.rb sample, when you click the delete button you get: C:/RubyDev/wxruby2/samples/dialogs/dialogs.rb:61:in `onButton'': undefined method `free'' for #<Wxruby2::Button:0x36474b8> (NoMethodError) Should all/some wxObjects have a free function? how do we intend to handle this?
2005 Feb 06
2
Application -almost- working
Hello all from a wine newbie. I have an old favorite Windows application that is one of the last impediments to being completely Windows free. The app was written in vb I am pretty sure as it requires vbrun300.dll After sorting out some font related problems I got it running but there is a hiccup that is very maddening: After the first (or second) running, a function of the program hangs. Seems odd beca...
2011 Mar 07
2
One Mailer for all
Can I have one mailer for all? Would that be called application_mailer.rb -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2020 Jun 17
1
Blog article about the state of CentOS
On 6/17/20 10:19 AM, Leon Fauster via CentOS wrote: > ... > I wonder about the authors conclusion; the fact that RHEL is the choice > for critical applications (what ever critical is) is known since the > early days. This applies randomly to C5.11, C4.9 or C8.2.2004. > > So - cold soup get cooked again :-) Indeed.? The author's conclusion has been the case since White Box
2017 Aug 23
2
Aw: Dovecot - Postfix Calender Synchronisation
I still find impediments to the adoption of any of those "solutions". Too many software dependencies, like PHP, DB, python, and a virtual machine. --- There are two portable file formats for calendar and contacts that work across applications and systems, but no server that can use them, and use them safely. Sen...
2013 Jun 07
2
[LLVMdev] [cfe-dev] Meaning of LLVM optimization levels
I'm not a LLVM or Clang developer, but I do spend a lot of time teasing software into working with the highest possible optimisation levels where it still works correctly. These guidelines are pretty good, but there are a few details worth considering. It needs to be possible to debug code at any optimisation level. It's acceptable for that to be harder at high optimisation levels, but
2020 Jul 20
3
Automatic FIDO2 key negotiation (request for comments)
At present whenever non-resident keys are used the key_handle required to use the token must be given by selecting the ssh 'private key' file generated by ssh-keygen during negotiation. In the more common webauthn context this key_handle would be stored on the server and then transmitted to the client during authentication. The client then checks connected tokens for one that reports it
2008 Jul 10
2
Java Setup
Hi People I have been following the instructions here http://wiki.centos.org/HowTos/JavaOnCentOS but trying to modify them for jdk-6u7-linux-amd64.rpm but there doesn't see to be a compatible java-1.6.0-sun-compat-*.rpm. Does one exist ? If not can anyone point me to some documentation on how I can manually set up things so alternatives will work allowing multiple Java versions.
2017 Nov 15
2
Join a subdomain DC to a domain DC
Thanks for the feedback too Andrew!!! I will analyze and verify the least impactful way to try to solve this problem. On Wed, Nov 15, 2017 at 4:25 PM, Andrew Bartlett <abartlet at samba.org> wrote: > On Tue, 2017-11-14 at 16:05 -0200, Elias Pereira via samba wrote: > > Hello guys, > > > > I work at an institution where the domain is institute.edu.br. We have a >
2017 Aug 23
5
Dovecot - Postfix Calender Synchronisation
Hello Together Please witch add-on possibilities exist to synchronize the Calednar with Dovecot and Postfix. Can give me here any a possible direction ? thanks regards Mauri
2013 Jun 07
1
[LLVMdev] [cfe-dev] Meaning of LLVM optimization levels
Of course it's *possible*, in a fundamental sense. It's even pretty easy to get right in a compiler back end (in a conceptual sense). You have to touch a LOT of code, but all the changes are trivial. We did this at Tartan Labs back in the 90s. Done with only a bit of care, it makes debugging possible at any optimization level. The idea is to make the debug information reflect what the
2013 Jun 07
2
[LLVMdev] [cfe-dev] Meaning of LLVM optimization levels
> after O1, sequential execution is a big impediment for optimizations, and > keeping the debug information valid after so many transformations might > pose a big penalty on the passes (time & memory). That was the whole > idea of metadata being a second-class citizen. I'm afraid I don't know much about how debug information is expressed, so this idea may be nonsense. Is
2006 Jun 07
1
Extended Attribute Support?
Hello, Any word on when extended attribute support will be added to OCFS2? What are the impediments to someone implementing this? Alternatively, has anyone implemented a patch to add extended attribute support to OCFS2? I've been watching the open source Lustre fs development, too. I noticed that they have added extended attribute support. However, OCFS2 is more attractive for some applicat...
2016 Jan 03
8
User id for the forwarder ports
Hi, Question: Can a TCP server (running on the same host as the OpenSSH server) know the user id/name of a user forwarding an TCP port ? I.e. if someone on some client machine does ssh -L9999:localhost:9999 someuser at somehost nc localhost 9999 and a service accepts the connection on port localhost:9999 on somehost, can it somehow safely read out the user name "someuser"? Long