Search results

  1. J

    Please HELP! made mistake in boot.config

    I'm using 8.0 Current I was trying to enable serial login on one of my server. I did this # echo "-S115200 –Dh" >> /boot.config Now I cannot boot. It just says FreeBSD/i386 boot Default: 0:ad(0,1).Dh What have I done?! I've done this before a few times to access the terminal with...
  2. J

    variable in grep regex

    I'm trying to write a script that counts number of failed logins each day. #get date in format "Month Day" DATE=`date +%b" "%d` #remove whitespace from date DATE=`expr "$DATE" : '[[:space:]]*\(.*\)[[:space:]]*\(.*\)[[:space:]]*$'` #count failed logins for today WC=$(grep -e...
  3. J

    USB DVD Burner... Is it worth it?

    Is a USB DVD Burner worth configuring on FreeBSD? Anybody have experience using one? Any annoying issues you would like to share? Where in the handbook should I read?
  4. J

    What is the best way to encrypt a single file?

    @anomie I like it! Everything you need is already in the base install. :) Just makes life simple. Do you trust this method of encryption? (using bf)
  5. J

    What is the best way to encrypt a single file?

    Yes I'm certain they're up to date. Do people still use bcrypt?
  6. J

    What is the best way to encrypt a single file?

    I just intalled security/gnupg no probelm. I got an error when compiling security/pinetry. Do you have to use security/pinentry? *** Error code 1 Stop in /usr/ports/graphics/libGL. *** Error code 1 Stop in /usr/ports/graphics/libGLU. *** Error code 1 Stop in /usr/ports/x11-toolkits/qt33...
  7. J

    What is the best way to encrypt a single file?

    I see lots of ways to encrypt entire file systems but how do I encrypt a single file?
  8. J

    Timeout ssh and console logins after X mins

    Would I need a shell script for this?
  9. J

    Serial Console to login to single user mode

    From the machine you want connect to # echo “-S115200 –Dh” >> /boot.config # vi /etc/ttys Change this line ttyd0 "/usr/libexec/getty std.9600" dialup off secure to this ttyd0 "/usr/libexec/getty std.115200" dialup on secure Reboot Note* Serial cable must be...
  10. J

    Serial Console to login to single user mode

    I have a problem, occasionally I need to login single user mode and repair a file system on one of my problem servers. Is it possible to use a serial console to login and do this remotly?
  11. J

    Tape Drives

    It's a Seagate Travan 40. I'm going to give it a second shot with the info Fronclynne provided.
  12. J

    Tape Drives

    Thanks Someone pointing me to the mt program was the help I needed. I'm new to UNIX but I'm slowly learning my way around. It's my understanding now that IDE tape drives aren't supported for FreeBSD. Am I wrong? Buying a SCSI tape drive isn't a practical solution for me so my only...
  13. J

    Tape Drives

    I've just installed a tape drive on my FreeBSD 7.1 machine. I'm trying to figure out if it even detected it or not. Could somebody please give me some pointers? :)
  14. J

    Automaticly Choose Defaults with make install

    Is there a way to automatically choose defaults when compiling? If there is I cannot find it.
  15. J

    Wireless to Wired Bridged

    http://www.freebsd.org/doc/en/books/handbook/network-routing.html I've been reading this document. Should I be reading that? The document you submitted only mentions wireless one time. It says and I quote: "A bridge can also connect a wireless interface running in hostap mode to a...
  16. J

    Wireless to Wired Bridged

    Anybody have experience with this? Could you offer some tips/advice? Is it even possible?
  17. J

    Can somebody PLEASE help with samba

    thanks. I guess my configuration was right. Still can't figure out why I can't connect to my share. I'll figure it out eventually.
  18. J

    Can somebody PLEASE help with samba

    I don't really need help with the configuration part. I would just like to know if my network is properly setup.
  19. J

    Can somebody PLEASE help with samba

    I forgot to mention I have configured the smb.conf but am not 100% certain it is corrrect.
  20. J

    Can somebody PLEASE help with samba

    I tried for hours but I cannot connect to my samba share. I've installed samba server on freebsd 7.0 I connect to a wireless network 192.168.0.3 Then I have a wired network card(192.168.1.5) that connects to a 4 port router. I want to keep the wireless connection completly seperate...
Back
Top