2016-02-05 23:12 GMT+01:00 Pasi Koivisto <p...@me.com>:
> On Fri, 2016-02-05 at 11:06 +0000, Olivier Duchateau wrote:
>
>> Hi,
>>
>> Sorry for the delay, I was away from my computer for my day job.
>
> No problem, I am grateful for any help I can get!
>
>> Unfortunately gdb complains about core dump. Can you post command of
>> uname -a?
>
> FreeBSD X230 10.3-PRERELEASE FreeBSD 10.3-PRERELEASE #17 r295259: Thu
> Feb  4 17:16:33 CET 2016     root@X230:/usr/obj/usr/src/sys/GENERIC
>  amd64
>
>
>> As I use ConsoleKit2 (fork of ConsoleKit), suspend/resume support is
>> better, debug output is different.
>>
>> Are you able to recompile some ports? If not, give me result of
>> following commands:
>>
>> % pkg query %ro consolekit
>> % pkg -vv | grep url | awk -F' ' '{printf "%s\n", $3}'
>
> I can recompile but I would prefer to use packages

Great, I just created new repository on my own server. You can add the
"xfpm" repo.

1. Download my public key, and copy into /usr/local/etc/ssl (for example)

https://people.freebsd.org/~olivierd/81-7-17-160.blue.kundencontroller.cert

2. Create the following file /usr/local/etc/pkg/repos/xfpm.conf

xfpm: {
        url: "pkg+http://81.7.17.160/packages/xfpm/${ABI}";,
        mirror_type: "srv",
        signature_type: "pubkey",
        pubkey: "/usr/local/etc/ssl/81-7-17-160.blue.kundencontroller.cert",
        enabled: yes,
        priority: 100
}

3. Update database
pkg update
pkg upgrade

Xfce4-power-manager was build with debug symbols. I also updated
sysutils/consolekit.

I hope xfce4-power-manager will no crash. Then try to launch daemon
(make sure it is not running) with following command:

% xfce4-power-manager --no-daemon --debug --dump

>
> pkg query %ro consolekit
> x11/slim
> sysutils/hal
> x11-wm/xfce4-session
> audio/pulseaudio
>
> pkg -vv | grep url | awk -F' ' '{printf "%s\n", $3}'
> "pkg+http://pkg.FreeBSD.org/FreeBSD:10:amd64/latest";,
>
>
> Cheers
> Pasi
>



-- 
olivier
_______________________________________________
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"

Reply via email to