I had to do a few things with IPKG just now. Here is a snapshot (12:28PM GMT | March 17th 08) of the currently available packages... this thread will be...
100
iztokm
Mar 18, 2008 1:13 am
I see. You are not using password authentication. You need a key on both the server and client. I was hoping to be able to authenticate with a password. ...
101
Chris S.
aximbigfan
Mar 18, 2008 1:19 am
You can, but I'm not exactly sure how. Chris ==== Chris Seto Admin of hackingthemediavault ====...
102
iztokm
Mar 19, 2008 2:33 pm
Well, I used Putty Gen to create the public/private keys. I then created a ../jrun/root/.ssh/authorized_keys and put the public key in this file and added...
103
Chris S.
aximbigfan
Mar 19, 2008 3:39 pm
Take a look here. http://www.nslu2-linux.org/wiki/HowTo/UseDropBearForRemoteAccess I used that very guide many years ago with my NSLU2, which has now been ...
104
Michael Heinz
porkchop_d_c...
Mar 20, 2008 4:20 pm
... Chris, Any reason that list starts with the letter "M"?...
105
Chris S.
aximbigfan
Mar 20, 2008 4:28 pm
Hmm.. No idea. I didn't supply any other args except for "list". I don't even think IPKG is capable of sorting. Chris ==== Chris Seto Admin of...
106
Nathan Ellsworth
nellswor
Mar 20, 2008 7:09 pm
Perhaps I'm missing something fundamental about this jrun ipkg Karl put together. Is only ipkg itself isolated, or are ipkg-installed packages also isolated to...
107
Lee Devlin
lee810
Mar 20, 2008 7:37 pm
Looking back over some discussions Karl and I had about this, I found this in one his emails: "The method has advantages and disadvantages alike. One advantage...
108
Michael Heinz
porkchop_d_c...
Mar 25, 2008 12:42 pm
I tried to install a newer version of mt-daapd, but it couldn't satisfy all the library dependencies so it wouldn't install....
109
Chris S.
aximbigfan
Mar 25, 2008 1:15 pm
Yeah, you may encounter a few instances of things like that. What is it asking? Chris ==== Chris Seto Admin of hackingthemediavault ====...
110
Michael Heinz
porkchop_d_c...
Mar 25, 2008 1:49 pm
Oh, it's all very sensible stuff - libogg, libsqlite2, and so on. If I figure out what repository has that stuff, I'll post it here. But, anyway, back to the...
111
Chris S.
aximbigfan
Mar 25, 2008 1:55 pm
Well.... As for me.... %80 of it is experimental stuff that gets removed at the end of the day, and the other 20% is things like VIM, SSH (not set up yet), and...
112
Geraldine Goh
gerrie_goh
Mar 25, 2008 9:18 pm
... My guess is that the root password inside jrun is different from that outside. Set up your root password by running "passwd" at the jrun prompt. ...
113
Michael Heinz
porkchop_d_c...
Mar 26, 2008 3:31 pm
My plan, at this point, is to try setting up rsync to see if I can make full use of the protocol for doing backups from Linux and Mac machines. Hopefully, it...
114
iztokm
Mar 28, 2008 5:00 am
That worked! Thank you. Iztok...
115
iztokm
Mar 28, 2008 5:10 am
I've tried vim and ssh and they work fine inside the jrun "jail". Before they are of much use to me I need to figure out how to access my shares from the jrun...
116
Chris S.
aximbigfan
Mar 28, 2008 5:12 am
Mount the folders would be the best way. Chris ==== Chris Seto Admin of hackingthemediavault ====...
117
Geraldine Goh
gerrie_goh
Mar 30, 2008 11:01 pm
... I have installed rsync within jrun, and am using it to copy files from the system drive to the mobile rack drive. As Lee indicated, you have to mount the...
118
Chris S.
aximbigfan
Apr 7, 2008 5:06 am
http://www.linuxdevices.com/news/NS5637467946.html I came across that. It looks like this device has serious potential... Note: in the article, the MV is...
119
Chris S.
aximbigfan
Apr 7, 2008 11:47 pm
Is there anyone out there who has an MV21? Anyone has has installed a new non-HP firmware? Chris -- ==== Chris Seto Admin of hackingthemediavault ====...
120
Patrick Sansoucy
without_worries
Apr 8, 2008 7:03 pm
Would the feed of ipkg associated with this site also work ? http://www.nslu2-linux.org/wiki/FAQ/Optware-uClibcBuild They seem to have more stuff than the...
121
blue765d@...
aximbigfan
Apr 8, 2008 7:26 pm
Try it! ;) The snapshot/feed URLs are in the jrun dir /etc/. I cannot remember the name of the exact file, but it should be pretty obvious. I would try it...
122
Patrick Sansoucy
without_worries
Apr 9, 2008 1:03 am
Finally found a couple of minutes to set it up and it works ! Seems to have way more (I do mean a LOT more !) packages to mess with. Add this to ipkg.conf into...
123
Chris S.
aximbigfan
Apr 9, 2008 1:53 am
Hey, thats great! If you can, test some more packages, if the feed works as well as the OWRT feed, I'll modify the package to use this feed instead. Thanks for...
124
Chris S.
aximbigfan
Apr 9, 2008 11:34 pm
Soon... Because the MV uses a common chipset, I was able to port some instructions over to the MV21. Expect it within the next week or so... Maybe less. Chris...
125
Alberto
acam_1999
Apr 10, 2008 3:24 pm
Hi all, finally I couldn't resist and I started hacking the MV in my spare time... My plan is to install ssh and cups because I want remote access and also to...
126
Chris S.
aximbigfan
Apr 10, 2008 3:40 pm
Thats the thing with hacking these devices. You have to be careful not to step on the toes of the stock stuff. I have never encountered _that_ behavior, but I...
127
Alberto
acam_1999
Apr 10, 2008 3:56 pm
Well, that's the point. It's not possible to symlink from inside a chrooted environment to outside, that's the reason i tried bind. It's a typical trick in ftp...
128
Chris S.
aximbigfan
Apr 10, 2008 4:01 pm
No, no it isn't. The original MV was designed to run a very stripped down OS. The MV21, however, has a full OS. I have even been able to compile stuff on mine....