Closed tushev closed 1 year ago
UPDATE: modified /etc/apt/sources.list
: commented out cdrom
, uncommented http://
lines (on offline system).
Seems to be working.
Anyway, I suppose it would be better to add at least a proper error message for this case; ideally - to suggest to resolve this automatically.
Thank you for reporting it. Yes. This condition should be handled
@rickysarraf and as a follow-on: I re-enabled cdrom
"repo" on offline system, and got the same issue again.
I suppose, the ideal solution would be to exclude cdrom
lines in /etc/apt/sources.list
on offline system in the very beginning and show a notice (like in case with This is usually the case when the underneath apt system has no payload to download
).
Thank you very much for your time and your wonderful tool!
@rickysarraf and as a follow-on: I re-enabled
cdrom
"repo" on offline system, and got the same issue again.
Yes. apt-offline
should be able to handle all kinds on input fed. Even a malformed signature file.
I suppose, the ideal solution would be to exclude
cdrom
lines in/etc/apt/sources.list
on offline system in the very beginning and show a notice (like in case withThis is usually the case when the underneath apt system has no payload to download
).Thank you very much for your time and your wonderful tool!
That we can't control. People can have legacy systems. There are also derivatives that add their own bling. etc. etc.
The ideal solution is to keep being more resilient.
Thanks!
Online system:
Offline system:
Output from online system when using release v1.8.5 on both systems:
Contents of i386.sig:
^ note the newline at the end.
Could you please fix it?