Ubuntu Installation :: Commands Are Not Working In Terminal / Command Is Not Executed?
Jul 19, 2010
I am working on Ubuntu 9.10.Since last two days there is issue while working with Terminal.Whenever I type a command and press enter it doesnt do anything. command is not executed. I guess its in loop. when I press Ctrl+C then it comes out of loop. this happens with all commands and I am not sure what is the problem.I have reinstalled Terminal but it did not worked.
View 8 Replies
ADVERTISEMENT
Mar 13, 2011
$ execute_some_long_command <command is executing> <Accidently press middle button that inserts bunch of garbage (including, for example, `rm -Rf ~/*`) into console>
How to let execute_some_long_command finish, but not execute inserted things?
View 1 Replies
View Related
Sep 7, 2010
When I run the following command from my macbook to my ubuntu server the terminal does not get released. It just sits there until I Control-C the command.
Code:
ssh user@my-server 'sudo /etc/init.d/nginx start'
When i login and then run the command everything works fine.
Code:
ssh user@my-server
sudo /etc/init.d/nginx start
[Code]....
View 1 Replies
View Related
Aug 11, 2010
I want to get a of log all the commands executed by the root user with the following details :
incoming ip
username (thru which su was executed)
time and date
all the commands executed as mentioned above.
Also if user has managed to login as root, he should not be able to disable / delete the above info. Can this info be collected at some other physical server ?
View 5 Replies
View Related
Dec 15, 2010
I've firewall machine customers connect on it then connect to one of another 3 machines as root through ssh key , is there any way to know which user connect to which machine and what command that he has executed without using script command ?
View 1 Replies
View Related
Jan 3, 2011
i have a linux server, the Operating system is SUZE 9 but i need to see all commands executed by any users connected on the server and the ip of the host in a log file.the history file does not contain all info that i need .please is there a way to write a script in order to save this problem .
View 2 Replies
View Related
Apr 16, 2010
i am working with linux security auditing project on my Servers.I want to find out all the commands executed by individual users.i think using last command,find out the login details.But how can find out the commands executed by each users on all logins except "history".?
View 2 Replies
View Related
Jun 28, 2011
I'm running Ubuntu 10.04.2 LTS, but wanted to use Banshee instead of Rhythmbox. After running Code: sudo aptitude install banshee I wanted to bind my "Media" button on my keyboard to run banshee; unfortunately, it still wants to run rhythmbox. Where can I change the default command executed by these keyboard shortcuts? I can't seem to find them in gconf-editor under apps/metacity/* and googling has proved fruitless in finding where this configuration file is located.
View 2 Replies
View Related
Mar 18, 2010
I need to run to terminal commands at boot to get my wireless card working, the included drivers with ubuntu dosen't work for my card so I compiled my own broadcom drivers. I am on 9.10 ubuntu. I need these commands ran at boot in order for my wireless to work.
#sudo modprobe lib80211
#sudo insmod wl.ko
I have done these commands as per the readme included with the source files.
# load driver as described above
# cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
# depmod -a
View 2 Replies
View Related
Jun 30, 2010
Suppose when I issue history command it is showing 100 entries with number attached to each command executed.
how to edit the history to remove few commands executed by me so as to protect the system from other users.
View 11 Replies
View Related
Nov 6, 2009
In a couple days I plan on changing to opensuse from kubuntu. Anyway in the Kpackagemanager I removed the pulseaudio client (and its dependencies) and it messed up my system a bit. I don't really mind but all I need is to get my files from my home folder off my hdd to an external through usb 2.0. When Kubuntu 9.10 boots now all it is is a command terminal basically and I don't know the specific commands to get the files. Or if I need to reinstall something so that it boots up with a graphical looking UI again.
View 14 Replies
View Related
Jul 15, 2009
I've setup dimdim (opensource, centos 5.3) and noticed yum & rpm commands fail when executed as root because it uses librpmio from openoffice3 instead of /usr/lib (I'm running from memory so I may have misstyped). But sudo doesn't have this problem.
How can root's search path be different, especially after I state /usr & /usr/lib at the top of /etc/ld.so.conf.
View 2 Replies
View Related
Jul 21, 2010
I want to be able to use Ctrl+R to have reverse-i search. Also if I press Shift+Up Arrow after typing the first few characters of a recently executed command then the shell should complete the command by finding the most recent commmand having the same first few characters.
View 1 Replies
View Related
Apr 1, 2011
I am using Tor 0.2.1.30 with Polipo and Vidalia 0.1.15, Ubuntu 10.04. Running tor on terminal works fine, but vidalia gets stuck at 85% The message log, as I understand it, shows it getting stuck at finding the right bridges, but the terminal tor is able to connect fine... ##This is what the vidalia log looks like. The log shows me trying it two times. Apr 02 01:32:56.698 [Notice] Tor v0.2.1.30. This is experimental software. Do not rely on it for strong anonymity. (Running on Linux i686)
Apr 02 01:32:56.699 [Notice] Initialized libevent version 1.4.13-stable using method epoll. Good.
Apr 02 01:32:56.699 [Notice] Opening Socks listener on 127.0.0.1:9050
Apr 02 01:32:56.699 [Notice] Opening Control listener on 127.0.0.1:9051
Apr 02 01:32:56.699 [Notice] Parsing GEOIP file.
Apr 02 01:53:08.204 [Notice] Have tried resolving or connecting to address '[scrubbed]' at 3 different places. Giving up.
[Code]....
View 1 Replies
View Related
Apr 29, 2011
Yesterday I tried upgrading from 10.04 to 10.10 using the upgrade manager. About half way through, my computer froze up and the only thing I could do was reboot my computer. It had already finished downloading all the upgrades and the computer froze while it was trying to install the upgrades. When I boot my computer and the Grub screen appears, I chose the Ubuntu OS (I have a dual boot system of Ubuntu and Windows XP). When it goes to boot Ubuntu, it gives me a blank screen and then a box in the right hand corner that says this:
"Install problem! The configuration defaults for GNOME Power Manager have not been installed correctly. Please contact your computer administrator."
Then the screen remains blank. No cursor, no mouse pointer, nothing. I have researched this error message and it is either caused by not having any free space on my hard drive or that the upgrade packages weren't installed properly. In my case, it could be both. It is definitely the packages not be installed properly but I don't know how to find out if there is no free space on the hard drive partition for Ubuntu. Some of the solutions are to use the following commands in the terminal:
sudo apt-get clean
sudo dpkg --configure -a
sudo apt-get --reinstall install ubuntu-desktop
The last command might cause me to lose previous settings, so that would be a last resort if the first two commands don't work. So my main issue is that I cannot open a terminal. My computer is set up to automatically log in. When my computer boots, I have the Grub screen which allows me to choose the Ubuntu OS, Ubuntu in recovery mode or Windows Xp. However, when I choose Ubuntu in recovery mode and select "c" for the command line, it does not recognize the "sudo" command. Same when I choose the command line in the regular Ubuntu OS. When I type "sudo apt-get clean" (without quotes), it says "Sudo command not found." I cannot find the command lines that would be the equivalent of a "sudo" command to use in recovery mode.
If you hit the TAB key while in the command line of recovery mode, if gives a list of commands but I don't see a way to open up a terminal window. For example, when I type terminal_input, it just says, Active: Console, Available: usb_keyboard." I have also tried selecting the Ubuntu OS, waiting for it to boot and then hitting Ctrl+Alt+F1 but it does not give me a log in screen. I have tried Ctrl+Alt+F2 and Ctrl+Alt+F7 and neither of those give me a log in screen either. It is just a blank screen. No cursor or mouse pointer is visible. All I want is the ability to open up the terminal so I can run "sudo apt-get clean" and "sudo dpkg --configure -a".
View 8 Replies
View Related
Apr 3, 2011
I just recently installed Ubuntu to do some light perl development. I was installing Adobe Air and after I made the bin file executable, I could not run it with the (./). It says that there is no such file or directory. Here is the output from my terminal:
alan@workstartion:~$ cd Downloads
alan@workstartion:~/Downloads$ ls -a
. hal-9000.png
.. libflashplayer.so
AdobeAIRInstaller.bin mass-effect-normandy-sr1.jpg
[Code]....
I've deleted the .bin and re-downloaded it, I have renamed it, moved it and even tried executing it by removing the .bin and running it from its location. I am still getting the same errors.
View 9 Replies
View Related
May 19, 2009
I've got an F10 install on an old IBM machine. I am trying to repartition the hard-drive, but all my fdisk commands in terminal give me errors. I made a DOS boot floppy on another machine so I could do it that way, but when I try to go from A: to C: the computer says I have no hard drive installed.
View 4 Replies
View Related
May 1, 2011
I am trying to use the gedit command to edit my smb.conf file. It was originally working and all of a sudden it has stopped working. I have typed.. 'gedit /etc/samba/smb.conf' but it is a no go. I used the chmod command to set permissions as.. 'chmod 744 smb.conf' However I am still unable to get the file to open. If I do the 'more smb.conf' command I am able to read the contents of the file, however I am unable to edit them.
View 9 Replies
View Related
Jun 14, 2011
The drive is mounted, and I'm saving files to it, but I can't navigate to it in terminal with the cd command. I can access other USB drives. Is it the space in the drive name? how to access the directory?
View 3 Replies
View Related
Feb 10, 2011
i started using computer when it was all dos driven so thought i was going to be fine using the terminal in ubuntu the problem i am facing is i can not quite get my head round why is it if i load the terminal. and the first this i type is dir or ls it gives me a list off directories. So why is it if i type cd /pictures i get no such file or directory ? Confused
This also bugging the jebus out off me is i am trying to get into my usb pen drive from the terminal to run a program i have on there.
so i type cd /media
then typed ls
is displayed New Volume <-- This being the name off my pen drive
i have tried every this to get into there but the commands i would use in dos are not playing ball.
Can some one please explain how to get into my usb pen then tell me were i can go read on this as i really can not get my head around this at moment.
View 5 Replies
View Related
Jun 7, 2011
Currently we are using Unix machine & the activity are logged in the file using following code used in profile
.profile code
# /ln/aud_root/dds_ibm/.profile
trap 'print "not allowed"' INT
trap 'print "not allowed"' QUIT
trap 'print "not allowed"' TSTP
[Code].....
View 2 Replies
View Related
Nov 2, 2010
I have a read command in the following script, but it does not get executed when I run the script. What's wrong with the read statement?
View 3 Replies
View Related
Feb 17, 2011
what is the tool to get the history inclduing the user name,command time and from which file/folder the command is executed.
View 1 Replies
View Related
May 23, 2010
I want to use PROMPT_COMMAND variable to build a history of all the commands i execute. So Basically i want to append the last executed command to my own command log file. How can i find the last executed command ?
I want to add PROMPT_COMMAND="echo $last_executed_command >> my_command_log" But I am not sure how to find the last executed command
View 2 Replies
View Related
Feb 22, 2010
Inspite of having 755 permissions on the chown command, it seems the command can be executed by the root only. I was under the impression that the 'x' permission for 'others' can give executable rights to the normal user too, which does not seem to be the case here. Just curious to know, if not the file perms itself, what controls the execution of the command?
View 6 Replies
View Related
Mar 31, 2011
Here is my script for at command. The intention is to get itself executed every minute.
Code:
logfile=/tmp/attest.log
loginterval=1
[code]....
View 4 Replies
View Related
Aug 18, 2009
I want to run a linux command with apache through web browser and that's is not working. and it's working properly when I execute this command through terminal, where is the problem?
NOTE: apache have the privileges to execute the command
View 7 Replies
View Related
Aug 28, 2009
I have one distro installed, LILO as the boot loader, and i wonder if it's possible to duplicate the lilo entries with an option which executes some script or command during, or after the boot.Actually, i installed a Slackware + autolaunching virtual machine, but i have two VM, so i need to autolaunch one of them. May i choose it from the very beginning ?
View 9 Replies
View Related
Jan 24, 2010
if you do the command conky in terminal, it starts conky ofcourse, but it also shows output to that terminal so you can't do any other commands to that terminal, Is their an option like you can do with the '&' sign in other cases? If you do the '&' sign with conky it still gives output, also the conky -d command gives output...
View 9 Replies
View Related
Jan 21, 2010
I am in the process of coverting some video files to motion jpeg (Wii) files with ffmpeg (great program by the way). I have been successful and so the majority of my work is over. My question is simple (I think) but complex to me so... here it goes. Is there a way on one command line to "batch" convert 8 or 9 files together instead of one by one. I just don't know what to put on the command line. I took one UNIX class a long time ago and the terms pipe and such come to mind... but I forget. Any takers? That was I can write what I want the computer to do in the morning and just come back after work and voila...
View 6 Replies
View Related