I am having an error that I think is related to this thread, but I can't
quite fix it. I am very much a newbie, just installed Ubuntu 9.10 last
weekend.
I am able to launch a terminal window just fine from the main menu.
I found this posting on how to rip CDs automatically with ABCDE, and did al
I had the same 2 errors.
I had kept /etc/init.d/mountdevsufs.sh since June, 2008.
'sudo mv /etc/init.d/mountdevsubfs.sh.dpkg-dist /etc/init.d/mountdevsubfs.sh'
got rid of the 2 errors.
Thank you, Scott James Remnant.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/33
On Fri, 2009-06-05 at 20:48 +, humufr wrote:
> Scott I am sorry but my brother in law do have this problem and I did
> the install when I gave him the laptop and I KNOW that I just did a
> basic installation of hardy. After he did, before asking me or I would
> have stop him, did the upgrade t
Scott I am sorry but my brother in law do have this problem and I did
the install when I gave him the laptop and I KNOW that I just did a
basic installation of hardy. After he did, before asking me or I would
have stop him, did the upgrade to intrepid (he doesn't know anything
about OS so he didn't
This is caused by a modification you have made to your system and failed
to account for in the upgrade.
Either
1) your /etc/rcS.d directory has been re-ordered such that
S11mountdevsubfs.sh is no longer S11 (or S10udev is no longer S10)
2) your /etc/init.d/mountdevsubfs.sh file has custom mod
I posted this entry a few days ago:
"Since yesterday (upgrade from 8.10 to 9.04) I had exactly the same problem.
For me the /etc/rcS.d/S11mountdevsubfs.sh was missing, too. And I also got the
errors during boot mentioned above.
I created now the missing symlink at it seems to work, now.
Please le
Many thanks Scott.
I did as instructed and used the following command :-
mv /etc/init.d/mountdevsubfs.sh.dpkg-dist /etc/init.d/mountdevsubfs.sh
and undid the change I had made to /etc/fstab by deleting the line which I had
added as follows:-
devpts /dev/pts devpts (rw,noexec,nosuid,gid=5,mode=620
brickatius: you have modified /etc/init.d/mountdevsubfs.sh, and declined
the conffile prompt on upgrade; the following command will fix it:
mv /etc/init.d/mountdevsubfs.sh.dpkg-dist /etc/init.d/mountdevsubfs.sh
Scott
--
Scott James Remnant
sc...@canonical.com
--
update manager "Error failed
Output of ls /etc/init.d
acpid killprocsreadahead
acpi-supportklogdreadahead-desktop
alsa-utils laptop-mode README
anacron linux-restricted-modules-common reboot
apmd
On Tue, 2009-05-05 at 10:28 +, Scott James Remnant wrote:
> Those who do have an /etc/rcS.d/S11mountdevsubfs.sh symlink, please
> provide the output of:
>
> ls /etc/rcS.d
>
Sorry, my mistake. This should be:
ls /etc/init.d
Scott
--
Scott James Remnant
sc...@canonical.com
--
updat
S01mountkernfs.sh -> ../init.d/mountkernfs.sh
S01readahead -> ../init.d/readahead
S02hostname.sh -> ../init.d/hostname.sh
S06keyboard-setup -> ../init.d/keyboard-setup
S07linux-restricted-modules-common -> ../init.d/linux-restricted-modules-common
S10udev -> ../init.d/udev
S11mountdevsubfs.sh -> ..
README S36mountall-bootclean.sh
S01mountkernfs.sh S37apparmor
S01readaheadS37mountoverflowtmp
S02hostname.sh S37udev-finish
S06keyboard-setup S39readahead-desktop
S07linux-restricted-module
Those who do have an /etc/rcS.d/S11mountdevsubfs.sh symlink, please
provide the output of:
ls /etc/rcS.d
** Changed in: sysvinit (Ubuntu)
Status: Confirmed => Incomplete
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notific
Thanks mooli. Mooli's post on 04/28/2009 fixes this problem for me. Just for
clarity he wrote:
a)open console,
b)hold CTRL, ALT and push F1
c)login as root user
d)sudo su
e)add this line to my /etc/fstab file to resolve issue...
devpts /dev/pts devpts noexec,nosuid,gid=5,mode=620 0 0
f) type mo
Since yesterday (upgrade from 8.10 to 9.04) I had exactly the same problem.
For me the /etc/rcS.d/S11mountdevsubfs.sh was missing, too. And I also got the
errors during boot metioned above.
I created now the missing symlink at it seems to work, now.
Please let us no, if this really fixes the probl
Output of ls /etc/rcS.d
README
S01mountkernfs.sh
S01readahead
S02bootchart
S02hostname.sh
S06keyboard-setup
S07linux-restricted-modules-common
S10udev
S11mountdevsubfs.sh
S13pcmciautils
S15module-init-tools
S17procps
S20checkroot.sh
S22mtab.sh
S25brltty
S30checkfs.sh
S35mountall.sh
S36mountall-boo
Please provide the output of:
ls /etc/rcS.d
We've received a few reports of this, and in every case something had
re-ordered rcS.d incorrectly
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of
I move this to sysvinit (that provides the initscripts package).
The mounting should be done automatically on boot via the
mountdevsubfs.sh script.
** Package changed: update-manager (Ubuntu) => sysvinit (Ubuntu)
** Changed in: sysvinit (Ubuntu)
Status: Incomplete => Confirmed
** Changed
Same here,
a)open console,
b)hold CTRL, ALT and push F1
c)login as root user
d)sudo su
e)add this line to my /etc/fstab file to resolve issue...
devpts /dev/ptsdevpts noexec,nosuid,gid=5,mode=6200 0
f) type mount -a
g)hold CTRL, ALT and push F1 to get back into the
Same here,
a)open console,
b)hold CTRL, ALT and push F1
c)login as root user
d)sudo su
e)add this line to my /etc/fstab file to resolve issue...
devpts /dev/ptsdevpts noexec,nosuid,gid=5,mode=6200 0
f) type mount -a
g)hold CTRL, ALT and push F1 to get back into the
now, after full version was released, i've upgraded, and i received this same
problem.
but your adviced with /etc/fstab helped.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is
/etc/rcS.d/S11mountdevsubfs.sh for me is missing. What are the contents
so I can replace it?
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
same boat here. Above suggestions did not repair.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
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.
I got the same issue here, after upgrading from 8.10 to 9.04 final
release, today.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailin
As long as I understand devpts is mounted in this script
/etc/init.d/mountdevsubfs.sh. This script calls domunt() function that is
placed in this other script /lib/init/mount-functions.sh. I see an error on the
console when the system is booting (I omitted splash and quiet when booting),
it s
I have the first script in init.d. I do NOT the second file found in
rcS.d. Thanks, alperkins
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
To: em...@rickwall.co.uk
Subject: [Bug 338071] Re: update manager "Error failed to fork pty"
Date: Tue, 07 Apr 2009 09:39:50 -
Thanks for the comments.
It should should not be needed to have devpts in /etc/fstab, there is a init
script:
/etc/init.d/mountdevsubfs.sh
that deals with mount
Thanks for the comments.
It should should not be needed to have devpts in /etc/fstab, there is a init
script:
/etc/init.d/mountdevsubfs.sh
that deals with mounting the required devpts filesystem. Do you have that file?
Do you also have the symlink at:
/etc/rcS.d/S11mountdevsubfs.sh
?
--
update
I'm still in the soupI have one small success, as stated previously,
when I download updates, and cannot install them I go to a lesser level
of Ubuntu and install the updates, now in the lesser level, using the
jomtois directions, I can get a Terminal window up. This is still not
possible on m
Same problem, and above fix worked for me as well.
Alt+F2 then 'sudo gedit /etc/fstab' then saved it.
Alt+F2 then 'sudo mount -a'.
Terminal window functioned after that no reboot required.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug
** Attachment added: "term.log"
http://launchpadlibrarian.net/24739608/term.log
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
** Attachment added: "main.log"
http://launchpadlibrarian.net/24739594/main.log
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
** Attachment added: "apt.log"
http://launchpadlibrarian.net/24739587/apt.log
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing
** Attachment added: "mount"
http://launchpadlibrarian.net/24739577/mount
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing lis
Same problem here with update manager and terminal. If you can't open a
terminal do ALT + F2 to open the 'run application' window and then type the
following
gksudo gedit /etc/fstab
then add the line as suggested above. Has cured the problem for me.
** Attachment added: "xorg_fix_intrepid.log"
well, some progress here, I was able to login through the recovery panel,
change to root and edit /etc/stab
Alas though neither the single line nor the 3 lines have had any affect on my
sessions. I still have no Terminal and running Update Manager is still
encountering the same error. Thanks t
sudo gedit /etc/fstab
save and reboot
alperkins wrote:
> O.k. very pleased for the confirmation on how to fix this, now my new
> problemwhen I try and paste the line:
>
> devpts /dev/pts devpts (rw,noexec,nosuid,gid=5,mode=620)
>
> into the /etc/fstab file, I get the message, "no access". I
Try to do:
$ sudo gedit /etc/fstab
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
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://lis
O.k. very pleased for the confirmation on how to fix this, now my new
problemwhen I try and paste the line:
devpts /dev/pts devpts (rw,noexec,nosuid,gid=5,mode=620)
into the /etc/fstab file, I get the message, "no access". In other
words it doesn't prompt me for my password, it just says I d
thanks,
i did, and it worked. but i'm assuming its still a bug? this is just a
workaround?
ant1matter wrote:
> try adding the following line to /etc/fstab (as root)
>
>
> devpts /dev/pts devpts (rw,noexec,nosuid,git=5,mode=620)
>
>
> R
> On Apr 2, 2009, at 6:46 AM, caj420 wrote:
>
>
>> I ju
try adding the following line to /etc/fstab (as root)
devpts /dev/pts devpts (rw,noexec,nosuid,git=5,mode=620)
R
On Apr 2, 2009, at 6:46 AM, caj420 wrote:
> I just upgraded to the Jaunty Beta yesterday and have the EXACT same
> problems as described above. Both the update manager and terminal
I tried performing the action in the comment by hrstrand 2009-03-27 (in
quotes below), and rebooted after making the change to the fstab file.
"I added this to /etc/fstab
devpts /dev/pts devpts (rw,noexec,nosuid,gid=5,mode=620)"
this change to the fstab file also worked for me. the package mana
I just upgraded to the Jaunty Beta yesterday and have the EXACT same
problems as described above. Both the update manager and terminal give
me the same problems.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are
hrstrand suggestion also fixed this for me.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
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
htt
Output of mount :
/dev/sda3 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/l
I was having an issue with this error as well after upgrading to jaunty.
Specifically I was seeing this anytime i tried to update anything from
adept or synaptic.
I manually added the entry to /etc/fstab just as hrstrand and it
resolved the issue.
Ryan
--
update manager "Error failed to fork pt
If anyone who hit the problem could add the output of "mount " - that
would be much appreciated.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubun
/etc/fstab is not a directory, it is a file.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
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
ht
O.k. so I have yet no terminal ability, and if I use the file manager
under Places, when I get to /etc, I can find no fstab subdirectory.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs,
I'm hitting the problem again, in other words, I checked for Updates,
downloaded Updates, and during the install, I hit right back to this
same error. My same trick to resolve this is to reboot under a lesser
version , and install updates. Thanks for the solution you've found.
I'm pretty new to L
I added this to /etc/fstab
devpts /dev/pts devpts (rw,noexec,nosuid,gid=5,mode=620)
it seems to make this problem go away
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subs
I am in the exact same situation after an upgrade from 8.10 today
** Attachment added: "dist-upgrade.zip"
http://launchpadlibrarian.net/24410994/dist-upgrade.zip
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you
I have been able to eliminate this problem, by booting a lesser version
and reinstalling the updates. My newer problem now is that I cannot
open a Terminal session. It says it cannot start the child session.
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You
** Summary changed:
- update manager install error
+ update manager "Error failed to fork pty"
--
update manager "Error failed to fork pty"
https://bugs.launchpad.net/bugs/338071
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
54 matches
Mail list logo