Search results

  1. crsd

    IP aliases not persisting through reboots.

    Alias numbers should start at 0 and be continuos, i.e. you can't have alias2 following alias0. Though this syntax is deprecated, try using the following: ipv4_addrs_nfe0="10.0.0.99/27 10.0.0.113-117/32"
  2. crsd

    .shar attachments

    I don't think that it's any different from attaching code, diffs, etc. :) You still need to run it...
  3. crsd

    .shar attachments

    Could you please add .shar to allowed attachment types? Thanks in advance.
  4. crsd

    Cairo-dock

    Something resembling a port (cairo-dock-core only, no plugins yet).
  5. crsd

    FreeBSD -CURRENT buildworld failed

    > ls -l /usr/include/semaphore.h 4177 -r--r--r-- 1 root wheel - 2196 Jan 9 15:34:23 2010 /usr/include/semaphore.h Something is obviously wrong with your system.
  6. crsd

    FreeBSD -CURRENT buildworld failed

    Could you please run and paste full output: cd /usr/src/cddl/usr.bin/ctfmerge make cleandir; make obj; make
  7. crsd

    FreeBSD -CURRENT buildworld failed

    Please provide more context. But as I see no errors from head tinderbox on current@, I would assume that it is your local error.
  8. crsd

    squirrelmail/postfix issue

    Try using mysql -u postfix -p postfix -Bs -e 'SELECT name,username FROM mailbox;' | tr '\t' ',' > addr.csv
  9. crsd

    show extended ntfs partitions

    Try loading geom_mbr.ko from the loader prompt.
  10. crsd

    portsnap and time clock

    ~35 hours. Guess that was your problem.
  11. crsd

    show extended ntfs partitions

    It is /sbin/gpart output. And gpart != GParted.
  12. crsd

    Finding which version of FreeBSD a port is compiled on

    Try running file on executables from the package, like: # tar xf irssi-devel.tbz bin/irssi # file bin/irssi bin/irssi: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.0 (800107), stripped
  13. crsd

    postfix: fatal: chdir(/usr/libexec/postfix): No such file or directory

    ls -l /usr/local/etc/postfix/main.cf*
  14. crsd

    ZFS version

    Yes, it should be :) Credits go to Matty for noticing wrong ZFS filesystem version reported on boot.
  15. crsd

    I Have Big Error Please Help !

    All you need is to boot livefs cd.
  16. crsd

    py-tkinter

    pkg_info -Ex python
  17. crsd

    show extended ntfs partitions

    Looks like the first one is for FreeBSD. And don't let us guess, please paste fdisk ad0 output.
  18. crsd

    I Have Big Error Please Help !

    Well, you could try following: - boot livefs cd - Choose Fixit -> CD/DVD - mount your / partition to /mnt - run chflags -R noschg /mnt/lib/*; rm -rf /mnt/lib/*; cp -pR /lib/* /mnt/lib/ - once your system boots up, restore schg flags on /lib/ files
  19. crsd

    problem installing mplayer and rtc

    Run make config and deselect RTC "Add support for kernel real time clock timing" option.
Back
Top