tags 446078 + wontfix
thanks

Hi Rainer

On Wed, Oct 10, 2007 at 07:58:00PM +0200, Rainer Zocholl wrote:
> [EMAIL PROTECTED](Ola Lundqvist)  10.10.07 17:36
> 
> Once upon a time "Ola Lundqvist " shaped the electrons to say...
> 
> >Hi Rainer
> 
> >cron-apt never interface directly with the release files. 
> >It only interface with apt-get or aptitude. 
> >This means that it must be one of them that complains.
> 
> But apt-get or aptiude do not complain when called manually.
> See log at the end.

The log below only show aptitude without any options, but you
may have run apt-get as well, but I can not see that from the
logs.
If you do not configure cron-apt with anything it is about the
same as to run apt-get as the following:

export DEBIAN_FRONTEND="noninteractive"
export LANG="C"
export LC_ALL="C"
apt-get -o quiet=1 update -o quiet=2
apt-get -o quiet=1 autoclean -y
apt-get -o quiet=1 dist-upgrade -d -y -o APT::Get::Show-Upgraded=true

Try that and you will most likely see the error message.
Also remember that there is a difference when software it run
within a pty and when not. To have a equal testcase you should
run the above from cron.

In any case this is not a bug in cron-apt. Either this is a
problem with your archive, or there is a bug in apt-get or
aptitude. I can not possibly see how this could be a problem with
cron-apt. However if you can give a good proof, I'll remove the
wontfix mark. :)

Please give me the contents of /etc/cron-apt if you want me to
point to the exact commands you have used to trigger this.

Best regards,

// Ola

