Questions tagged [legacy]

58 questions
15
votes
2 answers

What's the point of repeating an email address in "The Envelope" and the "The Header"?

I learned that both the FROM address and the TO address is repeated in a hidden element called the "envelope", and then repeated again in the "body". Question Why isn't the envelope data copied into the "header"? Why does this duplication exist,…
TLDR
  • 301
  • 2
  • 9
9
votes
1 answer

DOS printer text output has wrong characters on "new" computer

I'm trying to rescue an old DOS 6.2 application that originally ran on a 486 DX2 computer. I've moved the hard drive into a relatively newer Celeron 633, and everything seems to work fine except for when I try to print to the parallel port (LPT1)…
Alex J
  • 191
  • 3
8
votes
3 answers

Creating a physical SCSI target out of an iSCSI one

I find myself having to maintain some old hardware for some legacy applications. These computers use old parallel SCSI drives, and when those drives die, I have to scavenge for new ones, which is getting increasingly difficult. Is it feasible to run…
6
votes
1 answer

Can shims be used to change Windows version number?

I've an installer that complains about wrong Windows version numbers, preventing an upgrade to an application to be installed on Windows Server 2012: Unsupported operating system, major=6, version=2.2, sp=0.0, type=3 Is it possible to use a shim…
feklee
  • 505
  • 3
  • 18
6
votes
8 answers

How should I convert a physical drive to a VHD for use with VirtualPC?

I have the hard disks from a PC that was happily running Windows Me until is it suffered an unknown hardware failure. The drives are intact, and can be mounted and read on other PCs. We have data backups, but there is licensed software installed…
RBerteig
  • 651
  • 1
  • 5
  • 13
6
votes
2 answers

How to read an 8 inch floppy disk

We're doing a component obsolescence project on a very old product. The code hasn't been changed in 20 years, but it may need to be updated now. The entire facility where the product was developed is gone, and I have no records about how the product…
infinitetape
  • 161
  • 3
6
votes
3 answers

Why no Win16 support in 64-bit Windows?

My understanding (from Wikipedia) is that the x64 instruction set supports executing 16-bit protected mode code from long mode, but cannot execute real mode code without being switched out of long mode because long mode lacks virtual 8086 mode. …
dsimcha
  • 661
  • 1
  • 6
  • 12
5
votes
2 answers

Virtualising a VERY legacy app

Looking for a bit of help on this one. I have a customer who has a VERY old MS DOS application that is written in some 3GL language of unknown origin. The original software vendor went out of business back in 1996 or so and no support. I need to…
4
votes
6 answers

Cannot ssh into cisco switch: Invalid key length

For some reason I cannot ssh into a Cisco Catalyst C3750 Switch. This is the error message, that I get: ssh_dispatch_run_fatal: Connection to 192.168.7.6 port 22: Invalid key length This is the SSH config, that I am using: Host 192.168.7.6 …
Mebus
  • 41
  • 1
  • 1
  • 4
4
votes
3 answers

Moving Windows 2003 boot+system partition

I have a Windows 2003 server with: - C: (15 Gb boot+system) on an old PATA disk - G: (20 Gb empty) on a SCSI hardware RAID - H: (220 Gb datas) on the same SCSI RAID I want to move C: to the RAID. I plan to use the 20 Gb empty partition. So I will…
Bertrand SCHITS
  • 2,902
  • 1
  • 12
  • 15
3
votes
1 answer

Can I safely disable SSH-1 access from my server?

SSH-2 has been out for almost a decade. I know at least that all computers that currently connect to my server use the updated version 2 protocol. With that in mind, is there any benefit (security or otherwise) from disabling or blocking SSH-1? Can…
IQAndreas
  • 1,480
  • 2
  • 19
  • 39
3
votes
6 answers

Debian on Hyper-V

I installed Debian with kernel 2.6.32-5-686 on a Hyper-V virtual machine. I had to add a legacy network card. I follow this tutorial http://www.yusufozturk.info/linux-server/debian-2-6-36-kernel-upgrade-for-hyper-v-client-drivers.html to add Hyper-V…
Tobia
  • 1,210
  • 8
  • 37
  • 73
3
votes
7 answers

Legacy apps requiring administrator privileges on XP

I have a legacy Windows 95 app that needs to be run as an Administrator. This is used by students in a school domain. My predecessor set up a domain administrator account for this purpose and a "Run As.." batch script to start the program, but…
Brent D
  • 160
  • 3
  • 7
3
votes
4 answers

Need advice for working with an old NetWare server

Hey, I have an old server at the police dept that they want to pull some data off of. Unfortunately, anybody who might have known anything about it is long since resigned / retired / passed away. No documentation / records. It was, at our best…
jmassey
  • 103
  • 1
  • 5
3
votes
5 answers

Where is the best place to download old versions of MySQL server

I'm restoring an old server, and I need a copy of MySQL 4.1 for windows. MySql.com only seems to have versions going back to 5.0. I've seen old versions elsewhere, but they all seem to be from fairly sketchy websites. Is there a good unofficial…
DrFredEdison
  • 261
  • 4
  • 11
1
2 3 4