On 2/13/2010 3:13 PM, Deniz wrote: > Hi everybody, > > i'm from Turkey. I installed opensolaris from a live cd. There is no windows > on my notebook. Only opensolaris. > > i tried to install some packages first with package manager and manuel. But i > couldn't. I tried to install Adobe flash player, but i couldn't copy the file > into usr/lib/firefox/plugins. The access ist always denied. >
Opensolaris uses RBAC settings as a default and the user login you setup during install does not have root access. Prefix your command with pfexec for root required operations. pfexec cp xxx /usr/lib/firefox/plugins > When i'm trying to install eclipse or flash player with package manager, > there is always an error > > "Please check the network connection > Is the repository accessible?" > > "Could not retrieve filelist from 'https://pkg.sung.com/opensolarisextra > socket error, reason: The read operation timed out'" > Check your repository setting and change it to the one you need to install packaged from. By default it is https://pkg.opensolaris.or/release pkg publisher will show you the default. man pkg < wil show all the options for package management. pfexec pkg set-publisher -P -O https://pkg.sun.com/opensolaris/extra/ opensolaris.org <= Not sure if you typoed the above The above is from memory so please check but note that root access is needed for that so it is prefixed with "pfexec". Same for when your install if you use the command line. ...Les > I'm not sure but i think it's because of the file permissions. Can anybody > help me? >