Displaying 20 results from an estimated 1369 matches for "jeffrey".
2006 Sep 29
1
Possible bug in Rcons_vprintf
...copy)
@@ -638,7 +638,7 @@
res = R_BUFSIZE;
}
#endif /* HAVE_VA_COPY */
- R_WriteConsole(p, strlen(buf));
+ R_WriteConsole(p, strlen(p));
#ifdef HAVE_VA_COPY
if(usedRalloc) vmaxset(vmax);
if(usedVasprintf) free(p);
Jeff
--
http://biostat.mc.vanderbilt.edu/JeffreyHorner
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...
2020 Jun 15
2
Password mismatch after upgrade to Ubuntu Focal
...------------------------
/etc/dovecot/dovecot-ldap.conf
------------------------------
hosts = ldap.server.example.tld
dn = <XXXXX>
dnpass = <XXXXX>
auth_bind = no
ldap_version = 3
base = <XXXXX>
pass_attrs = <XXXXX>
pass_filter = <XXXXX>
-----------------
Thanks!
Jeffrey
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 "Jef...
2012 Feb 07
5
Table rearranging
...mns to represent the door open/closed measurement.
If there are multiple datapoints with a given door/date/color combination, then they should be averaged.
I would also like to make two columns to represent the number of
datapoints that were averaged in determining the open/closed
measurements.
Jeffrey
2009 Mar 31
2
[LLVMdev] Connecting JITted code to gdb
...e gets duplicated, replaced, and freed, and gdb
needs to modify its breakpoints to keep up.
I don't really know enough about the internals of LLVM or gdb to make
any recommendations, but I think it would be useful to find some way
for them (and other debuggers and JITs) to talk to each other.
Jeffrey
On Fri, Mar 27, 2009 at 1:48 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> Run with -debug-only=jit.
>
> Break on line 1148 of JITEmitter.cpp. The debugging message will tell
> you the address and size of the function that was jitted. You can then
> tell gdb to disassemble...
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 th...
2012 Feb 13
3
Using LightDM as a headless XDMCP server without physical graphics card
...e the /dev/fb0 device as graphics card, but that does
not exists on a VM.
My queston is, how can I use LightDM to run as a headless XDMCP server
without the need of a physical present graphics card? The configuration
docs did not shed any light on this usage.
Thanks in advance!
Kind regards,
Jeffrey Langerak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/lightdm/attachments/20120213/15ad0988/attachment.htm>
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 gmail.com> wrote:
> On Tue, Jul 13, 2021 at 9:03 AM Jeffrey Osier-Mixon <jefro at redhat.com>
>...
2010 Sep 14
1
NA confusion (length question)
...6
22.4
24.3
21.7
20.3
21.4
21.3
20.7
18.2
21.3
20.9
21.7
20.7
22.6
20
22
23
18.4
20
20.1
20.6
19.8
19.1
21.1
26.3
19.8
22.3
21.2
22.2
19.5
20.6
19.7
22.7
************************************
Jeffrey A. Stratford
Department of Health and Biological Sciences
84 W. South Street
Wilkes University, PA 18766
jeffrey.stratford@wilkes.edu
570-408-4761 (office)
570-332-2942 (cell)
http://web.wilkes.edu/jeffrey.stratford/
************************************
[[alternative HTML version delet...
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
>...
2006 Aug 06
2
Escape character for --exclude?
...w 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
rsync-request@lists.samba.org wrote:
> Send rsync mailing list submissions to
> rsync@lists.samba.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.samba.org/mailman/listinfo/rsync
> or, via...
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
+///...
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 at redhat.com>
wrote:
> Hello - we'd like to propose a CentOS SIG for Automotive, and thus wou...
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 Ar...
2009 May 26
6
dump and import MySQL table w/ accents
...collation, just like other fields in the database
with strings with accents. What do I need to specify so it will import the
dump? Is there a problem with strings with accents in composite indexes?
The table is created with a Rails migration, but everything else is pure MySQL
utilities.
TIA,
Jeffrey
2006 Mar 18
4
Accessing overridden method
..._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 database query method. Is there any
way I can access the built-in Array find() method?
TIA,
Jeffrey
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
...tdb2bdb
[CC] chan_bridge_media.c -> chan_bridge_media.o
clang: warning: argument unused during compilation: '-fnested-functions'
chan_bridge_media.c:122:2: error: illegal storage class on function
RAII_VAR(struct ast_callid *, callid, NULL, ast_callid_cleanup);
^
/home/jeffrey/asterisk-12.4.0/include/asterisk/utils.h:991:5: note:
expanded from macro 'RAII_VAR'
auto void _dtor_ ## varname (vartype * v); \
^
chan_bridge_media.c:122:2: error: function definition is not allowed here
/home/jeffrey/asterisk-12.4.0/include/asterisk/utils.h:992:42: note:...