Tôi đã nâng cấp từ Maverick lên Natty gần đây và mọi thứ đều ổn, ngoại trừ trong quá trình nâng cấp, có gì đó không ổn với PostgreQuery. Tôi đã từng thử cài đặt lại, gỡ bỏ và thậm chí xóa nó thông qua 'sudo apt-get purge postgresql' nhưng nó vẫn gặp lỗi tương tự cho dù tôi có làm gì đi nữa. Xem bên dưới. Nó đã hoạt động tốt trước khi nâng cấp. Mọi sự trợ giúp sẽ rất được trân trọng. Cảm ơn!
Setting up postgresql-common (114) ...
* Starting PostgreSQL 8.4 database server * The PostgreSQL server failed to start. Please check the log output:
2011-05-19 11:49:41 EDT LOG: could not bind IPv4 socket: Address already in use
2011-05-19 11:49:41 EDT HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
2011-05-19 11:49:41 EDT WARNING: could not create listen socket for "127.0.0.1"
2011-05-19 11:49:41 EDT FATAL: could not create shared memory segment: Invalid argument
2011-05-19 11:49:41 EDT DETAIL: Failed system call was shmget(key=5432001, size=37879808, 03600).
2011-05-19 11:49:41 EDT HINT: This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter. You can either reduce the request size or reconfigure the kernel with larger SHMMAX. To reduce the request size (currently 37879808 bytes), reduce PostgreSQL's shared_buffers parameter (currently 4096) and/or its max_connections parameter (currently 103).
If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for.
The PostgreSQL documentation contains more information about shared memory configuration.
[fail]
invoke-rc.d: initscript postgresql, action "start" failed.
dpkg: error processing postgresql-common (--configure):
subprocess installed post-installation script returned error exit status 1
/etc/init.d/postgresql
và thêm a set -x
vào dòng sau #!/bin/bash
và thực hiện a sudo /etc/init.d/postgresql restart
và đăng kết quả đầu ra