Bill Rees | 16 Apr 2013 23:52
Favicon

ipmi support

I'm back porting the ipmi changes to the bmc driver and the fm to an older version of illumos but am having trouble testing it.  As in I don't know what I'm doing here with ipmi.

I can run ipmitool on a remote host and verify the bmc is working but I can't see that the fmd ever notices or even knows about it.  If I look at the modules loaded into the  fmd there isn't anything that suggests ipmi is covered and an fmstat output doesn't show anything obviously ipmi related.

While this all may mean the driver is non functional, I'd like to at least know that I'm looking in the right locations.

So, how do you use fm to access ipmi data?

Bill Rees




illumos-userland | Archives | Modify Your Subscription
Adam Števko | 4 Oct 2012 01:08
Picon

3255 gmake publish does not work in oi-build

Hi,

Issue: https://www.illumos.org/issues/3255
Changeset: https://bitbucket.org/xenol/oi-build-3255/changeset/aefecd8601319438ebde2b964efd588b9e4b6b50

How to reproduce:
- clone current oi-build
- run gmake publish for some component

Commit https://hg.openindiana.org/oi-build/rev/b4aa1976cf50 introduced source subdirectory.
However, $(PKG_PROTO_DIRS) weren't changed so pkgdepend would look for $(COMPONENT_SRC) and not
source/$(COMPONENT_SRC) and publish would fail with error.

This was also reported on IRC some time ago.

Also, after running gmake clean, empty source/ directory will exist. Should this be fixed in this commit,
as well?

Cheers,

Adam

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Adam Števko | 24 Sep 2012 15:13
Picon

2305 bring ggrep updates from userland-gate

Hi,

Issue: https://www.illumos.org/issues/2305

Changeset: https://bitbucket.org/xenol/oi-build-2305/changeset/e36c27c03efc5d58aa9f1918ea7885d2177b7a96

I bumped grep to the latest version 2.14. As grep from version 2.10 is available only as xz archive I added
changes to userland-unpack from userland-gate to support xz.

I had several issues with some tests failing (ended with XFAIL, not FAIL). Only one test FAILed and the one
for localeconv. 

xenol <at> build01:~/code/packages/ggrep/components/ggrep$ ggrep -E '^FAIL: '
build/i86/gnulib-tests/test-suite.log 
FAIL: test-localeconv
xenol <at> build01:~/code/packages/ggrep/components/ggrep$ cat
build/i86/gnulib-tests/test-localeconv.log

/export/home/xenol/code/packages/ggrep/components/ggrep/source/grep-2.14/gnulib-tests/test-localeconv.c:41:
assertion failed

Line 41 of test-localeconv here:

http://fossies.org/dox/grep-2.14/test-localeconv_8c_source.html 

I run gmake test on grep 2.10 and the same test fails with the same issue. I am not sure if this is caused by some
local configuration. I did this in freshly installed zone. If anyone could run and post output of gmake
test, I would be grateful.

Cheers,

Adam

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Adam Števko | 22 Sep 2012 16:35
Picon

2159 add xz to userland

Hi, 

I have updated aszeszo's original xz package and bumped it to 5.0.4

Changeset: https://bitbucket.org/xenol/oi-build-2159/changeset/c509c0849d39aae2efbdbeb43a2053c0a9c89bc9

Issue URL: https://www.illumos.org/issues/2159

Cheers,

Adam

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Mathieu Simon | 12 Jun 2012 22:54
Picon
Gravatar

Update on merging into illumos-userland?

G'day

I really dislike asking such questions, but considering myself as
interested beginner in packaging / porting I keep a bit getting a 
strange impression why the last commit seen in illumos-userland 
visible in OpenGrok dates back to 12. May 2012.

I try to understand the huge liftings and cleanup needed to get
illumos-userland in a buildable shape and "get sh** done" 

Nonetheless - is there anything - be it even a short update by 
people into heavier works they can share?

Like on developer <at>  I'd be more interested into knowing if there 
are "code"-related problems. Definitely not into bikeshedding discussions. 

Cheers,
Mathieu

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Piotr Jasiukajtis | 6 Jun 2012 21:05

2516 Bring solr into illumos-userland from s10-userland

Hi,

Can I get a review of #2516 "Bring solr into illumos-userland from s10-userland"?

Attachment (solr_495.patch): application/octet-stream, 10 KiB

Attachment (solr_496.patch): application/octet-stream, 13 KiB

--
Piotr Jasiukajtis

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com
Bart Coddens | 4 Jun 2012 21:39
Picon

1940 add yasm

Hi List,

Could I get a review on this one ?

https://bitbucket.org/bcoddens/illumos-userland/changeset/393fcf99889a

Best Regards,
Bart Coddens

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Logan O'Sullivan Bruns | 30 May 2012 06:13
Favicon

2711 xmlto

Please review the addition of xmlto to userland.

Here are the proposed changes:

  https://github.com/loganbruns/illumos-userland/compare/xmlto-issue-2711
    (Add .diff or .patch to get the raw changes.)

Here is the issue I added to track the proposed changes:

  https://www.illumos.org/issues/2711

Thanks,
  logan

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Logan O'Sullivan Bruns | 28 May 2012 08:35
Favicon

2794 gnugetopt 1.1.4

Please review the following addition of gnu getopt to userland.

You can review the proposed changes here:

  https://github.com/loganbruns/illumos-userland/compare/gnugetopt-issue-2794
    (Add .diff or .patch to get the raw changes.)

I've added this issue to track the proposed changes:

  https://www.illumos.org/issues/2794

Thanks,
  logan

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Milan Jurik | 26 May 2012 20:30
Picon

rsync 3.0.9

Hi,

the other package I plan to maintain:

https://bitbucket.org/jurikm/illumos-userland-2784/compare/..illumos/illumos-userland

manpage patch is not needed now.

Oracle use additional patch to remove full path to files during
compilation for bug reporting. I do not see much benefit in maintenance
of such patch in case of open environment.

Best regards,

Milan

-------------------------------------------
illumos-userland
Archives: https://www.listbox.com/member/archive/191052/=now
RSS Feed: https://www.listbox.com/member/archive/rss/191052/22274027-f76e9abe
Modify Your Subscription: https://www.listbox.com/member/?member_id=22274027&id_secret=22274027-2dad3c7c
Powered by Listbox: http://www.listbox.com

Mathieu Simon | 24 May 2012 17:43
Picon
Gravatar

2780 Bring perl 5.16 into userland

G'day

During hackathon Bayard guided me through the process
of making packages. The result was a Perl 5.16 package.

Please review the changes I propose - and try to be nice with
me... ;-)


Here is the issue: https://www.illumos.org/issues/2780

And an initial diff:
https://github.com/matsimon/illumos-userland/commit/fcec06d19f1b400fd33036b378e35a410bb1c867

Since I'm not so much (yet) used to mercurial but to git I (in the end) send
in a patch for integration into mercurial. github is only my throw-away branch.

Best regards,
Mathieu
illumos-userland | Archives | Modify Your Subscription

Gmane