Slashdot Mirror


User: ls671

ls671's activity in the archive.

Stories
0
Comments
2,940
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,940

  1. Re:Well, on Google Hopes To One Day Replace Gmail With Inbox · · Score: 1

    I use pine and its rules, filters and roles since 1995, never looked back, it still works fine today.

    https://en.wikipedia.org/wiki/...

  2. Re: Please no on Google Hopes To One Day Replace Gmail With Inbox · · Score: 1

    Google hopes to replace gmail with inbox one day.

  3. Re:How... on Hayabusa 2 Asteroid Probe Postponed By Weather Until Early December · · Score: 1

    Not a very friendly approach anyway if you ask me. I hope no species get the same idea with planet Earth as target for their research.

  4. Re:why why WHY? on Kim Dotcom Faces Jail At Bail Hearing · · Score: 1

    You must be new around here. Where did you get that low uid from?

  5. Re: I would buy... on Is LTO Tape On Its Way Out? · · Score: 1

    LTO6 is $40/6TB compressed.
    4TB hdd is $130.
    2TB hdd is $80.

    The numbers match what you would like to see.

    I don't follow your post.

    Given the post you replied to, you must mean:
    LTO6 is â40/6TB compressed.
    4TB hdd is â130.
    2TB hdd is â80.

  6. Re:Shyeah, right. on Is LTO Tape On Its Way Out? · · Score: 1

    Well, we have backups in Canada, Australia and England so we do not qualify with regards to the requirements because we do not have backups in any state.

  7. Re: Did you say cock? on Another Hint For Kryptos · · Score: 2

    I am a girl, you insensitive clod.

  8. Re:Regular expressions on Critical XSS Flaws Patched In WordPress and Popular Plug-In · · Score: 1

    Running wp without at least a WAF in front of it, what could possibly go wrong?

  9. Re:wow on Carmakers Promise Not To Abuse Drivers' Privacy · · Score: 1

    yes brother, I am all with you!

    I am a drummer too.

  10. Re: Uncorrected reads on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 1

    more so when an update rolls around and potentially throws a wrinkle in the mix.

    You are right about this. Once, a linux kernel update, or was it mdtools? was screwed. You would add a new partition to an linux MD raid array and it wouldn't sync the partition before putting it online ;-) This is where a good backup strategy comes into place.

    Anyways, toying around with linux MD and cheap solutions makes you more creative in the long run IMHO.

    Just keep your mind open please. There are plenty of approaches and trade-offs available and just as you said:

    Run the cost/risk aassessment and apply accordingly.

    Furthermore, it depends on SLAs and such and having the best cost effective solution. As long as you know what you are doing and document it, you don't have to worry about covering your arse so much...

  11. Re: Uncorrected reads on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 1

    Who says I don't ALSO work for others and I don't know about more expensive solutions? I just don't brag about it mister Shaman ;-)

    I know enough to know about people covering their arses, it is pretty common you know...

    Yet, I never lost any data on the cheaper setup I run on the side.

    Take care man!

  12. I have had emails rejected by hotmail on Ask Slashdot: How To Unblock Email From My Comcast-Hosted Server? · · Score: 1

    Hello,

    I am in a data center and I had email rejected by hotmail for no reasons (not on any rbl blacklist etc.). I solved it by masquerading outgoing mail for hotmail on another IP on a different subnet I own on my datacenter connection. I would try this first. You can also try to contact hotmail so they whitelist your IPs.

    If your 5 IPs are on the same subnet and blacklisted by hotmail, I don't see any other solutions than routing your mail through an intermediate mail server. Have you tried relaying it through comcast MX? I can't imagine hotmail rejecting emails from all comcast subscribers.

    Also, you probably have somebody sending spam on the same subnet as yours and hotmail seem to like to block /24 subnets. They should eventually unblock you if your subnet stop sending spam.

  13. Re: Uncorrected reads on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 1

    Run the cost/risk aassessment and apply accordingly.

    Exactly, use ZFS that does just that if you want to afford the extra memory. Use a fancy hardware raid controller that does that if you wish. I just use cheap drives and Linux MD. Do your research before commenting on setup you don't seem to know about. You don't have to brag about your hardware here and try to convince others to do as you do.

    Didn't I mention in my first post: "Most people would say this is crazy but in my opinion,..."?

    I do not see what was your point in replying to my posts anyway other than brag about using more expensive solutions and treat others that don't do just like you like idiots.

    Oh, and while at it, RAID 1 doesn't have parity information!

    If you're running RAID 1, 5, 6, 10, etc, it's a moot point as data will be rebuilt from remaining parity information.

    I did not learn a single thing from your replies.

    Take care nevertheless!

  14. Re:Uncorrected reads on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 1

    Good one! mke2fs -c -c

    Thanks for pointing this out!

  15. Re:Uncorrected reads on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 1

    I suggest you do a little more research. If a sector was successfully written to and then 2 months later the drive hardware can't read from it, there is no way for the drive hardware to automagically correct the error and recover the data. The drive hardware then just increment the Current_Pending_Sector count. You could start by reading your own link but then again, you seem to have problems reading my own posts so your mileage may vary ;-)

  16. Re:Pinky swear? on Carmakers Promise Not To Abuse Drivers' Privacy · · Score: 1

    Exactly, the first thing I thought about was this:

    http://www.metrolyrics.com/i-p...

  17. Re:Uncorrected reads on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 1

    I know that. I run e2fsck -c -c (write+read test) to generate random pattern writes on the drives then read the data to make sure it is the same. If I put the drive back on line, e2fsck -c -c will always report 0 bad blocks and no timeouts will have occurred. I also check for timeouts in the logs.

    Failed reads on a drive part of a RAID array will usually cause the drive to be kicked out of the RAID array after a timeout slowing down the machine. The strategy I suggested allow the drive hardware to indeed relocate the bad blocks and to bring Current_Pending_Sector to zero.

    So, more or less:
    1) Drive gets kicked out of the array.
    2) Look for read timeouts in the logs
    3) Use what I described until read timeouts vanish.
    4) Keep an eye on smart data and further read timeouts to insure the drive has stabilized. I actually use cron scripts for that.

  18. Re:The measurements in question: on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 1

    just take the drive off-line and try this:

    http://slashdot.org/comments.p...

    Current_Pending_Sector will go back to zero if the drive is still usable.

  19. Re:Uncorrected reads on Data Center Study Reveals Top 5 SMART Stats That Correlate To Drive Failures · · Score: 4, Interesting

    I have had drives fail. I took them off line and wrote 0 and 1 to them with dd until Reallocated_Sector_Ct stops raising and Current_Pending_Sector goes to zero then ran e2fsck -c -c on them 2 or 3 times then, I put them back on line!!!

    Most people would say this is crazy but in my opinion, the surface of the drives often have bad spots while the rest is perfectly OK. Some on those drives are still on line without reporting any new errors after more than 5 years, some almost 10 years. Those are server drives with very low Start_Stop_Count, Power_Cycle_Count and Power-Off_Retract_Count. All lower than 250 after 10 years. Those drives are spinning all the time.

    Newer drives will relocate bad sectors to free reserved space they keep for that purpose. As long as you don't run out of free spare space, IMHO, it is worth a try.
     

  20. Well at least... on US Weather System and Satellite Network Hacked · · Score: 1

    Well at least no plane crashed because it flew into an undetected storm...

  21. That's exactly what I suggested in my post and that's why I always disable that. Doesn't it sound like a security risk? Duh..

  22. They aren't really doors you know. They are cameras hooked on the Internet I assume.

    Now, to be easily accessible with default credentials, wouldn't they have to have a public IP address with an open port?

    Otherwise, I wonder how those guys got behind so many routers. Plug and play that requires a specific port on the router public IP?

    I have a hard time imagining that all those cameras would have their own dedicated public IP.

  23. Re:I would never give Home Depot my address... on Home Depot Says Hackers Grabbed 53 Million Email Addresses · · Score: 1

    It depends how fast you throw them away. My slashdot throw away address has been valid for 10 years at least. Still, I can throw it away without impacting anything else if I want and yes all addresses end up in the same inbox and I can edit the sender in my email client to enter anything I want.

    Despite all that, I rarely provide an email address and surely not to home depot.

  24. Re:I would never give Home Depot my address... on Home Depot Says Hackers Grabbed 53 Million Email Addresses · · Score: 1

    I just say I don't have an email address. I do use throw away email addresses when really needed to register to on line sites. Even my bank doesn't have my email address.

    Profession: IT consultant
    Your email: I don't have one!

    Hehe...

  25. Re:armchair engineers on Some Virgin Galactic Customers Demand Money Back · · Score: 1

    a) I'm impressed that you've reached a conclusion ahead of the NTSB. I'm sure they'll be glad for your help

    Me too. It's aliens that don't want would be space tourists up there to witness the aliens flying around. It's hard enough to keep the lid on trained personnel and it already cost too much on cloaking devices and traffic control. Raising the ship tail in advance is nothing for them.