Bug 116128 - pin bonked
Summary: pin bonked
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: ConsoleApps (show other bugs)
Version: RC 1
Hardware: Other All
: P5 - None : Normal
Target Milestone: ---
Assignee: Martin Lasarsch
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-09 13:31 UTC by Andreas Gruenbacher
Modified: 2005-09-09 15:05 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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