Displaying 20 results from an estimated 20000 matches similar to: "smbpasswd - zero size"
2004 Jun 06
2
LDAP authentication problem
Hi
I have a little problem with my ldap authorization of samba against Novel LDAP server. 
This is the log output from the Novel Ldap server:
----------------------------------------------------------------------------------------------------
New TCP connection 0xcb1e3980, monitor = 0x1bf, index = 2
(0xcb1e3980:0x0001:0x60) DoBind on connection 0xcb1e3980
(0xcb1e3980:0x0001:0x60) DoBind: name =
2004 Jun 29
3
smbpasswd !!?!
please help me. 
Why I cannot create a user with smbpasswd without having this username in /etc/passwd???
###################
bash-2.05# smbpasswd -a testaccount
New SMB password:
Retype new SMB password:
Failed to initialise SAM_ACCOUNT for user testaccount.
Failed to modify password entry for user testaccount
bash-2.05#
##############
my global in smb.conf
[global]
   workgroup = J9_C
   server
2011 Feb 18
6
[Bug 34430] New: nouveau driver does not return VGA connector status breaking upower
https://bugs.freedesktop.org/show_bug.cgi?id=34430
           Summary: nouveau driver does not return VGA connector status
                    breaking upower
           Product: xorg
           Version: unspecified
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
   
2006 Jul 21
2
SSH and winbind authentication on Solaris 10
I've googled my heart out, but I cannot see an example of ssh authentication
with Active Directory and winbindd, particularly on Solaris 10. I have it
working on Solaris 8 with telnet, but I'm trying to break my users of
telnet.
Has anyone got it working? If so, would you be willing to share the global
section of your smb.conf and pam.conf with me?  Is there something I need to
put in one
2002 Nov 08
2
smbpasswd not installed wit 2.2.5 and 2.2.6
Hi everybody,
does somebody know why when I install a samba 2.2.5 or 2.2.6, it doesn't put
the file which contains the password samba, i.e. /etc/samba/smbpasswd . 
With the result that when I have just created a user linux and that I want
to add it under samba "smbpasswd  user" it lets me enter the password but
failed when it wants to reach the base. Somebody has an idea? 
thanks
2009 Apr 08
1
[LLVMdev] [PATH] Fix instruction size computation on amd64
Hi,
  The attached small path fixes X86InstrInfo::getMemModRMByteSize to be
consistent with the emit code in X86CodeEmitter::emitMemModRMByte on amd64.
            Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090408/ad831982/attachment.html>
-------------- next part --------------
A non-text
2009 May 04
4
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi,
  Here is an updated version of the patch using address space 257.
                Zoltan
On Mon, May 4, 2009 at 11:36 PM, Shantonu Sen <ssen at apple.com> wrote:
> Maybe 257 would be better (or other unused), because of r70197, which gives
> special behavior for <256
>
> Shantonu Sen
> ssen at apple.com
>
> Sent from my Mac Pro
>
>
> On May 4, 2009,
2008 Dec 09
3
[LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
Hi,
  Attached is the final version of the patch, adding the requested
FIXME. If this is ok, can
somebody check it in ?
                                thanks
                                      Zoltan
On Tue, Dec 9, 2008 at 9:58 PM, Bill Wendling <isanbard at gmail.com> wrote:
> On Tue, Dec 9, 2008 at 6:11 AM, Zoltan Varga <vargaz at gmail.com> wrote:
>> Hi,
>>
2009 Sep 05
4
[LLVMdev] loads from a null address and optimizations
Hi,
  I don't intentionally want to induce a tramp, the load null is created by
an llvm optimization
pass from code like:
   v = null;
   .....
   v.Call ();
            Zoltan
On Sat, Sep 5, 2009 at 11:39 PM, Bill Wendling <isanbard at gmail.com> wrote:
> Hi Zoltan,
>
> We've come across this before where people meant to induce a trap by
> dereferencing a null. It
2015 Feb 09
2
Domain users can't browse or access shares
Dear mail list, 
I have a Ubuntu server which I upgraded from 11.10 to current LTS 14.4 
running kernel: Linux bgo-nfs01 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 
16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux. 
Filename: pool/main/s/samba/samba_4.1.6+dfsg-1ubuntu2_amd64.deb 
At the same time the purpose was changed from NFS with Samba for limited 
amount of users to NFS and SAMBA with file
2009 Sep 14
3
[LLVMdev] merge request for 2.6
Hi,
  Would it be possible to merge this commit:
http://llvm.org/viewvc/llvm-project?view=rev&revision=80960
to the llvm 2.6 branch ? Without it, incomplete unwind info is generated for
functions with 0 stack size.
               thanks
                     Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 May 04
1
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
Hi,
  If I'm writing a JIT, and want to access the TLS variables of the app
containing the JIT, I can't
use thread_local since that only works for variables declared in LLVM IL
and/or managed by
the ExecutionEngine. While this patch allows a JIT to generate the TLS
accesses itself, if
it knows the tls offset of the variable in question.
                  Zoltan
On Tue, May 5, 2009 at
2002 Jun 11
2
401 Bad Authorization
Hello,
I have problem witch SWAT authorization for all users with the following
error "username or password incorrect". With -a options SWAT works well.
I've compiled samba-2.2.4 from sources on my RedHat Linux 6.1 with kernel
2.2.21. I've compiled it with the following options:
./configure \
        --prefix=/usr \
        --localstatedir=/var \
       
2009 Jun 01
3
[LLVMdev] [PATH] Fix support for .umul.with.overflow on x86 + fix c binding
Hi,
  The first patch fixes the implementation of umul.with.overflow on x86
which was throwing a 'Cannot yet select' error.
  The second patch fixes the definition of LLVMTypeKind in the C binding by
syncing it with the c++ counterpart.
Please review and commit if it looks ok.
             thanks
                Zoltan
-------------- next part --------------
An HTML attachment was
2008 Dec 09
4
[LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
Hi,
  Here is the next iteration of the patch. The only comment not
addressed is this one:
> It would be better to implement a target-independent check for
> overflow for the "Legal" case (like how SADDO does). Hacker's > Delight
> has some hints on how to do this. It's not easy for the signed case,
> but is do-able.
It can be lowered to a division + a branch,
2016 May 30
1
[PATCH V2 2/2] vhost_net: conditionally enable tx polling
On Mon, May 30, 2016 at 02:47:54AM -0400, Jason Wang wrote:
> We always poll tx for socket, this is sub optimal since:
> 
> - it will be only used when we exceed the sndbuf of the socket.
> - since we use two independent polls for tx and vq, this will slightly
>   increase the waitqueue traversing time and more important, vhost
>   could not benefit from commit
>  
2016 May 30
1
[PATCH V2 2/2] vhost_net: conditionally enable tx polling
On Mon, May 30, 2016 at 02:47:54AM -0400, Jason Wang wrote:
> We always poll tx for socket, this is sub optimal since:
> 
> - it will be only used when we exceed the sndbuf of the socket.
> - since we use two independent polls for tx and vq, this will slightly
>   increase the waitqueue traversing time and more important, vhost
>   could not benefit from commit
>  
2008 Dec 09
1
[LLVMdev] [PATH] Add sub.ovf/mul.ovf intrinsics
Hi,
  The add.with.overflow instrinsics don't seem to work with constant
arguments, i.e.
changing the call in add-with-overflow.ll to:
  %t = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 0, i32 0)
causes the following exception when running the codegen tests:
llc: DAGCombiner.cpp:646:
void<unnamed>::DAGCombiner::Run(llvm::CombineLevel): Assertion
`N->getValueType(0) ==
2009 May 05
1
[LLVMdev] [PATH] Fixes for the amd64 JIT code
Hi,
  It looks like the problem was with the RIP relative addressing. The
original patch mistakenly
removed the || DispForReloc part because I tough that the RIP relative
addressing was done
by the SIB encodings, but it is actually done by the shorter ones.
The attached patch seems to work for me on linux and when simulating darwin
by forcing some variables in X86TargetMachine.cpp to their darwin
2002 Aug 28
3
win/linux connect problem
hi..
I have samba 2.2.1a on Mandrake 8.1, 2.4.17.  My problem is a user from remote Win2k workstation can't see my shares when he wants to access my PC using my hostname.  When accessing using my ip address, it works..  The error message in W2K is 'This user is not authorized to log in from this station' - or something like that..
Here's a part of my config.  The same (or almost