Displaying 5 results from an estimated 5 matches similar to: "Can not poweroff ?"
2002 Jan 16
1
Kernel boot problem using PXELinux boot
I used pxelinux.0 to boot my kernel, then the kernel began to boot. However, it cannot mount nfs root. I checked the nfs root
is exported OK!
The last screen is as followed:
serial sub-system self-test: passed.
internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
eepro100.c:v1.09j-t 9/29/99 Donald Becker http://cesdis.gsfc.nasa.gov/linux/dri
ver/eepro100.html
2005 Mar 04
3
Extremely slow during browsing some directories
hi,
I am quite new on using Samba and sorry maybe ask a silly question here. I
set up simple Samba server on Fedora3 using the samba rpm package comes with
fedora3( version 3.0.10-1.fc3). I use the SHARE security level to make
things easier. Everything goes fine so far, except that for some windows
user, some times, on browsing some directories, it takes extremely long time
to display the
2003 Nov 03
2
problem building MS-Windows package under linux
hi there,
trying to follow the steps of Yan & Rossini 2003, I have two problems
:
first when I 'make CrossCompileBuild', I get :
******************************************************************************
make[1]: Entering directory `/home/ros/RWORK/CROSSSOMP/WinR/R-1.8.0/src/gnuwin32'
make -f Makefile.docfiles
make[2]: Entering directory
2002 May 22
2
chrooting/jailing transfer-only accounts
Folks,
I've been tasked to find a solution that will create
file-transfer-only accounts that are jailed or chrooted to a specific
directory. (Not an uncommon task, I think.)
Using the OpenSSH server and the OpenSSH scp client program, I can
achieve the goal of having a file transfer only account jailed to a
specified directory, by using the "scpjail" script (attached) as a
2009 Jul 21
0
[LLVMdev] how can I compile an ARM assembly file produced by llc into ARM binary ?
Dear all,
I have a problem while compiling the ARM assembly file produced by LLVM arm backend (llc)。
The commands I did are ..
llc -march=arm printf.bc -o printf.arm.s
arm-softfloat-linux-gnu-as printf.arm.s -o printf.arm.o
arm-softfloat-linux-gnu-ld --dynamic-linker /home/toolchain/arm-softfloat-linux-gnu/distributed/arm-softfloat-linux-gnu/lib/ld-2.3.5.so