تغييرات

اذهب إلى التنقل اذهب إلى البحث
لا يوجد ملخص تحرير
سطر 1: سطر 1: −
1- Loading screen after installation:
+
#'''Loading screen after installation:'''
 +
 
 
FIX→
 
FIX→
   −
uninstall rabbitmq and install it again
+
*uninstall rabbitmq and install it again
 +
 
    +
#'''2- ImportError: No module named mongoengine.django.sessions (IN Terminal)'''
   −
2- ImportError: No module named mongoengine.django.sessions (IN Terminal)
   
FIX→
 
FIX→
   −
run requirements.txt again. This error is the cause of not properly installed django and django extensions in the dir /srv/pandora/src
+
* run requirements.txt again. This error is the cause of not properly installed django and django extensions in the dir /srv/pandora/src
 
⇒ cd /srv/pandora
 
⇒ cd /srv/pandora
 
run ./bin/pip install -r requirements.txt
 
run ./bin/pip install -r requirements.txt
      −
 
+
#'''
3- ERROR: Site pandora does not exist! when run a2ensite pandora (Terminal)
+
ERROR: Site pandora does not exist! when run a2ensite pandora (Terminal)
(step b) in README file for pandora installation tutorial in the wiki https://wiki.0x2620.org/browser/pandora/README)
+
(step b) in README file for pandora installation tutorial in the wiki https://wiki.0x2620.org/browser/pandora/README''')
 
FIX→
 
FIX→
   −
rename pandora.conf to be pandora.com /etc/apache2/sites-available
+
* rename pandora.conf to be pandora.com /etc/apache2/sites-available
 
then run  
 
then run  
 
a2ensite pandora.com
 
a2ensite pandora.com
----
+
 
4- Syntax error on line 22 of /etc/apache2/sites-enabled/pandora.com: (Termial)
+
 
 +
#'''Syntax error on line 22 of /etc/apache2/sites-enabled/pandora.com: (Termial)
 
Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration
 
Invalid command 'ProxyRequests', perhaps misspelled or defined by a module not included in the server configuration
 
Action 'configtest' failed.
 
Action 'configtest' failed.
The Apache error log may have more information    ...fail
+
The Apache error log may have more information    ...fail'''
 
FIX→
 
FIX→
+
 
sudo a2enmod proxy
+
 
 +
sudo a2enmod proxy*   
 
then service apache2 restart
 
then service apache2 restart
----
+
 
5- Blank page (Empty page of death OR white page). When use the browser console, find error: (Browser)
+
#'''
the server responded with a status of 404  
+
Blank page (Empty page of death OR white page). When use the browser console, find error: (Browser)
 +
the server responded with a status of 404'''
 
FIX→
 
FIX→
=============
     −
===============
  −
disable DEBUG= True in the local_settings.py and make it DEBUG= False
  −
===
     −
6- When restart apache, I get this error (In Terminal):  
+
disable DEBUG= True in the local_settings.py and make it DEBUG= False*
 +
 
 +
#'''
 +
When restart apache, I get this error (In Terminal):  
 
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
 
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
 
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
 
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
سطر 46: سطر 50:  
Unable to open logs
 
Unable to open logs
 
Action 'start' failed.
 
Action 'start' failed.
The Apache error log may have more information.
+
The Apache error log may have more information'''.
 +
 
 
FIX→
 
FIX→
   −
Uninstall nginx related packages that use port 80. If you are using apache server
+
* Uninstall nginx related packages that use port 80. If you are using apache server
      −
7- error apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
+
#'''error apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName'''
 +
 
 
FIX→
 
FIX→
   −
add this line ⇒ ServerName localhost
+
* add this line ⇒ ServerName localhost
 
to the end of the file /etc/apache2/apache2.conf then restart the apache
 
to the end of the file /etc/apache2/apache2.conf then restart the apache
 
/etc/init.d/apache2 restart
 
/etc/init.d/apache2 restart
       +
#'''
 +
apache2: Syntax error on line 236 of /etc/apache2/apache2.conf: Syntax error on line 53 of /etc/apache2/sites-enabled/pandora.com: Expected </Location> but saw </VirtualHost> (Terminal)FIX→
 +
'''
   −
8- apache2: Syntax error on line 236 of /etc/apache2/apache2.conf: Syntax error on line 53 of /etc/apache2/sites-enabled/pandora.com: Expected </Location> but saw </VirtualHost> (Terminal)FIX→
+
* edit the file /etc/apache2/sites-enabled/pandora.com and remove line 4 that include the extra tag <Location /> save and restart apache
      −
edit the file /etc/apache2/sites-enabled/pandora.com and remove line 4 that include the extra tag <Location /> save and restart apache
     −
 
+
#'''server not found (Error loading page) (Browser)'''
 
  −
9- server not found (Error loading page) (Browser)
   
FIX→
 
FIX→
   −
cd /srv/pandora/pandora
+
* cd /srv/pandora/pandora
 
su pandora
 
su pandora
 
run →    ./manage.py runserver
 
run →    ./manage.py runserver
سطر 78: سطر 84:       −
10- OperationalError: FATAL:  Peer authentication failed for user "pandora"
+
#'''OperationalError: FATAL:  Peer authentication failed for user "pandora"'''
 
FIX→
 
FIX→
   −
su pandora
+
* su pandora
      −
11- Sorry, you have made an unauthorized request. (Browser) error  when try to access anything like (add new list, manage users). Although I signed up 1st account to be admin
+
#'''Sorry, you have made an unauthorized request. (Browser) error  when try to access anything like (add new list, manage users). Although I signed up 1st account to be admin'''
 
FIX→
 
FIX→
   −
  comment the line that has SESSION_COOKIE_DOMAIN in local_settings.py
+
  *comment the line that has SESSION_COOKIE_DOMAIN in local_settings.py
         −
12- IOError: [Errno 26] Text file busy: './bin/python' django (Terminal) when run:
+
# '''IOError: [Errno 26] Text file busy: './bin/python' django (Terminal) when run:
 
virtualenv --system-site-packages .
 
virtualenv --system-site-packages .
FIX→
+
FIX→'''
      −
  should not  apply virtual env packages after installation
+
  *should not  apply virtual env packages after installation
      −
13- pandora_client config
+
#'''pandora_client config
 
Current Config:
 
Current Config:
 
   User pandora
 
   User pandora
سطر 118: سطر 124:  
DATA_SERVICE = 'https://data.0xdb.org/api/'
 
DATA_SERVICE = 'https://data.0xdb.org/api/'
 
VIDEO_PREFIX = "//video{uid}.127.0.0.1"
 
VIDEO_PREFIX = "//video{uid}.127.0.0.1"
SESSION_COOKIE_DOMAIN = ".127.0.0.1"
+
SESSION_COOKIE_DOMAIN = ".127.0.0.1'''"
    
NOT FIXED TILL NOW
 
NOT FIXED TILL NOW
staff، تقنيون
1٬354

تعديل

قائمة التصفح