Operating System - HP-UX
1755052 Members
3040 Online
108829 Solutions
New Discussion юеВ

error opening terminal & ftp

 
gobi_1
Frequent Advisor

error opening terminal & ftp

hi guys need help on this error:

root@SGCJMI[/]cd /disk1/eric
root@SGCJMI[/disk1/eric]pwd
/disk1/eric
root@SGCJMI[/disk1/eric]db
license.db
Recital: Unrecognised terminal type 'vt100'
Recital: fatal error, cannot open terminal - abort.
root@SGCJMI[/disk1/eric]

===========
and when trying to ftp, error says permission denied when trying to get the file.

Thanks
4 REPLIES 4
Prashanth Waugh
Esteemed Contributor

Re: error opening terminal & ftp

Hi

set the terminal
export TERM=vt100

Regards
Prashant
For success, attitude is equally as important as ability
gobi_1
Frequent Advisor

Re: error opening terminal & ftp

hi already done export vt100 but still get same error
Nido
Trusted Contributor

Re: error opening terminal & ftp

Hi Gobi,

I guess your db program couldn't recognized the terminal type set as vt100.

run `ttytype -s` and copy/paste the output to your terminal, see if this can work.

>>>>and when trying to ftp, error says permission denied when trying to get the file

You need to check the permission of the directory where you'll be getting the files.


Thanks,
" Let Villagers Be Happy!! "
avizen9
Esteemed Contributor

Re: error opening terminal & ftp

Hello Gobi,
looks more permission issue,
you should do first telnet /ssh to the server from where you are getting data and verify the user having permission.

how about if you do xhost + for vt100 error, thanks,