> >Have you configured cron-apt to use apt-get or aptitude?
> 
> I can't rember that i have configured anything for cron-apt.
> That is running since years without problems
> Only the recent update of "wine" in debian  seems to cause trouble.
> 
> I am always using "aptitude" to update that debian 4.0 distri.
> 
> 
> 
> >Best regards,
> 
> >// Ola
> 
> >On Wed, Oct 10, 2007 at 01:34:39PM +0200, Rainer Zocholl wrote:
> >> Package: cron-apt
> >> Version: 0.4.14
> >>
> >>
> >>
> >> Hello
> >>
> >>
> >> Since some days i get this error message everyday:
> >>
> >> cron-apt: Failed to fetch
> >> http://wine.budgetdedicated.com/apt/dists/etch/Release \
> >> Unable to find expected entry  main/source/Sources in Meta-index
> >> file (malformed Release file?)
> >>
> >> What does cron-apt not like in this "Release"?
> >> aptitude, apt-get do not complain.
> >>
> >>
> >> #wget -q -O - http://wine.budgetdedicated.com/apt/dists/etch/Release
> >> Origin: winehq
> >> Label: winehq
> >> Suite: stable
> >> Codename: etch
> >> Date: Sat, 06 Oct 2007 20:26:26 +0000
> >> Architectures: i386 amd64 all
> >> Components: main
> >> Description: Debian Etch 4.0
> >> MD5Sum:
> >>  1570c97d600bbf86316317ea7397667d 3989 main/binary-i386/Packages
> >>  beef4d5e71c5470882c78995043d8061 1297 main/binary-i386/Packages.gz
> >>  0e7cc9727180bb211e4a972961d0e2d4 109 main/binary-i386/Release
> >>  9d25e91bbbb10c192f8c8eada63fd4a3 3678 main/binary-amd64/Packages
> >>  61beee551def31f4ade06f5e6c16ab54 1178 main/binary-amd64/Packages.gz
> >>  e27ff04f16a688940d58eeba89b78c52 110 main/binary-amd64/Release
> >>  2a50551ecc87702e0af72bbd68d2c5eb 1155 main/binary-all/Packages
> >>  3c7981ea0a1a266b49fbb51fd76045d7 472 main/binary-all/Packages.gz
> >>  e4db51827b0ecfb4285bb9223d3394a7 108 main/binary-all/Release
> >>  46ba16333a9a37ed0e7fd679b9f544a4 719 main/source/Sources.gz
> >>  8937fc4d83b587ce203305a961b3b04c 111 main/source/Release
> >>
> >>
> >>
> >> # cat /etc/apt/sources.list.d/winehq.list
> >> deb http://wine.budgetdedicated.com/apt etch main #WineHQ - Debian
> >> 4.0 # "Etch"
> >> deb-src http://wine.budgetdedicated.com/apt etch main #WineHQ -
> >> Debian 4.0 # "Etch"
> >>
> >> # cat /etc/apt/sources.list
> >> deb http://typo3.sunsite.dk/software/debian/ ./
> >> deb-src http://typo3.sunsite.dk/software/debian/ ./
> >> deb http://ftp.freenet.de/debian/ stable main contrib non-free
> >> deb http://volatile.debian.org/debian-volatile stable/volatile main
> >> contrib non-free
> >>
> >>
> >> # aptitude update
> >> Get:1 http://volatile.debian.org stable/volatile Release.gpg [189B]
> >> Hit http://volatile.debian.org stable/volatile Release
> >> Ign http://volatile.debian.org stable/volatile/main
> >> Packages/DiffIndex Ign http://volatile.debian.org
> >> stable/volatile/contrib Packages/DiffIndex Ign
> >> http://volatile.debian.org stable/volatile/non-free
> >> Packages/DiffIndex Hit http://volatile.debian.org
> >> stable/volatile/main Packages Get:2 http://ftp.freenet.de stable
> >> Release.gpg [378B] Hit http://ftp.freenet.de stable Release
> >> Ign http://ftp.freenet.de stable/main Packages/DiffIndex
> >> Ign http://ftp.freenet.de stable/contrib Packages/DiffIndex
> >> Ign http://ftp.freenet.de stable/non-free Packages/DiffIndex
> >> Hit http://volatile.debian.org stable/volatile/contrib Packages
> >> Hit http://volatile.debian.org stable/volatile/non-free Packages
> >> Hit http://ftp.freenet.de stable/main Packages
> >> Hit http://ftp.freenet.de stable/contrib Packages
> >> Hit http://ftp.freenet.de stable/non-free Packages
> >> Get:3 http://wine.budgetdedicated.com etch Release.gpg [191B]
> >> Hit http://wine.budgetdedicated.com etch Release
> >> Ign http://wine.budgetdedicated.com etch/main Packages/DiffIndex
> >> Ign http://wine.budgetdedicated.com etch/main Packages
> >> Hit http://wine.budgetdedicated.com etch/main Packages
> >> Ign http://typo3.sunsite.dk ./ Release.gpg
> >> Ign http://typo3.sunsite.dk ./ Release
> >> Ign http://typo3.sunsite.dk ./ Packages/DiffIndex
> >> Ign http://typo3.sunsite.dk ./ Sources/DiffIndex
> >> Ign http://typo3.sunsite.dk ./ Packages
> >> Ign http://typo3.sunsite.dk ./ Sources
> >> Hit http://typo3.sunsite.dk ./ Packages
> >> Hit http://typo3.sunsite.dk ./ Sources
> >> Fetched 3B in 18s (0B/s)
> >> Reading package lists... Done
> >>
> >>
> >>
> >>
> 
> >--
> > --------------------- Ola Lundqvist ---------------------------
> >/  [EMAIL PROTECTED]                     Annebergsslingan 37      \
> >|  [EMAIL PROTECTED]                     654 65 KARLSTAD          |
> >|  http://opalsys.net/                 +46 (0)70-332 1551       |
> >\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
> > ---------------------------------------------------------------
> 
> Rainer---<=====>                         Vertraulich
>              //  
>            //                              
>          <=====>--------------ocholl, Kiel, Germany ------------
> 
> 

-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering ----
/  [EMAIL PROTECTED]                   Annebergsslingan 37        \
|  [EMAIL PROTECTED]                   654 65 KARLSTAD            |
|  http://opalsys.net/               Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---------------------------------------------------------------



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to