manual pages?

A nice, warm, and cozy place for all third-party developers to congregate.

manual pages?

Postby _mj » Sat Jul 12, 2008 10:21 am

Has anyone installed man pages on their ReadyNAS?

It would be helpful for me to be able to access them directly on the ReadyNAS, but if it's not possible, or a complex installation, is there are online resources to view man pages, which correlate with same version of Linux?

Based on my basic research, is this the correct version of Linux/and corresponding man pages?
manpages.debian.net/cgi-bin/man.cgi?manpath=Debian+3.1+sarge
// mj
System: NV+ 4.1.7 Disk: 3x2TB WD20EARS-00MVWB0 (X-RAID) Memory: 1GB Kingston KVR400X64SC3A/1G
User avatar
_mj
ReadyNAS User
 
Posts: 59
Joined: Mon Jul 07, 2008 6:15 pm
ReadyNAS: NV+

Re: manual pages?

Postby chirpa » Sat Jul 12, 2008 10:56 am

User avatar
chirpa
Jedi Council Alumni
 
Posts: 15545
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: manual pages?

Postby _mj » Sun Jul 13, 2008 11:53 am

Thanks for the link chirpa, I was able to follow the instructions in that thread to man installed, but it seems that just about all the manual pages are not available (for example, man ls). The only one that did have manual pages were what I just installed with apt-get (man-db and less).
// mj
System: NV+ 4.1.7 Disk: 3x2TB WD20EARS-00MVWB0 (X-RAID) Memory: 1GB Kingston KVR400X64SC3A/1G
User avatar
_mj
ReadyNAS User
 
Posts: 59
Joined: Mon Jul 07, 2008 6:15 pm
ReadyNAS: NV+

Re: manual pages?

Postby chirpa » Mon Jul 14, 2008 10:31 am

The base image would have these striped out to keep the firmware image small. You would need to re-install those debian packages to get the specific man pages back.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15545
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: manual pages?

Postby _mj » Mon Jul 14, 2008 1:09 pm

chirpa wrote:The base image would have these striped out to keep the firmware image small. You would need to re-install those debian packages to get the specific man pages back.


Make sense. I'll look into the best way to it without taking any chances in breaking a working package.

As an alternative, would it be safe to assume that the manual pages found on the Debian site that I linked to (manpages.debian.net/cgi-bin/man.cgi?manpath=Debian+3.1+sarge) are accurate for the current version of the firmware?
// mj
System: NV+ 4.1.7 Disk: 3x2TB WD20EARS-00MVWB0 (X-RAID) Memory: 1GB Kingston KVR400X64SC3A/1G
User avatar
_mj
ReadyNAS User
 
Posts: 59
Joined: Mon Jul 07, 2008 6:15 pm
ReadyNAS: NV+

Re: manual pages?

Postby tcblack » Thu Jul 31, 2008 8:06 am

chirpa wrote:http://www.readynas.com/forum/viewtopic.php?p=102947#p102947

sadly that little howto has gone MIA.
User avatar
tcblack
ReadyNAS Expert
 
Posts: 290
Joined: Fri Jul 04, 2008 7:55 am
Location: Central Illinois, USA
ReadyNAS: Duo

Re: manual pages?

Postby chirpa » Thu Jul 31, 2008 8:34 am

It willl be back, most likely this weekend when I have more time to dig in the db.
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15545
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: manual pages?

Postby tcblack » Thu Jul 31, 2008 8:43 am

patience mode= on
stack error defined = cannot wait
insert chirpa override...
output: frustration

:neener:
User avatar
tcblack
ReadyNAS Expert
 
Posts: 290
Joined: Fri Jul 04, 2008 7:55 am
Location: Central Illinois, USA
ReadyNAS: Duo

✓ Solution

Postby chirpa » Thu Jul 31, 2008 9:47 am

