Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Richard Lowe
This version of illumos has the bad version of the fix for 8362 in it, which we backed out yesterday. Boot an old BE, update illumos again (presuming OI has rebuilt), and you'll probably be ok. -- -- Rich ___ openindiana-discuss mailing list openindian

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Predrag Zečević
Am 16.06.17 um 16:57 schrieb Apostolos Syropoulos via openindiana-discuss: Hello, I updated my system last April and the command $ uname -rosv SunOS 5.11 illumos-62f1951aca Solaris does not work! Here is what I get $ uname -rosv uname: illegal option -- o usage: uname [-snrvmapiX] uname

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Apostolos Syropoulos via openindiana-discuss
Hello, I updated my system last April and the command $ uname -rosv SunOS 5.11 illumos-62f1951aca Solaris does not work! Here is what I get $ uname -rosv uname: illegal option -- o usage:  uname [-snrvmapiX] uname [-S system_name] So this is a new command line option or what? --

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Michael Schuster
Hi, I'm afraid I have nothing capable of running anything other than android around here; I was just wondering, since my understanding of xargs is xargs [command [args... ]] So what you're doing is executing whatever 'ls' prints first as command with the rest as arguments, which seems strange unl

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Predrag Zečević - Technical Support Analyst
On 06/16/17 10:56, Michael Schuster wrote: Hi, Can you explain what you are trying to achieve with this specific invocation? Regards Michael Hi Michael, nothing special, just did not wanted to a) show complete line b) confuse anyone If you have this version of hipster, you can try your self

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Predrag Zečević - Technical Support Analyst
On 06/16/17 10:27, Alexander Pyhalov wrote: On 06/16/17 11:06 AM, Predrag Zečević - Technical Support Analyst wrote: On 06/16/17 10:03, Predrag Zečević - Technical Support Analyst wrote: Hi, I have decide not to open ticket, but rather ask for fix here: after latest update: $ uname -rosv S

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Michael Schuster
Hi, Can you explain what you are trying to achieve with this specific invocation? Regards Michael On 16 Jun 2017 10:04 am, "Predrag Zečević - Technical Support Analyst" < predrag.zece...@2e-systems.com> wrote: > Hi, > > I have decide not to open ticket, but rather ask for fix here: after > latest

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Alexander Pyhalov
On 06/16/17 11:06 AM, Predrag Zečević - Technical Support Analyst wrote: On 06/16/17 10:03, Predrag Zečević - Technical Support Analyst wrote: Hi, I have decide not to open ticket, but rather ask for fix here: after latest update: $ uname -rosv SunOS 5.11 illumos-62f1951aca Solaris I have

Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Predrag Zečević - Technical Support Analyst
On 06/16/17 10:03, Predrag Zečević - Technical Support Analyst wrote: Hi, I have decide not to open ticket, but rather ask for fix here: after latest update: $ uname -rosv SunOS 5.11 illumos-62f1951aca Solaris I have spotted that xargs dumps core (one of my shell procedures did not returne

[OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Predrag Zečević - Technical Support Analyst
Hi, I have decide not to open ticket, but rather ask for fix here: after latest update: $ uname -rosv SunOS 5.11 illumos-62f1951aca Solaris I have spotted that xargs dumps core (one of my shell procedures did not returned result, this is how I have noticed): $ ls -al | awk '{print $NF}' |