You are not logged in.
Pages: 1
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:
(No, I did not write any of that)
What to do?
Offline
Remove the /dev/pts line from your fstab file.
Offline
Not a Sysadmin issue, moving to NC...
Offline
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
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
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
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
Pages: 1