LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-12-2015, 07:18 AM   #1
Shay
Member
 
Registered: Sep 2003
Posts: 77

Rep: Reputation: 15
Anyone have nixnote 1 or 2 working on 14.1?


There's a slackbuild for 14.1, but it doesn't work, even with an updated nixnote.jar.

I installed JDK successfully with the slackbuild (manual download as described)

versions of Nixnote installed:
* SBo Nixnote 1.6
* Deb (extract and makepkg) Nixnote 1.5
* Deb (extract and makepkg) Nixnote 1.6

All results were identical. Nixnote launches, but cannot connect. When I click connect, the box appears then immediately disappears, and I get this error:

Code:
OAuth error creating temporary token
Others have had this problem, and, at some point, a patched nixnote.jar was created. It can be downloaded at http://sourceforge.net/projects/neve...hes%20-%201.5/

After patching, clicking connect allows me to enter my Evernote login information, but I get this message:

Code:
Oops, we encountered an error.

Page not found
The location you provided is not valid. (/nnoauth)
After this, I get an e-mail from Evernote letting me know that Nixnote WAS authorized, but I cannot sync.

Other people using other distros have followed these same steps with the same results: http://sourceforge.net/p/nevernote/support-requests/25/ .

It looks like Evernote changed something and broke Nixnote 1. I will file a report with SBo.

Last edited by Shay; 07-13-2015 at 08:07 AM.
 
Old 07-12-2015, 09:07 AM   #2
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Quote:
Originally Posted by Shay View Post
There's a slackbuild for 14.1, but it doesn't work, even with an updated nixnote.jar.
Are you on a 32 bit machine or 64 bit machine?
 
Old 07-12-2015, 09:10 AM   #3
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Here is the output I get while attempting to build nixnote. There seems to be a problem with the jdk package.

Code:
root@slackware:~# sbopkg -i nixnote
Both a queuefile and a package were found with the name "nixnote".

Use (Q)ueuefile, (P)ackage, or (A)bort?: Q

###########################################
       New queue process started on:
       Sun Jul 12 08:03:22 MDT 2015
###########################################

+++++++++++++++++++++++++++++++++++++++++++
PRE-CHECK LOG
Using the SBo repository for Slackware 14.1
Queue Process:  Download, build, and install

jdk:
  Checking GPG for jdk.tar.gz ... OK
  Processing jdk 8u45-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

nixnote:
  Checking GPG for nixnote.tar.gz ... OK
  Processing nixnote 1.6-1
  Using original .info file
  Using original SlackBuild file
  No build options selected.

+++++++++++++++++++++++++++++++++++++++++++

Pre-check complete.

Do you wish to proceed based on the search results above? Packages not
found will be skipped during the process.

(P)roceed or (Q)uit?: P


Processing jdk

jdk:
Found jdk-8u45-linux-x64.tar.gz in /Repositories/src.
Checking MD5SUM:
  MD5SUM check for jdk-8u45-linux-x64.tar.gz ... FAILED!
    Expected: 1ad9a5be748fb75b31cd3bd3aa339cac
    Found:    81ee08846975d4b8d46acf3b6eddf103

Do you want to use the downloaded jdk source:
jdk-8u45-linux-x64.tar.gz in /Repositories/src?

You can choose among the following options:
 - (Y)es, keep the source and continue the build process;
 - (N)o, delete the source and abort the build process; or
 - (R)etry download and continue the build process.

(Y)es, (N)o, (R)etry?: Y
    Keeping the source and continuing.
Building package for jdk...

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Cleaning up...

jdk:
Would you like to continue processing the rest of the
queue or would you like to abort?  If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.
Here is where to get the files:

https://www.java.com/en/download/linux_manual.jsp

I am not really sure where to find the direct link to each file though.

EDIT: Looks like I get a 302 response when I try to download the file manually using the URL in the .info

Last edited by mralk3; 07-12-2015 at 09:17 AM.
 
Old 07-12-2015, 09:27 AM   #4
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
As suggested in this post on stackoverflow, a cookie is required with wget to download this file. I was able to download the file using the following wget flags:

Code:
wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-x64.tar.gz

