[Bug 1705951] Re: Ubuntu 17.10 freezes soon after login.

2017-10-30 Thread skunk
I have an NVIDIA GeForce GTX 960M with Intel HD Graphics 530. Now I am
able to login the xorg session with discrete gpu. The freeze happens
when I try to login with intel and xorg. I've tried intel and wayland
session but the fan goes full trottle, with acpi_osi= boot parameter the
fan acts normal but i have wayland and gnome-shell processes duplicated
one owned by user and one by gdm.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1705951

Title:
  Ubuntu 17.10 freezes soon after login.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1705951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 955379] Re: cmake hangs with qemu-arm-static

2016-05-12 Thread skunk
iirc i've was able to reproduce this bug every time while compiling
kdelibs4 on a chrooted arm image

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/955379

Title:
  cmake hangs with qemu-arm-static

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/955379/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 955379] Re: cmake hangs with qemu-arm-static

2015-09-22 Thread skunk
ok, i've found a better place for patchset download:

https://patchwork.ozlabs.org/project/qemu-
devel/list/?submitter=Timothy+Baldwin=linux-user

unfortunately cmake still hangs in a way that even sending SIGCHLD
doesn't wake it up, i have to send SIGKILL to stop it and consequently
breaking the build process...

please let me know if there's something else i could try.

thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/955379

Title:
  cmake hangs with qemu-arm-static

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/955379/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 955379] Re: cmake hangs with qemu-arm-static

2015-09-19 Thread skunk
thank you peter, do you know if timothy has a github account?
i'm too lazy to copy the 34 patches by hand from the mailing list...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/955379

Title:
  cmake hangs with qemu-arm-static

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/955379/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 955379] Re: cmake hangs with qemu-arm-static

2015-09-19 Thread skunk
the above patch still applies with qemu 2.4, but then it fails to build
with the following error:

x86_64-pc-linux-gnu-gcc 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/tcg 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/tcg/i386 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-headers 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/user-build/linux-headers
 -I. -I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/include 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-user 
-Ilinux-user -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings 
-Wmissing-prototypes -fno-strict-aliasing -fno-common  -Wendif-labels 
-Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security 
-Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration 
-Wold-style-definition -Wtype-limits -fstack-protector-strong  
-I../linux-headers -I.. 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/target-i386 
-DNEED_CPU_H 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/include 
-I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-user/x86_64
 -I/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-user -MMD 
-MP -MT linux-user/syscall.o -MF linux-user/syscall.d -pthread 
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -march=native 
-mtune=generic -O2 -pipe  -c -o linux-user/syscall.o 
/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-user/syscall.c
/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-user/syscall.c:
 In function ‘do_select’:
/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-user/syscall.c:1010:34:
 error: ‘thread_env’ undeclared (first use in this function)
 TaskState *ts = (TaskState *)thread_env->opaque;
  ^
/var/tmp/portage/app-emulation/qemu-2.4.0-r1/work/qemu-2.4.0/linux-user/syscall.c:1010:34:
 note: each undeclared identifier is reported only once for each function it 
appears in

anybody so kind to tell me how to fix it?
thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/955379

Title:
  cmake hangs with qemu-arm-static

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/955379/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 985661] Re: High load average

2012-04-29 Thread skunk
same here...high load average even when in idle.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/985661

Title:
  High load average

To manage notifications about this bug go to:
https://bugs.launchpad.net/xubuntu-desktop/+bug/985661/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 181374] Re: toshset required kernel toshiba support not enabled.

2009-11-30 Thread skunk
I have the same problem on a toshiba satellite pro l300d-217 : is there
a way to fix it?? I don't have hotkeys,my fan is always low mode even if
the laptop is hot I really need to activate at least the fan!

-- 
toshset required kernel toshiba support not enabled.
https://bugs.launchpad.net/bugs/181374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396178] Re: Asus u3000 hybrid bug

2009-10-04 Thread skunk
*** This bug is a duplicate of bug 429662 ***
https://bugs.launchpad.net/bugs/429662

** Also affects: gentoo
   Importance: Undecided
   Status: New

-- 
Asus u3000 hybrid bug
https://bugs.launchpad.net/bugs/396178
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs