View Single Post
benlau's Avatar
Posts: 135 | Thanked: 375 times | Joined on Mar 2010 @ Hong Kong
#1
Hi,

I just register my account to upload my software (OSS) to extras builder. However, I got the following error:

Code:
$ dput -f fremantle-extras-builder penpen_0.1-1_armel.changes
Uploading to fremantle-extras-builder (via scp to drop.maemo.org):
This is a restricted account.
Warning: The execution of '/usr/bin/scp' as
  'scp -p /scratchbox/users/benlau/home/benlau/src/penpen/src/penpen_0.1-1.dsc /scratchbox/users/benlau/home/benlau/src/penpen/src/penpen_0.1-1.tar.gz /scratchbox/users/benlau/home/benlau/src/penpen/src/penpen_0.1-1_armel.deb /scratchbox/users/benlau/home/benlau/src/penpen/src/penpen_0.1-1_armel.changes benlau@drop.maemo.org:/var/www/extras-devel/incoming-builder/fremantle'
  returned a nonzero exit code.
Error while uploading.
As I can login with using ssh , so my ssh key should be set correctly.

Code:
$ ssh benlau@drop.maemo.org
Linux wml0250 2.6.32-5+logica3 #1 SMP Mon Feb 1 12:49:32 EET 2010 i686

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Jun 16 14:58:18 2010 from 221.125.8.44
This is a restricted account.
You cannot execute anything here.
Not enough arguments.
Goodbye.
Connection to drop.maemo.org closed.
Anything wrong about the builder? Or I have missed any step?