Dear all

Thanks again for letting us use the Gitorious software...
It has server us well for a while now but I have installed a new server
and I have a few more problems...  

1. When I or other users add an SSH key it never get green... The file
authorized_keys are updated and I can push so everything work but the
red X is there. In the database the "ready" field in the ssh_keys table
is 0.
I set it manually and I get it green... 

2. The other problem is that the tar.gz download give me a 1 byte long
file... I know that the file is created in the directory according to
the setting in the gitorious.yml file.

3. Third problem are those emails with contents like this:

An exception occured in #<PostReceiveWebHookProcessor:0xb630db9c
 @data=
  {"payload"=>
    {"repository"=>
      {"name"=>"test512",
       "clones"=>0,
       "url"=>"http://etath-ad-ws1.swatchgroup.net/test512/test512";,
       "description"=>"test512",
       "owner"=>{"name"=>"martinswatchgroupnet"}},
     "after"=>"4a44cddd94f6f4ec1561b60c2b3933bc6dc7b898",
     "project"=>{"name"=>"test512", "description"=>"test512"},
     "pushed_at"=>"2010-01-15T08:18:50Z",
     "ref"=>nil,
     "commits"=>
      [{"parents"=>[],
        "author"=>
         {"name"=>"Martin Pettersson",
"email"=>"[email protected]"},
        "id"=>"4a44cddd94f6f4ec1561b60c2b3933bc6dc7b898",
        "committed_date"=>"2010-01-15T15:10:42+07:00",
        "authored_date"=>"2010-01-15T08:10:42Z",
        "message"=>"first",
        "tree"=>"985695fc9af5a717cae65214e9f592f52f9fef16",
        "committer"=>
         {"name"=>"Martin Pettersson",
          "email"=>"[email protected]"}}],
     "pushed_by"=>"martin",
     "before"=>"0000000000000000000000000000000000000000"},
   "user"=>"martin",
   "repository_id"=>184},
 @message=
  #<Stomp::Message:0xb63102d4
   @body=
 
