sles

Nginx packages for SLES 11.1

Tagged:  

I searched (without luck) for recent nginx packages for SLES 11.1. However, in the end the process for getting them was easy. First go to http://nginx.org/packages/opensuse/12.1/SRPMS/ and download the source rpm for opensuse. Then build the package:


rpmbuild --rebuild nginx-1.2.0-1opensuse12.1.ngx.src.rpm

You will then get a shiny new nginx rpm in /usr/src/packages/RPMS/x86_64/.

Updating Dell firmware on SLES 11 SP 1 for R810

Tagged:  

I ran an update on SLES:

zypper ref
zypper update

Which updated a lot of the Dell firmware packages, which in turn recommended running update_firmware. However, running update firmware failed at:

| Installing dell_dup_componentid_20137 - 1.80*** buffer overflow detected ***: ./bmcfwul terminated
======= Backtrace: =========
/lib64/libc.so.6(__fortify_fail+0x37)[0x7f6987e64677]
/lib64/libc.so.6(+0xe9310)[0x7f6987e62310]
/lib64/libc.so.6(+0xe8609)[0x7f6987e61609]
/lib64/libc.so.6(_IO_default_xsputn+0x85)[0x7f6987dec705]
...

Syndicate content