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
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.
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
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
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
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'
6 matches
Mail list logo