search for: hlangos

Displaying 7 results from an estimated 7 matches for "hlangos".

Did you mean: langos
2011 Feb 13
1
Fwd: Re: Swap: create or not?
...e every VM have some free memory, but in case it was not enough - swap will save guest VM from been OOMkilled. So I strongly supports for domU swap. -------- Original Message -------- Subject: Re: [Xen-users] Swap: create or not? Date: Fri, 11 Feb 2011 12:38:50 +0100 From: Henrik Langos <hlangos-xen@innominate.com> To: George Shuklin <george.shuklin@gmail.com> CC: xen-users@lists.xensource.com I''d argue against swap in domU if you can avoid it. If your application needs that much more RAM you''ll be better off giving that VM more RAM instead. If your applic...
2011 Feb 10
7
upgrade leny-squeeze, xen3.2-xen4.0, what''s wrong?
I am running a Debian Squeeze Xen 4.0.1 Hypervisor and 2.6.32-5-xen-amd64 dom0. My xen-tools.conf: lvm = vg00 size = 100Gb # Disk image size. memory = 2048Mb # Memory size swap = 2G # Swap size # noswap = 1 # Don''t use swap at all for the new system. fs = ext4 # use the EXT3 filesystem for the disk image. dist = `xt-guess-suite-and-mirror --suite` # Default
2011 Mar 28
3
limit the disc access
Hi List, is it possible to limit the (disc) io for a domU? Best regrads, Mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Feb 10
0
Bug#591456: Further effects of missing hotplugpath.sh [Re: squeeze: xen 4.0.1-2 + drbd8-utils: block-drbd script does no longer work?!]
...(/etc/xen/scripts/block-*) that are needed to handle block device mounting other than "phy:" and "file:" disks. See attached email from debian-user mailing list. cheers -henrik -------------- next part -------------- An embedded message was scrubbed... From: Henrik Langos <hlangos-debian at innominate.com> Subject: Re: squeeze: xen 4.0.1-2 + drbd8-utils: block-drbd script does no longer work?! Date: Tue, 8 Feb 2011 12:42:04 +0100 Size: 1845 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20110210/b7dc83d2/attachment.eml>
2014 Jun 20
1
sysvol replication and posix uid / gid mapping
Hi, I just found out the hard way that sysvol replication with rsync stoped working when I activated winbind (libnss-winbind actually) on my primary AD DC. Originally I hadn't planed to activate winbind on the primary AD DC since that machine was not meant to provide any shares. What I hadn't thought of was the fact that GPOs reside as files on the sysvol share and thus are subject
2014 Jun 25
2
Setup and configure file shares with Windows ACLs
When reading the wiki page about setting up new shares there is some information missing. https://wiki.samba.org/index.php/Setup_and_configure_file_shares_with_Windows_ACLs The information I am missing most here is which posix.1 ACLs to set after creating the shares directory. There is only # mkdir -p /srv/samba/Demo/ but on my system that will create a directory that is owned by root:root
2014 Jun 18
2
Howto migrate shares from samba 3 / ADUC changing uid/uidnumber when activating UNIX (posix) attributes
Hi, I've been using Samba 3 (standalone server, workgroup setup) for a long looong time and now I want to migrate to Samba 4 AD DC setup with clients joined to the newly created AD domain and all the bells and whistles that come with it. I've setup an AD DC (Debian wheezy with samba from backports) that will only handle authentication and a second AD DC that will also serve shares.