* On 2016-08-17 at 18:03 BST, Tiraen wrote: > Good evening, > Today, collided with the same strangeness when trying to install pkgin and > new packages t in the Global Zone > on the final build of the system > https://us-east.manta.joyent.com/Joyent_Dev/public/SmartOS/smartos-latest-USB.img.bz2 > > This is repeated on all builds packages in 2016 > > 2015Q4 - normal > > Nobody collided in recent times with similar? > > [root@app1 /]# uname -v > joyent_20160804T173241Z > [root@app1 /]# cd / > [root@app1 /]# curl -k > http://pkgsrc.joyent.com/packages/SmartOS/bootstrap/bootstrap-2016Q2-x86_64.tar.gz > | gzcat | tar -xf - > % Total % Received % Xferd Average Speed Time Time Time > Current > Dload Upload Total Spent Left > Speed > 100 56.0M 100 56.0M 0 0 7558k 0 0:00:07 0:00:07 --:--:-- > 8760k > [root@app1 /]# pkg_admin rebuild > ld.so.1: pkg_admin: fatal: /usr/lib/64/libssp.so.0: I/O error > Killed
Interesting! Thanks for the report. Indeed it looks like we are relying on some bad library paths right now, but so far haven't noticed as the libssp from the platform has been shadowing the failure. However, for some reason on your system attempting to load the platform libssp is failing (bad ramdisk image?), causing the error. I'll look into this and fix it for the 2016Q3 release, but you may want to look into the cause of the I/O error as that will probably be causing other issues on your system too. It's also worth pointing out that in the global zone from 2016Q2 onwards you should use the 'tools' set as documented here: https://pkgsrc.joyent.com/install-on-illumos/ as those packages are built specifically for the GZ environment and avoid issues such as attempting to create users. Cheers, -- Jonathan Perkin - Joyent, Inc. - www.joyent.com ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
