Um what? You're going to need to be a little more specific. --Kaiting.
--
Kiwis and Limes: http://kaitocracy.blogspot.com/
12-12-2010, 05:37 PM
jesse jaara
Testing kills shm and pts
So I enabled testing, community-testing and kde-unstable
updated yaourt -Syu and reebooted. Now when ever I boot the
machine the /dev/shm and /dev/pts get mounted so that
only root can write into them. So I cannot use shm as
a normal user and no terminal emulator can create
a /dev/pts/0 node.
2010/12/12 Kaiting Chen <kaitocracy@gmail.com>
> Um what? You're going to need to be a little more specific. --Kaiting.
>
> --
> Kiwis and Limes: http://kaitocracy.blogspot.com/
>
--
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
(> <) come join the dark side.
/_|_ (we have cookies.)
12-12-2010, 06:14 PM
Thomas Dziedzic
Testing kills shm and pts
On Sun, Dec 12, 2010 at 12:37 PM, jesse jaara <jesse.jaara@gmail.com> wrote:
> So I enabled testing, community-testing and kde-unstable
> updated yaourt -Syu and reebooted. Now when ever I boot the
> machine the /dev/shm and /dev/pts get mounted so that
> only root can write into them. So I cannot use shm as
> a normal user and no terminal emulator can create
> a /dev/pts/0 node.
>
> 2010/12/12 Kaiting Chen <kaitocracy@gmail.com>
>
>> Um what? You're going to need to be a little more specific. --Kaiting.
>>
>> --
>> Kiwis and Limes: http://kaitocracy.blogspot.com/
>>
>
>
>
> --
> (\_ /) copy the bunny to your profile
> (0.o ) to help him achieve world domination.
> (> <) come join the dark side.
> /_|_ (we have cookies.)
>
Please don't top post.
Anyways, this sort of thing really belongs in bugs.archlinux.org
12-12-2010, 06:17 PM
Dwight Schauer
Testing kills shm and pts
On 12/12/2010 12:37 PM, jesse jaara wrote:
So I enabled testing, community-testing and kde-unstable
updated yaourt -Syu and reebooted. Now when ever I boot the
machine the /dev/shm and /dev/pts get mounted so that
only root can write into them. So I cannot use shm as
a normal user and no terminal emulator can create
a /dev/pts/0 node.
2010/12/12 Kaiting Chen<kaitocracy@gmail.com>
Um what? You're going to need to be a little more specific. --Kaiting.
This is still very broad and not very specific. You updated to a lot of
packages from testing and unstable repositories. Since you updated so
many, it is difficult to track down which package caused this problem.
It would be good if you could say specifically what package you updated
to caused this problem.
Unless this is scratch system you are going to blow away, my advice is
that you boot with some other medium, mount this install, and use pacman
from the other medium to downgrade the install (after you have fixed
/etc/pacman.conf on the broken system).
If you want to continue down this path, once you are back to a normal
system, one at a time you could make these repositories higher priority,
update and reboot until it breaks, then fix again, then you'd have a
better idea what package it was that caused this problem.
12-13-2010, 11:05 AM
Tom Gundersen
Testing kills shm and pts
On Sun, Dec 12, 2010 at 7:37 PM, jesse jaara <jesse.jaara@gmail.com> wrote:
> So I enabled testing, community-testing and kde-unstable
> updated yaourt -Syu and reebooted. Now when ever I boot the
> machine the /dev/shm and /dev/pts get mounted so that
> only root can write into them. So I cannot use shm as
> a normal user and no terminal emulator can create
> a /dev/pts/0 node.
What is the contents of your /etc/fstab? What are the permissions of
/lib/udev/devices/{shm,pts}?
Cheers,
Tom
12-13-2010, 05:04 PM
jesse jaara
Testing kills shm and pts
2010/12/13 Tom Gundersen <teg@jklm.no>
> On Sun, Dec 12, 2010 at 7:37 PM, jesse jaara <jesse.jaara@gmail.com>
> wrote:
> > So I enabled testing, community-testing and kde-unstable
> > updated yaourt -Syu and reebooted. Now when ever I boot the
> > machine the /dev/shm and /dev/pts get mounted so that
> > only root can write into them. So I cannot use shm as
> > a normal user and no terminal emulator can create
> > a /dev/pts/0 node.
>
> What is the contents of your /etc/fstab? What are the permissions of
> /lib/udev/devices/{shm,pts}?
>
> Cheers,
>
> Tom
>
drwxr-xr-x root root
for both in /lib/udev/devices
same in /dev after boot.
--
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
(> <) come join the dark side.
/_|_ (we have cookies.)
12-13-2010, 06:01 PM
Tom Gundersen
Testing kills shm and pts
On Mon, Dec 13, 2010 at 7:04 PM, jesse jaara <jesse.jaara@gmail.com> wrote:
> drwxr-xr-x *root root
> *for both in /lib/udev/devices
> same in /dev after boot.
And /etc/fstab?
-t
12-13-2010, 06:30 PM
jesse jaara
Testing kills shm and pts
2010/12/13 Tom Gundersen <teg@jklm.no>
> On Mon, Dec 13, 2010 at 7:04 PM, jesse jaara <jesse.jaara@gmail.com>
> wrote:
> > drwxr-xr-x root root
> > for both in /lib/udev/devices
> > same in /dev after boot.
>
> And /etc/fstab?
>
> -t
>
/var/lib/pacman.db /var/lib/pacman ext2 loop,defaults 0 0
--
(\_ /) copy the bunny to your profile
(0.o ) to help him achieve world domination.
(> <) come join the dark side.
/_|_ (we have cookies.)
12-13-2010, 07:46 PM
Tom Gundersen
Testing kills shm and pts
On Mon, Dec 13, 2010 at 8:30 PM, jesse jaara <jesse.jaara@gmail.com> wrote:
> I have sent it already twice as attatchenment
Ah, sorry, didn't notice.
To fix shm you should add "mode=1777" to the options. What is your use
case here btw? Pulseaudio?
Glibc should be able to create pts devices in /dev/pts even if it is
owned by root (using /usr/lib/pt_chown). However, if that does not
work you could try adding "guid=5,mode=620" to the options. Out of
curiosity, how exactly do you reproduce this bug?
Let me know how it goes.
Cheers,
Tom
PS
Does anyone else out there know why our standard /etc/fstab is not
something like: