search for: noserver

Displaying 4 results from an estimated 4 matches for "noserver".

Did you mean: no_server
2020 Jun 02
0
[PATCH nbdkit 5/5] vddk: Munge password parameters when we reexec (RHBZ#1842440).
...version + +f=test-vddk-password-fd.file +out=test-vddk-password-fd.out +cleanup_fn rm -f $f $out + +# Get dummy-vddk to print the password to stderr. +export DUMMY_VDDK_PRINT_PASSWORD=1 + +# Password -FD. +echo 123 > $f +exec 3< $f +nbdkit -fv -U - vddk \ + libdir=.libs \ + server=noserver.example.com thumbprint=ab \ + vm=novm /nofile \ + user=root password=-3 \ + --run 'qemu-img info $nbd' \ + >&$out ||: +exec 3<&- +cat $out + +grep "password=123$" $out + +# Password -FD, zero length. +: > $f +exec 3< $f +nbdkit -fv -U -...
2013 May 03
0
Slow copy from windows
...lem occurs only when copying files to the samba share tried changing the NIC and the problem persist here is my smb.conf i've skipped shares for readability [global]workgroup = HACIENDA_SALTAnetbios name = procuracionrealm = salta02.localpassword server = salta02.salta02.localpreferred master = noserver string = Files Serversecurity = ADSencrypt passwords = truelog level = 2 vfs:2log file = /var/log/samba/%U.%m.logmax log size = 10000syslog = 0 lanman auth = yesclient lanman auth = yesclient plaintext auth = yes name resolve order = wins lmhosts hosts strict sync = yessync always = yeskernel chan...
2020 Jun 02
9
[PATCH nbdkit 0/5] vddk: Fix password parameter.
Probably needs a bit of cleanup, but seems like it is generally the right direction. One thing I've noticed is that the expect test randomly (but rarely) hangs :-( I guess something is racey but I don't know what at the moment. Rich.
2013 Oct 02
2
Problem with squid+ntlm+samba
...time = 300winbind enum users = yeswinbind enum groups = yeswinbind use default domain = yesidmap uid = 10000-50000idmap gid = 10000-50000local master = noos level = 233domain master = nopreferred master = nodomain logons = nowins server = 192.168.8.202dns proxy = noldap ssl = noclient use spnego = noserver signing = autoclient signing = autolog level = 3 auth:10 winbind:10 krb5.conf [libdefaults]default_realm = SALE.BRclockskew = 300[realms]SALE.BR = { kdc = 192.168.0.1 default_domain = domain.local admin_server = 192.168.0.1}[logging]kdc = FILE:/var/log/krb5/krb5kdc.logadmin_ser...