search for: db_files

Displaying 20 results from an estimated 45 matches for "db_files".

Did you mean: db_file
2011 Oct 18
2
Fried Email Server! Perl Problem
I hate it when I crash my email server. Here's what tailing /var/log/qmail/qmail-smtp/current gives me: [root at toast jack]# tail /var/log/qmail/qmail-smtpd/current @400000004e9ddbd031610f54 tcpserver: status: 0/20 @400000004e9ddbd72c767c04 tcpserver: status: 1/20 @400000004e9ddbd72c7ab60c tcpserver: pid 12039 from 210.76.164.235 @400000004e9ddbd739a20d1c tcpserver: ok 12039
2006 Sep 08
4
Does acts_as_attachment :storage => :db_system work?
I found the post about needing to install acts_as_attachement_1_1_6 if you are not on edge rails. But I am having trouble getting db_system storage to work. As far as I can tell in from the database, things are working, but I don''t see how my model table hooks up with the db_files table so I am having trouble altering the image_tag from the tutorial (http://weblog.techno-weenie.net/articles/acts_as_attachment) so that it pulls data from the database. (Everything works fine if I want to use :storage => :file_system) How are my generated model and db_files connected? and w...
2008 Oct 14
0
Attachment_fu, db_file and Windows
I''m having trouble serving images which I have saved as db_files with attachment_fu. I use this code to serve the images: Controller -- class PhotoController < ApplicationController def image @photo=Photo.find(params[:id]) send_data(DbFile.find(@photo.db_file_id).data, :type => @photo.content_type,...
2007 Jan 08
3
Adding 4000 Lines to asteriskdb via asterisk -rx ?
Hi there, I want to add 4000 Callerids and Callernames to my asterisk-db. (/var/lib/asterisk/astdb) I do not want an external database or an sql-database because I do not want asterisk to depend on external processes. However, when I do 4000 "database put number name" via a shellscript and "asterisk -rx" I only have 600 entries later in my asterisk- database. The asterisk
2008 Oct 08
11
Using image_tag and send_data
I am using image_tag to load an image that I''ve saved to the database (using attachment_fu if you''re curious but that''s probably not relevant here): VIEW <%= image_tag ''/photo/get_image/5'' %> CONTROLLER def get_image @photo=Photo.find(params[:id]) send_data(DbFile.find(@photo.db_file_id).data, :type =>
2009 Jan 24
2
Reading/Writing the Astdb
All; I have a question regarding the Astdb. When reading more than a few values, it can take quite a while to grab several values in the astdb using say, asterisk -rx "database show" > output.txt and work with that and then set a new value such as asterisk -rx "database put $key $value". The whole process can take over 1 second for EACH ENTRY which adds up for more than a
2006 Jul 31
9
Problems with ever-increasing ID value
I have a script that I am using to populate a database from a CSV file: RAILS_ENV = ''development'' require File.dirname(__FILE__) + ''/../../config/environment'' require ''csv'' # Destroy existing data Residence.destroy_all # IMPORT DATA FROM apartments.csv db_file = "#{RAILS_ROOT}/db/apartments.csv" CSV.open(db_file, "r",
2013 Jan 24
5
Searching for Nodes
Hello All, I''m reviewing switching to puppet from chef and am trying to identify how to port the various features. I have hit a stumbling block searching for nodes. In Chef i could search for a node by role, but I am lost as how to do this with puppet and classes. Example: I want my load-balancing node to look for all application server nodes and grab their ip address (and hostname
2008 Jun 14
0
CESA-2008:0522 Important CentOS 3 s390(x) perl - security update
CentOS Errata and Security Advisory 2008:0522 https://rhn.redhat.com/errata/RHSA-2008-0522.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/perl-5.8.0-98.EL3.s390.rpm updates/s390/RPMS/perl-CGI-2.89-98.EL3.s390.rpm updates/s390/RPMS/perl-CPAN-1.61-98.EL3.s390.rpm updates/s390/RPMS/perl-DB_File-1.806-98.EL3.s390.rpm
2007 Nov 29
1
mongrel_upload_progress and attachment_fu
Can one use mongrel_upload_progress in combination with attachment_fu (db_file)? I wan''t to store uploaded files directly in a mysql-database - not in the filesystem. Is there a way to use mongrel_upload_progress to do this, or do I have to store files in the filesystem and copy them to the database? Thanx
2007 Nov 06
0
CESA-2007:0966 Important CentOS 3 s390(x) perl - security update
CentOS Errata and Security Advisory 2007:0966 https://rhn.redhat.com/errata/RHSA-2007-0966.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/perl-5.8.0-97.EL3.s390.rpm updates/s390/RPMS/perl-CGI-2.89-97.EL3.s390.rpm updates/s390/RPMS/perl-CPAN-1.61-97.EL3.s390.rpm updates/s390/RPMS/perl-DB_File-1.806-97.EL3.s390.rpm
2006 Apr 01
0
CESA-2005:881 Moderate CentOS 3 s390(x) perl - security update
CentOS Errata and Security Advisory 2005:881 https://rhn.redhat.com/errata/RHSA-2005-881.html The following updated files have been uploaded and are currently syncing to the mirrors: NOTES: latest perl security update didn't build 'out of box' for s390. I had to tweak the .spec file having commented out behaviour for test phase as in 'make test || /bin/true' to make it go
2003 Jul 06
0
Installing RSPerl (PR#3415)
Full_Name: Nisai Wanakule Version: 1.7.1 OS: Solaris 2.9 Submission from: (NULL) (65.32.94.36) I tried to install RSPerl with --with-in-perl option and got some errors. R was built with --enable-R-shlib as indicated in the RSPerl instructions. Here is the list output during installation: nisai@lagrange:src 102$ R CMD INSTALL -c --configure-args='--with-in-perl' RSPerl_0.5-7.tar.gz *
2007 Nov 07
0
CentOS-announce Digest, Vol 33, Issue 5
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Nov 06
0
CentOS-announce Digest, Vol 33, Issue 4
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Mar 28
1
attachment_fu & update_attributes... bug?
...on the file system rather than in a database. It seems that when "update_attributes" is called with a new file, upload_data= tries to copy a file that doesn''t exist, the file name of the new upload_data. Anyway here''s the error I get: No such file or directory -public/db_files/songs/4/Song.mp3 /usr/lib/ruby/1.8/fileutils.rb:1182:in `stat'' /usr/lib/ruby/1.8/fileutils.rb:1182:in `lstat'' /usr/lib/ruby/1.8/fileutils.rb:1160:in `stat'' /usr/lib/ruby/1.8/fileutils.rb:1242:in `copy_file'' /usr/lib/ruby/1.8/fileutils.rb:459:in `copy_file'...
2002 Mar 14
2
PATCH: better progress reporting
I've been looking at the --progress reporting, which is somewhat improved these days. But look at this output of this evening rawhide mirror update: [...] perl-DB_File-1.75-27.i386.rpm 73430 100% 519.63kB/s 0:00:00 perl-DB_File-1.75-28.99.3.i386.rpm 61783 100% 533.94kB/s 0:00:00 [...] Now, while it's good to have the ETA ticking down as something is fetched,
2015 Dec 18
1
Assistance much appreciated
On 2015-12-18 02:29, Simon Urbanek wrote: > Michael, > > I got access to PDP AIX so I can try to replicate your problem. Can you, please, share exactly your setup - AIX version and well as how exactly you installed the compilers (=where from)? I can then try to replicate it. AFAICS there is no official binary for gfortran nor gcc 4.7 so it must be some 3rd party - which could also be a
2002 Jul 14
6
20020710 & winetest
Last 3 wines are failed to compile on various reasons. (If I remember correctly: 20020411 compiles; 20020509, 20020605, 20020710 does not.) wine 20020710 make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC
2008 Jun 12
0
CESA-2008:0522 Important CentOS 3 i386 perl - security update
CentOS Errata and Security Advisory CESA-2008:0522 perl security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2008-0522.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/perl-5.8.0-98.EL3.i386.rpm updates/i386/RPMS/perl-CGI-2.89-98.EL3.i386.rpm updates/i386/RPMS/perl-CPAN-1.61-98.EL3.i386.rpm