Re: Strange behavior

2006-01-12 Thread KokHow Teh
>I have the following Problem: >[EMAIL PROTECTED]:~$ sudo mkdir /sda1 >[EMAIL PROTECTED]:~$ sudo chown swe /sda1 >[EMAIL PROTECTED]:~$ ls -la /sda1 >total 8 >drwxr-xr-x 2 swe root 4096 Jan 11 16:19 . >drwxr-xr-x 37 root root 4096 Jan 11 16:19 .. As shown, /sda1 only has write permission fo

PPC kernel source tree

2005-12-23 Thread KokHow Teh
2.4.26 kernel, which is not something supported, and uses some >random embedded board with some unknown boot-loader (probably uboot ?). >I guess he has some trouble with his kenrel, or maybe is hitting the memory >limit. >KokHow Teh, i am running 2.6.10 on my MPC8248 board, and i sug

PQ2FADS-ZU: kernel 2.4.26: gcc: application header files

2005-12-23 Thread KokHow Teh
Hi; I have `apt-get install gcc` on my PQ2 target system running 2.4.26 but when I try to build a userland application, there are missing header files from my system: PQ2FADS-ZU:~# gcc -o float float.c float.c:1:19: stdio.h: No such file or directory PQ2FADS-ZU:~# ls /usr/include apache2 au

Re: PQ2FADS-ZU kernel 2.4.26 dpkg help - resolved

2005-12-22 Thread KokHow Teh
> >look at 'dmesg' (ie. type 'dmesg' on the console) and > >see if the kernel tells you why its being killed > > > Freeing unused kernel memory: 236k init 4k prep > __alloc_pages: 0-order allocation failed (gfp=0x1d2/0) > VM: killing process dpkg >It's eaten up all memory - did you set up a swa

Re: PQ2FADS-ZU kernel 2.4.26 dpkg help

2005-12-21 Thread KokHow Teh
PQ2FADS-ZU:/var/cache/apt/archives# Any idea? Thanks. KokHow Teh wrote: > Hi; > > >E: Sub-process /usr/bin/dpkg exited unexpectedly > > >>^^ > > >>very odd, could be a hardware error? is your machine >>

Re: PQ2FADS-ZU kernel 2.4.26 dpkg help

2005-12-21 Thread KokHow Teh
. PQ2FADS-ZU:/var/cache/apt/archives# PQ2FADS-ZU:/var/cache/apt/archives# dpkg -i ftp_0.17-12_powerpc.deb Killed PQ2FADS-ZU:/var/cache/apt/archives# dpkg -i telnet_0.17-29_powerpc.deb Killed PQ2FADS-ZU:/var/cache/apt/archives# As seen above, running dpkg manually get itself killed.... Regards

Re: PQ2FADS-ZU kernel 2.4.26 dpkg help

2005-12-21 Thread KokHow Teh
Hi; I am running kernel 2.4.26 with debian distribution on PQ2FADS-ZU. I tried to download and install some packages from ftp sources but after the download, apt-get failed with "E: Sub-process /usr/bin/dpkg exited unexpectedly": PQ2FADS-ZU:/var/cache/apt/archives# apt-get -V install ftp R

PQ2FADS-ZU kernel 2.4.26 dpkg help

2005-12-20 Thread KokHow Teh
Hi; I am running kernel 2.4.26 with debian distribution on PQ2FADS-ZU. I tried to download and install some packages from ftp sources but after the download, apt-get failed somehow: PQ2FADS-ZU:~# apt-get install alien Reading Package Lists... Done Building Dependency Tree... Done The followi

Re: serial console

2005-10-05 Thread KokHow Teh
Hi; On Wed, Oct 05, 2005 at 11:06:16AM +0800, KokHow Teh wrote: >> If the init scripts don't set the tty speed it will probably default to >> 9600n8. Maybe adding an stty early on will help. >> >> I need more help on this. Do you refer to sbin/init or some scri

Re: serial console

2005-10-04 Thread KokHow Teh
Sent by:Martin Habets <[EMAIL PROTECTED]> To:debian-powerpc@lists.debian.org cc: Subject:Re: serial console On Tue, Oct 04, 2005 at 02:56:54PM +0800, KokHow Teh wrote: > When I pass "console=tts/0,115200n8" to the kernel, I don't get any > console out

Re: serial console

2005-10-04 Thread KokHow Teh
Sent by:Martin Habets <[EMAIL PROTECTED]> To:debian-powerpc@lists.debian.org cc: Subject:Re: serial console On Tue, Oct 04, 2005 at 02:56:54PM +0800, KokHow Teh wrote: > When I pass "console=tts/0,115200n8" to the kernel, I don't get any > consol

serial console

2005-10-04 Thread KokHow Teh
Hi; I have debian linux running on my PQ2FADS-ZU with devfs and serial driver compiled in. I have read Documentation/serial-console.txt and I have tried both passing "console=" option as well as without passing that to the kernel and both don't give me the expected results. When I pass

PQ2FADS-ZU: garbled console output before getting to login prompt.

2005-09-28 Thread KokHow Teh
Hi; I am booting arabella linux on my PQ2FADS-ZU from u-boot-1.1.3. I get console output from `bootm` to "Freeing unused kernel memory: 228k init 4k prep" and then, the console output is garbled before getting to the login prompt. The serial console is running at 115200. Would appreciate if y