Hey forum, I just installed AMPPS on my debian 7 wheezy laptop. I can start the application using the following
Code
Name=AMPPS
Comment= Web Development Server
Exec=gksu -u root /usr/local/ampps/Ampps
Terminal=false
Type=Application
MimeType=text/plain
Categories=GTK;Utility;TextEditor;
However when it start mysql is already started but I can't start apache. I also can't stop mysql either.
Also Here is some output that I get from running it.
Code
josh@BsdE6400:~$ sudo /usr/local/ampps/Ampps
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/httpd.conf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/my.cnf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.2.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.3.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.4.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.5.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/python.conf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/mongo.conf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/pure-ftpd.conf
[Ampps::exec] "/home/josh/apache/bin/httpd-k start"
[DownloadManager::execute]
/bin/bash: /home/josh/php/bin/php: No such file or directory
[Ampps::exec] "/home/josh/apache/bin/httpd-k start"
^Cjosh@BsdE6400:~$ gksu -u root /usr/local/ampps/Ampps
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/httpd.conf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/my.cnf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.2.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.3.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.4.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/php-5.5.ini
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/python.conf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/mongo.conf
QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such file or directory
QFileSystemWatcher: failed to add paths: /home/josh/conf/pure-ftpd.conf
[Ampps::exec] "/home/josh/apache/bin/httpd-k start"
[DownloadManager::execute]
/bin/bash: /home/josh/php/bin/php: No such file or directory
[Ampps::exec] "/home/josh/apache/bin/httpd-k start"
josh@BsdE6400:~$
I think it may be how I am starting it. I am going to try a few things and post back but any help will be appreciated.
|