Sponsored Content
Operating Systems Solaris The .profile file has only exit command Post 302532619 by avinashpv on Tuesday 21st of June 2011 11:50:37 AM
Old 06-21-2011
Sympatico jlliagre Smilie

Do you know telepathy ? :-)

By the way, I was trying multiple things, and it striked me that, if I used SecureFX to overwrite the existing .profile file, it would help me fix this situation.

Thanks guys, for all the quick and effective replies.

I am starting to love this forum.

Will keep coming back !!!

- regards,
Avinash Smilie
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

profile script command syntax

Following is my /etc/profile script. Everything above the asterisks executes as expected. Nothing below the asterisks executes as I would like it to. Any guidance on what I'm doing wrong would be greatly appreciated :-) #ident "@(#)profile 1.18 98/10/03 SMI" /* SVr4.0 1.3 */ # The... (3 Replies)
Discussion started by: Mufasa
3 Replies

2. OS X (Apple)

creating a new profile from command line

Does any1 know how to preform such an operation on a mac? any help appreciated (2 Replies)
Discussion started by: cleansing_flame
2 Replies

3. UNIX for Dummies Questions & Answers

exit command

Hi All, Having just started using Unix after a long time on VMS, I end up having multiple Unix and VMS sessions open. Is there a way I can set up a symbol or something so that "lo" means "exit" and exits my session ? On VMS, if I wanted to do the opposite of this I would do it like this : ... (3 Replies)
Discussion started by: cdines
3 Replies

4. Solaris

/etc/profile file edited. No command working

I have X4500 and I created a user. I wanted to give him root privileges and for editing the sudoers files I typed visudo sudoers. But it said visudo command not found. After googling I found that we need to set path in etc/profile. I edited that and put the following command ... (3 Replies)
Discussion started by: bharu_sri
3 Replies

5. UNIX for Dummies Questions & Answers

Problem with exit command

Problem with exit command ----------------------------------------------------------------------- Hi, I am executing script written by other user. I am executing script A.ksh, and A.ksh calls B.ksh. But It is giving error: /home/user/B.ksh: exit: -1: unknown option When I checked... (3 Replies)
Discussion started by: shreyas
3 Replies

6. OS X (Apple)

Problem using a top command alias in my profile

Hi- I am newish to the mac osx unix interface. I want to set up top so that it always displays the username. I can use this command to do this: top -ocpu -P ' PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE USER' -p '$aaaa ^bbbbbbbbb $cccc $wwwwwww $ee... (1 Reply)
Discussion started by: mikey11415
1 Replies

7. UNIX for Dummies Questions & Answers

alias command within .profile

Please could someone advise me the command - to set up aliases commands within a .profile using shell sh regards venhart (13 Replies)
Discussion started by: venhart
13 Replies

8. UNIX for Advanced & Expert Users

Equivalents of tee command to find exit status of command

Hi, Want to log the output of command & check the exit status to find whether it succeeded or failed. > ls abc ls: abc: No such file or directory > echo $? 1 > ls abc 2>&1 | tee log ls: abc: No such file or directory > echo $? 0 Tee commands changes my exit status to be always... (7 Replies)
Discussion started by: vibhor_agarwali
7 Replies

9. AIX

Bypass Read Line in profile through AIX command

Hi All, I have a complicated requirement where in I have a "root" user and a user named "xeadmin" I want to take sudo of "xeadmin" by command sudo su - xeadmin. Later i need to hit 2 enter keys as there are 2 read line commands inserted in profile of "xeadmin" and I reach command prompt, i need... (1 Reply)
Discussion started by: hiteshsathawane
1 Replies

10. UNIX for Beginners Questions & Answers

Command Understanding :- . $PWD/.profile

Hi, I am new in unix, can anyone please explain the use of:- . $PWD/.profile Thanks, Sujoy (5 Replies)
Discussion started by: sujoyrchowdhury
5 Replies
TELEPATHY-GABBLE(8)						  D-Bus services					       TELEPATHY-GABBLE(8)

NAME
telepathy-gabble - Telepathy connection manager for XMPP (Jabber) SYNOPSIS
/usr/lib/telepathy/telepathy-gabble DESCRIPTION
Gabble implements the Telepathy D-Bus specification for XMPP (Jabber), allowing Telepathy clients like empathy(1) to connect to XMPP accounts, including Google Talk. It is a D-Bus service which runs on the session bus, and should usually be started automatically by D-Bus activation. However, it might be useful to start it manually for debugging. OPTIONS
There are no command-line options. ENVIRONMENT
GABBLE_LOGFILE=filename If set, debug output will go to the given file rather than to stderr. If + is prepended to the filename (e.g. GABBLE_LOGFILE=+gab- ble.log), debug output will be appended to the file; otherwise, any existing file will be replaced. GABBLE_DEBUG=type May be set to "all" for full debug output, or various undocumented options (which may change from release to release) to filter the output. WOCKY_DEBUG=type May be set to "all" for full debug output from the Wocky XMPP library used by Gabble, or various undocumented options (which may change from release to release) to filter the output. For general Gabble debugging, "net" is recommended. GABBLE_PERSIST=1 If set (to any value), Gabble will continue running until killed, rather than timing out if it has no open connections for a few seconds. GABBLE_PLUGIN_DIR=directory If set, and Gabble was compiled with plugin support, plugins will be loaded from directory rather than from the default directory. SEE ALSO
http://telepathy.freedesktop.org/, http://telepathy.freedesktop.org/wiki/CategoryGabble, empathy(1) Telepathy October 2007 TELEPATHY-GABBLE(8)
All times are GMT -4. The time now is 12:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy