User(s) browsing this thread: 1 Guest(s)
|
[Apps] opkg A100/A110 - Updated 21st Sep
|
|
12-22-2010, 09:41 AM
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-22-2010 09:35 AM)macma Wrote: On popcorn a110 /usr/local/bin doesn't exits. I made dir 'local' manually in /usr/ and put there symbolic link 'bin' to /share/Apps/local/bin.The startup script in the ipkg already doing the linking of /share/Apps/local to /usr/local upon reboot.
Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
12-22-2010, 05:56 PM
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-22-2010 09:41 AM)vaidyasr Wrote: The startup script in the ipkg already doing the linking of /share/Apps/local to /usr/local upon reboot. I have to fix daemon.sh because 'local' doesn't exist it will never create link. Code: create_dir()I also found that package smartmontools_5.40-1_mipsel.ipk puts init script in wrong place to '\share\Apps\local\etc\rc.d\init.d\smartd' instead of '\share\Apps\local\etc\init.d\smartd' There is also some limitation that You execute only files with *.sh extension but smartd have no extension. Regards, Macma |
|||
|
12-23-2010, 02:12 AM
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-22-2010 05:56 PM)macma Wrote: I have to fix daemon.sh because 'local' doesn't exist it will never create link.Thanks, I'll fix the both and update the packages. ![]() So, the packages are working fine? Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
12-23-2010, 08:28 AM
|
|||
|
|||
|
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
Packages added:
Code: popt, slang, libpng, pcre, fdisk, parted, readline, e2fsprogs-libs, check, bison, flex, gzip, unrar, bzip2, aria2Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
12-23-2010, 10:27 AM
(This post was last modified: 12-23-2010 11:25 AM by macma.)
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-23-2010 02:12 AM)vaidyasr Wrote: Thanks, I'll fix the both and update the packages. I have problem with start aria2c when restart popcorn. I craete script to run aria and put in to '\share\Apps\local\etc\init.d\' Code: #!/bin/shWhen I run /share/Apps/local/daemon.sh manually everything working fine but wen I reboot popcorn I get error in /share/Apps/local/.daemonresult : /share/Apps/local/bin/aria2c: can't load library 'libiconv.so.2' What could be the cause of it. Is aria using RPATH? On a110 libiconv.so.2 is in /lib directory. I can't run i-pkg web gui ![]() Regrads, Macma (12-23-2010 08:28 AM)vaidyasr Wrote: Packages added: There is problem with package 'check' and 'sed' because they supply the same files: root@PCH-A110 lists# ipkg install parted Installing parted (1.9.0-1) to root... Downloading http://biznetnetworks.dl.sourceforge.net...mipsel.ipk Installing check (0.9.8-1) to root... Downloading http://biznetnetworks.dl.sourceforge.net...mipsel.ipk An error ocurred, return value: 1. Collected errors: Package check wants to install file /share/Apps/local/share/info/dir But that file is already provided by package sed Regards, macma |
|||
|
12-23-2010, 11:49 AM
|
|||
|
|||
|
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
If you are feeling for an adventure you can do
# ipkg --force-overwrite install parted (or something along those lines, check ipkg --help) Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
12-23-2010, 11:59 AM
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-23-2010 10:27 AM)macma Wrote: When I run /share/Apps/local/daemon.sh manually everything working fine but wen I reboot popcorn I get error in /share/Apps/local/.daemonresult : The issue happened which is same as in C200. In the /lib directory some of the files will be linked (for example libiconv.so) from /mnt/syb... directory after the A110 boots up. Since the aria2c is trying to load the binaries before the symbolic link happens, the error occurs. can you please send me the 'ls -l /lib' from your a110 and list here?. so that I can add the RPATH in next release of aria2 Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
12-23-2010, 01:13 PM
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-23-2010 11:59 AM)vaidyasr Wrote: The issue happened which is same as in C200. Code: drwxr-xr-x 7 539 500 0 Aug 16 07:12 directfb-1.0-0 |
|||
|
12-23-2010, 02:27 PM
(This post was last modified: 12-23-2010 02:28 PM by macma.)
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-23-2010 11:49 AM)dc11ab Wrote: If you are feeling for an adventure you can do Thanks I try it. Regards, macma I found a strange behavior when using ipkg Code: root@PCH-A110 /root# ipkg updateIt's looks like ipkg reads smartd.conf from '\share\Apps\local\etc\" because when I commen out DEVICESCAN in that file there is no warning message Regards, macma |
|||
|
12-23-2010, 04:33 PM
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-23-2010 02:27 PM)macma Wrote: Thanks I try it.Warning is fine. It even happens in C200. Do a # ipkg list to get the list of packages. Sriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
12-27-2010, 12:02 AM
|
|||
|
|||
|
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
Could you please add wakeonlan to the repository?
Regards, Steffen |
|||
|
12-27-2010, 01:24 AM
|
|||
|
|||
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
(12-27-2010 12:02 AM)sauberli Wrote: Could you please add wakeonlan to the repository? Please explain your use case and point to a suggested source, please. Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
12-27-2010, 10:37 AM
|
|||
|
|||
|
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
I'm looking for an alternative to "ether-wake", which comes with the telnet package, as this command struggles sending magic packets over WLAN. commands like "WOL", "wakeonlan" or "wakelan" do fine.
A suggested repository could be : http://downloads.openwrt.org/kamikaze/7....es/mipsel/ Kind Regards, Steffen |
|||
|
12-27-2010, 11:14 AM
(This post was last modified: 12-27-2010 09:02 PM by dc11ab.)
|
|||
|
|||
|
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
That link didn't include source files, you mean something like this?
http://sourceforge.net/projects/wake-on-lan/ I'm currently visiting some relatives but I'll give this a shot in a couple of days (if nobody beats me to it). EDIT: Sorry I always confused in which ipkg thread I am, I don't think I have the 100-series toolchain up and running anymore. Perhaps vaidyasr or someone else can pick this up if you don't manage yourself! Audio, video, disco - I hear, I see, I learn. Wiki. Wiki? Wiki! |
|||
|
12-27-2010, 02:32 PM
|
|||
|
|||
|
RE: [Apps] I-pkg A100/A110 - Updated 20th Dec
Still can't get ipkg to work. Tried export PATH=$PATH:/usr/local/bin in telnet widow ... no result. Web interface shows empty list. Ipkg list in telnet gives ipkg not found.
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]







![[+]](images/collapse_collapsed.gif)




