Search results

  1. pamdirac

    IPFW FTP - can't list directories when firewall on

    Try with these rules # allow FTP $cmd 00107 allow tcp from any to any 21 in setup keep-state $cmd 00108 allow tcp from any 1024-65535 to any 20 in setup keep-state
  2. pamdirac

    Best JSON command line spell checkers

    Probably you have to write you own script to do this. something like this https://github.com/zaach/jsonlint
  3. pamdirac

    Permission Denied

    This is not a workaround. find command try to open . directory. You can see this behaviour by reading source if ((dotfd = open(".", O_RDONLY, 0)) < 0) err(1, "."); or by executing $> cd /usr/home/rsamson $> sudo -u www truss /usr/bin/find /var/dat/import I love cut and paste :D
  4. pamdirac

    Help?

    ahahahhahaah sorry but was a bit of time i don't use the forum :)
  5. pamdirac

    Permission Denied

    the . directory is not accessible from www user? type sudo -u www /bin/pwd and after ls -ld <output of previous command>
  6. pamdirac

    Help?

    have you configured the two section "InputDevice" (one for keyboard and one for mouse) in xorg.conf? I also use dbus and hald.
  7. pamdirac

    Help?

    have you loaded ukbd and ums?
  8. pamdirac

    Can't install FreeBSD 8.1 amd64 on my laptop

    are you booting from internal cdrom or from an usb cdrom? laptop model?
  9. pamdirac

    Which is your Favourite Linux?

    slack || t2sde
  10. pamdirac

    A curiosity question

    solaris, probably
  11. pamdirac

    Mac Mini intel dual-core and FreeBSD

    It's not an how-to but ..... http://wiki.freebsd.org/IntelMacMini
  12. pamdirac

    Basic sed question

    echo ciao | sed 's/ciao/hello/g'
  13. pamdirac

    how often do you update ports?

    I update every day (csup ; make index ; portupgrade) I love bugs :D
  14. pamdirac

    Loading external drive w/ USB2?

    Have you loaded the da(4) module?
  15. pamdirac

    multiple PPPoe sessions over one DSL modem?

    Interesting ... excuse me for the OT: you use internal modem? If yes what model?
  16. pamdirac

    multiple PPPoe sessions over one DSL modem?

    I think yes but only if your dsl modem supports mlppp. The sangoma S518/ADSL cards supports it (as reported here). I dont know if mlppp is supported by the S519 (ADSL2+)
  17. pamdirac

    Is HP Compaq 6730s (FU573ES) good for FreeBSD?

    I use this laptop for my job. This is the output of pciconf -lv hostb0@pci0:0:0:0: class=0x060000 card=0x30e9103c chip=0x2a408086 rev=0x07 hdr=0x00 vendor = 'Intel Corporation' class = bridge subclass = HOST-PCI pcib1@pci0:0:1:0: class=0x060400 card=0x30e9103c...
  18. pamdirac

    FreeBSD on FreeRunner

    Look this link http://wiki.openmoko.org/wiki/FreeBSD I bought a Neo Freerunner 3 days ago and I'm going to test freebsd on it
  19. pamdirac

    NFS + Freebsd + Kerberos authentication

    I only made samba+solaris+Kerberos authentication try this link http://www.freesoftwaremagazine.com/columns/securing_nfs
  20. pamdirac

    Marvell Yukon 88E8072 not work

    after installation turn off the Hardware checksumming http://forums.freebsd.org/showpost.php?p=15840&postcount=2
Back
Top