similar to: The computer hangs while booting the kernel

Displaying 20 results from an estimated 400 matches similar to: "The computer hangs while booting the kernel"

2003 Jul 01
0
Problems with eepro100 or BroadCom NetXtreme and s yslinux 2.04
This sounds kind of like what happened with me for earlier attempts at using syslinux. Skip using HPA's tools entirely and dd if=vmlinuz of=/dev/fd0 bs=1440k count=1 and make sure that the kernel runs from a floppy disk. There'll be no file system or anything, but you'll make sure that your kernel isn't faulty. If it doesn't execute, then you can avoid the syslinux/pxelinux
2001 Jul 16
0
FWD: OpenSSH bug in MacOS X
-----Original Message----- From: Josh Larios [mailto:jdlarios at cac.washington.edu] Sent: Thursday, July 05, 2001 8:40 PM To: openssh at openssh.com Subject: OpenSSH bug in MacOS X In MacOS X 10.0.4, and probably other versions, getaddrinfo() is broken in such a way that when you try to connect to certain hosts, openssh fails. getaddrinfo is first failing the lookup, and then failing to
2001 Jul 06
0
OpenSSH bug in MacOS X
In MacOS X 10.0.4, and probably other versions, getaddrinfo() is broken in such a way that when you try to connect to certain hosts, openssh fails. getaddrinfo is first failing the lookup, and then failing to return with an error code when it does fail. I've found that if you define BROKEN_GETADDRINFO for OS X, it compiles and runs just fine. This patch against configure works for me:
2010 Oct 14
2
help with an unbalanced split plot
Hi Everyone, I am trying to analyze a split plot experiment in the field that was arranged like this: I am trying to measure the fitness consequences of seed size. Factors (X): *Seed size*: a continuous variable, normally distributed. *Water*: Categorical Levels- wet and dry. *Density*: Categorical Levels- high, medium and solo *Plot*: Counts from 1 to 20 The *response variable *(Y) was the
2012 Feb 18
3
foreach %do% and %dopar%
Hi everyone, I'm working on a script trying to use foreach %dopar% but without success, so I manage to run the code with foreach %do% and looks like this: The code is part of a MCMC model for projects valuation, returning the most important results (VPN, TIR, EVA, etc.) of the simulation. foreach (simx = NsimT, .combine=cbind, .inorder=FALSE, .verbose=TRUE) %do% { MCPVMPA = MCVAMPA[simx]
2011 Apr 10
1
survival object
Hi All, I am trying to do a survivorship analysis with library(survival)from a data set that looks like this: I followed a bunch of naturally germinated seedlings of an annual plant from germination to death (none made it to reproduce, and died in a period of ~60 days after germination.) I also know the size of the seed of every individual censused. So I am trying to analyze seedling survival as
2007 Feb 08
3
Font problem
I'm using wine 0.9.30 and when I open a program it displays boxes, lines, and grids instead of the correct language font. I tried reinstalling/recompiling it but to no avail. I didn't have this problem before though I don't know when it first appeared, I only first noticed it when I was trying to install an SSH Secure Shell Client. - Joe
2004 Feb 12
2
samba
samba samba ? how are you? After a serious accident, I am ready to go back to work. At monsanto they let the solutions dry out in these silly racks. I don' work ther any more. Then I was working at the Danforth plant sience center. tThe whole building was down toone autoclave so I was there early But I dropped a 4l erlenmeyer and slipped and fell on the broken glass. They had to take
2009 Dec 17
3
Looking for help on 2 items...
I am pretty new to Dtrace but use the Dtrace Toolkit when trying to troubleshoot I/O issues On Oracle. I am looking for help on how to do the following: I am trying to answer whether adding more HBA Cards/ports would be effective. To do this, I need to know the i/o''s per second As well as total bandwidth per second. Has anyone done this before? Does anyone have any other ideas on how
2009 Oct 17
1
Are there any current, in play plans, to multi-thread rsync?
I am looking for an enhancement to multi-thread or parallelize rsync. Are there any plans that would allow one to set a parameter, like 'number_of_threads' and rsync will ship multiple files at the same time? Sincerely, Brian P Michael Technical Management Consultant Rolta TUSC, Inc. michaelb at tusc.com 630-960-2909 x1181 http://www.tusc.com <http://www.tusc.com/>
2013 May 23
3
Xen/ARM multiboot (v2) support
Hi Ian, can we push multiboot v2 support for Xen/ARM still into 4.3? It looks like it can coexists with zImage in the same binary - the multiboot structure can be put just behind the zImage header and the code can determine how it has been started: zImage bootloaders clears r0, multiboot one''s would set r0 to the MB magic. I will sketch a patch tomorrow, just wondering if we can have
2013 Sep 25
3
[PATCH] xen: arm: use new 64-bit zImage magic numbers for Xen binary
Upstream commit 4370eec05a88 "arm64: Expand arm64 image header" ended up changing the zImage magic (which was actually the initial branch instructio encoding!). The new header has a proper magic number at a fixed location. Switch Xen itself to using this format. Neither the bootwrapper nor the models care about this header themselves and real bootloaders are not widely used, so now is
2013 Nov 01
17
[PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
I''ve addressed all (I think/hope) of the review comments. The main change is to expose the guest virtual platform (e.g. memory layout and interrupt usage etc) to the toolstack via the public interface. This is then used during FDT generation. I have just codified the current defacto standard layout, it''s probably not the best layout but any change can be a separate patch/series.
2013 Mar 25
6
Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
Hi Xen Developers, I had tested new XenARM for Arndale board that is updated in Anthony''s tree from 2 days ago. I expected that will be working. But, I can not boot Dom0 Kernel. I used kernel and XenARM both are from Xen Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale). It (seems) stopped after "(XEN) Freed 212kB init memory" message. When I
2004 Dec 30
2
[PATCH] /proc/sys/kernel/bootloader_type
This patch exports to userspace the boot loader ID which has been exported by (b)zImage boot loaders since boot protocol version 2. Tested on i386 and x86-64; as far as I know those are the only architectures which use zImage/bzImage format. -hpa Signed-Off-By: H. Peter Anvin <hpa at zytor.com>
2010 Aug 18
8
Patch fixing vlan handling when network-bridge script is used
We had problem using tagged vlans inside domU. Testing shows that this is caused by changing network interfaces in network-bridge script. Following patch should allow to use vlans in guest. Testing scenario: configure vlan network (e.g. vlan 1 on eth0 => eth0.1) start xend create domU and configure same vlan inside it You can see that vlan is still <interface>.<vlan_id>. You can
2013 Jul 12
14
[PATCH] xen: arm: make zImage the default target which we install
From: Ian Campbell <ian.campbell@citrix.com> The zImage compatible binary is the useful one on real hardware. The relocated ELF thing is only really useful when booting directly on Fast Models. The customary suffix for that case is .axf so provide that as a target. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Cc: Wookey <wookey@linaro.org> --- xen/arch/arm/Makefile |
2018 Jun 13
4
Success: Bring-up of LLVM/clang-built Linux ARM(32-bit) kernel for Android - Nexus 5
Hello, I would like to share my successful bring-up of LLVM/clang-built Linux ARM(32-bit) hammerhead kernel for Android running on my Nexus 5 smartphone. After having successfully brought up LLVM/clang-built Linux kernel(since v4.15.7 to the most recent v4.17) on x86_64, I was interested in accomplishing the same on the ARM platform of my Nexus 5 - Android smartphone. So, here is the complete
2013 Nov 19
23
[PATCH v6 00/16] xen: arm: 64-bit guest support and domU FDT autogeneration
Biggest change is to switch the new DTB node to /xen-core-devices instead of /xen at Stefano''s request. I also dropped the few patches title HACK etc which weren''t supposed to be there and fixed up some bits and pieces which folks commented on. George, WRT the freeze I think this is functionality which we cannot ship Xen 4.4 without. The impact is entirely constrained to the
2002 Nov 18
4
Problems with old hardware
Hi all I have a Zenith N-Station (1997) P166 64 Mb of Ram it has a Intel LANDesk Service Agent version 0.98i it doesn't seem to be flashable I have tried methode from http://syslinux.zytor.com/pxe.php Each time I use ethereal to check the protocol The behavior is quite strange : I have the "Boot :" line the pxelinux is loading correctly But when I ask my image pxe, I have dumps