[arch-general] Login manager does not exit properly

2015-04-15 Thread Siddhartha
Hi, sddm/lightdm works properly, but if I stop the sddm/lighdm service (systemctl stop sddm), tty1 (where it was started) goes blank with a blinking cursor instead of exiting cleanly and showing the login prompt. Can someone help me debug this? Thanks, Siddhartha

Re: [arch-general] How to autostart ufw on system startup?

2015-04-15 Thread Francis Gerund
Okay, that seems to work. Thank you! Strange that the ufw install routine didn't do that automatically. And yes, I do read the wiki articles, whenever I have the time, patience and intelligence to do so. Which isn't easy after a very long, difficult day of learning to install and set up Arch.

Re: [arch-general] How to autostart ufw on system startup?

2015-04-15 Thread Sebastian M.
It does the same. Please read the wiki. Regards, Sebastian M. On Wed, Apr 15, 2015 at 10:35:42PM -0500, Francis Gerund wrote: > Okay, so do I do > > 1) sudo systemctl enable ufw > > or, > > 2) sudo systemctl enable ufw.service > > or, both? > > > > On Wed, Apr 15, 2015 at 9:50 PM, Chi Hsu

Re: [arch-general] How to autostart ufw on system startup?

2015-04-15 Thread Chi Hsuan Yen
Hello Francis, Both commands are equivalent. systemctl automatically adds the .service suffix is not specified. Just pick one. Yen Chi Hsuan On 16 April 2015 at 11:35, Francis Gerund wrote: > Okay, so do I do > > 1) sudo systemctl enable ufw > > or, > > 2) sudo systemctl enable ufw.service >

Re: [arch-general] How to autostart ufw on system startup?

2015-04-15 Thread Francis Gerund
Okay, so do I do 1) sudo systemctl enable ufw or, 2) sudo systemctl enable ufw.service or, both? On Wed, Apr 15, 2015 at 9:50 PM, Chi Hsuan Yen wrote: > Hello Francis, > > Just simply run the following command as root or with sudo: > > systemctl enable ufw.service > > Yen Chi Hsuan > > On

Re: [arch-general] How to autostart ufw on system startup?

2015-04-15 Thread Chi Hsuan Yen
Hello Francis, Just simply run the following command as root or with sudo: systemctl enable ufw.service Yen Chi Hsuan On 16 April 2015 at 10:39, Francis Gerund wrote: > Hello! > > How do I get ufw to start automatically upon Arch system startup? > > The Arch wiki Uncomplicated Firewall pages

Re: [arch-general] How to autostart ufw on system startup?

2015-04-15 Thread Sebastian M.
You can enable services (and thus autostart them at boot) withthis command: # systemctl enable service This means, you will need to type: # systemctl enable ufw Also, I recommend reading the wiki. https://wiki.archlinux.org/index.php/Systemd Best regards, Sebastian M. On Wed, Apr 15, 2015 at

[arch-general] How to autostart ufw on system startup?

2015-04-15 Thread Francis Gerund
Hello! How do I get ufw to start automatically upon Arch system startup? The Arch wiki Uncomplicated Firewall pages says: "Start ufw as systemd service to have it running and enable it to make it available after boot. " How do I do that? Then it shows an example configuration (can't I just keep

Re: [arch-general] Kernel 3.19.3 not detecting SD cards

2015-04-15 Thread Neven Sajko
Did lspci output change now? Also, just an idea - did you maybe change your initramfs setup? It gets rebuilt before kernel update, so it may have caused this.

Re: [arch-general] Touchpad doesn't work since boot ocasionally

2015-04-15 Thread Sergei Sinyak
I tried to reproduce problem and it looks like stable atleast twice. Ill try to find clue with stopping gdm On Apr 15, 2015 5:29 PM, "Sergei Sinyak" wrote: > It stays: couldnt find synaptics properties > > Looks like it disappears on a hardware layer, because when it's working > synclient report

Re: [arch-general] Touchpad doesn't work since boot ocasionally

2015-04-15 Thread Sergei Sinyak
It stays: couldnt find synaptics properties Looks like it disappears on a hardware layer, because when it's working synclient reports list of properties. P.S. was trying to reproduce problem, and happend in the the following way: reboot, then systemctl stop gdm, reboot and that's it On Apr 15, 20

Re: [arch-general] Touchpad doesn't work since boot ocasionally

2015-04-15 Thread Syrone Wong
Hi, check whether you have "synclient" installed and you can use command below to check touchpad's status. `synclient -l | grep -i "touchpadoff" | sed -e "s/\s*//g"` On Wed, Apr 15, 2015 at 8:39 PM, Sergei Sinyak wrote: > P.P.S. > > lspci does NOT show synaptic device > On Apr 15, 2015 2:03 PM,

Re: [arch-general] Touchpad doesn't work since boot ocasionally

2015-04-15 Thread Sergei Sinyak
P.P.S. lspci does NOT show synaptic device On Apr 15, 2015 2:03 PM, "Sergei Sinyak" wrote: > Kernel version linux 3.19-3 > > Randomly synaptic doesn't work. Usually while booting there are message > about psmouse module loading and detecting synaptic. But rarely there are > no messages about loa

[arch-general] Touchpad doesn't work since boot ocasionally

2015-04-15 Thread Sergei Sinyak
Kernel version linux 3.19-3 Randomly synaptic doesn't work. Usually while booting there are message about psmouse module loading and detecting synaptic. But rarely there are no messages about loading driver. And of course it doesn't work. Im using gnome-shell as DM How can I try to detect it? W