search for: jeffreys

Displaying 20 results from an estimated 1363 matches for "jeffreys".

Did you mean: jeffrey
2006 Sep 29
1
Possible bug in Rcons_vprintf
In R-2-4-branch r39548, Rcons_vprintf is called from stdout_vfprintf when R_Outputfile is NULL. When called and output is greater than R_BUFSIZE, output is truncated to R_BUFSIZE. Here's a one-line fix: Index: src/main/printutils.c =================================================================== --- src/main/printutils.c (revision 39548) +++ src/main/printutils.c (working
2020 Jun 16
2
Password mismatch after upgrade to Ubuntu Focal
>>>>> "Jeffrey" == Jeffrey van Doesburg <jeffrey at bit.nl> writes: Jeffrey> On Mon, 2020-06-15 at 12:24 +0200, Jeffrey van Doesburg wrote: >> Hi! >> >> Today I upgraded one of our Dovecot servers from Ubuntu 18.04 to >> Ubuntu >> 20.04. After the upgrade I have login issues because the password >> didn't match. >>
2020 Jun 15
2
Password mismatch after upgrade to Ubuntu Focal
Hi! Today I upgraded one of our Dovecot servers from Ubuntu 18.04 to Ubuntu 20.04. After the upgrade I have login issues because the password didn't match. I also installed Dovecot on a clean Ubuntu 20.04 server with the same configuration files. And here I also got the password match issue. We're using LDAP for managing the login credentials and I'm 100% sure the password is
2003 Dec 11
2
chisq.test freezing on certain inputs
Hello everybody, I'm running R 1.8.1 on both Linux and OS X compiled with gcc 3.2.2 and 3.3, respectively. The following call seems to freeze the interpreter on both systems: > chisq.test(matrix(c(233, 580104, 3776, 5786104), 2, 2), simulate.p.value=TRUE) By freeze, I mean, the function call never returns (running > 10 hours so far), the process is unresponsive to SIGINT (but I
2021 Jul 13
2
Wiki request
On Tue, Jul 13, 2021 at 8:20 AM Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > Hi all - I'm able to log in, but not yet able to edit the SIG proposal. Would it be possible for me to have access to this doc? > > https://wiki.centos.org/SpecialInterestGroup/Automotive > > thanks > > Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com > Red Hat
2012 Feb 07
5
Table rearranging
I have a table that looks like this: measurement?? ?date??? door ?? color 0.93529385?? ?513?? ?open?? ?red 0.97419293?? ?420??? open ?? red 0.962053514?? ?513?? ?closed?? ?red 0.963909937?? ?1230?? ?open?? ?blue 0.97652034?? ?1230?? ?open?? ?green 0.989310795?? ?1230?? ?closed?? ?blue 0.9941022?? ?917?? ?closed?? ?yellow I would like to create a table that has: Open measurement, Closed
2009 Mar 31
2
[LLVMdev] Connecting JITted code to gdb
I'm adding the gdb list because it appears there's currently no way to tell gdb about newly-JITted code. That is, it's not an LLVM-specific problem. There appear to be two techniques in common use to debug dynamically-generated code despite this. First, as Evan suggests below, we can have the JIT print the address range that it's written a function into, have gdb disassemble that,
2020 Jun 16
1
Password mismatch after upgrade to Ubuntu Focal
Jeffrey> On Mon, 2020-06-15 at 22:44 -0400, John Stoffel wrote: >> >> And what about if you don't use LDAP, but just use an sqlite3 or even >> just a plain flat file for authentication, to try and figure out if >> it's dovecot's problem, or maybe something in LDAP that changed as >> well? >> Jeffrey> Thanks for your reply! We already found
2012 Feb 13
3
Using LightDM as a headless XDMCP server without physical graphics card
Hi, I'm currently testing the XDMCP functionality of LightDM which seems to work flawless, however, there is one issue which I cannot resolve: The machine I am using for my setup is a dedicated machine running some VM's, these VM's don't have any graphics card associated and run headless and the only form of command is via a web interface or SSH. LightDM seems to use the
2021 Jul 13
1
Wiki request
I have changed to: JefroOsierMixon but for some reason it won't save. The settings page just spins after I click Save. Hopefully it will complete at some point - I will keep checking back. thanks Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com Red Hat Office of the CTO | Sr. Principal Community Architect, Automotive On Tue, Jul 13, 2021 at 9:11 AM Akemi Yagi <amyagi at
2010 Sep 14
1
NA confusion (length question)
Hi folks, I am running a very simple regression using mylm <- lm(mass ~ tarsus, na.action=na.exclude) I would like the use the residuals from this analysis for more regression but I'm running into a snag when I try cbind(mylm$residuals, mydata) # where my data is the original data set The error tells me that it cannot use cbind because the length of mylm$residuals is
2009 Jul 26
3
Failed to build gem native extension
On Sat, Jul 25, 2009 at 9:14 PM, Jeffrey Roberts<jeffrey.l.roberts at gmail.com> wrote: > Hello all, I have looked up and down on google for a solution to this going > on several days now, I am really hoping someone here can help me out. > > I have all my deps in order, and I believe the error is that it is looking > in /usr/lib when it should be looking in /usr/lib64, I am
2006 Aug 06
2
Escape character for --exclude?
Hi-- Ok. I?ve now run into the next thing I can?t find in man, and this time, I googled as well: --exclude /afs/\* I thought you could just say: --exclude /afs/* or even --exclude /afs/ To exclude the entire afs directory. Can you explain what the purpose of the \ and * are here? Thanks again :) All My Best, Jeffrey on 8/6/06 5:00 AM, rsync-request@lists.samba.org at
2009 Jun 24
3
[LLVMdev] [llvm-commits] JITEventListener for eventual profiling and maybe gdb support
Hi Jeffrey, This looks very good. Thanks. Some comments: +/// JitSymbolEntry - Each function that is JIT compiled results in one of these +/// being added to an array of symbols. This indicates the name of the function +/// as well as the address range it occupies. This allows the client to map +/// from a PC value to the name of the function. +struct JitSymbolEntry { A nitpick. Please
2021 Jul 13
1
Wiki request
Hi all - I'm able to log in, but not yet able to edit the SIG proposal. Would it be possible for me to have access to this doc? https://wiki.centos.org/SpecialInterestGroup/Automotive thanks Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com Red Hat Office of the CTO | Sr. Principal Community Architect, Automotive On Fri, Jul 9, 2021 at 10:08 AM Jeffrey Osier-Mixon <jefro
2021 Jul 13
2
Wiki request
On Tue, Jul 13, 2021 at 9:03 AM Jeffrey Osier-Mixon <jefro at redhat.com> wrote: > > Thanks - it appears that I log in as "jefro". I can change this to FirstLast if that is preferred. > > Jeffrey "Jefro" Osier-Mixon | jefro at redhat.com > Red Hat Office of the CTO | Sr. Principal Community Architect, Automotive Please do. CamelCase has a special
2009 May 26
6
dump and import MySQL table w/ accents
I am switching to a composite primary key (string and user ID) from the Rails conventional auto-incrementing integer primary ID. The table is large (2.5 million records) and I''d rather not discard the contents. The composite_primary_key gem doesn''t appear to support altering the table with a migration to do its magic, only creating a table from scratch. So I dumped the table
2006 Mar 18
4
Accessing overridden method
I have two model classes: class Item < ActiveRecord::Base belongs_to :channel, :counter_cache => true validates_presence_of :channel end class Channel < ActiveRecord::Base has_many :items, :dependent => true end In the Channel controller I have variable channel.items, an Array of Items. I would like to use the Array find method. However, channel.items.find() is a Rails
2010 Mar 30
6
find conditions issue
I am making a search to look through my database at a string that I enter into a text field. I got it to work properly if I enter in the exact title but I wanted to see if I could find database entries with similar titles. I currently have this code that works: @find = Product.find(:first, :conditions => ["title = ''#{name}''"]) So when I enter in "Rolling
2014 Jul 25
1
Use of undeclared identifier 'pvt' in asterisk-12.4.0
I downloaded asterisk-12.4.0 (asterisk-12-current.tar.gz, dated 10-JUL_2014) from http://downloads.asterisk.org/pub/telephony/asterisk/. The packaged configured OK. However, I'm getting a compile error: use of undeclared identifier 'pvt'. I've found similar reports for other versions (asterisk-11 and dongle; macports; a couple others), but nothing for 12.4. Any suggestions to