optware feed syno-x07 from nslu2-linux.org is available

Questions about IPKG can go here!

Moderators: Synology Inc, Honorary Moderator

Forum rules
Please note the disclaimer before modifying your Synology Product.

Postby bzhou » Sat Jan 12, 2008 2:06 am

with the toolchain from synology for x07 arm devices:

http://trac.nslu2-linux.org/optware/bro ... yno-x07.mk

Right now it already can compile more than 900 ipks.

Developers, please help reducing the BROKEN_PACKAGES:

http://trac.nslu2-linux.org/optware/bro ... yno-x07.mk

Cheers,

-Brian Zhou
bzhou
Knowledgeable
Knowledgeable
 
Posts: 345
Joined: Sat Jan 12, 2008 1:57 am

Postby bzhou » Sat Jan 12, 2008 2:43 am

I have seen someone built a bootstrap.xsh for x07 devices, if the change is submitted, I can help add it to optware.
bzhou
Knowledgeable
Knowledgeable
 
Posts: 345
Joined: Sat Jan 12, 2008 1:57 am

Postby bzhou » Sat Jan 12, 2008 7:55 am

http://ipkg.nslu2-linux.org/feeds/optwa ... /unstable/

will add to autobuild once someone confirms that ipkg works (I don't have any synology device).
bzhou
Knowledgeable
Knowledgeable
 
Posts: 345
Joined: Sat Jan 12, 2008 1:57 am

Postby PosterBoy » Sat Jan 12, 2008 9:42 am

SWEET.

I tried JED and Lynx on a DS-207+ and it worked like charm

Thanks a ton. There are a crapload of packages there. I just picked something to see if it would run

Kent
PosterBoy
Trainee
Trainee
 
Posts: 19
Joined: Wed Nov 28, 2007 4:40 pm

Postby pableu » Sat Jan 12, 2008 1:34 pm

Whoo Brian, glad to see you here. Thanks for your efforts, I would never have been able to make a toolchain.mk as proper as yours!

This works perfect on my box.
pableu
Sharp
Sharp
 
Posts: 165
Joined: Wed May 09, 2007 9:33 pm

Postby bzhou » Sat Jan 12, 2008 7:50 pm

pableu wrote:Whoo Brian, glad to see you here. Thanks for your efforts, I would never have been able to make a toolchain.mk as proper as yours!

This works perfect on my box.


Thanks pableu for your initial work. I just add syno-x07 to the autobuilder. We'll be glad to give you svn write access to optware, please contact rwhitby.
bzhou
Knowledgeable
Knowledgeable
 
Posts: 345
Joined: Sat Jan 12, 2008 1:57 am

Postby bzhou » Sun Jan 13, 2008 7:26 am

Can moderator make this post sticky please.
bzhou
Knowledgeable
Knowledgeable
 
Posts: 345
Joined: Sat Jan 12, 2008 1:57 am

Postby ncx » Sun Jan 13, 2008 3:32 pm

Great! This is the best thing to happen to the Synology ARM devices.

miau and rtorrent are working 100% fine.
Last edited by ncx on Sun Jan 20, 2008 2:41 pm, edited 1 time in total.
ncx
I'm New!
I'm New!
 
Posts: 4
Joined: Sun Jan 13, 2008 3:28 pm

Postby Noname » Sun Jan 13, 2008 3:49 pm

I had problems with ether py-twisted or/and py-hellanzb

I get the following error on my DS207+

Traceback (most recent call last):
File "/opt/bin/hellanzb.py", line 14, in ?
from Hellanzb.Core import main
File "/opt/bin/Hellanzb.py", line 14, in ?
from Hellanzb.Core import main
ImportError: No module named Core

And everything went alright while install:

Please edit config (/opt/etc/hellanzb.conf)

Configure your news-servers and optionally change directory prefix. (now is /opt/tmp)

You can start hellanzb by /opt/etc/init.d/S71hellanzb or a reboot.
To monitor progress, you can watch /opt/var/log/hellanzb.log
Or you can install a webinterface, like zussaweb
Noname
I'm New!
I'm New!
 
Posts: 7
Joined: Sun Jan 06, 2008 12:55 am

Postby ikeke » Mon Jan 14, 2008 2:22 am

Hello,

Xmail (including dependencies) is working great !
Thanks for this great job :D

edit: openssh (including dependencies) is fine too
CS-407 | Firmware Version: 2.3 Beta | HD Model: 4x Samsung HD501LJ 500GB Raid5
DS-1010+ | Waiting for Delivery | HD Model: 3x Seagate LP 1.5 TB
http://www.nas-forum.com - Communauté Française des utilisateurs de NAS Synology
User avatar
ikeke
Seasoned
Seasoned
 
Posts: 561
Joined: Wed Oct 25, 2006 2:26 pm
Location: Lille - France

Bootstrap-Beta

Postby pableu » Wed Jan 16, 2008 11:22 pm

I just compiled a bootstrap for the DS-107+/207+/407, i tried and it on a DS107+ and it worked as expected.

With this, you can get optware running on a fresh box. You need to enable telnet or ssh first, and log in.

Do the following to install it:
Code: Select all
wget http://pableu.net/syno-x07-bootstrap_1.0-4_arm.xsh
sh syno-x07-bootstrap_1.0-4_arm.xsh


After that, you can run ipkg update and then ipkg install <package>.
pableu
Sharp
Sharp
 
Posts: 165
Joined: Wed May 09, 2007 9:33 pm

Postby W-Station » Sun Jan 20, 2008 10:54 am

Hi,

it seems that I got my 207+ in right time because theres now plenty of packages available. 8) Thanks Brian!

