Stories
Slash Boxes
Comments

SoylentNews is people

posted by CoolHand on Saturday April 25 2015, @04:25AM   Printer-friendly
from the no-idea-what-a-vervet-is-and-ruh-roh-systemd dept.

Ubuntu 15.04 has now been released; full details are at: https://wiki.ubuntu.com/VividVervet/ReleaseNotes

Notable new features:
- Unity 7.3
- LibreOffice 4.4
- Firefox 37
- Chromium 41

Low-level and server changes include:
- Linux kernel 3.19
- The move from upstart to systemd
- A new version of OpenStack
- Ubuntu Core (Snappy) - a variant to be used as a core OS for other software projects

OMGubuntu coverage is here: http://www.omgubuntu.co.uk/2015/04/ubuntu-15-04-download-new-features
Slashdot commentary/griping at: http://news.slashdot.org/story/15/04/24/1245209/ubuntu-1504-released-first-version-to-feature-systemd

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Sunday April 26 2015, @02:16AM

    by Anonymous Coward on Sunday April 26 2015, @02:16AM (#175225)

    Windows does the right thing. Files shouldn't be pulled out from under running applications without warning.

  • (Score: 3, Informative) by tibman on Sunday April 26 2015, @07:11AM

    by tibman (134) Subscriber Badge on Sunday April 26 2015, @07:11AM (#175290)

    A less privileged executable has no say on what i do to its files (or itself). One time, while ssh'd into a box, i created a directory with some basic stuff and chroot'd into it and then deleted the entire host OS (redhat). Ssh continued to function and kept my connection alive even though its own executable didn't exist anymore. From my small chroot environment i installed a completely different distro (Gentoo) where the old root was. Built and installed a new kernel. Crossed fingers and rebooted the machine (it worked!). That's the kind of admin powers you get with a real OS. Your reasoning is exactly why you cannot delete windows malware without restarting into safe mode.

    --
    SN won't survive on lurkers alone. Write comments.
  • (Score: 0) by Anonymous Coward on Sunday April 26 2015, @05:34PM

    by Anonymous Coward on Sunday April 26 2015, @05:34PM (#175389)

    And they are not.

    What happens is that their entry in the FS is removed, but as long as the program keeps the file open they have a entry to it.

    Flash tries to use this to hide their streaming caches on Linux.

    Fire up any video steam, then head for /proc/"flash pid"/fd, if you do a ls -l you will see symlink that points to a file in /tmp that has already been deleted. But as the flash process still has it as open, it can still read and write to it all it wants. but once it lets go, it is gone, unless you go at the FS with a recovery utility.