Ubuntu :: Wanda Died - Unable To Locate Command To Execute

Aug 27, 2010

My Wanda fish has died. When I click it says unable to locate command to execute. Can anyone tell me whats going on? lol.

View 4 Replies


ADVERTISEMENT

General :: Locate Command - Unable To Work

Oct 5, 2010

Code:

nnjond@nnjond-den:/$ cd /media/disk/Dual_Data/
nnjond@nnjond-den:/media/disk/Dual_Data$ ls
07_Magna_DOWNLOADS 21_TEMPS Peleas.htm
08_Self-Improvement 22_Desktop Pelleas.odt

[code]....

View 6 Replies View Related

General :: Unable To Execute Top And PS Command

Jul 29, 2010

Top: error while loading shared libraries: libproc.so.2.0.6: cannot open shared object. I am not able to execute top and ps command.

View 6 Replies View Related

SUSE :: Automate Execute Command, Reboot And Execute Command?

Dec 1, 2008

Is there a way to execute some command and then after the command completes utomatically reboot the system and then after the system reboots execute another command ? For example look at the sequence shown below(1) Execute command-1(2) After the command-1 in (1) is completed,reboot the system (3) Execute command-2(4) After execution of command-2 reboot the sytemIs there a way i can automate this process so that i need not reboot the system manually

View 5 Replies View Related

Server :: Unable To Execute The Command "hpacucli"

May 30, 2011

i have another problem with my server I'm unable to execute the command hpacucli. the error comes as below ipf122root#hpacucli HP Array Configuration Utility CLI 8.10-2.0 Detecting Controllers... Error: Another instance of ACU is already running (possibly a service). Please terminate the ACU application before running the ACU CLI. Press ENTER to exit.

[Code]....

View 5 Replies View Related

Ubuntu :: BASH: Execute Next Command Until Another Command Succeed?

Mar 19, 2010

I have a big bash script ,its goal is to download movie one by one . But I often get into a problem: if this script is executed in cron,it often does not completely download the movie.I often find the movies it downloaded are several KB while the movie is actually 20MB.So I think it is because it did not wait for finishing one task ,and jump to download another.So I want to know ,is there a way to force the bash script to wait until one movie downloaded completely and then start to download another movie ?

View 8 Replies View Related

Programming :: Effect Of Using Eval To Execute A Command As Opposed To Writing It On The Command-line?

Jun 18, 2010

Code: cmd='date | wc'

$cmd If this script is executed, an error is generated. The reason written was that "The execution fails because the pipe is not expanded and is passed to date as an argument".What is meant by expansion of pipe. When we execute date | wc on the command line, it goes fine.then | is not treated as an argument. Why?

View 4 Replies View Related

General :: Only Execute 2nd Command On Successufl Execution Of 1st Command?

Aug 19, 2009

I have a script which builds a project and then runs junit tests. However, if the build fails, the junit tests fail with the same error message.Therefore the command which runs the junit tests should only be executed if the build was successful.

View 3 Replies View Related

Ubuntu :: Locate And Run Using FIND Command?

Feb 23, 2010

I was trying to find and run the program from command line like calculaterbut i was unable to do these two thing togethet.i can find the path seperetly or i can find and run the program without seeing the pathI want to find and see the path and run it at the same time?

View 6 Replies View Related

Ubuntu :: Command To Locate Where Grub2 Is Installed?

May 14, 2010

I'm trying to find out which partition grub2 is installed in. Is there a command for this, as I suspect that I may have told it to install to the wrong partition during the upgrade from Karmic to Lucid, and now, I suspect that I've crippled the boot sector for my vista installation

View 6 Replies View Related

Ubuntu :: 'locate' 'updatedb' Bash: Command Not Found?

Jul 5, 2010

I recently installed 10.04, in the process of installing MythTV... I'm looking for installed files and find bash no longer finds updatedb or locate commands. I did change /etc/hosts and /etc/hostname to change the name of the box. Could this have hosed those commands? I tried them as root... sudo -i, same result...

View 6 Replies View Related

Ubuntu :: Unable To Locate Package

Aug 9, 2011

I'm trying to install Ruby on Rails on an Ubuntu desktop VM. The network connection works ok but I can't seem to get this to work:

