Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:VMS queue manager and VMS breakin evasion (Score 1) 484

You also get bonus stuff like integration to the help system and automatic shortening of non ambiguous switches.

I did like that - nice consistency - unlike the bastardisation that is every linux command.

I really hate commands that respond to "-h" with "Type --help for help". FFS - you parsed "-h" - how hard would it have been for you to just link that to the "--help" code!!! Or use getopt and it's more or less for free...

Comment Re:VMS queue manager and VMS breakin evasion (Score 1) 484

And if you did not want to load the parse tree into your DCL instance at login time (because it would CoW the affected memory pages with an entire new parse tree for the whole of DCL IIRC - it was incredibly slow) you could link it to your program, call your program using the "unix like" alias method then have your main function call the same command line parser libs that DCL used. Bit more like the getopt() model but 100% consistent with the regular DCL experience.

Comment Re:Anti drone nonsense (Score 1) 71

The police have got wise to the terrorist angle and wisely adopted the "think of the children" approach:

http://www.standard.co.uk/news...

"Man held on suspicion of taking indecent images after member of public intervenes to stop children being photographed at Waterloo"

How did they make the leap from "taking pictures" to "taking indecent images". In the bogs that might be possible, but the report says "outside the station".

OK - we don't know what the motives were, but if they were not improper, how is this different to:

http://cdn.scotland.org.uk/ima...

or

https://maggiesscribbles.files...

which are famous in their iconography of the period.

Comment No (Score 1) 734

In a nutshell.

Let them choose when they are of age. I think the key bit is the IRS stuff. The London Mayor Boris Johnson has fallen foul of this, having dual American and British citizenship. He's trying to revoke his Amercian citizenship "so he can be more pure if he stands for PM" or something like that. Personally I think he's fed up with the IRS crap.

Submission + - Ask Slashdot - Private-cloud file hosting software for linux, like Google Drive?

TarpaKungs writes: I'm Asking Slashdot because I *know* this is a growing problem, but I have failed to find a suitable soution. Here's hoping the collective intelligence of Slashdot will prevail :)

OK — you have lots of android devices and maybe a several Chromebooks: Google Drive is great — it works well, it has user selectable offline caching ("Keep on device") — and most importantly, it handles updates from multiple clients gracefully. The main problem with this is reliability (will the service stay there), security, privacy and cost.

"Cost" because I have several terabytes of data (mostly photos, but a lot of other important files and documents) on an existing linux infrastructure which is well maintained, raid-ed and backed up. A small fraction of this it would be nice to replicate to all my client devices. The rest would be nice just to have on demand, subject to a network connection.

"Privacy and security" because I have lots of data that I don't want to lose control of.

I have been searching for a long time and have yet to find any self hosted software that has the technical abilities of Google Drive or Dropbox. Adding to that, the ability to maintain a secondary sync'd full copy of specific shares on linux (eg on my laptop) would be cool — but not crucial. However a general access linux client is a must.

I'm not looking for the all singing all dancing features of Google Drive such as live spreadsheets in my browser or any of the ancillary features like email and calendars. Simply good honest robust file serving with client offline mode (aka local cached copy, user selectable file by file or folder by folder) and no issues with multiple clients updating files.

I've tried Tonido and Owncloud and neither play nice with POSIX user permissions — they seem to want to own the files and manage access at a server level. Owncloud free seems also to be limited to a single share and enterprise pricing on both products is very high (3 to 4 figures) with no hobbyist/home licensing tier.

Simpler scenarios like SFTP and SMB of course do play nice with the local user permissions, but are not so bright on the client side — ie no offline mode. I did look down the WebDAV route but again, I have failed to find any client apps that are smart about offline mode. I suspect Google and Dropbox add some additional stuff to their protocols to push notifications of changes to other connected clients and also to manage the concept of "who has the latest copy".

So I guess what I am looking for is either a whole server/client suite that works or at least an SFTP/SMB/WebDAV client that is a bit smarter. Here's hoping the collective intelligence of Slashdot will prevail :)

Submission + - Ask Slashdot: Replicated filesystem for linux - disconnected use

TarpaKungs writes: There are many clustered filesystems for linux — most seem to have HPC clustering or failover in mind and assume there is relatively continuous network connectivity between the hosts.

I'm after one that would suit multiple clients (laptops typically) in a "business/home" usage scenario with very intermittent connectivity.

Right now, I have a central fileserver at home which is backed up properly and similar at work. I work mostly on a laptop (which is the way everyone in my family and most of my work colleagues are going. I occasionally sync back to my home server and work servers with unison over ssh, which is a great tool.

I'm not looking for a caching solution that depends on the network being there — I'm after a full on replicated (at the file level, not the block) filesystem preferably with no concept of a master (unison handles this quite well).

So there seem to be a couple of directions I could take:

1) Run unison as root from a script with a carefully chosen config file per FS area. Write a script runs when (say) at-home WiFi is detected, so as to avoid syncing over a mobile link. Email errors to me for manual fixing (unison generally "does the right thing" and baulks before doing something that is not provably correct).

Or

2) Find a more elegant solution that works at the kernel or daemon level.

So:

1 — Anyone done this and did it work out?

2 — Are there any well maintained linux network filesystems worth looking at that would behave well in a WAN-with-intermittent-connectivity context?

Cheers

Tim

Comment Re:Passwords (Score 1) 144

IME most kerberos servers store the database key in what they term a "stash file". That's current practise too.

Unless you need the level of security that you have to go upto the console and present a key when the system reboots or the KDC service restarts, there isn't any other way. Essentially, for most real world systems, the kerberos primary and slaves need to be regarded as machines to be kept highly secure or it's game over.

Is AD any different?

Comment Re:Just the tanks? (Score 1) 114

You mean like garage forecourt (petrol station) tanks that are invariably underground?

Those are usually a sealed tank with filling and vent pipes above ground. Now, as the filling pipes are capped when not in use, only the vent pipes would be at risk from flooding - and those can be taken up as many storeys as required and vented to the open air (away from windows and aircon intakes obviously).

The pumps could be located above the flood zone feeding generators also above the floodzone.

Slashdot Top Deals

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...