Displaying 3 results from an estimated 3 matches for "greas".
Did you mean:
areas
2006 May 28
5
Easiest way to compile custom kernel, for fedora +openswan+xen+patchomatic
I want to compile a custom xenU kernel for a firewall distribution
(endianfw, version of ipcop), I can get it to load up but the kernel is
missing some modules that aren''t resident. So I want to make a custom
version for this domU, I know what I need kernel+openswan+xen+patch-o-matic
but I not sure the best way to go about this, do I patch a fedora source or
start with a vanilla kernel?
2006 Jun 07
3
Question on login generators, plugins
Not sure if I want to build my own or use something already built that''s out
there.
This is the first step in my project though and a major one, so some of my
requirements would be:
1-The ability for a user to register themselves
2-Email / link activation
3-Access levels (or ACL control - I think they are basically the same).
4-The ability to track users either through session or cookies
2008 Jul 24
4
umount oops
Hi,
I tried very promising btrfs to test it a little and I experienced a
little bug in implementation. I''m not sure where the bug lies however
this works quite well to reproduce the problem:
dd if=/dev/zero of=mountme bs=4k count=100000
dd if=/dev/zero of=mountme2 bs=4k count=100000
mkfs.btrfs mountme
mkfs.btrfs mountme2
mkdir loop loop2
mount -o loop mountme loop
mount -o loop mountme