Did you check the wiki on "Suspend to RAM"? It looks like there are a few tools there that should work for your needs.https://wiki.archlinux.org/index.php/SuspendAlso, after I switched to Awesome WM and didn't have the built in functionality to shutdown/reboot, I asked the same question and was lead to using Consolekit & dbus.
Things should be working as outlined in the wiki: https://wiki.archlinux.org/index.php/Sy … managementIf you think it's important, you can add a line about halt, although it's already mentioned in systemd FAQ https://wiki.archlinux.org/index.php/Sy … r_stays_onThere's also https://wiki.archlinux.org/index.php/Al … o_ShutdownObviously you can use an alias e.g.alias halt='sudo sy
Network and Xorg issues sounds to me like you did too much in one go.https://wiki.archlinux.org/index.php/Be … leshootingCheck the connection, check the driver status and load the module: https://wiki.archlinux.org/index.php/Ne … figurationIf the network interface doesn't show up (eth0), read this part: https://wiki.archlinux.org/index.php/Ne … Interfaces
DSpider
https://bbs.archlinu
CommanderCool, next time please read the wiki before posting: https://wiki.archlinux.org/index.php/FA … is_X_in.3F and https://wiki.archlinux.org/index.php/Pkgfile
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-09-05T13:55:47Z
Please read the wiki: https://wiki.archlinux.org/index.php/FA … is_X_in.3F -> https://wiki.archlinux.org/index.php/Pkgfile
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-10-15T14:09:48Z
The ArchLinux Wiki has the best documentation available and with the problems you describe here, if it does not suffice, ArchLinux is likely not for you.Everyone can install ArchLinux and most can use it, but it does require more from the user than Ubuntu and such.https://wiki.archlinux.org/index.php/The_Arch_Wayhttps://wiki.archlinux.org/index.php/Beginners%27_Guide
zacariaz
https://bbs.
the udev rule proposed on the wiki is, well, crap. you are not supposed to use udev rules to mount devices, there are not meant to be used for complex tasks like this.see also https://bbs.archlinux.org/viewtopic.php?id=143023
65kid
https://bbs.archlinux.org/profile.php?id=45818
2012-08-21T13:47:48Z
Welcome to Arch, please read the wiki: https://wiki.archlinux.org/index.php/Pacman-key and https://wiki.archlinux.org/index.php/Pa … 9.22_error
karol
https://bbs.archlinux.org/profile.php?id=25522
2012-08-21T01:39:07Z
The file that takes care of uaccess is a udev rule. It is located at /usr/lib/udev/rules.d/70-uaccess.rules and is pretty easy to comprehend if you have ever made any kind of attempt at writing a udev rule. If not, I found this to be very useful http://www.reactivated.net/writing_udev_rules.html although you should be aware the commands mention have now been changed to udevadm. I