The contents on that post are:
Code: Select all
# echo man:x:6:12:man:/var/cache/man:/bin/sh >> /etc/passwd
# echo man:x:12: >> /etc/group
# apt-get install man-db
User avatar
chirpa
Jedi Council Alumni
 
Posts: 15545
Joined: Mon Sep 24, 2007 11:52 am
Location: San Jose, CA
ReadyNAS: Repertoire

Re: manual pages?

Postby tcblack » Thu Jul 31, 2008 10:31 am

insert last post:
Output: me very happy. :D

Thanks Chirpa!
User avatar
tcblack
ReadyNAS Expert
 
Posts: 290
Joined: Fri Jul 04, 2008 7:55 am
Location: Central Illinois, USA
ReadyNAS: Duo

Re: manual pages?

Postby _mj » Sun Aug 03, 2008 8:32 am

To install basic man pages such as ls, rm, etc (apt-get does not work for this package) .. installs to /usr/share/man:

Code: Select all
wget http://ftp.nl.debian.org/debian/pool/main/m/manpages/manpages_1.70.orig.tar.gz
gunzip -d manpages_1.70.orig.tar.gz
tar -xvf manpages_1.70.orig.tar
cd man-pages-1.70
make install
// mj
System: NV+ 4.1.7 Disk: 3x2TB WD20EARS-00MVWB0 (X-RAID) Memory: 1GB Kingston KVR400X64SC3A/1G
User avatar
_mj
ReadyNAS User
 
Posts: 59
Joined: Mon Jul 07, 2008 6:15 pm
ReadyNAS: NV+

Re: ✓ Solution

Postby sanydear » Wed Jan 12, 2011 8:33 am

chirpa wrote:The contents on that post are:
Code: Select all
# echo man:x:6:12:man:/var/cache/man:/bin/sh >> /etc/passwd
# echo man:x:12: >> /etc/group
# apt-get install man-db



My results:
apt-get fails.

I followed the post
wget http://ftp.nl.debian.org/debian/pool/ma ... rig.tar.gz
gunzip -d manpages_1.70.orig.tar.gz
tar -xvf manpages_1.70.orig.tar
cd man-pages-1.70
make install

1.70 was not found, but I did run it with 3.05 instead. The man command is not found. I am running updatedb so locate will work.

Any help is appreciated, thanks!
sanydear
ReadyNAS Newbie
 
Posts: 40
Joined: Fri Jun 22, 2007 10:42 am
ReadyNAS: 1100

Re: manual pages?

Postby sanydear » Wed Jan 19, 2011 9:07 am

Ok, apt is now installed.

I have /usr/src/man-pages-3.05 and ran 'make install' after unpacking the manpages 3.05 tar.gz file.

I can't get past the 'apt-get install man-db' command and have it work.
sanydear
ReadyNAS Newbie
 
Posts: 40
Joined: Fri Jun 22, 2007 10:42 am
ReadyNAS: 1100

Re: manual pages?

Postby sanydear » Wed Feb 29, 2012 1:56 pm

I/We give up.

The ReadyNAS 1100 is not business ready. It is about out of here because it's too slow, there is little if any support, and even though we were granted SSH access by our masters, the lack of man pages makes everything 10 times harder to do or manage.

I have several unanswered questions on this board, and have been lobbying against this device for some time. In the next few days it's finally gone.

Thanks to anyone who tried to help.
sanydear
ReadyNAS Newbie
 
Posts: 40
Joined: Fri Jun 22, 2007 10:42 am
ReadyNAS: 1100

Re: manual pages?

Postby mdgm » Wed Feb 29, 2012 3:59 pm

I'd recommend looking at them on the web.

Do e.g. "ls --help" on the NAS then search for the MAN page on the web. Should indicate how to use the command.

The MAN pages are deliberately stripped from the firmware to keep the firmware size down.

Are there any other issues that you are having?
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28616
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312


Return to ReadyNAS Developers Network



Who is online

Users browsing this forum: No registered users and 2 guests