Hi I installed omd in my ubuntu,when I created site ,it showed error:mount: must be superuser to use mount
root@myhost:~# omd create hahamy Adding /omd/sites/hahamy/tmp to /etc/fstab. Restarting Apache...apache2: Could not reliably determine the server's fully qualified domain name, using 2605:f700:40:400::dec0:f5b2 for ServerName apache2: Could not reliably determine the server's fully qualified domain name, using 2605:f700:40:400::dec0:f5b2 for ServerName OK Creating temporary filesystem /omd/sites/hahamy/tmp...mount: must be superuser to use mount ERROR Created new site hahamy with version 0.56. The site can be started with omd start hahamy. The default web UI is available at http://myhost/hahamy/ The admin user for the web applications is omdadmin with password omd. Please do a su - hahamy for administration of this site. root@myhost:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04 LTS Release: 12.04 Codename: precise root@myhost:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/simfs 100G 1.5G 99G 2% / none 768M 8.0K 768M 1% /dev none 154M 1.1M 153M 1% /run none 5.0M 0 5.0M 0% /run/lock none 768M 0 768M 0% /run/shm How I installed it is: root@myhost:~# history 1 echo 'deb http://labs.consol.de/OMD/ubuntu precise main' >> /etc/apt/sources.list 2 apt-get update 3 apt-get install omd 4 a2enmod proxy 5 a2enmod proxy_http 6 /etc/init.d/apache2 restart 7 omd create mysite 8 omd start Any hint is appreciated. Thank you very much! 2013-03-15 sosogh
_______________________________________________ omd-users mailing list [email protected] http://lists.mathias-kettner.de/mailman/listinfo/omd-users
