man urpmi.files wrote: /etc/urpmi/skip.list
The list of packages that should not be automatically updated when using --auto-select. It contains one package expression per line; either
a package name, or a regular expression (if enclosed in slashes /) to match the name of packages against. (Actually, it's matched against
the full name of the package, which has the form name-version-release.arch.)
doktor5000 wrote:Put postgresql into skip.list.man urpmi.files wrote: /etc/urpmi/skip.list
The list of packages that should not be automatically updated when using --auto-select. It contains one package expression per line; either
a package name, or a regular expression (if enclosed in slashes /) to match the name of packages against. (Actually, it's matched against
the full name of the package, which has the form name-version-release.arch.)
/.*postgres.*/
magfan wrote:What are the upgrade rules / dependencies when upgrading mga3 -> mga4?
magfan wrote:There are several postgresql packages in mga3 (8.4, 9.0, 9.1, 9.2) and mga4 (9.0, 9.1, 9.2, 9.3). But there is no version 8.4 anymore in mga4 so I guess that this package (postgresql8.4) will be upgraded to a higher version if it is not in the skip list. But to which version?
magfan wrote: Will an installation of postgresql9.1 also be upgraded to a higher version? If not I may upgrade our commercial software package to be used with postgresql9.1 prior to upgrading the whole system.
doktor5000 wrote:Why not simply run urpmi --auto-update --test and see for yourself? (no installation will happen, but in the first update round only priority updates will be shown
doktor5000 wrote:If that update is so criticial, why not simulate it inside a VM beforehand? Why the urge to upgrade to Mageia 4?
# pg_ctl --version
pg_ctl (PostgreSQL) 8.4.17
which pg_ctl
rpm -qf $(which pg_ctl)
killall -15 pg_ctl
$ FATAL: could not create shared memory segment: Invalid argument
DETAIL: Failed system call was shmget(key=5432001, size=41205760, 03600).
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 41205760 bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.
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.
kernel.shmmax=8589934592
kernel.shmall=2097152
Users browsing this forum: No registered users and 1 guest