Ubuntu :: Error When Executing 'gnome-terminal' Command

Feb 11, 2010

I wrote a shell script and tried to execute it in separate terminal using command 'gnome-terminal -e <script>'. When executing first time, it went fine.From second time, I am getting error 'There is error creating child process for this terminal' repeatedly.

View 5 Replies


ADVERTISEMENT

General :: Gnome-terminal Exits After Executing Parameter Sent With "-x" Option?

Aug 30, 2010

I have a bash script that launches an application of mine through a gnome terminal with the following command:gnome-terminal -x MyApplicationIf MyApplication launches correctly, a GUI is displayed. If it fails to launch correctly, it reports errors to stdout (the terminal).
My problem is, the terminal immediately exits when MyApplication exits, leaving no time to see the error messages if MyApplication fails to launch.You can also see this behavior by trying:gnome-terminal -x lsThe gnome terminal immediately exits.Is there a way to stop this behavior? I want the terminal to remain until I close it.

View 6 Replies View Related

Ubuntu Networking :: BackTrack 5 Showing Error,while Executing Make Command?

Aug 3, 2011

I tried to install ndiswrapper , but its showing error,while executing make command

make[1]: Leaving directory `/usr/src/linux-source-2.6.35.8'
make: *** [LINUX] Error 2

View 2 Replies View Related

Fedora Networking :: Error In Executing The Command Ndiswrapper -i Bcmw15.inf

Nov 13, 2009

I use a Dell inspiron 1525, with windows 7 and fedora 8 in dual boot. Ihave broadcom 4310 wireless card to use.. how ever i could not activate my wireless.. so i guess this the right place where i can get a solution to the problem. After installing the ndsiwrapper by yum, i tried to execute the command ndiswrapper -i bcmw15.inf This returns with an error couldn't open bcmw15.inf: No such file or directory at /usr/sbin/ndiswrapper line 219.

View 1 Replies View Related

Red Hat / Fedora :: Executing A File - Showing Error - Command Not Found

Aug 23, 2010

I m using Redhat Linux 5......I am trying to install Nero 4 DVD Writer s/w...It is an exe file ...

I have given permission like this:

Then i execute the file like this:

Its showing error like this:

View 9 Replies View Related

Ubuntu :: Is Command Line Invocation Of Gnome-terminal To Run More Than One Command

Feb 17, 2010

how to pass something more than a one-command startup for gnome-terminal. I will give an example of what I'm trying to do here:

Code:

#! /bin/bash
#
#TODO write this for gnome and xterm

[code]....

This same error occurs if the gnome-terminal line is changed to

Code:

gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 1 Replies View Related

Programming :: Command Line Invocation Of Gnome-terminal To Run More Than One Command?

Feb 16, 2010

I am trying to learn how to pass more than a one-command startup for gnome-terminal.

I will give an example of what I'm trying to do here:

Code:
#! /bin/bash
#
#TODO write this for gnome and xterm
USAGE="
${0##*/} [-x] [-g]
code....

However, running with the -g option to invoke gnome-terminal, I get a "There was an error creating the child process for this terminal" error.

This same error occurs if the gnome-terminal line is changed to

Code:
gnome-terminal -e mcTerm

Is there any way to pass more than one command on to gnome-terminal? I have tried various single and double quoting senarios and in a final attempt, I abstracted to an exported function all to no avail. Perhaps even though gnome-term is better at many things than xterm, xterm trumps it in this instance.

View 4 Replies View Related

Ubuntu :: Run Command In Gnome-terminal Without It Exiting?

May 4, 2010

I'd like to make a launcher that starts irssi in gnome-terminal with just one click.

I guess something like:

gnome-terminal -execute "irssi"

but without it closing down as soon as irssi is run

View 4 Replies View Related

Ubuntu :: Run A Terminal Command (eg Pkill X) With Gnome-do?

Apr 14, 2011

I just started using gnome-do, and it is an awesome little bit of software. Far superior to the standard application menu. Strangely, though, I just can't figure out how to run a terminal command from it without opening the terminal first. In the standard application menu, I can just type, for example "pkill MisbehavingProgramX" to kill a program, but in gnome-do, if I try that it searches all my stuff and typically comes up with nothing except a few webpages that I've visited that my have some of those letters in it. how to just run a bash command directly from gnome-do?

View 2 Replies View Related

General :: Embedded Reboot Crash - Error Executing The Reboot Command

May 4, 2011

I'm working with Linux 2.6.23 on an embedded device and am receiving the following error executing the reboot command.

View 2 Replies View Related

Software :: Error Message "undefined Symbol" When Executing The Command Import From

Nov 23, 2010

I've compiled a program on ubuntu with python(make python) but the problem comes when I try to use it and exactly after the command line "from libpy import *", the message that appears is such

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "libpy/knit.py", line 28, in <module>
import _knit
ImportError: libpy/_knit.so: undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE

View 1 Replies View Related

Ubuntu :: How To Use GConfTool Command To Edit Gnome-Terminal

Nov 27, 2010

After a fresh boot of a Live CD, how do I use the gconftool command to edit:
Code:
/root/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml
??

I tried:
Code:
mint@mint ~ $ sudo su
mint mint # gconftool --load /media/scripts/gconf/gnome-terminal/custom.xml
mint mint # gnome-terminal

No changes were made after I opened a new gnome-terminal. It works fine if I'm not in superuser mode and makes the changes to
Code:
/home/mint/.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml
just fine. What am I not getting here?

View 2 Replies View Related

General :: Gnome-terminal Command To Open Up A New Tab?

Aug 20, 2010

Are there a command to open up a new tab in gnome terminal(Ctrl+T outcome). I need it to use with in bash script.

View 2 Replies View Related

Fedora :: Xterm - Gnome Equivalent Command In Terminal

Aug 31, 2009

Using the following command:
xterm -e tail -f stdout.log

I can see the log of an applications and it's update in realtime. I want to uninstall the gnome and I'm looking for the equivalent command for the terminal. I want on startup tty4 for example to show me the log.

View 3 Replies View Related

CentOS 5 :: Can't Find The Start Command For Gnome From Terminal

Jan 11, 2010

I can't find the start command for Gnome from Terminal.

I tried:

start gnome
startx
start gne

Nothin is matching. In the Documenation is no help from console.

View 7 Replies View Related

Debian Multimedia :: Completion For Command Parameters In Gnome-terminal?

Aug 14, 2011

Out of X I have auto-completion for a command parameter (e.g. 'aptitude upd(ate)') but in gnome-terminal I have auto-completion only for the command, not for its parameters. Is it possible to have that?

View 1 Replies View Related

General :: No Log-in Sound And Command Line Terminal Bell In Gnome / Fix It?

Jul 27, 2010

I recently replaced (fresh install) Fedora 12 by 13. Surprisingly I noticed there is no log-in sound for Gnome and also when I use command line terminal there is no terminal bell in spite of the fact that I checked the "Terminal Bell" option in the EDIT --> Preferences menu! I checked the speakers are not mute, I can play music. Any idea how to fix it?

View 2 Replies View Related

Programming :: Launching Interactive Gnome-terminal With A Command (and Not Exiting)

Oct 13, 2010

I want to have a script (tcsh/bash/python) that launches a bunch of gnome-terminals (or 1 with multiple tabs). And I want it to execute a command, but keep the shell interactive. Currently, if you type gnome-terminal then it launches a new interactive shell, but if you give it the execute flag, then it executes the command and quits (or stays open, but non-interactive depending on the users gnome-terminal settings).

I have this command which I want to run automatically before I start working. What the command does is dynamic and different for each shell. It takes arguments. So it's not something I can take care of in a .cshrc type file.

View 3 Replies View Related

Installation :: Ubuntu Boots To Terminal Type Prompt / Command To Start Gnome From That?

May 26, 2010

Since upgrading ubuntu boots to a prompt rather than logging into gnome. has anyone run into this? what can I do to fix this?
I recently upgraded from Ubuntu 9.10 to Ubuntu 10.4.
does anyone know the command to start gnome from the prompt?

View 4 Replies View Related

Ubuntu :: No Terminal After Executing Byobu

May 20, 2010

I just closed my terminal after checkin out byobu . Now when i click terminal , nothing happens . how can i get back my terminal ???

View 1 Replies View Related

OpenSUSE Install :: Any Substancial Difference Between Gnome Terminal Or Hitting 'c' To Bring Up Command Line

Feb 25, 2010

so the safest way to go about this is to assume I know nothing. I mean, I have a rough Idea of what a kernel is, no idea what a shell is, etc. I do consider myself computer savvy, but know NOTHING about linux and thats why I'm Diving in, hopefully not too much, this is just to give you an idea of what we're working with here.

After several install attempts I kept getting a blank screen. Whether it be black,white, or the default gnome desktop (without any icons, and simple things like ctrl+alt+backspace just doesn't work, or anything else for that matter) I was ending up with a blank screen. Driver for moniter....maybe....but I did succesfully install it once, and it worked like a charm...shutdown properly, and the next day after work...Boom, same thing after startup.today I started from scratch and re-installed....samething, until I hit the power button, went from the dvd(iso) and did a fail safe, now my resolution is much better than it was the first time..Actual questions.....what did I do to fix it when failsafe never worked before?

Is there a way to save these settings, so I don't run into the problem again, because I don't even want to turn of my computer at this point?If i'm trying to dive in and learn the command line actions, is there any substancial difference between gnome terminal or hitting "c" to bring up the command line?

View 9 Replies View Related

Ubuntu :: Get An Error When Try To Launch The Startupmanager Executable From A Terminal In Gnome?

Dec 30, 2010

Does anyone know of some things I can check to find the root cause behind this error? I pulled startupmanager via apt-get, and I get an error when I try to launch the startupmanager executable from a terminal in Gnome.

Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.35-24-generic
Found initrd image: /boot/initrd.img-2.6.35-24-generic

[code]....

View 2 Replies View Related

Ubuntu :: Terminal Open Error - Command Not Found

Feb 16, 2011

I have an "error", its not really and error, every time I open the terminal, it shows this:
Reading: command not found
Building: command not found
Reading: command not found
*****@****-****:~$

View 3 Replies View Related

Ubuntu Installation :: Get An Error Message That Tells To Type A Command Into The Terminal?

Jun 8, 2011

I was running an update on my computer (running Ubuntu 10.04 Lucid) and something must have been transferred incorrectly as every time I open synaptic, I get an error message that tells me to type a command into the terminal:

Code:
sudo dpkg --configure -a
After doing that, it displays this:

[code]....

View 7 Replies View Related

Debian Multimedia :: Gnome Update Error - Forced To Shut Down Via Terminal

May 3, 2015

I have recently updated my GNOME installation from 3.x to 3.14. Suddenly, there are many glitches. The power buttons on the power menu does nothing, I am forced to shut down via the terminal, everything goes black every now and again, and there is a weird colour pattern behind some icons when I hover over them. But most importantly, the icons and text do not show up on the "Activities -> Show Applications -> All" menu. They still there, as you can see the opening animation before they disappear, and I can click on them, but you just can't see them. The "Frequent" menu works fine. Here is a YouTube video I have made to explain my problem.

[URL] ...

I did change the icons, but this was after these problems started happening, and so it should be un-related.

View 14 Replies View Related

Ubuntu :: Executing Bash Script As Root In Terminal Via Shortcut In Main Menu?

Jul 31, 2011

I wrote bash script that uses zenity and a choice to install various programs, tested it and it works, but only when I call it from terminal. I wanted to add it in gnome main menu. The script is /home/eee/zenity.sh. In accessories I added an entry with command:

Code:
/home/eee/zenity.sh
, but since there is no terminal it starts zenity, but it does not work. I have also tried
Code:
gksu gnome-terminal -x /home/eee/zenity.sh

[Code].....

View 4 Replies View Related

Ubuntu Servers :: Executing PHP File Via Command Line

Nov 16, 2010

I have a php file that I need to execute via a cronjob. This file should be run by the www-data user as its a file in my /var/www/project folder. When I run this file under root (php -f cron.php) everything works perfectly, but I want it to run under the www-data to be safe. Before I run it vai crontab I tried it via command line as the www-data user and I receive errors:

Fatal Error: Allowed memory size of 8388608 bytes expired (tried to allocate 232 bytes).

But when I run it as the root user I get no errors and everything works correctly. The file cron.php is used to process automated tasks in my CRM. So I don't really want to have the root user running a crontab every few minutes for this.

Must the www-data user be given more permissions? I am using Ubuntu 6.06LTS
PHP - 5.1.2
Apache - 2.0.55
MySQL - 5.0.22

View 4 Replies View Related

Ubuntu :: Cron Daemon Is Running But The Command Isn't Executing?

Mar 28, 2011

I was just curious if cron had to be enabled before use. i have a crontab, and the cron daemon is running, but the command isn't executing...

View 9 Replies View Related

Fedora :: Unable To Reset Using Either The Reset Option In Gnome Shell Or The Command Using A Terminal?

Jun 3, 2011

I'm unable to reset using either the reset option in gnome shell or the command using a terminal. When I select it the shell exits and displays the graphic "exploding" and then it just sits there. Shutdown works fine; just no reset. Any ideas? I've installed from the DVD. I booted the live CD and it resets just fine so I know it's no my hardware

View 1 Replies View Related

Fedora :: Invoke 'skype' Using Command In Terminal Window - Error Message Set Out On Attachment

Jan 13, 2011

I am able to invoke 'skype' using the following command in a Terminal window. < export XLIB_SKIP_ARGB_VISUALS=1 && LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so && skype & >. I want to be able to enter it through the Gnome Application interface. I right click on the skype icon and went to properties and added the above code. When I click the icon I get the following error message set out on the attachment? properly enter the commands within the application Command: line?

View 2 Replies View Related







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