similar to: smbclient scripts

Displaying 20 results from an estimated 40000 matches similar to: "smbclient scripts"

2018 Jan 05
0
smbclient, cannot delete non-empty directory, no error message
On 1/4/2018 3:52 PM, Chris Murphy via samba wrote: > client: samba-client-4.7.4-0.fc27.x86_64 > client: samba-client-4.6.5-0.fc26.x86_64 > server: samba-4.7.3-3.fc27.x86_64 > > Reproduce steps: > > [chris at f27h ~]$ smbclient //f27s.local/scratch/ > Enter SAMBA\chris's password: > Try "help" to get a list of possible commands. > smb: \> cd noperms
2018 Jan 05
2
smbclient, cannot delete non-empty directory, no error message
On Fri, Jan 5, 2018 at 6:37 AM, lingpanda101 <lingpanda101 at gmail.com> wrote: > I would assume you would need to use 'rm -r' to remove a directory and > it's contents. That doesn't work and the man page doesn't list flags for any commands, plus it looks like rm is strictly for files not for directories. smb: \noperms\> rm -r test1 NT_STATUS_NO_SUCH_FILE
2018 Jan 04
2
smbclient, cannot delete non-empty directory, no error message
client: samba-client-4.7.4-0.fc27.x86_64 client: samba-client-4.6.5-0.fc26.x86_64 server: samba-4.7.3-3.fc27.x86_64 Reproduce steps: [chris at f27h ~]$ smbclient //f27s.local/scratch/ Enter SAMBA\chris's password: Try "help" to get a list of possible commands. smb: \> cd noperms smb: \noperms\> ls . D 0 Wed Jan 3 12:00:27 2018
2007 Nov 28
2
Change in smbclient between 3.0.24 and 3.0.25c breaks third party app
Hello list, A change in smbclient between 3.0.24 and 3.0.25c breaks [1] the gollem filemanager [2] and maybe others. In particular folder creation is broken unless the folder is a top level folder on the share. To create a subfolder "level2" in the folder /level1 of a share gollem executes this command: /usr/bin/smbclient "//1.2.3.4/sharename" "-p139"
2005 Jul 12
2
unix charset = LOCALE
Andrew Bartlett said once that 'unix charset = LOCALE' means to force samba to read 'LANG=' from environment. >echo $LANG >en_US >cat /etc/sysconfig/i18n >LANG="en_US.UTF-8" >SUPPORTED="en_US.UTF-8:en_US:en" >SYSFONT="lat1-16" When i restart smbd/nmbd all my files inside all shares change their names. Its looks an charset mis-match
2013 May 20
2
[PATCH] Remove unecessary ERROR when removing non-empty directory
While removing a non-empty directory, the kernel dumps a message: (rmdir,21743,1):ocfs2_unlink:953 ERROR: status = -39 Suppress the error message from being printed in the dmesg so users don't panic. Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.com> --- diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index 04ee1b5..33c7b91 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c @@
2018 Jan 05
0
smbclient, cannot delete non-empty directory, no error message
On Fri, Jan 05, 2018 at 11:15:54AM -0700, Chris Murphy via samba wrote: > On Fri, Jan 5, 2018 at 6:37 AM, lingpanda101 <lingpanda101 at gmail.com> wrote: > > > I would assume you would need to use 'rm -r' to remove a directory and > > it's contents. > > That doesn't work and the man page doesn't list flags for any > commands, plus it looks
1999 Apr 08
0
Keep-timestamp-in-`get'-patch for smbclient in samba-2.0.3
-------- --Multipart_Thu_Apr__8_13:33:51_1999-1 Content-Type: text/plain; charset=US-ASCII Hello guys, I always wondered why smbclient keeps timestamp in `put'ting a file but does not keep it in `get'ting a file. Alternative to keep the time stamp in `get'ting file is to use -Tc option or smbtar script, but they are a bit hairy for interactive use, and it can only dump files with an
2020 Sep 01
3
Cálculo - intervalo de confianza - modelo nls - predict
Buenas tardes, Quisiera obtener el intervalo de confianza (y también intervalos de predicción) para los valores predichos en un modelo nls. ¿Hay alguna manera que no sea por ggplot2 (me interesaría obtener el valor listado -además de en el gráfico-) o por bootstrap? Os copio el código del ajuste del modelo y predicción para los 3 días siguientes: *#Ajuste del modelo* model = nls(formula =
2013 Jan 16
1
Problems with smbclient send netbios message
Hi. First, sorry by my bad english :) I had a samba 3.0 and use a script with smbclient to send messages to 30 computers in my laboratory. I upgrade to debian squeeze and samba 3.5 and now i dont use the script command. root at escort:~# echo "Testando" | smbclient -NM LAB5-01 -I 192.168.3.200 Type your message, ending it with a Control-D cli_message returned NT_STATUS_PIPE_BROKEN I
2020 Sep 17
0
smbclient ignores configured kerberos ccache when using krb5-user on ubuntu/debian
> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Jonathan Davis via samba > Verzonden: woensdag 16 september 2020 18:39 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] smbclient ignores configured kerberos > ccache when using krb5-user on ubuntu/debian > > On 16/09/2020 03:16, L.P.H. van Belle via samba wrote:
2017 Aug 08
0
Smbclient cant transer large files
Hi, >>The same drive can be mounted and accessed easily with cifs://vienas01.andritz.com/HIPASE on /media/HIPASE_Q type cifs >>(rw,nosuid,nodev,relatime,vers=1.0,cache=strict,username=<snip>,domain=<snip>,uid=1000,forceuid,gid=1000,forcegid,addr=172.24.180.161,\ >>
2005 May 19
1
login and WinNT
Hello! I was wondering if it's possible to make Windows NT and Samba 3 work togheter. I found an old question with the same problem I have. Samba 3 is not authenticating WinNT machines. My smb.conf is: [global] workgroup = DESQ-TESTE server string = Teste (Samba %v) interfaces = 143.106.19.25/255.255.255.192, 127. bind interfaces only = Yes encrypt passwords = No password server =
2004 Oct 04
1
SENDMAIL
Subject: SENDMAIL For us to provide a SENDMAIL SERVICE, we need help to configure our mail server, using open source resources (no linux) with the capability to send up to one million messages daily. Our server must be remotely automated to function flawlessly 24/7. If our requirements are within the realm of your ability, kindly advise us of the options and your fee (contract) to
2010 Feb 14
3
salted passwords
The idea of salted hash algorithms is to generate a different hash even if the same text is entered. That can be easily seen with dovecotpw: using NON-salted SHA256, same hash is generated for a given password [root at correio ~]# dovecotpw -s SHA256 -p 123 {SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM= [root at correio ~]# dovecotpw -s SHA256 -p 123
2006 Mar 28
1
smbclient -p
I m running smbd on a port... different from the default one....say in smb.conf i hav put smb ports = 2000 3000 I also checked in the log file(smbd)..smbd is listening to those ports.... Now when I connect to server using smbclient -p option... its trying to connect to the default ports 139 445..... plz tell me how to use smbclient to connect to different ports.....ofcourse the final solution
2001 Jan 03
0
Scripting smbclient
I am in the process of using smbclient to automate a file transfer in perl and I have the following question: The smbclient(Version 2.0.7) appears to only return 0 and all output to stdout, thus the only way to tell if the transfer occurred without errors appears to be if I check stdout checking for all known errors. This will work, but it would be nice if: a. The client returned 0 or 1 if the
2006 Jun 02
0
smbclient -M not working from script
I have a script that is attempting to notify a user that a job has finished however, when called from within the script nothing is received by the user. ----- cut from script ----- #!/usr/bin/sh : : MESSAGE="$WINNAME, your job $_3GJOB\nhas successfully completed" echo "$MESSAGE" | /path/to/smbclient -M trout > /dev/null 2>&1 echo
2014 Apr 04
1
the difference between.. smbclient -L on the servers
Hai, ? Just a small question, when i run on the samba4 servers. the command :? smbclient -L `hostname`?? whats the diffence between the servers and the output? For example, why dont i see anything at server DC1 ( server and workgroup ) but i see that on the member server. ? The networks had 2 DC's? ( DC1 DC2 and 2 member servers ) All in the same "Workgroup" ( as samba smb.conf
2005 Apr 30
0
NT_STATUS_PIPE_NOT_AVAILABLE and non working winbind auth
Hi! At work I have an Active Directory domain (Windows 2003) which has the SFU schema extensions. Recently we set up all the Linux clients (SuSE 9.2) to authenticate using LDAP (nss_ldap). But the main thing is that we added a Samba server (SuSE 9.0, samba 3.0.14a) to host the user's homes (somewhere in the future, their Windows profiles too). This server also has local LDAP