search for: heartaches

Displaying 20 results from an estimated 40 matches for "heartaches".

Did you mean: heartache
2008 Jan 10
2
[LLVMdev] HOWTO on LLVM with ....
Is there an explicit document describing how to do LLVM with Cygwin? Or with Solaris Dev Express? And is LLVM considered a “safe” replacement for gcc on MacOS? In other words, if I’m doing some ObjC and C/C++ on the MacOS, if I drop LLVM in, is it going to create some strange kinds of heartache later on? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing
2006 Nov 02
3
mppe support in kernel-2.6.9-42.0.3.EL
Hi all I have installed pptpd on my server to run a vpn connection for some clients, but I got this error in the log file MPPE required, but kernel has no support. Can anyone help me with getting this module for the 2.6.9-42.0.3.EL kernel??? Thanks Sherwyn Greene Planner / I.T. Technician Project Controls Dept. Kentz-OJ's E&I Services J.V. +1 (868) 648-0876 -------------- next
2004 Aug 20
2
[LLVMdev] Can't get llvmg++ to work
...e: > > Also, as a general note, make sure you follow precisely the steps for > building the c front end. If you discover any BSDisms that aren't > documented, we'd love to hear about them. > > Thanks, > > Reid. > OK. I've built the front end without any heartaches, but I did encountered the following glitches: The documentation of --with-llvmgccdir is a bit ambiguous. I had to try several paths before I got the right one. It should state that the directory is <path>/cfrontend/<platform>/llvm-gcc. I figured it was a good idea to throw away any...
2014 Oct 21
2
[LLVMdev] Updating Kaleidoscope tutorial
Hi there, I've been working through the tutorial on using LLVM to implement a small language (http://llvm.org/docs/tutorial/index.html), and I noticed that the code in the tutorial is a bit out of sync with LLVM 3.5. I managed to get the code working, and it appears to even be working correctly. I'd like to help correct the tutorial so that other people can also benefit from the pain
2004 Aug 20
0
[LLVMdev] Can't get llvmg++ to work
Hi Jeff, On Fri, 2004-08-20 at 08:07, Jeff Cohen wrote: > OK. I've built the front end without any heartaches, but I did > encountered the following glitches: > > The documentation of --with-llvmgccdir is a bit ambiguous. I had to try > several paths before I got the right one. It should state that the > directory is <path>/cfrontend/<platform>/llvm-gcc. Okay, I'm not sur...
2010 Feb 23
11
Couldn't find without an ID
Hello all. I''m new to RoR. I am having trouble trying to get a simple edit/update going. Everytime I hit submit, I get the following error: +++++++++++++++++++++ Couldn''t find Content without an ID Request Parameters: {"format"=>"#<content:0x4d3daac>", "commit"=>"Update", "_method"=>"put",
2003 May 23
7
LineJacks & Asterisk
Hi folks, First off all, I'm new to asterisk. I'd like to make a basic installation of * with a Linejack, as recommended in this mailing list, I downloaded and setup successfuly the pwlib, openh323 lib, asterisk and chan_323. I have made little changes to default configuration files packed with asterisk and I managed to call with the telephone plugged in my Linejack a friend
2006 Jul 08
10
A rant about parameters
Guys, I''ve been chasing a problem with country_select for the past few hours now. My intention was pretty simple...use the following line in a form: <p><label for="country_region">Country</label> <%= f.country_select :country_region, "United States" %></p> However, for the life of me, I couldn''t get it to work. I kept getting
2007 May 21
4
Spec''ing redirect with arbitrary parameters
I''ve got the following expectation: response.should redirect_to(:action => "new", :video_id => "1", :process_id => "2", :origin_id => "3") that fails with this error message: expected redirect to {:video_id=>"1", :process_id=>"2", :origin_id=>"3", :action=>"new"}, got redirect to
2006 Aug 12
1
Getting mysql.sock error
Sort of a noob question: I keep getting the following error: No such file or directory - /tmp/mysql.sock RAILS_ROOT: ./script/../config/../ from the downloaded code for Agile''s depot app. Could someone point me in the right direction? J
2011 Apr 18
2
Call Center Reporting
Hi All; I am using Asterisk for Call Center (so agents login, logout, ready, not ready, ... etc). To be able to have a good call center reporting, on what I have to depend? On the CDR of Asterisk or there is another way? Is there a good open source tool to be used for Asterisk call center reporting? What about using the database? Appreciate ur kindly advise. Regards Bilal
1998 Sep 08
0
SysV interface script
A long time ago, on a mailing list far away, I promised to send the SysV interface script that I use with success; the supplied one is a bit, err, basic... Well, one thing led to another, and I quite forgot, so without further ado, here it is (usual disclaimers): #!/bin/sh # # This interface script drives a PC-attached printer via the SAMBA utility. # # This script is a gross simplification of
2014 May 07
1
Ghost calls on PBX
Hi all, I have a user with an old Mitel PBX connected to a couple of SPA112's. The user is reporting that their phones ring several times a day and when they answer the "call," all they hear is dial tone or busy signal. Their PBX guy says that the SPA112's aren't providing line supervision and the PBX requires it. Does anyone know how to fix this? I'd also like to
2002 Nov 19
0
SUMMARY: Can't 'save-as' from MS Word
Thanks a million to Wendell Wilson, who offered a solution to the problem we've been seeing regarding saving a document in MS Word. I know we really do need to upgrade to at least 2.2.6, and I am planning it - but this gives us little more breathing room with everything else going on. Once again, appreciate your help! --Gene Original Question: At 04:35 PM 11/14/2002 -0800, I wrote:
2009 Jan 07
1
how to estimate overdispersion in glmer models?
Dear all, I am using function glmer from package lme4 to fit a generalized linear mixed effect model. My model is as follows: model1 <- glmer(fruitset ~ Dist*wire + (1|Site), data, binomial) summary(model1) Generalized linear mixed model fit by the Laplace approximation Formula: fruitset ~ Dist * wire + (1 | Site) Data: data AIC BIC logLik deviance 68.23 70.65 -29.11 58.23 Random
2004 Apr 22
1
Selection of cities sample
Hi, I have a question, how to most properly select set of cities which would be as similar as possible in some particular variables with the City of Boston (which I use as my base line). I thought about ordering cities by sum of ((differences between value of that particular variable for that particular city and the value of same variable for Boston) divided by the standard deviation of the
2003 Nov 04
0
ServerLiesWarning
I'm trying to replace some sshv1 clients and servers in a modular way, and the "Server Lies" warning (when the server says the key has one more bit than it really has) is causing heartache. Per the FAQ, this is relatively benign. Here's a patch that allows an admin or user to disable the warning. - Morty diff -Nur openssh-3.7.1p2/readconf.c
2006 Feb 01
1
Apache 2.x and php???
I think that book is out to lunch! -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of rado Sent: Wednesday, February 01, 2006 12:34 PM To: centos Subject: [CentOS] Apache 2.x and php??? hi! It seems like everytime I turn around lately, I'm opening up another can of worms and I sure don't like what I just read. this book:
2006 Jan 15
2
Choosing an FXO card
Folks, I'm looking at buying an FXO card for my home Asterisk setup. The question I have is, should I got for a the Digium Wildcard FXO or settle for the winmodem that Digium sell? I have spoken to the UK distributor and they only sell the Wildcard. They said that the quality of the modem was questionable. Does anyone have any experience of this? Is the modem noticeably different
2013 Nov 22
0
Re: Auditing a vm image - virt-diff - was: Read MBR and store in a file?
Hi all, Piping in here as someone who has worked on file system and Registry differencing for a few years now. Taking diffs of a storage system is not a straightforward task. Hopefully, this message saves you some re-implementation heartache. In the forensics world, there is a tool called Fiwalk, which enumerates the contents of a file system and its metadata (with some basic data summaries,