Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

0 votes
0 answers
60 views
Trying to install and configure correctly Xorg and the nvidia drivers in/on Open Indiana virtualized with bhyve on FreeBSD 14.1
I've just virtualized Open Indiana in bhyve (FreeBSD hypervisor),using the following parameters : bhyve-win -S -c sockets=2,cores=2,threads=2 -m 4G -w -H -A \ -s 0,hostbridge \ -s 1,ahci-hd,/mnt/zroot2/zroot2/bhyve/img/Open-Indiana/efi/Minimal/openindiana-1.img \ -s 8:0,passthru,2/0/0 \ -s 8:1,passt...
I've just virtualized Open Indiana in bhyve (FreeBSD hypervisor),using the following parameters : bhyve-win -S -c sockets=2,cores=2,threads=2 -m 4G -w -H -A \ -s 0,hostbridge \ -s 1,ahci-hd,/mnt/zroot2/zroot2/bhyve/img/Open-Indiana/efi/Minimal/openindiana-1.img \ -s 8:0,passthru,2/0/0 \ -s 8:1,passthru,2/0/1 \ -s 8:2,passthru,2/0/2 \ -s 8:3,passthru,2/0/3 \ -s 13,virtio-net,tap5 \ -s 29,fbuf,tcp=0.0.0.0:5905,w=1600,h=950,wait \ -s 31,lpc \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \ vm0:5 < /dev/null & sleep 2 && vncviewer 0:5 & You can see that between the bhyve parameters I'm passing thru the 4 slots of my GPU,nvidia geforce 2080 ti,that are the following ones : 02:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti] 02:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller 02:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Host Controller 02:00.3 Serial bus controller: NVIDIA Corporation TU102 USB Type-C UCSI Controller What I did within the OI vm ? I've installed xorg ; mate and the nvidia drivers and then I've issued the command : "startx". Well,I expected that my external monitor (attached to the HDMI port of the GPU Geforce 2080 ti was able to turn on,but this didn't happen. Instead,I see some kind of error that prevents it from doing it : https://ibb.co/YbMW5F6 This is the xorg.conf file that I've created : Section "Device" Identifier "Card0" Driver "nvidia BusID "PCI:0:0:8" EndSection I hope that the address 0:0:8 is correct,according with the PCI address assigned to the GPU : https://ibb.co/KqFqfRS I don't understand why it wants to use the device 0:0:29 instead of the 0:0:8 when I have used the 0:0:8 and the 0:0:29 can't be used because it is the framebuffer....
Marietto (579 rep)
Nov 9, 2024, 02:55 PM
0 votes
1 answers
106 views
Trying to configure the network connection in Open Indiana virtualized with bhyve on FreeBSD 14.1
I've just virtualized Open Indiana in bhyve (FreeBSD hypervisor),using the following parameters : bhyve-win -S -c sockets=2,cores=2,threads=2 -m 4G -w -H -A \ -s 0,hostbridge \ -s 1,ahci-hd,/mnt/zroot2/zroot2/bhyve/img/Open-Indiana/efi/Minimal/openindiana-1.img \ -s 8:0,passthru,2/0/0 \ -s 8:1,passt...
I've just virtualized Open Indiana in bhyve (FreeBSD hypervisor),using the following parameters : bhyve-win -S -c sockets=2,cores=2,threads=2 -m 4G -w -H -A \ -s 0,hostbridge \ -s 1,ahci-hd,/mnt/zroot2/zroot2/bhyve/img/Open-Indiana/efi/Minimal/openindiana-1.img \ -s 8:0,passthru,2/0/0 \ -s 8:1,passthru,2/0/1 \ -s 8:2,passthru,2/0/2 \ -s 8:3,passthru,2/0/3 \ -s 13,virtio-net,tap5 \ -s 29,fbuf,tcp=0.0.0.0:5905,w=1600,h=950,wait \ -s 31,lpc \ -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CODE.fd \ vm0:5 < /dev/null & sleep 2 && vncviewer 0:5 & As you can see I've installed the minimal ISO image because for some unknown reasons,the full installation is not able to finish correctly. I've repeated it several times,but reached the last option to configure, I get bounced back to the beginning. You can also see that between the bhyve parameters I'm using virtio-net. The problem that I have is that the network is not configured inside the vm,I don't have an active connection. At this point,I've tried to use configure Open Indiana using qemu instead of bhyve,using the following parameters : qemu-system-x86_64 -name guest=s11x64,debug-threads=on \ -machine pc,usb=off \ -cpu kvm64,hv_relaxed,hv_time,hv_synic \ -m 8G -smp 2,sockets=2,cores=1,threads=1 \ -nodefaults -no-shutdown \ -drive if=pflash,format=raw,readonly=on,file=/usr/local/share/edk2-qemu/QEMU_UEFI_CODE-x86_64.fd \ -drive file=/mnt/zroot2/zroot2/bhyve/img/Open-Indiana/efi/Minimal/openindiana-1.img,format=raw \ -global PIIX4_PM.disable_s3=1 \ -global PIIX4_PM.disable_s4=1 \ -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x4.0x7 \ -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x4 \ -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x4.0x1 \ -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x4.0x2 \ -device VGA,id=video0,vgamem_mb=32,bus=pci.0,addr=0x2 \ -netdev tap,id=mynet0,ifname=tap4,script=no,downscript=no \ -device e1000,netdev=mynet0,mac=52:55:00:d1:55:01 \ -device ich9-ahci,id=sata In this case I'm not using the virtio drivers,but the e1000 network interface and also in this case I'm not able to establish the internet connection inside the vm. I've tried to follow this tutorial : https://docs.oracle.com/cd/E59668_01/html/E59667/z40001c91004844.html but it didn't work : 1 I've also tried to configure the network inside Open Indiana virtualized with bhyve,following this thread : https://unix.stackexchange.com/questions/44551/changing-the-ip-address-in-solaris-11 but it didn't work even in this case. Something is missing : 2 Can some one help me to configure correctly the network inside the OS ? I never used Open Indiana,but I'm curious to try it a little bit. The result of command: # netstat -rn is : 3
Marietto (579 rep)
Nov 7, 2024, 02:07 PM • Last activity: Nov 9, 2024, 06:03 AM
3 votes
1 answers
1025 views
OpenIndiana: getting "excluded by installed incorporation" errors trying to install packages on a fresh install of hipster-20211031
I am trying out OpenIndiana for the first time. I used the live image `OI-hipster-gui-20211031.iso` (which seems to be the latest version) to install into a qemu-kvm virtual machine. The very first thing I wanted to do was set up a development environment. According to [this page from the OpenIndian...
I am trying out OpenIndiana for the first time. I used the live image OI-hipster-gui-20211031.iso (which seems to be the latest version) to install into a qemu-kvm virtual machine. The very first thing I wanted to do was set up a development environment. According to [this page from the OpenIndiana documentation](http://docs.openindiana.org/contrib/git/#installing-git) , "installing Git on OpenIndiana Hipster is simple." However, I found it to be not so simple:
ppelleti@illumos:~$ sudo pkg install git
Creating Plan (Solver setup): |
pkg install: No matching version of developer/versioning/git can be installed:
  Reject:  pkg://openindiana.org/developer/versioning/git@2.35.1-2022.0.0.0
             to
           pkg://openindiana.org/developer/versioning/git@2.36.1-2022.0.0.0
  Reason:  This version is excluded by installed incorporation consolidation/userland/userland-incorporation@0.5.11-2020.0.1.14595
ppelleti@illumos:~$
I tried installing a different package, and got the same error message:
ppelleti@illumos:~$ sudo pkg install build-essential
Creating Plan (Solver setup): |
pkg install: No matching version of metapackages/build-essential can be installed:
  Reject:  pkg://openindiana.org/metapackages/build-essential@1.0-2022.0.0.1
  Reason:  This version is excluded by installed incorporation consolidation/userland/userland-incorporation@0.5.11-2020.0.1.14595
ppelleti@illumos:~$
I searched the web for "excluded by installed incorporation", and it seems to be a common problem, but it doesn't seem to have a clear solution, especially not one that is applicable to my situation. For example, [this question](https://unix.stackexchange.com/questions/486281/solaris-11-3-unable-to-install-system-header) seems to indicate it is a problem with the package publisher. Here is my package publisher:
ppelleti@illumos:~$ pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
openindiana.org              origin   online F http://pkg.openindiana.org/hipster/ 
ppelleti@illumos:~$
This isn't something I set up. This publisher is just what the fresh install of hipster-20211031 came with, right out of the box. The question I linked to seemed to involve the publisher being out of date because of a Solaris support contract expiring, but that doesn't seem to be relevant to my situation, because OpenIndiana is open source, so there shouldn't be any licensing issue. Is there an easy fix for this? Coming from Linux, I was not expecting this level of difficulty. pkg seems to be far more arcane than apt-get is.
user31708 (457 rep)
May 31, 2022, 08:19 AM • Last activity: Apr 25, 2023, 01:12 AM
14 votes
2 answers
13860 views
What are pros to use OmniOS than SmartOS or OpenIndiana?
I could not find *good* comparison between OmniOS and SmartOS (or OpenIndiana). So what are pros to use OmniOS than SmartOS? (As some people are nitpickers I had to make the question like this. But I would like to know pros/cons...)
I could not find *good* comparison between OmniOS and SmartOS (or OpenIndiana). So what are pros to use OmniOS than SmartOS? (As some people are nitpickers I had to make the question like this. But I would like to know pros/cons...)
jirib (1188 rep)
Oct 16, 2013, 11:10 AM • Last activity: Feb 15, 2023, 09:51 AM
-1 votes
1 answers
176 views
how to boot openIndiana with grub
I have grub controlled by debian\ But I installed open-indiana in a partition sda10 \ What do I have to include in grub 40.custom that open-indiana boots\ ; partition table is msdos
I have grub controlled by debian\ But I installed open-indiana in a partition sda10 \ What do I have to include in grub 40.custom that open-indiana boots\ ; partition table is msdos
user2312 (1 rep)
Jan 27, 2023, 06:40 AM • Last activity: Jan 27, 2023, 10:28 AM
2 votes
0 answers
319 views
Help: error 7 (RPC: Authentication error) when trying to mount FreeBSD 12.1-RELEASE NFS export on OpenIndiana Hipster GUI client
I have a FreeBSD 12.1-RELEASE machine, hostname `DellOptiPlex390`. I would like to export the folders `/usr/home/jdrch/KeePass` & `/usr/home/jdrch/Sync` and mount them via NFS on an OpenIndiana Hipster GUI machine with IP address 192.168.0.71. My username, jdrch, is the same on both machines. I ther...
I have a FreeBSD 12.1-RELEASE machine, hostname DellOptiPlex390. I would like to export the folders /usr/home/jdrch/KeePass & /usr/home/jdrch/Sync and mount them via NFS on an OpenIndiana Hipster GUI machine with IP address 192.168.0.71. My username, jdrch, is the same on both machines. I therefore have the following: My /etc/rc.conf: hostname="DellOptiPlex390" zfs_enable="YES" kld_list="sysctlinfo" ifconfig_re0="DHCP" linux_enable="YES" dbus_enable="YES" dsbdriverd_enable="YES" sddm_enable="YES" sshd_enable="YES" nfs_client_enable="YES" webmin_enable="YES" smartd_enable="YES" ntpd_enable=YES ntpd_sync_on_start=YES rpcbind_enable="YES" nfs_server_enable="YES" nfsv4_server_enable="YES" mountd_flags="-r" mountd_enable="YES" rpc_lockd_enable="YES" rpc_statd_enable="YES" My /etc/exports: # Export /usr/home as read-write to OpenIndiana /usr/home -alldirs -rw -mapall=MyFreeBSDUsername 192.168.0.71 I'm exporting /usr/home because it's a ZFS filesystem and the [exports(5) manpage](https://www.freebsd.org/cgi/man.cgi?query=exports&sektion=5&manpath=freebsd-release-ports) seems to imply that's necessary. FTA: > All ZFS file systems in the subtree below the NFSv4 tree root must be exported After any update to either of those files I restart both nfsd & mountd on the FreeBSD server. Unfortunately, I haven't had any luck getting the export to mount. Trying to mount one of the export's subfolders fails: # mount DellOptiPlex390:/usr/home/jdrch/KeePass /export/home/jdrch/KeePass NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) nfs mount: mount: /export/home/jdrch/KeePass: Permission denied Trying to mount the exported filesystem also fails: # mount DellOptiPlex390:/usr/home/ /export/home/jdrch/KeePass NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) nfs mount: mount: /export/home/jdrch/KeePass: Permission denied Using sec=sys in the mount command doesn't work, either: # mount -F nfs -o vers=4,sec=sys DellOptiPlex390:/usr/home/jdrch/KeePass /export/home/jdrch/KeePass NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) NFS compound failed for server DellOptiPlex390: error 7 (RPC: Authentication error) nfs mount: mount: /export/home/jdrch/KeePass: Permission denied Substituting the FreeBSD server's IP address for its hostname has no effect. What am I doing wrong?
jdrch (53 rep)
Jul 6, 2020, 02:18 AM
0 votes
1 answers
622 views
Moving a zfs sub file system from one zfs file system to another inside the same pool?
On my OpenIndiana system I have the following layout (all are separate ZFS fs within the same pool): rpool export home someuser1 someuser2 I would however prefer to have it this way: rpool home someuser1 someuser2 export home -> rpool/home (rpool/home with rpool/export/home as mountpoint) (And yes,...
On my OpenIndiana system I have the following layout (all are separate ZFS fs within the same pool):
rpool
   export
      home
         someuser1
         someuser2
I would however prefer to have it this way:
rpool
   home
      someuser1
      someuser2
   export
      home -> rpool/home (rpool/home with rpool/export/home as mountpoint)
(And yes, I also have set-up automounter to mount the users' homedirs under rpool/home as needed.) My question; is it possible to move rpool/export/home (with userdirs) to rpool/ (thus creating rpool/home) - or to move rpool/export/home/someuser1 and rpool/export/home/someuser2 to rpool/home ... or must it be done manually with cp -R, mv or tar ? Everything is within the same pool.
Baard Kopperud (7253 rep)
Apr 15, 2020, 02:52 PM • Last activity: Apr 15, 2020, 07:59 PM
2 votes
1 answers
237 views
OpenIndiana Hipster GUI (Illumos): How do I ensure my installed pkgsrc packages are always the latest?
I run [OpenIndianaHipster GUI][1] and would like to ensure that my pkgsrc [packages][2] are always the absolute latest available in the repos. What is required to do this (it's not particularly clear to me from the [setup instructions](https://pkgsrc.joyent.com/install-on-illumos/))? Is simply runni...
I run OpenIndianaHipster GUI and would like to ensure that my pkgsrc packages are always the absolute latest available in the repos. What is required to do this (it's not particularly clear to me from the [setup instructions](https://pkgsrc.joyent.com/install-on-illumos/)) ? Is simply running # pkgin -y full-upgrade sufficient, or do I *also* have to upgrade from the previous quarterly release pkgsrc trunk set every time a new pkgsrc trunk set quarterly release becomes available?
jdrch (53 rep)
Apr 7, 2020, 09:13 PM • Last activity: Apr 8, 2020, 05:56 AM
2 votes
0 answers
166 views
How to set the keyboard layout for OpenIndiana Hipster?
Sadly OpenIndiana Hipster no longer ask for keyboard-layout during installation, so I'm stuck with American layout on a Norwegian keyboard. I was therefor wondering what the correct way (some file, some svc-service, ...) of changing the default keyboard-layout is? I would prefer if one change worked...
Sadly OpenIndiana Hipster no longer ask for keyboard-layout during installation, so I'm stuck with American layout on a Norwegian keyboard. I was therefor wondering what the correct way (some file, some svc-service, ...) of changing the default keyboard-layout is? I would prefer if one change worked for both the VirtualTerminals and the GUI (X) - but if it must be changed separately, that is alright too.
Baard Kopperud (7253 rep)
Feb 9, 2020, 10:33 PM
-1 votes
1 answers
30 views
Is it possible to find boundaries of a Solaris2 partition after MBR corruption?
I had disk with 4 primary partition on it with MBR (/dev/sda): - the first had a NTFS filesystem, with data (/dev/sda1); - the second was a Solaris2 partition, with openindiana (/dev/sda2 on GNU/Linux gparted); - the third was a swap partition (/dev/sda3); - the forth a Linux partition with ext4 (/d...
I had disk with 4 primary partition on it with MBR (/dev/sda): - the first had a NTFS filesystem, with data (/dev/sda1); - the second was a Solaris2 partition, with openindiana (/dev/sda2 on GNU/Linux gparted); - the third was a swap partition (/dev/sda3); - the forth a Linux partition with ext4 (/dev/sda4). I made a mess because I "dd-ed" the first 300MB of the disk with data, so corrupting the mbr (I had no backup of it) and the first partition! I was running on a GNU/Linux OS and I could save part of data in the NTFS partition (via a symbolic link still working), and I could partially rebuild mbr and the partition table (via /sys/ information and fdisk). But I could not read the Solaris2 partition under GNU/Linux (in /sys/... or fdisk) , but I only have a big unallocated space between NTFS partition (/dev/sda1) and the swap (/dev/sda3). I tried to create a partition using all the free blocks in between but I cannot boot openindiana anymore, because I see it was a really poor attempt! Is there a way to find where the Solaris2 partition starts and ends, so I can try to rebuild a correct partition table? I tried also booting the openindiana LiveCd so using a Solaris fdisk but I had no luck at all.
EnricoTh (1 rep)
May 17, 2019, 10:13 AM • Last activity: May 17, 2019, 11:25 AM
2 votes
1 answers
3699 views
zpool status hangs forever
Openindiana oi_151a7. zpool with 15x 1TB raidz3 + 2x 8 disk 2TB raidz2. Many disk operations such as zpool status, creating a new iscsi volume (using sbdadm) etc hangs. Using iostat (-xne) I can determine that two block devices have errors, one is with high probability a cdrom, floppy or such, and t...
Openindiana oi_151a7. zpool with 15x 1TB raidz3 + 2x 8 disk 2TB raidz2. Many disk operations such as zpool status, creating a new iscsi volume (using sbdadm) etc hangs. Using iostat (-xne) I can determine that two block devices have errors, one is with high probability a cdrom, floppy or such, and the other is a 2TB disk (of one of the raidz2 vdevs the zpool consist of). iostat -xne 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 1344 22 1366 c10t32d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 52 385 437 c9t5000C50057CEF65Fd0 The problem with "c9t5000C50057CEF65Fd0" is that it's not listed in 'format'. 'format' further lists all 16 2TB disks, while iostat lists 17. One of the 2TB disks was replaced 2-3 months ago so Im thinking it's possible that iostat still think it's present although its not. Let me point out that I know I have 16 2TB disks physically in the host, and 16 (as 2x8 disk raidz2) in vdevs. This is a node for backup, so while a reboot is definitely possible it would be very convenient to be able to investigate it further. Iostat and format in it's entirety: extended device statistics ---- errors --- r/s w/s kr/s kw/s wait actv wsvc_t asvc_t %w %b s/w h/w trn tot device 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 69 0 69 c5t0d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 c4t0d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 c4t1d0 5.0 0.0 80.1 0.0 0.0 0.0 0.0 3.4 0 2 0 0 0 0 c4t2d0 7.0 4.0 112.1 96.1 0.0 0.0 0.0 2.7 0 3 0 0 0 0 c4t3d0 13.0 5.0 208.1 184.1 0.0 0.1 0.0 3.0 0 5 0 0 0 0 c4t4d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 c7t50000393D8CAD353d0 143.6 121.1 531.8 681.2 0.0 2.2 0.0 8.3 0 63 0 0 0 0 c7t50000393D8CAD313d0 144.1 132.6 516.6 682.2 0.0 2.4 0.0 8.6 0 69 0 0 0 0 c7t50000393D8CAD243d0 140.1 121.6 614.6 681.9 0.0 3.0 0.0 11.5 0 74 0 0 0 0 c7t50000393D8CAD217d0 142.6 136.6 568.6 678.4 0.0 2.4 0.0 8.5 0 67 0 0 0 0 c7t50000393D8CAD2A7d0 143.1 149.1 539.1 680.9 0.0 2.3 0.0 7.9 0 69 0 0 0 0 c7t50000393D8CAD32Bd0 150.1 118.1 571.1 683.2 0.0 2.7 0.0 10.0 0 71 0 0 0 0 c7t50000393D8CAD29Bd0 143.1 111.6 502.6 679.4 0.0 2.2 0.0 8.7 0 62 0 0 0 0 c7t50000393D8CAD1FBd0 146.1 156.1 539.1 679.2 0.0 2.4 0.0 7.8 0 69 0 0 0 0 c 7t50000393D8CAD24Bd0 146.1 136.6 533.8 680.7 0.0 2.4 0.0 8.5 0 67 0 0 0 0 c7t50000393D8CAD25Bd0 143.1 129.6 529.1 679.9 0.0 2.1 0.0 7.8 0 60 0 0 0 0 c7t50000393D8CABD2Fd0 149.1 123.6 511.6 682.9 0.0 2.5 0.0 9.3 0 73 0 0 0 0 c7t50000393D8CAD35Fd0 142.6 140.6 540.6 680.4 0.0 2.4 0.0 8.3 0 69 0 0 0 0 c7t50000393D8CAD3BFd0 143.6 112.6 555.4 683.4 0.0 2.8 0.0 10.8 0 70 0 0 0 0 c7t50000393D8CAD34Fd0 140.1 143.6 514.1 680.9 0.0 2.5 0.0 8.9 0 71 0 0 0 0 c7t50000393D8CAD33Fd0 138.6 137.6 624.9 682.4 0.0 2.3 0.0 8.4 0 70 0 0 0 0 c7t50000393D8CAD36Fd0 123.1 227.1 494.3 1304.1 0.0 1.3 0.0 3.8 0 35 0 0 0 0 c9t5000C50056114317d0 54.0 122.6 336.2 426.5 0.0 0.3 0.0 1.5 0 8 0 0 0 0 c9t5000C500561161F3d0 51.0 104.1 319.7 427.3 0.0 0.5 0.0 3.2 0 12 0 0 0 0 c9t5000C5005611763Fd0 46.5 101.1 145.3 428.5 0.0 0.3 0.0 2.1 0 9 0 0 0 0 c9t5000C50055FFF9EBd0 38.5 128.6 198.6 427.0 0.0 0.3 0.0 1.6 0 9 0 0 0 0 c9t5000C50055FC6FD3d0 42.5 98.1 168.4 430.0 0.0 0.3 0.0 2.0 0 10 0 0 0 0 c9t5000C50055FFC403d0 53.5 143.6 336.5 423.3 0.0 0.3 0.0 1.5 0 9 0 0 0 0 c9t5000C5005611431Fd0 52.0 143.6 330.2 419.5 0.0 0.3 0.0 1.4 0 8 0 0 0 0 c9t5000C50056000BCBd0 36.0 148.6 270.4 426.5 0.0 0.2 0.0 1.2 0 7 0 0 0 0 c9t5000C50055FC7BF7d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 c4t5d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 1344 22 1366 c10t32d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 1 10 11 c10t33d0 108.6 257.2 642.4 1297.8 0.0 1.0 0.0 2.7 0 29 0 0 0 0 c9t5000C50057CE4F2Bd0 116.1 238.7 620.1 1295.3 0.0 1.1 0.0 3.2 0 34 0 0 0 0 c9t5000C50057CF51D7d0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 52 385 437 c9t5000C50057CEF65Fd0 126.1 261.2 600.4 1294.3 0.0 1.0 0.0 2.5 0 32 0 0 0 0 c9t5000C50057CE4ED7d0 119.6 238.2 653.7 1289.8 0.0 1.0 0.0 2.9 0 32 0 0 0 0 c9t5000C50057CE50A7d0 112.1 220.6 484.6 1300.8 0.0 1.0 0.0 2.9 0 30 0 0 0 0 c9t5000C50057CEF10Bd0 109.1 257.2 572.6 1294.6 0.0 1.1 0.0 3.0 0 31 0 0 0 0 c9t5000C50057CE37DFd0 121.1 242.2 600.6 1293.8 0.0 1.1 0.0 3.0 0 33 0 0 0 0 c9t5000C50057CE4A6Bd0 0. c4t0d0 /pci@0,0/pci1002,5a1e@d/pci103c,3245@0/sd@0,0 1. c4t1d0 /pci@0,0/pci1002,5a1e@d/pci103c,3245@0/sd@1,0 2. c4t2d0 /pci@0,0/pci1002,5a1e@d/pci103c,3245@0/sd@2,0 3. c4t3d0 /pci@0,0/pci1002,5a1e@d/pci103c,3245@0/sd@3,0 4. c4t4d0 /pci@0,0/pci1002,5a1e@d/pci103c,3245@0/sd@4,0 5. c4t5d0 /pci@0,0/pci1002,5a1e@d/pci103c,3245@0/sd@5,0 6. c7t50000393D8CABD2Fd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cabd2f,0 7. c7t50000393D8CAD1FBd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad1fb,0 8. c7t50000393D8CAD2A7d0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad2a7,0 9. c7t50000393D8CAD3BFd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad3bf,0 10. c7t50000393D8CAD24Bd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad24b,0 11. c7t50000393D8CAD25Bd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad25b,0 12. c7t50000393D8CAD29Bd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad29b,0 13. c7t50000393D8CAD32Bd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad32b,0 14. c7t50000393D8CAD33Fd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad33f,0 15. c7t50000393D8CAD34Fd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad34f,0 16. c7t50000393D8CAD35Fd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad35f,0 17. c7t50000393D8CAD36Fd0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad36f,0 18. c7t50000393D8CAD217d0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad217,0 19. c7t50000393D8CAD243d0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad243,0 20. c7t50000393D8CAD313d0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad313,0 21. c7t50000393D8CAD353d0 /pci@0,0/pci1002,5a1f@b/pci10b5,8616@0/pci10b5,8616@5/pci1000,3080@0/iport@f0/disk@w50000393d8cad353,0 22. c9t5000C50055FC6FD3d0 /scsi_vhci/disk@g5000c50055fc6fd3 23. c9t5000C50055FC7BF7d0 /scsi_vhci/disk@g5000c50055fc7bf7 24. c9t5000C50055FFC403d0 /scsi_vhci/disk@g5000c50055ffc403 25. c9t5000C50055FFF9EBd0 /scsi_vhci/disk@g5000c50055fff9eb 26. c9t5000C50057CE4A6Bd0 /scsi_vhci/disk@g5000c50057ce4a6b 27. c9t5000C50057CE4ED7d0 /scsi_vhci/disk@g5000c50057ce4ed7 28. c9t5000C50057CE4F2Bd0 /scsi_vhci/disk@g5000c50057ce4f2b 29. c9t5000C50057CE37DFd0 /scsi_vhci/disk@g5000c50057ce37df 30. c9t5000C50057CE50A7d0 /scsi_vhci/disk@g5000c50057ce50a7 31. c9t5000C50057CEF10Bd0 /scsi_vhci/disk@g5000c50057cef10b 32. c9t5000C50057CF51D7d0 /scsi_vhci/disk@g5000c50057cf51d7 33. c9t5000C50056000BCBd0 /scsi_vhci/disk@g5000c50056000bcb 34. c9t5000C500561161F3d0 /scsi_vhci/disk@g5000c500561161f3 35. c9t5000C5005611763Fd0 /scsi_vhci/disk@g5000c5005611763f 36. c9t5000C5005611431Fd0 /scsi_vhci/disk@g5000c5005611431f 37. c9t5000C50056114317d0 /scsi_vhci/disk@g5000c50056114317 38. c10t32d0 /iscsi/disk@0000iqn.1984-05.com.dell%3Apowervault.md3200i.6782bcb000311a0a000000004df9adc70001,0 39. c10t33d0 /iscsi/disk@0000iqn.1984-05.com.dell%3Apowervault.md3200i.6782bcb000311a0a000000004df9adc70001,31
3molo (189 rep)
Jun 4, 2014, 10:57 AM • Last activity: Apr 6, 2019, 01:30 AM
1 votes
0 answers
927 views
OpenIndiana driving me nuts: install vlc
I need to install VLC on OpenIndiana version 158a and I cannot find it. Here are the error messages I'm getting: No suitable version of required package pkg://openindiana.org/SUNWless@436,5.11-0.133:20140117T203457Z found: Reject: pkg://openindiana.org/SUNWless@436,5.11-0.133:20140117T203457Z Reason...
I need to install VLC on OpenIndiana version 158a and I cannot find it. Here are the error messages I'm getting: No suitable version of required package pkg://openindiana.org/SUNWless@436,5.11-0.133:20140117T203457Z found: Reject: pkg://openindiana.org/SUNWless@436,5.11-0.133:20140117T203457Z Reason: All versions matching 'require' dependency pkg:/text/less@436,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/text/less@436,5.11-0.151.1.9:20140117T203457Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/text/less@436,5.11-0.175.0.0.0.2.537:20111019T120500Z pkg://solaris/text/less@436,5.11-0.175.1.0.0.24.0:20120904T174442Z Reason: Currently installed package 'text/less' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWapch22m-jk@1.2.28,5.11-0.133:20120502T231432Z found: Reject: pkg://openindiana.org/SUNWapch22m-jk@1.2.28,5.11-0.133:20120502T231432Z Reason: A version for 'require' dependency on pkg:/web/server/apache-22/plugin/plugin-tomcat@1.2.28,5.11-0.151.1.4 cannot be found No suitable version of required package pkg://openindiana.org/SUNWsmdoc@5.0.9,5.11-0.130:20120902T085559Z found: Reject: pkg://openindiana.org/SUNWsmdoc@5.0.9,5.11-0.130:20120902T085559Z Reason: A version for 'require' dependency on pkg:/SUNWnet-snmp-doc@5.4.1,5.11-0.151.1.6 cannot be found No suitable version of required package pkg://openindiana.org/SUNWmysql5test@5.0.86,5.11-0.133:20110912T022246Z found: Reject: pkg://openindiana.org/SUNWmysql5test@5.0.86,5.11-0.133:20110912T022246Z Reason: A version for 'require' dependency on pkg:/database/mysql-5/tests@5.0.86,5.11-0.151.1 cannot be found No suitable version of required package pkg://openindiana.org/web/server/apache-22/plugin/plugin-security@2.5.9,5.11-0.134:20140117T203607Z found: Reject: pkg://openindiana.org/web/server/apache-22/plugin/plugin-security@2.5.9,5.11-0.134:20140117T203607Z Reason: All versions matching 'require' dependency pkg:/web/server/apache-22/module/apache-security@2.5.9,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/web/server/apache-22/module/apache-security@2.5.9,5.11-0.151.1.9:20140117T203606Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/web/server/apache-22/module/apache-security@2.5.9,5.11-0.175.0.0.0.2.537:20111019T121840Z pkg://solaris/web/server/apache-22/module/apache-security@2.5.9,5.11-0.175.1.0.0.24.0:20120904T175054Z Reason: Higher ranked publisher openindiana.org was selected This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWlibevent@1.3.5,5.11-0.133:20140117T202701Z found: Reject: pkg://openindiana.org/SUNWlibevent@1.3.5,5.11-0.133:20140117T202701Z Reason: All versions matching 'require' dependency pkg:/library/libevent@1.4.14.2,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/library/libevent@1.4.14.2,5.11-0.151.1.9:20140117T202701Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/library/libevent@1.4.14.2,5.11-0.175.1.0.0.24.0:20120904T172541Z Reason: Higher ranked publisher openindiana.org was selected This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWprivoxy@3.0.8,5.11-0.133:20140117T203600Z found: Reject: pkg://openindiana.org/SUNWprivoxy@3.0.8,5.11-0.133:20140117T203600Z Reason: All versions matching 'require' dependency pkg:/web/proxy/privoxy@3.0.8,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/web/proxy/privoxy@3.0.8,5.11-0.151.1.9:20140117T203558Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/web/proxy/privoxy@3.0.17,5.11-0.175.0.0.0.2.537:20111019T121232Z pkg://solaris/web/proxy/privoxy@3.0.17,5.11-0.175.1.0.0.24.0:20120904T174956Z Reason: Higher ranked publisher openindiana.org was selected This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWcups@1.4.2,5.11-0.133:20140117T203006Z found: Reject: pkg://openindiana.org/SUNWcups@1.4.2,5.11-0.133:20140117T203006Z Reason: All versions matching 'require' dependency pkg:/print/cups@1.4.2,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/print/cups@1.4.2,5.11-0.151.1.9:20140117T203003Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/print/cups@1.4.5,5.11-0.175.0.0.0.2.537:20111019T110834Z pkg://solaris/print/cups@1.4.5,5.11-0.175.1.0.0.24.0:20120904T173040Z Reason: Currently installed package 'print/cups' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWapch22m-fcgid@2.3.4,5.11-0.133:20120329T215038Z found: Reject: pkg://openindiana.org/SUNWapch22m-fcgid@2.3.4,5.11-0.133:20120329T215038Z Reason: A version for 'require' dependency on pkg:/web/server/apache-22/plugin/plugin-fastcgi@2.3.4,5.11-0.151.1.3 cannot be found No suitable version of required package pkg://openindiana.org/SUNWpython26-simplejson@0.5.11,5.11-0.133:20120902T084315Z found: Reject: pkg://openindiana.org/SUNWpython26-simplejson@0.5.11,5.11-0.133:20120902T084315Z Reason: All versions matching 'require' dependency pkg:/library/python-2/simplejson-devel-26@0.5.11,5.11-0.151.1.6 are rejected Reject: pkg://solaris/library/python-2/simplejson-devel-26@0.5.11,5.11-0.175.0.0.0.0.0:20110927T111040Z Reason: Higher ranked publisher openindiana.org was selected This version is excluded by installed incorporation pkg://openindiana.org/consolidation/gnome/gnome-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/system/input-method/library/m17n/contrib@0.5.11,5.11-0.151.1.9:20140117T210609Z found: Reject: pkg://openindiana.org/system/input-method/library/m17n/contrib@0.5.11,5.11-0.151.1.9:20140117T210609Z Reason: All versions matching 'require' dependency pkg:/text/gawk@3.1.5,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/text/gawk@3.1.5,5.11-0.151.1.9:20140117T203448Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/text/gawk@3.1.5,5.11-0.175.0.0.0.2.537:20111019T120248Z pkg://solaris/text/gawk@3.1.8,5.11-0.175.0.10.1.0.0:20120918T171830Z pkg://solaris/text/gawk@3.1.8,5.11-0.175.1.0.0.24.0:20120904T174414Z Reason: Currently installed package 'text/gawk' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sfw/sfw-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/system/input-method/scim/anthy@1.2.4,5.11-0.151.1.9:20140117T210614Z found: Reject: pkg://openindiana.org/system/input-method/scim/anthy@1.2.4,5.11-0.151.1.9:20140117T210614Z Reason: All versions matching 'require' dependency pkg:/system/input-method/library/libanthy@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/input-method/library/libanthy@0.5.11,5.11-0.151.1.9:20140117T210550Z Reason: All versions matching 'require' dependency pkg:/system/library/math@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/library/math@0.5.11,5.11-0.151.1.9:20140117T203342Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sunpro/sunpro-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/system/library/math@0.5.11,5.11-0.174.0.0.0.0.0:20110921T190432Z pkg://solaris/system/library/math@0.5.11,5.11-0.175.1.0.0.19.0:20120625T151932Z Reason: Currently installed package 'system/library/math' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/sunpro/sunpro-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/system/input-method/library/libanthy@0.5.11,5.11-0.175.0.0.0.1.765:20111012T045650Z pkg://solaris/system/input-method/library/libanthy@0.5.11,5.11-0.175.1.0.0.23.1134:20120820T155244Z Reason: Currently installed package 'system/input-method/library/libanthy' is from sticky publisher 'openindiana.org'. No suitable version of required package pkg://openindiana.org/SUNWlibvirt@0.5.11,5.11-0.133:20140117T203612Z found: Reject: pkg://openindiana.org/SUNWlibvirt@0.5.11,5.11-0.133:20140117T203612Z Reason: All versions matching 'require' dependency pkg:/system/library/libvirt@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/library/libvirt@0.5.11,5.11-0.151.1.9:20140117T203612Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/xvm/xvm-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWvirtinst@0.5.11,5.11-0.133:20140117T203613Z found: Reject: pkg://openindiana.org/SUNWvirtinst@0.5.11,5.11-0.133:20140117T203613Z Reason: All versions matching 'require' dependency pkg:/system/virtinst@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/virtinst@0.5.11,5.11-0.151.1.9:20140117T203614Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/xvm/xvm-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/xvm@0.5.11,5.11-0.134:20140117T203707Z found: Reject: pkg://openindiana.org/xvm@0.5.11,5.11-0.134:20140117T203707Z Reason: All versions matching 'require' dependency pkg:/system/xvm@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/xvm@0.5.11,5.11-0.151.1.9:20140117T203707Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/xvm/xvm-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWxvmdom@3.4.2,5.11-0.133:20140117T203613Z found: Reject: pkg://openindiana.org/SUNWxvmdom@3.4.2,5.11-0.133:20140117T203613Z Reason: All versions matching 'require' dependency pkg:/system/xvm/xvmstore@3.4.2,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/xvm/xvmstore@3.4.2,5.11-0.151.1.9:20140117T203615Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/xvm/xvm-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWvdisk@0.5.11,5.11-0.133:20140117T203613Z found: Reject: pkg://openindiana.org/SUNWvdisk@0.5.11,5.11-0.133:20140117T203613Z Reason: All versions matching 'require' dependency pkg:/system/storage/vdiskadm@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/storage/vdiskadm@0.5.11,5.11-0.151.1.9:20140117T203613Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/xvm/xvm-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWDTraceToolkit@0.5.11,5.11-0.144:20140117T202034Z found: Reject: pkg://openindiana.org/SUNWDTraceToolkit@0.5.11,5.11-0.144:20140117T202034Z Reason: All versions matching 'require' dependency pkg:/developer/dtrace/toolkit@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/developer/dtrace/toolkit@0.5.11,5.11-0.151.1.9:20140117T202032Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/developer/dtrace/toolkit@0.99,5.11-0.173.0.0.0.1.0:20110826T145551Z Reason: Currently installed package 'developer/dtrace/toolkit' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWdistro-license-copyright@0.5.11,5.11-0.133:20120209T202643Z found: Reject: pkg://openindiana.org/SUNWdistro-license-copyright@0.5.11,5.11-0.133:20120209T202643Z Reason: A version for 'require' dependency on pkg:/release/copyright@0.5.11,5.11-0.151.1.2 cannot be found No suitable version of required package pkg://openindiana.org/SUNWdistro-license-copyright@0.5.11,5.11-0.133:20120114T201201Z found: Reject: pkg://openindiana.org/SUNWdistro-license-copyright@0.5.11,5.11-0.133:20120114T201201Z Reason: A version for 'require' dependency on pkg:/release/copyright@0.5.11,5.11-0.151.1.1 cannot be found No suitable version of required package pkg://openindiana.org/SUNWpython26-lxml@2.1.2,5.11-0.144:20140117T202836Z found: Reject: pkg://openindiana.org/SUNWpython26-lxml@2.1.2,5.11-0.144:20140117T202836Z Reason: All versions matching 'require' dependency pkg:/library/python-2/lxml-26@2.1.2,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/library/python-2/lxml-26@2.1.2,5.11-0.151.1.9:20140117T202836Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/library/python-2/lxml-26@2.1.2,5.11-0.175.0.0.0.2.537:20111019T104936Z pkg://solaris/library/python-2/lxml-26@2.3.3,5.11-0.175.1.0.0.24.0:20120904T172712Z Reason: Higher ranked publisher openindiana.org was selected This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWadmap@0.5.11,5.11-0.151:20140117T203411Z found: Reject: pkg://openindiana.org/SUNWadmap@0.5.11,5.11-0.151:20140117T203411Z Reason: All versions matching 'require' dependency pkg:/system/management/sysidtool@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/management/sysidtool@0.5.11,5.11-0.151.1.9:20140117T203411Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWsolnm@0.5.11,5.11-0.133:20140117T203030Z found: Reject: pkg://openindiana.org/SUNWsolnm@0.5.11,5.11-0.133:20140117T203030Z Reason: All versions matching 'require' dependency pkg:/release/name@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/release/name@0.5.11,5.11-0.151.1.9:20140117T203030Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/solaris_re/solaris_re-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/release/name@0.5.11,5.11-0.175.0.0.0.2.0:20111019T122735Z pkg://solaris/release/name@0.5.11,5.11-0.175.1.0.0.24.3:20120919T185319Z Reason: Currently installed package 'release/name' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/solaris_re/solaris_re-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWadmlib-sysid@0.5.11,5.11-0.151:20140117T203343Z found: Reject: pkg://openindiana.org/SUNWadmlib-sysid@0.5.11,5.11-0.151:20140117T203343Z Reason: All versions matching 'require' dependency pkg:/system/library/sysidtool@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/library/sysidtool@0.5.11,5.11-0.151.1.9:20140117T203343Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWadmr@0.5.11,5.11-0.151:20140117T203247Z found: Reject: pkg://openindiana.org/SUNWadmr@0.5.11,5.11-0.151:20140117T203247Z Reason: All versions matching 'require' dependency pkg:/service/management/sysidtool@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/service/management/sysidtool@0.5.11,5.11-0.151.1.9:20140117T203247Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWwsr2@0.5.11,5.11-0.151:20140117T203404Z found: Reject: pkg://openindiana.org/SUNWwsr2@0.5.11,5.11-0.151:20140117T203404Z Reason: All versions matching 'require' dependency pkg:/system/management/product-registry@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/management/product-registry@0.5.11,5.11-0.151.1.9:20140117T203404Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWdistro-license-copyright@0.5.11,5.11-0.133:20110912T024345Z found: Reject: pkg://openindiana.org/SUNWdistro-license-copyright@0.5.11,5.11-0.133:20110912T024345Z Reason: A version for 'require' dependency on pkg:/release/copyright@0.5.11,5.11-0.151.1 cannot be found No suitable version of required package pkg://openindiana.org/release/copyright@0.5.11,5.11-0.151:20140117T203030Z found: Reject: pkg://openindiana.org/release/copyright@0.5.11,5.11-0.151:20140117T203030Z Reason: All versions matching 'require' dependency pkg:/release/notices@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/release/notices@0.5.11,5.11-0.151.1.9:20140117T203030Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/solaris_re/solaris_re-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/release/notices@0.5.11,5.11-0.175.0.0.0.2.0:20111019T122736Z pkg://solaris/release/notices@0.5.11,5.11-0.175.1.0.0.24.3:20120919T185319Z Reason: Currently installed package 'release/notices' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/solaris_re/solaris_re-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWservicetag@0.5.11,5.11-0.133:20140117T203408Z found: Reject: pkg://openindiana.org/SUNWservicetag@0.5.11,5.11-0.133:20140117T203408Z Reason: All versions matching 'require' dependency pkg:/system/management/service-tag@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/system/management/service-tag@0.5.11,5.11-0.151.1.9:20140117T203404Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/cns/cns-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/system/management/service-tag@1.1.5,5.11-0.175.0.0.0.1.0:20111012T230436Z pkg://solaris/system/management/service-tag@1.1.5,5.11-0.175.1.0.0.23.0:20120820T162400Z Reason: Currently installed package 'system/management/service-tag' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/cns/cns-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWpython-lxml@2.1.2,5.11-0.144:20140117T202837Z found: Reject: pkg://openindiana.org/SUNWpython-lxml@2.1.2,5.11-0.144:20140117T202837Z Reason: All versions matching 'require' dependency pkg:/library/python-2/lxml-24@2.1.2,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/library/python-2/lxml-24@2.1.2,5.11-0.151.1.9:20140117T202834Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/admin/admin-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20110912T025547Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20110912T025547Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1 cannot be found No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120114T202543Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120114T202543Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.1 cannot be found No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120902T085559Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120902T085559Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.6 cannot be found No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120502T231741Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120502T231741Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.4 cannot be found No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120329T215246Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120329T215246Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.3 cannot be found No suitable version of required package pkg://openindiana.org/SUNWddu@0.5.11,5.11-0.133:20140117T202127Z found: Reject: pkg://openindiana.org/SUNWddu@0.5.11,5.11-0.133:20140117T202127Z Reason: All versions matching 'require' dependency pkg:/diagnostic/ddu@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/diagnostic/ddu@0.5.11,5.11-0.151.1.9:20140117T202126Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/hcts/hcts-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/diagnostic/ddu@0.5.11,5.11-0.175.0.0.0.2.1:20111019T054215Z pkg://solaris/diagnostic/ddu@0.5.11,5.11-0.175.1.0.0.24.2:20120919T184236Z Reason: Currently installed package 'diagnostic/ddu' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/hcts/hcts-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20130721T125046Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20130721T125046Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.8 cannot be found No suitable version of required package pkg://openindiana.org/SUNWstosreg@0.5.11,5.11-0.151:20140117T203027Z found: Reject: pkg://openindiana.org/SUNWstosreg@0.5.11,5.11-0.151:20140117T203027Z Reason: All versions matching 'require' dependency pkg:/release/registration@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/release/registration@0.5.11,5.11-0.151.1.9:20140117T203100Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/cns/cns-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z Reject: pkg://solaris/release/registration@1.1.5,5.11-0.175.0.0.0.1.0:20111012T230321Z pkg://solaris/release/registration@1.1.5,5.11-0.175.1.0.0.23.0:20120820T162239Z Reason: Currently installed package 'release/registration' is from sticky publisher 'openindiana.org'. This version is excluded by installed incorporation pkg://openindiana.org/consolidation/cns/cns-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWced@0.5.11,5.11-0.133:20140117T202152Z found: Reject: pkg://openindiana.org/SUNWced@0.5.11,5.11-0.133:20140117T202152Z Reason: All versions matching 'require' dependency pkg:/driver/network/ce@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/driver/network/ce@0.5.11,5.11-0.151.1.9:20140117T202150Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/nspg/nspg-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/system/trusted/trusted-nonglobal@0.5.11,5.11-0.151.1.8:20130721T133909Z found: Reject: pkg://openindiana.org/system/trusted/trusted-nonglobal@0.5.11,5.11-0.151.1.8:20130721T133909Z Reason: All acceptable versions of 'require' dependency on pkg:/mail/thunderbird/plugin/thunderbird-lightning are obsolete No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120630T191328Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120630T191328Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.5 cannot be found No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120209T204500Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20120209T204500Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.2 cannot be found No suitable version of required package pkg://openindiana.org/SUNWcea@0.5.11,5.11-0.133:20140117T202029Z found: Reject: pkg://openindiana.org/SUNWcea@0.5.11,5.11-0.133:20140117T202029Z Reason: All versions matching 'require' dependency pkg:/developer/debug/mdb/module/module-ce@0.5.11,5.11-0.151.1.9 are rejected Reject: pkg://openindiana.org/developer/debug/mdb/module/module-ce@0.5.11,5.11-0.151.1.9:20140117T202026Z Reason: This version is excluded by installed incorporation pkg://openindiana.org/consolidation/nspg/nspg-incorporation@0.5.11,5.11-0.151.1.8:20130721T125047Z No suitable version of required package pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20121003T222432Z found: Reject: pkg://openindiana.org/SUNWcedu@0.5.11,5.11-0.130:20121003T222432Z Reason: A version for 'require' dependency on pkg:/SUNWced@0.5.11,5.11-0.151.1.7 cannot be found And that's not all of it, either. I'm totally new to OpenIndiana, and the reason I migrated to it is because my beloved OpenSolaris was discontinued and I found out that this is the next step.
alvonellos (111 rep)
Mar 31, 2014, 06:05 AM • Last activity: Mar 9, 2019, 01:05 PM
1 votes
1 answers
2034 views
How to install additional packages for OpenIndiana?
I've installed the OpenIndiana Version 151a8 (with desktop) as a guest VM in my VMware Fusion today. The popular tool `lsblk` is not there, and the `pkg install` needs additional info to find it (path? version?). How can I find out this additional info for the `lsblk` tool, and generally - for any o...
I've installed the OpenIndiana Version 151a8 (with desktop) as a guest VM in my VMware Fusion today. The popular tool lsblk is not there, and the pkg install needs additional info to find it (path? version?). How can I find out this additional info for the lsblk tool, and generally - for any other additional piece of software I'll need?
HEKTO (363 rep)
Dec 2, 2015, 10:56 PM • Last activity: Jan 6, 2019, 09:28 PM
1 votes
1 answers
256 views
Problem in running vlc in Openindiana
3 days ago I upgraded vlc in Openindiana hipster 2018.04 . The problem is that vlc will open but cannot play anything. I thought that it is due to ffmpeg package So, I removed my ffmpeg by pkg://sfe-encumbered/video/ffmpeg pkg://sfe-encumbered/library/video/ffmpeg pkg://sfe-encumbered/media/mplayer2...
3 days ago I upgraded vlc in Openindiana hipster 2018.04 . The problem is that vlc will open but cannot play anything. I thought that it is due to ffmpeg package So, I removed my ffmpeg by pkg://sfe-encumbered/video/ffmpeg pkg://sfe-encumbered/library/video/ffmpeg pkg://sfe-encumbered/media/mplayer2 smplayer pkg://sfe-encumbered/media/vlc and then reinstalled it /usr/bin/pkg install pkg://sfe-encumbered/video/ffmpeg@0.8.5 mplayer2 smplayer media/vlc But the problem is still same
user (94 rep)
Jul 22, 2018, 07:47 AM • Last activity: Oct 24, 2018, 01:24 AM
3 votes
0 answers
286 views
Installing Intel GM965/GL960 secondary graphics controller driver on OpenIndiana
I'm trying to get OpenIndiana Hipster build running on an HP 6910p, but the secondary graphics controller is not working. The primary driver is working using the i915 driver as part of the `xorg-video-intel` package, but the secondary driver shows `unk` in the driver utility. The PM965/GM965 MEI con...
I'm trying to get OpenIndiana Hipster build running on an HP 6910p, but the secondary graphics controller is not working. The primary driver is working using the i915 driver as part of the xorg-video-intel package, but the secondary driver shows unk in the driver utility. The PM965/GM965 MEI controller, and the KT controller are also not working. Is there an existing binary package which supports these devices, or is there any documentation on installing a compatible driver from source? This laptop has previously run Debian 7, under which all these devices were working properly, however this is my first attempt at installing OpenIndiana on this machine. Any advice would be appreciated.
Alex (151 rep)
Dec 5, 2017, 08:54 PM
2 votes
1 answers
1401 views
OpenIndiana Hipster boot problems
I installed OpenIndiana Hipster on a separate GPT partition alongside other Unixes following this guide from [the openindiana wiki][1]. After I finished, I tried to boot into the fresh installation but it stops at loading `tzmon` (as reported by verbose boot). The live media boots just fine, however...
I installed OpenIndiana Hipster on a separate GPT partition alongside other Unixes following this guide from the openindiana wiki . After I finished, I tried to boot into the fresh installation but it stops at loading tzmon (as reported by verbose boot). The live media boots just fine, however. This is unfortunately all the debugging info I could gather, as the system doesn't finish the boot process. Please help me!
spacelander (193 rep)
Jul 15, 2017, 09:33 AM • Last activity: Jul 25, 2017, 03:15 PM
1 votes
1 answers
254 views
Why "cfgadm" does not show "med-changer" device of SAS attached tape-library?
Trying to set up a tape library **NEOs StorageLoader** LTO7 and also old **PowerVault 124T** I am facing following problem and cannot find any helpful answer. Using either **Openindiana 151a8**, **Openindiana Hipster 2017.4** or current **SmartOS** none of them creates device for tape-changer LUN1 (...
Trying to set up a tape library **NEOs StorageLoader** LTO7 and also old **PowerVault 124T** I am facing following problem and cannot find any helpful answer. Using either **Openindiana 151a8**, **Openindiana Hipster 2017.4** or current **SmartOS** none of them creates device for tape-changer LUN1 (to be used by **mtx**). Only tape-drive device (LUN0) is shown: user@server1:~# cfgadm -al Ap_Id Type Receptacle Occupant Condition ... c3::rmt/1 tape connected configured unknown ... Which maps to /dev/rmt/1 and is perfectly usable by **mt** tool. I have read a lot about using **devfsadm -C -v** and booting with reconfigure option but nothing solved situation. How to get **/dev/scsi/changer/...** for **mtx** ? BTW: Tape library is attached to LSI 9207-4i4e HBA controller and OS driver for this is **mpt_sas**, which seems to see LUN1 according to LSIUtil and boot screen output. /var/adm/messages does not show any useful info execpt a warning, that multipathing will be disabled due to invalid WWN of tape-changer.
NorbertM (131 rep)
Jul 14, 2017, 02:17 PM • Last activity: Jul 14, 2017, 02:38 PM
5 votes
2 answers
1292 views
Setting timezone globally for OpenIndiana Hipster?
What is the correct way of setting the timezone (CentralEuropeanTime... or now rather CET with Daylight Savings Time) on the latest version of OpenIndiana Hipster? I've tried a changing a few things in **/etc/**, but I'm obviously not doing it right, since my clock remains at Universal-time (UTC). A...
What is the correct way of setting the timezone (CentralEuropeanTime... or now rather CET with Daylight Savings Time) on the latest version of OpenIndiana Hipster? I've tried a changing a few things in **/etc/**, but I'm obviously not doing it right, since my clock remains at Universal-time (UTC). A similar question (for Solaris?) suggested a command, but this isn't available on OpenIndiana - nor is the package it was supposed to be in. I got a multi-boot system, so I want to keep the system clock in Universal (UTC), rather than in local-time (CET). So what *exactly* should I do - where and how? (I guess the easiest would be to just make, edit or link a file in **/etc**, or something if possible...)
Baard Kopperud (7253 rep)
Mar 26, 2017, 01:49 PM • Last activity: Apr 25, 2017, 11:50 AM
1 votes
0 answers
178 views
Change User Permissions from windows to a shared folder by OpenIndiana
I have a problem with OpenIndiana, I am migrating a server that works with Napp-It. But, once migrated the Hipster Realease Napp-it not support that OS. I am trying to find out how can I do by console the same that Nappit when I add a user and add properties inherit, in `Modify_set`. I have in this...
I have a problem with OpenIndiana, I am migrating a server that works with Napp-It. But, once migrated the Hipster Realease Napp-it not support that OS. I am trying to find out how can I do by console the same that Nappit when I add a user and add properties inherit, in Modify_set. I have in this moment my ACL like this: root@openindiana:~# zfs list -H -o aclmode videopool/data passthrough root@openindiana:~# zfs list -H -o aclinherit /videopool/data/ passthrough root@openindiana:~# zfs get aclinherit /videopool/data/ NAME PROPERTY VALUE SOURCE videopool/data aclinherit passthrough local But, When I go to my Windows Sever, I connect the shared folder like a disk, and I try to change the user permissions, but instead of see the 2 users like in my OI old version with Napp-it (Root and User1) I see (Current Owner and everyone). Or, I see numbers like (S-1-5-21-285024196-2039105400-3618605989-1101) In both cases when I try to change the permissions the Explorer.exe close automatically. 3 times I attach the screenshots I want to do
luisascoobydoo (93 rep)
Jan 12, 2016, 04:23 PM • Last activity: Jan 12, 2016, 07:26 PM
4 votes
2 answers
500 views
Can all OSS for Linux be built to run on an Illumos based OS like OpenIndiana?
I like trying different OSs, but I have yet to try a Illumos-based OS. Can I run all or most Linux Software, just by building from source?
I like trying different OSs, but I have yet to try a Illumos-based OS. Can I run all or most Linux Software, just by building from source?
Andreas Hartmann (181 rep)
Jun 26, 2015, 11:33 AM • Last activity: Jul 6, 2015, 03:58 PM
Showing page 1 of 20 total questions