Koozali.org: home of the SME Server

DAG repositories to instal otrs

Offline alex_rhys-hurn

  • **
  • 29
  • +0/-0
DAG repositories to instal otrs
« on: December 07, 2007, 09:10:06 PM »
Hey folks,

I am trying to get the dag repositories to work so that I can try a deploymet of otrs the trouble ticket system.

When I try to install items I constantly get a checksum error. I have tried to verify my dag repository info, and all seems well.

Can anyone help?

Outpout of my error below:

Code: [Select]
[root@server1 Kernel]# yum install mod_perl gd ImageMagick ImageMagick-perl gcc netpbm \
> --enablerepo=base \
> --enablerepo=updates \
> --enablerepo=addons \
> --enablerepo=dag
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Install Process
Setting up repositories
dag                       100% |=========================| 1.1 kB    00:00
smeaddons                 100% |=========================|  951 B    00:00
base                      100% |=========================| 1.1 kB    00:00
updates                   100% |=========================|  951 B    00:00
addons                    100% |=========================|  951 B    00:00
smeos                     100% |=========================|  951 B    00:00
ftp://ftp.planetmirror.com/pub/smeserver/releases/7/smeupdates/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 550 7: No such file or directory
Trying other mirror.
smeupdates                100% |=========================|  951 B    00:00
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 806 kB    00:30
http://apt.sw.be/redhat/el4/en/i386/dag/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from dag: [Errno 256] No more mirrors to try.
================================================================
No new rpms were installed. No additional commands are required.
================================================================

Offline alex_rhys-hurn

  • **
  • 29
  • +0/-0
Re: DAG repositories to instal otrs
« Reply #1 on: December 07, 2007, 10:00:00 PM »
I have figured out that this is because the primary.xml.gz is not downloading fully.

This is a real pain!

The yum program only tries once to get the file then gives up. Even if I download the file directly to my windows PC the download breaks, but if I use my download manager or wget then it will resume the file until it is completed.

I should point out that ALL other downloads work fine.

Does anybody know where I can put the primary.xml.gz file that I have manually downloaded?

Rgds

Alex

Offline mmccarn

  • *
  • 2,651
  • +10/-0
Re: DAG repositories to instal otrs
« Reply #2 on: December 07, 2007, 10:19:33 PM »
On my system it's in /var/cache/yum/dag (for the dag repository)

Offline alex_rhys-hurn

  • **
  • 29
  • +0/-0
Re: DAG repositories to instal otrs
« Reply #3 on: December 08, 2007, 06:07:14 AM »
Thanks for the tip on where to put the file.

I eventually went to the dag website and found another mirror. I used calgary university site. worked fine but sloooooow.

Thanks any way.

Alex