Results 1 to 5 of 5

Thread: Scibuntu Script Fails in Kubuntu Edgy

  1. #1
    Join Date
    Mar 2007
    Beans
    50

    Cool Scibuntu Script Fails in Kubuntu Edgy

    Hello all,

    I am an Ubuntu newbie w/issue using the new scibuntu 4.0 beta script
    I am running Kubuntu Edgy.

    Here is what I do:
    I run the script in a root terminal with

    Code:
    sh scibuntu
    then BASH tells me

    Code:
    scibuntu: 39: function: not found
    scibuntu: 43: Syntax error: "}" unexpected
    here is the scibuntu script code that BASH is complaining about (starting with line 39 of the script and ending with line 43)

    Code:
    function logtouch {
         DATE=`date +%y-%m-%d__%H_%M_%S`
         LOG=$LOG$DATE
         touch $LOG
    }
    Please helpabrutherout if you have a moment...thanks all!

  2. #2
    Join Date
    Nov 2004
    Location
    Nyack NY USA
    Beans
    988
    Distro
    Ubuntu Development Release

    Re: Scibuntu Script Fails in Kubuntu Edgy

    You are executing it incorrectly. Try
    sudo chmod a+x scibuntu040-beta
    sudo ./scibuntu040-beta
    "Linux is evolution, not intelligent design." - Linus Torvalds

  3. #3
    Join Date
    Mar 2007
    Beans
    50

    Re: Scibuntu Script Fails in Kubuntu Edgy

    Kleeman, thank you, the script is now currently at work downloading all the goodies .

    *Note: for anyone who stumbles on the post while trying to install package with scibuntu:

    don't forget to aquire zenity
    and all its dependencies with apt
    prior to invokation of the scibuntu script.

  4. #4
    Join Date
    Dec 2006
    Beans
    334
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Scibuntu Script Fails in Kubuntu Edgy

    Any website for the scibuntu where i can refer to?

  5. #5
    Join Date
    Nov 2004
    Location
    Nyack NY USA
    Beans
    988
    Distro
    Ubuntu Development Release

    Re: Scibuntu Script Fails in Kubuntu Edgy

    "Linux is evolution, not intelligent design." - Linus Torvalds

Bookmarks

Posting Permissions

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