Author Topic: A Clean, Fresh, Configured Eabi Rootfs Tarball  (Read 160480 times)

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #60 on: December 01, 2007, 12:12:29 pm »
here are the error messages about younggun debs :

Code: [Select]
/mnt/lan/zaurus/debian/uploads/yonggun_deb/console-tools_0.2.3dbs-65_armel.deb: component guessed as 'main'
Skipping inclusion of 'console-tools' '1:0.2.3dbs-65' in 'sid|main|armel', as it has already '1:0.2.3dbs-65'.
Character 0x3a not allowed in sourcename: 'http://www.pdaXrom.org/src/cpuoverclock-0.0.3.tar.bz2'!
To ignore this use --ignore=forbiddenchar.
Character 0x3a not allowed in sourcename: 'http://gpe.linuxtogo.org/download/source/gpe-conf-0.2.6.tar.bz2'!
To ignore this use --ignore=forbiddenchar.
Character 0x3a not allowed in sourcename: 'http://handhelds.org/pub/projects/gpe/source/gpe-icons-0.25.tar.gz'!
To ignore this use --ignore=forbiddenchar.
Error: Field 'Source' contains unexpected character 'f'!
/mnt/lan/zaurus/debian/uploads/yonggun_deb/libconsole_0.2.3dbs-65_armel.deb: component guessed as 'main'
Skipping inclusion of 'libconsole' '1:0.2.3dbs-65' in 'sid|main|armel', as it has already '1:0.2.3dbs-65'.
Error: Field 'Source' contains unexpected character 'f'!
/mnt/lan/zaurus/debian/uploads/yonggun_deb/libiw28_28-1_armel.deb: component guessed as 'main'
Skipping inclusion of 'libiw28' '28-1' in 'sid|main|armel', as it has already '28-1'.
Error: Field 'Source' contains unexpected character 'f'!
Error: Field 'Source' contains unexpected character 'f'!
Error: Field 'Source' contains unexpected character 'f'!
Error: Field 'Source' contains unexpected character 'f'!
Character 0x3a not allowed in sourcename: 'file://mplayer.conf'!
To ignore this use --ignore=forbiddenchar.
Error: Field 'Source' contains unexpected character 'f'!
Error: Field 'Source' contains unexpected character 'f'!
Error: Field 'Source' contains unexpected character 'f'!
/mnt/lan/zaurus/debian/uploads/yonggun_deb/wireless-tools_28-1_armel.deb: component guessed as 'main'
Skipping inclusion of 'wireless-tools' '28-1' in 'sid|main|armel', as it has already '28-1'.
Error: Field 'Source' contains unexpected character 'f'!
Error: Field 'Source' contains unexpected character 'f'!
Character 0x3a not allowed in sourcename: 'http://gpe.linuxtogo.org/download/source/xst-0.15.tar.gz'!
To ignore this use --ignore=forbiddenchar.
/mnt/lan/zaurus/debian/uploads/yonggun_deb/x-yonggun_0.0_armel.deb: component guessed as 'main'
Skipping inclusion of 'x-yonggun' '0.0' in 'sid|main|armel', as it has already '0.0'.
Error: Field 'Source' contains unexpected character 'f'!
There have been errors!


edited: i realize most errors are warnings or duplicate entries so they should be harmless...
matrixmen repositories updated!
« Last Edit: December 01, 2007, 12:15:26 pm by jpmatrix »
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #61 on: December 01, 2007, 01:44:47 pm »
Quote from: lineager
Quote from: 2or0
Quote from: kkazakov13
Can someone help me ...

I got the error mentioned here:

https://www.oesf.org/index.php?title=Q18:_I...ternal_drive%3F

about the initial console error.

When I booted into emergency system, I wanted to do this:

   mount /dev/hda1 /mnt/cf
   cd /mnt/cf/dev
   MAKEDEV console

but I could not:

first - it's already mounted as /mnt/cf as ext3 - that's ok

when I try to do ls -al /mnt/cf - it freezes without doing anything.

after this I tried

umount /mnt/cf

but I got "Device or resource busy"


Looks there isn't even /dev/hda1 ! only /dev/hda.

I'm getting this behaviour for the second time  it's happening only under emergency system. Under the initial B+D - it works ok.

