search for: do_connection

Displaying 20 results from an estimated 37 matches for "do_connection".

Did you mean: no_connection
2000 Jun 13
1
a bug in smbmount
...1 it tries to connect to the server. If the server already got back, the connection will be successfully restored. But if the server still offline and smbmount fails to reconnect, it exit with core dump. I think it shouldn't. I think the bug is in send_fs_socket (smbmount.c) in infinite loop. do_connection returns NULL pointer: c=do_connection(service); and program don't check it. I offer the patch which i tested and it worked for me, but i am not an expireenced programmer: --------------------------------------------------------------- --- smbmount.c.ORIG Thu Nov 11 00:00:00 1999 +++ s...
2001 Feb 08
1
ssh1 keyexchange problem ?
Hi, Has anybody produced diffs for openssh-2.3.0p1 for the rsa keyexchange problem that Core-SDI described ? ( I noticed that fix is already in openbsd tree ). -Jarno -- Jarno Huuskonen - System Administrator | Jarno.Huuskonen at uku.fi University of Kuopio - Computer Center | Work: +358 17 162822 PO BOX 1627, 70211 Kuopio, Finland | Mobile: +358 40 5388169
2019 May 31
2
smbclient -L returns NT_STATUS_REVISION_MISMATCH
Hi all, Sorry for this question which has certainely already been answered, but I could not find info in the list nor in the wiki. From my Debian laptop running testing (samba 4.9.5) and with an empty smb.conf (I wanted to be sure that only default values are used), I can not browse shares of a Windows 10 machine (sorry, Thunderbird splits some lines): smbclient -L 192.168.122.200 Unable to
2019 May 31
1
smbclient -L returns NT_STATUS_REVISION_MISMATCH
Shanks for the hint! Very strange that the default is only to use a deprecated protocol… Anyway, this option has no effect on this issue… Yvan Le 31/05/2019 à 18:53, Kris Lou via samba a écrit : > Most likely, your Windows 10 (file server) is disallowing SMB1 connections, > which is the default for smbclient. > > You can force smbclient to use a higher protocol with "smbclient
2011 Sep 19
2
cli_push returned NT_STATUS_IO_TIMEOUT
Hello all, I'm having a problem with smbclient after an upgrade from 3.0.37 to 3.5.3 (I also tested 3.5.11 and 3.6.0). The client uses a command similar to: tar -cz /some/directory | smbclient '\\server_ip\share' -N -c 'put - "\directory\filename"' After that the client checks the exit status to determine if the transfer succeeded or failed. The server
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
Patch against samba 3.0.0 client/client.c Mainly for -L parameter options 1.) Add a configurable connection delay. The default is too long. Add items to long_options of poptOption for help message, however I just put something "i.e. CONNSETUP" to the last parameter of long_options. It seems for use of documentation ???? 2.) Remark the code that require list_servers must using port
2003 Nov 19
3
Still trying to backup 66 GB from LINUX to W2K ***
...gnal, getting new socket [2003/11/18 12:21:11, 2] lib/util_sock.c:open_socket_out(874) error connecting to 20.20.20.1:139 (No route to host) [2003/11/18 12:21:11, 1] libsmb/cliconnect.c:cli_connect(782) Error connecting to 20.20.20.1 (No route to host) [2003/11/18 12:21:11, 0] client/smbmount.c:do_connection(150) 161: Connection to ntsrvsr3 failed [2003/11/18 12:21:59, 2] client/smbmount.c:send_fs_socket(393) mount.smbfs[161]: got signal, getting new socket [2003/11/18 12:41:54, 2] client/smbmount.c:send_fs_socket(393) mount.smbfs[161]: got signal, getting new socket [2003/11/18 12:41:54, 2] lib/...
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
...e fd on the mountpoint if the ioctl fails, else the umount will also fail because the mountpoint is busy. * Close the socket after the ioctl. Removes a socket and memory leak. (Roderich Schupp, Debian bug #53149 http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=53149) * Handle do_connection failures in send_fs_socket, else smbmount will coredump on a null 'c' pointer. * Abort the mount if smbmnt fails. * Swap order of lp_load() and parse_mount_smb() to allow commandline to override some flags (like debug level). This is similar to client/client.c /Urban -------------...
2019 Sep 16
2
Issue after upgrade to samba-client-4.9.1-6.el7.x86_64 - Unable to initialize messaging context
Hi All, First time poster. Not a unix pro. We had samba client installed (v. 3.6) and working to run a single file print command. smbclient --debuglevel=1 --log-basename=/mnt/autofs/logs/print/ -U bbldtl\\adminuser //$3/$2 'obscured-password' --command "print $1" | tee -a /mnt/autofs/logs/print/print.log It would output [2019/07/04 04:27:36, 0]
2007 Apr 06
1
Authentication problems using libsmbclient API and DFS shares
Hi, I'm trying to create a map of DFS links to actual server/share's.? I know that you can get this information by logging on to the DFS root server, but I'm trying to use the libsmbclient API to get this information. I have created a fairly simple DFS structure on 2003 servers with everything on the same domain. //MyDomain/DFSRoot /Link1 -> //Fileserv-1/FileShare1
2000 May 31
3
smbmount problems when mounted share goes offline.
(using samba-2.0.7 on Debian Linux 2.2.15) Hi, I'm wondering how do I get around the problem when you smbmount a share on a win32 machine and that machine reboots, the mount becomes a blackhole. If you attempt an 'ls', 'df' or anything that would access that mount point the program then goes into a state of void and cannot be killed, leaving the proc open until reboot
2019 May 31
0
smbclient -L returns NT_STATUS_REVISION_MISMATCH
Most likely, your Windows 10 (file server) is disallowing SMB1 connections, which is the default for smbclient. You can force smbclient to use a higher protocol with "smbclient -m SMB2" https://www.samba.org/samba/docs/current/man-html/smbclient.1.html Kris Lou klou at themusiclink.net On Fri, May 31, 2019 at 9:45 AM Yvan Masson via samba <samba at lists.samba.org> wrote:
2020 Sep 20
0
Cannot access Windows 10 printer - but can access all other parts of teh server (disks, folders etc)
Hi, I am very new to mailing lists so please excuse any mistakes I make regarding ettiquete etc. On a home network (Windows/Apple/Lunux) everybody has co-operated happily. I recently swapped my Linux system from Mint (Mate) to Debian (KDE) Buster. I can no longer access the Windows machine's printer form Debian. I have tried many things and done a great deal of googling but cannot seem to
2023 Oct 16
0
[Announce] Samba 4.19.2 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.19 release series. Changes since 4.19.1 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15423: Use-after-free in aio_del_req_from_fsp during smbd shutdown ???? after failed IPC FSCTL_PIPE_TRANSCEIVE. ?? * BUG 15426: clidfs.c do_connect() missing a "return" after a
2023 Oct 16
0
[Announce] Samba 4.19.2 Available for Download
Release Announcements --------------------- This is the latest stable release of the Samba 4.19 release series. Changes since 4.19.1 -------------------- o? Jeremy Allison <jra at samba.org> ?? * BUG 15423: Use-after-free in aio_del_req_from_fsp during smbd shutdown ???? after failed IPC FSCTL_PIPE_TRANSCEIVE. ?? * BUG 15426: clidfs.c do_connect() missing a "return" after a
2003 Nov 20
0
smbclient ls error: NT_STATUS_PATH_NOT_COVERED (user permissions are okay)
Hi everyone: I'll try to be both succinct and accurate here: Attempting to get a directory listing from a DFS export fails using "Samba 3.0", but works fine on windows (XP, 2K, NT4). This happens via smbclient and via "smbmount"ed directories. I had no problem joining this domain, and the user that I am connecting as has permissions to open these folders (I checked
2003 Nov 21
0
Re: smbclient ls error: NT_STATUS_PATH_NOT_COVERED
Hi everyone: I'd appreciate any help here... Using smbclient I can change into a directory within a DFS share, but when I attempt to list it's contents, I receive the subject error. I can view the directory (folder) from a win client using the same credentials. I already posted much of my configuration, sans the "smb.conf", although if anyone suspects that there are
2013 May 30
0
“Unable to connect to libvirt” (xen, xl toolstack, and virt-manager)
I get “Unable to connect to libvirt” when using virt-manager in combination with the XL toolstack and Xen 4.2.1. (No problems when using virt-manager in combination with the XM toolstack.) More details of the situation can be found in a bug-report that I filed on launchpad. Please see: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1180281 Judging from the information that I provided
2018 Dec 27
1
FreeBSD, Libmd5, samba 4.9.4 & "smbclient -L" (using password) -> core dump
I just noticed that smbclient from Samba 4.9.4 /built by myself) on FreeBSD 11.2 coredumps when called like this: smbclient -L <hostname> > % /liu/pkg/samba/4.9.4-liu/bin/smbclient -L filur00 > Enter username at AD.LIU.SE's password: > Abort (core dumped) … if it is linked against /usr/local/lib/libmd5.so (which is part of “libwww”). If I remove libmd5.so and recompile
2004 Jan 19
0
smbclient connect problem
I've tried everything I can think of, but still cannot connect to a Windows 2000 share using smbclient. I know the shared directory is set up OK because I can get to it with another Windows box. My smbclient command line should be OK because the same syntax works on another Linux box at work (running a slightly older version of smbclient) to a similarly setup Windows box. This is what I get