![]() |
![]() OCAU News - Wiki - QuickLinks - Pix - Sponsors |
|
|||||||
| Notices |
|
Sign up for a free OCAU account and this ad will go away! Search our forums with Google: |
![]() |
|
|
Thread Tools |
|
|
#316 |
|
Member
Join Date: Mar 2007
Location: Rockhampton
Posts: 2,175
|
Had a bit of issue getting PS3 media server to play nice but found the following commands and it all worked sweet
![]() Code:
sudo add-apt-repository ppa:happy-neko/ps3mediaserver sudo apt-get update sudo apt-get install ps3mediaserver
__________________
People reckon I'm too patronising (That means I treat them as if they're stupid). Over $9k in trades http://www.gentoo.org/ |
|
|
|
| Join OCAU to remove this ad! |
|
|
#317 | |
|
Member
Join Date: Dec 2002
Location: Townsville
Posts: 9,102
|
Quote:
__________________
Successful trades: eyusuf, andy8, stuartl, michaeliam, theDarkHorse, bob |
|
|
|
|
|
|
#318 |
|
Member
Join Date: Feb 2007
Posts: 3,411
|
https://bugs.launchpad.net/ubuntu/+s...er/+bug/925260
sigh Update manager icon in the launcher, clicking on it does nothing. |
|
|
|
|
|
#319 | |
|
Member
Join Date: Mar 2002
Location: Northern Beaches, Sydney
Posts: 6,140
|
Quote:
TBH the more I use KDE on my laptop the more I am liking it, I've had no issues with KDE... Unity is teh brokens IMO.
__________________
System Specs: i7 3770K, Noctua NH-U12P SE2, 32GB Corsair Vengeance LP DDR3-1600, ASUS P8Z77-V Premium, 2048MB Zotac GTX680, ASUS Xonar Essence One, 120GB/240GB Samsung 840 SSDs, 2x 3TB Toshiba HDDs [RAID1], 2x Zalman ZMMFC-1 Plus, Dell U3011 30" LCD, Creative T-40 Series II 2.0, LianLi PC-A71B, 8x Scythe SFF21G, 1kW Silverstone ST1000P. Over 50 Trades. |
|
|
|
|
|
|
#320 |
|
Member
Join Date: Nov 2004
Location: Gold Coast, QLD OS:R.Hat
Posts: 5,845
|
Just installed 12.04 just yesterday for the first time. Seems alright so far.
|
|
|
|
|
|
#321 | |
|
Member
Join Date: Jun 2001
Location: Melbourne
Posts: 655
|
I have abit of a noob question about LTS. Having come from Slackware-current I am use to having my system basically up to date with all the latest and greatest all the time. So my question is this: Does LTS, update in the same sort of way? Is it possible to keep everything current with the latest kernal, software etc. The way I read the Ubuntu LTS setup is that it is a fixed release that only gets security updates, is that right or am I dis-reading how the LTS works.
__________________
Quote:
|
|
|
|
|
|
|
#322 |
|
48656C6C6F20576F726C6421
Join Date: Jun 2001
Location: At a desk. Distro:Ubuntu
Posts: 7,077
|
LTS is Long Term Support which means updates including security updates, general bug-fixes and new kernels are supplied for five years straight. The non-LTS releases are only supported for up to 18 months with the same kind of updates.
Of course the updates supplied are the latest stable and Canonical-approved updates, however you can compile super-new kernels like any other distro if you prefer as well.
__________________
If practice makes perfect, and nobody's perfect, why practice? |
|
|
|
|
|
#323 | ||
|
Member
Join Date: Jun 2001
Location: Melbourne
Posts: 655
|
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#324 |
|
48656C6C6F20576F726C6421
Join Date: Jun 2001
Location: At a desk. Distro:Ubuntu
Posts: 7,077
|
Sort of - when you first install Ubuntu, the first time the update manager queries for updates, you'll get a bunch of updates to bring it up to date. Unlike Windows, these are the latest updates with no need to download and install Update One, then Update to the Update, then Update to the Update to the Update before you can install Update Two. You simply install the latest update once and if necessary, reboot.
Each year, Ubuntu releases a point release of the LTS which has all the updates of that year rolled into a new ISO, so when you install Ubuntu 12.04.1 you already have the first year's worth of updates already included, saving you a little download time next time. When the next version of Ubuntu comes out, you have the option to upgrade to the next release of Ubuntu, or in the case of LTS, you have the option to upgrade to the next interim release or ignore it and wait for the next LTS and upgrade then. You can only upgrade Ubuntu to the next release of Ubuntu sequentially - you can't skip versions such as going from 11.04 to 12.04 EXCEPT for LTS versions which can upgrade from one LTS release to that LTS+1, eg: 12.04 to 12.10 or LTS to the next LTS release, eg: 10.04 to 12.04. Theoretically it's possible to upgrade to each release of Ubuntu as it appears without doing a physical new install each time and do that for years.
__________________
If practice makes perfect, and nobody's perfect, why practice? |
|
|
|
|
|
#325 | |
|
Member
Join Date: Jan 2002
Location: Wollongong
Posts: 865
|
Quote:
In terms of the upgrade cycle, LTS is supported for 5 years but the release schedule is every 2 years. For normal releases, the release schedule is 6 months and the support period is 18 months. It's only supported to go from one LTS release to the next, so eg. if you sit on 12.04 for 4 years and want to upgrade to the latest LTS, you need to go to 14.04 and then 16.04 (in practise it's usually easier to install a fresh copy of whatever release you want rather than upgrade from something so old). |
|
|
|
|
|
|
#326 | |
|
Member
Join Date: Jun 2001
Location: Melbourne
Posts: 655
|
So to get this straight in my head. Still need to get my head around not running -current setup.
Would it be: Security updates, kernel updates and bug fixes updated on release point(say every 6ths) Software updates when ever the repository is updated.
__________________
Quote:
|
|
|
|
|
|
|
#327 | |
|
Member
Join Date: Jan 2002
Location: Wollongong
Posts: 865
|
Quote:
- Security updates, kernel updates and bug fixes whenever they're available in the repository - Point releases just update the ISO to the current version of the release repository - Software updates when you upgrade - by upgrading, you change repository In the Debian system which Ubuntu uses, the repository is what's configured in /etc/apt/sources.list (for ubuntu releases they name their repos after the adjective in the release name - so the Debian release name for Ubuntu 12.04 Precise Pangolin is "precise", which you can see in /etc/apt/sources.list). When you run an upgrade, 90% of the work the Ubuntu upgrader does is changing the repository name and letting the package manager sort itself out. The Debian OS maintains their stable repo like Ubuntu's repos, maintaining API and feature stability, but they also have "testing" and "unstable" repos that are real rolling releases (ie. update one day and you get a new version of KDE). Ubuntu forks Debian at the "unstable" level, which they merge when they start planning a new release, and then they maintain stability from there. |
|
|
|
|
|
|
#328 |
|
Member
Join Date: Jan 2002
Location: Wollongong
Posts: 865
|
I should add - if you want to use bleeding-edge Ubuntu like a rolling release, the way to do it is:
- install 12.04 which is stable - google how to configure the Ubuntu upgrade manager to update to 12.10 - 12.10 is currently a rolling release but will be stable once it's really released in October - When 12.10 comes out, configure the Ubuntu upgrade manager to update to 13.04 |
|
|
|
|
|
#329 |
|
48656C6C6F20576F726C6421
Join Date: Jun 2001
Location: At a desk. Distro:Ubuntu
Posts: 7,077
|
New updates (security, general, bugs) appear in Ubuntu as little as once a day - there is no separate categories of updates. You're not obligated to install them right away either - some people only install once a week or once a month by allowing them to accumulate. If you missed a kernel update and a newer kernel appeared when you finally did your update, you'll get just that latest kernel instead of the one you missed plus the latest.
The point releases simply ensure that the LTS is as secure and bug-free as possible when people do a fresh install. For example, let's say a given RAID controller didn't work when Ubuntu 12.04 was first released, but a kernel/module update that came out later finally included support for that controller. In the next LTS point release dubbed 12.04.1, that newer kernel would be the default-installed kernel instead of the older kernel, thus providing support for that newer hardware "out of the box". Same goes for discovered vulnerabilities in a fresh LTS install generally don't exist in the later fresh installs of LTS point releases.
__________________
If practice makes perfect, and nobody's perfect, why practice? Last edited by HyRax1; 19th September 2012 at 2:57 PM. |
|
|
|
|
|
#330 | |
|
Member
Join Date: Jun 2001
Location: Melbourne
Posts: 655
|
Thanks guys, I've got a handle on it now.
__________________
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
|
Sign up for a free OCAU account and this ad will go away! |
| Thread Tools | |
|
|