[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-29 Thread Rob Andrews Consulting
I have several medical instruments running with 8.10. Today Wed Apr 29 I upgraded one of the test systems to 9.04 (with a history of 7.xx, 8.04, 8.10 and today 9.04 using "Update Manager" and I immediately found the same problem attempting to launch Gnome Terminal. I have attached the output

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-30 Thread Waldo000000
I upgraded from 8.10 to 9.04 and had this problem ("There was an error creating the child process for this terminal" when starting terminal in GNOME). Fix 1 solved this for me (`sudo mv /etc/rcS.d/S03mountdevsubfs.sh /etc/rcS.d/S11mountdevsubfs.sh`). Please let me know if I can provide any further

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-02-23 Thread Scott James Remnant
Also provide the output of "ls -l /dev" and please don't work around the problem first, otherwise you'll just show me a working system and that would be unhelpful ;) -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-02 Thread Gediminas Paulauskas
That's how /dev looks just after boot. ** Attachment added: "ls -l /dev" http://launchpadlibrarian.net/23303358/ls-l-dev.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-02 Thread Gediminas Paulauskas
** Attachment added: "ls -l /lib/udev/devices" http://launchpadlibrarian.net/23303368/ls_lib-udev-devices.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-02 Thread Gediminas Paulauskas
** Attachment removed: "ls -l /dev" http://launchpadlibrarian.net/22910803/ls-l-dev.txt ** Attachment removed: "ls_lib-udev-devices.txt" http://launchpadlibrarian.net/22922136/ls_lib-udev-devices.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-03 Thread Jarkko Lietolahti
This still exists on jaunty/8.10 with all updates installed to date. sudo mount -t devpts devpts /dev/pts is still required after reboot to access gnome-terminal, konsole etc. I wonder if shm is configured properly, because on some apps I get (those using pulseaudio, I guess) E: shm.c: shm_open(

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-13 Thread Scott James Remnant
I am at a loss to explain this one, your /dev clearly contains a /dev/pts and /dev/shm directory so I have no idea why you're seeing mount complaining that the mount point does not exist. There was a suspicious line in your mount output: shmfs on /lib/init/rw/splashy type tmpfs (rw) if shmfs is

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-13 Thread Gediminas Paulauskas
There is no splashy or any other shmfs on my system so that is not the cause. What is strange that /etc/init.d/mountdevsubfs.sh which should mount those, does nothing when called, even if manual mount /dev/pts succeeds. I think when I tried to see why, the code if mountpoint -q "$MTPT"

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-02-20 Thread Scott James Remnant
Provide the output of: ls /lib/udev/devices ** Changed in: udev (Ubuntu) Status: New => Incomplete -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-17 Thread Gediminas Paulauskas
mountdevsubfs.sh script comes from initscripts, it uses lsb functions, but that's not the point -- it tries to mount /dev/pts but thinks it either does not exist or is mounted and skipts that. So I suspect permissions problem, or initramfs problem. I would like to help solve that but don't know a w

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-28 Thread putin_ai
PEOPLE!! For Debian 9.04 jaunty Desktop Edition, upgraded from 8.10: chkconfig mountdevsubfs.sh 1 (need to start on level 1, 2, 3 and so one). You don't need to change files or something about it. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received t

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-22 Thread lhotari
Same problem with 9.04 RC after upgrading from 8.10. Thanks for the workarounds... -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-22 Thread lhotari
I ended up changing the boot order of the services like this: cd /etc/rcS.d sudo mv S03mountdevsubfs.sh S11mountdevsubfs.sh -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-23 Thread Bryan O'Brien
Same problem - going from 8.10 -> 9.04. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https:/

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-24 Thread Nicholas J Kreucher
Yes, 8.10 -> 9.04 did this to me as well. IMHO this should have a MUCH higher importance then "Low". As a workaround, I'm manually mounting /dev/pts until an official fix is released. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notifi

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-24 Thread Jungies
Thirded. I went from 8.10 ->9.04; didn't even have chkconfig installed, nor had I messed with the ordering of services. I'm manually mounting this dir in fstab, and it's sped up logon, and starting applications (Firefox, Thunderbird) as well; so I think this missing mount is affecting many things,

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-24 Thread scottywz
Ok, I just found out that my /etc/init.d/mountdevsubfs.sh does NOT have # Should-Start: udev at the beginning. This is probably what screwed it up for me. I'll do some fiddling around and report back. ** Attachment added: "mountdevsubfs.sh without Should-Start: udev line" http://

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-24 Thread scottywz
Ok, adding the Should-Start: udev line did not help. But I discovered that mountdevsubfs.sh is calling a program called "domount" which is not on my computer. Line 32:domount tmpfs shmfs /dev/shm $SHM_OPT Line 37:domount devpts "" /dev/pts -ogid=$TTYGRP,mode=$TTYMO

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-24 Thread Ninad S Pundalik
scottywz's workaround was successful. As per bug 360160, I replaced the mountdevusbfs.sh with the package maintainers version, and it solved the problem for me. After seeing the above comments, I checked my incorrectly functioning mountdevusbfs.sh script which I had backed up, and I confirm that

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-24 Thread Ninad S Pundalik
@scottywz Just saw your second comment. domount is a shell function and has been included from the /lib/init/mount-functions.sh script on line 28. Please see if the fix at bug 360160 helps you, which is due to a modified mountdevusbfs.sh script. In case it works, we might have found out where th

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-25 Thread scottywz
Thanks very much; that was the problem! I had also modified mountdevsubfs.sh to get VirtualBox working, and dpkg wasn't updating it. Replacing it with mountdevsubfs.sh.dpkg-dist worked, and it also seems that the VirtualBox workaround isn't needed anymore. Thanks again. -- /dev/pts and /dev/sh

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-25 Thread scottywz
** Description changed: Binary package hint: udev If I upgrade udev to 137-1 (jaunty) and several other packages which depend on that version, and I can no longer launch a terminal in GNOME. The error reads "Could not create secondary process" or so and the problem seems to be with /d

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-25 Thread scottywz
** Description changed: Binary package hint: udev If I upgrade udev to 137-1 (jaunty) and several other packages which depend on that version, and I can no longer launch a terminal in GNOME. The error reads "Could not create secondary process" or so and the problem seems to be with /d

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-05 Thread Paul Elliott
I also have this issue following an upgrade from Intrepid to Jaunty on 04/04/09. I've attached output of the following commands: ls -l /dev/udev/devices ls -l /dev mount Please let me know if I can provide any further information to help. Thanks, Paul. ** Attachment added: "mount-omahn.txt"

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-05 Thread Paul Elliott
** Attachment added: "udevdevices-omahn.txt" http://launchpadlibrarian.net/24827604/udevdevices-omahn.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-05 Thread Paul Elliott
** Attachment added: "dev-omahn.txt" http://launchpadlibrarian.net/24827609/dev-omahn.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-05 Thread Paul Elliott
I would also like to request the importance of this bug is raised. Not been able to use terminals when booted into a graphical desktop is a fairly fundamental problem. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because yo

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-05 Thread Michael Wood
Dito that request, It affects other processes as well which fork a terminal (such as update manager) -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-07 Thread Paul Elliott
I've not been able to replicate on any of my test machines and the only area that I step out from the norm on my main (affected) machine is that the whole disk is encrypted. Is anyone else here with the issue using fully encrypted disks? -- /dev/pts and /dev/shm not mounted on boot https://bugs.l

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread David Henningsson
I currently see that requested information has been provided; setting to confirmed. A comment: Could this be a race condition? There has been speedups in Jaunty's boot process, and this blueprint ( https://wiki.ubuntu.com/FoundationsTeam/Specs/BootPerformance ) talks about when to mount /dev/pts,

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-13 Thread Ninad S Pundalik
I confirm scottywz's workaround of adding a line to fstab. I upgraded from a clean Intrepid install to a Jaunty install on 12/4/09, done by an alternate cd and getting the latest packages from the net. I noticed this error as soon as i rebooted after the upgrade process completed. Simply mounting

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Jarkko Lietolahti
"insserv is broken - note that it's never been tested on Ubuntu and is generally not supported, even the package description notes that it can cause problems." Ah, OK. Actually i didn't have it installed at all. Only installed it sometimes during testing try to get issue sorted out. Is there an u

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Scott James Remnant
Marking this as invalid. The original reporter's problem, and most of the duplicates/commentors, is caused by running chkconfig/insserv which re-ordered the directory incorrectly. This is assumedly a bug in those tools for not obeying the Should-Start: udev directive in mountdevsubfs.sh If other

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Jarkko Lietolahti
Is this bug tracked by another issue? Simply marking this bug as invalid will not fix the actual problem (which is /dev/shm and /dev/pts not being mounted on reboot after upgrade). If the tools are not obeying the Should-Start: directive in mountdevsubfs.sh, why not change it to Required-Start the

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Ninad S Pundalik
> The original reporter's problem, and most of the duplicates/commentors, > is caused by running chkconfig/insserv which re-ordered the directory > incorrectly. This is assumedly a bug in those tools for not obeying the > Should-Start: udev directive in mountdevsubfs.sh > > If other people have th

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread David Henningsson
** Package changed: udev (Ubuntu) => insserv (Ubuntu) ** Changed in: insserv (Ubuntu) Status: Invalid => New -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Gediminas Paulauskas
Putting udev before mountdevsubfs.sh fixed this bug for me, too! I reordered the links manually by looking at the .postinst files of the packages containing those init scripts. I confirm that I have had insserv installed around the time the bug appeared and that probably broke the order. But ple

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-26 Thread BrandonG777
I'm having the same issue after upgrading from Intrepid to Jaunty. If there is any info I can provide to help resolve just let me know. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-27 Thread BrandonG777
Just to provide a little more info. I'm running server. Now I'm mounting /dev/pts with rc.local until I can get this resolved. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-27 Thread BrandonG777
When I upgraded I did have some cpan packages installed, which I had to track down afterwards and uninstall. So I got that cleaned up and then did apt-get --reinstall install udev lsb-base initscripts But I'm still having an issue with this. I can't even find anything in any of the logs where it ac

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-27 Thread Jarkko Lietolahti
I've tarred everything in /etc if this could help solve this issue. ** Attachment added: "_etc_.tar.gz" http://launchpadlibrarian.net/24425244/_etc_.tar.gz -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-27 Thread Jarkko Lietolahti
I found some evidence about this issue. When booting in rescue mode there's a message on the screen saying "/dev/pts does not exists. Cannot ..." this message is not recorded in any of the log files in /var/log. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 Y

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-27 Thread Jarkko Lietolahti
** Attachment added: "/etc/init.d/" http://launchpadlibrarian.net/24425215/_etc_init_d.tar.gz -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubu

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-28 Thread Jarkko Lietolahti
The problems manifests itself during the executing of /lib/init/mount- functions.sh near line 110. if [ ! -d "$MTPT" ] then log_warning_msg "Mount point '$MTPT' does not exist. Skipping mount." return fi I checked with adding variou

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-28 Thread Jarkko Lietolahti
if [ "/dev/shm" = "$MTPT" ] then echo Trying to create missing /dev/shm mkdir /dev/shm elif [ "/dev/pts" = "$MTPT" ] then echo Trying to create missing /dev/shm

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-28 Thread Jarkko Lietolahti
Picture of the screen displaying apparmor failure to allocate temporary file (which could be related?) and also ls -l $MTPT which verify that the /dev/shm and /dev/pts do not exist. ** Attachment added: "28032009074.jpg" http://launchpadlibrarian.net/24446805/28032009074.jpg -- /dev/pts and /

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-31 Thread Jarkko Lietolahti
There's also a problem with /dev/shm permission. /dev/shm was set to "drwxr-xr-t root root", no matter how it's permission was set when created in /lib/init/mount-functions.sh This prevented pulseaudio to use shared memory. A quick fix was to set permission manually in /etc/rc.local by issuing "ch

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-31 Thread Jarkko Lietolahti
What's interesting that today after apt-get dist-upgrade (no reboot), then suspend and after resume both /dev/shm and /dev/pts were not mounted. On next reboot they we're not mounted also. Only after adding them in /etc/fstab they're now there. tmpfs /dev/shm tmpfs defaults,noexec,n

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-31 Thread BrandonG777
This issue has been resolved for me. Not sure if it was one of the 15 things I did or someone fixed it in one of the updates but all is well for me again. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a membe

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-07 Thread Michael Wood
Not using encryption. Is this a upgrade bug ? I think my machine has come from LTS to Jaunty with this bug appearing from Intrepid to Jaunty. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-07 Thread ghetto2ivy
Happened to me from an upgrade as well. I also went from Intrepid to Jaunty. I'm not using any encrypted disks. Back when the problem first popped up for me I kept getting messages about only "partial upgrades" being possible. As of the alpha builds I've been able to mount /dev/pts in fstab to wor

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-07 Thread Paul Elliott
ghetto2ivy - Was your install previously Hardy or was it a clean Intrepid install upgraded to Jaunty? -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-07 Thread ghetto2ivy
It was indeed from hardy, to intrepid, to juanty. Hardy was my last clean install. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailin

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-07 Thread Brian Croom
fwiw, my machine, which is experiencing the same issue, was installed originally with Feisty, and has been undergoing distro upgrades ever since. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubun

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-08 Thread Doug Hall
I also have this problem. Forcing mount allowed me to open a terminal. But mine was a clean install of Intrepid. update-manager -d upgrade to Jaunty. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-09 Thread Paul Elliott
Managed to take a photo of the boot process today, /dev/shm and /dev/pts are certainly missing when mountdevsubfs runs as you can see from the ls -l $MTPT entries I added to the mount script. As udev doesn't start until later in the process, what script should be creating the shm/pts device? initra

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-09 Thread Paul Elliott
That could be our problem. udev starts at S15udev in my install, see attached. Please ignore the apparmor entry, I disabled it for testing purposes. ** Attachment added: "Startup scripts" http://launchpadlibrarian.net/25170198/rcS.d-omahn.txt -- /dev/pts and /dev/shm not mounted on boot https

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-09 Thread Jarkko Lietolahti
... S04mountkernfs.sh ... S05mountdevsubfs.sh S32udev ** Attachment added: "_etc_rcS.d_jarkko.txt" http://launchpadlibrarian.net/25171212/_etc_rcS.d_jarkko.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification be

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-09 Thread Jarkko Lietolahti
S05mountdevsubfs.sh says; #! /bin/sh ### BEGIN INIT INFO # Provides: mountdevsubfs # Required-Start:mountkernfs # Required-Stop: # Should-Start: udev # Default-Start: S # Default-Stop: # Short-Description: Mount special file systems under /dev. # Description: Mount the v

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-10 Thread Paul Elliott
Correction to one of my earlier comments. My machine that is affected by this was a clean Intrepid install, upgraded to Jaunty with do-release- upgrade -d from the command line. I have a full copy of all installed/upgraded packages since first installation that may be of interest. Here's the udev e

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-10 Thread Gediminas Paulauskas
** Attachment added: "ls-etc-rcS.d" http://launchpadlibrarian.net/25207936/ls-etc-rcS.d -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-10 Thread Brian Croom
** Attachment added: "ls-etc-rcS.d" http://launchpadlibrarian.net/25226299/ls-etc-rcS.d -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bu

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-10 Thread scottywz
** Attachment added: "ls_-l_etc-rcS.d.txt" http://launchpadlibrarian.net/25230256/ls_-l_etc-rcS.d.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread Scott James Remnant
Could I ask which programs each of you used to re-order your boot sequence? This is expressly not supported, so it's little surprise that this broke things for you. The bug should be reassigned to whatever did the reordering, since it should NOT have touched rcS (and even if it should, udev shou

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread Jarkko Lietolahti
I can't remember doing anything that's related to reordering the contents of /etc/rcS.d. Is there a way to get it back as it should be? What says that udev must appear before mountdevsubfs? Programs which I've tried that have something to do with startup are; startupmanager and splashy. I hope

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread Paul Elliott
Looking at the contents of /etc/rcS.d on my system, I can see that most of the symlinks were modified 2009-03-26 15:28. Comparing this to my dpkg log, I can see that the minute before I installed chkconfig so it looks like that might be the culprit although the only startup script that I remember c

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread Paul Elliott
Certainly looks like chkconfig is the problem. I used chkconfig to turn off rsync, using: chkconfig -e rsync and then editing the entry to off. After doing this, all my entries in rcS.d were recreated in a new order: lrwxrwxrwx 1 root root 19 2009-04-11 14:57 S02readahead -> ../init.d/readahead

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread Paul Elliott
It seems my current order rcS.d order, after the previous chkconfig -e rsync change, is working fine now. I've attached my current, working, ls -l rcS.d ** Attachment added: "Working rcS.d" http://launchpadlibrarian.net/25248007/rcS.d-working -- /dev/pts and /dev/shm not mounted on boot https

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread Jarkko Lietolahti
It seems that twiddling with chkconfig also made my /etc/rcS.d "better", that is udev is now before mountdevsubfs.sh. However I didn't have chkconfig installed, I had to install it with sudo apt-get install chdkconfig jar...@gandalf:/etc/rcS.d$ sudo chkconfig -e rsync insserv: warning: script 'K

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread Jarkko Lietolahti
>From reading the man page of chkconfig and insserv I think it's the insserv which is doing the magic. So running sudo insserv might put the scripts in correct order? jar...@gandalf:~$ sudo insserv insserv: warning: script 'K01gdm' missing LSB tags and overrides insserv: warning: script 'S24linux

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-11 Thread scottywz
Feisty Desktop -> Gutsy -> Hardy -> Intrepid -> Jaunty, with almost every devel version in-between. I experienced the problem upon upgrading to Jaunty and I added # pts support devpts /dev/pts devpts rw 0 0 to my fstab to work around it. I don't remember doing anything related to star

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-05-19 Thread rudy
I am having the same issue on a clean install of 9.04. It occured after updating my packages. During the update I had a kernel panic and on rebooting my mouse refused to work. I then tried to reinstall my kernel through aptitude and that was when I got to know the /dev/pts and /dev/shm were not bei

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-05-22 Thread mobileuser
I do have the same problems. The differents is that I'm working with 4 different systems. I've upgraded a Medion E1210 UMPC and a no name desktop from Ubuntu 8.10 with the standard upgrade procedure. No problem with all of them. A third system with a new installation, also everything works fine, My

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-05-22 Thread putin_ai
To mobileuser: Does mountdevsubfs.sh starts during booting OS? If it's not, #chkconfig mountdevsubfs.sh 1 in recovery mode -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-05-23 Thread Martin Kossick
** Changed in: insserv (Ubuntu) Status: New => Confirmed -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-06-10 Thread Matej Kovačič
I have the same problem after upgrade to 9.04 today. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-06-10 Thread Matej Kovačič
I have the same problem after upgrade to 9.04 today. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-06-10 Thread Matej Kovačič
I have the same problem after upgrade to 9.04 today. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-02-23 Thread Scott James Remnant
Also provide the output of "ls -l /dev" and please don't work around the problem first, otherwise you'll just show me a working system and that would be unhelpful ;) -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-29 Thread Rob Andrews Consulting
I have several medical instruments running with 8.10. Today Wed Apr 29 I upgraded one of the test systems to 9.04 (with a history of 7.xx, 8.04, 8.10 and today 9.04 using "Update Manager" and I immediately found the same problem attempting to launch Gnome Terminal. I have attached the output

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-30 Thread Waldo000000
I upgraded from 8.10 to 9.04 and had this problem ("There was an error creating the child process for this terminal" when starting terminal in GNOME). Fix 1 solved this for me (`sudo mv /etc/rcS.d/S03mountdevsubfs.sh /etc/rcS.d/S11mountdevsubfs.sh`). Please let me know if I can provide any further

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-05-19 Thread rudy
I am having the same issue on a clean install of 9.04. It occured after updating my packages. During the update I had a kernel panic and on rebooting my mouse refused to work. I then tried to reinstall my kernel through aptitude and that was when I got to know the /dev/pts and /dev/shm were not bei

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-17 Thread Gediminas Paulauskas
mountdevsubfs.sh script comes from initscripts, it uses lsb functions, but that's not the point -- it tries to mount /dev/pts but thinks it either does not exist or is mounted and skipts that. So I suspect permissions problem, or initramfs problem. I would like to help solve that but don't know a w

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-13 Thread Scott James Remnant
I am at a loss to explain this one, your /dev clearly contains a /dev/pts and /dev/shm directory so I have no idea why you're seeing mount complaining that the mount point does not exist. There was a suspicious line in your mount output: shmfs on /lib/init/rw/splashy type tmpfs (rw) if shmfs is

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-13 Thread Gediminas Paulauskas
There is no splashy or any other shmfs on my system so that is not the cause. What is strange that /etc/init.d/mountdevsubfs.sh which should mount those, does nothing when called, even if manual mount /dev/pts succeeds. I think when I tried to see why, the code if mountpoint -q "$MTPT"

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-26 Thread BrandonG777
I'm having the same issue after upgrading from Intrepid to Jaunty. If there is any info I can provide to help resolve just let me know. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, w

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-02 Thread Gediminas Paulauskas
That's how /dev looks just after boot. ** Attachment added: "ls -l /dev" http://launchpadlibrarian.net/23303358/ls-l-dev.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-02 Thread Gediminas Paulauskas
** Attachment added: "ls -l /lib/udev/devices" http://launchpadlibrarian.net/23303368/ls_lib-udev-devices.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-02 Thread Gediminas Paulauskas
** Attachment removed: "ls -l /dev" http://launchpadlibrarian.net/22910803/ls-l-dev.txt ** Attachment removed: "ls_lib-udev-devices.txt" http://launchpadlibrarian.net/22922136/ls_lib-udev-devices.txt -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-03-03 Thread Jarkko Lietolahti
This still exists on jaunty/8.10 with all updates installed to date. sudo mount -t devpts devpts /dev/pts is still required after reboot to access gnome-terminal, konsole etc. I wonder if shm is configured properly, because on some apps I get (those using pulseaudio, I guess) E: shm.c: shm_open(

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-13 Thread Ninad S Pundalik
I confirm scottywz's workaround of adding a line to fstab. I upgraded from a clean Intrepid install to a Jaunty install on 12/4/09, done by an alternate cd and getting the latest packages from the net. I noticed this error as soon as i rebooted after the upgrade process completed. Simply mounting

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Jarkko Lietolahti
"insserv is broken - note that it's never been tested on Ubuntu and is generally not supported, even the package description notes that it can cause problems." Ah, OK. Actually i didn't have it installed at all. Only installed it sometimes during testing try to get issue sorted out. Is there an u

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Scott James Remnant
Marking this as invalid. The original reporter's problem, and most of the duplicates/commentors, is caused by running chkconfig/insserv which re-ordered the directory incorrectly. This is assumedly a bug in those tools for not obeying the Should-Start: udev directive in mountdevsubfs.sh If other

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Jarkko Lietolahti
Is this bug tracked by another issue? Simply marking this bug as invalid will not fix the actual problem (which is /dev/shm and /dev/pts not being mounted on reboot after upgrade). If the tools are not obeying the Should-Start: directive in mountdevsubfs.sh, why not change it to Required-Start the

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Ninad S Pundalik
> The original reporter's problem, and most of the duplicates/commentors, > is caused by running chkconfig/insserv which re-ordered the directory > incorrectly. This is assumedly a bug in those tools for not obeying the > Should-Start: udev directive in mountdevsubfs.sh > > If other people have th

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread David Henningsson
** Package changed: udev (Ubuntu) => insserv (Ubuntu) ** Changed in: insserv (Ubuntu) Status: Invalid => New -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-14 Thread Gediminas Paulauskas
Putting udev before mountdevsubfs.sh fixed this bug for me, too! I reordered the links manually by looking at the .postinst files of the packages containing those init scripts. I confirm that I have had insserv installed around the time the bug appeared and that probably broke the order. But ple

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-02-20 Thread Scott James Remnant
Provide the output of: ls /lib/udev/devices ** Changed in: udev (Ubuntu) Status: New => Incomplete -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 321927] Re: /dev/pts and /dev/shm not mounted on boot

2009-04-28 Thread putin_ai
PEOPLE!! For Debian 9.04 jaunty Desktop Edition, upgraded from 8.10: chkconfig mountdevsubfs.sh 1 (need to start on level 1, 2, 3 and so one). You don't need to change files or something about it. -- /dev/pts and /dev/shm not mounted on boot https://bugs.launchpad.net/bugs/321927 You received t

  1   2   3   4   5   6   >