2 Questions


 
Thread Tools Search this Thread
Operating Systems Solaris 2 Questions
# 1  
Old 08-11-2004
Question 2 Questions

Hello Everbody

I hope you can give me a hand, I have some questions

The first one itīs about some message that I donīt know what means, I was looking about it. but nothing. This is the message

rsh[26207]: connection from bad port
bsd-gw[26205]: Error reading from connection: Bad file number

And my other question itīs about my browser, by default I get netscape, I download mozilla for solaris and everthing itīs fine but If I want to run mozilla I need to run the file (./runmozilla.sh) and I want to know how to change or instead of begings netscape, begings mozilla in my icon from control panel

Thanks in advance
# 2  
Old 08-27-2004
rsh : there is a file /etc/services.
in the file there is a list of possible services and their port numbers.
If the port numbers of both computers differ there will be that
problem.
For the rest I monetary hve no clue.
# 3  
Old 09-09-2004
The default CDE configuration directory is /usr/dt, it's not recommended to modify the default conf. Simply copy this directory under /etc modify the file you need then reload CDE (logout/login), the configuration stored on /etc/dt is now the default one.

You should find the string to modify on the /etc/dt/appconfig/types/C/dt.dt (or one of the .dt file of this directory) if your LANG is C.

Short help on www.utexas.edu/unix/lacil/CDE.html
good luck
# 4  
Old 09-10-2004
bsd-gw[PID] is an error from the print spooler. Someone tried to do a network print to the server and the connection failed..

/Peter
# 5  
Old 09-10-2004
Thanks

Thanks to MS-No, solea and s93366
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Vi questions

Hello, I would like to know how we can highlight/select a section of a file in vi and delete that section if we don't want to use the dd command to delete one line at at time. There is one where we don't want to delete the whole line , but up to a certain word. (2 Replies)
Discussion started by: Pouchie1
2 Replies

2. UNIX for Dummies Questions & Answers

Just had a few questions

1) The lpr and sort utilities accept input either from a file named on the command line or from standard input. a)Name two other utilities that function in a similar manner. b)Name a utility that accepts its input only from standard input. 2) Explain the following error message. What... (10 Replies)
Discussion started by: youngyou
10 Replies

3. Homework & Coursework Questions

Print questions from a questions folder in a sequential order

1.) I am to write scripts that will be phasetest folder in the home directory. 2.) The folder should have a set-up,phase and display files I have written a small script which i used to check for the existing users and their password. What I need help with: I have a set of questions in a... (19 Replies)
Discussion started by: moraks007
19 Replies

4. Programming

two questions

hey all, I have question when am writing simple shell... in the child am calling execvp, i want the parent to know when execvp returns - 1. how can i let the parent know the result of execvp thanks in advance (9 Replies)
Discussion started by: joey
9 Replies

5. UNIX for Advanced & Expert Users

can any one help me out this questions.....

How do you locate all nonblank lines that don't begin with #, /* ,or // ? (3 Replies)
Discussion started by: pulsar2587
3 Replies

6. UNIX for Dummies Questions & Answers

Just a few questions.

Hi everyone im new to this forums, i just wanted to get started by asking a few question(Im a Unix newbie) 1. How do i sort a file called "dirr" in a ascending order on the 3rd column 2. what does alias on=who do Thanks in advance!!! (1 Reply)
Discussion started by: Da Paper
1 Replies

7. Programming

C questions

What does "extern" do? ex. extern int x; and another question, what about using static in functions? like: static void foo(), why? (2 Replies)
Discussion started by: Esaia
2 Replies

8. UNIX for Dummies Questions & Answers

i got some questions :)

Hi! Im new to all this but the computer club im in has unix i think. now my questions. 1.is it NTFS i need to partion the harddrive with to be able to use unix? 2.Unix and Linux whats the diffrense?yes im a noob got no idea been using crap windows for ages and hate it. 3.I got a win98... (2 Replies)
Discussion started by: Pierre
2 Replies
Login or Register to Ask a Question