ispCP - Board - Support
Can't open '/dev/tty' read/write: No such device or address - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Can't open '/dev/tty' read/write: No such device or address (/thread-3734.html)



Can't open '/dev/tty' read/write: No such device or address - mikezs - 07-11-2008 10:02 AM

After going through the entire installation for 1.0.0rc5 without a hitch, i've got this error after executing perl ./ispcp-setup, and it's stopping me from using ispCP Sad

Can't open '/dev/tty' read/write: No such device or address at /usr/share/perl5/Term/ReadPassword.pm line 52, <STDIN> line 6.

It occurs after asking for the MySQL system user. Any ideas?


RE: Can't open '/dev/tty' read/write: No such device or address - blocker - 07-11-2008 11:03 AM

What is your OS ? if its *BSD, are you run ispcp in Jail ? if yes then the error pop up becouse you "switch" from host to jail host using jexec ( you didnt have assigned terminal from the system) , you have to sshd/telnet directly to jail host then run ispcp-setup again

mikezs Wrote:After going through the entire installation for 1.0.0rc5 without a hitch, i've got this error after executing perl ./ispcp-setup, and it's stopping me from using ispCP Sad

Can't open '/dev/tty' read/write: No such device or address at /usr/share/perl5/Term/ReadPassword.pm line 52, <STDIN> line 6.

It occurs after asking for the MySQL system user. Any ideas?



RE: Can't open '/dev/tty' read/write: No such device or address - mikezs - 07-11-2008 11:05 AM

I'm using Debian Etch. It's running inside Xen, so do I need to login to sshd and run it?


RE: Can't open '/dev/tty' read/write: No such device or address - blocker - 07-11-2008 11:13 AM

hmm, possible, just type "w" when you cant see which terminal you are then the "ReadPassword" function will give that error

mikezs Wrote:I'm using Debian Etch. It's running inside Xen, so do I need to login to sshd and run it?



RE: Can't open '/dev/tty' read/write: No such device or address - mikezs - 08-20-2008 09:47 PM

this still isnt working Sad

Here's what happens
Code:
Welcome to ispCP '1.0.0 RC6 OMEGA' Setup Dialog.
        This program will set up ispCP OMEGA system on your server.

        Next you are asked to enter a "fully qualified hostname" (FQHN).
        For more infos read http://en.wikipedia.org/wiki/FQDN.


        Please enter a fully qualified hostname. [marla.****.com]:

        Please enter system network address. [***.**.179.40]:

        Please enter the domain name where ispCP OMEGA will run on [admin.marla.******.com]:

        Please enter SQL server host. [localhost]:

        Please enter system SQL database. [ispcp]:

        Please enter system SQL user. [root]:
Can't open '/dev/tty' read/write: No such device or address at /usr/share/perl5/Term/ReadPassword.pm line 52, <STDIN> line 6.

Any suggestions would be awesome.

Someone else had the same problem here: http://isp-control.net/forum/problem-followed-the-installation-guide-t-2135.html

But it seemed to fix itself for him!