You are not logged in.

#1 2013-08-16 06:48:29

detestable
Member
Registered: 2012-03-14
Posts: 12

[SOLVED] Terminator stopped working Unable to start shell:/bin/bash

Hello,

I just wanted to share as I didn't found anything about it,
Since yesterday I can't launch my favorite terminal emulator which is terminator, it gives me :
Unable to start shell:/bin/bash
displayed in terminator window where I'm supposed to type commands.

What is strange is that I can launch /bin/bash in tty's plus I installed xterm temporarily which works fine with bash.

One more thing is that if I close terminator window it closes my graphical session !

Any idea to troubleshoot this ?

Last edited by detestable (2013-08-16 08:39:54)

Offline

#2 2013-08-16 07:19:03

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Terminator stopped working Unable to start shell:/bin/bash

Start terminator from xterm and see if it prints any ouput.

If not, run a stack trace.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-08-16 07:33:46

detestable
Member
Registered: 2012-03-14
Posts: 12

Re: [SOLVED] Terminator stopped working Unable to start shell:/bin/bash

When started from xterm it doesn't output anything and I still get the same error, what shall I do to get a stack trace ?

Offline

#4 2013-08-16 07:36:09

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Terminator stopped working Unable to start shell:/bin/bash

There is a wiki article to step you through it:
https://wiki.archlinux.org/index.php/De … ing_Traces


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2013-08-16 08:19:20

detestable
Member
Registered: 2012-03-14
Posts: 12

Re: [SOLVED] Terminator stopped working Unable to start shell:/bin/bash

I'm getting this :

me@latitude ~ $ gdb /usr/bin/python
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python3.3...(no debugging symbols found)...done.
(gdb) run /bin/terminator
Starting program: /usr/bin/python3.3 /bin/terminator
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
  File "/bin/terminator", line 103
    except (KeyError,ValueError), ex:
                                ^
SyntaxError: invalid syntax
[Inferior 1 (process 13780) exited with code 01]

I also tried gnome-terminal which is not working correctly (installed right now)
From the user interface it says in red :

"There was an error creating the child process for this terminal"
"grantpt failed: Operation not permitted"

From gdb :

m@latitude ~ $ gdb /usr/bin/gnome-terminal 
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gnome-terminal...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/gnome-terminal 
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffea2b9700 (LWP 13839)]
Error: GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._vte_2dpty_2derror.Code1: grantpt failed: Operation not permitted
[Thread 0x7fffea2b9700 (LWP 13839) exited]
[Inferior 1 (process 13835) exited normally]

Only xterm seems to work

Offline

#6 2013-08-16 08:24:15

lzs
Member
Registered: 2008-01-23
Posts: 39

Re: [SOLVED] Terminator stopped working Unable to start shell:/bin/bash

Offline

#7 2013-08-16 08:39:40

detestable
Member
Registered: 2012-03-14
Posts: 12

Re: [SOLVED] Terminator stopped working Unable to start shell:/bin/bash

Oooh yes it does !
Commented /dev/pts from fstab + reboot and everything works fine now.
Thank you a lot both of you I can start reusing my favorite terminal emulator now !

An happy archlinux user

Offline

#8 2013-08-16 08:39:48

Hantabaru
Member
Registered: 2009-02-25
Posts: 58

Re: [SOLVED] Terminator stopped working Unable to start shell:/bin/bash

I had this problem as well.

Commenting out the /dev/pts line in my /etc/fstab file and letting systemd take care of things fixed this for me - as described in the thread given by Izs.

Thanks Izs.

Edit: 8 secs after detestable...

Last edited by Hantabaru (2013-08-16 08:42:00)

Offline

Board footer

Powered by FluxBB