[Bug 1183212] Re: plymouth outputs the message "Please remove installation media..." into a wrong console when Ubuntu 13.04 installation is finished

2018-06-03 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message "Please remove installation media..."
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1183212] Re: plymouth outputs the message "Please remove installation media..." into a wrong console when Ubuntu 13.04 installation is finished

2018-04-04 Thread Simon Quigley
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. We are sorry that we do not always have the capacity to look at all 
reported bugs in a timely manner. There have been many changes in Ubuntu since 
that time you reported the bug and your problem may have been fixed with some 
of the updates. It would help us a lot if you could test it on a currently 
supported Ubuntu version. If you test it and it is still an issue, kindly 
upload the updated logs by running only once:
apport-collect https://api.launchpad.net/1.0/bugs/1183212

and any other logs that are relevant for this particular issue.

** Changed in: ubiquity (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message "Please remove installation media..."
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-06-06 Thread regmka
Probably, the same issue as #1087436.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-06-04 Thread regmka
It turned out the configuration file /etc/init/plymouth-stop.conf is to blame:
when I replaced the lines 21-25 of the script:

pre-start script
case $JOB in
gdm|kdm|lightdm|ubiquity|oem-config)
exit 0

with

pre-start script
case $JOB in
gdm|kdm|lightdm|ubiquity|oem-config|rc)
exit 0

the bug ceased to reproduce. It seems the problem is that the script 
/usr/bin/ubiquity-dm
may be started after the script /etc/init.d/rc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-06-04 Thread regmka
The problem is also fixed by replacing the line 27 in the script
/etc/init/plymouth-stop.conf

exec /bin/plymouth quit

with

exec /bin/plymouth quit --retain-splash

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-06-04 Thread Steve Langasek
So, it's valid that the 'rc' job stops, and thus plymouth, before
ubiquity has started.  In that case, we should expect that plymouth
*does* clear the splash, because exiting with --retain-splash is not
safe; and the VT should be switched back to VT1 at that point.

Only after this has happened, ubiquity-dm should start up and, seeing
that plymouth is not running, switch itself to VT7 before starting.

If this isn't happening, it sounds like it's probably a ubiquity-dm bug
rather than a plymouth bug.

** Package changed: plymouth (Ubuntu) = ubiquity (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-06-03 Thread regmka
The bug is reproduced when plymouth is running while the method DM.run() (file 
/usr/bin/ubiquity-dm)
is running: in this case plymouth is killed by the command

plymouth quit --retain-splash

on the line 269 of the script  /usr/bin/ubiquity-dm. When plymouth exits in 
this way the active console
isn't switched and Xorg starts with the 6th console active.

I'm not sure whether plymouth should be alive at this point of a
startup.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-05-30 Thread regmka
 How did you generate this plymouth.log.buggy?

I use the kernel command line option plymouth.debug=stream:/dev/ttyS0.

 That doesn't look like a log from a plymouth shutdown, it looks like a
log from a plymouth boot splash.

Exactly, this is a log from the startup session of plymouth.

  I'm not sure this output is relevant to the shutdown problem.

I'm sorry I didn't make it clear why I think the problem is caused by a startup 
session
of plymouth instead of shutdown one. I caught all changes of the kernel 
variable fg_console
and all calls to the kernel function set_console(). I've got the following 
results:

1) plymouth switches the foreground console from 0th to 6th on a startup;
2) plymouth switches the foreground console from 6th to 0th some time after;
3) Xorg switches the foreground console from 0th to 6th remembering that the 
active console is 0th.
4) Xorg switches the foreground console from 6th to 0th on a shutdown since the 
0th console was active
 when Xorg started.

The strange thing here is that plymouth doesn't attempt to switch consoles on a 
shutdown.
May it be a race between a plymouth startup and Xorg shutdown? It seems it is 
since
the problem ceased to reproduce when I recreated the installation ISO with
the installer kernel compiled manually from the source package shipped with 
Ubuntu 13.04.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-05-29 Thread Steve Langasek
How did you generate this plymouth.log.buggy?  That doesn't look like a
log from a plymouth shutdown, it looks like a log from a plymouth boot
splash.  I'm not sure this output is relevant to the shutdown problem.

What is the boot commandline when this happens, and what are the
contents of /proc/fb in the affected environment?  (I do not use
virtualbox here.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1183212] Re: plymouth outputs the message Please remove installation media... into a wrong console when Ubuntu 13.04 installation is finished

2013-05-27 Thread regmka
** Summary changed:

- The Ubuntu 13.04 installer outputs the message Please remove installation 
media... into a wrong console
+ plymouth outputs the message Please remove installation media... into a 
wrong console when Ubuntu 13.04 installation is finished

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1183212

Title:
  plymouth outputs the message Please remove installation media...
  into a wrong console when Ubuntu 13.04 installation is finished

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1183212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs