Re: ZFS on MBR does not boot at all

2013-05-09 Thread uki
I had to set up ZFS on MBR lately. Since I'm lazy I wrote a script for that. Maybe it would suit your needs (it's very simple though). https://bitbucket.org/ukaszg/freebsd-zfs-on-mbr-installer 2013/5/9 Giorgos Keramidas : > On Sun, 05 May 2013 17:56:49 -0500, Joshua Isom wrote: >> On 5/5/2013 3:

Re: can not use intel GPU, no /dev/dri/card0

2013-03-24 Thread uki
That was not it (tried), the reason was my kernconf was wrong (didn't yet figure out the details), because the GENERIC works flawlessly. Cheers, Łukasz Gruner 2013/3/24 Erich Dollansky : > Hi, > > On Sun, 24 Mar 2013 14:14:28 + > uki wrote: > >> Hi, >> &

can not use intel GPU, no /dev/dri/card0

2013-03-24 Thread uki
Hi, I'm getting the folowing error when I try to start X using intel drivers: [ 8669.844] (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so [ 8669.844] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 8669.844] drmOpenDevice: node name is /dev/dri/card0 [ 8669

Re: adding a TrueType font

2013-03-19 Thread uki
2013/3/19 Matthias Apitz : > I have a need for a very special font (which is used for the chars how > they are teached to my son in school in first grade). For such unusual fonts, or fonts that are not in package of some kind I pu them into ~/.fonts and have the following in my .xinitrc (don't know

Re: Root on zfs (stable9) - how to make it bootable

2013-02-22 Thread uki
2013/2/22 David Demelier : > Sorry didn't read that you have a MBR slice instead of GPT > > then you should take a look at that one > https://wiki.freebsd.org/RootOnZFS/ZFSBootPartition I have used that one, unfortunately I was unable to boot. ___ freebs

Root on zfs (stable9) - how to make it bootable

2013-02-22 Thread uki
Hi, I want to install freebsd9 (stable) on zfs root, unfortunately my bios is unable to recognize GPT discs. I'm using MBR disc, with BSD slice (on mbr index 4) containing freebsd-zfs filesystem. I've no idea how to make it bootable, I've tried using: zpool export sys dd if=/boot/zfsboot of=

Re: portmaster or ports (packaging) problem ?

2012-11-09 Thread uki
But theese are different packages (different names). since ports dont have any equivalent of debian "provides" flag it is impossible to figure it out in a safe way. 09-11-2012 19:19, "jb" napisał(a): > Hi, > I hit a problem today during a system update. > > There were two libxul ports: > /usr/por

Re: Understanding XDM

2012-07-04 Thread uki
2012/7/4 Polytropon : > On Tue, 3 Jul 2012 23:27:21 -0700 (PDT), sw2wolf wrote: >> I am using slim to login which can choose Window Manager by pressing F1 key. >> Can XDM choose Window Manager when loginning ? > > No, xdm cannot do this. But as far as I remember, wdm can -- it has > some look & fee

Re: termcap/terminfo magicians anyone? // colors in vim

2012-05-30 Thread uki
Hi, things to check: * does the color scheme require 256 colors? is your terminal compiled with that feature? * check your TERM env variable, (also try setting t_Co in vim) some info here: http://vim.wikia.com/wiki/256_colors_in_vim cheers, Łukasz Gruner 2012/5/30 Peter Vereshagin : > Hello. >

Re: mercurial (hg) transaction abort!

2012-05-30 Thread uki
Did you try to hg clone -U and than update? Mozilla repo is quite big, and that _might_ be the reason, splitting the work in 2 parts will help if that was the cause. Cheers, Łukasz Gruner 2012/5/30 Anton Shterenlikht : > I'm trying to get firefox sources via mercurial (hg), and I get: > > # hg

Re: How to indicate source directory in other than /usr/src?

2012-05-29 Thread uki
Don't know if that will help in Your case, but I just softlink my /usr/local/src-stable to /usr/src - never had any issues. Cheers, Łukasz Gruner 2012/5/29 Thomas Mueller : > How does one indicate a system source directory location when in other than > /usr/src? > > That could be necessary when