Bug 116128

Summary: pin bonked
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Andreas Gruenbacher <agruen>
Component: ConsoleAppsAssignee: Martin Lasarsch <mlasars>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Gruenbacher 2005-09-09 13:31:18 UTC
Either pin's error message is wrong, or searching for ARCHIVES_$USED_VERSION 
is wrong: 
 
$ ls -l /var/lib/pin/ARCHIVES.gz 
lrwxrwxrwx  1 root root 34 2005-09-09 15:30 ARCHIVES.gz 
-> /mounts/dist/next-i386/ARCHIVES.gz 
 
$ pin 
pin 
 
 *** pin found no ARCHIVES.gz file in /var/lib/pin/ 
[...] 
 
$ ln -s ARCHIVES.gz /var/lib/pin/ARCHIVES_10.0.gz 
 
$ pin 
# works now
Comment 1 Martin Lasarsch 2005-09-09 13:43:12 UTC
rpm -q pin 
pin-0.34-2 
 
g82:~ # ll /var/lib/pin/ARCHIVES.gz 
lrwxrwxrwx  1 root root 16 2005-09-09 15:38 /var/lib/pin/ARCHIVES.gz 
-> /tmp/ARCHIVES.gz 
 
g82:~ # pin 
 
 no file ARCHIVES_10.0.gz found 
[...] 
 
works for me 
Comment 2 Andreas Gruenbacher 2005-09-09 13:49:27 UTC
Please take a look on winden.suse.de (it's a Beta though, but for pin this 
shouldn't matter much). 
Comment 3 Martin Lasarsch 2005-09-09 15:05:57 UTC
works also on winden, please reopen if you have this problem again, thanks