Re: [arch-general] journalctl and I/O errors

2014-02-03 Thread Janna Martl
On Mon, Feb 3, 2014 at 5:48 AM, Martti Kühne wrote: >Mind sharing the coredump so we could have a look? :) Here's a backtrace, in case that helps: (gdb) bt full #0 journal_file_move_to_object (f=f@entry=0x969cbc0, type=type@entry=3, offset=2638264, ret=ret@entry=0xbfc6505c) at src/journal/journ

Re: [arch-general] [Bad fix?] was Re: No user sound - only root has access alsamixer on virtualbox?

2014-02-03 Thread David C. Rankin
On 02/03/2014 09:05 AM, David C. Rankin wrote: > On 02/02/2014 04:22 PM, Armin K. wrote: >>>According to >>> https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture >>> (footnote >>> [1] under Installation) sound access was provided to users via Consolekit >>> in the >>> past.

Re: [arch-general] [Bad fix?] was Re: No user sound - only root has access alsamixer on virtualbox?

2014-02-03 Thread David C. Rankin
On 02/02/2014 04:22 PM, Armin K. wrote: >>According to >> https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture >> (footnote >> [1] under Installation) sound access was provided to users via Consolekit in >> the >> past. Consolekit is no longer part of Arch. I have kept basic

[arch-general] Permanently allow root access

2014-02-03 Thread Heiko Becker
Hey, I cannot reproduce your exploit. Using the stock sudoers file only with the modification %sudo ALL=(ALL) ALL and the place for running X applications as root is commented out. ## Run X applications through sudo; HOME is used to find the ## .Xauthority file. Note that other programs use

Re: [arch-general] journalctl and I/O errors

2014-02-03 Thread Martti Kühne
On Thu, Jan 30, 2014 at 7:28 PM, Janna Martl wrote: >>> You are able to read all the journald files, aren't you? You are running >>> cp -r so it looks like so. >> >> IO errors can also cause a process to hang, and enter the dreaded "D" >> state. > > > It varies. Sometimes it hangs as a D-state pro

Re: [arch-general] Permanently allow root access

2014-02-03 Thread Martti Kühne
Hey guys I'll just throw my more local (than probably necessary) .bashrc function in here... sudo () { local env; if [[ -n "$DISPLAY" ]]; then command sudo "XAUTHORITY=$HOME/.Xauthority" "$@"; else command sudo "$@"; fi } You don't give up on X11 cookies, you don'