Adrian, Ping.
>>> Adrian Schröter <adrian(a)suse.de> 08/01/08 3:37 AM >>>
On Tuesday 29 July 2008 21:12:44 Andrew Jorgensen wrote:
> Hello Everyone,
>
> I'll be presenting on OBS at the Utah Open Source Conference next
month and
> I was wondering if others had done presentations that I could look at
to
> help me organize mine. If you could send me links to slides and / or
> videos I'd appreciate it. Also any comments about what worked well
and
> what didn't. Or if you attended a presentation on OBS what did you
like
> and what did you wish had been covered better?
Please ask me again end of next week. I will have updated the
presentation for
the talk on LWE SF.
> My presentation is going to be on August 30, 10:00am MDT. It would be
> really nice if OBS is working during my presentation :-) If I find
the
> time I'll setup a local build service on my laptop just in case of
> catastrophe.
Give us a heads up a day before please ;)
But usually we announce downtimes before, so protest in case we forgot.
bye
adrian
--
Adrian Schroeter
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
email: adrian(a)suse.de
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
In using the openSUSE build service, I have run into two things where
the spec parser use to determine build requirements does not behave the
same as the internal rpm spec parser.
The first case is the following construct:
%define with_foo 1
%if 0%{?sles_version} && 0%{?sles_version} < 11
%define with_foo 0
%endif
This should end up as with_foo = 1 on all platforms but SLES10.
However, it appears that the build service thinks it always evaluates to
with_foo = 0. You can see this by looking at the rpmdebug page in the
home:pzb project.
The second issue is that it is valid (at least according to rpm) to have
the following line in the spec:
BuildRequires: perl-libwww-perl # Fix HTTP:: alternatives
This is a build requirement followed by a comment. However, the build
service tries to require '#', 'Fix', 'HTTP::', and 'alternatives' in
addition to perl-libwww-perl.
Is there a bugzilla component for the build service to enter these bugs?
Thanks.
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
I have a package, rubyspecs, in my home:pzb:ruby project which is
continually blocked by an expansion error. The web interface says it is
missing rubygems-mspec >= 1.5.0, but the package is in the same project
and building fine. Any clue why the build service is not seeing it?
Thanks.
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi i try to write a C# dll to use opensuse API, i use
https://api.opensuse.org/apidocs#61 for doc , there is a more complete
doc/description, for example if i want to set user data :
PUT /person/<userid>
I gess after i should put somthing like :
?realname=test
But it doesn't work
Another thingh missing for example is the list of aviable tag and metada.
All GET should be okay, but most of PUT are not compety documented.
--
Cordially.
Small Eric Quotations of the days:
---------------------------------------------------------------------------
If one day one reproaches you that your work is not a work of
professional, say you that:
Amateurs built the arch of Noah, and professionals the Titanic.
---------------------------------------------------------------------------
Few people are done for independence, it is the privilege of the powerful ones.
---------------------------------------------------------------------------
No key was wounded during the drafting of this message.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Present: abauer, mjung, tpatzig, rlihm, mls, jcborn, froh, poeml
Status:
mls
* ftptree generation. Takes very long for a full rebuild, because
OpenOffice optimization is not implemented yet (generate full ftp
tree, then incrementally add OpenOffice when that has been
rebuilt)
* TODO: PDB->openSUSE connect
* vacation -2008-08-22
jcborn
* ftptree generation
* TODO: mcd script rewrite, later: code modularization
froh
* TODO: cleanly implement http-header hack in osc
abauer
* hermes notification configuration api, so webclient can configure hermes
* TODO: continue with this
mjung
* board elections
* examine data protection act compliance of user rating system
* 1 week remote office (Oxford) -2008-08-18
tpatzig
* modularized starship filter code
* added tests
rlihm
* Linuxtag flyer
* organize training
poeml
* download statistics
* fix .cz external subversion
* update server kernels
* fixed update mirroring race
* TODO: ITO make redirector multi-host capable
* in Nue Mon-Wed
Milestone check
* ftptree reached
* isotree on track
* product definition to kiwi config transmogrification on track
frontend and backend API introspection/reflection?
* not considered important for hackers (as they should prod the code
anyway)
* maintaining docs where they are implemented (instead of a separate
file that needs to be maintained in parallel) as considered A Good
Thing
* valuable for _users_ of the API to have a current, maintained
documentation
* TODO mjung, froh?
S.
--
Susanne Oberhauser +49-911-74053-574 SUSE -- a Novell Business
OPS Engineering Maxfeldstraße 5
Processes and Infrastructure Nürnberg
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
While working with OBS, I've noticed that all the meta data configuring
the projects and packages is stored only on the server, and is treated
with special commands.
This has the disadvantages of making it harder for users to backup their
projects locally. It is a key piece of information that does not follow
the source code and spec files.
It would be really useful if this information were at least cached in
the .osc subdirectories somewhere, in my opinion.
Just thought I'd mention it.
- Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
The problem is that my firefox was not finding 127.0.42.2 so I had to use vhosts. I followed the instructions on the README.setup but was missing the following:
If you want to use vhosts, you also have to edit the
/srv/www/obs/webclient/config/environments/production_slave.rb
and change the 127.0.42.* for you vhosts.
jordi massaguer i pla
http://jordimassaguerpla.blogspot.com/
openSUSE member
Novell Certified Linux Professional 10
----- Mensaje original ----
> De: Jordi Massaguer <jordimassaguerpla(a)yahoo.es>
> Para: opensuse-buildservice(a)opensuse.org; jordi(a)lin.cat
> Enviado: martes, 5 de agosto, 2008 14:44:55
> Asunto: Re: [opensuse-buildservice] ppc
>
> Hi,
>
> I am also having this problem when login into my local buildservice. After
> logging I get on the "main frame" the 404 not found error, and the same if I
> click in any option on the menus, like see projects, home projecte, ....
>
> Looking at the logs I came out with this:
>
> Processing MainController#index2 (for ::ffff:127.0.42.1 at 2008-08-05 13:46:53)
> [GET]
> Session ID:
> BAh7CToLcGFzc3dkIg1vcGVuc3VzZToKbG9naW4iCmFkbWluOg5yZXR1cm5f%0AdG8wIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpGbGFzaDo6Rmxhc2hI%0AYXNoewAGOgpAdXNlZHsA--f72991a5fe68a015bd1c7a3842fe3a4b16103ea9
> Parameters: {"action"=>"index2", "controller"=>"main"}
>
>
> ActiveXML::Transport::NotFoundError (
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
>
>
> 404 - Not Found
>
>
>
404 - Not Found
>
>
> ):
>
> It is a fresh installation from the openSUSE:Tools repo. I also tried with the
> openSUSE:Tools:Unstable but get the same error.
>
> Am I missing something? Did anyone experienced the same? Any idea?
>
> I opened a bug report:
>
> https://bugzilla.novell.com/show_bug.cgi?id=414698
>
> thanks,
>
>
> jordi massaguer i pla
> http://jordimassaguerpla.blogspot.com/
> openSUSE member
> Novell Certified Linux Professional 10
>
>
>
> ----- Mensaje original ----
> > De: Peter Czanik
> > Para: Martin Mohring
> > CC: Adrian Schröter ; opensuse-buildservice(a)opensuse.org;
> Susanne Oberhauser
> > Enviado: lunes, 16 de junio, 2008 18:08:36
> > Asunto: Re: [opensuse-buildservice] ppc
> >
> > Hello,
> >
> > Martin Mohring írta:
> > > But: You need about 2 GB of RAM currently on a machine if it runs
> > > webclient, api server, obs backend, mysql and the workers (2 GB == max
> > > 1-2 workers on the machine). If your PPC machine is not that powerful,
> > > I would opt for putting everything except the workers on some x86 pc
> > > and configure the ppc machine only for the workers.
> > My machine has only 512MB of RAM, but still wanted to give it a try with
> > everything on the same machine. I tried to follow instructions from
> >
> http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial/op…
>
> >
> > (as this seems to be the latest). This is how far I got. After logging
> > in I get this message:
> >
> >
> > OpenSUSE Webclient Error:
> >
> >
> > Error Details:
> >
> > *Errorcode: *unknown
> > *Message: *
> > PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> > xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> > 404 - Not Found
> 404 - Not Found
> >
> >
> >
> > Exception from Webclient:
> >
> > *ActiveXML::Transport::NotFoundError*: > encoding="iso-8859-1"?>
> > Transitional//EN"
> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> > xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> > 404 - Not Found
> 404 - Not Found
> >
> >
> >
> > Stack Trace:
> >
> > /srv/www/obs/common/lib/activexml/transport.rb:543:in `handle_response'
> > /srv/www/obs/common/lib/activexml/transport.rb:534:in `http_do'
> > /srv/www/obs/common/lib/activexml/transport.rb:346:in `find'
> > /srv/www/obs/common/lib/activexml/base.rb:69:in `find'
> > /srv/www/obs/webclient/app/controllers/application.rb:116:in `basic_auth'
> > /srv/www/obs/webclient/app/controllers/application.rb:74:in `authorize'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:469:in
>
> > `send!'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:469:in
>
> > `call'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:441:in
>
> > `run'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:716:in
>
> > `run_before_filters'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:695:in
>
> > `call_filters'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in
>
> > `perform_action_without_benchmark'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in
>
> > `perform_action_without_rescue'
> > /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in
>
> > `perform_action_without_rescue'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in
>
> > `perform_action'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in
>
> > `send'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in
>
> > `process_without_filters'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in
>
> > `process_without_session_management_support'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in
>
> > `process'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in
>
> > `process'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in
>
> > `handle_request'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in
>
> > `dispatch'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in
>
> > `dispatch_cgi'
> >
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in
>
> > `dispatch'
> > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:101:in
> > `process_request'
> > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:149:in
> > `with_signal_handler'
> > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:99:in
> > `process_request'
> > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:77:in
> > `process_each_request'
> > /usr/lib/ruby/vendor_ruby/1.8/fcgi.rb:612:in `each_cgi'
> > /usr/lib/ruby/vendor_ruby/1.8/fcgi.rb:609:in `each'
> > /usr/lib/ruby/vendor_ruby/1.8/fcgi.rb:609:in `each_cgi'
> > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:76:in
> > `process_each_request'
> > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:50:in `process!'
> > /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:24:in `process!'
> > /srv/www/obs/webclient/public/dispatch.fcgi:24
> >
> >
> > Bye,
> > CzP
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
> > For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
>
>
>
> ______________________________________________
> Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
> For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
______________________________________________
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I'd like to port the script I've written that populates the database
behind http://tmp.vuntz.net/opensuse-packages/srcpackage.py to the build
service. It's using data from autobuild, right now.
This would imply periodically downloading all spec files (at least for
GNOME:Factory), and maybe a few other things (probably the build logs).
I was wondering what is a reasonable frequency to download those files,
since I don't want to be blacklisted for abusing bandwidth... Any idea
about this? I was thinking of doing it every hour (or more often, if
possible).
Thanks,
Vincent
--
Les gens heureux ne sont pas pressés.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I am one of the mainainers of openSUSE:Tools:*. In order to make the
users of other distros than suse happy with working osc clients, I
patched e.g. lzma to be packaged on the complete list of OBS build
targets. Now that this is working, I have submitted this changes to the
openSUSE:Factory maintainer of lzma. There it stays now a while an gets
happy.
What do I have to do in order to get this submitted to Factory? What is
the process? What kind of criteria to I have to meet to get a chance for
this to be merged?
Kind Regards,
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
Hi,
I am also having this problem when login into my local buildservice. After logging I get on the "main frame" the 404 not found error, and the same if I click in any option on the menus, like see projects, home projecte, ....
Looking at the logs I came out with this:
Processing MainController#index2 (for ::ffff:127.0.42.1 at 2008-08-05 13:46:53)
[GET]
Session ID: BAh7CToLcGFzc3dkIg1vcGVuc3VzZToKbG9naW4iCmFkbWluOg5yZXR1cm5f%0AdG8wIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVyOjpGbGFzaDo6Rmxhc2hI%0AYXNoewAGOgpAdXNlZHsA--f72991a5fe68a015bd1c7a3842fe3a4b16103ea9
Parameters: {"action"=>"index2", "controller"=>"main"}
ActiveXML::Transport::NotFoundError (<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>404 - Not Found</title>
</head>
<body>
<h1>404 - Not Found</h1>
</body>
</html>
):
It is a fresh installation from the openSUSE:Tools repo. I also tried with the openSUSE:Tools:Unstable but get the same error.
Am I missing something? Did anyone experienced the same? Any idea?
I opened a bug report:
https://bugzilla.novell.com/show_bug.cgi?id=414698
thanks,
jordi massaguer i pla
http://jordimassaguerpla.blogspot.com/
openSUSE member
Novell Certified Linux Professional 10
----- Mensaje original ----
> De: Peter Czanik <pczanik(a)fang.fa.gau.hu>
> Para: Martin Mohring <martin.mohring(a)5etech.eu>
> CC: Adrian Schröter <adrian(a)suse.de>; opensuse-buildservice(a)opensuse.org; Susanne Oberhauser <froh(a)novell.com>
> Enviado: lunes, 16 de junio, 2008 18:08:36
> Asunto: Re: [opensuse-buildservice] ppc
>
> Hello,
>
> Martin Mohring írta:
> > But: You need about 2 GB of RAM currently on a machine if it runs
> > webclient, api server, obs backend, mysql and the workers (2 GB == max
> > 1-2 workers on the machine). If your PPC machine is not that powerful,
> > I would opt for putting everything except the workers on some x86 pc
> > and configure the ppc machine only for the workers.
> My machine has only 512MB of RAM, but still wanted to give it a try with
> everything on the same machine. I tried to follow instructions from
> http://en.opensuse.org/Build_Service/Build_Service_Installation_Tutorial/op…
>
> (as this seems to be the latest). This is how far I got. After logging
> in I get this message:
>
>
> OpenSUSE Webclient Error:
>
>
> Error Details:
>
> *Errorcode: *unknown
> *Message: *
> PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> 404 - Not Found
404 - Not Found
>
>
>
> Exception from Webclient:
>
> *ActiveXML::Transport::NotFoundError*: > encoding="iso-8859-1"?>
> Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> 404 - Not Found
404 - Not Found
>
>
>
> Stack Trace:
>
> /srv/www/obs/common/lib/activexml/transport.rb:543:in `handle_response'
> /srv/www/obs/common/lib/activexml/transport.rb:534:in `http_do'
> /srv/www/obs/common/lib/activexml/transport.rb:346:in `find'
> /srv/www/obs/common/lib/activexml/base.rb:69:in `find'
> /srv/www/obs/webclient/app/controllers/application.rb:116:in `basic_auth'
> /srv/www/obs/webclient/app/controllers/application.rb:74:in `authorize'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:469:in
> `send!'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:469:in
> `call'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:441:in
> `run'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:716:in
> `run_before_filters'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:695:in
> `call_filters'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in
> `perform_action_without_benchmark'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in
> `perform_action_without_rescue'
> /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in
> `perform_action_without_rescue'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in
> `perform_action'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in
> `send'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in
> `process_without_filters'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in
> `process_without_session_management_support'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in
> `process'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in
> `process'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in
> `handle_request'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in
> `dispatch'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in
> `dispatch_cgi'
> /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in
> `dispatch'
> /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:101:in
> `process_request'
> /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:149:in
> `with_signal_handler'
> /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:99:in
> `process_request'
> /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:77:in
> `process_each_request'
> /usr/lib/ruby/vendor_ruby/1.8/fcgi.rb:612:in `each_cgi'
> /usr/lib/ruby/vendor_ruby/1.8/fcgi.rb:609:in `each'
> /usr/lib/ruby/vendor_ruby/1.8/fcgi.rb:609:in `each_cgi'
> /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:76:in
> `process_each_request'
> /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:50:in `process!'
> /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/fcgi_handler.rb:24:in `process!'
> /srv/www/obs/webclient/public/dispatch.fcgi:24
>
>
> Bye,
> CzP
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
> For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org
______________________________________________
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-buildservice+help(a)opensuse.org