From: Jay S. <me...@he...> - 2005-09-12 00:21:17
|
Perhaps you should verify what's up, first: > > (login to a shell as root) > cd /var/lib/apt/lists > ls -al > > -> Is there an (empty) directory like, exactly, except the date: > drwxr-xr-x 2 root root 4,0K 2005-09-06 23:24 partial/ > > -> If not, try to create the repective dir like this: > (but this should never be necessary anyway) > mkdir -m 755 partial Thanks Micha, Creating the "partial" directory solved my problem. I don't know why it was missing in the first place Thanks again Jay |