Questions tagged [openserver]
9 questions
4
votes
2 answers
Data extraction of entire DB on SCO Openserver 6
Firstly apologies if this question seems like a wall of text, I can't think of a way to format it.
I have a machine with valuable data on (circa 1995), the machine is running UNIX (SCO OpenServer 6) with an unknown database stored on it.
The data is…
bendataclear
- 151
- 4
4
votes
2 answers
How to Add rules to IP Filter (Firewall in SCO)
I need to add a rule (allow any to any port 22) to my firewall, so that I can ssh remotely into my machine.
I have had a look in the SCO OSR600 Documentation and I cannot find anything in there.
Update
I have managed to enable ipfstat:
#ipfstat…
Kevdog777
- 3,194
- 18
- 43
- 64
3
votes
0 answers
Why does CTRL-C work in one user account but not another?
I have a bash script which is supposed to run a command every X seconds, until the operator interrupts it. Like this:
test.sh
#!/bin/bash
while true; do
echo Doing a thing...
sleep 3 & wait
done
This, for the most part, works as expected.…
goldPseudo
- 130
- 5
3
votes
3 answers
Error “Can't assign requested address” when ssh-ing to remote server
On ubuntu 14.04 I have installed openssh, changed the ssh port. I can login within LAN with no problems, but I cannot access it from outside.
I also have: allowed it though firewall and set up port forwarding on my linksys router
Whenever I login, I…
Jake B.
- 143
- 5
2
votes
1 answer
How to uninstall java from sco openserver 5.0.6?
I have installed Java (J2SE 1.3.1_21) by following this tutorial:
http://www.anyang-window.com.cn/in-the-sco-openserver-506-installed-on-j2se-13106-development-environment/
Now, I want to uninstall it. How can I do that?
Oudam
- 21
- 1
2
votes
0 answers
Migrating data from SCO OpenServer 5.0.6
I've been tasked to migrate data from an old HP NetServer LH3000 running SCO OpenServer 5.0.6 (circa 1998).
I've had a good amount of experience dealing with Unix/Linux systems. However, this is clearly before my time as the file structure is…
Spara1008
- 21
- 1
1
vote
0 answers
Writing SCO Unix ISO file to USB failed
I have downloaded OpenServer 5 from this link.
I created a vm machine (Vmware workstation) and used this ISO file as CD-ROM image file(IDE). Everything works fine and the vm boots from CD-ROM normally and I can intall the OS, but when I try to write…
BHP
- 121
- 3
1
vote
1 answer
SCO OpenServer for consumers?
The title says it all; I cannot find a way to purchase SCO OpenServer 6 without being affiliated with a company.
How does one go about purchasing a license key for SCO OpenServer 6 just by themselves?
user343423
0
votes
1 answer
PRNG not seeded (on SCO OpenServer 5.0.7 MP5)
On SCO OpenServer 5.0.7 MP5, upon attempting use of any ssh-based utility, the following is returned, and any intended SSH connection does not occur:
PRNG not seeded
How is this resolved (the condition persists across reboot)?
System start scripts…
kbulgrien
- 780
- 6
- 21