You are not logged in.
Pages: 1
Topic closed
Archbangers,
Just did a fresh install of ArchBang on a laptop. To avoid the upgrade problems I followed the steps posted by oliver, pablokal and puttepw on previous posts.
I rebooted after the install and did a forced update/upgrade after finding my fastest mirrors.
I entered the command:
$ sudo pacman -SyufThis forces the upgrade which takes care of the wicd problem.
Next, after all the packages were upgraded (385 packages and about 293 MB total) I removed the aufs2 package
$ sudo pacman -R aufs2 aufs2-util which takes care of aufs2 no longer being in the newer kernels.
Next, I reinstalled xorg-xkbcomp to stop the respawning issue
$ pacman -S xorg-xkbcompand then finally, I rebooted. ArchBang fired up without any problems. I rebooted several times just to make sure and there were no problems. Please try this method for first installs. If you are still experiencing problems then look at:
http://bbs.archbang.org/viewtopic.php?id=160
http://bbs.archbang.org/viewtopic.php?pid=791#p791
http://stillstup.blogspot.com/search?q=startx
http://bbs.archbang.org/viewtopic.php?id=810
http://bbs.archbang.org/viewtopic.php?pid=3663#p3663
Last edited by ArchVortex (2011-09-09 10:05:34)
GUI's?? We don't need no stinkin' GUI's!!!
Offline
thank-you for this archvortex, should definitely be a sticky
________________
archlinux wiki
Offline
I just did it again with a student of mine's netbook so it was no fluke the first time. Glad it can be a sticky! ![]()
GUI's?? We don't need no stinkin' GUI's!!!
Offline
nice to see this is linked from the wiki too!
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
oliver,
Now that Will and Dan have given me Admin privileges for the Wiki I can start moving info from forum posts into the Wiki. I figured something like this needed a prominent spot on the Wiki until Will releases the 2011.09(?) ArchBang.
GUI's?? We don't need no stinkin' GUI's!!!
Offline
ya Hey, thanks.
The "BSD" things in life are "Free", and "Open", and so is ArchBang!
Go Leafs Go !!!
Offline
Thanks a bundle for that seamingly easy fix. How did you figure that would bypass those wicd issues. Is it advisable to use the pacman -Suf option for regular updates? I am almost guessing no.
I would use this for my future new installs.
Offline
During the build of the new wicd package, .pyo files were generated that weren't in the last package. A forced upgrade was needed to write the new files into the package during the upgrade in your system and allow pacman to continue to update it correctly in the future.
Updating by using -f with Syu is not required unless there is a problem upgrading the package. Using -Syu or -Syyu is all that is needed.
The new release in September by WillXtreme will not require these installation changes. I will try and build a new updated AB .iso this weekend while I'm in Singapore but I'm not sure I'll be successful with the new scripts for archiso. Waiting for my flight now.
GUI's?? We don't need no stinkin' GUI's!!!
Offline
Is it advisable to use the pacman -Suf option for regular updates? I am almost guessing no.
I think you're right and you shouldn't be doing it. IMO you want to know when this happens and adding the 'f' flag will leave you blind to it.
Does anyone have a good reason why 'f' *should* be used by default?
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
Oliver is right and kazuya is right. In general, you don't want to blindly force upgrades all the time because you won't know which packages were causing problems and needed to be forced. In the case of my installation instructions, we already had documented posts with problems caused and solved during installation. I knew from the posts, my own installation experience and instructions from the package builder/maintainer to force an upgrade on wicd and it would be the only package out of almost 400 that would need forcing. I tried to keep the number of steps in the installation to a minimum to keep it simple to follow and execute, so in this case it was a bit dirty but okay at the moment.
Installation instructions may change as krb5 has changed a lot in the last build and a patch from Fedora was required because it started pulling in a lot of dependencies that weren't in the last build and this had to be stopped. Ah, the fun of using a bleeding edge distro.
GUI's?? We don't need no stinkin' GUI's!!!
Offline
Hi all.. My first post here..
I'm new to arch/archbang.. After updating, had some issues with reboot/shutdown. I'm unable to reboot or shutdown my pc, either through right-click -> exit or using terminal -> shutdown -r now or any other commands.
Have reinstall several times, googling around try to find the answer but to no avail.
my machine are dell optiplex 330, archbang installed to usb-hdd samsung 500gb.
I also installing arch just to see if the issues just in archbang but the same problem also in arch (am using netinstall, gnome de)
i install chakra and not expecting any much different, at first attempt, the update does give me the same problem. i reinstall, then updating again, the second time, to my surprise, the problem disappeared.
Am currently are extremely tired to continue my hunt on the net, reinstall/reupdate.Somemore, my internet connection are not that very speedy. So, any help is more than appreciated and many thanks in advance.
Offline
if you try and shutdown from the command line (with shutdown or poweroff) what is displayed on the screen?
Welly, welly, welly, welly, welly, welly, well. To what do I owe the extreme pleasure of this surprising visit?
Offline
This might help: https://bbs.archlinux.org/viewtopic.php … 56#p893256
GUI's?? We don't need no stinkin' GUI's!!!
Offline
This thread worked for me, except I decided to change the FS type to XFS from Ext4 and I did a reinstall. When I ran through these steps again I ran into the problem described here: https://bbs.archlinux.org/viewtopic.php?id=124289 (solution inside)
ISSUE:
pacman: /lib/libc.so.6: version `GLIBC_2.14' not found (required by /usr/lib/libalpm.so.6)
FIX:
https://bbs.archlinux.org/viewtopic.php?id=124289
Last edited by localredhead (2011-08-11 14:51:11)
Offline
Awesome! localredhead, thanks for adding for that! Yay, another forced package upgrade. :-(
Addendum: Just found this in my inbox from Dave Reisner (falconindy) about pacman 3.5.4-3:
"final" is really biting me...
Yet another rebuild to address an issue we're having on the 2010.05
media with the first pacman -Syu hosing the system because of a broken
dep on glibc 2.14. The -3 rebuild addresses this by adding an explicit
versioned dep on glibc>=2.14 so that glibc is pulled into the SyncFirst
transactions with pacman.
NB: We've already solved this problem for pacman4 with the, as SyncFirst
targets will implicitly get --needed and --recursive flags added to the
transaction and deps needing updates will automatically pulled in.
Yay!!
Please sign off, both arches.BTW, Pacman 4.0.0RC1 is in testing now
Last edited by ArchVortex (2011-08-11 18:53:45)
GUI's?? We don't need no stinkin' GUI's!!!
Offline
Pages: 1
Topic closed