OTR2 installation

Nonverbal

New Member
Debian

Hallo,

ich habe OTR2 auf debian installiert, hat auch alles super geklappt aber der hat sich 127.0.0.1 als domainnamen geschnappt und jetzt ist es nicht aus dem Internet erreichbar. Was kann ich da machen?

Code:
vserver:~# apt-get install otrs2
Reading package lists... Done
Building dependency tree... Done
otrs2 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 38 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up otrs2 (2.0.4p01-18) ...
dbconfig-common: writing config to /etc/dbconfig-common/otrs2.conf
Replacing config file /etc/otrs/database.pm with new version
granting access to database otrs2 for otrs@localhost: success.
verifying access for otrs@localhost: success.
creating database otrs2: success.
verifying database otrs2 exists: success.
populating database via sql...  done.
dbconfig-common: flushing administrative password
This module is already enabled!
This module is already enabled!
Forcing reload of web server (apache2)...[Sat Feb 14 12:15:34 2009] [warn] Useless use of AllowOverride in line 22.
apache2: apr_sockaddr_info_get() failed for vserver
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
httpd (no pid file) not running
[Sat Feb 14 12:15:34 2009] [warn] Useless use of AllowOverride in line 22.
apache2: apr_sockaddr_info_get() failed for vserver
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
.
SetPermissions.sh <$Revision: 1.27 $> - set OTRS file permissions
Copyright (c) 2001-2004 Martin Edenhofer <martin@otrs.org>
Setting file permissions...
chown -R www-data:www-data /usr/share/otrs
chmod -R og+rw /usr/share/otrs
chown otrs:www-data /usr/share/otrs
chown -R otrs:www-data /usr/share/otrs/var/
chown -R www-data:www-data /usr/share/otrs/var/sessions/
touch && chown otrs:www-data /usr/share/otrs/var/log/TicketCounter.log
chmod -R 775 /usr/share/otrs/bin/
(chown && chmod 700) otrs:0 /usr/share/otrs/bin/DeleteSessionIDs.pl
(chown && chmod 700) otrs:0 /usr/share/otrs/bin/UnlockTickets.pl
(chown && chmod 700) otrs:0 /usr/share/otrs/bin/otrs.getConfig
 
Back
Top