← Back to team overview

kernel-packages team mailing list archive

[Bug 1267707] Re: Logging in to ubuntu guest is displaying (none) in the command prompt

 

I am unable to login to the guest to run apport-collect 1267707 , its
rebooting indefinitely with the following call trace. so did not collect
that


/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libdbus-1.so.3)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libselinux.so.1)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libjson-c.so.2)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/librt.so.1)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/librt.so.1)
/sbin/init: /lib/powerpc64le-linux-gnu/libnsl.so.1: no version information available (required by /lib/powerpc64le-linux-gnu/libc.so.6)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libc.so.6)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libpthread.so.0)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libpthread.so.0)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libpcre.so.3)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libdl.so.2)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libdl.so.2)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libnsl.so.1)
/sbin/init: /lib/powerpc64le-linux-gnu/libc.so.6: no version information available (required by /lib/powerpc64le-linux-gnu/libtinfo.so.5)
/sbin/init: relocation error: /lib/powerpc64le-linux-gnu/libtinfo.so.5: symbol __cxa_finalize, version GLIBC_2.18 not defined in file libc.so.6 with link time reference
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00

CPU: 0 PID: 1 Comm: init Not tainted 3.13.0-0-generic #10+ppc64el-Ubuntu
Call Trace:
[c00000027c8d3a60] [c00000000001553c] .show_stack+0x7c/0x1f0 (unreliable)
[c00000027c8d3b30] [c0000000009fc480] .dump_stack+0x88/0xb4
[c00000027c8d3bb0] [c0000000009f4038] .panic+0xec/0x268
[c00000027c8d3c40] [c000000000088ad8] .do_exit+0xb18/0xb20
[c00000027c8d3d30] [c000000000089e84] .do_group_exit+0x54/0xf0
[c00000027c8d3dc0] [c000000000089f34] .SyS_exit_group+0x14/0x20
[c00000027c8d3e30] [c000000000009e58] syscall_exit+0x0/0x98
Rebooting in 10 seconds..

SLOF **********************************************************************
QEMU Starting
 Build Date = Dec  9 2013 20:15:23
 FW Version = mockbuild@ release 20131209
 Press "s" to enter Open Firmware.



** Changed in: linux (Ubuntu)
       Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1267707

Title:
  Logging in to ubuntu guest is displaying (none) in  the command prompt

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Description:
  -----------------

  Used below qemu command to open the guest ,
  qemu-system-ppc64 -enable-kvm -M pseries -cpu POWER8 -smp 1 -m 10G -nographic -nodefaults -monitor stdio -serial pty -append "root=/dev/sda" -kernel trusty-server-cloudimg-ppc64el-vmlinuz-generic -device spapr-vscsi -device spapr-vlan,netdev=net0,mac=52:54:00:b3:2d:f8 -netdev bridge,br=virbr0,id=net0 -drive file=trusty-server-cloudimg-ppc64el.img.qcow2

  got as below 
  (qemu) char device redirected to /dev/pts/2 (label serial0)

  when opening screen for /dev/pts/2 using  "screen /dev/pts/2" from
  host, It displayed the below error continuosly

  2014-01-10 04:40:35,082 - util.py[WARNING]: Failed writing semaphore file /var/lib/cloud/instances/iid-datasource-none/sem/config_set_passwords
  2014-01-10 04:40:35,083 - util.py[WARNING]: Running set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/lib/python2.7/dist-packages/cloudinit/config/cc_set_passwords.pyc'>) failed

  Later after on opening another screen using new qemu command I got the
  login prompt.

  But the issue is ..,

  On logging in to guest we get    ubuntu@ubuntu:~$    but now i am getting ubuntu@(none):~$  after logging in.
  also as root its diplaying root@(none):~#  instaead of root@ubuntu:~#

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


References