Sponsored Content
Operating Systems Linux Debian Need a Debian 8 jessie archive, or a solution to create from cdrom. Post 303038105 by Linusolaradm1 on Sunday 25th of August 2019 10:31:07 AM
Old 08-25-2019
Need a Debian 8 jessie archive, or a solution to create from cdrom.

I need a debian 8 jessie mipsel for create packages for my vuduo(the system is identical to a Debian 8 mipsel environment).
I have some problems.
I usually use Slackware14.2+crosscompile.
For some packages (tcpdump,rsync) works without problem, for other(extundelete for example) not
So I decide to install debian 8 jessie(debian 9 install fine, debian 10 too..but the environment is too new for the vuduo system,so if I create package I will get missing libraries,etc).
Now the problem..qemu-system-mipsel cannot boot without a kernel and a initrd(at last as I know), and cannot boot directly from cdrom.
The only image avaliable for boot is this
Code:
vmlinux-3.16.0-4-4kc-malta

With is initrd, is easy to find on the net.
Now the problem begin.
The installation start with this script


Code:
qemu-system-mipsel -M malta \
  -m 512 -drive file=disco-mipsel.qcow2,if=ide \
  -kernel vmlinux-3.16.0-4-4kc-malta \
  -initrd initrd.gz \
  -append "console=ttyS0 root=/dev/sda1 nokaslr" \
  -nographic \
  -boot d \
  -cdrom debian-8.10.0-mipsel-CD-1.iso \
  -netdev bridge,br=virbr1,id=network0 -device pcnet,netdev=network0

But instead of booting from cdrom..boot from kernel(as I said cannot boot directly from cdrom)
and after correct recognize network and configure ipv4 and ipv6 fail because this distro is old
and debian has remove support mipsel for this distro as you can said


http://freedom.dicea.unifi.it/debian...y-mips/Release


This is an example..but on the net all files "Release" support arm64,x86_64,mips..but not mipsel.


So I try to create a mirror on my pc(I have copied pool and dist from cdrom) but...Release.gpg is missing!
So is impossible to continue(gpg error and installer fail).
Which solution to this problem?

--- Post updated at 10:27 AM ---

Solution found here.
Debian provide a good "mirror" for old distros called archive.debian.org
So the solution is to use archive.debian.org as mirror

--- Post updated at 10:31 AM ---
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Create Year directory, date subdirectory and archive the file

Hi, After checking all the UNIX threads, I am able to come up with a solution so far. I am working on a shell script where it moves the files to a certain directory. The conditions to check are 1) Check if the file exists in the current directory. 2) Check if the destination directory... (2 Replies)
Discussion started by: madhunk
2 Replies

2. UNIX for Dummies Questions & Answers

create a archive of old file

i need a script which will create a archive of the files older than 10 days........ (2 Replies)
Discussion started by: jayaramanit
2 Replies

3. UNIX for Dummies Questions & Answers

create tar archive without preserving directory structure?

I am adding some individual files to a tar archive and would like them to be added to the archive without any directory hierarchy, even though the files themselves exist in levels of hierarchy. Unfortunately, tar seems to always preserve the directory hierarchy when it adds the files. Here is... (2 Replies)
Discussion started by: Special_K
2 Replies

4. Shell Programming and Scripting

script assistance needed - create an archive of INI files

First and foremost - me != unix bubba. Here is the situation. We have a box with data AND settings in the same directory path. (Data files aren't in the SAME directories as settings.) I need a script that generates a tarred-up archive of only the INI files with the directory structure. We... (2 Replies)
Discussion started by: hindesite
2 Replies

5. Shell Programming and Scripting

cowardly refusing to create an empty archive

Hi, I am trying to write an Archive script that should look for files older than x days, zip them and move the zip to the archive directory and delete the files that have been zipped. I am not sure how i can handle this error: "cowardly refusing to create an empty archieve". Just wanted to know... (9 Replies)
Discussion started by: stunnerz_84
9 Replies

6. Shell Programming and Scripting

Create archive and nil the content of log file using script

Plese help I need a urgent requirement. Ex: test.log requirement : using shell script I need to archive the log file and nil and the content of (test.log) file to 0 kb and then in the archive folder log files are name to test.tar test1.tar test2.tar EX: /home/abc/ test.log ... (1 Reply)
Discussion started by: johney1981
1 Replies

7. Debian

Problem with Wifi driver on Debian Jessie

Hi, I am Konrad , I am a new user of this forum. I am from Poland, so my English isn't good enough. So please be forgiving for me. I read about Bits club or something like that, So I don't know, that I am allowed to write here. But nevertheless I have faced with small problem with wifi driver on... (4 Replies)
Discussion started by: kondziorek
4 Replies

8. UNIX for Dummies Questions & Answers

How to create a UNIX ufs cdrom image?

Hello, I've got an Ultrix 4.2 ISO file (gxemul doesn't recognize it when I type gxemul -X -e 3max -d rootdisk.img -d Ultrix4_2.iso) So I read some other posts which show that this can be done via a UFS CDROM image. But I don't know how to create one. Anyway, I think the ISO file could be in... (0 Replies)
Discussion started by: lucky7456969
0 Replies

9. Debian

Debian 8 (Jessie): Where are the sound settings?

Dear experts, right now I'm watching a Youtube movie and the sound is on and at maximum in the browser. On my Thinkpad T60 I have also pressed the volume up hardware button as often as possible. Now I'm curious if there are some advanced sound settings, so I can check if the sound level is... (2 Replies)
Discussion started by: junior-helper
2 Replies
PULL-DEBIAN-SOURCE(1)					      General Commands Manual					     PULL-DEBIAN-SOURCE(1)

NAME
pull-debian-source - download and extract a source package from Debian SYNOPSIS
pull-debian-source [options] <source package> [release|version] DESCRIPTION
pull-debian-source downloads and extracts the specified version of source package, or the latest version in the specified Debian release. pull-debian-source will try the preferred mirror, default mirror, security mirror, and fall back to Launchpad or snapshot.debian.org, in search of the requested version. OPTIONS
source package The source package to download from Debian. release The release to download the source package from. Defaults to unstable. version The specific version of the package to download. -d, --download-only Do not extract the source package. -m DEBIAN_MIRROR, --mirror=DEBIAN_MIRROR Use the specified mirror. Should be in the form http://ftp.debian.org/debian. If the package isn't found on this mirror, pull-debian-source will fall back to the default mirror. -s DEBSEC_MIRROR, --security-mirror=DEBSEC_MIRROR Use the specified mirror. Should be in the form http://security.debian.org. If the package isn't found on this mirror, pull-debian-source will fall back to the default mirror. --no-conf Do not read any configuration files, or configuration from environment variables. -h, --help Display the usage instructions and exit. ENVIRONMENT
All of the CONFIGURATION VARIABLES below are also supported as environment variables. Variables in the environment take precedence to those in configuration files. CONFIGURATION VARIABLES
The following variables can be set in the environment or in ubuntu-dev-tools(5) configuration files. In each case, the script-specific variable takes precedence over the package-wide variable. PULL_DEBIAN_SOURCE_DEBIAN_MIRROR, UBUNTUTOOLS_DEBIAN_MIRROR The default value for --mirror. PULL_DEBIAN_SOURCE_DEBSEC_MIRROR, UBUNTUTOOLS_DEBSEC_MIRROR The default value for --security-mirror. SEE ALSO
dget(1), pull-debian-debdiff(1), pull-lp-source(1), ubuntu-dev-tools(5) ubuntu-dev-tools 22 January 2011 PULL-DEBIAN-SOURCE(1)
All times are GMT -4. The time now is 10:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy