Find the answer to your Linux question:
Results 1 to 2 of 2
My shell script is running fine when I am login in Virtual Machine(Ubuntu-10.04) but it is distorted when I keep it in /etc/init.d/rc.local for running it in startup. 1. At ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    2

    [SOLVED] dialog --radiolist distorted in Ubuntu-10.04 virtual machine

    My shell script is running fine when I am login in Virtual Machine(Ubuntu-10.04) but it is distorted when I keep it in /etc/init.d/rc.local for running it in startup.
    1. At startup in radiolist it is showing stars are going outside the dialog box when selected
    2. Few time if I select other option then the previous selection is still appearing ie showing multiple selection

    dialog --backtitle "VM" --radiolist " Advance Configuration Menu" 25 60 10 1 "Network Configuration" on 2 "Restart" off 3 "Shutdown" off 4 "Return to Main Menu" off 5 "Exit" off 2> /tmp/error.err

    Any one !!!!!
    Thanx in advance

    Akshay

  2. #2
    Just Joined!
    Join Date
    Jun 2010
    Posts
    2

    resoled

    I have resoled the issue using the following entry in /etc/rc.local
    openvt -s -w <script>

    Thanx alot !!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •