LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 08-10-2010, 03:07 PM   #16
bendib
Member
 
Registered: Feb 2009
Location: I'm the rat in your couch.
Distribution: Fedora on servers, Debian on PPC Mac, custom source-built for desktops
Posts: 174

Rep: Reputation: 40

I yum update frequently. Didn't used to. Fedora can be a little funky about it when it comes to things like Apache, but usually it goes just fine.

EDIT: And now I see that this is an Arch forum. I need to look where I click. :-)

Last edited by bendib; 08-10-2010 at 03:28 PM.
 
Old 08-11-2010, 04:23 AM   #17
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
If you use an AUR integrater, some of them have options to handle that. The one I use is Packer, and it manages nicely with 'packer -Syu --auronly --devel'
Which checks for updates to AUR packages only, upgrades them, and re-makes any -git -hg -svn -bzr and so on packages or any others known to use them.
 
Old 08-12-2010, 02:41 PM   #18
BeaverusIV
Member
 
Registered: Oct 2004
Location: New Zealand
Distribution: Arch Linux 2010.05
Posts: 136

Rep: Reputation: 18
Thanks for that, I currently use yaourt and do yaourt -Syu --aur, but it just complains about how my packages are newer than aur ones...
 
Old 08-12-2010, 03:06 PM   #19
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
I tried yaourt for a time, but I didn't get along with it as well as I do packer.
I guess when you get down to it though it's a matter of taste really. I don't use packer for installing packages, I still do it the 'old' way, downloading the PKGBUILD and other needed files and running makepkg, then pacman -U, packer's there strictly for updates.
 
Old 08-15-2010, 03:25 PM   #20
BeaverusIV
Member
 
Registered: Oct 2004
Location: New Zealand
Distribution: Arch Linux 2010.05
Posts: 136

Rep: Reputation: 18
I'll have to try it out sometime I was of the opinion that yaourt was the only one, I was wrong obviously
 
Old 08-15-2010, 09:37 PM   #21
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
http://wiki.archlinux.org/index.php/AUR_Helpers
I'm not sure how up to date it is, but it does give a fairly long list of options, and a comparison at the end.
 
Old 08-22-2010, 03:15 AM   #22
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
I don't know why but I always run a Syy && Syu at the same time. I don't know why I do this but I recall reading somewhere on the Wiki that it's recommended.

Code:
[carlos@bishop /]$ sudo pacman -Syy && sudo pacman -Syu
Password: 
:: Synchronizing package databases...
 core                               35.5K  139.8K/s 00:00:00 [################################] 100%
 extra                             460.3K  538.1K/s 00:00:01 [################################] 100%
 community                         381.3K  429.9K/s 00:00:01 [################################] 100%
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
 there is nothing to do
Does anyone know if this is wrong or does it not matter?
 
Old 08-22-2010, 06:00 AM   #23
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Talking

Quote:
Originally Posted by xri View Post
How often do you run pacman -Syu ?
I want to upgrade once in a year before the New Year celebration. Why? 'Cause it's kinda cool to get tons of new programs' versions as a present. Am I strange?

Last edited by Mr. Alex; 08-22-2010 at 07:49 AM.
 
Old 08-22-2010, 06:00 AM   #24
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
It seems unneccessary. Just run pacman -Syyu.
The double y forces getting the databases even if they don't appear to be newer. It's only really needed if you change mirrors, but I guess you could use it all the time.
 
Old 08-22-2010, 08:25 AM   #25
Bratmon
Member
 
Registered: Jul 2009
Location: 75.126.162.205:80
Distribution: Arch / Mint 17
Posts: 297
Blog Entries: 3

Rep: Reputation: 50
Quote:
Originally Posted by carlosinfl View Post
I don't know why but I always run a Syy && Syu at the same time. I don't know why I do this but I recall reading somewhere on the Wiki that it's recommended.

Code:
[carlos@bishop /]$ sudo pacman -Syy && sudo pacman -Syu
Password: 
:: Synchronizing package databases...
 core                               35.5K  139.8K/s 00:00:00 [################################] 100%
 extra                             460.3K  538.1K/s 00:00:01 [################################] 100%
 community                         381.3K  429.9K/s 00:00:01 [################################] 100%
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
 there is nothing to do
Does anyone know if this is wrong or does it not matter?
It doesn't matter. It might take longer than necessary, as you update your package list even if it doesn't need it, but it won't break anything by itself.
 
Old 08-22-2010, 09:20 AM   #26
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
So ideally if I don't change mirrors / repositories, I shouldn't have to run 'Syy' & only run the 'Syu'.
 
Old 09-08-2010, 09:48 PM   #27
Meson
Member
 
Registered: Oct 2007
Distribution: Arch x86_64
Posts: 606

Rep: Reputation: 67
I upgrade all the time. At least a few times a day. The more you upgrade the easier it is to troubleshoot if something breaks. Also, if you wait TOO long, you could have problems.
 
Old 09-09-2010, 09:13 AM   #28
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
I've had to cut back of late actually, due to the internet I'm temporarily using costing me a bit too much. I leave it to once a week, and every other week I run through AUR packages.
On the other hand, aside yet another attempt, and subsequent bad run in with, KDE4.x I've had no breakage at all on my laptop.
I like Arch. Out of all of them, only Slackware comes close to doing all that Arch does.
 
Old 09-20-2010, 01:12 AM   #29
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,246

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
Quote:
Originally Posted by xri View Post
  1. How often do you run pacman -Syu ?
  2. How frequently does your system break after an upgrade (if ever)?
  3. If your system has broken after an upgrade, what was the issue (xorg crashing, kernel panic, etc...)?
I installed Arch yesterday, ran pacman -Syu right after the install, and it broke then. It upgraded to a 2.3.35 kernel. Turns out that the rt73usb driver that supports my wifi dongle is broken in 2.3.35 kernels.

I ended up building a 2.3.33.4 kernel and an nvidia driver to go with it.

Last edited by dugan; 09-20-2010 at 01:18 AM.
 
Old 09-20-2010, 10:42 PM   #30
Meson
Member
 
Registered: Oct 2007
Distribution: Arch x86_64
Posts: 606

Rep: Reputation: 67
Quote:
Originally Posted by dugan View Post
I installed Arch yesterday, ran pacman -Syu right after the install, and it broke then. It upgraded to a 2.3.35 kernel. Turns out that the rt73usb driver that supports my wifi dongle is broken in 2.3.35 kernels.

I ended up building a 2.3.33.4 kernel and an nvidia driver to go with it.
I don't know if this will help, but there's a compat-wireless package which is good for some older nics.
 
  


Reply

Tags
arch, upgrade



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] After upgrade all using slackpkg upgrade, configuration is failed to read ethereal1m Linux - Newbie 3 04-28-2010 01:03 AM
synaptic upgrade quit; blasted on using apt-get;upgrade; x-windows now gone blupton Linux - Newbie 0 11-22-2009 03:48 PM
Wireless switch doesn't work after upgrade/dist-upgrade angelofhope Debian 10 01-02-2008 04:46 AM
apt-get upgrade stopped, how can I remove packages before continuing upgrade? [KIA]aze Linux - Newbie 4 05-31-2007 07:49 AM
Will 'aptitude upgrade or dist-upgrade' downgrade manually installed deb package? Akhran Debian 3 03-14-2006 02:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 04:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration