From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11336 invoked by alias); 4 Apr 2016 20:02:44 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 11328 invoked by uid 89); 4 Apr 2016 20:02:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:5702C4B, H*i:sk:5702C4B, H*MI:sk:5702C4B, 95 X-HELO: mail-lb0-f176.google.com Received: from mail-lb0-f176.google.com (HELO mail-lb0-f176.google.com) (209.85.217.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 04 Apr 2016 20:02:33 +0000 Received: by mail-lb0-f176.google.com with SMTP id vo2so178567074lbb.1 for ; Mon, 04 Apr 2016 13:02:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=FSQzO9O4YI/b80v+oNh12IP1b1ibLdhm5cp9Ol1IZp4=; b=GSMaTrfGaBnABbDXUVcZG+6Xov8Va2tF56mQkja5fjG5kto3aBHdU5tGf4qVWkckYZ edu6UT8W+wWeHdq404da/BIbWiWF43WYwBE/4QcVdflIlYUjZLNPfvDyARDrmNAZoCU2 MIKEXM+iqpVpz3RQ86zQrfnpE+fuToAf9xhQUQktJX3CHFlh2C0suxJV0a2iKPlI966d r6EJ0Qptm+kpgAGrScIbi2QZZqz9yl3w4X338/Q4OfE0MFqI61XzAcOb/gGOLncgCOBR 8T+fJxvzpjLU1j92Ov/E30xuYdXvosf0CElgShzgKQnGKhQs21150wUbNosh+tluC0WV CPPA== X-Gm-Message-State: AD7BkJJZ5SHqEM7pSTqrVtgCwVJhjy3OVCBJSBO5QFijeznjJ/rljALFVoxta++J7AI8MA== X-Received: by 10.28.44.9 with SMTP id s9mr13774138wms.96.1459800150299; Mon, 04 Apr 2016 13:02:30 -0700 (PDT) Received: from [192.168.2.109] (p5B1745A9.dip0.t-ipconnect.de. [91.23.69.169]) by smtp.googlemail.com with ESMTPSA id ka7sm30742337wjb.8.2016.04.04.13.02.29 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Apr 2016 13:02:29 -0700 (PDT) Subject: Re: postgresql - How do I upgrade Postgres database in Cygwin? - Server Fault To: cygwin@cygwin.com References: <5702BCFD.6000103@oliveyou.net> <5702C4B3.3030506@oliveyou.net> From: Marco Atzeri Message-ID: <5702C853.30007@gmail.com> Date: Mon, 04 Apr 2016 20:02:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <5702C4B3.3030506@oliveyou.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00072.txt.bz2 On 04/04/2016 21:46, Chloe wrote: > OK now I really need help. I tried to install version 9.4.4-2 of > Postgres with > ftp://www.fruitbat.org/pub/cygwin/circa/2015/09/25/151012/index.html, > but now it won't start. I also tried to install 9.4.4-1 but that won't > work either. I also tried to exit all Cygwin processes and run 'dash' > and 'rebaseall', but it didn't help. How do I install an old version of > Postgres 9.4 to upgrade to 9.5? > > $ /usr/sbin/postgres --version > postgres (PostgreSQL) 9.4.4 > > $ /usr/sbin/postgres > FATAL: could not create shared memory segment: Function not implemented > DETAIL: Failed system call was shmget(key=5432001, size=40, 03600). have you configured cygserver as service and run it ? The shared memory capability depends on cygserver. https://cygwin.com/cygwin-ug-net/using-cygserver.html Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple