Current time: 05-06-2024, 02:49 AM Hello There, Guest! (LoginRegister)


Post Reply 
FreeBSD / OpenBSD Docu
Author Message
antencek Offline
Junior Member
*

Posts: 14
Joined: May 2008
Reputation: 0
Post: #18
RE: Additional instructions for 1.0.3
(12-21-2009 01:00 AM)agshekeloh Wrote:  Installing 1.0.3 on FreeBSD 7.2-stable amd64, we also need

/usr/ports/devel/p5-File-MimeInfo
/usr/ports/devel/p5-Term-ReadKey

You can build without these, but you cannot run setup.

...and when running ispCP setup inside FreeBSD jail there is a fatal error when asked for mysql password (I guess it's in the read_password($qmsg) line of ispcp-setup-methods.pl).

Error:
Please enter system SQL user. [root]: root
Can't open 'sys$command' read/write: No such file or directory at /usr/local/lib/perl5/site_perl/5.10.1/Term/ReadPassword.pm line 63, <STDIN> line 6.

Any hint how to get it working?

tnx,
antencek
(02-16-2010 10:02 AM)antencek Wrote:  
(12-21-2009 01:00 AM)agshekeloh Wrote:  Installing 1.0.3 on FreeBSD 7.2-stable amd64, we also need

/usr/ports/devel/p5-File-MimeInfo
/usr/ports/devel/p5-Term-ReadKey

You can build without these, but you cannot run setup.

...and when running ispCP setup inside FreeBSD jail there is a fatal error when asked for mysql password (I guess it's in the read_password($qmsg) line of ispcp-setup-methods.pl).

Error:
Please enter system SQL user. [root]: root
Can't open 'sys$command' read/write: No such file or directory at /usr/local/lib/perl5/site_perl/5.10.1/Term/ReadPassword.pm line 63, <STDIN> line 6.

Any hint how to get it working?

tnx,
antencek

Well..I have override all the read_password():

$pass1 = read_password($qmsg);

with standard STDIN read:

print STDOUT $qmsg;
chomp($pass1 = readline \*STDIN);

And for now it works in jail too.

Anyway...should find a better solution.

by,
antencek
(This post was last modified: 02-16-2010 10:15 AM by antencek.)
02-16-2010 10:02 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
FreeBSD / OpenBSD Docu - BeNe - 01-30-2009, 07:02 PM
RE: FreeBSD / OpenBSD Docu - BioALIEN - 01-30-2009, 09:42 PM
RE: FreeBSD / OpenBSD Docu - blocker - 01-31-2009, 12:14 PM
RE: FreeBSD / OpenBSD Docu - BeNe - 01-31-2009, 09:41 PM
RE: FreeBSD / OpenBSD Docu - BeNe - 02-05-2009, 12:22 AM
RE: FreeBSD / OpenBSD Docu - BeNe - 02-17-2009, 02:42 AM
RE: FreeBSD / OpenBSD Docu - blocker - 02-17-2009, 12:51 PM
RE: FreeBSD / OpenBSD Docu - BeNe - 02-17-2009, 06:36 PM
RE: FreeBSD / OpenBSD Docu - BeNe - 03-03-2009, 07:52 AM
RE: FreeBSD / OpenBSD Docu - sci2tech - 03-04-2009, 02:35 AM
RE: FreeBSD / OpenBSD Docu - BeNe - 03-04-2009, 03:50 AM
RE: FreeBSD / OpenBSD Docu - artful - 04-02-2009, 11:17 PM
RE: FreeBSD / OpenBSD Docu - blocker - 04-03-2009, 03:15 PM
RE: FreeBSD / OpenBSD Docu - BeNe - 04-03-2009, 03:38 PM
RE: FreeBSD / OpenBSD Docu - server801 - 04-13-2009, 12:29 AM
RE: FreeBSD / OpenBSD Docu - DimMan - 08-16-2009, 12:02 AM
RE: Additional instructions for 1.0.3 - antencek - 02-16-2010 10:02 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)