Page 1 of 1

Packman Repo dead

PostPosted: Sun Nov 10, 2013 12:34 am
by amjohnson
The packman mirror in ViciBox 5.0.3 is rsync only now.. I was doing server upgrades and reinstalling vicidial this weekend and ran into it.

changing the /etc/zypp/repos.d/packman_12.3.repo to this fixes it and lame and all the audio stuff updates properly

Code: Select all
[packman_12.3]
name=packman_12.3
enabled=1
autorefresh=1
baseurl=http://packman.jacobs-university.de/suse/openSUSE_12.3/
type=rpm-md
gpgcheck=1
keeppackages=0


Just thought there might be some benefit to the newer versions.

-Andrew

Re: Packman Repo dead

PostPosted: Sun Nov 10, 2013 12:30 pm
by mav2287
Nice! have you submitted that to the bug tracker? That was bugging me so I just dumped it but now I will go back and fix it!

Re: Packman Repo dead

PostPosted: Sun Nov 10, 2013 4:17 pm
by rrb555
what you can do is

ViciBox v.5.0.3 and under - The previous packman repository has decided to go unreachable and hasn't shown signs of coming back anytime soon. So we change it to use a different packman repo.

1) sed -i '/baseurl/c baseurl=http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_12.3' /etc/zypp/repos.d/packman_12.3.repo
2) zypper refresh


See more here viewtopic.php?f=8&t=29402