* Posts by Justin Clift

288 publicly visible posts • joined 1 May 2007

Page:

Sick of storage vendors? Me too. Let's build the darn stuff ourselves

Justin Clift

Re: No one said it was easy but...

Unsure about VMware, as I haven't personally used it in ages. Other host platforms (eg Linux + KVM) definitely do this, as Linux provides the mirroring natively. (you just need to configure it)

Haven't yet tried this with FreeBSD, but it would be kind of surprising if it didn't work.

Justin Clift

Re: No one said it was easy but...

As a thought, instead of doing the replication below the SCST layer, how about exporting the raw LUNS from each of the storage servers to the VM host, then doing the mirroring there? That should maintain the full io / transfer rate of things, instead of being (potentially) slowed down by storage server side replication.

Justin Clift

Re: what he said

I've only just recently started using ZFS via FreeBSD, but haven't really done much with it. What were the major scary bits with it for you? dedupe related - I've read of very bad experiences when it runs out of ram - or other stuff?

Justin Clift

Re: It could present LUNs via FC/iSCSI and file-share via SMB and NFS.

Those specific acronyms are the very basics for anyone doing storage professionally, or even in half-anger at home. They're not off target for the audience. ;)

One (storage) protocol to rule them all?

Justin Clift

Fibre Channel over Tolkien Ring? ;)

ZFS comes to Debian, thanks to licensing workaround

Justin Clift

Re: Sound Effect For Added Realism:

the sound hungry and wild gnuistas being let off the leash

Hmmm, I'd be more worried about Oracle. They have a reputation for aggressive legal shenanigans, especially towards competitors.

It sounds like Debian have been careful to not step on the license, so won't have "provided an excuse".

Canonical though... hmm.... wonder what the terms they agreed to are? Perhaps they'll have a new owner soon. ;)

Compression tool 7-Zip pwned, pain flows to top security, software tools

Justin Clift

Re: Linux/BSD port p7zip

Seems like p7zip isn't affected:

https://sourceforge.net/p/p7zip/discussion/383043/thread/9d0fb86b/#3220

That'll be good news for some. :)

Justin Clift

Re: A total non story

While it's not the same as an immediate root level exploit, it's still pretty bad. Any kind of tooling which can be compromised just by opening a .zip file (or similar) still has a lot they can do from a user account.

It also sounds capable enough to be very effective when paired with a (local-only) root privilege escalation vulnerability.

Justin Clift

Re: Linux/BSD port p7zip

It's hard to tell. There is some discussion about this on the p7zip forum:

https://sourceforge.net/p/p7zip/discussion/383043/thread/9d0fb86b/?limit=25#3933

No indication of a new release or similar though, at the time of writing this.

Bots half all web traffic

Justin Clift

Maybe we should start using the sci-fi terminology, calling them "Autonomous Agents" (or their precursor), to convey these "bots" are useful?

This is what a root debug backdoor in a Linux kernel looks like

Justin Clift

One of the points of having upstream review/merge is to have more people notice otherwise-obvious problems like the code here.

It's definitely not a perfect approach, but having more people review stuff instead of less is generally a good idea (as long as it doesn't lengthen the developer iteration time too much, which causes other problems).

Panama Papers finally online

Justin Clift

Torrent file

Although they make a torrent file available:

https://cloudfront-files-1.publicintegrity.org/offshoreleaks/data-csv.zip.torrent

It's just their processed database data in CSV format, 36MB in total:

$ unzip ../offshoreleaks_data-csv.zip

Archive: ../offshoreleaks_data-csv.zip

creating: offshore_leaks_csvs/

inflating: offshore_leaks_csvs/Addresses.csv

inflating: offshore_leaks_csvs/Entities.csv

inflating: offshore_leaks_csvs/Intermediaries.csv

inflating: offshore_leaks_csvs/Officers.csv

inflating: offshore_leaks_csvs/all_edges.csv

$

The 'new' Microsoft? I still wouldn't touch them with a barge pole

Justin Clift

Win 10 push is just to stop revenue crash

Well, the Win 10 being forced down everyone's throats (my wording :>) seems to be become MS forecasters have seen the massive plummet in new-box-PC-shipments. Thus massive negative change in likely revenue in the years going forward.

So, someone realised they'd better force everyone to subscription mode to offset that... regardless of how unhappy it makes people. Kind of like a "survive" or "not survive" event.

From that perspective, the pain they're (knowingly) causing people with the Win10 forcing makes sense. That perspective also says theres' literally no way they're going to stop doing it, due to the fear of revenue shortage.

Anyway, it's definitely time to look at alternative suppliers.

HPC kids find bite-sized clusters are just as chewy

Justin Clift

First time seeing Infiniband?

From the article:

