Search results

  1. graudeejs

    postponed ports freeze for FreeBSD 9.1-RELEASE?

    http://www.freebsd.org/news/2012-compromise.html
  2. graudeejs

    torrents.freebsd.org

    Could be related to http://www.freebsd.org/news/2012-compromise.html
  3. graudeejs

    user ?

    Check /etc/passwd, does it look ok?
  4. graudeejs

    Firewall BIND

    You need proto udp Actually DNS can use both (tcp and udp) but I haven't seen tcp ever (But, you know, I'm not sys admin either) Also you need to pass packets out. I don't remember how to do this correctly with pf, either add keep state or make another rule, to pass dns out. I think keep state...
  5. graudeejs

    FreeBSD.org intrusion announced November 17th 2012

    http://www.freebsd.org/news/2012-compromise.html
  6. graudeejs

    Replacement of Init System

    You should write this to FreeBSD mailinglist (perhaps hackers@). Where can I get cd to test this (in VirtualBox)?
  7. graudeejs

    Opera 12.00 released

    I think you should check you RAM. (It really sounds like that)
  8. graudeejs

    Why isn't "rename" in the base installation?

    check the title of rename what you are looking for is mv For batch renaming there are probably some scripts or programs in ports, but I haven't need for that. Usually I simply write my own sh script
  9. graudeejs

    can not install tuxguitar (refueses to use the installed openjdk)

    Personally I don't use Java and probably many other users try to avoid it. You probably messed you config somewhere, we just can't find where, cause when I used java it worked like charm. You can contact developers on mailinglist. Here mostly are simple users :) While writing this, I...
  10. graudeejs

    can not install tuxguitar (refueses to use the installed openjdk)

    I think if you remove openjdk6 and bootstrap-openjdk-r306764 (I'm not sure what the hell is this) it will work. Backup and try. P.S. you can easily backup packages with ports-mgmt/bpkg
  11. graudeejs

    can not install tuxguitar (refueses to use the installed openjdk)

    pkg_add -r openjdk7 This will install openjdk7 If you want to build from ports, you still need to have JDK installed. Otherwise it can't bootstrap. So this means that first you pkg_add, then reinstall from ports.
  12. graudeejs

    Geek humor?

    Dam, how did I miss that one
  13. graudeejs

    Opera 12.00 released

    Type opera:config in address bar, filter custom user-agent, fill-in field and save. You're Done
  14. graudeejs

    libglut woes...

    You're building it on laptop? That will take a lot more time that normal PC. I was building OpenOffice on my Pentium4 @3GHz with 2.5GB ram for 12-24h. I also suppose your laptop will be swapping as it only have 1 GB ram. You need more to build Office. So it will be even slower
  15. graudeejs

    nvidia-driver doesn't build. Anyone else have this?

    Indeed test in VirtualBox succeeded. I wonder what went wrong on my original box.
  16. graudeejs

    nvidia-driver doesn't build. Anyone else have this?

    I've got a problem. I can't compile current x11/nvidia-driver $uname -a FreeBSD graudeejs.bsdroot.lv 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sun Aug 12 11:56:50 EEST 2012 root@graudeejs.bsdroot.lv:/usr/obj/usr/src/sys/GENERIC amd64 The output of make graudeejs# make ===> Building for...
Back
Top