Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X e kernel 2.4
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
cirpo
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2003
Posts: 111

PostPosted: Sat Jan 01, 2005 7:55 pm    Post subject: X e kernel 2.4 Reply with quote

ola, ho emergiato il 2.4(sia gentoo sources e ck-source) perche' volevo che il mio mini ipod funzionasse tramite usb(a quanto sembra con il 2.6 non si riesce ad accedere alla memoria..) .
boot normale, prompt startx e..... NULLA!! schermo nero , con impossibilita' di riavviare il server x ne' di accedere alle tty...
riavviando con il 2.6 tutto finziona correttamente, x parte tranquillamente.
non capendo il probelma vado a vedere i log di x, e ....ci capisco ancora meno, anzi non capisco cosa stia succendendo!!!
ecco un pezzo del log, dal punto in cui inziano le stranezze

Code:

(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
 source "/etc/conf.d/${myservice}"
  [ -e /etc/conf.d/net ]                   && \
  [ "${myservice%%.*}" = "net" ]           && \
  [ "${myservice##*.}" != "${myservice}" ] && source /etc/conf.d/net

  [ -e /etc/rc.conf ]                      && source /etc/rc.conf

  depend() {
    return 0
  }

  # Actual depend() function ...
  depend() {
        use net
        after logger
        before nfs
        use vmware
        use hotplug
        return 0
  }

  depend
)

#*** /etc/init.d/local ***

myservice="/etc/init.d/local"
myservice="${myservice##*/}"
echo "RCSCRIPT ${myservice}"

echo "MTIME 1104414635"

(
  # Get settings for rc-script ...
  [ -e /etc/conf.d/basic ]                 && source /etc/conf.d/basic

  [ -e "/etc/conf.d/${myservice}" ]        && source "/etc/conf.d/${myservice}"

  [ -e /etc/conf.d/net ]                   && \
  [ "${myservice%%.*}" = "net" ]           && \
  [ "${myservice##*.}" != "${myservice}" ] && source /etc/conf.d/net

  [ -e /etc/rc.conf ]                      && source /etc/rc.conf

  depend() {
    return 0
:




e cosia via dicendo, perche' avviene un cat di /etc/init.d/* ?????
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum