search for: bcd

Displaying 20 results from an estimated 135 matches for "bcd".

Did you mean: bad
2010 Mar 07
3
Can PXElinux be used to dynamically pass DHCP option 252 to a PXE client?
...ear me out... Those of you who have been working on PXE-booting Windows PE instances or the new Windows installer images that make use of the Windows Boot Manager and ".wim" files may have come across the general understanding that the "Boot Configuration Database" file ("BCD") has to exist on the TFTP server as "\Boot\BCD". You will also have come across the idea that the "bootmgr.exe" file HAS to exist in the root of the TFTP server as "\bootmgr.exe"... All of this is however only partially correct. The default behaviour for the &q...
2004 Sep 30
0
Domain member server with local users
Hi, I'm trying to build a samba server that shall substitue one of our NT4 servers but I'm having some problems with setting up the local user account: The NT4 server was member of a ressource domain (R1) and also had a local user account named "bcd" which is needed for a boot-cd. Normal users authenticated through the master domains M1 and M2 which has all the necessary trusts setup and working. For samba I'm using 3.0.7-Debian. I've setup winbindd and joined samba to the domain (security = domain). Authentication is working for...
2016 Jun 09
1
Unable to setup messaging listener
Hello people, Today I noticed that there's a lot of this messages in the /var/log/messages: Jun 9 13:23:00 bcd samba[14033]: [2016/06/09 13:23:00.772684, 0] ../source4/lib/messaging/messaging.c:644(imessaging_init) Jun 9 13:23:00 bcd samba[14033]: Unable to setup messaging listener for '/opt/samba/private/smbd.tmp/msg/msg.14033.41':NT_STATUS_DISK_FULL Jun 9 13:23:00 bcd samba[14033]: [2016/06...
2013 Feb 21
2
[LLVMdev] llvm-ar llvm-link
Hi, I tried to build an llvm archive and link it against an llvm bc file. However, it fails. Following is the procedure I followed ( abc.c is file which calls a function whose definition is present in bcd.c) $ clang -c -emit-llvm abc.c $ clang -c -emit-llvm bcd.c $ llvm-ar cr bsd.ar bcd.o $ llvm-link abc.o bsd.ar llvm-link: bsd.ar:1:2: error: expected integer !<arch> ^ llvm-link: error loading file 'bsd.ar' What am I missing here ? Regards, Ankur -------------- next part --...
2013 Feb 21
0
[LLVMdev] llvm-ar llvm-link
Hi Ankur, Why do you need archive in this case? The other way of doing this is to merge all bitcode files into single file: $ clang -c -emit-llvm abc.c -o abc.bc $ clang -c -emit-llvm bcd.c -o bcd.bc llvm-link bcd.bc abc.bc -o merged.bc Cheers, Ahmad From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of ankur deshwal Sent: 21 February 2013 17:54 To: llvmdev at cs.uiuc.edu; ankur deshwal Subject: [LLVMdev] llvm-ar llvm-link Hi, I tried to build...
2010 Oct 25
2
Find index of a string inside a string?
Hi, I am searching for the equivalent of the function Index from SAS. In SAS: index("abcd", "bcd") will return 2 because bcd is located in the 2nd cell of the abcd string. The equivalent in R should do this: > myIndex <- foo("abcd", "bcd") #return 2. What is the function that I am looking for? I want to use the return value in substr, like I d...
2015 Sep 01
2
Samba AD - Issue with winbindd: Could not write result
...t /etc/resolv.conf search DOMAIN nameserver 172.16.5.22 nameserver 172.16.5.1 nameserver 8.8.8.8 [root at wdc samba]# samba -V Version 4.2.3 [root at wdc samba]# cat /etc/krb5.conf [libdefaults] default_realm = DOMAIN.COM dns_lookup_realm = false dns_lookup_kdc = true DC 2: [root at bcd samba]# uname -a Linux bcd.senffnet 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 01:55:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [root at bcd samba]# cat /etc/redhat-release CentOS release 6.6 (Final) [root at bcd samba]# cat /etc/resolv.conf search DOMAIN nameserver 172.16.5.1 nameserver...
2014 Aug 30
2
PXE booting WinPE with UEFI architecture
...ipxe? As so: LABEL WinPE MENU LABEL WinPE MENU INDENT 3 COM32 pxechn.c32 APPEND http://192.168.1.100/undionly.kpxe And then in the same location, I put this boot.ipxe file and all support files: #!ipxe kernel wimboot initrd bootmgr bootmgr initrd boot/bcd BCD initrd boot/boot.sdi boot.sdi initrd http://<SCCM-server>/boot.wim boot.wim imgstat boot Is that all correct? Spike
2014 Aug 30
0
PXE booting WinPE with UEFI architecture
...pxechn.c32 > APPEND http://192.168.1.100/undionly.kpxe undionly.kpxe will likely be BIOS-only also. > And then in the same location, I put this boot.ipxe file and all support > files: > > #!ipxe > kernel wimboot > initrd bootmgr bootmgr > initrd boot/bcd BCD > initrd boot/boot.sdi boot.sdi > initrd http://<SCCM-server>/boot.wim boot.wim > imgstat > boot Likely if you transform the above to Syslinux format. LABEL wimboot LINUX wimboot APPEND initrd=bootmgr,boot/bcd,boot/boot.sdi,http://<sccm-server>/b...
2013 Feb 22
1
[LLVMdev] llvm-ar llvm-link
...>wrote: > Hi Ankur,**** > > ** ** > > ** ** > > Why do you need archive in this case? The other way of doing this is to > merge all bitcode files into single file:**** > > ** ** > > $ clang -c -emit-llvm abc.c –o abc.bc**** > > $ clang -c -emit-llvm bcd.c –o bcd.bc**** > > llvm-link bcd.bc abc.bc –o merged.bc**** > > ** ** > > Cheers,**** > > Ahmad**** > > ** ** > > *From:* llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *ankur deshwal > *Sent:* 21 February 2013 17:54...
2015 Sep 01
2
Samba AD - Issue with winbindd: Could not write result
...rver 172.16.5.1 > nameserver 8.8.8.8 > > [root at wdc samba]# samba -V > Version 4.2.3 > > [root at wdc samba]# cat /etc/krb5.conf > [libdefaults] > default_realm = DOMAIN.COM > dns_lookup_realm = false > dns_lookup_kdc = true > > DC 2: > [root at bcd samba]# uname -a > Linux bcd.senffnet 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 > 01:55:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > > [root at bcd samba]# cat /etc/redhat-release > CentOS release 6.6 (Final) > > [root at bcd samba]# cat /etc/resolv.conf > search D...
2016 Jun 10
0
Re: [PATCH 2/2] v2v: remove the 'graphicsmodedisabled' entry in ESP BCD
...Fri, Jun 10, 2016 at 05:07:03PM +0300, Pavel Butsykin wrote: > Guest tools for Windows in Parallels / Virtuozzo Server 6 contain a > paravirtualized video driver, which wants to take full control of the video > mode. To avoid excessive video mode switches in UEFI VMs it executes > "bcdedit /set {current} graphicsmodedisabled true". > > When such a VM is imported into a QEMU/KVM-based hypervisor, the > standard video drivers in Windows do not set the video mode as they > expect it to have already been configured by the bootloader. As a result, > the VM runs w...
2015 Sep 02
2
Samba AD - Issue with winbindd: Could not write result
...c samba]# samba -V > > Version 4.2.3 > > > > [root at wdc samba]# cat /etc/krb5.conf > > [libdefaults] > > default_realm = DOMAIN.COM > > dns_lookup_realm = false > > dns_lookup_kdc = true > > > > DC 2: > > [root at bcd samba]# uname -a > > Linux bcd.senffnet 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 > > 01:55:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > > > > [root at bcd samba]# cat /etc/redhat-release > > CentOS release 6.6 (Final) > > > > [root at bcd samba]# cat /et...
2015 Sep 01
0
Samba AD - Issue with winbindd: Could not write result
....5.1 > nameserver 8.8.8.8 > > [root at wdc samba]# samba -V > Version 4.2.3 > > [root at wdc samba]# cat /etc/krb5.conf > [libdefaults] > default_realm = DOMAIN.COM > dns_lookup_realm = false > dns_lookup_kdc = true > > DC 2: > [root at bcd samba]# uname -a > Linux bcd.senffnet 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 > 01:55:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > > [root at bcd samba]# cat /etc/redhat-release > CentOS release 6.6 (Final) > > [root at bcd samba]# cat /etc/resolv.conf > search DOMAIN &...
2008 Dec 03
1
intersection of two matrices(updated)
Hi, I have two matrices as follow: matrix A = a=matrix(c(c("abc","abc","bcd","bcd","bce","bce"),c("a1","d2","d1","d2","a1","a2")),6,2) and matrix B which contains pair of values : b=matrix(c(c("a1","a1"),c("a2","d2")),2,2) In short, I...
2014 Aug 30
2
PXE booting WinPE with UEFI architecture
On 30/08/14 02:00, Gene Cumm wrote: >> And then in the same location, I put this boot.ipxe file and all support >> files: >> >> #!ipxe >> kernel wimboot >> initrd bootmgr bootmgr >> initrd boot/bcd BCD >> initrd boot/boot.sdi boot.sdi >> initrd http://<SCCM-server>/boot.wim boot.wim >> imgstat >> boot > > Likely if you transform the above to Syslinux format. > > LABEL wimboot > LINUX wimboot > APPEND initrd=bootmgr,b...
2016 Jun 12
0
Re: [PATCH v2 2/2] v2v: remove the 'graphicsmodedisabled' entry in ESP BCD
...emp_path = g#mkdtemp "/Windows/Temp/ESP_XXXXXX" in > + > + match inspect.i_firmware with > + | I_BIOS -> () > + | I_UEFI esp_list -> > + List.iter ( > + fun dev_path -> > + g#mount dev_path esp_temp_path; > + fix_win_uefi_bcd esp_temp_path; > + g#umount esp_temp_path; > + ) esp_list; > + > + g#rmdir esp_temp_path; doesn't do what you think. The match statement extends all the way through to the g#rmdir, so g#rmdir will only be executed along the I_UEFI path. My solution to this was to m...
2015 Sep 02
0
Samba AD - Issue with winbindd: Could not write result
...rver 172.16.5.1 > nameserver 8.8.8.8 > > [root at wdc samba]# samba -V > Version 4.2.3 > > [root at wdc samba]# cat /etc/krb5.conf > [libdefaults] > default_realm = DOMAIN.COM > dns_lookup_realm = false > dns_lookup_kdc = true > > DC 2: > [root at bcd samba]# uname -a > Linux bcd.senffnet 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 > 01:55:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > > [root at bcd samba]# cat /etc/redhat-release > CentOS release 6.6 (Final) > > [root at bcd samba]# cat /etc/resolv.conf > search D...
2015 Sep 02
0
Samba AD - Issue with winbindd: Could not write result
...t; [root at wdc samba]# samba -V > > Version 4.2.3 > > > > [root at wdc samba]# cat /etc/krb5.conf > > [libdefaults] > > default_realm = DOMAIN.COM > > dns_lookup_realm = false > > dns_lookup_kdc = true > > > > DC 2: > > [root at bcd samba]# uname -a > > Linux bcd.senffnet 2.6.32-504.3.3.el6.x86_64 #1 SMP Wed Dec 17 > > 01:55:02 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux > > > > [root at bcd samba]# cat /etc/redhat-release > > CentOS release 6.6 (Final) > > > > [root at bcd samba]#...
2016 Apr 04
2
Changes to get CD to boot on EFI System.
On Monday, April 4, 2016, 14:01:42, Thomas Schmitt via Syslinux wrote: > What software and options did you use to produce the ISO ? Since I'm on Windows, I ended using Microsoft's oscdimg, with the following command line: oscdimg.exe -a -m -o -j1 -bootdata:2#p0,e,bcd\isolinux\boot.bin#pEF,e,bcd\boot\efiboot.ima CD sysresccd.iso I haven't tried booting the resulting ISO in BIOS mode, and the program gave an error about the image file being too large if efiboot.ima was >32MB. -- < Jernej Simon?i? ><><><><>< http://eterna...