X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=S32ZvzlVeavKKYKH
	FykF4tG5ZrE2bhYedNLkrtrjBiBggvAN+nmBcv9FMbGuNMMomX4e8+6lLRPfd/Xb
	l9Gyqp3mrD4LEc4hU7Ulg/W5lL7pNeDr+97yumcgzZ/RZDOZGZuMJL/PfaK6U1+q
	xxnB6YOtz51cLb82sPG56cKWkwA=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=/yMFBTCAL0lRMjqdHwQd3t
	RoN8s=; b=sWYiACzp7dwoQpar/QQ6NYjoQBZjSk+SQIVhybyF4LykLSKZCmmRwq
	e0ma1YlXgH2VLchuWhiJL4R7vCHvNG/eRelOy2C39Bh3JIPJLZ1DJf5m2cjmfRsU
	zHfIdzi1u3YoN48KNniAGrLy/0YwOLJE8uWSsB8hAYCtv85S/VvRU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
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)
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 <marco.atzeri@gmail.com>
Message-ID: <5702C853.30007@gmail.com>
Date: Mon, 4 Apr 2016 22:02:27 +0200
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

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

