Menu

no scrollout webpage after installation.

Get Help
Anonymous
2013-08-29
2018-04-18
  • Anonymous

    Anonymous - 2013-08-29

    Hello, After installation I can't go to the scrollout webpage, I just get a "This is the default web page for this server" message.

    How I installed:

    Ubuntu 12.04 new install
    Installed openssh
    Installed webmin
    sudo update and upgrade.
    Installed scrollout, hit enter on every question postfix asks.

    went to webpage.
    Webmin does work on it's port 10000 however.
    Could it be because the installation conflicted with webmin?

     

    Last edit: Anonymous 2018-05-13
  • Anonymous

    Anonymous - 2013-08-29

    Webmin has its own webserver, is not using Apache webserver. It should not be any conflict there.
    Probably you have a virtualhost or site configured by webmin and overwrites the settings needed by scrollout.

    Try to force the update on scrollout side, but before that make sure you don't have the case described above (a default configuration for port 80 made by webmin)

    rm -fr /var/www/ver
    /var/www/bin/update.sh

    It is like a short reinstall.
    If that doesn't work, try using a clean system or the ISO.

     

    Last edit: Anonymous 2018-05-13
  • Anonymous

    Anonymous - 2013-08-30

    Hello,
    I have var/www/ver
    but not /var/www/bin

    So probably something went wrong in the installation process?

     

    Last edit: Anonymous 2018-05-13
  • Marius Gologan

    Marius Gologan - 2013-08-30

    Yes, it looks like important parts are missing.
    Try to run a new clean installation using the ISO image. It will erase the entire disc.
    If that works, you can add Webmin after. The ISO is a Debian 7 64bit, kernel 3.2.
    Commands and structure are very similar to Ubuntu, you should not have any difficulties.

     
  • Anonymous

    Anonymous - 2013-08-30

    installed on clean ubuntu without ssh and webmin,
    same error.

    Could you tell me what files are in the www/bin folder normally, so I can see if the setup put it somewhere else by chance.

     

    Last edit: Anonymous 2018-05-13
  • Marius Gologan

    Marius Gologan - 2013-08-31

    I just finished two test installations on:

    1. Ubuntu 12.04 LTS 64bit - on VMware
    2. Ubuntu 13.04 64bit - on Amazon EC2
      Both finished without problems.

    Make sure you have root access.
    Make sure you have unrestricted Internet access during installation.

    All installation files are downloaded in /tmp/ and extracted in /tmp/scrolloutf1/.
    You can search for scrollout.sh file.

    Marius.

     
  • Anonymous

    Anonymous - 2013-09-03

    Hello, sorry for the late reply and thanks for your help.

    I searched for scrollout.sh and it seems that all the scrollout files were installed to:
    /root/scrolloutf1/www

    there I have a lot of files and also a bin folder with the scrollout.sh file in.

    So I probably installed it into the wrong folder?
    Can I just move this or should I reinstall with some other command or something?

     

    Last edit: Anonymous 2018-05-13
  • Anonymous

    Anonymous - 2013-09-03

    It should not be there.
    Probably you missed this step:
    cd /tmp/
    Hence, the .tar file was downloaded in root's home instead of /tmp folder.

    If part of the installation was already made, it will not run again because the system is not fresh. The intall script looks for postfix, apache etc. If those are in the system, it will stop.

    Here is a possible alternative:
    1) try moving the /root/scrolloutf1/www folder into /var/
    mv -f /root/scrolloutf1/www /var/

    2) make all scripts executable:
    chmod +x /var/www/bin/*

    3) force a fake update which should restore the permisions and structure:
    rm -fr /var/www/ver
    /var/www/bin/update.sh

    Hope those steps will solve your problem.

     

    Last edit: Anonymous 2018-05-13
  • Anonymous

    Anonymous - 2013-09-03

    hi i too install ISO and dont show Web scrollout F1, why...?
    /var/wwww is empty

     

    Last edit: Anonymous 2018-05-13
  • Marius Gologan

    Marius Gologan - 2013-09-04

    find / -name "scrollout"

    If nothing is found, make sure you have unrestricted internet access during installation.

     
  • Anonymous

    Anonymous - 2013-09-06

    Hello, this is the OP, your solution worked.
    Thanks a lot for the help.

     

    Last edit: Anonymous 2018-05-13
  • Anonymous

    Anonymous - 2013-09-06

    OP here again, I guess I was too soon to declare victory,
    After I log in to the web interface, I get this:
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, marius.gologan@gmail.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Apache/2.2.22 (Ubuntu) Server at 10.1.1.89 Port 443

     

    Last edit: Anonymous 2018-05-13
  • Marius Gologan

    Marius Gologan - 2013-09-06

    1) Run this command in linux console:
    tail -fn0 /var/log/apache2/error.log
    2) load the page in your browser
    3) paste the error that appeared in linux console after you tried to load the page.

     

    Last edit: Marius Gologan 2013-09-06
  • Anonymous

    Anonymous - 2013-09-09

    root@ubuntu:/var/www/bin# tail -fn0 /var/log/apache2/error.log
    [Mon Sep 09 10:29:59 2013] [error] [client 10.1.1.62] PHP Notice: Undefined index: PHP_AUTH_PW in /var/www/index.php on line 10
    [Mon Sep 09 10:30:05 2013] [error] [client 10.1.1.62] (2)No such file or directory: Could not open password file: /var/www/.htpasswd, referer: http://10.1.1.89/
    [Mon Sep 09 10:30:05 2013] [error] [client 10.1.1.62] (2)No such file or directory: Could not open password file: /var/www/.htpasswd

     

    Last edit: Anonymous 2018-05-13
  • Anonymous

    Anonymous - 2013-09-09

    try this command:
    echo "Admin:" > /var/www/.htpasswd; chown www-data /var/www/.htpasswd;

    The page should be displayed asking for login:
    User: Admin
    NoPass:

     

    Last edit: Anonymous 2018-05-13
  • Edwin Onia

    Edwin Onia - 2018-04-18

    Dear Sirs,
    I tried to update my scrolloutf1 with the following command:
    rm /var/www/ver
    /var/www/bin/update.sh
    after the update made I cannot access the web page but still access on terminal. What can I do please help

     
    • Marius Gologan

      Marius Gologan - 2018-04-18

      Hi,

      What is the Debian OS version ? Current update requires Debian 9.

      Try
      cat /etc/issue

      Marius

      From: Edwin Onia
      Sent: Wednesday, April 18, 2018 6:41 AM
      To: marius.gologan@gmail.com
      Subject: [scrollout:discussion] no scrollout webpage after installation.

      Dear Sirs,
      I tried to update my scrolloutf1 with the following command:
      rm /var/www/ver
      /var/www/bin/update.sh
      after the update made I cannot access the web page but still access on terminal. What can I do please help

      no scrollout webpage after installation.

      Sent from sourceforge.net because marius.gologan@gmail.com is subscribed to https://sourceforge.net/p/scrollout/discussion/1102835/
      To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/scrollout/admin/discussion/forums. Or, if this is a mailing list, you can unsubscribe from the mailing list.

       

Log in to post a comment.

MongoDB Logo MongoDB