search for: arwin

Displaying 17 results from an estimated 17 matches for "arwin".

Did you mean: darwin
2009 Aug 26
0
ID mapping help
...tdb idmap uid = 1000000-1999999 idmap gid = 1000000-1999999 idmap config SKUNKTEST: backend = nss idmap config SKUNKTEST: range = 1000000-1999999 idmap config KRB: default = yes idmap config KRB: backend = tdb [foo] comment = A Shared Drive read only = no path = /samba/arwin When I do a "getent group" my winbindd-idmap.tdb populates with groups from AD with gid mappings, of course winbind is running. When I access a share via Windows and go to the security tab it will looks something like: Everyone arwin (Unix User\arwin) it_posix (Unix Group\it_posix) My...
2005 Aug 21
4
SYSLINUX 3.10-pre15
I just picked up 3.10-pre15 and the "PXELINUX corrupts graphic filename referenced from DISPLAY file" bug is zapped. Yipee! Thanks hpa. And Arwin too, if that 'xor esi,esi' was the crux. However, LOCALBOOT -1 and LOCALBOOT 0 don't work the same as they did for me in 3.07. :-( 3.07: LOCALBOOT -1 apears to work as I have a hard disk listed in bios boot order after the net card. LOCALBOOT 0 also works fine by booting the disk...
2005 Aug 18
2
Nasty Bug (BIOS?).
...MO my theory that the high 16 bits of esi were set to some undesired value. Probably the BIOS is setting the 16 high bits of esi to some value causing 'cmp [esi], edx' to go beyond the maximum. Hardware: MB Chaintech 5AGM2, BIOS Award v4.51PG, Intel Pentium 166-MMX, HDD 6GB. -- Regards, Arwin.
2010 Jul 30
1
Problem with short options (4.02).
Hello, There seems to be a problem with short options. F.i. "syslinux -s a:" results in: Unknown option: -s Usage: etc. With the long option "syslinux --stupid a:" however everything is ok. -- Regards, Arwin.
2010 Sep 21
1
[Pull request] disklib: fixes for write functions
...tp://syslinux.zytor.com/archives/2010-September/015341.html) and the second one is a sanity check for the number of sectors written by call ( see http://syslinux.zytor.com/archives/2010-September/015342.html). Thanks, The following changes since commit 6f438cf6d03e45d875b510559246573954e43218: Arwin Vosselman (1): Fix missing option -s in libinstaller are available in the git repository at: git://github.com/pierre/syslinux.git disklib-fixes Pierre-Alexandre Meyer (2): gpllib: disk: make write functions actually work gpllib: disk: cap the number of sectors per write c...
2009 Aug 18
0
ID mapping help LDAP/AD
...size = 50 server string = Samba RnD Server winbind use default domain = Yes winbind trusted domains only = Yes winbind enum groups = Yes winbind enum users = no idmap uid = 15000-20000 idmap gid = 15000-20000 [foo] comment = A Shared Drive read only = no path = /samba/arwin The relevant entries in nsswitch.conf: passwd: files ldap shadow: files ldap group: files ldap winbind Should the setup above populate winbindd_idmap.tdb with groups from AD? Thanks, Arwin
2005 Sep 26
2
floppy disk emulation boot regression
I am in the process of trying to update a bootable Linux CD that I initally built some time ago using RedHat 7.3 and syslinux 1.x (I believe that x = 52, but this doesn't seem to be relevant). In order to do this, I first built a floppy disk image and made it bootable by running "syslinux -s" on the image; then I incorporated this image into a CD using "mkisofs -b boot.img -c
2005 Aug 24
1
SYSLINUX 3.10 released
...th systems with broken EBIOS. * New API call to do "localboot". * New API call to query features. * New API call to run kernel image, a lower-level call than "run command". See comboot.doc. * Fix for bug in EBIOS code discovered by Arwin Vosselman. * NOESCAPE security fix. * Comments are now recognized even without a space following #. * Fix incorrect handling of mixes of entries with and without MENU PASSWD. * The idle API call now harmlessly returns failure if it is a no-o...
2005 Aug 18
0
SYSLINUX 3.10-pre10 pushed out
I have pushed out SYSLINUX 3.10-pre10 with the fix for Arwin's bug. Still no idea about the bug reported by Curtis Doty. Pending issues before 3.10: - Need for forward-port EBIOS changes from SYSLINUX to EXTLINUX; - Verify EXTLINUX functionality on Supermicro systems; - Try to make some head or tail out of menu.c32 hang, if at all possible; - NOESCAPE...
2010 Oct 23
0
SYSLINUX 4.03 released
...ry to be smarter about finding the partition offset. * chain.c32: support chainloading Dell Real Mode Kernel (Gene Cumm). * chain.c32: fix booting in CHS mode. * rosh.c32 updated (Gene Cumm). * Fix the -s option to the syslinux/extlinux installer (Arwin Vosselman). * isohybrid: fix padding of large images (PJ Pandit). Begin3 Title: syslinux Version: 4.03 Entered-date: 2010-10-22 Description: SYSLINUX is a collection of boot loaders for the Linux operating system which operates off Linux ext2...
2007 May 02
4
syslinux 2.11
Hi* *I know very little about Linux but I am trying to set up a* *flash drive with Feather Linux and part of the instructions say I need a copy of syslinux 2.11 to make it boot correctly. They say the newer versions which is all I can find will not let it boot correctly. I can't seem to find any contact information to tell them at Feather Linux that if a specific older file is needed why
2005 Sep 03
0
SYSLINUX 3.11 released
...th systems with broken EBIOS. * New API call to do "localboot". * New API call to query features. * New API call to run kernel image, a lower-level call than "run command". See comboot.doc. * Fix for bug in EBIOS code discovered by Arwin Vosselman. * NOESCAPE security fix. * Comments are now recognized even without a space following #. * Fix incorrect handling of mixes of entries with and without MENU PASSWD. * The idle API call now harmlessly returns failure if it is a no-o...
2005 Sep 10
2
colon in syslinux.cfg leads to "Unknown keyword"
hi, sorry for bothering the list but since I didn't find anything in the documentation or archives I would be grateful for your help. For a customized USB installer (based on redhat anaconda) I wanted to pass an kernel parameter which contains a colon. This leads twice to the error message "Unknown keyword in syslinux.cfg." Quoting the append string using ' or "
2006 Aug 26
2
SYSLINUX 3.20 released
Hi all, I have officially released SYSLINUX 3.20: Changes in 3.20: * EXTLINUX: New options --install (-i) and --update (-U), to make it clear if a boot loader should be installed or updated. For now, defaults to --install for compatibility; a future version will require one of these options. * New library functions to load and place files in
2009 Oct 27
1
RHEL Cluster Samba and AD
Dear All, My head is spinning and I fear I am trying to start this from far too far behind to keep ploughing on. Essentially we are having difficulty with our samba shares at work. We have moved to server 2k8 DCs and this seeems to have reeked havoc on our setup. Our difficulty seems to stem from authentication issues. We have bodged a work around though it is neither very secure nor indeed
2015 Jul 23
9
Looking for mkdosfs for Syslinux 1.67
Greetings one and all. I'm a unix newbe....so deal with me here. I have a .iso copy of syslinux 1.67 (which actually might be ISOlinux??) that I boot from CD (ramdisk version...no HD needed)... but my version doesnt have the mkdosfs utility on it. I was looking for an executable that would work with this version... can someone point me toward such an animal??? :Pat
2004 Aug 19
4
MASQUERADE problem again...
Dear list members, Masquerading does''not work for me. This is a Mandrake Linux 10 system, but I use another kernel, that included in the original distribution (original: 2.6.3, now used 2.6.8 because of a lot of suck with OpenSwan with kernels prior 2.6.4). The problem seems to be similar or identical mentioned here: