similar to: smbclient socket options

Displaying 20 results from an estimated 30000 matches similar to: "smbclient socket options"

2003 May 15
2
smbclient -c options
I'm trying to get a recursive file listing with smbclient: smbclient //host/share -Uusername%password -c "ls -alFR" But I get an error: NT_STATUS_NO_SUCH_FILE listing \-alFR Evidently, smbclient thinks I'm asking for a file mask. Is there a way to get a recursive file listing on a samba share so I can pipe it to wc -l for a file count? Ideally, I'd like to: (This won't
2023 Jan 08
1
Issues demoting a samba DC.
Hello! I'm trying to remove a DC from our samba domain (samba 4.17.4). It was the primary controller (with FSMO roles), - I successfully transferred the roles to another DC. Now it's time to demote: ai# samba-tool domain demote -U mjt-adm Using svdcp.tls.msk.ru as partner server for the demotion Password for [TLS\mjt-adm]: Deactivating inbound replication Asking partner server
1998 Apr 03
4
smbclient (1.9.18p3) dies or needs killing when used for backups (via Amanda)
Has anyone noticed that there appears to be a few problems with regards to Samba and in particular the usage of smbclient, which can do one of the following : 1) Complete & udder death of the NT networking subsystem (which requires a reboot to cure) 2) smbclient appears to lose its connection with the host being contacted and eventually needs to be killed. I'm not too sure how
2023 Mar 19
2
mit-krb5 and heimdal binaries
Hi! I already asked a similar question before, but it keeps popping up in different contexts and forms, and the more I use samba myself, the more often it comes to me too, especially in context of using various security tokens for auth. And the more I think about all this, the more sane it looks to me. The thing is: mit-krb5 has much better user-level support than heimdal. But samba does not
2023 Mar 18
1
Updating samba version 4.17.5 to version 4.17.6 from Debian backports - armel architecture
18.03.2023 01:56, spindles seven wrote: > On 16 March 2023 20:22 Michael Tokarev wrote: .. >> Once you remove my 4.17 repo from your sources.list, apt wont be able to find the >> right version of samba for bullseye, even if "almost" the same version is available in >> bpo11. > > Thanks for this. However, I don't understand this last statement - once I
2000 Nov 05
0
Socket options not properly set for ssh and sshd.
I'm sending this only to openssh-unix-dev at mindrot.org (since I'm using the ported version of OpenSSH) and not to openssh at openssh.com, even though I believe this to be a general problem. Please advise if you think I should redirect this to the other mailing list. Version: OpenSSH_2.2.0p1 Keywords: setsockopt keepalive hang masquerade Symptom: For protocol 2, socket options
2017 Dec 03
2
PJSIP OPTIONS
Hello Everyone, How to configure PJSIP to reply 200 OK from upstream sip proxy on keepalive packet ? proxy ~> Keepalive OPTIONS ~> asterisk <~ 200 OK <~ volga629 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20171203/8b9bc701/attachment.html>
2024 Mar 16
1
samba allows rename to a locked file (from linux cifs mount)
On 3/16/24 18:18, Michael Tokarev wrote: > 16.03.2024 20:11, Ralph Boehme wrote: >> On 3/16/24 14:18, Michael Tokarev wrote: >>> So I'm trying to go exactly the opposite route: I'm mounting a samba >>> share on linux (with cifs, see $subject). >> >> ah, missed that. Had read it as if you were acting on the Samba server >> directly. >>
2002 Jul 17
1
smbclient 2.2.5 segfaults on Solaris 7 x86 (long article)
i'm running samba on solaris x86 only for accessing NT shares. samba is not running as a domain master or anything. the problem is that when i try to upload 18mb file to NT share, smbclient crashes. $ smbclient //<box 1>/<share A> added interface ip=x.x.1.30 bcast=x.x.255.255 nmask=255.255.0.0 Domain=[ACCORD] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0] smb: \> put
2001 Jan 12
0
Socket options not properly set for ssh and sshd.
I mentioned this problem in a previous post (in November). This time I'm including a patch. Version: OpenSSH_2.3.0p1 Keywords: setsockopt keepalive hang masquerade interactive Symptom: For protocol 2, socket options (especially keepalive) are not being properly set for OpenSSH_2.3.0p1, even when request in the config files. Furthermore (for either protocol), keepalive is only set for
1999 Sep 30
1
A little utility for checking socket settings
I've been in discussion with a colleague who had to reduce (!) SO_SNDBUF to get decent performance, and so wrote this little tool. It tells you the system default for most of the settable socket options. It can't do linger, as the value is a struct instead of an int, but that's probably uninteresting to Samba folks. Run this to see what you'd have if you didn't set any
2001 Mar 27
2
smbclient -b parameter
I've got problems getting files from a win2000 server using smbclient (see subject "SMBClient & Windows 2000"). I've tried using the -b parameter (documented in the online man pages) to change the buffersize in case that might be the problem but the smbclient I'm running doesn't recognise it. I've installed 2.0.7 on Compaq Tru64, smbclient declares itself as
2003 Aug 05
1
[bug?] smbclient does not honour '-s' option
Hi, 'smbd' and 'nmbd' do behave well however 'smbclient' does not, so some of the other binaries neither i suppose. Running 'smbclient -s /etc/samba-pdc/config' gives me: params.c:OpenConfFile() - Unable to open configuration file "/opt/samba-3.0.0beta3/lib/smb.conf": No such file or directory bin/smbclient: Can't load
2002 Oct 04
2
Smbclient Connection to Samba server failed
I played with the smb.config file long enough to get both the smbd and nmbd daemons to run. Then ran TESTPARM against the correct smb,conf file without issue. Finally I tried the following command: [root@cofr3 /]# smbclient -U illingsk -L MySQL added interface ip=172.17.60.6 bcast=172.17.63.255 nmask=255.255.248.0 wins_srv_died(): WINS server 172.16.0.121 appears to be down. Connection to MySQL
2011 Nov 18
3
Problem in reading a file using smbclient.
Hi all, I am facing a problem in reading the file contents using smbclient. Command:: bin/smbclient //localhost/ubuntu -Ubase%base_system The smb prompt appears, when read the file without smbclient it contains some data, but when try to read through smbclient ie. "print <filename>" it erases all data present inside the file. Why is this happening and how to read and write to
1998 Dec 03
2
Smbclient bind to IP
We are running a Sequent unix database server that uses smbclient to print through the NT servers. Our network has mulitple sites connected via frame relay. Now the problem; we have been attempting to tune the network to improve database response. And would like to have the smbclient bind to a second IP address on our Sequent box so we can prioritize traffic based upon the source IP
2008 Aug 31
2
smb_auth problem
Hi samba community. I'm having a problem with the smb_auth authentication method. Everything looks like normal, but everytime I try to use smb_auth it returns ERR. I will show here some commands output to secure that all configuration is correct, and if anyone can help me to investigate what's happend I'll thanks. I'm using: Debian lenny, updated. ii samba 2:3.2.3-1
2017 Jan 19
2
Bug 12518 - smbclient -c 'cd <dir>; ls' for DFS generates STATUS_INVALID_PARAMETER
I am wondering if anyone has had a chance to look at bug 12518? This is the context of the message: Wireshark trace gives a STATUS_INVALID_PARAMETER when running smbclient -c 'cd <dir>;ls' as a standalone program. This is a customer issue. We cannot recreate this issue so we're looking for why this may be happening. From the trace you'll see multiple sessions with
2015 Apr 24
1
smbclient: tree connect failed, but smbclient -L succeeds
I can successfully run a list command with -L : > > smbclient -A ~/.smbauth -L //172.21.4.45 I get a nice list of shares including C$ But a connect command like this one fails: > smbclient -A ~/.smbauth //172.21.4.45/C$ I get > Domain=[MC] OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows > Server 2003 5.2] > tree connect failed: NT_STATUS_ACCESS_DENIED"
2016 Jan 10
3
smbclient: preoblems with samba 4.3.x
Hallo, "smbclient" doesn't work with the slackware packages samba-4.3.1 and 4.3.2, it has worked with 4.2.1 and older versions. smbclient answers with "segmentation fault", on two testing machines (where 4.2.1 has worked well). The slackware packets are compiled with ./configure \ --enable-fhs \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \