Author Topic: Xorg In User  (Read 19631 times)

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #45 on: November 03, 2007, 11:48:51 am »
libconsole + console_tools wasn't installed ... libiwi + wirelesstools i don't know (i didn't check), i installed them manually (sorry not to have checked :/ )
but i'm pretty sure they wasn't

in fact, all the script failed the 1st time. why ? i don't know
in a second time it failed after pb with start-stop.REAL ...
but we don't really see it fail, because of all "done" and no "error"

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #46 on: November 03, 2007, 11:51:28 am »
so ... there still isn't an hostname, a hwclock...
all has to be done manually maybe
i'm configuring network, to get the start-stop.REAL  and  i'll retry the script, slowly with some "read nothing" in order to see what really appends

i keep you in touch

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Xorg In User
« Reply #47 on: November 03, 2007, 11:54:22 am »
Quote from: flux
libconsole + console_tools wasn't installed ... libiwi + wirelesstools i don't know (i didn't check), i installed them manually (sorry not to have checked :/ )
but i'm pretty sure they wasn't

in fact, all the script failed the 1st time. why ? i don't know
in a second time it failed after pb with start-stop.REAL ...
but we don't really see it fail, because of all "done" and no "error"

1st time failure: I guess it may have to do with the beginning "#!/bin/sh" line.
The second time failure has to do with missing start-stop-daemon.REAL file in your system. (But I had it and 2or0 wrote it in the instructions here: http://yonggun.tistory.com/54 )

The thing is the 1st-cfg.sh will cd into the packages dir to dpkg -i the packages. Others (jpmatrix and tux) confirmed that the first script ran fine.

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]

ZDevil

  • Hero Member
  • *****
  • Posts: 1998
    • View Profile
    • http://
Xorg In User
« Reply #48 on: November 03, 2007, 11:56:01 am »
Quote from: flux
so ... there still isn't an hostname, a hwclock...
all has to be done manually maybe
i'm configuring network, to get the start-stop.REAL  and  i'll retry the script, slowly with some "read nothing" in order to see what really appends

i keep you in touch

Then I think something may go wrong with the download. I will try the scripts on my C860 this evening to see how they fare.

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]

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #49 on: November 03, 2007, 12:14:42 pm »
1st, you should had to the script a line which tails :

echo -ne "auto lo\n\tiface lo inet loopback" >> /etc/network/interfaces

for hostname, that's fine in fact


PB !    do you think i can "apt-get install ssh"
or it will kill the "afterinstall"  normal process ?  it is for the "start-stop-deamon

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #50 on: November 03, 2007, 12:25:36 pm »
now that i put 'start-stop-deamon.REAL"  at the right place, the script goes well untill it fails on :

* mv cannot stat /etc/atp/sources.list   .... but it seems normal, it already mv it before, without cp /afterinstall/settings/sources.list  (but you'll check tonight on your cxxx

* cp : cannot stat hwclock.rules : no such file /dir   :  correct in 1cfg.sh   cp settings/hwclock.rules   ....

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
Xorg In User
« Reply #51 on: November 03, 2007, 12:25:45 pm »
Quote from: ZDevil
The thing is the 1st-cfg.sh will cd into the packages dir to dpkg -i the packages. Others (jpmatrix and tux) confirmed that the first script ran fine.

hmm just a word : i didn't launch the 1st-cfg script as all seems yet done with the 0827 rootfs ! i only had to launch the 2nd-cfg script.
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #52 on: November 03, 2007, 12:31:14 pm »
pb : when, after i   cp settings/hwclok.rules /etc/udev/rules.d

hwclock -w
Cannot access the Hardware Clock via any known method. Use the --debug option to see the details of our search  for an access method

i did the "hwclock -w --debug"  ... it tails me it doesn 't find   /dev/rtc
so I :
cd /dev
ln -s rtc0 rtc
cd -
hwclock -w --debug

it seems it work, but i don't really know what it is for.

let's go to step 2, as i have a working connection (and no ssh... i didn't installed it before)

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #53 on: November 03, 2007, 12:38:42 pm »
Quote from: jpmatrix
Quote from: ZDevil
The thing is the 1st-cfg.sh will cd into the packages dir to dpkg -i the packages. Others (jpmatrix and tux) confirmed that the first script ran fine.

hmm just a word : i didn't launch the 1st-cfg script as all seems yet done with the 0827 rootfs ! i only had to launch the 2nd-cfg script.

what is "0827 rootfs" ?

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #54 on: November 03, 2007, 12:39:44 pm »
hum ZDevil does'nt speak anymore... i bet he's test right now the install, not want to wait for tonight

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
Xorg In User
« Reply #55 on: November 03, 2007, 12:44:08 pm »
Quote from: flux
what is "0827 rootfs" ?

it is the last version of the armel rootfs from ads:
http://www.applieddata.net/forums/topic.asp?TOPIC_ID=2443
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #56 on: November 03, 2007, 12:45:03 pm »
for the 2-cfg.sh ... i think as i'm reading it that i won't start it, because it will install me stuff i don't want/need (icewm...) for example, i like better fluxbox (guess where's my nickname from  )

but, ZDevil, as jpmatrix said before he tested the 2nd (not the 1st), i guess the 2nd runs without problem.

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #57 on: November 03, 2007, 12:48:40 pm »
i don't have this one... i've got the one which is pointed by the wiki.... i got it on the same site, but not same exact url ... no matters i hope

jpmatrix

  • Hero Member
  • *****
  • Posts: 1014
    • View Profile
    • http://matrixmen.free.fr
Xorg In User
« Reply #58 on: November 03, 2007, 12:50:25 pm »
Quote from: flux
i don't have this one... i've got the one which is pointed by the wiki.... i got it on the same site, but not same exact url ... no matters i hope

yeah we think both leads to the same as soon as the first apt-get dist-upgrade is done
**Fujitsu U1010 !!!  
**ex-Zaurus SL-C3000 owner with Debian kernel 2.6.24-yonggun

flux

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Xorg In User
« Reply #59 on: November 03, 2007, 12:54:16 pm »
jpmatrix : your /etc/fstab is virgin, too ? like the /etc/network/interfaces ?

i'm fearing to look at other critical /etc .... network/interfaces.... it's fine to be virgin (but   iface lo ... should be there !)

but fstab ...