sudo apt-get install ruby1.9.2

I want the latest version of Ruby.

Is this because I haven't enabled some repository or something - I dimly recall having to 'enable universe' before now... but can't remember why or how....

View 3 Replies View Related

General :: Find Command In Locate Pdf Files?

May 25, 2010

My goal is to find all pdf files on a remote machine, so I resort to the useful command find. So I type find .pdf or find .pdf" and I get nothing. I do the same on my machine and I get nothing. I do a regular search from the menu on my machine and I find quite a few pdf files. Would somebody please tell me what am I doing wrong?

View 5 Replies View Related

SUSE :: Enabling The Locate Command If Not The Root?

Apr 26, 2010

Is there a way of enabling the locate command if you're not the root?

View 1 Replies View Related

SUSE :: Locate And Updatedb: Command Not Found?

May 22, 2010

I used to be able to run locate and updatedb, but after an OpenSUSE update, they no longer work. I've reinstalled findutils and it appears to install correctly, but the commands still don't work.

server:/tmp # rpm -Uvh --force findutils-4.2.28-24.i586.rpm
Preparing... ########################################### [100%]
1:findutils ########################################### [100%]

[code]...

View 3 Replies View Related

SUSE :: Cannot Locate Command Line FTP Client

Sep 29, 2010

I am unable to locate ftp binary on SuSE 10. Some one know the location of the binary / package which has this binary.

View 2 Replies View Related

Software :: Locate WAN IP From Command Line Using Lynx?

Sep 19, 2010

I would like to know how to locate the IP address using:1) lynx2) web site: [URL]/tools/ip-address-lookup.aspFYI, I am able to detect my WAN IP address with the next command:WANIP=$(lynx -dump http://www.whatismyip.com|grep -i "Your IP Address Is"|awk '{print $5}'); echo $WANIP

View 5 Replies View Related

Ubuntu :: Apt-get - Unable To Locate Package Emacs23

Oct 25, 2010

I just changed (not upgraded, I made a clean install on a new hard drive) from 9.10 to 10.10 and I have a serious problem. I just can't install new packages. Neither apt-get nor synaptic can find any package. I either get a "E: Unable to locate package <package_name>", or "E: Package <package_name> has no installation candidate" For example when I type sudo apt-get install emacs23 , I get this output: Quote:

Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package emacs23 And the synaptics package manager only lists the packages I already have. I searched these forums and googled my error message, but I couldn' t find anything helpful. The only thing I know is that this is not a network/proxy problem, I am behind a proxy but I have set the http/https/ftp_proxy environment variables, and I have a working network connection, as I am actually posting from the same computer.

View 7 Replies View Related

Ubuntu :: E: Unable To Locate Package Covergloobus

Dec 27, 2010

I'm trying to install Covergloobus but it says it's not able to find it. It gives me this:

Code:

adrian@adrian-desktop:~$ sudo apt-get install covergloobus
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package covergloobus

View 9 Replies View Related

Ubuntu Installation :: E: Unable To Locate Package?

Feb 21, 2011

i'm tried to install cacti on ubuntu, but when i enter the Quote:

sudo apt-get install cacti

command. the result is E: Unable to locate package.

and i tried in System>administrstion>synaptic package manager. i tried to reload the result is error..

and it's not just for cacti, i've tried to install the other program the result still the same..

View 3 Replies View Related

Ubuntu Installation :: E - Unable To Locate Package

Apr 1, 2011

To start, I am a very new user of ubuntu, so please bear with me. I just installed ubuntu on an old desktop and cannot get it to install packages. I installed these same packages on my laptop that is a little newer and it works on the laptop, but it wont work on the desktop. I searched for previous threads and found to try

Code:

I also tried this many times and nothing has changed

Code:

View 9 Replies View Related

Ubuntu :: Unable To Locate Package Contacts

Apr 16, 2011

when ever I use the terminal to install a program (for example Ubuntu-tweak) I end up with this line E: Unable to locate package (then the program name),this has also happened when I've updated through the terminal. (I've since installed Ubuntu-tweak via the link on its site).Let me say this my little box has a banging Internet connection. And I have a full almost brand new installation maverick meerkat.

View 2 Replies View Related

Ubuntu Installation :: Unable To Locate Package?

