Displaying 20 results from an estimated 1000 matches similar to: "GPL PV Drivers for Windows: install.bat problem"
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
> >
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
2002 Jun 24
0
Building a bootable floppy image > 1.44MB
Hi there!
After reading the last posting about creating a boot disk as non-root,
I have a question of my own:
Does anyone know a way to produce a floppy/harddisk image able to boot a
DOS environment (without using windows, vmware or other tools of that
kind)? Is it perhaps even possible to create larger disk images (>2.88MB)?
It's no problem to get an image with a DOS filesystem, but
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
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
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
hai,
The servers have "A and PTR" records?
You have for both server these UPNs.
nfs/${SETFQDN} ${SETHOSTNAME_CAPS}$
nfs/${SETFQDN}@${SAMBA_KERBEROS_REALM} ${SETHOSTNAME_CAPS}$
on the samba side the nfs spn is in you keytab file?
and if your brave, read, * dont run it, since i did not test this with windows servers.
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
2015 Sep 07
0
nfs based shared home dir question
Hai marcel,
Im using nfsv4 kerberos based host/client.
This is the line of the cat /proc/mounts
nfs4 rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=krb5,clientaddr=192.168.xx.xx,local_lock=none,addr=192.168.xxx.xxx 0 0
fstab only contains : nfs4 sec=krb5
Yes, i did see the nfs4-acl-tools, seen that, hoped that helped a bit,
But i did
2015 Jul 10
0
Getent Differences on a DC and a Member Server
On 10/07/15 08:05, Ritter, Marcel (RRZE) wrote:
> Hi,
>
> I know there've been some workarounds on this topic, however I'm missing
> the reason for winbind to behave differently on a DC and on a member
> server (I also had to work around that problem and I'd really like it fixed).
The reason is a bit historical, originally samba4, when running as an AD
DC, used the
2015 Aug 19
0
Samba 4 DC - no AES kerberos tickets - only arcfour
On 08/18/2015 02:28 PM, Ritter, Marcel (RRZE) wrote:
> Hi,
>
> I’ve been running a samba 4 DC for quite some time now, and while testing some kerberos related stuff, I noticed that all kerberos tickets I can get from the DC are of encryption type ?arcfour-hmac-md5“:
>
> # kinit testuser1
> testuser1 at S4DOM.TEST's Password:
>
> # klist -v
> Credentials cache:
2015 Aug 19
0
Samba 4 DC - no AES kerberos tickets - only arcfour
On 08/19/2015 12:02 AM, Ritter, Marcel (RRZE) wrote:
> 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
>
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
2016 Apr 07
0
Problem with Notepad ++
If you are saying other programs are saying this as well it could be your
windows system got corrupted and is not reporting mtime correctly to
underlying programs. Try on a fresh install of windows or some other
computer to be sure.
On Thu, Apr 7, 2016 at 2:34 PM, Jeff Sadowski <jeff.sadowski at gmail.com>
wrote:
> If your file is unchanged and the modified time is unchange in both ls
2016 Apr 08
0
Problem with Notepad ++
Hai,
Can you remove these 3 from you config? And try again.
Remove one by one, and test.
>> short preserve case = No
>> dos filetime resolution = Yes
>> socket options = TCP_NODELAY
I dont have this problem and use notepadd++ also a lot.
The is the only difference i see compaired to my config.
I use the latest notepad++.
Greetz,
Louis
>
2016 Apr 07
0
Problem with Notepad ++
Can you post ls -l of a file on your samba shared directory.(before opening
it with notepad++)
Also open in the windows file browser and right click on said file and
click on properties and take a window shot alt+prtscrn (before opening it
with notepad++)
save the image in paint and label it before. The time stamp should match
your ls -l if not you already have a problem
then when notepad++ sees
2008 Apr 29
18
tap:aio not working...
I''m running SLES10 SP1 and have been using file:/ for my file-backed domUs. The domUs sit on a shared OCFS2 SAN-backed filesystem and are run on my three or four XEN servers. I''m having issues with the loopback devices not being released when the domUs shutdown or migrate, so I decided to switch over to tap:aio for my file-backed domUs. This isn''t working, either.
2016 Apr 07
0
Problem with Notepad ++
Thank you for your mail.
Just one mor information, I asked help also on notepad++ : https://notepad-plus-plus.org/community/topic/11543/problem-with-reload
Someome give me the source of the reason of notepad++ asking for reload :
https://github.com/notepad-plus-plus/notepad-plus-plus/blob/86ab42031f3e1688edaab8390d3a82a181abdab0/PowerEditor/src/ScitillaComponent/Buffer.cpp#L232
I have done some