When we’re talking to the team on the video, they’re in the midst of figuring out how to use infiniband – a technology that they’re seeing for the first time today.

That's both dissapointing, and kind of weird. Infiniband is extremely common in the HPC scene, and dirt cheap on Ebay. (A minimal 2 node setup can be put together for about £60 in total). How have these students been doing HPC and not had access to the bog standard connectivity type gear?

Unisys releases its ClearPath MCP OS for VMs or x86

Justin Clift

Re: Neat, but how useful is this?

Oh well, was a thought. ;)

Justin Clift

Re: Neat, but how useful is this?

I'm checking it out as I'm an obscure OS geek.

If you do install it in a VM, it'd be interesting to hear whether some of the more popular "known to be pretty portable" Open Source Software compiles & runs on it. (suggestion: PostgreSQL, though there are others too)

Justin Clift

Interestingly, there's a free "Express" edition for download

Out of curiosity, went looking for more info as there wasn't any kind of reference/follow-up link in the article.

Main ClearPath info seems to be here:

http://www.unisys.com/offerings/high-end-servers/clearpath-forward-systems/clearpath-mcp-software

There's also a free "ClearPath MCP Express" for download, which the description says:

"Students, teachers, hobbyists and ClearPath enthusiasts can use it for non-production evaluation, personal or educational purposes to explore and practice developing and testing ClearPath MCP-based applications."

http://www.unisys.com/offerings/high-end-servers/clearpath-forward-systems/clearpath-mcp-software/clearpath-mcp-express

Doesn't seem to be Open Source in any way though, which would have been nice. Oh well.

Miguel de Icaza on his journey from open source to Microsoft: 'It's a different company'

Justin Clift

Re: Miguel de Icaza is a great coder, and will always be so

What is far from certain is that among those 34 there is even a single FOSS developer who has actually contributed any code anyone cares about it.

Btw - code isn't the only way to significantly contribute to a project. Other ways are just as valuable to OSS projects, sometimes even more so at strategic times. ;) eg: Writing user docs, doing solid QA/testing/reporting, project co-ordination, etc.

As for projects people are involved in, here's one I've been putting time into for a while:

https://github.com/sqlitebrowser/sqlitebrowser

As a measure of usage, it's about 150k downloads a month (and trending upwards), which isn't too bad:

https://api.github.com/repos/sqlitebrowser/sqlitebrowser/releases

Must listen: We've found the real Bastard Operator From Hell

Justin Clift

HaaS!

If they offer this "as a Service", it'd be awesome.

Everyone could feed their incoming sales calls directly to Hell that way. :)

Linux greybeards release beta of systemd-free Debian fork

Justin Clift

Download site is super slow, use the .torrent file

The download site seems to be having capacity issues at the moment. There is a .torrent file available (on the download site, oops!):

https://files.devuan.org/devuan_jessie_1.0.0-beta.torrent

A working magnet hash instead is this, if that helps: 9b0fa597ab8bdd89a57434876947dbe378a79aad

The torrent download is 10.55GB, containing:

  • SHA256SUMS (2.33 kB)
  • SHA256SUMS.asc (1.51 kB)
  • devuan_jessie_1.0.0-beta_amd64_CD.iso (675.3 MB)
  • devuan_jessie_1.0.0-beta_amd64_CD.list.gz (13.57 kB)
  • devuan_jessie_1.0.0-beta_amd64_DVD.iso (4.69 GB)
  • devuan_jessie_1.0.0-beta_amd64_DVD.list.gz (42.59 kB)
  • devuan_jessie_1.0.0-beta_amd64_NETINST.iso (222.3 MB)
  • devuan_jessie_1.0.0-beta_amd64_NETINST.list.gz (4.53 kB)
  • devuan_jessie_1.0.0-beta_amd64_cloud.qcow2 (727.7 MB)
  • devuan_jessie_1.0.0-beta_amd64_opennebula.qcow2 (718.6 MB)
  • devuan_jessie_1.0.0-beta_amd64_vagrant.box (683.6 MB)
  • devuan_jessie_1.0.0-beta_armhf_bananapi.img.xz (194.1 MB)
  • devuan_jessie_1.0.0-beta_armhf_bananapro.img.xz (194.0 MB)
  • devuan_jessie_1.0.0-beta_armhf_beagleboneblack.img.xz (288.3 MB)
  • devuan_jessie_1.0.0-beta_armhf_chromeacer.img.xz (278.6 MB)
  • devuan_jessie_1.0.0-beta_armhf_cubieboard2.img.xz (261.1 MB)
  • devuan_jessie_1.0.0-beta_armhf_cubietruck.img.xz (261.9 MB)
  • devuan_jessie_1.0.0-beta_armhf_odroidxu.img.xz (210.7 MB)
  • devuan_jessie_1.0.0-beta_armhf_raspi2.img.xz (203.6 MB)
  • devuan_jessie_1.0.0-beta_i386_CD.iso (678.4 MB)
  • devuan_jessie_1.0.0-beta_i386_CD.list.gz (12.77 kB)
  • devuan_jessie_1.0.0-beta_i386_NETINST.iso (264.2 MB)
  • devuan_jessie_1.0.0-beta_i386_NETINST.list.gz (4.74 kB)

