Search results

  1. crsd

    How can I find where an error is comming from?

    /etc/rc.conf would be my guess. Check dmesg -a, BTW.
  2. crsd

    Possible Intruder on my Server

    This looks like the time when periodic has finished running daily and weekly scripts. Not sure why it tries to 'login' though.
  3. crsd

    changed shell from bash to sh HELP

    sh isn't really supposed to be used as interactive shell. Try using (t)csh.
  4. crsd

    Error in Installing php5-mysqli

    Which mysql-client version do you have installed?
  5. crsd

    WIndows 7 Client Machine not able to join

    90's called and they want their samba 1.6 back! On a serious note, you should provide more information (much more).
  6. crsd

    Question about gmirror

    Thanks!
  7. crsd

    Question about gmirror

    Is it documented somewhere (recommended numbers, not the meaning of sysctl)?
  8. crsd

    Error installing vlc/ffmpeg

    Problem here is in multimedia/v4l_compat port, which was recently updated to install include/linux/videodev2.h. You could try uninstalling it or moving include/linux/videodev2.h away when you are building ffmpeg.
  9. crsd

    Cp loops

    grep dotfiles original_post :)
  10. crsd

    Cp loops

    Try using cp -Rvp /home/user/path/.[^.]* /home/user/path to exclude .. from the glob.
  11. crsd

    Using "make fetch" without FTP access.

    You could also try defining MASTER_SORT_REGEX=^http for ports which have both http and ftp links in MASTER_SITES.
  12. crsd

    eric4

    Bug port maintainer (make -V MAINTAINER -C /usr/ports/devel/eric4) about missing dependencies?
  13. crsd

    NTP can't resolve host names

    rc.conf. Check synchronous_dhclient variable also.
  14. crsd

    NTP can't resolve host names

    Try changing DHCP to SYNCDHCP in ifconfig_<ifaceN> (if you are using DHCP, of course :) )
  15. crsd

    we should support opera

    So this thread finally turned to opera vs firefox only BS.
  16. crsd

    how to make console text smaller

    FOS - fonts over serial? :e
  17. crsd

    ahci causing 8.0R system havoc

    How is it loaded 'anyway'? Did you remove ahci line from loader.conf?
  18. crsd

    Weave (Firefox) not connecting

    Just tried it, same here: 2010-01-16 06:24:21 Service.Main ERROR Could not load the Weave crypto component. Disabling Weave, since it will not work correctly.
  19. crsd

    IP aliases not persisting through reboots.

    Oh, bad wording, I mean that ifconfig_aliasN syntax is deprecated, and you should use ipv4_addrs_<iface> (check rc.conf for explanation).
Back
Top