Archive

Posts Tagged ‘IPS’

Osol 2010.02. Закончилось место в rpool?

Нда, трагедия ;) Не смог обновиться до build 129:

Action upgrade failed for 'kernel/misc/amd64/acpica' (pkg://opensolaris.org/SUNWckr):
 IOError: [Errno 28] No space left on device
 The running system has not been modified. Modifications were only made to a clone of the running system.  This clone is mounted at /tmp/tmpHuaQTJ should you wish to inspect it.
pkg: An unexpected error happened during image-update: [Errno 28] No space left on device: '/var/pkg/history/20091214T182039Z-01.xml'
pkg: An error was encountered while attempting to store information about the
current operation in client history.
pkg: [Errno 28] No space left on device: '/var/pkg/history/20091214T182039Z-01.xml'
Update Phase ...

Ну, не трагедия. Читаем внимательно вот эту статью.

Особо внимательно читаем про зачистку ВСЕХ ваших загрузочных сред (у меня их осталось три).

Обратите внимание на этот баг – всякий раз после обновления pkg image-update – flush-content-cache-on-success флаг сбрасывается в false (то есть – снова накопление).

PS: хм, не мало:
ilyxa@home:~$ du -hs /var/pkg/download
4.1G /var/pkg/download
ilyxa@home:~$

Categories: Computers Tags: , , , , ,

OSol 2009.6 and pkg install problem

May 24th, 2009 Perky Porky No comments

After installation of OSol 2009.6 (build 111) i’v got some weird problem:

1
2
3
4
5
root@cheetah:~# pkg install amp
Creating Plan \                       
pkg: The following pattern(s) did not match any packages in the current catalog.
Try relaxing the pattern, refreshing and/or examining the catalogs:
 amp

Solution is simple:

root@cheetah:~# pfexec pkg set-publisher -O http://pkg.opensolaris.org/dev opensolaris.org

Some pieces of explanation is here : http://opensolaris.org/jive/thread.jspa?messageID=368732. Is short: need to use developer repository.