Search results

  1. hedgehog

    How to install KDE from official repository?

    Isn't it just documentation and localized messages?
  2. hedgehog

    How to install KDE from official repository?

    Hi everyone. Currently I have FreeBSD 9.2-RELEASE-p3. Yesterday I wanted to switch my desktop PC to the official pkg repository: FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", mirror_type: "srv", enabled: yes } However, I noticed there are no meta packages, such as x11/kde4...
  3. hedgehog

    Failed to build www/w3m within jail (poudriere)

    Update: I just noticed I have an older devel/boehm-gc version installed on the host. Also: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg52802.html This patch solved the issue: http://lists.freebsd.org/pipermail/svn-ports-head/2013-October/032846.html
  4. hedgehog

    Failed to build www/w3m within jail (poudriere)

    Hi everyone, I use ports-mgmt/poudriere to build packages. But after upgrading portstree to the most recent version, I can't build www/w3m with poudriere anymore. I noticed that it stopped building after it's dependency, devel/boehm-gc updated to 7.2d. I also tried to manually build www/w3m...
  5. hedgehog

    Pkg package repository using ports-mgmt/poudriere. With or without ZFS.

    Is it possible to configure automounting when a jail starts using /etc/jail.conf and /etc/fstab.jailname? I am mounting system's ports options as nullfs while using ZFS, so they don't mount automatically using rc.conf. By the way, can I just symlink /var/db/ports to poudriere data directory...
  6. hedgehog

    Pkg package repository using ports-mgmt/poudriere. With or without ZFS.

    It gives insane speed boost because ports-mgmt/poudriere uses disk a lot when installing dependencies. Before having everything in tmpfs, I saw build-depends status all the time and it required more time than actually building ports. Now I build everything in tmpfs and it's really fast. Also, I...
  7. hedgehog

    Parallel builds+downloads, 'make build-recursive'

    Actually, you still can use shapshots with the first method. I always create shapshots for /usr/local and /var/db/pkg before doing # pkg upgrade. Having backup wont hurt, especially if it's created within seconds :)
  8. hedgehog

    Parallel builds+downloads, 'make build-recursive'

    There is even better solution. You can build everything in clean jailed environment using ports-mgmt/poudriere and upgrading your host system using generated packages repository. The main advantage is that you can do anything while building, you can even stop the process and continue any time -...
  9. hedgehog

    fail to build lang/ghc

    Awesome, thank you. I might need that for future, for building something like editors/openoffice. But for now the current amount of RAM+swap was enough to build lang/ghc without documentations. Thanks everyone for responses!
  10. hedgehog

    fail to build lang/ghc

    Sorry, forgot to mention that I build everything using ports-mgmt/poudriere with custom options and PERL 5.18, so pre-compiled package is not an option for me. Here is compile log: 84% ( 31 / 37) in 'LlvmCodeGen.Base' 75% ( 3 / 4) in 'LlvmCodeGen.Data' 100% ( 6 / 6) in...
  11. hedgehog

    fail to build lang/ghc

    Hi everyone, I'm trying to build lang/ghc during the process it eats all the memory and swap available and crashes. I have 3.5GB RAM and 1.5GB swap on that computer. uname -a FreeBSD vbox-freebsd64 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012...
  12. hedgehog

    FreeBSD 9.2 USB peripherals

    Awesome, glad it helped. I've sent a note that it works in response to PR 181159, hope that will help the developers to gather more test data.
  13. hedgehog

    FreeBSD 9.2 USB peripherals

    The problem is that most likely it won't be there untill next minor release, like 9.3-RELEASE. If I'm not mistaken, there are only security fixes available between minor release versions. Actually, building kernel is not that hard. Anyway, I could send you patched kernel which can be placed...
  14. hedgehog

    FreeBSD 9.2 USB peripherals

    My USB issue seems resolved with the patches, but I'll check if there is the mentioned option in my BIOS.
  15. hedgehog

    ZFS: 4k alignment for SSD (M4 Crucial)

    It didn't overlay my existing filesystem because the SSD's root dataset was mounted into /ssd. I assume if I had anything in /ssd it would get overridden when pool is created? I just tried to import the pool without specifying devices directory and it automatically caught the GPT label: $ zpool...
  16. hedgehog

    FreeBSD 9.2 USB peripherals

    OK, here is an update: I downloaded patches for this particular revision: http://svnweb.freebsd.org/base?view=revision&revision=255965 Applied them Rebuilt kernel and rebooted Mouse works. However, dmesg still complains with the same errors: Timecounter "TSC-low" frequency 1750688198 Hz...
  17. hedgehog

    FreeBSD 9.2 USB peripherals

    I had no problems with that while using old Motherboard. What USB controller do you have? I think this is the issue only with Intel controllers and xhci drivers. @umphy: could you try updating your BIOS and see if that's changes anything? I don't have physical access to my PC at the moment, but...
  18. hedgehog

    FreeBSD 9.2 USB peripherals

    There are patches already in SVN: http://svnweb.freebsd.org/base?view=revision&revision=255965 Don't know yet if they're work. Do you think I can grab these three changed files from HEAD, replace them in /usr/src/ and rebuild the kernel with that?
  19. hedgehog

    FreeBSD 9.2 USB peripherals

    Today I installed the new hardware (replaced motherboard from ASUS M2N-E to ASUS Z87-PRO, plus CPU and RAM). Now I'm experiencing the same issue. Mouse works in BIOS but when the FreeBSD boots up it simply gets powered off with the following error output: Oct 4 06:48:47 lair kernel...
  20. hedgehog

    FreeBSD and UEFI?

    Does that mean that I can checkout projects/uefi branch and build the system from it in order to give UEFI a try?
Back
Top