Bug#872038: Dell Vostro 1000 not powering down. (Debian 9)

2017-09-04 Thread Aaron Valdes
I logged into the BIOS and found a setting PowerNow Control was enabled.
I disabled it and the laptop powers down completely now.  The reboot is
working correctly too.

On Mon, Aug 14, 2017 at 7:59 AM, Batman Forever 
wrote:

> I edited /etc/default/grub and removed the "quiet"
>
> GRUB_CMDLINE_LINUX_DEFAULT=""
>
> I took some screenshots of where the system seems to be hanging the
> shutdown processes.  See pics attached.
>
> I hope this helps.
>
> Please advise what other steps I can take to gather information about if
> ACPI is failing somewhere.
>
> I will try to find out what might have changed from Debian 8 to Debian 9.
>
> Thanks
>


Bug#869435: Dell Latitude D505 / Debian 9 Not powering down

2017-07-23 Thread Aaron Valdes
Package: linux-image-686
Version: 4.9+80

I have upgrade Dell Latitude D505 to Debian 9.  When shutting down from
XFCE4, the system does not power off.  The laptop is still on after this
event.

The config-4.9.0-3-686 file had CONFIG_APM=n.  See below.

grep APM /boot/config-4.9.0-3-686
CONFIG_X86_APM_BOOT=y
CONFIG_APM=n
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_ALLOW_INTS is not set

I set it to:

CONFIG_APM=y 

I rebooted the laptop and tried to shutdown from XFCE4 again and it
worked.

Is this configuration something that can be adjusted in this package?
Does this configuration defaulted to CONFIG_APM=y conflict with other
potential setups?  The feature is configured in the kernel, it is just
not set in the /boot/config-4.9.0-3-686 file. 



Bug#869492: Dell Latitude D505 / Debian 9 Not powering down

2017-07-23 Thread Aaron Valdes
Package: linux-image-4.9.0-3-686
Version: 4.9.30-2+deb9u2

I have upgrade Dell Latitude D505 to Debian 9.  When shutting down from
XFCE4, the system does not power off.  The laptop is still on after this
event.

The config-4.9.0-3-686 file had CONFIG_APM=n.  See below.

grep APM /boot/config-4.9.0-3-686
CONFIG_X86_APM_BOOT=y
CONFIG_APM=n
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_ALLOW_INTS is not set

I set it to:

CONFIG_APM=y 

I rebooted the laptop and tried to shutdown from XFCE4 again and it
worked.

Is this configuration something that can be adjusted in this package?
Does this configuration defaulted to CONFIG_APM=y conflict with other
potential setups?  The feature is configured in the kernel, it is just
not set in the /boot/config-4.9.0-3-686 file. 



Bug#869613: libreoffice write crashes (Debian 9)

2017-07-25 Thread Aaron Valdes
Thanks Rene,

I installed Debian 9 AMD64 on my Asus Laptop the other day.  libreoffice writer 
(lowriter) did not crash on that system.

Aaron

On Tue, 25 Jul 2017 07:10:45 +0200 Rene Engelhard  wrote:
> severity 869613 grave
> reassign 869613 src:linux
> forcemerge 865866 869613 
> affects 869613 libreoffice-writer
> thanks
> 
> Hi,
> 
> On Mon, Jul 24, 2017 at 11:23:33PM -0400, Aaron Valdes wrote:
> > Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
> > 0xa72a8975 in _expand_stack_to(unsigned char*) () from 
> > /usr/lib/jvm/java-8-openjdk-i386/jre/lib/i386/server/libjvm.so
> > #0  0xa72a8975 in _expand_stack_to(unsigned char*) () at 
> > /usr/lib/jvm/java-8-openjdk-i386/jre/lib/i386/server/libjvm.so
> > #1  0xa72ab184 in os::Linux::manually_expand_stack(JavaThread*, unsigned 
> > char*) () at /usr/lib/jvm/java-8-openjdk-i386/jre/lib/i386/server/libjvm.so
> > #2  0xa72b56c8 in os::create_main_thread(JavaThread*) () at 
> > /usr/lib/jvm/java-8-openjdk-i386/jre/lib/i386/server/libjvm.so
> > #3  0xa73f7ede in Threads::create_vm(JavaVMInitArgs*, bool*) () at 
> > /usr/lib/jvm/java-8-openjdk-i386/jre/lib/i386/server/libjvm.so
> > #4  0xa70a4645 in JNI_CreateJavaVM () at 
> > /usr/lib/jvm/java-8-openjdk-i386/jre/lib/i386/server/libjvm.so
> > #5  0xb232f9a1 in  () at /usr/lib/libreoffice/program/libjvmfwklo.so
> > #6  0xb2341bf4 in jfw_startVM(JavaInfo const*, JavaVMOption*, long, 
> > JavaVM_**, JNIEnv_**) () at /usr/lib/libreoffice/program/libjvmfwklo.so
> 
> Aha. So it's the known regression in the kernel breaking Java. I guessed that 
> at first,
> though you claiming it works without -gtk2 was puzzling me...
> 
> Wouldn't have happened on amd64...
> 
> Regards,
> 
> Rene
> 
> 



Bug#869613: libreoffice write crashes (Debian 9)

2017-07-28 Thread Aaron Valdes
Thanks Ben,

I re-installed the libreoffice-gtk2 package.
I have disabled Java Runtime Environment.

