Questions tagged [openserver]
The openserver tag has no summary.
9 questions
1
vote
0
answers
112
views
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 ...
3
votes
0
answers
309
views
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 & ...
2
votes
1
answer
164
views
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 ...
0
votes
1
answer
537
views
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 ...
2
votes
0
answers
231
views
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 ...
3
votes
3
answers
5k
views
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 ...
4
votes
2
answers
1k
views
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) ...
4
votes
2
answers
4k
views
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.
...
2
votes
1
answer
248
views
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 ...