Does anyone knows some way to fix this? Seems I cannot even install debian  I'm not talking about testing it ...

UBOOT emergency has a bug that you mentioned. For C3x00, the internel disk (hda1) seems to be recognized as cf card, and the disk partition information disappears. Whenever I entered into the emergency mode, I repartitioned the internel disk to recover the partition information. Fortunately, all data are not destroyed.



I also got this problem.. Could you give me hint/command how to repartition the internal disk under uboot and make it works?

When I do fdisk /dev/hda
I got "Segmentation fault"  

For my case, I first unmount /mnt/cf when I entered into emergency mode. You can use fdisk to repartition the /dev/hda. If you know the partition information, you can use that to recover the data in your internel disk.
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #62 on: December 01, 2007, 01:45:58 pm »
Quote from: jpmatrix
edited: i realize most errors are warnings or duplicate entries so they should be harmless...
matrixmen repositories updated!

Thanks  
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)

kkazakov13

  • Sr. Member
  • ****
  • Posts: 408
    • View Profile
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #63 on: December 01, 2007, 03:37:37 pm »
Quote from: 2or0
For my case, I first unmount /mnt/cf when I entered into emergency mode. You can use fdisk to repartition the /dev/hda. If you know the partition information, you can use that to recover the data in your internel disk.