wget --no-check-certificate -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u45-b14/jdk-8u45-linux-i586.tar.gz
I am not sure how to do this in sbopkg, or if sbopkg can even do this.
 
Old 07-12-2015, 10:11 AM   #5
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
You will also need to install openjdk. You can compile it from source using SBo or install it using AlienBOB's package here:

http://www.slackware.com/~alien/slac..._64-2alien.txz
 
Old 07-12-2015, 02:01 PM   #6
Shay
Member
 
Registered: Sep 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Thank you, all.

I'm using 64 bit. I have installed and tested the JDK slackbuild. No luck. I've tried:

Nixnote (1.6) slackbuild
Nixnote 1.5 deb
Nixnote 1.6 deb
Replacing nixnote.jar with an updated nixnote.jar with each.
 
Old 07-12-2015, 02:36 PM   #7
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
It works here using the SBo-package on Slackware 14.1 64-bit.
 
Old 07-12-2015, 02:58 PM   #8
Shay
Member
 
Registered: Sep 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Bindestreck View Post
It works here using the SBo-package on Slackware 14.1 64-bit.
SBo JDK and SBo Nixnote?

Last edited by Shay; 07-12-2015 at 02:59 PM.
 
Old 07-12-2015, 03:12 PM   #9
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by Shay View Post
SBo JDK and SBo Nixnote?
jdk I install manually using the Slackbuild (I download jdk manually), and then SBo Nixnote.
 
Old 07-12-2015, 03:23 PM   #10
Shay
Member
 
Registered: Sep 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Bindestreck View Post
jdk I install manually using the Slackbuild (I download jdk manually), and then SBo Nixnote.
Are you able to connect to an Evernote account? I can open Nixnote, but I cannot connect. I've installed the same things the same way as you.
 
Old 07-12-2015, 05:15 PM   #11
Bindestreck
Member
 
Registered: Jul 2011
Location: Sweden
Distribution: Slackware
Posts: 820

Rep: Reputation: 440Reputation: 440Reputation: 440Reputation: 440Reputation: 440
Quote:
Originally Posted by Shay View Post
Are you able to connect to an Evernote account? I can open Nixnote, but I cannot connect. I've installed the same things the same way as you.
I don't use Nixnote or Evernote myself, so I can't help you any further.
 
Old 07-12-2015, 07:20 PM   #12
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,900

Rep: Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050Reputation: 1050
Your original question was for help installing Nixnote on Slackware. I don't use this software either. I think it's a bit heavy weight for a note taking software. I use Zim Wiki.

If you need help using Nixnote, you should check out the support page on source forge. http://sourceforge.net/projects/neve...?source=navbar
 
Old 07-13-2015, 07:18 AM   #13
Shay
Member
 
Registered: Sep 2003
Posts: 77

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mralk3 View Post
Your original question was for help installing Nixnote on Slackware.
Correct. I did not anticipate a non-user would be generous enough to attempt an install to help me. Thank you very much.

I've taken some notes and will update the original question and file a bug report to SBo. I'm not sure it's something that can be updated from SBo; however, if the package no longer works, SBo might want to take it down.
 
Old 07-13-2015, 07:51 AM   #14
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Shay View Post
Correct. I did not anticipate a non-user would be generous enough to attempt an install to help me. Thank you very much.
This is actually pretty common with this community. One of the many things I love about it
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
nixnote installation problem: dependency not met. validator456 Linux - Software 1 07-10-2013 12:43 AM
nixnote need Java but Java is not installed (Slackware 14.0) lchxr Slackware 3 10-04-2012 03:28 PM
[SOLVED] Wifi not working in Eee PPC 1000HE (Debian Squeeze), but ethernet is working someshpr Linux - Laptop and Netbook 8 10-10-2011 03:59 PM
Fortemedia FM801 card not working under FC5 on Intel 845 but working with windows morningkiran Linux - Hardware 0 11-30-2006 07:57 AM
acpi nearly working IBM thinkpad R40e 2684HVG no Fn key working, throttling OK Emmanuel_uk Linux - Laptop and Netbook 2 05-31-2006 01:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration