search for: imexps

Displaying 20 results from an estimated 73 matches for "imexps".

2014 Jan 19
2
libguestfs hanging on CentOS 6.2
Hi, libguestfs is hanging on my CentOS 6.2. Here is the output of the libguestfs-test-tool: http://pastebin.com/Kh5H1Wyj Any hint? Thanks
2013 Feb 08
1
Can't build 5.9 with KVM on a 6.3 host - DHCP hang?
During the build (via a serial console) we get input: ImExPS/2 Generic Explorer Mouse as /class/input/input1 running install... running /sbin/loader Sending request for IP information for eth0... Determining host name and domain... Sending request for IP information for eth0... Determining host name and domain... And there it hangs. On the 6.3...
2015 Jun 30
2
Issue with virt-builder on Ubuntu 14.04
Hello, I am running into problems with virt-builder on my Ubuntu-14.04 install. Please find the checklist below: 1. What are you trying to achieve? I'm trying to build a standard Ubuntu 14.04 disk image. 2. What exact commands did you run? I ran "virt-builder ubuntu-14.04" 3. What was the precise error/output of these commands? The process gets stuck indefinitely at
2015 Jun 30
0
Re: Issue with virt-builder on Ubuntu 14.04
...ex-285) > [ 1.886591] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0 > /init: 79: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent > /sbin/dhclient-script: line 31: /etc/fstab: No such file or directory > [ 2.935872] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 ... the kernel boots quite far, and then hangs in the init script (see appliance/init). Some things you can try: - Force qemu to use TCG (no KVM) mode to see if that makes a difference: export LIBGUESTFS_BACKEND_SETTING...
2015 Dec 04
0
Re: virt-builder is very slow in git master when building ubuntu 14.04 vm
On Fri, Dec 04, 2015 at 06:00:39PM +0800, 阎淼 wrote: > /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent > [ 1.775004] input: ImExPS/2 Generic Explorer Mouse as > /devices/platform/i8042/serio1/input/input2 > /sbin/dhclient-script: 31: /sbin/dhclient-script: cannot open > /etc/fstab: No such file > RTNETLINK answers: File exists The failure is here: https://github.com/libguestfs/libguestfs/blob/master/appliance/i...
2014 Jan 19
0
Re: libguestfs hanging on CentOS 6.2
Just in case, here is also the output after exiting the libguestfs-test-tool: ... febootstrap: internal insmod ext2.ko [ 0.965626] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 ...HANG...pressed CTRL+C... febootstrap: no ext2 root device found Please include FULL verbose output in your bug report. [ 525.159362] Kernel panic - not syncing: Attempted to kill init! [ 525.160484] Pid: 1, comm: init N...
2014 Jan 19
2
Re: libguestfs hanging on CentOS 6.2
On Sun, Jan 19, 2014 at 09:22:55AM -0300, Christopher Pereira wrote: > Just in case, here is also the output after exiting the > libguestfs-test-tool: > > ... > febootstrap: internal insmod ext2.ko > [ 0.965626] input: ImExPS/2 Generic Explorer Mouse as > /devices/platform/i8042/serio1/input/input2 The next line here should be: febootstrap: picked /sys/block/vdb/dev as root device So for whatever reason febootstrap cannot find the appliance disk. It is added correctly on the qemu command line. Versions install...
2011 Aug 17
2
building a supermin appliance with febootstrap...
...ting /dev/root as block special 8:0 febootstrap: mounting new root on /root febootstrap: chroot /proc/uptime: No such file or directory Welcome to my world bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell bash-4.2# [ 1.103034] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 [ 1.334183] Refined TSC clocksource calibration: 1995.006 MHz. bash-4.2# ######################################################## But when I try to 'exit', I notice a kernel panic. And it just seems to hung there...
2015 Mar 12
2
Invalid module format errors, supermin waits forever for /sys/block/sdb/dev to appear
After failing to get things to work on a Ubuntu 14.04 host I build a fedora 21 environment to see if Ubuntu may have been the problem and didn't get quite as far so here's an official report per the FAQ directions: - Trying to get guests to build and have network access so package management actions can be done before uploading to openstack image service. - I ran ./run virt-builder
2015 Dec 04
2
Re: virt-builder is very slow in git master when building ubuntu 14.04 vm
...revision 0 [ 0.783386] AVX version of gcm_enc/dec engaged. [ 0.783955] AES CTR mode by8 optimization enabled [ 0.914717] intel_rapl: no valid rapl domains found in package 0 /init: 86: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent [ 1.775004] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2 /sbin/dhclient-script: 31: /sbin/dhclient-script: cannot open /etc/fstab: No such file RTNETLINK answers: File exists /sbin/dhclient-script: 31: /sbin/dhclient-script: cannot open /etc/fstab: No such file RTNETLINK answers: Fil...
2008 Jan 30
2
mouse problems [A4 Tech OP-3D]
After some poking into psm.c code I've got some results. First, for the archives, debug.psm.loglevel tunable is much more useful than a verbose boot for debugging PS/2 mouse issues. A good value is 2. Second, I fiddled with various probe methods to force them to "recognize" my mouse (by loosening their checks) and found out that the mouse works perfectly if it is treated as
2015 Jun 30
2
Re: Issue with virt-builder on Ubuntu 14.04
...1] piix4_smbus 0000:00:01.3: SMBus Host Controller at > 0xb100, revision 0 > > /init: 79: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: > Directory nonexistent > > /sbin/dhclient-script: line 31: /etc/fstab: No such file or directory > > [ 2.935872] input: ImExPS/2 Generic Explorer Mouse as > /devices/platform/i8042/serio1/input/input3 > > ... the kernel boots quite far, and then hangs in the init script (see > appliance/init). > > Some things you can try: > > - Force qemu to use TCG (no KVM) mode to see if that makes a difference:...
2005 Jun 09
0
Problems starting Xen on Ubuntu
...Host Controller Interface driver v2.2 usb 1-1: new full speed USB device using ohci_hcd and address 2 usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.0:USB HID core driver mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard on isa0060/serio0 input: ImExPS/2 Logitech Explorer Mouse on isa0060/serio1 md: raid0 personality registered as nr 2 md: raid1 personality registered as nr 3 md: raid5 personality registered as nr 4 raid5: automatically using best checksumming function: pIII_sse pIII_sse : 3007.200 MB/sec raid5: using function: pIII_sse (300...
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings, I got the below dmesg and the first bad commit is commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c Merge: 3398d25 23b7eaf Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Sep 4 17:45:39 2013 -0700 Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip Pull Xen updates from Konrad
2007 Jul 09
2
ATA: abnormal status 0x7F on port 0xB887
...: PCI Interrupt 0000:00:05.0[A] -> Link [LSA0] -> GSI 21 (level, low) -> IRQ 58 PCI: Setting latency timer of device 0000:00:05.0 to 64 ata1: SATA max UDMA/133 cmd 0xC480 ctl 0xC402 bmdma 0xBC00 irq 58 ata2: SATA max UDMA/133 cmd 0xC080 ctl 0xC002 bmdma 0xBC08 irq 58 scsi0 : sata_nv input: ImExPS/2 Generic Explorer Mouse as /class/input/input1 ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata1.00: ATA-7, max UDMA/133, 781422768 sectors: LBA48 NCQ (depth 0/32) ata1.00: ata1: dev 0 multi count 16 ata1.00: configured for UDMA/133 scsi1 : sata_nv ata2: SATA link up 1.5 Gbps (SStatus 11...
2010 May 19
9
How to capture boot messages of Guest
Hi , Can any one please let me know how to capture all the boot messages of the Guest OS into a text file? I do xm create -c /etc/xen/hvm.cfg to boot the guest OS. Thanks Kishore _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2018 Jul 26
2
net-next boot error
...oaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' > platform regulatory.0: Direct firmware load for regulatory.db failed with > error -2 > cfg80211: failed to load regulatory.db > ALSA device list: > #0: Dummy 1 > #1: Loopback 1 > #2: Virtual MIDI Card 1 > input: ImExPS/2 Generic Explorer Mouse as > /devices/platform/i8042/serio1/input/input4 > md: Waiting for all devices to be available before autodetect > md: If you don't use raid, use raid=noautodetect > md: Autodetecting RAID arrays. > md: autorun ... > md: ... autorun DONE. > EXT4-fs...
2018 Jul 26
2
net-next boot error
...oaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' > platform regulatory.0: Direct firmware load for regulatory.db failed with > error -2 > cfg80211: failed to load regulatory.db > ALSA device list: > #0: Dummy 1 > #1: Loopback 1 > #2: Virtual MIDI Card 1 > input: ImExPS/2 Generic Explorer Mouse as > /devices/platform/i8042/serio1/input/input4 > md: Waiting for all devices to be available before autodetect > md: If you don't use raid, use raid=noautodetect > md: Autodetecting RAID arrays. > md: autorun ... > md: ... autorun DONE. > EXT4-fs...
2012 May 02
3
[Bug 49397] Not able to set monitor resolution
https://bugs.freedesktop.org/show_bug.cgi?id=49397 Aaron Plattner <aplattner at nvidia.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|aplattner at nvidia.com |nouveau at lists.freedesktop.o | |rg
2006 Jul 27
0
kernel BUG at fs/bio.c (kernel 2.6.9-34.0.2.EL)
...form CD-ROM driver Revision: 3.20 ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.0:USB HID core driver mice: PS/2 mouse device common for all mice input: AT Translated Set 2 keyboard on isa0060/serio0 input: ImExPS/2 Logitech Explorer Mouse on isa0060/serio1 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 NET: Registered protocol family 2 IP: routing cache hash table of 1024 buckets, 32Kbytes TCP: Hash tables configured (established 32768 bind 9362) Initializing IPsec netlink socket NET: Registered proto...