Kernel Oops since the upgrade to kernel 3.5

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Re: Kernel Oops since the upgrade to kernel 3.5

Postby vlad59 » Fri Nov 02, 2012 5:03 pm

@antipasta

Just out of curiosity, did you try to update to kernel 3.6.2 and was the kernel oops fixed ?

Will certainly try it in a few days anyway ...
vlad59
 
Posts: 10
Joined: Tue Apr 03, 2012 9:18 pm

Re: Kernel Oops since the upgrade to kernel 3.5

Postby antipasta » Sun Nov 04, 2012 5:56 pm

Haven't tried any new kernels since my last post, for now holding off on upgrades since I don't have too much time to mess with the pogoplug at the moment. Eager to hear what you find after you upgrade though :)
antipasta
 
Posts: 7
Joined: Fri Jul 09, 2010 7:41 pm

Re: Kernel Oops since the upgrade to kernel 3.5

Postby beecher » Sat Jan 12, 2013 12:26 am

Still happening with kernel 3.6.11 and nzbget 9.0.
I guess I'll have to stay on kernel 3.1.10 if I want to keep using nzbget (unfortunately sabnzbd isn't as fast as nzbget :|).
beecher
 
Posts: 9
Joined: Tue Aug 17, 2010 1:20 am

Re: Kernel Oops since the upgrade to kernel 3.5

Postby moonman » Sat Jan 12, 2013 2:32 am

I would start here: http://sourceforge.net/apps/phpbb/nzbget/
The problem is definitely not in the kernel since no other application does this.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Kernel Oops since the upgrade to kernel 3.5

Postby beecher » Sun Jan 13, 2013 11:11 am

I've opened a new thread at the nzbget forum as you recommended moonman : https://sourceforge.net/apps/phpbb/nzbget/viewtopic.php?f=3&t=529
beecher
 
Posts: 9
Joined: Tue Aug 17, 2010 1:20 am

Re: Kernel Oops since the upgrade to kernel 3.5

Postby moonman » Sun Mar 03, 2013 1:40 pm

Don't know if this will help, but I've changed some compiler flags and some other things:

- includes the service file for systemd
- compiled with openssl
- changed some buildflags -> maybe will fix the crash problem
- compiled with debug information, so if it crashes maybe you can tell me (or program developers) something more specific

$this->bbcode_second_pass_code('', 'pacman -U https://dl.dropbox.com/u/15043728/nzbget-9.1-2-arm.pkg.tar.xz')
Last edited by moonman on Tue Mar 05, 2013 7:03 am, edited 1 time in total.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Kernel Oops since the upgrade to kernel 3.5

Postby moonman » Tue Mar 05, 2013 7:02 am

nzbget10-testing-r567:

$this->bbcode_second_pass_code('', 'pacman -U http://dl.dropbox.com/u/15043728/ArchLinuxArm/nzbget/nzbget-10.0-0-arm.pkg.tar.xz')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: Kernel Oops since the upgrade to kernel 3.5

Postby yeehaa » Wed Mar 06, 2013 11:06 pm

$this->bbcode_second_pass_quote('moonman', 'n')zbget10-testing-r567:

$this->bbcode_second_pass_code('', 'pacman -U http://dl.dropbox.com/u/15043728/ArchLinuxArm/nzbget/nzbget-10.0-0-arm.pkg.tar.xz')


$this->bbcode_second_pass_code('', '
Tasks: 52 total, 1 running, 51 sleeping, 0 stopped, 0 zombie
%Cpu(s): 23.2 us, 3.0 sy, 0.0 ni, 0.0 id, 73.8 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 252784 total, 169380 used, 83404 free, 11596 buffers
KiB Swap: 0 total, 0 used, 0 free, 20300 cached')

$this->bbcode_second_pass_code('', 'Linux alpogo 3.7.10-0-ARCH #1 PREEMPT Thu Feb 28 01:55:30 UTC 2013 armv5tel GNU/Linux')

seems like the kernel oops is gone.. i've had occassional downloads (sent by sickbeard) in 17 hours..
n they just added the option to pick server.cipher whereby we can use the best cipher for ssl.. would be the best utilization of the hardware crypto on kirkwood devices!
Last edited by yeehaa on Thu Mar 07, 2013 6:04 pm, edited 1 time in total.
yeehaa
 
Posts: 43
Joined: Mon May 21, 2012 7:54 pm

Re: Kernel Oops since the upgrade to kernel 3.5

Postby vlad59 » Thu Mar 07, 2013 4:50 pm

$this->bbcode_second_pass_quote('moonman', 'D')on't know if this will help, but I've changed some compiler flags and some other things:

- includes the service file for systemd
- compiled with openssl
- changed some buildflags -> maybe will fix the crash problem
- compiled with debug information, so if it crashes maybe you can tell me (or program developers) something more specific

$this->bbcode_second_pass_code('', 'pacman -U https://dl.dropbox.com/u/15043728/nzbget-9.1-2-arm.pkg.tar.xz')


Can you share the build flags you changed, I'd like to try my own non debug compile.
vlad59
 
Posts: 10
Joined: Tue Apr 03, 2012 9:18 pm

Re: Kernel Oops since the upgrade to kernel 3.5

Postby moonman » Thu Mar 07, 2013 8:40 pm

Here you go. Just remove options=('!strip') and --enable-debug
$this->bbcode_second_pass_code('', 'http://dl.dropbox.com/u/15043728/ArchLinuxArm/nzbget/nzbget.tar.xz')

Though I would run it with debug information for a while until it's for sure it doesn't crash anymore. Not that it will be slower or consume more memory with it (it's so tiny).
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: No registered users and 103 guests

cron