Testing kills shm and pts
|
Testing kills shm and pts
Um what? You're going to need to be a little more specific. --Kaiting.
-- Kiwis and Limes: http://kaitocracy.blogspot.com/ |
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.) |
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 |
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. |
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 |
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.) |
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 |
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 > I have sent it already twice as attatchenment fstab: # # /etc/fstab: static file system information # # <file system> <dir> <type> <options> <dump> <pass> devpts /dev/pts devpts defaults 0 0 shm /dev/shm tmpfs nodev,nosuid 0 0 # DEVICE DETAILS: /dev/sda1 UUID=4e9999ef-1ab8-45cf-a2a9-5f2bbf31388c LABEL= # DEVICE DETAILS: /dev/sda1 UUID=4e9999ef-1ab8-45cf-a2a9-5f2bbf31388c LABEL= # DEVICE DETAILS: /dev/sdb1 UUID=17EAEE660DCDAE2A LABEL=Vista # DEVICE DETAILS: /dev/sdb2 UUID=189ddecb-3154-49fb-9c86-fdec3cfaeed2 LABEL=boottaus # DEVICE DETAILS: /dev/sdb3 UUID=d505164f-5705-4546-a248-e548622e76b7 LABEL=Juuri # DEVICE DETAILS: /dev/sdb4 UUID=ccdff6d3-4da0-40b5-97e9-f3509cc8f592 LABEL=swappaus /dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0 /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0 /dev/dvdrw /media/dvdrw auto ro,user,noauto,unhide 0 0 UUID=17EAEE660DCDAE2A /media/Windows ntfs-3g defaults 0 1 UUID=189ddecb-3154-49fb-9c86-fdec3cfaeed2 /boot ext3 defaults 0 1 UUID=4e9999ef-1ab8-45cf-a2a9-5f2bbf31388c /home btrfs defaults,subvol=home_partion,compress 0 1 UUID=4e9999ef-1ab8-45cf-a2a9-5f2bbf31388c /var btrfs defaults,subvol=var_partition,compress 0 1 UUID=ccdff6d3-4da0-40b5-97e9-f3509cc8f592 swap swap defaults 0 0 UUID=d505164f-5705-4546-a248-e548622e76b7 / btrfs defaults,compress 0 1 /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.) |
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: # <file system> <dir> <type> <options> <dump> <pass> devpts /dev/pts devpts nosuid,noexec,guid=5,mode=620 0 0 tmpfs /dev/shm tmpfs nosuid,noexec,nodev,mode=1777 0 0 |
| All times are GMT. The time now is 07:35 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.