Displaying 20 results from an estimated 300 matches similar to: "[patch] smbmount fixes for samba-2.0.7, testers wanted!"
2020 Mar 19
0
smbclient(samba-4.10.4) cannot log data in log.smbclient while samba-3.6.23 can
Any updates ..
On 3/18/20 18:04, Amit Kumar wrote:
>
> Hello,
>
> smbclient cannot create log file when log-basename is specified in
> samba-master.
>
> ?????? -l|--log-basename=logdirectory
> ?????????? Base directory name for log/debug files. The extension
> ".progname" will
> ?????????? be appended (e.g. log.smbclient, log.smbd, etc...). The log
>
2010 Feb 03
1
virt-manager can't start
Hi folks,
KVM
Virt-manager
host - Debian 5.0
Starting;
Gnome
Applications -> System Tools - Virtual Machine Manager
popup following error;
Traceback (most recent call last):
File "/usr/share/virt-manager/virt-manager.py", line 346, in <module>
main()
File "/usr/share/virt-manager/virt-manager.py", line 248, in main
setup_logging()
File
2024 Oct 25
0
Could not find a suitable mechtype in NEG_TOKEN_INIT error in libsmbclient 4.19.4
>
>> Looking at the packet captures, when its working on libsmbclient 4.10,
>> it first sends a SMB1 negotiate protocol request, to which server
>> sends back a SMB2 response. Then there is a SMB2 negotiate protocol
>> request/response again.
>>
>> In 4.19, there is a SMB2 client negotiate protocol request
>> straightaway and to which 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
2007 Dec 21
0
online resizing (including shrinking) pushed out
Hello everyone,
Just before I head off to xmas vacation, I've pushed out my current
queue of unstable things to the unstable tree.
The big changes are the online resize, and a very very simple form of
ENOSPC detection:
btrfsctl -r new_size /mount_point
new_size can be an absolute number:
btrfsctl -r 8g /mount_point
or it can be an relative number:
# add 4GB
btrfsctl -r +4g /mount_point
2013 Sep 02
0
chaining of create_resources
Hi
I am using create_resource to create a dir and then mount it. I am using
two create_resources and want one to be completed before other.
$mount_point = hiera(''test::mount_point'', [])
$defaults = {
''ensure'' => ''directory'',
}
$mountit = hiera(''test::mountit'')
create_resources (file, $mount_point, $defaults)
2013 Jan 24
2
rsync parameters errors
In my new bash script, I'm doing what I think is a very simple rsync
command the way I'm used to doing it. I just do a lot of setup and
checking before I get to it.
When I run it, it gets very unhappy with me. It's probably something
very simple.
I need to build the rsync command in a string so that some things can go
away - like if my variables DRY_RUN and DELETE are undefined,
2018 Sep 11
1
Ensuring that rsync doesn't try to write to an unmounted drive
On Tue, 2018-09-11 at 12:56 -0400, Kevin Korb via rsync wrote:
> --timeout is about network connection timeouts. You aren't using the
> network so it doesn't apply at all. Even if you were networking an
> unmounted filesystem is an empty directory as far as rsync is
> concerned
> and rsync would treat it that way with no idea that you intended to
> have
> something
2002 Oct 11
2
mount_smbfs can't get server address
i am running freebsd 4.6.2
i am using this command to mount a windows share from windows xp
mount_smbfs //user@server/share_name /path/to/mount_point
and everytime i get this message
mount_smbfs: can't get server address: ssyerr = operation timed out
i have also tried this command
mount -t smbfs //user@server/share_name /path/to/mount_point
and get the same message
can any one give me some
2006 Apr 04
0
get quota command - Example
I know when I went looking for a complete example of how to interface
with samba's quota system there was no good ones, so here it is. I
developed this yesterday with a lot of trial and error. Feel free to
use this in any way people feel fit. With this script I can now get
correct used/free reporting based on the output of quota for both
users and groups.
I developed this because samba
1998 Sep 04
0
Linux SMB Mount utils patch
Hi,
I'm sure that you are all aware that the mount utilities that ship
with samba are designed to compile and run only with Linux 2.1 series
development kernels.
I'll _try_ keep this short and sweet while doing my best to
explain what I have done, since I have a tendancy to ramble on. I
have two boxes, one Linux with libc5, and another with Linux and Glibc2
(aka libc6). The Samba
2013 Feb 04
0
not able to connect to windows machine
Hi,
I am using samba4 and libsmbclient.h and libsmbclient.so.
I have implemented the below apis locally within linux machines, but now I want to connect to my windows machine for this I am giving my windows machine username and password
In below get_auth_data_fn() function:
static void get_auth_data_fn(const char * m_pserver, const char * m_pshare,
2007 Jan 10
0
[DTrace] new iosnoop
G''Day Folks,
I''ve just rewritten iosnoop so that uses command line arguments (I caved
in and used a little Bourne shell for this - hence it''s lost it''s ".d"
extension). It''s much more useful now.
# iosnoop -h
USAGE: iosnoop [-a|-A|-Degstv] [-d device] [-f filename]
[-m mount_point]
iosnoop # default output
2013 Nov 26
0
VFS shadow_copy2 with samba 4.0.9
I am trying to use shadow copy with Samba 4.0.9 on Debian 7 (wheezy),
Linux kernel 3.2. Windows 7 clients on the LAN can not see Previous
Verions of files stored on the server, although I believe I have set
up directories with snapshots.
Here are some highlights from smb.conf :-
[global]
server role = active directory domain controller
domain logons = yes
...
[Pluto]
path
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
2004 Sep 10
1
smbf errors
Hello,
I can't mount shares of some servers since I use kernel 2.6.x. As it works
with smbclient and also with smbmount on kernel 2.4.x, I assume the problem
lies within smbfs.
Kernel version: 2.6.8.1
Samba version: 3.0.4
Dist: Debian unstable
I get errors when I try to mount a share from OS/2 4.0:
1) smbmount
everything's fine
2) cd into the mounted dir
smbfs output:
?
2004 Sep 13
0
smbf errors with kernel 2.6
Hello,
I can't mount shares of some servers since I use kernel 2.6.x. As it works
with smbclient and also with smbmount on kernel 2.4.x, I assume the problem
lies within smbfs.
Kernel version: 2.6.8.1
Samba version: 3.0.4
Dist: Debian unstable
I get errors when I try to mount a share from OS/2 4.0:
1) smbmount
everything's fine
2) cd into the mounted dir
smbfs output:
? smb_setup_bcc:
2000 Jan 05
1
Signal 11 in attempt_netbios_session_request
> I have just upgraded to Samba 2.0.6 and can no longer connect to Samba
> shares on my FreeBSD 3.4-RELEASE machine. When I attempt to connect, the
> smb.log contains the following information:
>
> [2000/01/04 17:54:42, 3] libsmb/namequery.c:resolve_lmhosts(566)
> resolve_lmhosts: Attempting lmhosts lookup for name
> NTWEB2.AIS.MSU.EDU<0x20>
> [2000/01/04
2003 Nov 27
1
Client SAMBA under AIX
Hello,
I have SAMBA servers that work under Linux (RedHat) and
under Unix ( IBM AIX 4.3.2 ).
All the clients at the moment are Linux and work correctly.
Now, I would like some AIX machines can access the
SAMBA file systems.
My problem is that the syntax of mount command used on Linux :
'mount -t smbfs -ouid=....,gid=....,passwd=.... samba_service
mount_point'
doesn't work
1999 May 01
0
smb client support in midnight commander
I have implemented smb client functionality in midnight commander
file manager. It is implemented in its virtual filesystem layer,
just like the ftpfs and others. It mostly uses the functionality
provided by the libsmb/clientgen.c in samba.
The functionality of browsing for servers, showing shares on server
as directories, and all read/write/erase/mkdir/rmdir/etc.. is all
implemented.
The