Displaying 20 results from an estimated 50000 matches similar to: "Logging question"
2007 Dec 06
1
Fetcher Daemon Questions - receive???
I''m starting to play with Slantwise.com''s Fetcher to process emails via
a Ruby script.
Here''s the basic code lifted from their plugin:
[code]
class MailFetcherDaemon < Daemon::Base
@config = YAML.load_file("#{RAILS_ROOT}/config/mail.yml")
@config = @config[RAILS_ENV].to_options
@sleep_time = @config.delete(:sleep_time) || 10
def self.start
2006 Jan 28
2
Creating html e-mails with embedded graphics
I am new to RoR and I have a new project for which I''d like to use it.
I have created a short list of the important functionality I need and it
seems like everything is covered except one thing:
I need to generate and send mime-encoded e-mails with a plain text part,
an HTML part with embedded graphics, and possibly an attachment.
In the old days (up until last week) I would have
2012 Jun 04
1
bundle install results in "Symbol not found: _SSL_SESSION_free (LoadError)"
Hey everybody
I just installed RVM. I never had any issues with my OSX''s default Ruby
1.8.7, but for a project I want to work on I need a newer version,
specifically 1.9.3-p0. So I installed it. Sadly, when doing
rails new bla
I get the following error (right after bundle install is run):
/Users/josh/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
2006 Sep 27
0
dovecot checkpassword passdb and vmailmgr
hello
some times ago I posted some patches to workaround vmailmgr
not fitting into dovecot's passdb-checkpassword authentication
module.
Yesterday I spent some spare time for carrying out a cleaner
solution for this problem.
Check out these patches. If you're not interested in merging them,
I will make them available at the same page I used for the former
solution [
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
2013 Apr 23
3
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal error has occurred. Please se
Hi guys
when i''m doing bundle install i got this type of error
whats this?
please help me.
rajesh@rajesh:~/workspace/Cybermedia_Test$ bundle install
Fetching gem metadata from http://rubygems.org/.Unfortunately, a fatal
error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
2001 Mar 27
2
IMPRINTS: mkprintpkg.pl unable to expand microsoft cab file
Jerry,
Perhaps you could help me with a problem building a Samba print package.
I've downloaded the drivers files I need from HP. I run the appropriate
mkprintpkg.pl command, but it dies with the following output:
[root@tux designjet]# /usr/local/imprints/bin/mkprintpkg.pl
--name="hp1050c" --version=1.00
--display-name="HP DesignJet 1050c" -d "HP DesignJet 1050C
2005 Dec 10
0
Unable to create folders
Hi. I'd like some help trying to troubleshoot a permissions issue on my
system if you folks don't mind. I'm sure it's just a small thing - but
another pair of eyes may help me locate the issue.
My platform is Solaris 10 running on a Sun Fire V440. I'm running Samba
3.0.21RC2 compiled with Sun Studio 11. Here is how it is configured..
--prefix=/usr/local --sysconfdir=/etc
2010 Nov 16
0
[ANNOUNCE] pixman release 0.21.2 now available
A new pixman release 0.21.2 is now available. This is the first
development snapshot leading up to a stable 0.22 release.
News:
ARM: Performance improvements for image scaling [Siarhei Siamashka]
Performance improvements for affine transformations [Soren Sandmann]
Plus bug fixes and other improvements [Andrea Canciani, Siarhei, Soren].
NOTE: In this release a workaround for a bug in
2002 Jul 24
1
Unable to join W2K Active Directory Domain
Hello all ...
I'm trying to join a W2K domain and I'm getting the following error message:
sun220:root# smbpasswd -j hern
cli_net_req_chal: Error NT_STATUS_INVALID_COMPUTER_NAME
cli_nt_setup_creds: request challenge failed
modify_trust_password: unable to setup the PDC credentials to
machine xxx.xxx.xxx.xxx(IP ommitted). Error was : NT_STATUS_UNSUCCESSFUL.
2002/07/24 09:44:18 :
2002 Nov 30
0
FWD: Re: "net ads join" hangs
---------- Original Message ----------------------------------
From: "Errol Neal" <eneal@bnbtv.com>
Reply-To: <eneal@bnbtv.com>
Date: Fri, 29 Nov 2002 17:13:39 -0800
Hello,
In my further investigation, it seems that winbindd cannot locate my kerberos ticket. Or, at least this is what this log output from winbindd
>[2002/11/29 07:04:17, 1]
2005 Dec 23
3
Verisign Payflow Scripts
Here''s a link to the Verisign scripts we used... We customized ours a bit
but this will get you going.
Graciously provided by Jon at Slantwise Design and posted with permission
(http://www.slantwisedesign.com), these may make it into some other format
someday (gem? Plug in?).
Anyway, of course, no warranty with this code, use at your own risk and
really no support - you''ll have
2009 Mar 03
6
Rails 2.2.2 - Mysql::Error: MySQL server has gone away
My app consists of receiving emails with image attachments from its
users so I have been employing the MMS2R gem and Fetcher. Every 60
seconds the app goes to the email server to fetch emails.
Under Rails 2.1.1 things worked fine - when I received an email, the
email was fetched, parsed and saved to the database.
However I needed to upgrade to Rails 2.2.2 for unrelated reasons and now
I get the
2009 Apr 20
2
Dovecot -> Gmail (via POP Mail Fetcher)
I'm trying to move my entire email store from my Dovecot installation (which
I normally access via IMAP) into Gmail using Gmail's Mail Fetcher (which
functions over POP); and I'm running into two problems:
1. Gmail only imported 78 out of 1000+ mails in my inbox, which I'm taking
to mean that Dovecot is reporting only those 78 as new. How can I get
Dovecot to send all mail over as
2007 Nov 21
0
Fedora 8 "Invalid file location given"
Hi,
I´m trying to install a Fedora Core 8 x64 guest on my xen server (Fedora 8_x64) and get the next message while executing virt-install:
______________________________
What is the name of your virtual machine? FC8_test
How much RAM should be allocated (in megabytes)? 512
What would you like to use as the disk (path)? /ImagenesHD/FC8_test.img
How large would you like the disk
2009 Sep 11
2
Installing Rails problem
I have installed Ruby and Apache, but when tried to install Rails (sudo
gem install rails --include-dependencies) I have got an error:
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies to install only the gems you list
ERROR: While executing gem ... (URI::InvalidURIError)
the scheme http does not accept registry part: :8080 (or bad
hostname?)
2001 Mar 27
1
Samba 2.2 print driver setup
Jeremy,
Will there be any methodology available in 2.2 for installing print drivers
without browsing to the PRINT$ share from a W2K/NT box? I've got about 180
printers (at least 30 different models) shared and I'm encountering some
difficulties in installing drivers.
I'm using 2.2a2 in an environment with both W2K and W98 clients. One very
annoying inconsistency with W2K is making my
2003 Aug 07
3
SMBD and Winbind Errors
Hi All,
I am running Samba3.0 beta 3 installed from RPM's provided on the Samba.org
FTP server. My platform is Red Hat 9.
I am seeing a lot of errors such as:
Aug 6 17:50:18 server3 winbindd[31138]: [2003/08/06 17:50:18, 0]
nsswitch/winbindd_sid.c:winbindd_lookupname(103)
Aug 6 17:50:18 server3 winbindd[31138]: could not find domain entry for
domain
AND
smbd[27004]: [2003/08/06
2005 Dec 11
3
Question - Does Samba Recognize non-Primary Group Memberships?
I thought this was true, but In troubleshooting a permissions related
issue, I see evidence that it is not.
In my previous post, I was asking for assistance in trying to figure out
why I was unable to create files/folders over the network, but could so
so locally. My Active Directory account is a member of group that have
full control of a particular folder according to getfacl. I added that
2013 Feb 26
4
Sieve filters on folders, different from INBOX
Hi all
Is it possible to configure Dovecot's sieve plugin to act on message
arrival to folders, other than INBOX?
I wish to move messages fetched by pop3 fetcher to special folder, or sort
outgoing mail to folders, specific
to their recipients.
Thanhs in advance,
WBR,
valery
2012 Aug 08
5
Error Bundler
Any body can help me!
i try create a new project, at the end i had message
error bundler.
root@xxx:/home/xxx# rails new depot_b
create
create README.rdoc
create Rakefile
create config.ru
create .gitignore
create Gemfile
create app
create app/assets/images/rails.png
create app/assets/javascripts/application.js
create