search for: 20060502

Displaying 20 results from an estimated 68 matches for "20060502".

2006 May 02
2
Compilation failure as of 20060502
Hi, The changes yesterday breaks compilation for me. I do have the latest glproto (1.4.7) and mesa cvs (20050603, i.e. a couple of hours ago) and xgl (20050603) have been recompiled after the updates. Here's the initial error (with a whole lot similar): texture.c: In function 'bindPixmapToTexture': texture.c:196: error: 'GLX_TEXTURE_FORMAT_EXT' undeclared (first use in this
2006 May 03
3
Starting tomcat on bootup
I just installed Tomcat and when I run the chkconfig -add tomcat, it tells me that tomcat does not support chkconfig. Suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060502/a84cc5cb/attachment-0003.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3022 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20060502/a84cc5cb/attachment-0003.bi...
2006 May 02
2
:order question
Hi! I''ve two models: Project has_many :works Work belongs_to :project Work contains :year_start and :year_end I''ve setup a class method to retrieve the first and last year of my Project.works How could I get projects ordered by ''first'' year? Thanks, Ettore
2006 May 02
1
Meetme volume increase/decrease
...he DTMF coming from their device. " /My question is... How do you increase/decrease your speaking/listening volume while in a meetme room? Thankxs. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060502/1ff89bbe/attachment.htm
2006 May 02
1
Questions on ANI
...name instead of the called number on my receptionist's telephone display, so that she can answer the call with the right identity at once... Regards, ML -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060502/21a3d85d/attachment.htm
2006 May 02
2
dnd error message in the log
Is this a problem? What is dnd anyway? Thanks, Jim. May 2 10:44:08 DEBUG[6277] db.c: Unable to find key 'SIP/201' in family 'dnd' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060502/7bf1f8ae/attachment.htm
2006 May 02
2
Assertion failed
We're in a bit of a panic here as we're getting a lot of errors along the lines of: May 2 12:39:00 lenny dovecot: IMAP(XXXXX): file mbox-sync-rewrite.c: line 106 (mbox_sync_headers_add_space): assertion failed: (start_pos < data_size) We didn't see this until our mail servers went under a full load and now we've trashed the ability of nearly all our users to read email.
2006 May 01
2
Dovecot and NFS with file locking
Greetings all, I'm trying to get an understanding of a problem we are facing here. We're currently running dovecot 1.0-beta3 and have a long standing issue of system crashes on our mail server (Debian Linux 2.4.27-2-k7-smp). Here's what is happening: The machine hangs and the system load climbs as high as 80.0+. Yet, the system response is not effected. Command line is still
2006 May 02
2
Autotest doesn''t work on WinXP?
...pass, but for some reason Autotest can''t get going. Ideas? -Greg Greg Edwards CTO, Eyetools Inc. gedwards1@eyetools.com (916) 792 4538 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/70228ad8/attachment.html
2006 May 02
5
listing parents from child conditon
Hi, How can I grab all parents in a table, depending on a condition in the children table ? Fx. def list @projects = Project.find(:all) end will find all projects in my table. Now let''s say I want show a similar list, for all open projects.. I define an open project, as all lines (Line has belongs_to :Project) that do not yet have a closed_at timestamp set. So basically, I want
2006 May 02
4
Migrate from RHAS 4 to CentOS 4.2
I have a SGI Altix 350 (ia64) that came with RHAS 4, but without any paid support. I would like to migrate the server over to CentOS. Here is what I've pieced together from some older posts by Johnny, can someone confirm this should work? I know this is somewhat covered in the FAQ, although both entries refer to FC or WBEL, which already have built-in yum support. Install the
2006 May 02
5
How to call a javascript function from rails view?
Is there a way to call a javascript function from within a rails view? I can''t use the onLoad javascript method inside the <body> tag because I don''t have control over the body tag, it''s in my header. There are several rss feed reading functions that are in the page and I would like to call those functions while the page is being loaded or once it''s
2006 May 02
4
ordering after a inject
...count.sort_by { |r| r.name }", but I don''t want it in an array. In need it in a hash. Any ideas? Kind regards, Steve Odom http://www.smarkets.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/d5d3371f/attachment.html
2006 May 02
0
Web mashup tutorial using Ruby on Rails
...is available at the last writeup. Comments and feedback welcome! -- Sau Sheong http://blog.saush.com http://www.projectible.com http://jaccal.sourceforge.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/982ed7c9/attachment.html
2006 May 02
2
Installation problems
Complete newbite to ROR. I have installed Ruby, RubyGems, & Rails according to the information at the following url: http://xmlareas.com/ruby-rails-howto.html on a copy of Fedora Core 4. If I run the gem list command I can see the various packages including: actionmailer(1.2.1) rails(1.1.2) However the installation instructions end and the next step is a tutorial creating an application.
2006 May 02
0
Re: RoR meets .net *cringe*
...ed successfully on Windows and Fedora to offer virtual machines for free, which I prefer over paying for VMWare. Drop me a line if you want more details. Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/4dacd173/attachment.html
2006 May 02
2
Mapping/Routing: connecting ?lang=de to blah.org/de?
Hi List, how would you modify routes.rb to get something like http://example.org/de/controller/action instead of http://example.org/controller/action/?lang=de ? (Using the Ruby-GetText method for internationalization, which allows you to specify the sites'' language in the lang param) I''d be grateful for any hints that you might have! Regards, Raphael -- Posted via
2006 May 02
3
Mongrel on Textdrive
...M locally? I have filed a support request with Textdrive querying when we will see the Mongrel GEMs installed but have received no response yet... Thanks! Josh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060502/d2e2a60b/attachment.html
2006 May 01
1
compiling Zaptel-1.2.4 on CentOS 4.3
A few days ago Mark Quitoriano posted: >Im having a problem compiling zaptel 1.2.4 on CentOS 4.3, anyone >encountered this problem before? >Here's the error i got: >make -C /lib/modules/2.6.9-34.EL/build SUBDIRS=/usr/src/zaptel-1.2.4 >XPPMOD=>modules . . . . >/usr/src/zaptel-1.2.4/zaptel.c:188: warning: 'fcstab' defined but not used >make[2]: ***
2006 May 02
1
Freenx Install problems
...art not implemented yet. NX> 999 Bye I have restarted sshd but it still doesn't work. Anyone have a Howto for Centos? Any ideas? Thanks in advance Paul -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060502/98d27200/attachment-0003.html>