Multiple Terminals


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Multiple Terminals
# 8  
Old 01-01-2005
im baffled myself... here is the email for the UNIX admin at my school. if he cant answer this question no one can. feel free to tell him that i sent you to him for his expertese, his name is Paul Mazza III he is a UNIX god. tell him Jeremy Hoffman told you to ask him, i do enough favors for him and his online learning classes that he should help you. [email address removed]. sorry but i personally cant think of why its not working. are you running apache?

Last edited by zazzybob; 01-02-2005 at 05:09 PM..
# 9  
Old 01-01-2005
Thank you for the info and all of your help! I will surely ask him. And yes, I am running Apache.
# 10  
Old 01-01-2005
so let me get the grip here

the termanal looks like its logging in but its not, you can send a write or talk message from one machine to the other but you cant view the files on the server

last things i can think of

check the httpd.conf file for any errors
check the logs.

your very welcome for the help, im learning myself. make sure you ask paul nicely as he is very christian oriented. if he asks for some reason how you know me just tell him from a unix forum. that will make him happy, btw( dont mention that i told you i help him)
# 11  
Old 01-01-2005
Well the terminals don't use Apache, I just have it installed. They should connect with the TERM sub system (i'm guessing). There is a way you can send, for example, the time to the terminals. I tried such small tests as this but none worked... Smilie But this is the way it seems when all users login there is a new "terminal connection" established (or something). That is why when you send the 'halt' command as root, it says that system broadcast message to all terminals.

Dont' worry, I asked very politely and didn't say you helped him.

Thanks a bunch!
# 12  
Old 01-01-2005
w/o a unique mac or ip it must think that its all the same computer. hence sending it to all at the same time. good luck, paul might not reply for a couple of days, class doesnt start back untill mondy so you might get some advice from others on here first.

sorry i couldnt help more. if its connected to a windows machine also by chance try using ssh terminal for windows and see what happens.

my buddy tony is also pretty good with this stuff, shoot him a mail and tell him i sent you [email address removed]

bye for now

Last edited by zazzybob; 01-02-2005 at 05:10 PM..
# 13  
Old 01-01-2005
Ok, thanks for all your help. I'll talk to you later!
# 14  
Old 01-02-2005
jhoffman - Please review the rules - E-mail addresses are not permitted within postings on these boards. These boards are designed to allow information to flow and form a knowledge base for the benefit of all - not for encouraging private emailing between posters and their friends/tutors.

I have removed the email addresses from this thread.

Thanks,
ZB

Last edited by zazzybob; 01-02-2005 at 06:38 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Automate an application using scripting, managing multiple terminals

Hi I am new to Ubuntu and Bash scripting. I am working on a project to give a demo on an SDN application to my class. I need some help in scripting to create the demo. Please help in case if you have any idea on what am asking. The demo uses a tool called mininet. I need just one script so... (2 Replies)
Discussion started by: anzal
2 Replies

2. AIX

How to open multiple virtual terminals to a single LPAR

I just wondering if there are ways to open multiple virtual terminal to a single LPAR. After I have use putty to login to the VIOS. I will use mkvt -id <LPAR id> to open console but if my friend want to open 2 second one, it will say, VT already connected. IS there a way to work this around ? ... (1 Reply)
Discussion started by: wingcross
1 Replies

3. UNIX Desktop Questions & Answers

non-overlapping terminals

Hi Everyone! I was wondering if there's an easy way to have terminals (gnome-terminal for instance) be open in such a way that they're not overlapping each other? I suppose I could play around with the --geometry option but that would imply me checking whether a terminal is already at a given... (3 Replies)
Discussion started by: anthalamus
3 Replies

4. Programming

Handling Multiple terminals

Hi, Basically I've written a game in ncurses that supports multiple players. Each player has a process associated with him which shares a segment of memory in which the player's structures are stored, and these structured are accessed by the 'server' program and handled there. The scope of the... (13 Replies)
Discussion started by: dgre0018
13 Replies

5. Shell Programming and Scripting

running Multiple terminals/shells

Hi, I'm looking for a way to send commands through multiple shells/terminals (not sure which is proper syntax). Basically, I have to open 3 different shells/terminals and run separate parts of a program suite in each of them. I find this annoying. The commands I have to do are simple, and could... (1 Reply)
Discussion started by: Caradoc
1 Replies

6. Shell Programming and Scripting

calling multiple terminals

I'd like to write a script that will call n number of terminals that will all ssh to X-server and automatically enter the same password. Unfortunately I'm not exactly sure what kind of commands would work for me here because when I call for gnome-terminal, a new terminal pops up and the old... (1 Reply)
Discussion started by: gelitini
1 Replies

7. UNIX for Dummies Questions & Answers

view all others terminals

i'm responsible for maintenance at my place and would like to watch all terminals in front me.i log myself into one terminal, but would like to view copy of other's terminals visible to me, it is just like for audit/security watch. (2 Replies)
Discussion started by: vkandati
2 Replies

8. Programming

Pseudo Terminals

I need to spawn a number of foreground process by reading a configuration file. Each process needs some form of I/O. Hence I need to run it on different terminals. How it can be done programatically , i.e. , my module needs to find which terminal is not in use, then open it, execute the process... (2 Replies)
Discussion started by: S.P.Prasad
2 Replies

9. UNIX for Dummies Questions & Answers

Making X terminals out of a PC

Well I was trying to configure an Old PC having Win 3.1 to speak X with my UNIX server . I looked at notes , Looks like Debian Linux gives a base tarball to help boot of a floppy and talk to the XDMCP server . Well I was just hoping if there are other open source tools out there which would... (1 Reply)
Discussion started by: DPAI
1 Replies
Login or Register to Ask a Question