well, after umount /mnt/cf - i cannot see any hda1/hda2 partitions. So this means the "emergency" mode is not useful
SL-C3200 ** FOR SALE :( **
https://www.oesf.org/forum/index.php?showtopic=25969

Canon K30225 CF wireless card
Taxan iTax-LAN10 wired card
My packages for customized pdaXrom beta 3

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #64 on: December 01, 2007, 04:29:15 pm »
Quote from: kkazakov13
Quote from: 2or0
For my case, I first unmount /mnt/cf when I entered into emergency mode. You can use fdisk to repartition the /dev/hda. If you know the partition information, you can use that to recover the data in your internel disk.

well, after umount /mnt/cf - i cannot see any hda1/hda2 partitions. So this means the "emergency" mode is not useful

You cannot see hda1/hda2 partitions before you make the repartition to see hda1/hda2.
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #65 on: December 01, 2007, 06:57:38 pm »
Quote from: 2or0
Quote from: kkazakov13
Quote from: 2or0
For my case, I first unmount /mnt/cf when I entered into emergency mode. You can use fdisk to repartition the /dev/hda. If you know the partition information, you can use that to recover the data in your internel disk.

well, after umount /mnt/cf - i cannot see any hda1/hda2 partitions. So this means the "emergency" mode is not useful

You cannot see hda1/hda2 partitions before you make the repartition to see hda1/hda2.
apparentlu you have to partition the drive and untar the tarball BEFORE installing the OS. I'm in the midst of this myself (and have only manged 3 nand restores to show for it)
Is there a step missing in the installation directions that must be obvious to those who have done it and less so to those of us who haven't?

Anyway, I've had: uboot go wrong in surprising ways, and my shiny new taerball extract with an unexpected eof error. I'm sure I'll be happy I did this--but atm...ugh.
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

band-aid

  • Newbie
  • *
  • Posts: 35
    • View Profile
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #66 on: December 01, 2007, 08:46:23 pm »
I can't get /mnt/cf to unmount

Code: [Select]
umount /mnt/cf
umount: /mnt/cf: Device or resource busy

umount -f /mnt/cf
umount: forced umount of /dev/hda1 failed!

is there some magic I'm missing?

adf

  • Hero Member
  • *****
  • Posts: 2807
    • View Profile
    • http://
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #67 on: December 01, 2007, 10:32:55 pm »
No joy with the tarball. I've used wget twice and opera once (On Ubuntu dapper, where /media/sdb1 is a 4G hitachi MD on a card reader I use regularly) --and I always get an eof error. Any suggestions?  I've included an excerpt below:

tar -xjpf /home/adf/zeabi/zaurus_eabi_rootfs_071201.tar.bz2 -C /media/sdb1          

gets me

bzip2: Data integrity error when decompressing.
        Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
« Last Edit: December 01, 2007, 10:34:21 pm by adf »
**3100 Zubuntu Jaunty,(working on Cacko dualboot), 16G A-Data internal CF, 4G SD, Ambicom WL-1100C Cf, linksys usb ethernet,  BelkinF8T020 BT card, Belkin F8U1500-E Ir kbd, mini targus usb mouse, rechargeble AC/DC powered USB hub, psp cables and battery extenders.

**6000l  Tetsuized Sharprom, installed on internal flash only 1G sd, 2G cf

lineager

  • Newbie
  • *
  • Posts: 7
    • View Profile
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #68 on: December 01, 2007, 11:48:35 pm »
Quote from: band-aid
I can't get /mnt/cf to unmount

Code: [Select]
umount /mnt/cf
umount: /mnt/cf: Device or resource busy

umount -f /mnt/cf
umount: forced umount of /dev/hda1 failed!

is there some magic I'm missing?

It seems some people got the same issue.
I want to know what step I missed or the guild not covered..  
I follow the wiki guild Q18 to install Debian Eabi on my 3200 internal drive.  All steps run smooth, just stop after the line of "unable to open an initial console"

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #69 on: December 02, 2007, 03:25:14 am »
Quote from: adf
No joy with the tarball. I've used wget twice and opera once (On Ubuntu dapper, where /media/sdb1 is a 4G hitachi MD on a card reader I use regularly) --and I always get an eof error. Any suggestions?  I've included an excerpt below:


you're right, the file is corrupted.
zdevil, please upload it again
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #70 on: December 02, 2007, 03:42:04 am »
Uploading. 25 minutes left.
I also found it strange: my original zaurus_eabi_rootfs_071201.tar.bz2 is 200.6MB, but I see there is a zaurus_eabi_rootfs_071201.tar which is just 204.2MB. The tar should be around 600.MB.

Anyway, here is my md5sum. jpmatrix, could you also help me check it?

[size=]b89abbed88dbe5671112c33703b92668[/size]      zaurus_eabi_rootfs_071201.tar.bz2
« Last Edit: December 02, 2007, 03:43:21 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #71 on: December 02, 2007, 04:17:56 am »
Quote from: ZDevil
Uploading. 25 minutes left.
I also found it strange: my original zaurus_eabi_rootfs_071201.tar.bz2 is 200.6MB, but I see there is a zaurus_eabi_rootfs_071201.tar which is just 204.2MB. The tar should be around 600.MB.

Anyway, here is my md5sum. jpmatrix, could you also help me check it?

[size=]b89abbed88dbe5671112c33703b92668[/size]      zaurus_eabi_rootfs_071201.tar.bz2

that's strange, the md5sum is correct (even for the older file) but i'm unable to extract the tar with 7-zip....
you can join me on irc on #debian-zaurus
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #72 on: December 02, 2007, 04:21:26 am »
Okay. Which irc server?
Uploading finished. In 071201.
« Last Edit: December 02, 2007, 04:21:45 am by ZDevil »

Life is too precious for hacking *too much*
Visit my Z screencap gallery[/color]
My EeePC 701 Black = Debian (Lenny) on IceRocks + Transcend SDHC Class6 8GB + 2GB RAM
My Zaurus SL-C3200 = Debian EABI (kernel 2.6.24.3-yonggun) on a swapped internal Sandisk Extreme III CF 16gb
My Debian EABI feed: http://matrixmen.free.fr/zaurus/debian/
My OpenBSD/Zaurus feeds:  Link1, Link2
[/i][/font][/color][/size]

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #73 on: December 02, 2007, 04:33:10 am »
Quote from: ZDevil
Okay. Which irc server?
Uploading finished. In 071201.

irc.freenode.net

as seen on https://www.oesf.org/forum/index.php?showto...5000&hl=irc

**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

cal

  • Full Member
  • ***
  • Posts: 112
    • View Profile
A Clean, Fresh, Configured Eabi Rootfs Tarball
« Reply #74 on: December 02, 2007, 07:17:57 am »
Would it be possible to create a debian install distro that works like a regular Zaurus rom?  

Start with a striped Angstrom image.  Have it automatically try to set up a network connection, download a debian root filesystem, install it to a location of the user's preference and set up altboot to automatically boot the new system.  

Basically using altboot as a boot loader and Angstom as a installation tool.  

As far as the end user would be concerned installing debian would be like installing any other rom, it would just take longer.