search for: underdocu

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

Did you mean: underdone
2019 Jun 20
3
LLD handling of orphaned sections
Hello, The handling of orphaned sections in LLD 8 has changed from GNU LD behavior (note that LLD 7 didn't show this behavior). I've reported this as: https://bugs.llvm.org/show_bug.cgi?id=42327 It's not clear to me however whether this is intentional or a regression when compared to LLD 7. As stated in that bug report it would be helpful for me to get some kind of documentation
2009 Oct 14
18
sybase in rails2?
Has anyone actually gotten the activerecord-sybase-adapter to work in Rails2? I can''t seem to, and can''t figure out why. I am on RedHat linux. I have the sybase client libraries installed, I have the adapter installed. After installing the patch at https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2455-update-for-sybase_adapter#ticket-2455-4 to get a slightly
2019 Jun 21
2
LLD handling of orphaned sections
On Fri, 21 Jun 2019 at 13:05, Rui Ueyama via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I think Geroge (cc'ed) knows better than me in that area. > > lld is underdocumented, and in particular there is virtually no documentation about its linker script support. Our basic strategy is to follow the GNU's documentation and the implementations unless it is too hard or doesn't match with the rest of lld. So, as long as it works just like GNU, it's fine, bu...
2019 Jun 13
1
[PATCH 21/22] mm: remove the HMM config option
On Thu, Jun 13, 2019 at 11:43:24AM +0200, Christoph Hellwig wrote: > All the mm/hmm.c code is better keyed off HMM_MIRROR. Also let nouveau > depend on it instead of the mix of a dummy dependency symbol plus the > actually selected one. Drop various odd dependencies, as the code is > pretty portable. I don't really know, but I thought this needed the arch restriction for the
2006 Jan 31
1
Using different distro in domain
I have a Win4Lin 3.0 Terminal Server that, for reasons the developers can''t explain or fix, requires me to use MDK 9.2 (there''s a NumLock issue that occurs in every other distribution I''ve tried, except MDK 9.2). This server is fairly old and needs replacing. I have another Linux server that is much more capable of handling the load of this software, but it''s
2006 Apr 10
0
Can pam_winbind be configured to issue Kerberos tickets onuser validation?
...> validate the user as given, pam_krb5 is trying to match the > password to adsdomain.adsuser@ADSDOMAIN.REALM.... so it fails. > Pam_krb5 can be configured to convert winbind usernames back into principal names, by means of some regexp matching and template filling magic. It it 'underdocumented' - perhaps you even need to grab the source RPM and look there? I can't remember where I found out about it. I have pam_krb5 2.1.8-1 working very nicely. Here's the excerpt from my /etc/krb5.conf: [appdefaults] pam = { debug = false ticket_lifetime = 36000 renew_lifet...
2015 Nov 27
2
ssh-copy-id bugfix
...plain particular choices in code, especially when those choices were made for compatibility reasons less common configurations. Failure to document such choices leads to regression errors when someone unweaves the undocumented compatibility code. Been there, done that, especially had screwups with underdocumented and subtly incompatible or inconsistent tools for editing $HOME/.ssh/authorized_keys editing.
2015 Nov 26
2
ssh-copy-id bugfix
On Wed, Nov 25, 2015 at 12:20 PM, Philip Hands <phil at hands.com> wrote: > Nico Kadel-Garcia <nkadel at gmail.com> writes: >> What seems to be missing in the patch is a comment line, above the >> stanza, explaining why the code uses "exec". > > My reading of the presence of "exec" there was: > > We're assuming that the current
2008 Jun 10
0
Nut-upsuser Digest, Vol 36, Issue 8
...file appears to be a stable kernel feature from the 2.6.22 docs --- I have no idea if there are similar devices under the bsds and darwin, so I can't opine on the generality of the solution outside of the linux world. It really should be in libusb. USB under linux does appear to be woefully underdocumented (that's what lead me on this chase --- trying to find out what would actually lead to re-enumeration of devices). > > The above will be a moot issue, once the device matching code from the USB > drivers is removed and replaced by a useable HAL interface (and let the > kerne...
2004 Aug 06
2
Java Bindings
I've created a set of java bindings for the newest libshout 2.0 release. They work well and enable the streaming of mp3 and ogg/vorbis to icecast2 servers from java. Binding with java allows for complex java logic while using the fast, maintained and solid native backend. They can be fetched from CVS via: cvs -d :pserver:anoncvs@benow.ca:/cvs/benow login <passwd:
2006 Sep 01
3
Date conversion with as.POSIXct and as.POSIXlt (PR#9196)
Full_Name: Erich Neuwirth Version: 2.3.1 OS: Windows XP, Linux Submission from: (NULL) (131.130.135.167) Converting Sys.Date() to a POSIX compliant time type in different ways produces inconsistent results: > Sys.date() [1] "2006-09-01" > as.POSIXct(Sys.Date()) [1] "2006-09-01 02:00:00 CEST" > as.POSIXlt(Sys.Date()) [1] "2006-09-01" >
2012 Mar 15
2
Usage Case: just not getting the performance I was hoping for
All, For our project, we bought 8 new Supermicro servers. Each server is a quad-core Intel cpu with 2U chassis supporting 8 x 7200 RPM Sata drives. To start out, we only populated 2 x 2TB enterprise drives in each server and added all 8 peers with their total of 16 drives as bricks to our gluster pool as distributed replicated (2). The replica worked as follows: 1.1 -> 2.1 1.2
2009 Mar 11
6
[LLVMdev] Wiki?
Hi all, I'm pretty new to LLVM and am slowly learning the code-base and architecture, mostly as a result of my efforts to implement a target backend. There are a number of resources (read: documents) available which deal with some parts of backend development (and LLVM development in general), but sadly they are not at all comprehensive. I'd like to propose that a wiki be made available