Search results

  1. R

    After upgrading ruby31 to ruby32, portupgrade gives an error

    My workaround is to go back to ruby3.1 for now. I don't have any other ruby requirements. pkg delete ruby pkg delete portupgrade add to /etc/make.conf: DEFAULT_VERSIONS+=ruby=3.1 make -C /usr/ports/ports-mgmt/portupgrade install clean
  2. R

    A terminal tool for PDF?

    I use ghostscript. Even on Windows (gswin32.exe) since all of the PDF printers I've come across use ghostscript. gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=outfile.pdf infile1.pdf infile2.pdf
  3. R

    Communicate and transfer with XML & HTTPS

    I use cURL with "-o filename.xml" to save the results. https://stackoverflow.com/questions/14978411/http-post-and-get-using-curl-in-linux ..and you can add authentication with: "Authorization: Basic BASE64_ENCODED_CREDENTIALS"
  4. R

    Creating a SSL certificate

    I followed these steps to create my own cert. http://www.akadia.com/services/ssh_test_certificate.html
  5. R

    media ethernet autoselect (none), status: no carrier

    NIC Suggestions Have you tried reconfiguring the NIC with "sysinstall"? Configure -> Networking -> Interfaces... Also, if the switch port is not set to auto-detect speed/duplex, refer to this thread for help. http://forums.freebsd.org/showthread.php?t=5457
  6. R

    Samba TCP/IP configuration

    Time? Without knowing any details, I'd start with making sure the time & date are in sync between the AD server and the BSD server. Here is a link to using ntpdate. http://www.cyberciti.biz/tips/freebsd-timeclock-synchronization-with-ntp-server.html
  7. R

    /tmp filesystem used

    fsck worked. Thank you both for your help.
  8. R

    /tmp filesystem used

    I just upgraded to 7.2 from 6.2 and noticed /tmp is using -984K Filesystem Size Used Avail Capacity Mounted on /dev/ad0s1a 496M 225M 231M 49% / devfs 1.0K 1.0K 0B 100% /dev /dev/ad0s1e 496M -984K 457M -0% /tmp /dev/ad0s1f...
Back
Top