search for: yu

Displaying 20 results from an estimated 1207 matches for "yu".

Did you mean: you
2019 Feb 18
1
Authenticating AD users and Local users
...! I can login with my Active Directory credentials, but I can’t login using the local CentOS “svc_dictations” account. I created the local account usingusing “adduser”, “smbpasswd”, and then updating my smb.conf file (below). Thank you, Brian [global] workgroup = YALE password server = ad1.yu.yale.edu<http://ad1.yu.yale.edu> ad2.yu.yale.edu<http://ad2.yu.yale.edu> realm = YU.YALE.EDU<http://YU.YALE.EDU> security = ads idmap config * : range = 16777216-33554431 template shell = /sbin/nologin kerberos method = system keytab winbind use default domain =...
2005 Apr 09
1
Samba Dynamic DNS DHCP , client won't register
Hi everyone, just created a Dynamic DNS DHCP server, but my client info-2000256 wont register, or atleast It says registering with dns server but I'm not able to ping it by, info-2000256.domainname.co.yu , my configs are as follows : named.conf // generated by named-bootconf.pl #---------------------------------- # Capriolo #---------------------------------- acl capriolo { 192.168.0.0/24; 127.0.0.1; }; #---------------------------------- # Topola Univerzal #---------------------------------- acl...
2009 Feb 02
11
Option iommu=1 causes hypervisor to start debugger
Hi, In changeset 19130:c8962b24fb50, when using iommu=1, it goes into the hypervisor debugger. Why is this so? Thanks. -Alex _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 May 20
4
[PATCH] Fix lapic timer stop issue in deep C state
Local APIC timer may stop at deep C state (C3/C4...) entry/exit. this patch add the logic that use platform timer (HPET) to reenable local APIC timer at C state entry/exit. Signed-off-by: Wei Gang <gang.wei@intel.com> Signed-off-by: Yu Ke <ke.yu@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2019 Feb 15
2
Authenticating AD users and Local users
With a lot of help, I just got AD authentication working (Samba 4.8.3, CentOS 7.6, using Winbind). I then added a local account to a share, but I can’t login. My smb.conf has “security = ads”, but I can’t figure out how to use that AND authenticate local users. How can I authenticate Active Directory AND local users? Brian
2007 Feb 08
5
vmx status report against changeset 13826
We have tested the latest xen on VT platform with Intel 915/E8500 chipset. Three platforms (32/PAE/32E) test all are based on SMP, It means that we boot up SMP guest OS in VMX. Here is the test summary: New issue ================================================ No new issue Issues List: ================================================ 1) IA32E/PAE: 32bit Vista RTM network doesn''t
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu Commercial Scale Out IBM T.J. Watson Research Center 1101 Kitchawan Rd/Route 134, Rm 36-019 Yorktown Heights, NY 10598-0218 914-945-1854, Email: yuh@us.ibm.com ----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----...
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
Hao Yu Commercial Scale Out IBM T.J. Watson Research Center 1101 Kitchawan Rd/Route 134, Rm 36-019 Yorktown Heights, NY 10598-0218 914-945-1854, Email: yuh@us.ibm.com ----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----...
2012 Dec 14
8
3.8.0-rc0 on xen-unstable: RCU Stall during boot as dom0 kernel after IOAPIC
Hi Konrad, I just tried to boot a 3.8.0-rc0 kernel (last commit: 7313264b899bbf3988841296265a6e0e8a7b6521) as dom0 on my machine with current xen-unstable. The boot stalls: [ 0.000000] ACPI: PM-Timer IO Port: 0x808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01]
2009 May 13
9
PXELINUX, pxechain.com and Etherboot
Hi, Anyone has tried to use pxechain with Etherboot? Here is my problem: The Etherboot client had no problem to get the list of install servers manual from the pxechain. But didn't matter which server was chosen, Etherboot client always tried to use the first server to do the installation. Etherboot 5.4 was used. What the problem may be? PXEchain or Etherboot? Thanks, Joyce --
2008 Oct 15
5
REXML vs libxml
Hi all, I''ve been looking at the performance of my fb app and one glaring issue seems to be with the parsing speed of rexml in processing the results. Has anyone looked into porting the facebooker parser from rexml to libxml? If not, any reason I shouldn''t try? Thanks! Yu-Shan. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081015/d52870eb/attachment.html>
2024 May 08
1
Samba domain name in short format
...erwise, we have to keep the > current Samba server running. > > For the test Samba server, I followed the instructions to setup > Samba, but without winbind. In my test, everything works except that > it cannot recognize the short domain name YALE. If I use the full > domain name yu.yale.edu, everything works well. But it's difficult to > ask all users to use the long format. As I think, this seems a DNS > issue. But I don't know how to tell Samba server to resolve the short > name YALE as long name yu.yale.edu. I wonder if you or any experts > here can pro...
2005 May 04
4
selections of data by one variable
...nt to select a subgroup according to b==e<-c(13,15,17), then the same syntx doesn't work. What is the correct way to do it? My data have more than one million subjects, and I want to select part of them according to their id numbers. Your help will be highly appreciated. Best regards, Yu-Kang
2010 May 07
9
[PATCH] xl: Update memory info in xenstore when use ''xl mem-set''
''xl mem-set'' should update memory info in xenstore''s vm info. Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com> diff -r ccae861f52f7 -r 5847ce53f5dc tools/libxl/libxl.c --- a/tools/libxl/libxl.c Thu May 06 11:59:55 2010 +0100 +++ b/tools/libxl/libxl.c Sat May 08 01:38:51 2010 +0800 @@ -2290,11 +2290,22 @@ uint32_t videoram; char *videoram_s = NULL; char *dom...
2010 Feb 03
5
How to export the examples in help(something) to a file?
Some examples in the help page are too long to be copied from screen. Could somebody let me know some easy way on how to extract the example to a file so that I can play with them?
2013 Aug 08
2
[LLVMdev] Can I add GlobalVariable in MachineFunctionPass ?
..."real" ISAs, these structures do not contain any special properties about > registers or instructions, like cost or scheduling information. Are you > trying to figure out the total number of PTX registers that will be emitted? > > > On Wed, Aug 7, 2013 at 7:06 AM, Anthony Yu <swpenim at gmail.com> wrote: > >> OK. I know what you mean......... >> >> Simply speaking, I want to do some optimizations for PTX, and the >> information I need is similar to a register allocator. I know PTX is >> virtual ISA, but I will use PTX as the input...
2001 Sep 10
1
data format for ppinit
...named "spatial" has already installed, I just tried ... > library(spatial) > towns <- ppinit(test.dat) ------- test.dat ------- x,y 4,7 5,7 5,8 5,9 6,7 6,8 6,9 7,8 -------------------------- However, following error was given. Error in scan(tfile, list(xl = 0, xu = 0, yl = 0, yu = 0, fac = 0),n =5, : "scan" expected a real, got "5,7" Also, I tried... >towns <- ppinit("test.dat",xl=0,xu=10,yl=0,yu=10,fac=1) Error in ppinit("test.dat", xl = 0, xu = 10, yl = 0, yu = 10, fac = 1) unused argument(s) (xl ...) On ma...
2008 Aug 12
1
SR-IOV: patches are available for Linux kernel [4/4]
[PATCH 4/4] PCI: document SR-IOV SR-IOV Documentation. Signed-off-by: Yu Zhao <yu.zhao at intel.com> Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- Documentation/ABI/testing/sysfs-bus-pci | 13 ++ Documentation/PCI/00-INDEX | 2 Documentation/PCI/pci-iov-howto.txt | 170 +++++++++++++++++++++++++++++++ 3 files changed, 185...
2008 Aug 12
1
SR-IOV: patches are available for Linux kernel [4/4]
[PATCH 4/4] PCI: document SR-IOV SR-IOV Documentation. Signed-off-by: Yu Zhao <yu.zhao at intel.com> Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- Documentation/ABI/testing/sysfs-bus-pci | 13 ++ Documentation/PCI/00-INDEX | 2 Documentation/PCI/pci-iov-howto.txt | 170 +++++++++++++++++++++++++++++++ 3 files changed, 185...
2008 Aug 12
1
SR-IOV: patches are available for Linux kernel [4/4]
[PATCH 4/4] PCI: document SR-IOV SR-IOV Documentation. Signed-off-by: Yu Zhao <yu.zhao at intel.com> Signed-off-by: Eddie Dong <eddie.dong at intel.com> --- Documentation/ABI/testing/sysfs-bus-pci | 13 ++ Documentation/PCI/00-INDEX | 2 Documentation/PCI/pci-iov-howto.txt | 170 +++++++++++++++++++++++++++++++ 3 files changed, 185...