Jun 25, 2011

I just reinstalled Xubuntu 11.04, and I'd like to install fluxbox:

Code:
09061920@system:~$ sudo apt-get install fluxbox
[sudo] password for 09061920:
Reading package lists... Done
Building dependency tree

[Code].....

in /etc/apt/sources.list, but I'm on a very slow connection so I don't want to update 42 MB right now (trust me when I say I'm on a very slow connection ).

how to update just the updates necessary for apt-get without having to update the 42 MB of, for the moment, pointless updates?

View 2 Replies View Related

Ubuntu :: Unable To Locate Package Nvidia-glx-new?

Jul 21, 2011

I'm running Ubuntu 10.10 and trying to install CUDA. Everything is working fine except it looks like some openGL components are missing; when compiling the CUDA code samples I get the error

/usr/bin/ld: cannot find -lGL I went online and it looked like 'sudo apt-get install nvidia-glx-new'

would take care of this but then I get the error from the title of this post, that it can't be found. I'm afraid I'm a poor hand at installing components with Linux .
S

View 1 Replies View Related

Ubuntu :: Unable To Locate A Mountable .inf File On CD

Jan 30, 2011

I have the ndiswrapper util installed on my computer, however, I have been unable to install the corresponding driver from the provided cd. I have a WNA 1100 wireless adapter. I have not been able to locate a mountable .inf file on the cd. Only a "setupt.exe" or a trans.tbl file.

View 2 Replies View Related

General :: Process The Output Of A Locate Command, Pipe It To What?

Sep 30, 2010

Is there a way to process the output of a locate command on the spot within bash. The output is 3 lines, ex:

Code:
[root@server confluence]# locate .timestamp
/opt/confluence/confluence-persistent/index/.timestamp

[code]....

View 3 Replies View Related

Ubuntu :: Unable To Locate Theme Engine In Module_path

Aug 2, 2010

Yesterday, after installing suggested updates since I last updated a few weeks ago, themes are broken. I am using 10.04 Lucid, now running 2.6.32-24. (Booting the previous kernel did not help.)

After rebooting, I noticed that the login screen had less attractive widgets, which persisted after I logged in. Opening the Appearance Preferences, there were no themes listed. There are a bunch of them in /usr/share/themes. If I copy the Ambiance folder from there to ~/.themes, it will appear in the dialog; but when selected, the Window Border changes, while the Controls do not.

If I run gedit from the shell, I get these messages:

Code:

There was no GTK_PATH environment variable. (Where does it and GTK_MODULES get set globally?) I tried setting it to /usr/lib, but that had no effect.

It looks like a problem finding and/or loading the required files? Permissions? Dependencies?

View 4 Replies View Related

Ubuntu Installation :: E: Unable To Locate Package Update?

Nov 4, 2010

after alot of work with my system, I've gotten most of it working It's a Toshiba C655-S5049 with a Atheros AR9285 Wireless card, so lots of fun getting that to work, anyway I'm trying to update my system, and it wont update, if I try update manager it won't do it because it's dealing with restricted drivers, and if I try in terminal I get E: Unable to locate package updateAnyway, any suggestions? I've been trying to work this out, and it's getting annoying. The key Drivers that I'm also looking for are, Video:Intel 4500M HD Integrated with Dynamic Sharing Audio:IntelAudio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03) Also, does anyone happen to know how well battlefield 2 will run in wine? it ran pretty good on windows, just wondering how it will do in ubuntu.

View 1 Replies View Related

Ubuntu :: Unable To Locate Theme Engine In Module_path?

Nov 10, 2010

I typed this cmd : sudo ln -s /home/user_name/.themes /root trying to link themes to root so that apps run as root would use the theme. However, now i can't run nautilus from a terminal i get this: sudo nautilus (nautilus:3229): Gtk-WARNING **: Unable to locate theme engine in module_path: "ubuntulooks",

(nautilus:3229): Unique-DBus-WARNING **: Error while sending message: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(nautilus:3229): Unique-DBus-WARNING **: Error while sending message: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

View 9 Replies View Related

Ubuntu Servers :: E - Unable To Locate Package Squid

Nov 13, 2010

Find error:

E: Unable to locate package squid

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved