Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:It doesn't work at all. (Score 1) 117

It simply doesn't resume. HIbernation always works. You can see it on videos:

http://www.pg.gda.pl/~jkozicki...
The *.mov files are records from hibernation/suspend attempt. They have polish names, ignore that. You can see that it reboots again right at the end of resume, then boots into log-in screen

I think it is related to my hardware: dual Xeon E5-2687Wv2, 64 GB of RAM, motherboard SUPERMICRO MBD-X9DRI, GPU nvidia GTX 780 (only debian approved nonfree drivers, no blobs from nvidia.com)

Comment It doesn't work at all. (Score 2) 117

What's the point if suspend resume doesn't work at all?

Here's my SLEEP script, in which I am testing various kernels:

#!/bin/bash

logger "========== touch forcefsck ==========="
# if resume failed, then I want fsck (SSD disks, so it's just few seconds)
touch /forcefsck
/bin/sync
sleep 1

logger "hibernating"
# https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fhelp.ubuntu.com%2Fcommun...
# it says there to try hibernating using various different methods

### method: 1 kernel 3,13,0 - fail, (2/6 success rate)
#/usr/sbin/hibernate

### method: 2 kernel 3,13,0 - fail, (3/6 success rate)
#/usr/sbin/s2disk

### method: 3 kernel 3.13.0 - fail, (2/6 success rate)
#echo platform > /sys/power/disk
#echo disk > /sys/power/state

### method: 4 kernel 3.13.0 - (3/6 success rate)
### kernel 3.2.0 - 80% sukcesów 20% fail (over 80/100 success rate - currently in use)
### kernel 3.12-bpo - (0/1) success rate)
echo shutdown > /sys/power/disk
echo disk > /sys/power/state

sleep 5
logger "restart network"
## something screws networking after resume
/etc/init.d/networking restart
sleep 2

## also UPS connection is screwed (sometimes I need to disconnect and reconnect the USB cable)
sleep 5
/etc/init.d/nut-client stop
sleep 5
/etc/init.d/nut-server stop
sleep 5
/etc/init.d/nut-server start
sleep 5
/etc/init.d/nut-client start
sleep 5
# don't mess with clock /etc/init.d/ntp restart
logger "resume complete"

Besides, this is old news. Our new and better site beat slashdot: https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fsoylentnews.org%2Farticl... . The only working kernel was 2.6.29 with tuxonice
Software

Ask Slashdot: What Software Can You Not Live Without? 531

An anonymous reader writes "Whenever I install a fresh operating system on my computer, I immediately grab a handful of programs that I simply must have. After that, I generally wait and install other pieces of software as I need them. My list of known, useful programs has dwindled over the past few years as projects died, ownership transferred, and functionality changed. At the same time, I've begun to have use for certain types of software that I've never needed before. It can be time-consuming and risky to install and evaluate every single option. So, I'm curious: what pieces of software do you find the most useful and reliable? Don't feel the need to limit yourself by operating system, platform, or hardware. If you're so inclined, a brief description about what makes the software great would be helpful, too."
Books

Book Review: Sudo Mastery: User Access Control For Real People 83

Saint Aardvark writes "If you're a Unix or Linux sysadmin, you know sudo: it's that command that lets you run single commands as root from your own account, rather than logging in as root. And if you're like me, here's what you know about configuring sudo:

1.) Run sudoedit and uncomment the line that says "%wheel ALL=(ALL) ALL".
2.) Make sure you're in the wheel group.
3.) Profit!

If you're a sysadmin, you need to stop people from shooting themselves in the foot. There should be some way of restricting use, right? Just gotta check out the man page.... And that's where I stopped, every time. I've yet to truly understand Extended Backus-Naur Form, and my eyes would glaze over. And so I'd go back to putting some small number of people in the 'wheel' group, and letting them run sudo, and cleaning up the occasional mess afterward. Fortunately, Michael W. Lucas has written Sudo Mastery: User Access Control for Real People."
Keep reading for the rest of Saint Aardvark's review.

Comment Re:Join the slashdot farewell: (Score -1, Offtopic) 526

Oh, I can burn my karma, no problem.

If you were paying attention you would know that from 10 to 17 february there is slashdot boycott (slashcott) in which people log off and can only browse anonymously to give dice holdings fewer requests from logged in users.

PS: doesn't that posting a new story exactly once per hour doesn't ring you a bell?

Comment Re:Beta comment from an old-timer (Score 1) 77

This guy wants to start altSlashdot: http://slashdot.org/~Okian%20W... - check his latest comments

I hope it will have UTF-8 support as well as mathjax - the math rendering engine used on stackexchange. Imagine how wonderful comments and posts could look like, if people could embed formulas easily!

Our wiki now collects all the most important ideas: http://www.altslashdot.org/wik...

Also you are welcome on IRC ##altslashdot on freenode

BTW, I haven't changed my sig since 2002, and it will be the same on new slashdot, whatever name we pick: http://www.altslashdot.org/wik...

Submission + - Florida Arrests High-Dollar Bitcoin Exchangers for Money Laundering (krebsonsecurity.com)

tsu doh nimh writes: State authorities in Florida on Thursday announced criminal charges targeting three men who allegedly ran illegal businesses moving large amounts of cash in and out of the Bitcoin virtual currency. Experts say this is likely the first case in which Bitcoin vendors have been prosecuted under state anti-money laundering laws, and that prosecutions like these could shut down one of the last remaining avenues for purchasing Bitcoins anonymously.

Comment Re:Resurrecting Technocrat.net (Score 1) 2219

Hi Bruce, I remember both times when you tried to start Technocrat.net. How about joining altslashdot ? Don't worry about bad name, we are now looking for some other name.

As much as I don't like javascript too, I like very much how http://math.stackexchange.com/ supports the math rendering engine MathJax. And along with UTF-8 support I think that we need the ability to discuss difficult topics using math to describe them.

Slashdot Top Deals

The use of anthropomorphic terminology when dealing with computing systems is a symptom of professional immaturity. -- Edsger Dijkstra

Working...