similar to: From NT4-PDC to Samba-PDC: 2.2.7a or 3.0.0-beta-x?

Displaying 20 results from an estimated 110 matches similar to: "From NT4-PDC to Samba-PDC: 2.2.7a or 3.0.0-beta-x?"

2003 Aug 14
1
Converting smbpasswd from Samba-2.0 to Samba-2.2 ?
Hi, I have a smbpasswd file from a Samba-2.0.x, generated with pwdump2 [1] . I'm in a NT-PDC to Samba-PDC migration. The documentation says that it generates Samba-2.0 style smbpasswd file [2]. But I would like to use the smbpasswd on a Samba-2.2.x machine. I've read that smbpasswd format changed . Is there a tool to convert smbpasswd from 2.0 to 2.2 ? I cannot find one. Any URL or
2001 Jul 04
1
Troubles with XFree86-4.10 and sound
Hi, I recently posted a success story (Steel Panthers). Well, now it's not working :( I updated the WINE version to 20010630 (from 20010510) and the XFree86 version 4.10 (from 4.03). Well, now it says that I have no sound (one application says that maybe will not work because there's no soundcard). And the game does not woork anymore (it uses DirectSraw, AFAIK, to paint a 800x600
2013 Feb 11
0
Windows 7 against Samba+LDAP does not work with some passwords
Dear all, I have installed Samba (3.6.6) on Debian wheezy and configured it to authenticate against LDAP (encrypted passwords, no lanman). I want simple shares with user security. I have configured PAM/NSS from the same LDAP and it works fine. WinXP works fine, smbclient works fine, but Windows 7 only works for SOME passwords. Some work, some do not. Samba is configured with restricted LDAP
2005 Jun 15
4
Adding a cups printer driver
Hello, I have desperately tried to make samba able to share the printer with a Win98SE client. First I tried cupsaddsmb, but that failed. Then I walked step by step through the installation manually as explained in the documentation, and everything stopped on this point: rpcclient -Uroot%xxxx -c 'adddriver "Windows NT x86"\
1997 Nov 28
1
R-beta: Please help (fwd)
---------- Forwarded message ---------- Date: Thu, 27 Nov 1997 08:39:37 +0100 (MET) From: "Dr. Imre Bartfai" <root at prof.pmmf.hu> To: R at stat.auckland.ac.nz Subject: Please help To whom it may concern, I have tried to compile the package R-0.50-4 on a Linux platform. However, while making 'dataentry.c' I got an error message according to 'dataentry.h'
2001 Feb 13
1
Suse
Can I get Wine for Suse 7.0, if so where from? Thanks Alex
2006 Sep 01
2
unmodified guests (VMX?) access PCI devices
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello folks I played a lot with Xen last days, isnt it possible to access PCI devices which are hidden from dom0? I didnt get it - at least my windows domain didnt get it. Another question: Im using hvmloader but many pages also talk about the vmxloader, was it prior the hvmloader coz it doesnt exist anymore? cheers - -- Georg
2008 Jun 30
1
Issue with Wx::Image class, especially set_data
Hello Hopefully some developer will see this too. I''ve problems using set_data method for example with wxruby 1.9.7/ruby 1.8.6 on mswin32. It always crashes: ..../classes/bitmap.rb:17: [BUG] segmentation fault On my Linux it works fine (thats no suprise of course). Probably somebody has a clue - I exported this raw data also with get_data, I guess this should be platform independent
2003 Aug 18
1
The specified domain either doesn't exist or couldn't be contacte d.
Hi list, I have installed Samba 2.2-8a on a linux box running RH 9 with LDAP backend as the account database. I have configured the system to function as PDC. When I try to join the domain from any Win2K machine, I get the following error: The following occured validating the name "mydomain". This condition may be caused by a DNS lookup problem. The specified domain either doesn't
2003 Aug 18
3
General Samba question
Greetings to all. I am currently a bit of a newbie in regards using Linux and Samba. I have worked for several years in the IT/digital divide sector of the nonprofit world (particularly in regards to utilizing used and refurbished hardware). I am have a couple of CompTIA certs. (A+ and N+) and some experience administering Windows 2000 Advanced Server. Anyway to my question.... I am
2009 Oct 22
1
help regarding creating package for GUI
Hello Brothers/Sister, I am trying to create a GUI for some formulas in R using tcltk and then convert them into R package . Can anyone please tell me how to create a package having GUI capabilities in it. I would be thankful if somebody can help me.May god bless every one of us living in this beautiful work
2009 Sep 22
1
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
Hi Victor, > What does the Ada front-end declare malloc as? I don't really want to tell you because a correct solution should work no matter what malloc is defined to be :) What I mean by "work" is that if malloc has the standard prototype then you perform transforms on it, and otherwise you should probably just ignore it. That said, Ada outputs malloc as: i32 @malloc(i32)
2008 Apr 04
3
Dovecot and stale nfs-locks hanging processes
Greetings dovecot mailing list. I have implemented a relatively big dovecot setup (250k users) and overall I am very pleased with dovecot functionality and performance. Setup description: * dovecot 1.0.x * FreeBSD 6.3 * Postfix (using dovecot deliver as LDA). * OpenLdap backend * Storage is NFS (Clariion EMC NFSd for Maildir, and FreeBSD NFSd for Indexes). * Locking is fcntl using
2002 May 08
3
mv to /tmp = baby's birthday jpg's lost.
Hello all, Yesterday I moved using the mv command in Redhat 7.2 ext3 file system to move to /tmp my /mnt/win98/"My Pictures" directory to tmp. The command executed normally, and I actually verified that the subdir was created in /tmp and the files were there in /tmp/"My Pictures" I was doing this to temporarily free space on my vfat windows 98 partition. When I went
2025 Jan 17
1
Different behavior when client uses "sec=none" and when provides bad user (mapped to guest)
On Fri, 17 Jan 2025 22:32:03 +0100 Carlos Alberto Balseiro Mayi via samba <samba at lists.samba.org> wrote: > ? > HI everyone. > > I've been analyzing a problem with an embedded Linux/FPGA device that > in some cases was failing to run properly when using files from a > samba share. After some time I've found it is related to Samba bug > 12783 and setting
2009 Sep 22
0
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
Duncan, Thanks for brining the Ada issue to my attention. On Sep 22, 2009, at 6:11 AM, Duncan Sands wrote: > Hi Victor, this code from the verifier broke the Ada front-end build: > > const Module* M = CI.getParent()->getParent()->getParent(); > Constant *MallocFunc = M->getFunction("malloc"); > > if (CI.getOperand(0) == MallocFunc) { > const
2006 Sep 01
5
can''t get network access from windows hvm
Hello everyone, I have been able to get windows xp to run under a virtual machine, but i cannot get any network access. My desktop is connected to a university network, and we are only given 1 ip address. so i understand i have to use routing instead of bridging, right? i have commented the two lines for bridge and enabled routing in /etc/xen/xend-config.sxp next i inserted a line: vif
2009 Sep 22
5
[LLVMdev] Verifier should not make any assumptions about calls to "malloc"
Hi Victor, this code from the verifier broke the Ada front-end build: const Module* M = CI.getParent()->getParent()->getParent(); Constant *MallocFunc = M->getFunction("malloc"); if (CI.getOperand(0) == MallocFunc) { const PointerType *PTy = PointerType::getUnqual(Type::getInt8Ty(CI.getParent()->getContext())); Assert1(CI.getType() == PTy, "Malloc
2010 Dec 31
1
MTU probes fail on reconnect
I've noticed some inconsistent performance with some of my tunnels and thought I would take some of the spare free time I have over the holidays to try to figure out what the cause of that may be. My environment in this case is my home LAN. Please forgive my use of the terms "server" and "client" in this email, I only use these terms to simply explanation. I statically
2010 Sep 20
0
No subject
connection will remain a TCP connection unless it is broken and restarted. Usually if I stop the client and wait for about 30 seconds to reconnect, there is a much greater chance that the MTU probes work fine, and in about 30 seconds MTU is fixed to 1416. Every time when the MTU probing fails, I see latency between 700 - 1000 ms with 32 byte pings over a LAN. Every time when the MTU probing does