search for: pfeifer

Displaying 20 results from an estimated 191 matches for "pfeifer".

Did you mean: pfeiffer
2017 Aug 10
2
Keys used to sign releases
...s, which makes it difficult for a script to use them to verify the signatures. Gcc solves this problem by including the following on their mirrors page ( https://gcc.gnu.org/mirrors.html): The archives there will be signed by one of the following GnuPG keys: - 1024D/745C015A 1999-11-09 Gerald Pfeifer <gerald at pfeifer.com> Key fingerprint = B215 C163 3BCA 0477 615F 1B35 A5B3 A004 745C 015A - 1024D/B75C61B8 2003-04-10 Mark Mitchell <mark at codesourcery.com> Key fingerprint = B3C4 2148 A44E 6983 B3E4 CC07 93FA 9B1A B75C 61B8 - 1024D/902C9419 2004-12-06 Gabriel Dos Reis &...
2008 Jun 04
2
Handling exceptions
Is there a convention for handling exceptions within BackgrounDRb workers? For example, I have a worker which does some asynchronous data processing (*not* a scheduled worker) based on some things in the database. However, if an exception is raised within that worker, then the process for that worker is killed off. Ideally I would want that worker to just silently fail and be optimistic that it
2005 Dec 17
13
Rookie with ActionMailer
...t''s been intended to programmatically send email. I''m looking at examples in AWR and also on the wiki. I feel that I sort of have things set up right but I''m getting an error I can''t grok: Net::SMTPFatalError in Home#email_list 550 5.7.1 Unable to relay for jpfeifer-fVOoFLC7IWo@public.gmane.org /app/controllers/home_controller.rb:34:in `email_list'' script/server:54 jpfeifer-fVOoFLC7IWo@public.gmane.org is my email and is pulled from my database table I''m set up like this: Controller: def email_list email = Email.find(:first) MailList::...
2006 Jan 08
9
URL/Site structure
Greetings, I''m fairly noob with rails and making my first DB driven site with it. I''m using the scaffold generator to develop the admin side of my site (admin_controller) I have three sections that I want to have the administrator edit, and I want to call these from the admin controller that has a layout with navigation to these three sections. When using the scaffold
2006 May 12
11
Stupid? question about if else logic
this seems so stupid, I keep thinking I''ve dealt with this before but I have this code <h1>Portraits</h1> <% if @image.portrait == 1 %> <%= image_tag(url_for_file_column ''image'', ''file'', ''thumb'') %> <% else %> <h1>Landscapes</h1> <%= image_tag(url_for_file_column
2009 May 10
1
current master browser UNKNOWN
...subnet UNICAST_SUBNET: netmask= 10.8.0.1: FREAKYYDE(1) current master browser = UNKNOWN MASTER 40899a03 (master server) the servers hostname is master. i've tried to explicitly set it in the config but it doesnt help. Can anybody help me? :) Thank you! :) Uwe Pfeifer
2006 Oct 31
3
Forcing FCGI at dreamhost
Greetings all, I''ve got an app in production at dreamhost, but I can''t seem to force FCGI on it. I have it enabled for the domain in the admin panel, have checked the file permissions in my public folder, and tried firing the scripts from the command line. When firing either dispatch.cgi, or dispatch.fcgi from the command line, I get a 500 internal server error on BOTH.
2006 Jun 15
9
MySQL error
Greetings, I''ve got a Rimu account and I''m trying to config things for a deployment. I''ve now got things to where I''m atleast getting a nice error page you can see at: http://www.juiceboxmedia.ca/public/ the username and password I have connects to this database fine with phpmyadmin from my plesk control panel, so as far as I know MySQL on it''s
2006 Jun 09
2
Deployment Suggestions
Did a quick search, but didn''t come up with anything definitive. So what does everyone think is the best low maintenance and most hassle free way to go for deployment? Is lighttpd still everyone''s choice? I remember seeing one that was a pre-packaged environment with apache I think. Anyway, just about to deploy an app and thought I''d ask suggestions - want to see
2006 Dec 14
1
Function to fit a STARIMA model
Hi all, I was wondering if there is a function available in any of the R add-on packages that could be used to fit a STARIMA (Phillip E. Pfeifer and Stuart Jay Deutsch. (1980). "A STARIMA Model-Building Procedure with Application to Description and Regional Forecasting," Transactions of the Institute of British Geographers 5(3), 330-349.) model? Thanks, Rajesh.
2007 Jun 28
2
voicemail.conf serveremail
Hello, I was wondering if there is a way to change the "From" address (not just the Return-Path) for voicemail notification emails in Asterisk. It looks like the serveremail directive in voicemail.conf just changes the Return-Path. I'm looking for something analogous to the -r option in mailx, for example. I need this since the mail server I'm using requires the sender to be
2011 Feb 24
2
Bug#608988: xen-utils-4.0: please consider supporting remus
"PFEIFER DRAKO Schnieders, Ingo" <schnieders.ingo at drako.de> writes: > Did you modify or rebuild the original packages so that the remus binaries > are available ? Yes. > Where can I get these packages for testing at our environment ? Can you build it with the above steps? sudo apt...
2006 Jun 13
7
help with ''error_messages_for''
Greetings, I''m in the throws of deploying an app on site5, and I''m getting strange errors. I think I might need to understand how error_messages_for works. I get a pretty standard looking error: " You have a nil object when you didn''t expect it! You might have expected an instance of ActiveRecord::Base. The error occured while evaluating nil.errors Extracted
2006 May 12
3
file_column error
Hmm, I''m using file_column and going by this tutorial, the files upload ok and I can see the fields updated in the database, but I am getting this error: "Trying to access file_column, but primary key got lost." Thanks in advance -- Posted via http://www.ruby-forum.com/.
2006 Jun 08
5
update only the join table in a HABTM - how?
I have a photographers app that requires giving access to galleries for users. in one part, I want to be able to define gallery access for a user seperate from updating any of the user info. I have this function: def edit_access @user = User.find(params[:id]) @user.galleries = Gallery.find(params[:gallery_ids]) if params[:gallery_ids] if @user.update_attributes(params[:user])
2006 May 15
4
Anyone got a copy of File_Column trunk
Anyone able to post a copy of the svn trunk of file_column? The website''s been down for the past few days, and I''ve only got the last release (0.31, I think), which is missing a whole load of goodies. Tx
2005 Oct 04
6
RadRails
Anyone using RadRails here? How is it if so? I am trying to use it and it opens fine on my win2000 box at work, but I have XP pro at home here and it keeps telling me I need the javaw.exe in the bin file in the radrails folder in my desktop. If anyone knows why this is it would be appreciated. I''m a noob for sure. Thanks, J
2004 Feb 18
1
secuirty bug with /etc/login.access
/etc/login.access does not work 100% over ssh. I have the following line in login.access -:ray:ALL EXCEPT LOCAL Which I believe means the user 'ray' can not login from anywhere unless it is a local login. So, I tested it over ssh from a remote box tigger@piglet:~% ssh ray@sonic.cbnmediaX.com.au Password: Password: Password: ray@sonic.cbnmediaX.com.au's password: Last login: Sat
2002 Sep 10
2
Skipping with vorbisfile playback using DirectSound
I'm having a problem trying to write a simple vorbis file player using DirectSound. The decoding portion is pretty much straight from the vorbisfile sample code. The pcm data gets put into one half of a DirectSound buffer, and as that half is playing, the next half gets filled. The problem is, there's skipping and some noise when the file is being played (although some of the music is
2002 Sep 10
1
Skipping with vorbisfile playback using DirectSo und
...d before it is needed by the buffer fill operation. You might be able to get a sasifactory solution by increasing the number of buffers and using them in a round-robin fashion 1-2-3-4-1-2-3-4. Wouldn't do any more than 1/4 sec per buffer. Cheers, Chris -----Original Message----- From: Borut Pfeifer [mailto:borut@whiteknucklegames.com] Sent: Tuesday, September 10, 2002 4:57 PM To: vorbis-dev@xiph.org Subject: [vorbis-dev] Skipping with vorbisfile playback using DirectSound <p>I'm having a problem trying to write a simple vorbis file player using DirectSound. The decoding portion is...