[aur-general] communitypkg does not work
Sergej Pupykin
pupykin.s at gmail.com
Wed Jul 1 07:13:52 EDT 2009
>SH> --- Original message ---
>SH> From: Stefan Husmann <stefan-husmann at t-online.de>
>SH> To: "Discussion about the Arch User Repository (AUR)" <aur-general at archlinux.org>
>SH> Subject: [aur-general] communitypkg does not work
>SH> Date: Wed, 01 Jul 2009 10:03:55 +0200
>SH> Hello,
>SH> I cannot upload packages to community. I have a ssh account and did
>SH> set CVS_RSH and CVSROOT. Yesterday it worked. I have no idea what is
>SH> going wrong here.
>SH> [haawda at frege yaz]$ communitypkg
>SH> Traceback (most recent call last):
>SH> File "/usr/bin/tupkg", line 209, in <module>
>SH> sys.exit(main())
>SH> File "/usr/bin/tupkg", line 191, in main
>SH> cs.connect()
>SH> File "/usr/bin/tupkg", line 53, in connect
>SH> self.socket.connect((self.host, self.port))
>SH> File "<string>", line 1, in connect
>SH> socket.error: [Errno 111] Connection refused
>SH> Cancelled
>SH> Regards Stefan
I found the problem
$ cat /etc/iptables/iptables.rules
# open up ports for tupkg
-A INPUT -i eth0 -p tcp -m tcp --dport 1043 -j ACCEPT
-A INPUT -i eth0 -p tcp -m tcp --dport 1045 -j ACCEPT
port mistyped in firewall. But to fix it needs someone with root shell...
More information about the aur-general
mailing list