"{\"repository_id\":184,\"payload\":{\"before\":\"0000000000000000000000
000000000000000000\",\"commits\":[{\"author\":{\"name\":\"Martin
Pettersson\",\"email\":\"[email protected]\"},\"parents\":[],\
"id\":\"4a44cddd94f6f4ec1561b60c2b3933bc6dc7b898\",\"committed_date\":\"
2010-01-15T15:10:42+07:00\",\"authored_date\":\"2010-01-15T08:10:42Z\",\
"message\":\"first\",\"committer\":{\"name\":\"Martin
Pettersson\",\"email\":\"[email protected]\"},\"tree\":\"98569
5fc9af5a717cae65214e9f592f52f9fef16\"}],\"pushed_by\":\"martin\",\"pushe
d_at\":\"2010-01-15T08:18:50Z\",\"repository\":{\"description\":\"test51
2\",\"clones\":0,\"url\":\"http://etath-ad-ws1.swatchgroup.net/test512/t
est512\",\"owner\":{\"name\":\"martinswatchgroupnet\"},\"name\":\"test51
2\"},\"after\":\"4a44cddd94f6f4ec1561b60c2b3933bc6dc7b898\",\"project\":
{\"description\":\"test512\",\"name\":\"test512\"},\"ref\":null},\"user\
":\"martin\"}",
   @command="MESSAGE",
   @headers=
    {"expires"=>"0",
     "timestamp"=>"1263543530807",
     "destination"=>"/queue/GitoriousPostReceiveWebHook",
     "message-id"=>"ID:etath-ad-ws1-48771-1263541026780-5:1:-1:1:2",
     "content-type"=>"text/plain; charset=UTF-8",
     "priority"=>"0",
     "content-length"=>"821",
     "subscription"=>"post_receive_web_hook_processor"}>,
 @repository=
  #<Repository id: 184, name: "test512", project_id: 53, user_id: 23,
created_at: "2010-01-15 08:09:31", updated_at: "2010-01-15 08:18:50",
parent_id: nil, ready: true, kind: 0, owner_type: "User", owner_id: 23,
hashed_path: "4a4/d2e/2a1e60d8bb73dae613f0e1c77dcfabc603", description:
"test512", last_pushed_at: "2010-01-15 08:18:50", wiki_permissions: 0,
deny_force_pushing: false, notify_committers_on_new_merge_request: true,
last_gc_at: nil, merge_requests_enabled: true>>
!

{"repository_id":184,"payload":{"before":"000000000000000000000000000000
0000000000","commits":[{"author":{"name":"Martin
Pettersson","email":"[email protected]"},"parents":[],"id":"4a
44cddd94f6f4ec1561b60c2b3933bc6dc7b898","committed_date":"2010-01-15T15:
10:42+07:00","authored_date":"2010-01-15T08:10:42Z","message":"first","c
ommitter":{"name":"Martin
Pettersson","email":"[email protected]"},"tree":"985695fc9af5a
717cae65214e9f592f52f9fef16"}],"pushed_by":"martin","pushed_at":"2010-01
-15T08:18:50Z","repository":{"description":"test512","clones":0,"url":"h
ttp://etath-ad-ws1.swatchgroup.net/test512/test512","owner":{"name":"mar
tinswatchgroupnet"},"name":"test512"},"after":"4a44cddd94f6f4ec1561b60c2
b3933bc6dc7b898","project":{"description":"test512","name":"test512"},"r
ef":null},"user":"martin"}

NoMethodError: undefined method `hooks' for #<Repository:0xb6307530>

/var/www/git.myserver.com/gitorious/vendor/rails/activerecord/lib/active
_record/attribute_methods.rb:260:in `method_missing'
        
/var/www/git.myserver.com/gitorious/app/processors/post_receive_web_hook
_processor.rb:29:in `on_message'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/processor.rb:32:in `process!'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:229:in `_dispatch'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:149:in `execute_filter_chain'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:228:in `_dispatch'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:219:in `each'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:219:in `_dispatch'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:200:in `dispatch'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:197:in `synchronize'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:197:in `dispatch'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:43:in `start'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:30:in `start'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:29:in `each'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging/gateway.rb:29:in `start'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/lib/a
ctivemessaging.rb:109:in `start'
        
/var/www/git.myserver.com/gitorious/vendor/plugins/activemessaging/polle
r.rb:14
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application.rb:17
6:in `load'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application.rb:17
6:in `start_load'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application.rb:25
3:in `start'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application_group
.rb:123:in `start_all'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application_group
.rb:122:in `fork'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application_group
.rb:122:in `start_all'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application_group
.rb:121:in `each'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/application_group
.rb:121:in `start_all'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/controller.rb:79:
in `run'
        /usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons.rb:139:in
`run'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/cmdline.rb:105:in
`call'
        
/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons/cmdline.rb:105:in
`catch_exceptions'
        /usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib/daemons.rb:138:in
`run'
        script/poller:30  



Best regards
 
Martin Pettersson
 

ETA (Thailand) Co., Ltd.
Assembly Division
Technical Expert 1
 
439 Bangplee Industrial Estate II
Mu 17 Bangsaothong
Amphoe Bangsaothong
Samutprakan 10540
THAILAND
 
Phone: 2-315-3161 [Ext.: 2267]
Fax: 2-315-3160
 
mailto: [email protected]
www.eta.ch
 
"Freedom is the issue, the whole issue, and the only issue."
 
RMS


************************************************************************************
This e-mail message is intended only for the addressee(s) and contains
information which may be confidential. If you are not the intended
recipient please do not read, save, forward, disclose or copy the contents
of this e-mail. If this e-mail has been sent to you in error, please delete 
this 
e-mail and any copies or links to this e-mail completely and immediately
from your system. We also like to inform you that communication via e-mail
over the Internet is insecure because third parties may have the possibility
to access and manipulate e-mails.

Any views expressed in this message are those of the individual sender,
except where the sender specifically states them to be the views of
The Swatch Group Ltd.
************************************************************************************
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to