similar to: libsmbclient question

Displaying 20 results from an estimated 300 matches similar to: "libsmbclient question"

2015 May 28
1
libsmbclient question
Hi Jeremy, It's now clear. We'll do a short term workaround somehow. I created the bug. https://bugzilla.samba.org/show_bug.cgi?id=11295 Thanks for the useful reply. Kind regards, Szilard 2015-05-28 2:27 GMT+02:00 Jeremy Allison <jra at samba.org>: > On Wed, May 27, 2015 at 11:16:08PM +0200, Szilard Matyas wrote: > > Dear Gents, > > > > We are using
2016 Oct 28
3
Samba and BTRFS server-side copy
On Thu, 27 Oct 2016 16:57:13 -0700, Jeremy Allison <jra at samba.org> wrote : > On Fri, Oct 28, 2016 at 01:42:35AM +0200, Saint Germain via samba > wrote: > > On Thu, 27 Oct 2016 16:27:05 -0700, Jeremy Allison <jra at samba.org> > > > if you see any of these then it happened. > > > > Ok I understand how to check that it happened, but how can I make
2009 Jun 12
1
cli_read() is stuck in select() with the following stack trace
(gdb) bt #0 0x00000033a86bcc36 in select () from /lib64/tls/libc.so.6 #1 0x00002aaaaae5c108 in sys_select () from /usr/lib/libsmbclient.so.0 #2 0x00002aaaaae64027 in event_loop_once () from /usr/lib/libsmbclient.so.0 #3 0x00002aaaaae8556b in cli_pull () from /usr/lib/libsmbclient.so.0 #4 0x00002aaaaae85626 in cli_read () from /usr/lib/libsmbclient.so.0 #5 0x00002aaaaae0866a in SMBC_read_ctx
2016 Oct 28
3
Samba and BTRFS server-side copy
On Thu, Oct 27, 2016 at 05:22:14PM -0700, Jeremy Allison via samba wrote: > > Looking around inside that source code I also see: > > do_read (GVfsBackend *backend, > GVfsJobRead *job, > GVfsBackendHandle handle, > char *buffer, > gsize bytes_requested) > { > GVfsBackendSmb *op_backend = G_VFS_BACKEND_SMB (backend); >
2016 Oct 28
2
Samba and BTRFS server-side copy
Am 28.10.2016 um 08:18 schrieb Saint Germain via samba: > On Thu, 27 Oct 2016 17:30:09 -0700, Jeremy Allison <jra at samba.org> > wrote : > >> On Thu, Oct 27, 2016 at 05:22:14PM -0700, Jeremy Allison via samba >> wrote: >>> Looking around inside that source code I also see: >>> >>> do_read (GVfsBackend *backend, >>>
2008 Aug 27
1
problems with DFS
Hi, We have been a samba shop since way back and have used DFS quit a lot the last years. When we went with security ads instead of domain our dfs died. We have tried 3.028(sun) in solaris wich we are leaving and 3.2.1 in linux, our migration target. For our 3.2.1 installation the config looks liket this and the problem manifests itself as a empty share. [Global] kernel oplocks = False oplocks
2008 May 29
1
Test Failure for RW1 with samba-3.0.30, Solaris 9
I'm trying to build and install Samba 3.0.30 on a Solaris 9 SPARC machine. When I do a "make test", the RW1 test is failing. If I go back and configure and build 3.0.28 with the same settings, and do a make test, everything passes. Here's what I'm seeing with 3.0.30: ---8<--- Testing RW1 (0) TEST OUTPUT: host=127.0.0.2 share=tmp user=root myname=cannes Running RW1
2009 May 21
2
NA when indexing vectors
Hello: Is there a more natural way to get all elements that satisfy a condition when there are NAs in the sample? > x=c(1,2,NA) > x>=2 [1] FALSE TRUE NA > x[x>=2] [1] 2 NA ## I would expect here to get just "2" > x[!is.na(x) & x>=2] ## seems a bit cumbersome [1] 2 Thanks, Szilard
1999 May 06
5
Backup
Hello All, I am setting up a samba backup UNIX box. It will periodically login onto a windoze box(with smbclient), pickup the files, and save them. The problem is that I couldn't make any error correction in case of power blackout or anything similar. That is, while backing up, if I shutdown the WIN machine, one I'm backing up, smbclient goes crazy, giving broken pipe error.
2019 Oct 22
2
smbclient: Renaming file on DFS root fails with NT_STATUS_OBJECT_PATH_NOT_FOUND
If a file is stored directly on a DFS enabled share, renaming fails with NT_STATUS_OBJECT_PATH_NOT_FOUND. The usecase may sound unusual, but a customer is using NetApp ONTAP 9, which by default advertises DFS capabilities for all shares, and he cannot disable it for policy reasons. I can also reproduce the issue with smbd and Windows Server 2012 R2 (haven't checked with other versions).
2008 Mar 31
1
Problem in working with domain DFS links
Hi, First, I will try to make my terminology clear: There are two "things" MS calls DFS: 1. Server/share DFS - in this case you can define a "virtual server/share" that when a client tries to connect to, the server will direct it to another, real, server/share to which the client should connect. The virtual server/share may contain one or more real server/share
2016 Oct 28
0
Samba and BTRFS server-side copy
On Fri, Oct 28, 2016 at 02:02:57AM +0200, Saint Germain via samba wrote: > > On linux, most current utilities like Nautilus (gvfs) still use SMB1 to > connect, so there is no chance to trigger a server-side copy. Oh, just checked the current gvfs source code to copy an smb file. It does: static gboolean copy_file (GVfsBackendSmb *backend, GVfsJob *job, const char
2004 Aug 26
2
isolinux booting problem
Hello! I'm trying to boot with a remastered Knoppix 3.4 CD. I burned it with debugging and I get the following output: isolinux: Starting up, DL = 9F isolinux: Loaded spec packet OK, drive = 9F isolinux: Loading main image from LBA = DEADBEF0 isolinux: Sectors to load = D5B7 isolinux: Disk error BE, AX = 42F0, drive 9F A don't understand everything in it and I can't find enough
2007 Jun 04
1
msdfs root problems even after a reboot?
We upgraded from Samba 3.0.24 to 3.0.25a over the weekend and rebooted all of our clients afterwards. Since then, some of our clients are randomly getting the following error: "Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied." Unmapping and mapping the network drive fixes the problem, but one
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
======================================================================= "People often say that motivation doesn?t last. Well, neither does bathing. That?s why we recommend it daily." Zig Ziglar ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes
2015 Jun 23
2
[Announce] Samba 4.1.19 Available for Download
======================================================================= "People often say that motivation doesn?t last. Well, neither does bathing. That?s why we recommend it daily." Zig Ziglar ======================================================================= Release Announcements --------------------- This is the latest stable release of Samba 4.1. Changes
2009 Apr 22
2
R-User groups in North America (SF, LA, NYC, Ottawa)
Hi R folks, I'd like to announce several new R users groups here in SF, LA, NYC, and Ottawa - as well as their next scheduled event. The goal of these user groups, besides gently explaining 'drop=TRUE' to the uninitiated, is to exchange knowledge, promote best practices, and spur the adoption of R for innovative applications. If I've missed any groups here, please feel to add on
2008 Apr 25
3
[ANNOUNCE] Samba 3.2.0pre3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release Announcements ===================== This is the third preview release of Samba 3.2.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Please be aware that Samba is now distributed under the version 3 of
2008 Apr 25
3
[ANNOUNCE] Samba 3.2.0pre3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Release Announcements ===================== This is the third preview release of Samba 3.2.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Please be aware that Samba is now distributed under the version 3 of
2017 Jul 01
2
OFFTOPIC: SPARK Y H2O
Buenas erreros!! Una cuestión de las que tengo ciertas dudas es saber en que se diferencian Spark y H2o, si son competencia, si valen para lo mismo o no.... Según lo poco que se, Spark es una manera de agilizar el Map-Reduce, y con la libreria MLlib, puedes hacer datamining de grandes datasheets, y si lo conectas con R o con Python, puedes usar ese lenguaje. H2O es una herramienta que nos