You're only young but you're going to die: Farewell, all-flash startups

Justin Clift

Re: Meanwhile, on the super low-end... :)

Cool. :)

The native ethernet support for Mellanox adapters seems to "just work" (after compiling in the driver). It's been pretty much trouble free.

IPoIB mode though... not so much. Kernel panic when switching from Ethernet → Infiniband mode (post boot - still chasing this bug down), and connected mode IPoIB exhibits weird behaviour too at the moment.

I think the Infiniband mode problems are rooted in something to do with the TrueOS base (not pure FreeBSD) that FreeNAS is built upon, as the same drivers on a FreeBSD base are pretty flawless. I'll be digging into this more over the next few days to see if I can figure out WTF is causing the issues, and then get it fixed. :)

If someone's just after Ethernet support (10GbE/40GbE/etc) out of Mellanox adapters though, it seems to be already good enough. Naturally, test the living heck out of it before deploying to production, just to be safe. :D

Justin Clift

Meanwhile, on the super low-end... :)

Even FreeNAS (FreeBSD based NAS) has people playing with adding Infiniband support to it. Note, self promotion. :)

https://github.com/justinclift/freenas-infiniband

Chrome trumps all comers in reported vulnerabilities

Justin Clift

Re: half truth statistics coming from Secunia.

I don't see the other mentioned browser markers offering such bounties..

As a data point, Mozilla does for Firefox (and other software):

https://www.mozilla.org/en-US/security/client-bug-bounty/

Note - they have more than one bug bounty program. There's a very short overview page here, with links to the individual programs in the bottom two lines.

Oracle's website, social media to wear sandwich board of shame over Java SE insecurity

Justin Clift

Breakable Oracle

Not so "Unbreakable" now are you Oracle?

And, just coz: http://ded.ninja/dear_oracle/dear_oracle02.jpg

BMW complies with GPL by handing over i3 car code

Justin Clift
Facepalm

OpenSSL

Looks like they're using a remotely exploitable version of OpenSSL:

https://github.com/edent/BMW-OpenSource/tree/master/FOSS_S1/openssl

Oops. ;)

HP Inc won't shake you down for ink in 3D printer era, says CTO

Justin Clift

"Open Platform" ?

Pretty sure his definition of an "Open Platform" will turn out to be very different from most other people's.

