Magellan Linux

Diff of /alx-src/branches/alxconf-060/init.d/alxsettings

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 221 by niro, Tue Mar 8 20:49:14 2005 UTC revision 282 by niro, Wed Aug 17 21:19:52 2005 UTC
# Line 11  Line 11 
11  #%before:  #%before:
12  #%after:  #%after:
13    
14    # $Header: /home/cvsd/alx-cvs/alx-src/alxconfig-ng/init.d/alxsettings,v 1.15 2005-08-17 21:19:52 niro Exp $
15    
16  # checks first if the client was already configured and if it has an valid serial  # checks first if the client was already configured and if it has an valid serial
17  # if not it runs the autoconfiguration script  # if not it runs the autoconfiguration script
18  # these settings will be used for client setup  # these settings will be used for client setup
# Line 19  Line 21 
21  # if no changes are at server side they will be kept, if yes the get updated.  # if no changes are at server side they will be kept, if yes the get updated.
22  # the server settings has higher priority.  # the server settings has higher priority.
23    
 #                       +-----+  
 #                       |start|  
 #                       +-----+  
 #                          |  
 #                          |  
 #              start_preliminary_network  
 #                          |  
 #                          |       n  
 #                  serial_check ------->  get_new_serial  
 #                          |                      |  
 #                         y|                      |  
 #                          |           n          |  
 #                check_is_configured ---->  run_hw_detection  
 #                          |                      |  
 #                         y|                      |  
 #            n             |                      |  
 #        +--------cfg_equal_to_db          import_settings_to_db  
 #        |                 |                      |  
 #   update_from_db        y|                      |  
 #        |                 |                      |  
 #   set_is_configured      |                  set_is_configured  
 #        +-----------------|                      |  
 #                          +----------------------+  
 #                          |  
 #                          |  
 #               stop_preliminary_network  
 #                          |  
 #                          |  
 #                       +----+  
 #                       |done|  
 #                       +----+  
 #                          |  
 #                          |  
 #                 normal_system_bootup  
 #                          |  
 #                          .  
 #                          .  
 #                          .  
 #  
 #  
 #  
   
24  source /etc/sysconfig/rc  source /etc/sysconfig/rc
25  source $rc_functions  source $rc_functions
26    
27  #mysql settings  # mysql settings
28  source /etc/alx-config/config.rc  source /etc/alxconfig-ng/config.rc
 source /opt/alx-config/functions/mysqlfunctions  
 source /opt/alx-config/functions/alx-mysql-functions  
29    
30  #check if mysql is available  # helper functions
31    source /usr/lib/alxconfig-ng/functions/mysqlfunctions
32    source /usr/lib/alxconfig-ng/functions/serial_functions
33    source /usr/lib/alxconfig-ng/functions/config_modules
34    source /usr/lib/alxconfig-ng/functions/config_network
35    source /usr/lib/alxconfig-ng/functions/config_printers
36    source /usr/lib/alxconfig-ng/functions/config_sessions
37    source /usr/lib/alxconfig-ng/functions/config_x11
38    source /usr/lib/alxconfig-ng/functions/config_auth
39    source /usr/lib/alxconfig-ng/functions/config_ssh_auth
40    
41    # check if mysql is available
42  [ -x /usr/bin/mysql ] && MYSQL_ALX=true  [ -x /usr/bin/mysql ] && MYSQL_ALX=true
43    
44  #other needed vars  # other needed vars
45  ALX_HW_DETECT=false  ALX_HW_DETECT=false
46  ALX_NETWORK_SETUP=false  ALX_FORCED_RECHECK=false
 ALX_XSERVER_SETUP=false  
 ALX_SESSION_SETUP=false  
 ALX_PRINTER_SETUP=false  
47    
48  #unset vars which may kill us  # unset vars which may kill us
49  unset ALX_SERIAL ALX_STATE  unset ALX_SERIAL ALX_STATE
50    
51    
52  #setup needed directories  # setup needed directories
53  [ ! -d /etc/alx-config/state ] && install -d /etc/alx-config/state  [ ! -d /etc/alxconfig-ng/state ] && install -d /etc/alxconfig-ng/state
54    
55    
56  # still a need to implement this ?  update_system_settings(){
57  # #needed to detect usb/livecd boot   echo -e ${COLMAGENTA}"Checking system setup ..."${COLDEFAULT}
 # if [ -e /.bootdev ]  
 # then  
 # source /.bootdev  
 # else  
 # echo "Couldn't find /.bootdev. Aborting."  
 # exit 1  
 # fi  
   
 # still a need to implement this ? --> media-check ?  
 settings_import() {  
  if [ "${FSTYPE}" == "vfat" ]  
  then  
  if [ -e /mnt/cdrom/settings/system ]  
  then  
  echo -e ${COLOREDSTAR}"Importing old alx-settings ..."  
  ( cp -R /mnt/cdrom/settings/system/* /etc/alx-config/settings/menu &&  
   source /etc/alx-config/config.rc &&  
   source /opt/alx-config/Configurator/config_functions.sh &&  
   setup_xfree > /dev/null 2>&1 &&  
   setup_modules > /dev/null 2>&1 &&  
   setup_network > /dev/null 2>&1 &&  
   #setup_printers > /dev/null 2>&1 &&  
   setup_sessions > /dev/null 2>&1 &&  
   touch /etc/alx-config/imported )  
  evaluate_retval  
  fi  
  fi  
 }  
   
   
 # this thingy needs an complete rewrite.  
 # first get all settings from db server,  
 # than check against local system settings,  
 # if there are any differences, update the local settings,  
 # as the server has a higher priority.  
 # Important: write local settings only if they make sense,  
 #            to have a fallback in case the server is down!  
 #get_settings_from_server(){  
 # #some needed arrays  
 # #ARRAY_NETWORK #module domain networking netmask dns gateway  
 # #SESSION #  
 # #GRAFIK  #  
 #  
 # echo "Importing now old Settings ..."  
 #  
 # local serial module domain networking netmask dns gateway i x all  
 #  
 # declare -i i=0  
 #  
 # #get hostname from database  
 # MY_HOSTNAME=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # "select hostname from cfg_serial where id='${ALX_SERIAL}'")  
 #  
 # #get network settings from database  
 # all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # "select module,  
 # domain,  
 # networking,  
 # netmask,  
 # dns,  
 # gateway,  
 # broadcast,  
 # ip  
 # from cfg_network where serial='${ALX_SERIAL}'")  
 # #split'em up and put in array  
 # for x in ${all}  
 # do  
 # ARRAY_NETWORK[${i}]=${x}  
 # ((i++))  
 # done  
 # echo " Network:"  
 # echo "   MODULE:     ${ARRAY_NETWORK[0]}"  
 # echo "   IP:         ${ARRAY_NETWORK[7]}"  
 # echo "   HOSTNAME:   ${MY_HOSTNAME}"  
 # echo "   DOMAIN:     ${ARRAY_NETWORK[1]}"  
 # echo "   NETWORKING: ${ARRAY_NETWORK[2]}"  
 # echo "   NETMASK:    ${ARRAY_NETWORK[3]}"  
 # echo "   DNS:        ${ARRAY_NETWORK[4]}"  
 # echo "   GATEWAY:    ${ARRAY_NETWORK[5]}"  
 # echo "   BROADCAST:  ${ARRAY_NETWORK[6]}"  
 # echo  
 #  
 # #get x settings from database  
 # local module resolution  
 #  
 # #reset i  
 # declare -i i=0  
 # all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # "select module,  
 # resolution  
 # from cfg_grafik where serial='${ALX_SERIAL}'")  
 # #split'em up and put in array  
 # for x in ${all}  
 # do  
 # ARRAY_GRAFIK[${i}]=${x}  
 # ((i++))  
 # done  
 #  
 # echo " VGA:"  
 # echo "   MODULE:     ${ARRAY_GRAFIK[0]}"  
 # echo "   RESOLUTION: ${ARRAY_GRAFIK[1]}"  
 # echo  
 #  
 # #get ica-sessions from database  
 # ARRAY_SESSIONS=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # "select session from cfg_session where serial='${ALX_SERIAL}'")  
 #  
 # echo " SESSIONS:"  
 # declare -i i=0  
 # for x in ${ARRAY_SESSIONS}  
 # do  
 # ((i++))  
 # echo "   SESSION${i}:   ${x}"  
 # done  
 # echo  
 #  
 # #now write these settings  
 # local SETTINGSPATH  
 #  
 # #network  
 #  
 # #settings must be also set on system, so we put this to menu  
 # SETTINGSPATH=${SETTINGS_TEMPLATE}/menu  
 #  
 # [ ! -d ${SETTINGSPATH}/modules ] && install -d ${SETTINGSPATH}/modules  
 # echo "${ARRAY_NETWORK[0]}" > ${SETTINGSPATH}/modules/modules  
 #  
 # [ ! -d ${SETTINGSPATH}/network ] && install -d ${SETTINGSPATH}/network  
 # echo "${MY_HOSTNAME}" > ${SETTINGSPATH}/network/hostname  
 # echo "${ARRAY_NETWORK[1]}" > ${SETTINGSPATH}/network/domain  
 # echo "${ARRAY_NETWORK[2]}" > ${SETTINGSPATH}/network/networking  
 # [ -n "${ARRAY_NETWORK[3]}" ] && echo "${ARRAY_NETWORK[3]}" > ${SETTINGSPATH}/network/netmask  
 # [ -n "${ARRAY_NETWORK[4]}" ] && echo "${ARRAY_NETWORK[4]}" > ${SETTINGSPATH}/network/dns  
 # [ -n "${ARRAY_NETWORK[5]}" ] && echo "${ARRAY_NETWORK[5]}" > ${SETTINGSPATH}/network/gateway  
 # [ -n "${ARRAY_NETWORK[6]}" ] && echo "${ARRAY_NETWORK[6]}" > ${SETTINGSPATH}/network/broadcast  
 # [ -n "${ARRAY_NETWORK[7]}" ] && echo "${ARRAY_NETWORK[7]}" > ${SETTINGSPATH}/network/ip  
   
   
 validate_networking(){  
  #source /opt/alx-config/Configurator/config_functions.sh  
   
  local x i all LOCAL_NETWORK DB_NETWORK SETTINGSPATH  
   
  #all arrays:  
  # ->  hostname modules domain networking ip netmask dns gateway broadcast  
   
   #networking  
  #get settings from local system  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/system  
  declare -i i=0  
  for x in network/hostname \  
  modules/modules \  
  network/domain \  
  network/networking \  
  network/ip \  
  network/netmask \  
  network/dns \  
  network/gateway \  
  network/broadcast  
  do  
  if [ -f ${SETTINGSPATH}/${x} ]  
  then  
  #file exist, then use content  
  LOCAL_NETWORK[${i}]="$(< ${SETTINGSPATH}/${x})"  
  else  
  LOCAL_NETWORK[${i}]=""  
  fi  
  ((i++))  
  done  
   
  #get settings from database  
 # DB_NETWORK[0]=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # "select hostname from cfg_network where serial='${ALX_SERIAL}'")  
   
  all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
  "select hostname,  
  module,  
  domain,  
  networking,  
  ip,  
  netmask,  
  dns,  
  gateway,  
  broadcast  
  from cfg_network where serial='${ALX_SERIAL}'")  
   
  #split'em up and put in an array  
  declare -i i=0  
  for x in ${all}  
  do  
  DB_NETWORK[${i}]=${x}  
  ((i++))  
  done  
   
  #needed by the small hotfix  
  local FIX_ME  
  FIX_ME="${DB_NETWORK[2]}"  
   
   
  #now compare this stuff if they are equal  
  for ((i=0; i < 9; i++))  
  do  
  if [ "${DB_NETWORK[${i}]}" = "${LOCAL_NETWORK[${i}]}" ]  
  then  
  echo "${i}: ${DB_NETWORK[${i}]} == ${LOCAL_NETWORK[${i}]}"  
   
  #delete equal stuff from DB_NETWORK  
  DB_NETWORK[${i}]="*NULL*"  
   
  else  
  echo "${i}: ${DB_NETWORK[${i}]} != ${LOCAL_NETWORK[${i}]}"  
  fi  
  done  
   
   
  #update configs  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/menu  
  declare -i i=0  
  for x in network/hostname \  
  modules/modules \  
  network/domain \  
  network/networking \  
  network/ip \  
  network/netmask \  
  network/dns \  
  network/gateway \  
  network/broadcast  
  do  
  #update only staff wich wasn't overwritten  
  if [ "${DB_NETWORK[${i}]}" != "*NULL*" ]  
  then  
  #create directory if not exist  
  if [ ! -d $(dirname ${SETTINGSPATH}/${x}) ]  
  then  
  install -d $(dirname ${SETTINGSPATH}/${x})  
  fi  
  echo "${DB_NETWORK[${i}]}" > ${SETTINGSPATH}/${x}  
   
  # theses fucking config functions:  
  # network gets only updated,  
  # if ${SETTINGS_TEMPLATE}/menu/network/networking exist  
  # so we force an update here  
  if [ ! -f ${SETTINGSPATH}/network/networking ]  
  then  
  [ ! -d ${SETTINGSPATH}/network ] && install -d ${SETTINGSPATH}/network  
  echo "${FIX_ME}" > ${SETTINGSPATH}/network/networking  
  fi  
   
  #set update flag  
  ALX_NETWORK_SETUP=true  
  fi  
  ((i++))  
  done  
 }  
58    
59     # get the modules settings
60     # ! is the first thing that must be configured !
61     config_modules
62    
63     # imports network settings from db
64     config_networking
65    
66  validate_xserver(){   # imports x11 settings from db
67   #source /opt/alx-config/Configurator/config_functions.sh   config_x11
   
  local x i all LOCAL_XSERVER DB_XSERVER SETTINGSPATH  
   
  #all arrays:  
  # ->  xmodule resolution depth mouse monvendor monmodel hsync vref  
   
   #xserver  
  #get settings from local system  
  #vga  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/system  
  declare -i i=0  
  for x in vga/vga \  
  vga/vgares \  
  vga/vgadepth  
  do  
  if [ -f ${SETTINGSPATH}/${x} ]  
  then  
  #file exist, then use content  
  LOCAL_XSERVER[${i}]="$(< ${SETTINGSPATH}/${x})"  
  else  
  LOCAL_XSERVER[${i}]=""  
  fi  
  ((i++))  
  done  
   
  #mouse  
  if [ -f ${SETTINGSPATH}/mouse/mouse ]  
  then  
  #file exist, then use content  
  LOCAL_XSERVER[3]="$(< ${SETTINGSPATH}/mouse/mouse)"  
  else  
  LOCAL_XSERVER[3]=""  
  fi  
   
  #monitor  
  local myvendor mymodel hsync vref  
  if [ -f ${SETTINGSPATH}/monitor/monitor ]  
  then  
  source ${SETTINGSPATH}/monitor/monitor  
   
  declare -i i=4  
  for x in "${myvendor}" \  
  "${mymodel}" \  
  "${hsync}" \  
  "${vref}"  
  do  
  LOCAL_XSERVER[${i}]="${x}"  
  ((i++))  
  done  
  else  
  LOCAL_XSERVER[4]=""  
  LOCAL_XSERVER[5]=""  
  LOCAL_XSERVER[6]=""  
  LOCAL_XSERVER[7]=""  
  fi  
   
   
  #get settings from database  
  all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
  "select module,  
  resolution,  
  depth  
  from cfg_graphic where serial='${ALX_SERIAL}'")  
   
  #split'em up and put in an array  
  declare -i i=0  
  for x in ${all}  
  do  
  DB_XSERVER[${i}]=${x}  
  ((i++))  
  done  
   
  # read mouse  
  DB_XSERVER[3]=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
  "select mouse from cfg_input where serial='${ALX_SERIAL}'")  
   
  #monitors  
 # all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # "select vendor,  
 # model,  
 # hsync,  
 # vrefresh  
 # from cfg_monitor where serial='${ALX_SERIAL}'")  
   
  all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
         "select vendor,  
  model,  
  hsync,  
  vrefresh  
  from list_monitors  
  inner join cfg_graphic  
  on cfg_graphic.monitorid=list_monitors.id;")  
   
  #split'em up and put in an array  
  declare -i i=4  
  for x in ${all}  
  do  
  DB_XSERVER[${i}]=${x}  
  ((i++))  
  done  
   
 # #now compare this stuff if they are equal  
 # for ((i=0; i < 8; i++))  
 # do  
 # if [ "${DB_XSERVER[${i}]}" = "${LOCAL_XSERVER[${i}]}" ]  
 # then  
 # echo "${i}: ${DB_XSERVER[${i}]} == ${LOCAL_XSERVER[${i}]}"  
 #  
 # #delete equal stuff from DB_NETWORK  
 # DB_XSERVER[${i}]="*NULL*"  
 #  
 # else  
 # echo "${i}: ${DB_XSERVER[${i}]} != ${LOCAL_XSERVER[${i}]}"  
 # fi  
 # done  
 #  
 #  
 # #update configs  
 # SETTINGSPATH=${SETTINGS_TEMPLATE}/menu  
 # #xserver general  
 # declare -i i=0  
 # for x in vga/vga \  
 # vga/vgares \  
 # vga/vgadepth \  
 # mouse/mouse  
 # do  
 # #update only staff wich wasn't overwritten  
 # if [ "${DB_XSERVER[${i}]}" != "*NULL*" ]  
 # then  
 # #create directory if not exist  
 # if [ ! -d $(dirname ${SETTINGSPATH}/${x}) ]  
 # then  
 # install -d $(dirname ${SETTINGSPATH}/${x})  
 # fi  
 # echo "${DB_XSERVER[${i}]}" > ${SETTINGSPATH}/${x}  
 # #set update flag  
 # ALX_XSERVER_SETUP=true  
 # fi  
 # ((i++))  
 # done  
 #  
 # #xserver monitors  
 # if [ "${DB_XSERVER[4]}" != "*NULL*" \  
 # -o "${DB_XSERVER[5]}" != "*NULL*" \  
 # -o "${DB_XSERVER[6]}" != "*NULL*" \  
 # -o "${DB_XSERVER[7]}" != "*NULL*" ]  
 # then  
 # if [ ! -d ${SETTINGSPATH}/monitor ]  
 # then  
 # install -d ${SETTINGSPATH}/monitor  
 # fi  
 # echo "myvendor=\"${DB_XSERVER[4]}\"" > ${SETTINGSPATH}/monitor/monitor  
 # echo "mymodel=\"${DB_XSERVER[5]}\"" >> ${SETTINGSPATH}/monitor/monitor  
 # echo "hsync=\"${DB_XSERVER[6]}\"" >> ${SETTINGSPATH}/monitor/monitor  
 # echo "vref=\"${DB_XSERVER[7]}\"" >> ${SETTINGSPATH}/monitor/monitor  
 #  
 # #set update flag  
 # ALX_XSERVER_SETUP=true  
 # fi  
   
  # - damn fucking setup_xfree routine need to rewrite this fucking stuff -  
  # setup_xfree will only run  
  # if ${SETTINGS_TEMPLATE}/menu/vga/vga exist  
  # so we must *always* update *all* settings if something has changed  
   
  #now compare this stuff if they are equal  
  for ((i=0; i < 8; i++))  
  do  
  if [ "${DB_XSERVER[${i}]}" = "${LOCAL_XSERVER[${i}]}" ]  
  then  
  echo "${i}: ${DB_XSERVER[${i}]} == ${LOCAL_XSERVER[${i}]}"  
   
  #delete equal stuff from DB_NETWORK  
  #DB_XSERVER[${i}]="*NULL*"  
   
  else  
  echo "${i}: ${DB_XSERVER[${i}]} != ${LOCAL_XSERVER[${i}]}"  
  fi  
  done  
68    
69   SETTINGSPATH=${SETTINGS_TEMPLATE}/menu   # imports session settings from db
70   if [ "${DB_XSERVER[0]}" != "*NULL*" \   config_sessions
  -o "${DB_XSERVER[1]}" != "*NULL*" \  
  -o "${DB_XSERVER[2]}" != "*NULL*" \  
  -o "${DB_XSERVER[3]}" != "*NULL*" \  
  -o "${DB_XSERVER[4]}" != "*NULL*" \  
  -o "${DB_XSERVER[5]}" != "*NULL*" \  
  -o "${DB_XSERVER[6]}" != "*NULL*" \  
  -o "${DB_XSERVER[7]}" != "*NULL*" ]  
  then  
  [ ! -d ${SETTINGSPATH}/vga ] && install -d ${SETTINGSPATH}/vga  
  [ ! -d ${SETTINGSPATH}/mouse ] && install -d ${SETTINGSPATH}/mouse  
  [ ! -d ${SETTINGSPATH}/monitor ] && install -d ${SETTINGSPATH}/monitor  
   
  echo "${DB_XSERVER[0]}" > ${SETTINGSPATH}/vga/vga  
  echo "${DB_XSERVER[1]}" > ${SETTINGSPATH}/vga/vgares  
  echo "${DB_XSERVER[2]}" > ${SETTINGSPATH}/vga/vgadepth  
  echo "${DB_XSERVER[3]}" > ${SETTINGSPATH}/mouse/mouse  
   
  echo "myvendor=\"${DB_XSERVER[4]}\"" > ${SETTINGSPATH}/monitor/monitor  
  echo "mymodel=\"${DB_XSERVER[5]}\"" >> ${SETTINGSPATH}/monitor/monitor  
  echo "hsync=\"${DB_XSERVER[6]}\"" >> ${SETTINGSPATH}/monitor/monitor  
  echo "vref=\"${DB_XSERVER[7]}\"" >> ${SETTINGSPATH}/monitor/monitor  
   
  #set update flag  
  ALX_XSERVER_SETUP=true  
  fi  
 }  
71    
72     # imports printer settings from db
73     config_printing
74    
75  validate_sessions(){   # imports auth settings from db
76   #source /opt/alx-config/Configurator/config_functions.sh   config_auth
77    
78   local x i all LOCAL_SESSIONS DB_SESSIONS SETTINGSPATH count   # exchange ssh rsa keys
79     HOME=/root config_ssh_auth
  #all arrays:  
  # ->  session1 session2 ... sessionN  
   
   
  #no LOCAL_SESSIONS here, needs bubblesort  
   
  #get settings from database  
  all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
  "select session from cfg_sessions where serial='${ALX_SERIAL}'")  
   
  #split'em up and put in an array (only if $all not zero)  
  declare -i i=0  
  if [ -n "${all}" ]  
  then  
  for x in ${all}  
  do  
  DB_SESSIONS[${i}]=${x}  
  ((i++))  
  done  
  count=${i}  
  else  
  count=0  
  fi  
   
  ## no compare here, can only done with bubblesort or s.th like that  
  # shows only the new sessions  
  declare -i i=0  
  #count=${#DB_SESSIONS[*]} #---> not working gets always 1, why ?  
   
  echo "Number of new sessions: ${count}"  
  for ((i=0; i < count; i++))  
  do  
  echo "${i} - ${DB_SESSIONS[${i}]}"  
  done  
   
  #update local configs  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/menu  
  declare -i i=0  
   
  #count=${#DB_SESSIONS[*]}  
   
  if [ ${count} -gt 0 ]  
  then  
  #create directory if not exist  
  [ ! -d ${SETTINGSPATH}/sessions ] && install -d ${SETTINGSPATH}/sessions  
   
  #delete old sessions  
  echo -n > ${SETTINGSPATH}/sessions/sessions  
   
  for ((i=0; i < count; i++))  
  do  
  echo "${DB_SESSIONS[${i}]}" >> ${SETTINGSPATH}/sessions/sessions  
  done  
   
  #set update flag  
  ALX_SESSION_SETUP=true  
  fi  
 }  
   
   
 validate_printing(){  
  #source /opt/alx-config/Configurator/config_functions.sh  
   
  local x i k all LOCAL_PRINTER DB_PRINTER SETTINGSPATH count  
   
  #all arrays: [2 dimensions !]  
  # ->  name1 name2 ... nameN  
  # ->  name1 printingport ip share  
   
  #later on, for now -> name1 port1 ip1 share1 name2 ....  
  # seperator is 4  
   
  #local PRINTERNAME PRINTING IP SHARE  
   
  # update *always* printers from database;  
  # compare with local settings cannot be done yet  
   
  #get settings from database  
  all=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
  "select printer_name,  
  port,  
  ip,  
  share  
  from cfg_printers where serial='${ALX_SERIAL}'")  
   
  #split'em up and put in an array  
  declare -i i=0  
  declare -i k=0  
   
  if [ -n "${all}" ]  
  then  
  for x in ${all}  
  do  
  ((k++))  
  DB_PRINTER[${i}]="${DB_PRINTER[${i}]} ${x}"  
  if [ ${k} -eq 4 ]  
  then  
  ((i++))  
  #reset $k  
  declare -i k=0  
  fi  
  done  
  count=${i}  
  else  
  count=0  
  fi  
   
  #echo settings  
  echo "Number of new printers: ${count}"  
  for ((i=0; i < count; i++))  
  do  
  echo "${i} printer:"  
  for x in ${DB_PRINTER[${i}]}  
  do  
  echo "    ${x}"  
  done  
  done  
   
  #import settings (only if counter > 0)  
  local prnset  
   
  #delete all printers (*always*)  
  if [ -d ${SETTINGS_TEMPLATE}/system/printing ]  
  then  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/menu  
  [ -d ${SETTINGSPATH}/delete ] && rm -rf ${SETTINGSPATH}/delete  
  install -d ${SETTINGSPATH}/delete  
  mv -f ${SETTINGS_TEMPLATE}/system/printing/* ${SETTINGSPATH}/delete  
  rm -rf ${SETTINGS_TEMPLATE}/system/printing  
   
  #set update flag (*always*)  
  ALX_PRINTER_SETUP=true  
  fi  
   
  if [ ${count} -gt 0 ]  
  then  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/menu  
   
  [ ! -d ${SETTINGSPATH}/printing ] && install -d ${SETTINGSPATH}/printing  
  for ((i=0; i < count; i++))  
  do  
  declare -i k=0  
  for x in ${DB_PRINTER[${i}]}  
  do  
  prnset[${k}]=${x}  
  ((k++))  
  done  
   
  echo "PRINTERNAME=${prnset[0]}" >  ${SETTINGSPATH}/printing/${prnset[0]}  
  echo "PRINTING=${prnset[1]}" >> ${SETTINGSPATH}/printing/${prnset[0]}  
  echo "IP=${prnset[2]}" >> ${SETTINGSPATH}/printing/${prnset[0]}  
  echo "SHARE=${prnset[3]}" >> ${SETTINGSPATH}/printing/${prnset[0]}  
  done  
   
  #set update flag (*always*)  
  ALX_PRINTER_SETUP=true  
  fi  
   
 }  
   
 update_system_settings(){  
  source /opt/alx-config/Configurator/config_functions.sh  
   
  echo -e ${COLMAGENTA}"Checking system setup ..."${COLDEFAULT}  
   
  echo  
  echo "network"  
  validate_networking  
  echo  
  echo "xserver"  
  validate_xserver  
  echo  
  echo "sessions"  
  validate_sessions  
  echo  
  #echo "printers"  
  #validate_printing  
  #echo  
   
  if [ "${ALX_NETWORK_SETUP}" == "true" ]  
  then  
  echo -e ${COLMAGENTA}"Updating network settings"${COLDEFAULT}  
  setup_modules  
  setup_network  
  fi  
   
  if [ "${ALX_XSERVER_SETUP}" == "true" ]  
  then  
  echo -e ${COLMAGENTA}"Updating xserver settings"${COLDEFAULT}  
  setup_xfree  
  fi  
   
  if [ "${ALX_SESSION_SETUP}" == "true" ]  
  then  
  echo -e ${COLMAGENTA}"Updating session settings"${COLDEFAULT}  
  setup_sessions  
  fi  
   
  #if [ "${ALX_PRINTER_SETUP}" == "true" ]  
  #then  
  # echo -e ${COLMAGENTA}"Updating printer settings"${COLDEFAULT}  
  # setup_printers  
  #fi  
   
  #clean up temp files  
  local SETTINGSPATH  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/menu  
  #[ -d ${SETTINGSPATH} ] && rm -rf ${SETTINGSPATH}  
80  }  }
81    
82  get_system_serial(){  get_system_serial(){
83    
84   local CUR_IP CUR_MAC CUR_MTIME   local CUR_IP CUR_MAC CUR_MTIME
85    
86   #check if serial file exists   # check if serial file exists
87   if [ -f /etc/alx-config/serial ]   if [ -f /etc/alxconfig-ng/serial ] && [ ! -f /hardware-auto-detection ]
88   then   then
89   source /etc/alx-config/serial   source /etc/alxconfig-ng/serial
90    
91   # if system is already configured, it *has* a hostname.   # doing this now before this function gets called
92   # so we take the hostname of this system here   # start preliminary networking (dhcp)
93   source /etc/hostname   # preliminary_network start
94    
  #start preliminary networking (dhcp)  
  preliminary_network start  
   
95   CUR_IP=$(/sbin/ifconfig eth0 | sed -n '/addr:/s/ [^r]*..//gp')   CUR_IP=$(/sbin/ifconfig eth0 | sed -n '/addr:/s/ [^r]*..//gp')
96   CUR_MAC=$(/sbin/ifconfig eth0 | grep HWaddr | cut -d ' ' -f11)   CUR_MAC=$(/sbin/ifconfig eth0 | grep HWaddr | cut -d ' ' -f11)
97   CUR_MTIME=$(date +%s)   CUR_MTIME=$(date +%s)
98    
99   echo -e ${COLOREDSTAR} "Trying to validate my serial ..."   echo -e ${COLOREDSTAR} "Trying to validate my serial ..."
100    
101   #nice serial output   # nice serial output
102   $CURS_UP   $CURS_UP
103   $SET_WCOL   $SET_WCOL
104   echo "[ SN: ${ALX_SERIAL} ]"   echo "[ SN: ${ALX_SERIAL} ]"
   
 # #is this system outdated ?  
 # #MY_HOSTNAME=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # # "select hostname from cfg_serial where id='${ALX_SERIAL}'")  
 #  
 # #we do this now with the date instead of the hostname  
 # local MY_ALX_REG_DATE  
 # MY_ALX_REG_DATE=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
 # "select mtime from client_serial where serial='${ALX_SERIAL}'")  
 #  
 # #if [ "${MY_HOSTNAME}" == "${HOSTNAME}" ]  
 # if [ "${MY_ALX_REG_DATE}" == "${ALX_REG_DATE}" ]  
 # then  
 # #set ALX_STATE to ok so everybody that everything was ok  
 # ALX_STATE=ok  
 #  
 # evaluate_retval  
 # else  
 # #print false (works only if this is the first statement here)  
 # evaluate_retval  
 #  
 # #set ALX_STATE to error so everybody sees there was an error  
 # ALX_STATE=error  
 # fi  
105    
106   if validate_serial "${ALX_SERIAL}" "${ALX_REG_DATE}" "${CUR_MAC}"   if validate_serial "${ALX_SERIAL}" "${ALX_REG_DATE}" "${CUR_MAC}"
107   then   then
# Line 832  get_system_serial(){ Line 111  get_system_serial(){
111   fi   fi
112    
113   else   else
114   #run hardware detection   # run hardware detection
115   echo   echo
116   echo -e ${COLMAGENTA}"Preparing system for first boot"${COLDEFAULT}   if [ -f /hardware-auto-detection ]
117     then
118     echo -e ${COLMAGENTA}"Hardware-Auto-Detection forced by system-administrator"${COLDEFAULT}
119     else
120     echo -e ${COLMAGENTA}"Preparing system for first boot"${COLDEFAULT}
121     fi
122   ALX_HW_DETECT=true   ALX_HW_DETECT=true
123   /etc/init.d/hwdetect start   /etc/init.d/hwdetect start
124    
125   #set hostname to alx_default_hostname   # set hostname to alx_default_hostname
126     # use old hostname if this is a forced re-check
127     [ -f /hardware-auto-detection ] && ALX_DEFAULT_HOSTNAME="$(< /etc/hostname)"
128   [ -z "${ALX_DEFAULT_HOSTNAME}" ] && ALX_DEFAULT_HOSTNAME=magellan-alx   [ -z "${ALX_DEFAULT_HOSTNAME}" ] && ALX_DEFAULT_HOSTNAME=magellan-alx
129   HOSTNAME="${ALX_DEFAULT_HOSTNAME}"   HOSTNAME="${ALX_DEFAULT_HOSTNAME}"
130    
131   #update the hostname on the system for sure   # update the hostname on the system for sure
132   echo "HOSTNAME=${HOSTNAME}" > /etc/hostname   echo "${HOSTNAME}" > /etc/hostname
133    
134   #start preliminary networking (dhcp)   # start preliminary networking (dhcp)
135   preliminary_network start   preliminary_network start
136    
137   CUR_IP=$(/sbin/ifconfig eth0 | sed -n '/addr:/s/ [^r]*..//gp')   CUR_IP=$(/sbin/ifconfig eth0 | sed -n '/addr:/s/ [^r]*..//gp')
138   CUR_MAC=$(/sbin/ifconfig eth0 | grep HWaddr | cut -d ' ' -f11)   CUR_MAC=$(/sbin/ifconfig eth0 | grep HWaddr | cut -d ' ' -f11)
139   CUR_MTIME=$(date +%s)   CUR_MTIME=$(date +%s)
140    
141     # abort now if this is a forced re-check
142     if [ -f /hardware-auto-detection ]
143     then
144     # but first check the serial
145     source /etc/alxconfig-ng/serial
146    
147     echo -e ${COLOREDSTAR} "Trying to validate my serial ..."
148    
149     # nice serial output
150     $CURS_UP
151     $SET_WCOL
152     echo "[ SN: ${ALX_SERIAL} ]"
153    
154     if validate_serial "${ALX_SERIAL}" "${ALX_REG_DATE}" "${CUR_MAC}"
155     then
156     ALX_STATE="ok"
157     else
158     ALX_STATE="invalid serial"
159     fi
160    
161     # write current state to temp file
162     echo "ALX_STATE=${ALX_STATE}" > /etc/alxconfig-ng/state/state
163     rm /hardware-auto-detection
164    
165     # now export ALX_FORCED_RECHECK=true
166     # that the setting will be updated not inserted !
167     export ALX_FORCED_RECHECK=true
168     return 0
169     fi
170    
171   echo -e ${COLOREDSTAR} "Trying to get new serial ..."   echo -e ${COLOREDSTAR} "Trying to get new serial ..."
172    
173   #request new serial   # request new serial
174   #ALX_REG_DATE="$(date +%F)"   # ALX_REG_DATE="$(date +%F)"
175    
176   #we're using the mtime now (better for vaildating the serial)   # we're using the mtime now (better for vaildating the serial)
177   mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \   mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
178   "insert into client_serials(   "insert into client_serials(
179   mtime,   mtime,
# Line 867  get_system_serial(){ Line 183  get_system_serial(){
183   '${CUR_MTIME}',   '${CUR_MTIME}',
184   '${CUR_MAC}'   '${CUR_MAC}'
185   );"   );"
186    
187   #then validate and retrieve serial   # then validate and retrieve serial
188    
189   ### warning must be changed that only the LAST ID will be fetched,  ###   ### warning must be changed that only the LAST ID will be fetched,  ###
190   ### or you get error if the computer name and date are the same     ###   ### or you get error if the computer name and date are the same     ###
191   ### you have more then one serial number than                       ###   ### you have more than one serial number then                       ###
192    
193   #not 100% working may get more than *one* id   # select highest id only (added max)
  #ALX_SERIAL=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \  
  # "select id from cfg_serial where datum='${ALX_REG_DATE}' and hostname='${HOSTNAME}'")  
   
  #select highest id only (added max)  
194   ALX_SERIAL=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \   ALX_SERIAL=$(mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
195   "select max(serial) from client_serials where mtime='${CUR_MTIME}' and mac='${CUR_MAC}'")   "select max(serial) from client_serials where mtime='${CUR_MTIME}' and mac='${CUR_MAC}'")
196    
197   if [ "${ALX_SERIAL}" != NULL ]   if [ "${ALX_SERIAL}" != NULL ]
198   then   then
199   #nice serial output   # nice serial output
200   $CURS_UP   $CURS_UP
201   $SET_WCOL   $SET_WCOL
202   echo "[ SN: ${ALX_SERIAL} ]"   echo "[ SN: ${ALX_SERIAL} ]"
203    
204   #set ALX_STATE to ok so everybody that everything was ok   # set ALX_STATE to ok so everybody that everything was ok
205   ALX_STATE=ok   ALX_STATE=ok
206    
207   echo "ALX_SERIAL=${ALX_SERIAL}" > /etc/alx-config/serial   echo "ALX_SERIAL=${ALX_SERIAL}" > /etc/alxconfig-ng/serial
208   echo "ALX_REG_DATE=${CUR_MTIME}" >> /etc/alx-config/serial   echo "ALX_REG_DATE=${CUR_MTIME}" >> /etc/alxconfig-ng/serial
209    
210   evaluate_retval   evaluate_retval
211   else   else
212   #print false (works only if this is the first statement here)   # print false (works only if this is the first statement here)
213   evaluate_retval   evaluate_retval
214    
215   #set ALX_STATE to error so everybody sees there was an error   # set ALX_STATE to error so everybody sees there was an error
216   ALX_STATE=error   ALX_STATE=error
217    
218   #show an error that no new serial was found   # show an error that no new serial was found
219   #nice serial output   # nice serial output
220   $CURS_UP   $CURS_UP
221   $SET_WCOL   $SET_WCOL
222   echo -e "[ SN: ${COLRED}None, 0${COLDEFAULT} ]"   echo -e "[ SN: ${COLRED}None, 0${COLDEFAULT} ]"
223   fi   fi
224   fi   fi
225    
226   #write current state to temp file   # write current state to temp file
227   echo "ALX_STATE=${ALX_STATE}" > /etc/alx-config/state/state   echo "ALX_STATE=${ALX_STATE}" > /etc/alxconfig-ng/state/state
228  }  }
229    
230    
231  check_is_configured() {  check_is_configured() {
232   if [ -f /etc/alx-config/state/configured ]   if [ -f /etc/alxconfig-ng/state/configured ]
233   then   then
234   export ALX_CONFIGURED=true   export ALX_CONFIGURED=true
235   else   else
# Line 928  check_is_configured() { Line 240  check_is_configured() {
240    
241  # imports current settings to the database resolved by the hardware detection  # imports current settings to the database resolved by the hardware detection
242  import_settings_to_db() {  import_settings_to_db() {
243   #note: networking is always 'dhcp' if hw was autodetected   # note: networking is always 'dhcp' if hw was autodetected
244   #note: default_domain/hostname is set in config.rc   # note: default_domain/hostname is set in config.rc
245    
246   #to be safe, we do some sanity checks   # to be safe, we do some sanity checks
247   [ -z "${ALX_DEFAULT_DOMAIN}" ] && ALX_DEFAULT_DOMAIN=localdomain   [ -z "${ALX_DEFAULT_DOMAIN}" ] && ALX_DEFAULT_DOMAIN=localdomain
248   [ -z "${ALX_DEFAULT_HOSTNAME}" ] && ALX_DEFAULT_HOSTNAME=magellan-alx   [ -z "${ALX_DEFAULT_HOSTNAME}" ] && ALX_DEFAULT_HOSTNAME=magellan-alx
249    
250   #vars used by hwdetect   # vars used by hwdetect
251   local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME   local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME
252   local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER   local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER
253   local MOUSETYPE XMOUSETYPE FULLNAME DEVICE   local MOUSETYPE XMOUSETYPE FULLNAME DEVICE
254    
255   #get setting from hwdetect   # get setting from hwdetect
256   source /etc/sysconfig/hwsetup/knoppix   source /etc/sysconfig/hwsetup/knoppix
257   source /etc/sysconfig/hwsetup/mouse   source /etc/sysconfig/hwsetup/mouse
258    
259   echo   echo
260   echo -e ${COLMAGENTA}"Importing detected settings to database"${COLDEFAULT}   echo -e ${COLMAGENTA}"Importing detected settings to database"${COLDEFAULT}
261    
262   #network   # network
263   echo -e "      Network settings ..."   echo -e "      Network settings ..."
264   mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \   mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
265   "insert into cfg_network(   "insert into cfg_network(
# Line 965  import_settings_to_db() { Line 277  import_settings_to_db() {
277   'dhcp'   'dhcp'
278   );"   );"
279   evaluate_retval   evaluate_retval
280    
281   #xserver   # xserver
282   echo -e "      Graphic settings ..."   echo -e "      Graphic settings ..."
283   #xserver general   # xserver general
284   ( mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \   ( mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
285   "insert into cfg_graphic(   "insert into cfg_graphic(
286   serial,   serial,
287   module,   module,
288   resolution,   resolution,
289   depth   depth,
290     monitorid
291   )   )
292   values(   values(
293   '${ALX_SERIAL}',   '${ALX_SERIAL}',
294   '${XMODULE}',   '${XMODULE}',
295   '1024x768',   '1024x768',
296   '16'   '16',
297   );";   '0'
298   #xserver monitor   );"; )
299    mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \   evaluate_retval
300   "insert into cfg_monitor(  
301     # input
302     echo -e "      Input settings ..."
303     mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
304     "insert into cfg_input(serial,mouse) values('${ALX_SERIAL}','${XMOUSETYPE}');"
305     evaluate_retval
306    
307     # auth
308     echo -e "      Authentifcation settings ..."
309     mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
310     "insert into client_auth(
311   serial,   serial,
312   vendor,   username,
313   model,   shell,
314   hsync,   vnc,
315   vrefresh   samba,
316     station
317   )   )
318   values(   values(
319   '${ALX_SERIAL}',   '${ALX_SERIAL}',
320   'Aamazing',   '${ALX_UNPRIV_USER}',
321   'CM-1528-FS',   '',
322   '28-64',   '',
323   '47-104'   '',
324   );";   ''
325     );"
326     evaluate_retval
327    
328     # exchange ssh rsa keys - the first boot needs this !
329     # or no reboot will work via the webadmin
330     echo -e "      SSH authentifcation settings ..."
331     HOME=/root config_ssh_auth
332     evaluate_retval
333    
334   # input   # input
335    mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \   echo -e "      Autostart settings ..."
336   "insert into cfg_input(serial,mouse) values('${ALX_SERIAL}','${XMOUSETYPE}');";)   mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
337     "insert into cfg_autostart(serial,session) values('${ALX_SERIAL}','');"
338   evaluate_retval   evaluate_retval
339  }  }
340    
341  # imports current settings to the local system resolved by the hardware detection  # imports current settings to the database resolved by the hardware detection
342  import_settings_local(){  update_settings_in_db() {
343   #note: networking is always 'dhcp' if hw was autodetected   # note: networking is always 'dhcp' if hw was autodetected
344   #note: default_domain/hostname is set in config.rc   # note: default_domain/hostname is set in config.rc or exported
345     # note: we updating only hardware settings here !
346   #to be safe, we do some sanity checks  
347     # to be safe, we do some sanity checks
348   [ -z "${ALX_DEFAULT_DOMAIN}" ] && ALX_DEFAULT_DOMAIN=localdomain   [ -z "${ALX_DEFAULT_DOMAIN}" ] && ALX_DEFAULT_DOMAIN=localdomain
349   [ -z "${ALX_DEFAULT_HOSTNAME}" ] && ALX_DEFAULT_HOSTNAME=magellan-alx   [ -z "${ALX_DEFAULT_HOSTNAME}" ] && ALX_DEFAULT_HOSTNAME=magellan-alx
350    
351   #vars used by hwdetect   # vars used by hwdetect
352   local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME   local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME
353   local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER   local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER
354   local MOUSETYPE XMOUSETYPE FULLNAME DEVICE   local MOUSETYPE XMOUSETYPE FULLNAME DEVICE
355    
356     # get setting from hwdetect
  #get setting from hwdetect  
357   source /etc/sysconfig/hwsetup/knoppix   source /etc/sysconfig/hwsetup/knoppix
358   source /etc/sysconfig/hwsetup/mouse   source /etc/sysconfig/hwsetup/mouse
359    
360   echo   echo
361   echo -e ${COLMAGENTA}"Importing detected settings to local system"${COLDEFAULT}   echo -e ${COLMAGENTA}"Updating detected settings in database"${COLDEFAULT}
362    
363     # network
  #allready configured, no update needed so we put it to system  
  SETTINGSPATH=${SETTINGS_TEMPLATE}/system  
   
   
  #network  
364   echo -e "      Network settings ..."   echo -e "      Network settings ..."
365    
366   [ ! -d ${SETTINGSPATH}/modules ] && install -d ${SETTINGSPATH}/modules   mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
367   echo "${NETCARD_DRIVER}" > ${SETTINGSPATH}/modules/modules   "update cfg_network set
368     hostname='${ALX_DEFAULT_HOSTNAME}',
369   [ ! -d ${SETTINGSPATH}/network ] && install -d ${SETTINGSPATH}/network   module='${NETCARD_DRIVER}',
370   ( echo "${ALX_DEFAULT_HOSTNAME}" > ${SETTINGSPATH}/network/hostname;   domain='${ALX_DEFAULT_DOMAIN}',
371    echo "${ALX_DEFAULT_DOMAIN}" > ${SETTINGSPATH}/network/domain;   networking='dhcp'
372    echo "dhcp" > ${SETTINGSPATH}/network/networking )   where serial=${ALX_SERIAL};"
373   evaluate_retval   evaluate_retval
374    
375     # xserver
  #xserver  
376   echo -e "      Graphic settings ..."   echo -e "      Graphic settings ..."
377     # xserver general
378   [ ! -d ${SETTINGSPATH}/vga ] && install -d ${SETTINGSPATH}/vga   mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
379   [ ! -d ${SETTINGSPATH}/mouse ] && install -d ${SETTINGSPATH}/mouse   "update cfg_graphic set
380   [ ! -d ${SETTINGSPATH}/monitor ] && install -d ${SETTINGSPATH}/monitor   module='${XMODULE}',
381   ( echo "${XMODULE}" > ${SETTINGSPATH}/vga/vga;   resolution='1024x768',
382    echo "16" > ${SETTINGSPATH}/vga/vgadepth;   depth='16',
383    echo "1024x768" > ${SETTINGSPATH}/vga/vgares;   monitorid='0'
384    echo "${XMOUSETYPE}" > ${SETTINGSPATH}/mouse/mouse;   where serial=${ALX_SERIAL};"
385    echo "myvendor=\"Aamazing\"" > ${SETTINGSPATH}/monitor/monitor;   evaluate_retval
386    echo "mymodel=\"CM-1528-FS\"" >> ${SETTINGSPATH}/monitor/monitor;  
387    echo "hsync=\"28-64\"" >> ${SETTINGSPATH}/monitor/monitor;   # input
388    echo "vref=\"47-104\"" >> ${SETTINGSPATH}/monitor/monitor;)   echo -e "      Input settings ..."
389     mysql_command ${SQL_USER} ${SQL_PASS} ${SQL_HOST} ${SQL_DB} \
390     "update cfg_input set
391     mouse='${XMOUSETYPE}'
392     where serial=${ALX_SERIAL};"
393   evaluate_retval   evaluate_retval
   
  #set system state to 'already configured'  
  touch /etc/alx-config/state/configured  
394  }  }
395    
396  #start|stop  # imports current settings to the local system resolved by the hardware detection
397    # we only need the network settings
398    import_settings_local(){
399     # note: networking is always 'dhcp' if hw was autodetected
400     # note: default_domain/hostname is set in config.rc
401    
402     # to be safe, we do some sanity checks
403     [ -z "${ALX_DEFAULT_DOMAIN}" ] && ALX_DEFAULT_DOMAIN=localdomain
404     [ -z "${ALX_DEFAULT_HOSTNAME}" ] && ALX_DEFAULT_HOSTNAME=magellan-alx
405    
406     # vars used by hwdetect
407     local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME
408     local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER
409     local MOUSETYPE XMOUSETYPE FULLNAME DEVICE
410    
411     # get setting from hwdetect
412     source /etc/sysconfig/hwsetup/knoppix
413    
414     echo
415     echo -e ${COLMAGENTA}"Importing detected settings to local system"${COLDEFAULT}
416    
417     [ ! -d ${SETTINGSPATH} ] && install -d ${SETTINGSPATH}
418     echo "${NETCARD_DRIVER}" > ${SETTINGSPATH}/modules
419     evaluate_retval
420    
421     # set system state to 'already configured'
422     touch /etc/alxconfig-ng/state/configured
423    
424     # create a fresh fluxbox directory
425     [ -d ${ALX_UNPRIV_HOME}/.fluxbox ] && rm -rf ${ALX_UNPRIV_HOME}/.fluxbox
426     install -d ${ALX_UNPRIV_HOME}/.fluxbox
427    
428     # now generate fluxbox config files
429    
430     # fluxbox main config
431     cat ${ALX_SKELETONS}/fluxbox/init \
432     > ${ALX_UNPRIV_HOME}/.fluxbox/init
433    
434     # fluxbox menu header
435     cat ${ALX_SKELETONS}/fluxbox/menu.header \
436     > ${ALX_UNPRIV_HOME}/.fluxbox/menu
437    
438     # add a newline (maybe there is no crlf in the header)
439     echo >> ${ALX_UNPRIV_HOME}/.fluxbox/menu
440    
441     # fluxbox menu footer
442     cat ${ALX_SKELETONS}/fluxbox/menu.footer \
443     >> ${ALX_UNPRIV_HOME}/.fluxbox/menu
444    
445     # add a newline (maybe there is no crlf in the footer)
446     echo >> ${ALX_UNPRIV_HOME}/.fluxbox/menu
447    
448     # set correct permissions
449     chown ${ALX_UNPRIV_USER}:${ALX_UNPRIV_GROUP} ${ALX_UNPRIV_HOME}
450     chown ${ALX_UNPRIV_USER}:${ALX_UNPRIV_GROUP} ${ALX_UNPRIV_HOME}/.fluxbox
451     chmod 0755 ${ALX_UNPRIV_HOME}/.fluxbox
452     chmod 0755 ${ALX_UNPRIV_HOME}/.idesktop
453     chmod 0644 ${ALX_UNPRIV_HOME}/.ideskrc
454    
455     # default passwords are bad
456     #usermod -p $(perl -e "printf(crypt('foobar','AD'))") root
457     #usermod -p $(perl -e "printf(crypt('foobar','AD'))") ${ALX_UNPRIV_USER}
458     #smbpasswd -a root foobar
459    }
460    
461    # start|stop
462  preliminary_network(){  preliminary_network(){
463   local module   local module
464    
465   if [ -f /etc/alx-config/state/configured ]   if [ -f /etc/alxconfig-ng/state/configured ]
466   then   then
467   #get module name   # get module name
468   module=$(cat ${SETTINGS_TEMPLATE}/system/modules/modules)   module=$(cat ${SETTINGSPATH}/modules)
469   modprobe ${module}   modprobe ${module}
470   else   else
471   #vars used by hwdetect   # vars used by hwdetect
472   local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME   local NETCARD_FULLNAME NETCARD_DRIVER MOUSE_FULLNAME MOUSE_DEVICE SOUND_FULLNAME
473   local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER   local SOUND_DRIVER XSERVER XMODULE XDESC FLOPPY_FULLNAME FLOPPY_DEVICE FLOPPY_DRIVER
474    
475   #get setting from hwdetect   # get setting from hwdetect
476   source /etc/sysconfig/hwsetup/knoppix   source /etc/sysconfig/hwsetup/knoppix
477   modprobe ${NETCARD_DRIVER}   modprobe ${NETCARD_DRIVER}
478   fi   fi
479    
480   case $1 in   case $1 in
481   start)   start)
482   # keeping like always safe:   # keeping like always safe:
# Line 1097  preliminary_network(){ Line 490  preliminary_network(){
490   else   else
491   rm -f /var/run/dhcpcd-eth?.pid   rm -f /var/run/dhcpcd-eth?.pid
492   fi   fi
493    
494   echo -e ${COLMAGENTA}"Starting preliminary network ... "${COLDEFAULT}   echo -e ${COLMAGENTA}"Starting preliminary network ... "${COLDEFAULT}
495   #dhcpcd &> /dev/null #&& echo "ok" || echo "false"   # -t 10 timeout of 10 secs
496     dhcpcd -t 10 &> /dev/null
497    
498   # aka_fix ########################################   # aka_fix ########################################
499   ifconfig eth0 128.20.222.222 netmask 255.255.0.0 up   #ifconfig eth0 128.20.222.222 netmask 255.255.0.0 up
500   route del default gw 128.20.50.13 &> /dev/null   #route del default gw 128.20.50.13 &> /dev/null
501   route add default gw 128.20.50.21 &> /dev/null   #route add default gw 128.20.50.21 &> /dev/null
502   echo "nameserver 128.20.50.21" > /etc/resolv.conf   #echo "nameserver 128.20.50.21" > /etc/resolv.conf
503   ##################################################   ##################################################
504    
505   evaluate_retval   evaluate_retval
506   ;;   ;;
507    
508   stop)   stop)
509   echo -e ${COLMAGENTA}"Stopping preliminary network ... "${COLDEFAULT}   echo -e ${COLMAGENTA}"Stopping preliminary network ... "${COLDEFAULT}
510   ifconfig eth0 down   ifconfig eth0 down
511   if ps -A|grep dhcpcd > /dev/null   if ps -A|grep dhcpcd > /dev/null
512   then   then
  #echo -en ${COLMAGENTA}"Stopping preliminary network ... "${COLDEFAULT}  
513   dhcpcd -z  &> /dev/null   dhcpcd -z  &> /dev/null
514   fi   fi
515   evaluate_retval   evaluate_retval
516   ;;   ;;
517    
518   *)   *)
519   echo "Usage: preliminary_network {start|stop}"   echo "Usage: preliminary_network {start|stop}"
520   ;;   ;;
# Line 1127  preliminary_network(){ Line 523  preliminary_network(){
523    
524  case $1 in  case $1 in
525   start)   start)
526   #retrieve or validate current serial   # start preliminary networking (dhcp)
527     preliminary_network start
528    
529     # check if mysql server is reachable
530     # if not abort this script
531     if ! reach_mysql_server
532     then
533     preliminary_network stop
534     exit 1
535     fi
536    
537     # retrieve or validate current serial
538   get_system_serial   get_system_serial
539   if [ "${ALX_HW_DETECT}" == "true" ]   if [[ ${ALX_HW_DETECT} = true ]]
540   then   then
541   import_settings_to_db   if [[ ${ALX_FORCED_RECHECK} = true ]]
542     then
543     update_settings_in_db
544     else
545     import_settings_to_db
546     fi
547   import_settings_local   import_settings_local
548    
549     # here we should also exchange the ssh keys
550     # or the system cannot be rebooted after
551     # the first start via the alx-webadmin
552     config_ssh_auth
553   fi   fi
554    
555   #now setup system configuration   # now setup system configuration
556   #alx_setup_or_whatever_it_will_be_called()   # alx_setup_or_whatever_it_will_be_called()
557   [ "${ALX_HW_DETECT}" == "false" ] && update_system_settings   [ "${ALX_HW_DETECT}" == "false" ] && update_system_settings
558    
559   #stop at last the preliminary networking (dhcp)   # stop at last the preliminary networking (dhcp)
560   preliminary_network stop   preliminary_network stop
561   ;;   ;;
562    
563   stop)   stop)
564   #unset_alx_connected #--> now in alxsetstate-rc6   # unset_alx_connected #--> now in alxsetstate-rc6
565   # ! important !: del systemstate   # ! important !: del systemstate
566   [ -f /etc/alx-config/state/state ] && rm /etc/alx-config/state/state   [ -f /etc/alxconfig-ng/state/state ] && rm /etc/alxconfig-ng/state/state
567   sleep 0.1   sleep 0.1
568   ;;   ;;
569   *)   *)
570   echo "Usage: $0 {start|stop} ..."   echo "Usage: $0 {start|stop} ..."
571   ;;   ;;
572  esac  esac
573    

Legend:
Removed from v.221  
changed lines
  Added in v.282