<deriler>
can't figure out how to save password in step 2 "Enter the password and store the password hash in environment variable P:
<deriler>
P="$(ruby pw.rb sda.ata_identify)"
<deriler>
would appreciate any assistance
<nirvdrum>
deriler: You need to install some Ruby installation, then clone that repository and run the command.
<nirvdrum>
deriler: Where are you stuck?
alxs has joined #jruby
alxs has quit [Ping timeout: 256 seconds]
Jalves has joined #jruby
Jalves has quit [Client Quit]
<bga57>
darn, that "your windows has malware guy" hung up when I asked him how his mother felt about him making a living committing fraud.
<bga57>
I should have let him try to figure out why the Windows Key + R doesn't do anything on my Kubuntu laptop.
alex0ptr_ has quit [Remote host closed the connection]
alex0ptr has joined #jruby
alxs has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
alxs has quit [Ping timeout: 240 seconds]
bbrowning_away has quit [Quit: Leaving]
<GitHub5>
[jruby] chrisseaton pushed 7 new commits to truffle-head: https://git.io/vM4vP
<GitHub5>
jruby/truffle-head 0f87038 Chris Seaton: [Truffle] Source sections filters should be explicit about the language they're targeting.
<GitHub5>
jruby/truffle-head 91825d5 Chris Seaton: [Truffle] Left some feature load log statements enabled all the time.
<GitHub5>
jruby/truffle-head 632b7f9 Chris Seaton: [Truffle] Ignore nil for lines without code in coverage results for now.
swills has joined #jruby
marciol has joined #jruby
marciol has quit [Ping timeout: 256 seconds]
<GitHub80>
[jruby] headius created time-usecs (+1 new commit): https://git.io/vM4Jp
<GitHub80>
jruby/time-usecs ebe1c7c Charles Oliver Nutter: Use jnr-posix to call clock_gettime for current time. Fixes #4393.
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 248 seconds]
Jalves has joined #jruby
Jalves has quit [Client Quit]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
<GitHub163>
[jruby] byteit101 opened issue #4432: 9k regression on indirect java_class.annotation(java_class) method https://git.io/vM43Z
<byteit101>
headius: example script in https://github.com/jruby/jruby/issues/4432. It seems to be indirect only (java returns java class that jruby incorrectly proxies on 9k)
marciol has joined #jruby
marciol has quit [Ping timeout: 248 seconds]
deriler has quit [Remote host closed the connection]
<GitHub6>
[jruby] synth opened issue #4433: NullPointerException when creating tempfiles in rspec https://git.io/vM4Cl
<GitHub53>
[jruby] headius created gettimeofday (+1 new commit): https://git.io/vM4CS
<GitHub53>
jruby/gettimeofday a47fd03 Charles Oliver Nutter: Use gettimeofday to provide usec Time resolution. Fixes #4393.
<headius>
kares: have a look at gettimeofday branch
<headius>
and changes in jnr-posix
<headius>
travis is passing, unlike the clock_gettime version
alex0ptr has joined #jruby
<headius>
hmm ok, I guess not quite passing
<headius>
negative millis somehow
alex0ptr has quit [Ping timeout: 258 seconds]
<headius>
bleh, I don't know what I broke. I'll fix it tomorrow
alxs has joined #jruby
alxs has quit [Ping timeout: 245 seconds]
Jalves has joined #jruby
<kares>
headius: yep no hurries - thats exactly my worries that in some scenarios users might want to have a consistency between System.currentTimeMillis and Time.now.to_f ... which when Time relies on a different source they won't get e.g. System.currentTimeMillis - Time.now.to_f going negative?
<kares>
... a -Xtime.precise=false to force currentTimeMillis might be goodto have
<kares>
I see you mentioned -Xnative.enabled ... that's good - maybe a separate switch still makes sense. I am not sure, will leave it up to you.
<GitHub36>
[jruby] eregon pushed 2 new commits to truffle-string-scrub: https://git.io/vM4NQ
<GitHub36>
jruby/truffle-string-scrub c7ba64c Benoit Daloze: [Truffle] A bit of cleanup.
<GitHub36>
jruby/truffle-string-scrub 0bcd0cb Benoit Daloze: [Truffle] Split in specializations for valid/broken strings in #scrub.
alex0ptr has joined #jruby
shellac has joined #jruby
marciol has joined #jruby
drbobbeaty has joined #jruby
swills has quit [Quit: Leaving]
swills has joined #jruby
alxs has joined #jruby
bbrowning has joined #jruby
<GitHub158>
[jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBL0
<GitHub158>
jruby/truffle-string-scrub 054b776 Benoit Daloze: [Truffle] Simplify by moving a good part of String#scrub to Ruby....
<GitHub137>
[jruby] eregon pushed 2 new commits to truffle-string-scrub: https://git.io/vMBt9
<GitHub137>
jruby/truffle-string-scrub 4ea7ec3 Benoit Daloze: [Truffle] Only need too handle invalid strings in the string_scrub primitive.
<GitHub137>
jruby/truffle-string-scrub 0dd40b4 Benoit Daloze: [Truffle] Use a Proc instead of a lambda as they currently (incorrectly) swallow the break.
tcrawley is now known as tcrawley-away
<GitHub74>
[jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBqq
<GitHub132>
[jruby] eregon pushed 2 new commits to truffle-string-scrub: https://git.io/vMBmK
<GitHub132>
jruby/truffle-string-scrub 2e89982 Benoit Daloze: [Truffle] Avoid using a variable for two different purposes.
<GitHub132>
jruby/truffle-string-scrub a7b568b Benoit Daloze: [Truffle] Write conditions in a readable order.
<GitHub118>
[jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBYZ
<GitHub118>
jruby/truffle-string-scrub 8e54fc1 Benoit Daloze: [Truffle] We only invoke string_scrub on broken strings, which have at least 1 invalid character.
<GitHub44>
[jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMBOX
<GitHub44>
jruby/truffle-string-scrub e4e8e11 Benoit Daloze: [Truffle] string_scrub can no longer return nil.
lanceball has quit [Changing host]
lanceball has joined #jruby
<GitHub114>
[jruby] eregon pushed 1 new commit to truffle-string-scrub: https://git.io/vMB3R
alex0ptr has quit [Remote host closed the connection]
marciol has quit [Remote host closed the connection]
marciol has joined #jruby
marciol has quit [Remote host closed the connection]
marciol has joined #jruby
marciol has quit [Ping timeout: 260 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
enebo has joined #jruby
pawnbox has quit [Ping timeout: 256 seconds]
<GitHub100>
[jruby] nirvdrum pushed 2 new commits to truffle-head: https://git.io/vMBlj
<GitHub100>
jruby/truffle-head b74fd67 Kevin Menard: [Truffle] Fixed a bad method name.
<GitHub100>
jruby/truffle-head 1243b34 Kevin Menard: [Truffle] Updated ParserByteList to use rope-friendly operations.
<GitHub53>
[jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMB4X
<GitHub53>
jruby/truffle-head b5396d4 Kevin Menard: [Truffle] Lazily create children in ParserByteListNode since we may very well not need both for any given ParserByteList.
<GitHub6>
[jruby] enebo closed issue #4369: break within a block throws LocalJumpError in JRuby but succeeds in MRI Ruby https://git.io/v1aGf
pawnbox has joined #jruby
<GitHub28>
[jruby] eregon pushed 3 new commits to truffle-string-scrub: https://git.io/vMB4p
<GitHub28>
jruby/truffle-string-scrub f5a3dc1 Benoit Daloze: [Truffle] Move str_compat_and_valid inside #scrub as it seems specific to it....
<GitHub28>
jruby/truffle-string-scrub 7071429 Benoit Daloze: [Truffle] Use a MakeSubstringNode to substring a Rope in String#scrub.
<GitHub28>
jruby/truffle-string-scrub e6bdda7 Benoit Daloze: [Truffle] Use a better guard for broken strings.
bbrowning_ has joined #jruby
pawnbox has quit [Ping timeout: 240 seconds]
bbrowning has quit [Ping timeout: 258 seconds]
bbrowning_ is now known as bbrowning
vtunka has quit [Quit: Leaving]
pawnbox has joined #jruby
marciol has joined #jruby
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 240 seconds]
<GitHub61>
[jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMB0B
<GitHub61>
jruby/truffle-head ae4655b Kevin Menard: [Truffle] Match MRI's reported character length for broken strings....
<GitHub188>
[jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMB0Q
<GitHub188>
jruby/truffle-head d5c9600 Kevin Menard: [Truffle] Use NotProvided to avoid an explicit guard.
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
camlow325 has joined #jruby
<GitHub5>
[jruby] eregon pushed 3 new commits to truffle-string-scrub: https://git.io/vMBwa
<GitHub5>
jruby/truffle-string-scrub 6601be9 Benoit Daloze: [Truffle] Fix to yield only the invalid characters for ASCII-incompatible encodings in String#scrub....
<GitHub5>
jruby/truffle-string-scrub b0cf77b Benoit Daloze: [Truffle] Use MakeSubstringNode instead of manual substring.
<GitHub5>
jruby/truffle-string-scrub 27b7557 Benoit Daloze: Fix spec description for String#scrub
<GitHub80>
[jruby] nirvdrum pushed 1 new commit to truffle-head: https://git.io/vMBwK
<GitHub80>
jruby/truffle-head e04db9a Kevin Menard: [Truffle] Truffle::Ropes.debug_print should honor the underlying encoding.
<bbrowning>
enebo: did something change around jmx usage between 9.1.6.0 and 9.1.7.0-SNAPSHOT?
<bbrowning>
I'm tracking down some TB3 build failures and most of them are related to jmx domains already being registered
<enebo>
bbrowning: using jmxjr or the builtin ones?
<bbrowning>
well, these are "Domain already registered org.infinispan when trying to register: type=CacheManager,name="DefaultCacheManager"" errors
<enebo>
bbrowning: e.g. JIT stats
<bbrowning>
so java code doing jmx stuff here
<bbrowning>
it's weird that a jruby change could impact this though...
<enebo>
bbrowning: so you are registering them using my library or your own Java code?
<bbrowning>
java code of a java dep doing it actually
<bbrowning>
let me dig a bit more - this is probably just a side-effect of something else
<enebo>
bbrowning: yeah thanks. Without knowing more I no nothing :) kares has I think changed some JI code since 9.1.6.0 but I guess more info would help