Search:

Type: Posts; User: DrChair

Page 1 of 6 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    4,032

    Strange... I copied the sample out of my own...

    Strange...
    I copied the sample out of my own passwd file (I only changed the password-hash into -------) But I can use the user ftp for ftp, but not for ssh.

    I'm using ProFTPD, and apparently...
  2. Replies
    4
    Views
    4,032

    replace the shell of the users in /etc/passwd...

    replace the shell of the users in /etc/passwd with /sbin/nologin

    example:


    root:---------------:0:0:root:/usr/local/root:/bin/sh
    nobody:x:99:99:nobody:/:/sbin/nologin...
  3. Replies
    4
    Views
    10,118

    I had a similar problem with streaming big .mkv...

    I had a similar problem with streaming big .mkv files to my Xtreamer.

    I solved it mostly by switching from SMB to NFS.

    (with NFS i can read files at 4,5 MB/s, where SMB doesn't get higher than...
  4. Replies
    2
    Views
    3,275

    Welke firmware gebruik je ? Ik had dit in het...

    Welke firmware gebruik je ?

    Ik had dit in het begin ook met de originele asus firmware, dat wifi enorm traag was. (maar dan op een wl500gP)

    Met de oleg firmware was dit opgelost.
  5. hmmm you're right, I didn't completely read that...

    hmmm you're right, I didn't completely read that last post.
    I only saw insmod: unresolved symbol rpc_wake_up_task and that's exactly the error you get, when you try to load nfs.o without the other 2...
  6. I think I found the problem nfs.o needs 2...

    I think I found the problem

    nfs.o needs 2 other kernelmodules: sunrpc.o and lockd.o

    So first insmod sunrpc, then insmod lockd and finally insmod nfs

    now it should work...
  7. Thread: thttpd problem

    by DrChair
    Replies
    78
    Views
    64,392

    From the man-page of thttpd: BASIC...

    From the man-page of thttpd:

    BASIC AUTHENTICATION
    Basic Authentication is available as an option at compile time. If enabled, it uses a password file in the directory to be protected, called...
  8. Replies
    1
    Views
    3,021

    don't know if you can call it a fix, but I solved...

    don't know if you can call it a fix, but I solved (iirc) a similair problem by downgrading make to version 3.80 on my build pc...
  9. In the other thread I suggested to drop the -o...

    In the other thread I suggested to drop the -o cause you weren't using options, but in this thread you are.

    However the syntax for mount is : mount [flags] DEVICE NODE [-o OPT,OPT]

    So your...
  10. Replies
    2
    Views
    1,510

    what command are you using to install your self...

    what command are you using to install your self compiled ipkg, and what's the filename??

    The "official" optware repository also has hello_2.3-1_mipsel.ipk, so if your self compiled version has the...
  11. Replies
    6
    Views
    6,113

    Just a thought: does the directory ./test exist...

    Just a thought: does the directory ./test exist ??

    Also the -o is only needed when specifying options, which you aren't doing...

    So drop the -o and maybe use an absolute path...

    for example:...
  12. Replies
    713
    Views
    584,573

    Sticky: It doesn't make any difference... one USB-stick...

    It doesn't make any difference...
    one USB-stick and one hhd on a 2.0 hub work fine, if I add a second hdd, there's trouble... I'm starting to thing the hub is broken...

    cat /proc/bus/usb/devices...
  13. Replies
    22
    Views
    14,578

    Normally you would name the script ip-up and...

    Normally you would name the script ip-up and place it in /etc/ppp
  14. Replies
    713
    Views
    584,573

    Sticky: unplug and plug usb hdd again doesn't make any...

    unplug and plug usb hdd again doesn't make any difference...

    I flashed r550, and that version does find my harddisks again
    (only with one of the 3, it now finds that the usb cable is bad, so I...
  15. Replies
    713
    Views
    584,573

    Sticky: r566 is older than r573... But anyway, i tried...

    r566 is older than r573...

    But anyway, i tried that version aswell (downloaded from googlecode), and there I have the same problem.
  16. Replies
    713
    Views
    584,573

    Sticky: Problem with 1.9.2.7-d-r573

    Just flashed this firmware, but now the router doesn't mount my harddisks anymore.

    Also /dev/disks isn't present.

    All disks are behind a usb2.0 hub. The strange thing is that the hub gets...
  17. Replies
    6
    Views
    4,599

    Is /lib writable on Tomato? Otherwise libpthread...

    Is /lib writable on Tomato?
    Otherwise libpthread wouldn't be that useful.

    Cause the twonky binaries search their libraries in /lib

    If /lib is readonly, the only way to get twonky to work,...
  18. Replies
    6
    Views
    4,599

    You are trying to use the wrong version. You...

    You are trying to use the wrong version.

    You need the version for Asus WL-HDD2.5
  19. Thread: adduser script

    by DrChair
    Replies
    3
    Views
    3,705

    echo "/tmp/etc/passwd" >> /tmp/local/.files ...

    echo "/tmp/etc/passwd" >> /tmp/local/.files

    vervolgens flashfs save && flashfs commit && flashfs enable && reboot

    (alle bestanden genoemd in .files worden in ook flashfs opgeslagen)
  20. Replies
    957
    Views
    1,073,279

    Sticky: ipkg install buildroot (it's 42 Mb big, so you...

    ipkg install buildroot
    (it's 42 Mb big, so you need swapspace, diskspace and patience ;) )

    Also usefull:
    ipkg install optware-devel
    (it contains the other packages needed for compiling)
  21. If there are no USB disks connected, there is...

    If there are no USB disks connected, there is nothing to mount...
    So probably post-mount doesn't get called.

    try putting it in post-firewall, or post-boot
  22. Replies
    713
    Views
    584,573

    Sticky: Oke, for now I assume libusb-1.0 (and...

    Oke, for now I assume libusb-1.0 (and compat-libusb) isn't full compatible with the current kernel.
    So let's try to find out why the the libusb-0.1 version crashes the router.

    If I remove the...
  23. Replies
    713
    Views
    584,573

    Sticky: more libusb

    since the libk8055 doesn't work with libusb-compat and doesnt work with libusb-0.1.12 on new oleg, I ported it to libusb1.0.

    I tested the ported source on i368 ubuntu -> here it works with...
  24. Replies
    713
    Views
    584,573

    Sticky: libusb problems

    In the meantime I solved the pthead error, by adding -lpthread to libs in the Makefile.

    And I found out, the libk8055 isn't functioning with libusb-compat.

    But on old oleg it gives an error,...
  25. Replies
    152
    Views
    206,878

    I also had that problem after following this...

    I also had that problem after following this tutorial.

    I solved it by commenting-out the password line in my.cnf (like it was by default).
Results 1 to 25 of 144
Page 1 of 6 1 2 3 4