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
With is initrd, is easy to find on the net.
Now the problem begin.
The installation start with this script
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
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
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)
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)
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)
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)
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)
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)
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)
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)