similar to: unable to boot XP (Image checksum error)

Displaying 20 results from an estimated 600 matches similar to: "unable to boot XP (Image checksum error)"

2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the bottom are dropping off. I seem to be limited to 12 items. Is there a limit to how many items can be on the simple menu? default pxelinux.cfg/menu.c32 prompt 0 MENU TITLE UWSP PXE Boot Menu # TIMEOUT 200 LABEL bartpe MENU LABEL Build 12 KERNEL /STARTROM.0 APPEND keeppxe LABEL 11dnet MENU LABEL Build 11DNET beta
1998 Jun 05
1
Simple password checker
I'm attempting to get a Linux box to authenticate users from NT. I think it's possible by writing a PAM module (not hard) and using part of Samba's source to verify the password on the NT server. I'm getting pretty bogged down trying to work out how to do this - it seems like it should be simple - just take the password and username and ask the NT server if it's correct. If
2002 Nov 07
1
smbpasswd (adding machines?) with pdb_mysql doesn't work
Hiya. Still having fun with his mysql module - it appears to read from the mysql database fine, but I can't seem to add machine accounts (and I can't get too far unless I do this). It might also be my own stupidity too - let me know ;-) I've got a machine called "bbmachine" - without pdb_mysql, I can join the domain no problems. However, I need to rejoin the
2002 Nov 07
1
pdb_mysql isn't working for me :-(
Hiya... Trying to auth users against a mysql database using pdb_mysql. Using samba3.0 from CVS, running as a PDC. Few questions as well: In the "username column:", I'm assuming I need a real unix user here? Can I have a whole bunch of "nt username" users (i.e. non-unix users) in the mysql db to be auth'ed with samba, but they're all using the same unix user?
2008 Aug 11
2
Wine and Gnome menus...
Hi all, I've spent several days tinkering with Wine and have uncovered what seems to be a mess: Menus in Gnome for Wine applications... I'm running Debian 4.0 (Etch) with a few backports, and Gnome 2.14.3. I've progressed from the version of Wine that's in the Etch repositories, 0.9.25-2.1, through the one in backports, 1.0-rc1-1, to the current 1.1.1 from the WineHQ
2003 Apr 23
1
Insecure smbpasswd with ldap ??
hi there i have recently moved all users to LDAP and incorporated the Samba schema i have allocated servers read only access to the data except for what is required ie lmpass ... ntpass .. what disturbs me is that smbpasswd demands write access to uid,rid,primarygroup,cn,displayname i would rather it did not do this i fully understand why samba requires write access to other attr's in fact in
2006 May 08
0
Merging Mandrake 10.1 auto_install floppy with first CD of the same distro.
Hello, I have been struggling for long with the above. The purpose behind attempting the same is to have a handsfree install from the first CD (bootable) including a customised kernel and application. There will be no user intervention required whatsoever during installation. In this regard this is what I am trying to do. At the end of a manual install of the above distro I can create a auto
2000 Apr 18
1
rpcclient Shutdown
I have compile rpcclient using the last CVS, and have some questions regarding it. I would like to use rpcclient with perl to do a remote shutdown to NT Workstations on lan. >From my linux box ( Running Samba 2.0.6 ) I can successfully connect to the remote NT4.0 Wks, but the list of commands that I have access is only regenum regdeletekey regcreatekey regquerykey regdeleteval
2009 Apr 10
3
bug (I think) in gpxelinux.0 ?
Hi, Currently I am building a new PXE boot environment and during that I noticed something odd while attempting to boot using one of those universal netbootdisks based on the '3Com Universal NDIS driver v1.00' (aka undis3c) driver. Using pxelinux.0 this works like a charm, but when I switch to gpxelinux.0 the 3Com driver bails out on me... all other configuration is the same. Have
2009 Jun 23
2
values in graph points
Hello, How to add x values in graph points? Thanks a lot, Romildo x <- c(22.44, 20.14, 15.85, 15.97) plot(x, type="n", axes=FALSE, ann=FALSE, labels=c(22.44, 20.14, 15.85, 15.97)) par(lwd=1) lines(x) points(x, pch=5, bg="grey", cex=1.5) axis(2, las=1) axis(1, at=1:4, lab=c("none", "50-50", "80-20", "90-10")) box()
2000 Mar 19
2
samba-tng-alpha-1.1.tar.gz
ftp://samba.org/pub/samba/alpha and mirror sites 1) i fixed a problem with nmbd's GETDC response, it is responding better but still not perfectly (and 2.0.x and cvs main need to be fixed, as well) as there exists no explanation for the correct response to locate a Domain Controller using GETDC. the upshot of fixing this is that joining an nt workstation to a TNG domain is now _extremely_
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
On 09/05/2013 01:55 AM, Gene Cumm wrote: > On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski > <piotr.karbowski at gmail.com> wrote: > >> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with >> 5.01 it will display list of elements, then allow me to choose which one I >> want to enter. >> >> Even if the include part contain a
2010 Feb 24
1
isolinux.cfg parsing issue
Hi, I've been trying to setup a dual livecd. However I am getting an error with parsing the isolinux.cfg. I am using 3.84. the relevant section of the isolinux.cfg is as follows label LiveCD1 kernel vmlinuz1 append livecd=livecd1 initrd=initrd1.gz root=/dev/rd/3 acpi=on splash=silent vga=788 keyb=us fstab=rw,noauto label LiveCD2 kernel vmlinuz2 append livecd=livecd2
2008 Mar 04
3
Failed to boot USB drive via syslinux if kernel is not in /
Hi, Sorry for asking this again if this have been asked. I searched this mailing list but I can not find the confirmed answer. We tried to use syslinux to boot USB flash drive. The problem is, if we put the kernel and initrd in /casper directory, syslinux failed to boot, it showed us: ------------------ Booting error message: SYSLINUX 3.11 Debian-2007-03-12 EBIOS boot: /casper/vmlinuz1 Could not
2004 Nov 30
2
feature request/reminder - alias / bootsector
HPA, a longterm reminder. See below. Can you also make a LABEL ignore other labels if no KERNEL statement is found in between? That way you could define multiple aliasses for an entry. label foo label bar label memtest kernel memtestp foo ignores 'label bar' , 'label memtest' and executes 'kernel memtest' bar ignores 'label memtest' and executes 'kernel
2008 May 29
1
plotting zoo using datetime as xlim
is there a way to use the actual index value for plotting zoo objects this is the way that the index is set up and a sample range of what I would like to plot 01/01/06 00:00:00 - 01/01/06 23:45:00 { library(zoo) # chron library(chron) fmt.chron <- function(x) { chron(sub(" .*", "", x), gsub(".* (.*)", "\\1:00", x)) }} x <- structure(c(15.57, 15.5,
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close: x <- list() keys <- LETTERS[1:6] # create for (i in keys){ x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5) } # output output <- file('tempxx.txt', 'w') for (i in keys){ write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE) write.table(x[[i]], file=output, quote=FALSE) } close(output) On Wed, Jul 2,
2013 Mar 11
0
switching checksum: did not match checksum
Hello puppet users, I´ve switched from md5 to md5lite to save some CPU cycles on my master, but this is causing me a lot of error messages where puppet is complaining about failed checksums..... Info: FileBucket adding {md5}3718fe556702d608c2490d7ffeffd890 Info: /File[/usr/local/bin/pollcmd]: Filebucketed /usr/local/bin/pollcmd to puppet with sum 3718fe556702d608c2490d7ffeffd890 Error: Could
2005 Jan 31
2
mass user creation
Hi, i plan to mass creat user in ldap to use with samba I tried with ldiff like the structure below, the user is created but no home directory is created, user in not member on any groups. 1) how to do with ldiff file to put a user member of a group ? So i plan to use smbldap-useradd => home drectorie is created with the appropriated rights, user is member of "Domain Users" :
2006 Apr 27
2
summary(lm(x~y)) difference between R-2.2.1 and R-2.3.0
Hi [macOSX 10.4.6; R-2.3.0] I have encountered a difference in behaviour between R-2.2.1 and R-2.3.0 when performing a linear model. Transcript follows for R-2.3.0 (R-2.2.1 worked as expected). How to make R-2.3.0 perform as R-2.2.1 did? > dput(x) c(29.13, 29.88, 30.09, 29.99, 29.74, 29.64, 29.65, 29.7, 30.04, 29.89, 29.96, 29.65, 28.76, 28.41, 28.38, 29.55, 29.76, 29.75, 29.84,