Steps to disable Java in libreoffice.

1. Launch libreoffice
2. Tools -> Options -> Advanced
3. Uncheck "Use a Java runtime environment"

I got lowriter (libreoffice-writer) to launch.  (As you stated it would.)

I wanted to add these steps to the bug report just for journaling.

Nothing wrong with that right?

Aaron



On Wed, 26 Jul 2017 15:22:55 +0100 Ben Hutchings  wrote:
> On Tue, 2017-07-25 at 07:33 -0400, Aaron Valdes wrote:
> > Thanks Rene,
> > 
> > I installed Debian 9 AMD64 on my Asus Laptop the other
> > day.  libreoffice writer (lowriter) did not crash on that system.
> 
> That's because this problem is specific to the Java implementation on
> i386.
> 
> Ben.
> 
> -- 
> Ben Hutchings
> Reality is just a crutch for people who can't handle science fiction.
> 



Bug#865866: libreoffice-writer crash on startup Debian 9 i386 arch

2017-07-28 Thread Aaron Valdes
Hello,

How do I edit my /etc/apt/source.list in order to see older kernel versions?

# apt-cache  policy linux-image-`uname -r`

linux-image-4.9.0-3-686:
  Installed: 4.9.30-2+deb9u2
  Candidate: 4.9.30-2+deb9u2
  Version table:
 *** 4.9.30-2+deb9u2 500
500 http://ftp.us.debian.org/debian stretch/main i386 Packages
500 http://security.debian.org/debian-security stretch/updates/main 
i386 Packages
100 /var/lib/dpkg/status

Aaron


> $ apt-cache policy linux-image-`uname -r`
> linux-image-4.9.0-3-amd64:
>   Installiert:   4.9.30-2+deb9u1
>   Installationskandidat: 4.9.30-2+deb9u1
>   Versionstabelle:
>  *** 4.9.30-2+deb9u1 500
> 500 http://security.debian.org/debian-security stretch/updates/main 
> amd64 Packages
> 100 /var/lib/dpkg/status
>  4.9.30-2 500
> 500 http://deb.debian.org/debian stretch/main amd64 Packages
> 



Bug#865866: Writer crash on i386

2017-07-28 Thread Aaron Valdes
Hello Frederic,

How did you revert to the older kernel?

apt-cache search linux-image-4
linux-headers-4.9.0-3-686 - Header files for Linux 4.9.0-3-686
linux-headers-4.9.0-3-686-pae - Header files for Linux 4.9.0-3-686-pae
linux-headers-4.9.0-3-rt-686-pae - Header files for Linux 4.9.0-3-rt-686-pae
linux-image-4.9.0-3-686 - Linux 4.9 for older PCs
linux-image-4.9.0-3-686-dbg - Debug symbols for linux-image-4.9.0-3-686
linux-image-4.9.0-3-686-pae - Linux 4.9 for modern PCs
linux-image-4.9.0-3-686-pae-dbg - Debug symbols for linux-image-4.9.0-3-686-pae
linux-image-4.9.0-3-rt-686-pae - Linux 4.9 for modern PCs, PREEMPT_RT
linux-image-4.9.0-3-rt-686-pae-dbg - Debug symbols for 
linux-image-4.9.0-3-rt-686-pae
linux-headers-4.11.0-0.bpo.1-686 - Header files for Linux 4.11.0-0.bpo.1-686
linux-headers-4.11.0-0.bpo.1-686-pae - Header files for Linux 
4.11.0-0.bpo.1-686-pae
linux-headers-4.11.0-0.bpo.1-rt-686-pae - Header files for Linux 
4.11.0-0.bpo.1-rt-686-pae
linux-image-4.11.0-0.bpo.1-686 - Linux 4.11 for older PCs
linux-image-4.11.0-0.bpo.1-686-dbg - Debug symbols for 
linux-image-4.11.0-0.bpo.1-686
linux-image-4.11.0-0.bpo.1-686-pae - Linux 4.11 for modern PCs
linux-image-4.11.0-0.bpo.1-686-pae-dbg - Debug symbols for 
linux-image-4.11.0-0.bpo.1-686-pae
linux-image-4.11.0-0.bpo.1-rt-686-pae - Linux 4.11 for modern PCs, PREEMPT_RT
linux-image-4.11.0-0.bpo.1-rt-686-pae-dbg - Debug symbols for 
linux-image-4.11.0-0.bpo.1-rt-686-pae

How do I get to see the older version? 

What am I missing in my sources.list?

Aaron

On Mon, 26 Jun 2017 13:59:58 +0200 =?UTF-8?B?RnLDqWTDqXJpYyBNQVNTT1Q=?= 
 wrote:
> Hi,
> 
> I have just seen the bug report 865303.
> 
> I rebooted from kernel 4.9.0-3-686-pae to 4.9.0-2-686-pae and I have no
> problem with Writer.
> 
> Writer also crashes with kernel 4.11.0-1-686-pae
> 
> 
> 
> Regards.
> -- 
> ==
> |  FRÉDÉRIC MASSOT   |
> | http://www.juliana-multimedia.com  |
> |   mailto:frede...@juliana-multimedia.com   |
> | +33.(0)2.97.54.77.94  +33.(0)6.67.19.95.69 |
> ===Debian=GNU/Linux===
> 
>