search for: domn

Displaying 8 results from an estimated 8 matches for "domn".

Did you mean: dom
2007 Jul 28
9
Howto install domU CentOS 5 directly on partition
Hi. I am new to CentOS (Debian user) and I am looking for way how to install CentOS 5 on domU in the way that I have it directly on dom0 LVM partition. If I install it with virtual-manager then the installation program takes that partition as a disk and then creates new partitions on it. I don''t want it that way because I cannot then mount it from dom0. Is there some way how to
2015 Aug 30
3
Office 365, Windows 10 and Samba AD
...Samba AD. A Win 10 Client, joined to a Samba AD Domain does not allow office 365 to connect to an IMAP Based Mail service. If the AD controller is a windows 2012 R2, this works. See: https://social.technet.microsoft.com/Forums/de-DE/9983a475-856a-4ff8-8aa2-1e 430ebd293a/outlook-2013-window-10-imap-domne?forum=office_generalde (is only german) Has anyone else this problem? Working with a local account on the same windows 10 system works (as described in the workaround). Regards, Dirk --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivir...
2020 Oct 23
1
Sieve_before
On 23 Oct 2020, at 05:20, @lbutlr <kremels at kreme.com> wrote: >> Like I said, I?m not 100% sure, but I suspect if you add * to the end: >> if address :matches ["To", "Cc"] ["*@*.*"] { > Thanks for the advice, I will definitely give that a go, Excellent! That was the secret sauce! Thank you! -- Hard work pays off in the future. Laziness
2011 Jun 03
1
networking in xen
...h dom1 (through the virtual interface) I''ve read the documentation a few times, and I keep getting lost... Is there any easy way to set up what would amount to two virtual switches...? To add a wrinkle... :) :) Would it be possible to set up one more (non-routable) network that dom0..domN will all attach to (for sharing files internally, obviously)? Thanks in advance (advice or pointers to anything I can read...) -- http://www.glumbert.com/media/shift http://www.youtube.com/watch?v=tGvHNNOLnCk "This officer''s men seem to follow him merely out of idle curiosity.&qu...
2006 Jun 15
11
domU consoles
Hi I have a couple of questions: 1. How do I exist from a domU console back to dom0 console (after issuing xm console [domU])? 2. How do I setup a dom0/domU in order to get a tty login? TIA Paolo _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2015 Oct 02
0
Office 365, Windows 10 and Samba AD
...ed to a Samba AD Domain does not allow > office 365 to connect to an IMAP Based Mail service. > > If the AD controller is a windows 2012 R2, this works. See: > https://social.technet.microsoft.com/Forums/de-DE/9983a475-856a-4ff8-8 > aa2-1e > 430ebd293a/outlook-2013-window-10-imap-domne?forum=office_generalde > (is only > german) Thanks for the report Dirk. Please raise a bug at bugzilla.samba.org track this issue. Cheers, David -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba --- Diese E...
2010 Jan 14
0
LOTURI DE CASA (500mp) CU VEDERE LA MARE, (in rate de 200E / Luna) LANGA PLAJA CORBU / PRET - incepand de la 5500
Stimate Domn (Doamna), Imi permit sa va prezint oferta noastra de teren (loturi de 500mp) in apropierea plajelor Corbu si Vadu (10 km nord de Mamaia) langa viitoarea Statiune EUROPA, terenuri cu propunere intravilan, intr-o zona superba, ce cunoaste o dezvoltare accelerata in ultimii 2 ani, deschizan...
2013 Jun 19
14
[PATCH 2/4] time: add a notifier chain for when the system time is stepped
From: David Vrabel <david.vrabel@citrix.com> The high resolution timer code gets notified of step changes to the system time with clock_was_set() or clock_was_set_delayed() calls. If other parts of the kernel require similar notification there is no clear place to hook into. Add a clock_was_set atomic notifier chain (clock_was_set_notifier_list) and call this in place of clock_was_set().