search for: dom3

Displaying 20 results from an estimated 24 matches for "dom3".

Did you mean: dom
2009 Oct 02
3
help with regexp mass substitution
...16.3", "col1.16.3", "col2.16.3", "col3.16.3", "col4.16.3", "col5.16.3", "txt.17.3", "col1.17.3", "col2.17.3") I'd like to convert only ^col variables to have eg >From "col4.1.3" --> To "dom3.rig1.col4" to test the matching regex I've tryied grep("^col\\d{1,2}.\\d{1,2}.\\d{1,2}$",varnames, perl=T, value=T) to substitute the ^col variables, I've tryied gsub("^col(\\d{1,2}).(\\d{1,2}).(\\d{1,2})", "dom\\3.rig\\2.col\\1", varnames) I'm a...
2004 Jan 07
1
Security Issue??
I have noticed the following behavior when testing out Samba 3.0.1 on RH9 with ldap authentication. Linux Samba V3.0.1 set up as PDC for domain DOM1 has a user test1. Two NT4 domains DOM2 and DOM3 also have a user called test1 with the same password as the user in DOM1 (all three users have the same username and password). All servers are on the same local subnet. When user1 does a logon to the Samba DOM1 (from an XP machine with a machine account in DOM1) he does not have access to DOM2...
2006 Dec 26
14
[PATCH] fix free of event channel in blkfront
Hi All, We tested the xm block-attach/detach command. It repeats block-attach/detach command for DomU and pv-on-hvm on HVM Domain. (block-attach -> block-detach -> block-attach -> block-detach -> ...) The block-attach command failed when repeating 256 times. It is because the channel had not been freed in blkfront. Therefore, it remain using the event channel. This patch is
2008 Dec 08
10
[PATCH] Accurate vcpu weighting for credit scheduler
...weighting for CPU intensive job. The reason of this problem is that vcpu round-robin queue blocks large weight vcpus by small weight vcpus. For example, we assume following case on 2pcpu environment. (with 4domains (each domain has 2vcpus)) dom1 vcpu0,1 w128 credit 4 dom2 vcpu0,1 w128 credit 4 dom3 vcpu0,1 w256 credit 8 dom4 vcpu0,1 w512 credit 15 d4v0 gets 15ms credit each time. but if 3vcpus are blocking,(like d1v0, d2v0, d3v0) d4v0 credit becomes over 30msec(45msec=15x3times). Then d4v0 credit cleared. This makes d4v0 uses smaller credit than expected. This problem also occurs on d4v1 c...
2006 Jul 25
0
trusted domains and disconnected domains
...rpc trustdom list -Uuser%passwd Trusted domains list: DOM1 S-1-5-21-790525478-1844823847-725345543 DOM2 S-1-5-21-776971034-1374619893-1389755056 DOM5 S-1-5-21-1979410263-576795079-1250845650 DOM6 S-1-5-21-2091962305-833907787-4047963448 DOM3 S-1-5-21-144846545-115680220-1939559906 DOM4 S-1-5-21-151263845-1299922530-322568963 DOM8 S-1-5-21-607462080-1190682306-324685044 DOM7 S-1-5-21-2068281220-2021992396-681445708 DOM10 S-1-5-21-2856294414-1944682179-2323182264 DOM11...
2008 Nov 24
3
Missing CPU capabilities VMX
Hi, My Xeon CPU spports lots of capabilities, when I cat /proc/cpuinfo, the flags list: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm. After a make world building of Xen-3.3.0, when I cat /proc/cpuinfo, the flags list only: fpu de tsc msr pae cx8
2004 Aug 04
1
Samba with Mac files (continued)
Here are some more messages that pop in the server logs when I try to read folders on a Win2K file server - the folders/files were saved from a Macintosh on the network: smb_proc_readdir_long: name=\Font Library\B\Bernhard BoldCond. et al?\*, result=-2, rcls=1, err=123 smb_proc_readdir_long: name=\Font Library\K\Kino, et al?\*, result=-2, rcls=1, err=123 smb_proc_readdir_long: name=\Font
2010 Jun 14
4
Promiscuous mode
...--source 216.146.46.43 -j ACCEPT I got the above from http://www.standingonthebrink.com/index.php/ipv6-ipv4-and-arp-on-xen-for-vps/ <http://www.standingonthebrink.com/index.php/ipv6-ipv4-and-arp-on-xen-for-vps/> Does that provide total protection? What about if traffic was going from Dom1 to Dom3, could Dom2 snoop in? Thanks _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jan 25
1
Giving AD group members access to Samba server
...erver in an AD domain. In addition to the domain containing Samba, there are two other domains in the AD forest. All three domains have full trust between them. Each domain has a Global Security Group called ACAD_ENGR. Samba (through winbind) sees them as DOM1+ACAD_ENGR, DOM2+ACAD_ENGR, and DOM3+ACAD_ENGR. I'd like members from all three groups to have write access to a particular directory. This needs to be done with filesystem permissions, not share permissions, because underneath each directory there are further subdirectories that have varying access rights matched to oth...
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
2008 Aug 18
15
How to upgrade domU
How do i upgrade my Xen guest (domu1) ? On a stand alone hardware one would insert DVD/CD/Network and perform the upgrade, What is the equivalent in Xen World ? Tahnks !!! -- Regards, mantra - Instrument of Thought _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jul 02
3
Walking an HVM''s shadow page tables and other memory management questions.
Hello, I''m new to Xen and especially to the hypervisor code. I''m working off a 3.0.4.1 base and have the following questions regarding the memory management code for an x86, 32-bit platform (capable of supporting PAE). I''m doing some research into providing grant table hypercall support from a Windows 2003 HVM. I have made all the necessary changes to allow the
2011 Dec 19
0
samba-3.6.1 cannot be used by trusted domain users?
Hi there Samba is a member of dom1.corp.net, there are also dom2.corp.net and dom3.corp.net - together making up the "CORP" forest. There are other forests with two-way trusts with CORP.NET, such as OTHER.NET We have a problem where Samba/winbind is inconsistent on account details and therefore access. * wbinfo -D OTHER returns details about "other.net" - g...
1999 Nov 09
2
netbios
Hi all, My NT environment cannot recognize my SAMBA servers(Bad IP address when ping from MS DOS prompt) and after I restarted the nmbd daemon it can see my SAMBA servers. Does anyone know why this happens? Is it there is a change in the WINS server's database? Please advise. thanks & regards, Bridget
2011 Feb 27
3
Xen network-route : mix Public and Private IP on a Front-Back architecture
...ress. -----(private IP) DOM4 | | Physical Eth0 (Public IP1) --- DOM0 ----------- (public IP2 ) DOM1 (private IP1) --------------(private IP2) DOM2 | | -----(private IP) DOM3 To finish, i would like DOM2, 3 and 4 to connect Internet via DOM1 IP public Address. Thanks for your help. Lyes _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Jan 05
1
vif''s disappear after dom1 reboot
Today I found I can not ping some of my domU''s. I logged in to dom0, did a "xm list", all domU are there. Then I did a "ifconfig" and surprised to find some of vif''s disappeared! Like for example. "xm list" show dom13 is alive, but "brctl show" shows no vif13.0. If I "xm console 13", there''s some message: WARNING:
2004 Sep 21
7
Samba Share Help Needed
Hi, I have the following directory shared for the user "pcbadmin". He/she can mount and read/write without any difficulty: [pcbdata] comment = PCB Design Files path = /home/pcbadmin/pcbdata valid users = pcbadmin public = no writable = yes Question: How can I make the same directory only readable by the rest of the users ? TIA, Ben
2013 Nov 22
2
Question about the memory layout of xen hypervisor, dom0 and domU
Hi, I have a question about the memory layout of the Xen hypervisor, dom0 and domU. *The goal I want to achieve is: I want to show which RAM area is used by hypervisor, which RAM area is used by dom0, which RAM area is used by each domU (PV guest domain). I hope to know the above information when xen is booted as well as when xen is running some domUs. I already know that we can dedicate a fix
2012 Apr 05
2
problem to configuration dovecot and postfix
...args = /etc/auth/passwd.main driver = passwd-file } passdb { args = username_format=%n /etc/auth/%d/passwd driver = passwd-file } passdb { driver = pam } plugin { sieve = /var/mail/vhosts/%d/%n/_dovecot.sieve sieve_dir = /var/mail/vhosts/%d/%n/sieve/ } postmaster_address = postmaster at dom3.gs3 protocols = imap sieve service auth { user = root } ssl_cert = </etc/ssl/certs/dovecot.pem ssl_key = </etc/ssl/private/dovecot.pem userdb { driver = passwd } userdb { args = /etc/auth/passwd.main driver = passwd-file } userdb { args = username_format=%n /etc/auth/%d/passwd dri...
2009 Aug 11
9
can''t add vlans successfully
Hi, I want to add 2 vlans by the following steps: 1. add the vlan interfaces: vconfig add eth0 100 --vlan100 vconfig add eth0 101 --vlan101 2. modify the network-bridge script by the websit, http://wiki.xensource.com/xenwiki/XenNetworking#head-04ebcc1760dbc4678e83b116afa310dc0612dc39 Comment each time ifup or ifdown commands are executed.The reason is that ifdown ends with