I have installed many packages like nano, cksfv and rtorrent. I could shut down my linux pc and just use 207+ if irssi would be working. There's a package available but unfortunately gconv-modules which is dependency is on broken_packages list. :( Couldn't find log files that would tell what's going wrong in building that package.
W-Station
I'm New!
I'm New!
 
Posts: 1
Joined: Sun Jan 20, 2008 8:58 am

Re: Bootstrap-Beta

Postby SirX » Sun Jan 20, 2008 3:59 pm

pableu wrote:I just compiled a bootstrap for the DS-107+/207+/407, i tried and it on a DS107+ and it worked as expected.

With this, you can get optware running on a fresh box. You need to enable telnet or ssh first, and log in.

Do the following to install it:
Code: Select all
wget http://pableu.net/syno-x07-bootstrap_1.0-4_arm.xsh
sh syno-x07-bootstrap_1.0-4_arm.xsh


After that, you can run ipkg update and then ipkg install <package>.


What's the difference between this bootstrap and the one from Maarten Damen?
SirX
Beginner
Beginner
 
Posts: 23
Joined: Fri Jan 04, 2008 11:36 pm

Postby pableu » Sun Jan 20, 2008 5:11 pm

It uses the nslu2-ipkg-feed as a default.
pableu
Sharp
Sharp
 
Posts: 165
Joined: Wed May 09, 2007 9:33 pm

Postby silwerfeldt » Mon Jan 21, 2008 3:41 pm

I tried to install "syno-x07-bootstrap_1.0-4_arm.xsh" on my synology CS-407 , but I get an error message: md5sum: not found

See below...

CubeStation> sh /volume1/public/syno-x07-bootstrap_1.0-4_arm.xsh
DS-10x Bootstrap extracting archive... please wait
bootstrap
bootstrap/bootstrap.ipk
bootstrap/ipkg.ipk
bootstrap/openssl.ipk
bootstrap/wget-ssl.ipk
39125+1 records in
39125+1 records out
bootstrap/bootstrap.sh
bootstrap/ipkg.sh
Creating temporary ipkg repository... success
Installing DS101(g)-bootstrap package...Unpacking bootstrap.ipk...Done.
Configuring bootstrap.ipk...Regenerating dynamic linker cache...
Done.
success
Installing IPKG package... (Ignore missing md5sum warning)
Unpacking ipkg.ipk...Done.
Configuring ipkg.ipk..../ipkg.sh: ./ipkg.sh: 1170: md5sum: not found
Configuration file `/opt/etc/ipkg.conf'
==> File on system created by you or by a script.
==> File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions (if diff is installed)
The default action is to keep your current version.
*** ipkg.conf (Y/I/N/O/D) [default=N] ? Y
./ipkg.sh: ./ipkg.sh: 1170: md5sum: not found
Done.
Removing temporary ipkg repository...
Installing OpenSSL..Installing openssl (0.9.7m-3) to root...
Configuring openssl
Successfully terminated.
success
Installing wget-SSL...Installing wget-ssl (1.10.2-4) to root...
Configuring wget-ssl
Successfully terminated.
success
Setup complete...
If your network setup is correct, you should be able to do "ipkg update" to get the
full list of installable packages

And when I try to install "wizd_0_12h_pvb_24-1_arm.ipk"
It look like this
"
CubeStation> ipkg install /volume1/public/wizd_0_12h_pvb_24-1_arm.ipk
Installing wizd (0_12h_pvb_24-1) to root...
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for wizd:
libdvdread libjpeg
"

please help me.

Thanks in advance!
silwerfeldt
I'm New!
I'm New!
 
Posts: 1
Joined: Mon Jan 21, 2008 12:40 pm

Next

Return to IPKG

Who is online

Users browsing this forum: Google [Bot], Tamatea and 2 guests