Sponsored Content
Top Forums UNIX for Dummies Questions & Answers no $ prompt while starting console Post 1918 by PxT on Thursday 5th of April 2001 04:55:14 PM
Old 04-05-2001
add the line:
set -x

to your .profile. This should show you in great detail which commands are being run as you start up the shell.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Starting up linux to Console

How do i start linux without going straight into X window enviroment, but into the console instead, and also, how do i get back in ? (2 Replies)
Discussion started by: stealthdestroyr
2 Replies

2. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

3. Solaris

Console - root command prompt displayed twice after hitting enter

Dear All, I hope you can help me. I have a pair of E2900's I've inherited. Both running Solaris 9. Both have LOM> consoles. The problem I'm experiencing only occurs when connected to the /dev/console tty. Whenever I hit 'Enter' for a new line, I receive two new lines: - myhost# ... (11 Replies)
Discussion started by: aleith
11 Replies

4. OS X (Apple)

How to prompt for login on OSX when starting Terminal

I was wondering if anyone can tell me how to log back in to unix after logging out. I have a MBPro. If I don't have the window close after exiting, then there is the phrase 'process completed' in brackets with a blinking cursor, but I can't type anything in. Is it also possible to start the... (4 Replies)
Discussion started by: Straitsfan
4 Replies

5. Shell Programming and Scripting

How to exit prompt when starting a weblogic administration server remotely?

Hi, I am trying to start Weblogic Admin server using start-up script (./startWeblogic.sh) from a remote host using a different user. The server starts fine but prompt is stuck, it does not return Background: We have multiple admin servers in different environment and the requirement is all... (4 Replies)
Discussion started by: bhaskar_m
4 Replies

6. Solaris

Zone console login prompt exit

Hi , I am not able to exit fom zone console login prompt. I have tried options like ~. ~~. and @. but it is not working fo me. Could someone Please help me on this. Thanks in Advance!! Regards, Laxxi (7 Replies)
Discussion started by: Laxxi
7 Replies

7. Solaris

Console Prompt

Hey guys, I'm trying to get the servers up, but I am having a hard time just trying to get in the system and configure it. I am connecting to the Sun 240,220 servers via the Serial Connection. Watching the server come up after it starts to come up and does all the post message the screen... (6 Replies)
Discussion started by: br1an
6 Replies

8. Solaris

$ Prompt on Serial console is not responding.

Hi Experts. i have been stuck up with an issue. i have connected my Solaris 8 , Sun fire V445 on serial port by using Teraterm. Initially i was able to login and executed some tasks. After executing some commands (mainly Control +c), i am not able to type any key or not able to do anything at... (2 Replies)
Discussion started by: siddulamadhu
2 Replies

9. UNIX for Advanced & Expert Users

$ Prompt on Serial console is not responding.

Hi Experts. i have been stuck up with an issue. i have connected my Solaris 8 , Sun fire V445 on serial port by using Teraterm. Initially i was able to login and executed some tasks. After executing some commands (mainly Control +c), i am not able to type any key or not able to do anything at... (2 Replies)
Discussion started by: siddulamadhu
2 Replies

10. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies
LUCKYBACKUP(8)						      System Manager's Manual						    LUCKYBACKUP(8)

NAME
luckybackup - a powerful, fast and reliable backup & sync tool SYNOPSIS
luckybackup [OPTIONS]... [FILE]... DESCRIPTION
luckybackup is an application that backs-up and/or synchronizes any directories with the power of rsync OPTIONS
--help displays this help message --version displays the current version of the application --skip-critical does not execute tasks that appear with a 'CRITICAL' warning message --dry-run executes luckybackup in dry-run (simulation) mode --silent executes luckybackup in silent mode (just tray notification icon shown) -c console mode. Use this, if there is no graphical envrironment available --no-questions skips confirmation questions asked to user. Implies -c (console mode) [FILE] is the filename of the already created profile that is going to be executed examples 1. Execute luckybackup gui : $ luckybackup 2. Execute luckybackup in silent mode for profile '~/.luckyBackup/profiles/BackupHome.profile' : $ luckybackup --silent ~/.luckyBackup/profiles/BackupHome.profile 3. Execute luckybackup in console mode for profile '~/.luckyBackup/profiles/BackupHome.profile' : $ luckybackup -c BackupHome.profile 4. Execute luckybackup in console mode for profile '~/.luckyBackup/profiles/BackupHome.profile' Do not ask any questions and skip all operations that appear CRITICAL after the checks : $ luckybackup --skip-critical --no-questions ~/.luckyBackup/profiles/BackupHome.profile SEE ALSO
For a complete documentation, please have a look at the application manual via the gui main window help menu. AUTHOR
luckybackup was written by <Loukas Avgeriou>. This manual page was written by luckyb <luckyb69@sourceforge.net>, for the Debian project (but may be used by others). 2011-01-12 LUCKYBACKUP(8)
All times are GMT -4. The time now is 09:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy