Received: by 10.236.115.137 with SMTP id e9mr10301772yhh.32.1349631673313; Sun, 07 Oct 2012 10:41:13 -0700 (PDT) X-BeenThere: zotonic-users@googlegroups.com Received: by 10.101.62.19 with SMTP id p19ls1177148ank.8.gmail; Sun, 07 Oct 2012 10:41:12 -0700 (PDT) Received: by 10.236.173.201 with SMTP id v49mr10720451yhl.19.1349631672599; Sun, 07 Oct 2012 10:41:12 -0700 (PDT) Received: by 10.236.173.201 with SMTP id v49mr10720450yhl.19.1349631672589; Sun, 07 Oct 2012 10:41:12 -0700 (PDT) Return-Path: Received: from st11p02mm-asmtp005.mac.com (st11p02mm-asmtpout005.mac.com. [17.172.220.240]) by gmr-mx.google.com with ESMTP id o6si3787802yhn.7.2012.10.07.10.41.12; Sun, 07 Oct 2012 10:41:12 -0700 (PDT) Received-SPF: pass (google.com: domain of mworr...@me.com designates 17.172.220.240 as permitted sender) client-ip=17.172.220.240; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mworr...@me.com designates 17.172.220.240 as permitted sender) smtp.mail=mworr...@me.com MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [192.168.1.16] (5469A6C2.cm-12-2c.dynamic.ziggo.nl [84.105.166.194]) by st11p02mm-asmtp005.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MBJ00D1PAGMK...@st11p02mm-asmtp005.mac.com> for zotonic-users@googlegroups.com; Sun, 07 Oct 2012 17:41:12 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855,1.0.431,0.0.0000 definitions=2012-10-07_05:2012-10-06,2012-10-07,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001 definitions=main-1210070202 Subject: Re: [Zotonic-Usr] deps/z_logger/ebin/z_logger.beam hides deps/webzmachine/ebin/z_logger.beam - and other problems after git pull ... From: Marc Worrell In-reply-to: Date: Sun, 07 Oct 2012 19:41:09 +0200 Message-id: <7B5A68BB-AB1E-4090-9432-9F16DC6BA...@me.com> References: To: zotonic-users@googlegroups.com X-Mailer: Apple Mail (2.1278) Hi Frank, Some suggestions are inline below. - Marc On 7 okt. 2012, at 19:00, Frank Goenninger wrote: > Hi all, > > after doing a git pull on 0.9-dev yesterday I found my site doesn't start up anymore the way I had it before. I get the following output in debug mode: Make sure that you have the latest, yesterday I did some bug fixing on the https/http switching. > zotonic@web $ sudo /opt/zotonic/current/bin/zotonic debug > > Erlang R15B01 (erts-5.9.1) [source] [64-bit] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:true] > > Eshell V5.9.1 (abort with ^G) > (zotonic...@web.consequor.eu)1> 18:39:58.993 [info] Application lager started on node 'zotonic...@web.consequor.eu' > ** /serv/opt/zotonic/zotonic-09-dev/deps/z_logger/ebin/z_logger.beam hides /serv/opt/zotonic/zotonic-09-dev/deps/webzmachine/ebin/z_logger.beam > ** Found 1 name clashes in code paths > 18:39:59.087 [info] Application crypto started on node 'zotonic...@web.consequor.eu' > ** /serv/opt/zotonic/zotonic-09-dev/deps/z_logger/ebin/z_logger.beam hides /serv/opt/zotonic/zotonic-09-dev/deps/webzmachine/ebin/z_logger.beam > ** Found 1 name clashes in code paths z_logger has been moved from its own reps/z_logger repo into webzmachine. You can delete deps/z_logger > 18:39:59.444 [info] gen_smtp_server starting at 'zotonic...@web.consequor.eu' > > 18:39:59.444 [info] listening on {0,0,0,0}:2525 via tcp > > 18:39:59.604 [info] Application zotonic started on node 'zotonic...@web.consequor.eu' > 18:39:59.895 [error] z_module_manager:485 [consequor] Error starting module mod_backup: {error,{missing_dependencies,[rest]}} mod_backup has been changed. It now needs mod_rest to function, please enable mod_rest. > Also, the line > > 18:39:59.444 [info] listening on {0,0,0,0}:2525 via tcp > > says "listening in port 2525" - What is listening there? I have the following config file: That is the e-mail receive server. Zotonic can handle incoming e-mail. By default it discards such e-mails, but it is also used for bounce handling when sending e-mail (like with mailing lists). > [{listen_port,80}, > {listen_port_ssl,443}, > {listen_ip,any}, > {password,"xxx"}, > {ssl,true}, > {ssl_password,[]}, > {ssl_certfile,"/var/data/consequor/ssl/certs/zotonic.web-consequor-eu.crt"}, > {ssl_keyfile,"/var/data/consequor/ssl/certs/zotonic.web-consequor-eu.key"}, > {ssl_cacertfile,"/var/data/consequor/ssl/certs/zotonic.web-consequor-eu.ca-bund > le"}]. > > What I am also missing is that I have an automatic forward to https://www.consequor.de when accessing with normal http. Hostalias missing ? You need to move your ssl keys to your site. There is more documentation here: http://zotonic.com/docs/ref/modules/mod_ssl.html Make sure that you rename you crt, key and bundle files to what is told in the above documentation. Also check the configuration options, to make it again as it was with your previous install.