error message vnc


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users error message vnc
# 1  
Old 10-20-2004
error message vnc

The vncpasswd command was launched.
Running vncserver on AIX 5.2 works fine as root. But I want execute it in the inittab I get this error message:

Can't get password: not a tty?

Any ideas what's up? Smilie

Thinks!
# 2  
Old 10-20-2004
Re: error message vnc

Quote:
Originally posted by Castelior
The vncpasswd command was launched.
Running vncserver on AIX 5.2 works fine as root. But I want execute it in the inittab I get this error message:

Can't get password: not a tty?

Any ideas what's up? Smilie

Thinks!
Not sure if the inittab thing is right, but I think you should double check if the the password was set for that user (check its ~/.vnc/passwd file).
# 3  
Old 10-20-2004
Could you post the line from inittab?

Personally, I'd stick a script in /etc/init.d (this is linux - change this to whatever AIX uses), and then place the appropriate K* and S* scripts in the runlevel directories, rather than trying to fire this up through /etc/inittab directly.

Cheers
ZB
# 4  
Old 10-21-2004
Quote:
Originally posted by zazzybob
Could you post the line from inittab?

In my inittab, I launch this command:
toto1:2Smilience:sh /tools/system/job/inittab.sh >/dev/console 2>&1



and in my script inittab.sh I have :
/usr/local/bin/vncserver 1>/tools/system/log/vnc.log 2>&1


The error message is in /tools/system/log/vnc.log



NB: in inittab.sh, I have others scripts launched in the boot
I want absolutly used a script and not write the other scripts in inittab...


I hope it's clear....??
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

vnc error

hi all, when i try to configure vnc server on solaris to able to connect from windows when i run vncserver command in solaris 10 i got this error root@local $ vncserver vncserver: couldn't find "Xvnc" on your PATH. root@local $ what can i do to solve this problem (3 Replies)
Discussion started by: xxmasrawy
3 Replies

2. Solaris

vnc server error

I 'm unable to start vnc server, i get following error in the log file Fatal server error: could not open default font 'fixed' xsetroot: unable to open display 'essapl020-u009:0' twm: unable to open display "essapl020-u009:0" xterm Xt error: Can't open display: essapl020-u009:0... (0 Replies)
Discussion started by: fugitive
0 Replies

3. UNIX for Dummies Questions & Answers

Error Message

I am getting a error message when I try to assign this? Can someone help I am new to unix? $ First-name=james ksh:First-Name=james not found (1 Reply)
Discussion started by: vthokiefan
1 Replies

4. UNIX for Dummies Questions & Answers

Error Message

I keep getting an error message in a script im writing, this line is allways pointed out. if and this is the message i keep getting. line 32: [: 8: unary operator expected Whats wrong with it? Please Help. (5 Replies)
Discussion started by: chapmana
5 Replies

5. UNIX for Dummies Questions & Answers

Error Message

What does this means? - ERROR OPENING FILE - KEY LENGHT MISMATCH (2 Replies)
Discussion started by: RDM00
2 Replies

6. UNIX for Dummies Questions & Answers

getting last error message

Question for unix programmers - what function I need to used to get the exact error message when the library failed to load? Thanks (1 Reply)
Discussion started by: tttttt
1 Replies

7. Solaris

Error message

Hi, My Solaris 5.8 system keeps getting this error at boot - "Can't set vol root to /vol" then /usr/sbin/vold: can't set vol root to /vol: Resource temporarily unavailiable Any idea what is wrong, and how do I fix it? (0 Replies)
Discussion started by: ghuber
0 Replies

8. UNIX for Dummies Questions & Answers

Error Message

Hi everyone, Can anyone explain what the following error refers to...and perhaps a solution? vxfs: vx_nospace -/tmp file system full (8 block extent) Thanks, Uni (2 Replies)
Discussion started by: Uni
2 Replies

9. UNIX for Dummies Questions & Answers

error message

Hi All, occasionally my server gives this error messages "NOTICE:HTFS Out of inodes on HTFS dev hd (1/42)" why ?? Alice. (3 Replies)
Discussion started by: alisev
3 Replies
Login or Register to Ask a Question