Displaying 20 results from an estimated 2000 matches similar to: "Building a bootable floppy image > 1.44MB"
2002 Jun 16
1
Bug in 1.75 PXE code (fwd)
> Marcel Ritter wrote:
> >
> > The good thing about it: The PXE code removal seems to work now ...
> >
> > But I'm not quite sure about the syntax - is the following right?
> >
> > label undi
> > kernel memdisk keeppxe
> > append initrd=UNDITest/dosundi.1
> >
> > The documentation only says:
> >
> > ... option
2002 Jun 06
3
pxelinux and image selection?
Hi!
I've been working with pxelinux for quite some time now, and I'd like to
use PXE and a simple kind of selection menu (like syslinux does).
But I couldn't get it to work. I can enter several "label" sections to
my pxelinux.cfg/<something> but it'll never ask, just boot the
first/default one ...
Is this currently supported at all? Or did I miss something?
2002 Jun 15
2
Bug in 1.75 PXE code
Hi!
I've spent the last days trying to get PXE working (with all the nice
stuff that's in the specification - doesn't work :-( )
So I tried the new 1.75 with the Intel DOSUndi Bootdisk (which should
verify that everything works correctly) but it does no longer work
with syslinux-1.75!
1.74 is fine - so I guess something is broken here ...
Please have a look at it - and let me know
2002 Jun 16
1
pxelinux and image selection? (fwd)
> Marcel Ritter wrote:
> >
> > I had a stupid config error in my pxelinux.cfg files - my fault.
> > Works fine now.
> >
> > But there's still one question:
> >
> > Is it possible to use shortcut keys to load a certain image?
> >
> > Something like:
> >
> > Press 1 for option one
> > Press 2 for option two
> >
2008 May 29
1
GPL PV Drivers for Windows: install.bat problem
Hi,
I just played with the new GPL PV driver release a bit, and there''s a
problem when running the included install.bat from a read-only device
(pvdriver.zip was extracted, and "burned" to virtual CD)
Cause of this problem:
During installation dpinst.exe is copied to the matching driver directory
(located on the install media) and executed there. Unfortunately this
fails
2009 May 08
0
Samba4: Full schema problems
Hi,
I just updated my test environment to latest samba4 git (with full MS
schema).
My Windows XP clients are quite happy, and creation of inetOrgPerson
accounts
is possible now! Great work!
However I'm running into some trouble when accessing samba's LDAP
server with ldap browsers. The error only occurs while browsing the
schema dn:
cn=schema,cn=configuration, $BASEDN
I tried
2004 Feb 16
3
PXE booting 2.88MB floppy
Hi,
I'm sorry to bring this up again but I can't quit get this too work. I'm trying
to build a 2.88 floppy image so that I can use PXE to load Ghost.
I'm useing the following to get a copy of the bootsector:
dd if=/dev/fd0 of=bootblock bs=512 count=1
Then I build the image file with:
mformat -C -t 160 -s 18 -h 2 -B bootblock x:
Then use mcopy to put the required
2004 Sep 01
2
openssh-3.9p1: no pam_close_session() invocation
Hello,
I would like to point to this problem again as I have not seen a reply to
my original posting:
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=106458208520320&w=2
and the problem still exists in version 3.9p1.
After closing a ssh-session the pam_close_session() function is not
invoked. Enabling PrivilegeSeparation (UsePrivilegeSeparation yes) does not
help.
Could someone
2009 Oct 03
3
PATCH: Build floppy image which contains HDT
This patch builds a floppy image with contains HDT, so users of GRUB or GRUB4DOS can use HDT too, without installing Syslinux.
When you compile Syslinux, this floppy image isn't build automatically.
To build it, runthe following from the extracted Syslinux source:
$ cd ./com32/hdt
$ make hdt.img
As suggested by Pierre-Alexandre Meyer, all extra files required for building
the floppy
2003 Sep 26
1
openssh-3.7.1p2: no pam_close_session() invocation
Hello,
I would like to use PAM. All PAM interaction worked well with openssh-3.5
Now that I have tried to upgrade to 3.7.1p1/p2 the pam_close_session()
function won't get invoked. Some debugging shows, that the call is
protected by an if-statement (module auth-pam.c, function sshpam_cleanup):
if (sshpam_session_open) {
pam_close_session(sshpam_handle, PAM_SILENT);
/* cb, 26.09.03 */
2006 Sep 22
2
SYSLINUX 3.31-pre3 released
After thinking a bit of the multi-file support in 3.31-pre1, and
considering a few users' feedback on the subject, I have made a couple
of changes:
1. The dummy filename ~ can be used to mean "the main config file".
2. There is a MENU INCLUDE directive now.
-hpa
2003 Apr 15
0
ACL group permissions only work on primary group (RickSegeberg)
I appreciate your response and I tried your solution. However, it does not seem to help.
I am using MS Active Directory on a Windows 2000 server for the authentication and rights for the users. I realize AD is based on LDAP, but it's been changed to suit Microsoft's needs - meaning it's not "pure ldap".
Based on what you said, I made sure to create a user and a few groups
2015 Aug 19
2
Samba 4 DC - no AES kerberos tickets - only arcfour
Hi Trever,
things improved after resetting user/machine passwords, however only the session key is using aes256 now, the ticket itself is still arcfour:
root at ubuntu1:~# kinit user09999
user09999 at S4DOM.TEST's Password:
root at ubuntu1:~# klist -v
Credentials cache: FILE:/tmp/krb5cc_0
Principal: user09999 at S4DOM.TEST
Cache version: 4
Server: krbtgt/S4DOM.TEST at
2003 Oct 06
4
Bootable 2.88MB floppy image
I would like to be able to create a 2.88MB bootable floppy image to hold the kernel and initrd -- will be used for automated install. In various newsgroups there have been many posting attempting to describe how to achieve this, but none of them is complete.
Can syslinux be used to achieve this?
What about memdisk?
Thank you in advance.
Fet
2009 Oct 04
1
Build a bootable floppy image which contains HDT
It is now possible to build a bootable floppy image which contains HDT,
with my patch applied to Erwans HDT branch:
http://git.zytor.com/?p=users/erwan/hdt.git;a=commit;h=16b37fe2266c920087f88cdec94243b71218d871
Unpack the Syslinux archive and build whole Syslinux first,
then cd to ./com32/hdt/ and make hdt.img
$ make
$ cd ./com32/hdt/
$ make hdt.img
Now you have a 2.88 MB floppy image which
2004 Apr 10
1
Floppy image larger than 2,88MB
I hope I've understand that all, somebody wants to create a floppy-image
larger than 2.88MB an use it with memdisk? I have modified a tool from Bart
Lagerweij (Big thanks!) and can create Floppy-Images with 5760kB and 8100kB,
and boot them with ISOLINUX and MEMDISK (or also with a modified
DISKEM1X.BIN), is this what you mean? These tools must run under windows, but
booting no problem.
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
Try this on your samba DC.
amba-tool spn list PCNAME$
You should see something like:
PCNAME$$
User CN=PCNAME,CN=Computers,DC=internal,DC=domain,DC=tld has the following servicePrincipalName:
HOST/PCNAME
HOST/PCNAME.internal.domain.tld
nfs/PCNAME.internal.domain.tld
nfs/PCNAME.internal.domain.tld at YOUR_REALM
can you confirm this for both your servers which
2002 Sep 25
2
smbd process with high cpu utilization.
One of my smbd processes used 100% cpu. I straced the process and the
output follows:
washington:~# strace -p 3416
fcntl64(13, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=404, len=1},
0xbfffefa0) = 0
sendto(12, "\3\0X\r\0\0&\0\0\0\0\0\0\0\'\374\f\0\0\0\0\0\16\0\0\0", 26, 0,
{sin_family=AF_INET, sin_port=htons(41373),
sin_addr=inet_addr("127.0.0.1")}}, 16) = 26
2015 Sep 07
2
nfs based shared home dir question
Ok, i clarify a bit more.
\\servername.internal.domain.tld\users2\%username% is used in my AD for the home folder of the users. %username% translates to the username.
I tried 2 setups now, windows acl base setup and posix based setup.
Both fail for me.
THE SERVER with the shares ( and is nfs server)
The samba/windows part. ( postix rights setup )
On the server this is /home/samba/users2
2004 Jan 16
0
2.88MB Floppy
Hi,
Hope you don't mind, would like to check that whether could the
2.88MB Floppy drive to read a 1.44MB Floppy Disk ?
Know any company still producing the 2.88MB Floppy Disks ?
Many Thanks.
and have a wonderful day.
Best Regards,
Chew, Siak Koon (Mr)
Assistant IS Manager
Expeditors (Malaysia) - Penang
Tel : 604-6307007 Fax : 604-6428441 Mobile : 6012-474 6933
eMail :