You are not logged in.

#1 2013-08-16 09:56:23

Butcher
Member
Registered: 2009-02-04
Posts: 158

tmux not working

After the updates from today:

[2013-08-16 03:35] [PACMAN] Running 'pacman -Syu'
[2013-08-16 03:35] [PACMAN] synchronizing package lists
[2013-08-16 03:35] [PACMAN] starting full system upgrade
[2013-08-16 03:35] [PACMAN] upgraded linux-api-headers (3.8.4-1 -> 3.10.6-1)
[2013-08-16 03:35] [ALPM-SCRIPTLET] Generating locales...
[2013-08-16 03:35] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2013-08-16 03:35] [ALPM-SCRIPTLET]   es_ES.UTF-8... done
[2013-08-16 03:35] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2013-08-16 03:35] [ALPM-SCRIPTLET] Generation complete.
[2013-08-16 03:35] [PACMAN] upgraded glibc (2.17-6 -> 2.18-1)
[2013-08-16 03:35] [PACMAN] upgraded binutils (2.23.2-2 -> 2.23.2-3)
[2013-08-16 03:35] [PACMAN] upgraded curl (7.31.0-1 -> 7.32.0-1)
[2013-08-16 03:35] [PACMAN] upgraded gcc-libs (4.8.1-2 -> 4.8.1-3)
[2013-08-16 03:36] [PACMAN] upgraded gcc (4.8.1-2 -> 4.8.1-3)
[2013-08-16 03:36] [PACMAN] upgraded lib32-glibc (2.17-5 -> 2.18-1)
[2013-08-16 03:36] [PACMAN] upgraded lib32-gcc-libs (4.8.1-2 -> 4.8.1-3)
[2013-08-16 03:36] [PACMAN] upgraded libmariadbclient (5.5.32-1 -> 5.5.32-2)
[2013-08-16 03:36] [PACMAN] upgraded mariadb-clients (5.5.32-1 -> 5.5.32-2)
[2013-08-16 03:36] [PACMAN] upgraded mariadb (5.5.32-1 -> 5.5.32-2)

Whenever I start tmux, this happens:

2013-08-16_11-52-24.png

(No, I did not write any of that)

What to do?

Offline

#2 2013-08-16 09:59:37

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: tmux not working

Remove the /dev/pts line from your fstab file.

Offline

#3 2013-08-16 20:44:44

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

Re: tmux not working

Not a Sysadmin issue, moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#4 2013-08-19 18:37:01

chavezgu
Member
Registered: 2013-08-19
Posts: 1

Re: tmux not working

Allan wrote:

Remove the /dev/pts line from your fstab file.

Solved the problem for me. What's the purpose of /dev/pts?

Last edited by chavezgu (2013-08-19 18:37:14)

Offline

#5 2013-08-21 00:54:49

strugee
Member
Registered: 2013-07-11
Posts: 15
Website

Re: tmux not working

chavezgu wrote:
Allan wrote:

Remove the /dev/pts line from your fstab file.

Solved the problem for me. What's the purpose of /dev/pts?

According to this, it stands for pseudo terminal slave.

See https://mailman.archlinux.org/pipermail … 25332.html.

Offline

#6 2013-11-10 02:27:17

neutrino
Member
Registered: 2013-11-10
Posts: 3

Re: tmux not working

Tmux didn't work because devpts was mounted with wrong rights but I removed the /dev/pts entry of fstab (and rebooted since then).
The wrong rights was: "devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)"
now I set a entry in fstab with correct rights in fstab:

devpts           /dev/pts  devpts       gid=5,mode=620                  0       0

now it works. :-)

but why do I need it? where and how does systemd it?

Offline

#7 2013-11-10 02:36:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: tmux not working

What happens if you remove it altogether from fstab?
It's not about systemd using it, it's about systemd taking over from fstab: just like you don't need swap configured in your fstab, systemd will take care of it itself.

Offline

#8 2013-11-12 21:58:13

neutrino
Member
Registered: 2013-11-10
Posts: 3

Re: tmux not working

the /dev/pts line was removed in fstab but it was then mounted after reboots with the wrong rights which I postet. I don't know why

Last edited by neutrino (2013-11-12 21:59:24)

Offline

Board footer

Powered by FluxBB