A Buffalo WZR-HP-G300HN is a Wireless Router/Access Point.

OpenWRT is a version of Linux you can install on many wireless routers.

This thread 
http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/installation-problems-backuppc-servermesg-hangs-100151/#332323
 
has another person asking about the same problem I was actually 
responding to that thread and it seems it's replicated into the mailing 
list.

So, that's what I'm trying to get BackupPC working on.  Problem is I'm 
not a very good perl programmer.  I can see that there must be a problem 
with how it's adding up the file handlers into a single variable and 
passing that into the select command to watch.  It seems that the 
backuppc service never actually gets the requests from clients because 
it doesn't hear them.  Probably because whatever number is being passed 
to the select command is wrong.  I think that could be caused by 
big/little endian differences but I haven't really a clue on how to fix 
them.   There were a few people working on this issue when it was last 
posted and I thought maybe they might some new ideas especially 
considering some of this info wasn't present last time around.

Luis Paulo wrote:
> WTF is a OpenWRT installed on a Buffalo WZR-HP-G300HN?
>
> What are you trying that doesn't work?
>
> If you wish to loose time, try 
> http://en.wikipedia.org/wiki/Endianness#Big-endian
>
> Regards
> Luis
>
> On Fri, Apr 9, 2010 at 9:52 PM, tdhi <backuppc-fo...@backupcentral.com 
> <mailto:backuppc-fo...@backupcentral.com>> wrote:
>
>
>     Closer inspection..
>
>     BackupPC does finally "rest" at ..
>
>     select(my $rout = $FDread, undef, $ein, $timeout);
>
>     and doing some googling I found..
>
>     https://dev.openwrt.org/ticket/6900
>
>     Where someone is talking about a bug in the select implementation
>     on ar7xx platforms (same as used by my router).  The last note
>     mentions something about big endian but I'm not sure what that's
>     suppose to mean.
>
>     +----------------------------------------------------------------------
>     |This was sent by br...@tulsadigital.net
>     <mailto:br...@tulsadigital.net> via Backup Central.
>     |Forward SPAM to ab...@backupcentral.com
>     <mailto:ab...@backupcentral.com>.
>     +----------------------------------------------------------------------
>
>
>
>     
> ------------------------------------------------------------------------------
>     Download Intel&#174; Parallel Studio Eval
>     Try the new software tools for yourself. Speed compiling, find bugs
>     proactively, and fine-tune applications for parallel performance.
>     See why Intel Parallel Studio got high marks during beta.
>     http://p.sf.net/sfu/intel-sw-dev
>     _______________________________________________
>     BackupPC-users mailing list
>     BackupPC-users@lists.sourceforge.net
>     <mailto:BackupPC-users@lists.sourceforge.net>
>     List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
>     Wiki:    http://backuppc.wiki.sourceforge.net
>     Project: http://backuppc.sourceforge.net/
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ------------------------------------------------------------------------
>
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>   


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to