And not in a good way. :(

True believers mind-meld FreeBSD with Ubuntu to burn systemd

Justin Clift

Yeah, the new owners emailed my twice with their "SlashdotMedia - Fair processing notice", about how I can request them to remove my data/etc.

Twice I've responded to them. They've not deigned to reply to either.

So, not so hopeful the new owners are going to be doing the right things after all. :(

New York senator proposes tax credit for open-source developers

Justin Clift

Re: So I need to spend $1000

Well, if someone's already spending a few $ on something like hosting or similar, this **might** allow them to claim some of it back (depending on what the law allows, etc). I guess it all helps. :)

Here's what an Intel Broadwell Xeon with a built-in FPGA looks like

Justin Clift

This is actually pretty cool

Personally, I've been interested in doing some FPGA stuff combined with Infinband for very fast data processing/extraction. Was thinking perhaps Spartan FPGAs could be used to make it happen. This Broadwell with FPGA built in could make it much more achievable instead, depending on its specs/capabilities of course.

Raspberry Pi celebrates fourth birthday with fruity version 3

Justin Clift

Re: highest-selling single computer model of all time

debateable, but to me programmable means i can use itself to program it. the ios platform needs a real computer to write the programs. a real omission to my mind as it is powerful enough to have some level of programming built in.

Pythonista is excellent, if you're on an iPad of any variety.

QLogic: Ready to get excited about an Ethernet adapter?

Justin Clift

Re: Estimated cost?

Also cheap on Ebay, so good for home labs. :)

Red Hat in Google cloud Gluster chuck

Justin Clift

There is some discussion about this on Hacker News too:

https://news.ycombinator.com/item?id=11125908

Earthquake-sensing smartphone app fires off early alerts of disaster

Justin Clift

Re: Real utility

Wonder if things like crowds during an exciting football game at large stadiums would set it off?

10's of thousands of people jumping about when their team wins... that can definitely make things shake locally for a lot of people at once.

Free science journal library gains notoriety, lands injunctions

Justin Clift

Re: 47 million as text files ??

It's being reported as more like 38-40 TB in size.

Source: https://news.ycombinator.com/item?id=11093477

Justin Clift

Re: 47 million as text files ??

Lots of papers have diagrams and other non-text based information, so it's more likely they're pdfs' and/or other formats able to do that.

47 million pdfs' could be pretty hefty in disk space. Possibly in the terabyte range. Even broken up into a collection of x sized archives (say 10GB), that would be tricky to manage effectively using torrents. Technically possible though... yes.

Slashdot, SourceForge slurped by travel publisher

Justin Clift

Re: There are definitely Community Positive ways this could go

The new owners have terminated the DevShare program:

https://sourceforge.net/blog/sourceforge-acquisition-and-future-plans/

That's a good start.

Hoping they do this all properly, and SourceForge becomes a positive thing again.

Justin Clift
Boffin

There are definitely Community Positive ways this could go

... but only if the new owners are open to doing things differently → providing equal or greater value to their hosted projects than GitHub, and also (actually) being trustworthy for the users of their hosted projects. None of this is rocket science, it just requires the willingness to get it done and keep doing it.

While I hope good things happen... it's way too early to pick which way the new owners will take it. ;)

This is what it looks like when your website is hit by nasty ransomware

Justin Clift

Re: RPCBIND on an internet host?

Definitely not my kind of thing to do without permission.

The author of the article has obviously been at least port scanning the host though, so it's on topic to ask. ;)

Justin Clift

RPCBIND on an internet host?

That seems a bit weird to have running on an internet facing box.

Did you probe it to ask what services it's exposing? eg rpcinfo -p [hostname]

Privacy advocates left out of NHS care.data 'oversight' board

Justin Clift

Are we sure Martin Shkreli isn't involved?

Patients4Data is exactly the kind of group he'd be into.

And wow, could he ever monitise them to "further promote R&D"...

Who wants a quad-core 4.2GHz, 64GB, 5TB SSD RAID 10 … laptop?

Justin Clift

Re: Meh....

The Alienware 17r3 doesn't seem to have any Quadro cards available in the configurator, so "any of nVidia's top of the line cards" isn't accurate. Top of the line gaming cards, sure... but that's not what this laptop is for.

Justin Clift

Re: at $5000

The Nvidia Quadro M5000M is a reasonably (overpriced) graphics card for gaming... but conversely, if you're using CAD/CAM software which requires pro level cards, then a gaming card (eg GeForce) won't generally do an adequate job.

It all revolves around the software you need to use.

AI no longer needs to fake it. Just don't try talking to your robots

Justin Clift

Re: @Nifty always something else next

Thought about this the other day... it will make for an interesting turning point when such a thing exists as legal AI which can hold the entirety of a legal system in it's working memory, understanding it, then developing strategy from that.

Such an AI would leave human based law professionals in the dust. Whoever can create/hire such AI's... will literally own the legal system in the relevant country. And once you own the legal system... interesting things can happen.

In this context, Google & IBM's efforts towards this make a lot of sense.

(side note - bet the current and ex lawyers (politicians) scramble to outlaw that when they cotton on! Unsuccessfully.)

Mozilla slings web push notifications into Firefox

Justin Clift

The animation functions are actually pretty good

Trying out the animation functions now, using the new Dev build and their tutorial.

Surprisingly good. Can see an actual use for this stuff. :D

US publishes guide to hardening your arteries, security-wise, that is

Justin Clift

About bloody time!

(sic) :D

AMD's 64-bit ARM server chip Seattle finally flies the coop ... but where will it call home?

Justin Clift

Re: Will there be a common platform

This sounds like what you're after, for ARM servers at least: :)

http://arstechnica.com/information-technology/2014/01/arm-finally-defines-a-platform-as-it-sets-its-sights-on-the-server-room/

2016 in mobile: Visit a components mall in China... 30 min later, you're a manufacturer

Justin Clift

Re: The title is no longer required

They now sell "Voltcraft" and "GW Instek" branded ones ...

Thanks. :)

Justin Clift

Re: The title is no longer required

A 150mhz DSO from a UK retailer for £200.

Which DSO is that? I've started looking around for my first DSO, so some real world recommendations would be useful. :)

Debian Linux founder Ian Murdock dead at 42

Justin Clift

Re: The last tweets of Ian

There's an online archive of his account here, if that's useful.

Same thing, but with replies here.

(taken from the Hacker News post)

'MySQL of object storage' Minio: Any user, any dev, any scale... really?

Justin Clift

Minio devs are very talented

The Minio dev's are a talented bunch. I worked with several of them when they were doing Gluster stuff. Minio definitely cherry picked some of the best Gluster people. ;)

Page: