Problem To Load Gplinux


Evilboy

Still Fresh
Joined
Sep 20, 2004
Messages
2
i have a error :
sh : can't acces tty; job control turned off

what's it ?
thnaks :)
 
Evilboy posted on Sep 20 2004 at 10:30 AM said:
i have a error :
sh : can't acces tty; job control turned off

what's it ?
thnaks :)
It is just a warning message sent by the shell.
Everybody have this message.
 
Last edited by a moderator:
like that ?
Code:
#!/bin/sh

#-------------TEST PARTIEL OPIE 0.99------------------------------
mmount /mnt/gpmm/linux/lib090 /lib -n -t squashfs -o ro,loop
mmount /mnt/gpmm/linux/opt090 /opt/QtPalmtop -n -t squashfs -o ro,loop
mmount /mnt/gpmm/linux/DocFs /home/Documents -n -t squashfs -o ro,loop
#___________________VARIABLES D ENVIRONNEMENT___________________________
export QTDIR=/
export OPIEDIR=/opt/QtPalmtop
export HOME=/home
#Here are the different values for the protocol:
#Auto, MouseMan, IntelliMouse, Microsoft, QVFbMouse, TPanel, BusMouse
#export QWS_MOUSE_PROTO=IntelliMouse:/dev/mouse
# MARCHE PAS export QWS_MOUSE_PROTO=Microsoft:/dev/mouse
export QWS_MOUSE_PROTO=MouseMan:/dev/mouse
# nb : /dev/mouse ->gp32mousevs cad ecran 200X320
export QWS_KEYBOARD=TTY:/dev/tty0
export QWS_SIZE=240x320
#export QWS_SIZE=320x240
#export QWS_DISPLAY=Transformed:Rot270:0
#_______________OPIE TEST__________________________________
cd /opt/QtPalmtop/bin

#__________________FIN VAR D ENVIRONNEMENT___________________________

#--------------------------------------------------
# RUN APPLICATIONS
#--------------------------------------------------
./tetrix -qws
./textedit -qws
./sysinfo -qws
./minesweep -qws
./snake -qws
./qpdf -qws
./backgammon -qws
./calculator -qws
./go -qws
./kbill -qws
./kcheckers -qws
./opie-sh -f README  -qws
./opie-sh -f /mnt/gpmm/linux/html/index000.htm  -qws
./sheetqt -qws
./filebrowser -qws

#floating point exception
./embeddedkonsole -qws
#______________END OPIE_______________
 
Evilboy posted on Sep 20 2004 at 09:30 AM said:
i have a error :
sh : can't acces tty; job control turned off

what's it ?
thnaks :)
lile toholl said
this is not an error
just a warning message
 
Last edited by a moderator:
Back
Top