You are not logged in.
Hi,
ARM Archlinux here, on a system with 1Gb RAM.
Can't get a command from front page to run successfully:pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm - error: memory exhausted in argument parsing
Any advice?
for me this worked fine
http://www.raspberrypi.org/phpBB3/viewt … fe8daedb09
Offline
nesk wrote:Hi,
ARM Archlinux here, on a system with 1Gb RAM.
Can't get a command from front page to run successfully:pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm - error: memory exhausted in argument parsing
Any advice?
for me this worked fine
http://www.raspberrypi.org/phpBB3/viewt … fe8daedb09
Thanks. This is also useful: http://archlinuxarm.org/forum/viewtopic … ing#p32133
Offline
today I run this command
pacman -Syu --ignore torcs-data --ignore netbeans
and see this
(89/89) checking for file conflicts [#############################################################################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.
and search forums and find this link
https://www.archlinux.org/news/binaries … ervention/
and run this command
pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -
and see this
grub 0.97-21
gen-init-cpio 2.6.36-1
grub 0.97-21
sysvinit 2.88-9
consolekit 0.4.6-4
dcron 4.5-4
initscripts 2012.10.1-1
tcp_wrappers 7.7-1
I do not know what I must do with grub . I can not remove it and I have many files and information on myu HDD ,and I do not want lose m,uy data .
after remove grub I lose bootloader and I will lose all of my data
Offline
You can install another bootlader, like syslinux.
Questions like this have been asked a couple times on the forums in the last couple days, please search before posting.
Offline
thanks
I have bad exprience with grub before after changed grub my system can not load and I lose everything
Offline
If you follow the wiki, you should be fine. It's always a good idea to have a liveCD / liveUSB so you can boot and fix things this way.
Offline
Even if something goes wrong with changing the boot loader, there is no reason you would lose any data - you'd just have to fix the broken boot loader.
If there is not a good reason to keep grub, I'd recommend switching to syslinux. if there is a good reason to keep it, use the grub-legacy aur package.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
why I can not find good Docs for use grub2
Offline
Thanks. This is also useful: http://archlinuxarm.org/forum/viewtopic … ing#p32133
As ARM is not officially supported, please direct all ARM queries to the Arch Linux ARM forums.
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
Define 'good docs'. Where have you looked? Is something missing from the Arch wiki?
Offline
grub 0.97-21
gen-init-cpio 2.6.36-1
grub 0.97-21
sysvinit 2.88-9
consolekit 0.4.6-4
dcron 4.5-4
initscripts 2012.10.1-1
tcp_wrappers 7.7-1
None of those packages are supported.
Merging with the stickied thread.
Offline
after remove grub I lose bootloader and I will lose all of my data
Why on earth would removing your boot loader mean that you'd lose your data? Please learn about your system so that you don't make such ridiculous claims.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
@mfaridi
It looks like you prefer to update only once a year or so. In that case Arch Linux isn't really what you are looking for. When there are major changes or things like GRUB, sysvinit etc. get drop you have to keep up. A distro with a fixed release cycle might be better for you.
Offline
Blackout, where are you getting that? Looking briefly at mfaridi's post histroy, it is clear they update more often than that.
The presence of grub(-legacy) does not indicate an unmaintained system - nor do those other packages which were all dropped from the repos. Regular updates will not remove packages when they are dropped to the AUR - and I still use grub on the computer I'm typing from now.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Didn't think of that. You're right!
Offline
I'm having problems with command:
paclist <repo> | awk ' { print $1 } ' | pacman -Ql - | grep ' /s\?bin/\| /usr/sbin/'
It says that there's some mistake in syntax near `|'
Offline
You must type the name of the repo instead <repo>. <repo> is just a placeholder.
Offline
Thanks a lot.
Offline
After chrooting a liveCD and getting through the last updates I switched out kde for e17. Rebooted to the complaints of /sbin/init missing. Pacman confirms /sbin is a symlink to /usr/bin as it should be and filesystem 2013.05-2 is the owner of the links
Offline
Do you have systemd-sysvcompat installed? Who is the owner of /sbin/init if the file exists?
Offline
/sbin/init cannot exist as he has successfully updated the system.
@ yungtrizzle,
When do you get the /sbin/init missing error? Are you using systemd?
Offline
Did this occur at the same time as the filesystem updtae?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Did this occur at the same time as the filesystem updtae?
This occurred after the update, I originally botched the update, did a rescue mission with a liveCD (using Scimmia's sticky) and rebooted normally. At boot time today (this afternoon) I got this error.
Offline
After doing the filesystem update I rebooted and made it as far as the login screen (no graphical login manager) but as soon as I enter my password I get prompted for my login again. I booting from a liveusb but when I try chrooting I just get chroot: failed to run command /bin/sh: Exec format error. Everywhere I look says it's because I am on the wrong architecture but I have arch 64 installed and I have tried booting from both 64 and 32 on the liveusb and get the same error either way. Any help would be greatly appreciated, thanks.
Offline
Definitely try adding 'init=/usr/lib/systemd/systemd' to your kernel command line.
Last edited by Scimmia (2013-06-08 15:28:49)
Online