[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2019-05-06 Thread Steffen Hemer
I have to add: the newest update for Bionic (1.178ubuntu2.9) runs
through smoothly, nearly not recognized it.

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

Title:
  console-setup hangs under chroot debootstrap with a console login on
  ttyX

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/413415/+subscriptions

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

[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2019-04-29 Thread Steffen Hemer
Just ran across this bug because of a console-setup upgrade on a chroot-ed 
Xenial (installed via debootstrap, exported via nfs for PXE boot, upgrades 
always installed via chroot-ing on server). Whole upgrade process hangs at 
"Preconfiguring packages ...". 
Set "console-setup console-setup-linux keyboard-configuration" on hold for now.

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

Title:
  console-setup hangs under chroot debootstrap with a console login on
  ttyX

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/413415/+subscriptions

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

[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2011-11-22 Thread Abdulrahman Dimashki
I have used the next workaround in Lucid - Lucid setup:

If you already have the following process in process list:
/bin/sh /bin/setupcon --force --save
kill it from the host

or, -on the target- before installing console-setup package, install
'kbd', then

On the target:
cd /bin/
mv fgconsole fgconsole.bak
cat  fgconsole.new  EOF
 #!/bin/bash
 
 echo intentional  error 2
 exit 1
 EOF
chmod +x fgconsole.new
ln -s fgconsole.new fgconsole

this will make any invocation of /bin/fgconsole to fail, which will
cause the postinstall script of console-setup to invoke 'setupcon' with
'--save-only' parameter instead of '--save --force'

now install 'console-setup'
apt-get install console-setup

This will continue the post script if you have killed 'setupcon'
previously.

After the installation, restore /bin/fgconsole.

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

Title:
  console-setup hangs under chroot debootstrap with a console login on
  ttyX

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/413415/+subscriptions

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


[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2010-05-01 Thread Loïc Minier
As a workaround, if you don't need these packages, you can pass
--exclude console-setup,kbd,ubuntu-minimal to debootstrap.

** Changed in: console-setup (Ubuntu)
   Status: New = Confirmed

-- 
console-setup hangs under chroot debootstrap with a console login on ttyX
https://bugs.launchpad.net/bugs/413415
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2010-02-01 Thread Eric Windisch
To note, I've been experiencing this since at least Feisty... this (or a
related issue) would additionally trigger crashes under certain
circumstances.  The only solution I've had has been to remove console-
setup from the base system, which prevents installing non-base packages,
such as openssh, until one runs 'apt-get -f install'.  This clearly
breaks many scripts...

To improve my workaround, I'm intending to try a 2-stage install...

-- 
console-setup hangs under chroot debootstrap with a console login on ttyX
https://bugs.launchpad.net/bugs/413415
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2009-10-20 Thread tavasti
Apparently same problem arises also with installing system with network console 
(console over ssh)
At least for me 'Configuring console-setup...' doesn't end.

-- 
console-setup hangs under chroot debootstrap with a console login on ttyX
https://bugs.launchpad.net/bugs/413415
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2009-10-20 Thread tavasti
Looks like this affects network install if there is shell activated in
actual console.

-- 
console-setup hangs under chroot debootstrap with a console login on ttyX
https://bugs.launchpad.net/bugs/413415
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 413415] Re: console-setup hangs under chroot debootstrap with a console login on ttyX

2009-08-14 Thread Colin Watson
I'm planning to remove console-setup from our base system, which might
fix this.

-- 
console-setup hangs under chroot debootstrap with a console login on ttyX
https://bugs.launchpad.net/bugs/413415
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs