similar to: samba3x troubles

Displaying 20 results from an estimated 300 matches similar to: "samba3x troubles"

2012 Dec 31
0
[4.0] NT_STATUS_INVALID_HANDLE on rmdir
Hi guys I have a problem with Samba 4.0 shares covered by scannedonly VFS. Example configuration of one of those shares: path = /foo/bar/baz read only = No browseable = No vfs objects = scannedonly scannedonly:domain_socket = True scannedonly:socketname = /var/lib/scannedonly/scan scannedonly:hide_nonscanned_files = True scannedonly:allow_nonscanned_files = False Whenever I
2012 Dec 21
1
[Samba4] Is VFS working in Samba 4.0.0?
Hello I'm testing Samba 4.0.0 (latest stable) as an AD DC. Here is how it was build: lvmtest samba # sbin/samba -b Samba version: 4.0.0 Build environment: Build host: Linux lvmtest 3.6.8-gentoo #3 SMP Wed Dec 5 14:27:26 CET 2012 i686 Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz GenuineIntel GNU/Linux Paths: BINDIR: /usr/local/samba/bin SBINDIR: /usr/local/samba/sbin CONFIGFILE:
2011 May 19
1
vfs_scannedonly fails to connect to socket.
Hello All, I'm trying to configure the scannedonly module with ClamAV on OpenSuSE 11.3 but it's failing to connect to the clamav socket and I can't figure out why. Clamd is running and the socket is has 666 permissions. I've increase "log level = 5", tried stracing the processes but nothing. Any thoughts on what to try next? OpenSuSE 11.3 samba-3.5.4 clamav-0.97
2010 Aug 16
0
(force) create mode not instantly applied
Hi, if I connect from a winxp machine to my samba share and create a new file, it does not get the permissions specified by "create mask" and "force create mode" at first. Only after I modify the permissions on the client, the file finally gets the right permissions on the server. Thereby it does not matter what I change on the client, even if I remove all access rights.
2010 Apr 13
1
scannedonly smbd crash
hello I use samba 3.5.2 I have problem with print$ share. When I try to deploy drivers in print$ , with XP wizard. I get an error cf screenshot I've put log level 10 You can see smbd.log in attachement it cause traceback in syslog Apr 13 11:22:37 scribe smbd[11889]: [2010/04/13 11:22:37.892063, 0] lib/util.c:1465(smb_panic) Apr 13 11:22:37 scribe smbd[11889]: PANIC (pid 11889):
2011 Apr 03
1
Scannedonly: Unable to compile on Samba v3.5.8 [scannedonly.so] Error 1
Dear I'm trying to compile scannedonly 0.21 on samba v3.5.8 on Ubuntu 8.10 i386 But i receive errors. Can anybody help me... checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking
2008 Jan 27
0
samba anti virus vfs module: scannedonly-0.11
Dear all, Scannedonly 0.11 has been released. Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. The vfs module has a few new options to simulate on-access scanning for small (fast scanned) files. The clamAV daemon now has automatic database reloading. Documentation and downloads can be found at
2007 Dec 09
4
scannedonly samba anti-virus vfs module
Dear all, this is the first public announcement of scannedonly. Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan: high server loads when (the same) files were requested often, and timeouts when large zip files were requested.
2019 Dec 13
1
dovecot update from 2.1.16 to 2.2.36.4 but I have a trouble.
Hi,I have a troble and can not resolve it. Please help me. I updated dovecot from 2.1.16 to 2.2.36.4. As a result, I had a client who could not access via imap. The client showed his logs (- folder not exists:INBOX ) I did not change dovecot config files. So I searched a difference between 2.1.16 and 2.2.36.4, I discovered . Please refer below results. [2.1.16] a03 list ""
2011 Oct 26
2
Realtime virus scanning
Hi guys, I just came across an interesting question. Is there a way to do realtime virus scanning on samba 3.4.7 on ubuntu 10.04. I have found "scannedonly [1]" and "vscan [2]", but neither of them is in the repositories meaning we will have to package them our selfs which will become administrative nightmare. Right now I am looking into inotify + clamAV, but before I start
2008 Dec 30
3
Samba 3.2.5 and vscan-clamav.so
Hello Recently I migrated from samba 3.0.24 to samba 3.2.5 on Debian etch amd64. In old system I have working samba-vscan used with ClamAV 0.91. Now I have ClamAV 0.94.2. I compiled vscan-clamav successfully, but when I try to connect to the share, it fails and I get some strange messages in the samba logs: "Error trying to resolve symbol 'init_samba_module' in
2013 Jun 14
1
Problems when saving AutoCAD files
Hi! I was searching for info about this issue and found almost nothing. So, let's go directly to the matters... - Problem: AutoCAD says "You do not have permission to save to this location." when trying to save the file in the samba share dir. (This problem only occur with AutoCAD.) - Scenary: Running AutoCAD in a WinXP/Win7 PC, opening a DWG AutoCAD file from samba share dir in
2015 Oct 19
2
problem with scannedonly vfs
On 19/10/15 20:18, Jeremy Allison wrote: > On Wed, Oct 14, 2015 at 12:09:43PM +0200, Emmanuel Garette wrote: >> Hi, >> >> I'm using Samba 4.1.6 (version included in last Ubuntu LTS version). >> >> I've some directories in a share. One of them has an exe file. In root >> of my share I've a lnk file to this exe. >> >> So I've:
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
(Hope this is the right place to post this message.) Hi all, I am working on a small movie player which can play full screen movie using Xserver. It works fine in Single Head Mode. But is I set the Xserver in Dual Head Mode. I can't see any thing on both screens. The Code to Init the display is shown as below: > display = XOpenDisplay(NULL); > if (display == NULL) >
2008 Feb 13
2
[Linux/Python 2.4.2] Forking Python doesn't work
Hello When a call comes in, I'd like to fork a Python script that broadcasts a message so that users see the CID name + number pop up on their computer screen, and simultaneously ring their phones. The following script doesn't work as planned: It waits until the script ends before moving on to the next step, which is Dial(): =========== exten =>
2006 Jan 11
0
Connection problem with a generic-runtime-built ActiveRecord::Base
Hi, I''m trying to create a "runtime-generic" ActiveRecord class, It means I don''t need to know the table or database, before I create my program ruby-rails. So I don''t need to predefine my database in environment.yml file and pre-build classes inherited from ActiveRecord::Base. I write some code, it seems to work. However, I can''t disconnect my
2011 May 12
1
Xen live migration
I can't get xen live migration to work - CentOS 5.6. I have set up xend-config.sxp as per RHEL5 virtualization guide, but when I try it, I get [root at xenhost1 ]# xm migrate testwww xenhost2 -l Error: (104, 'Connection reset by peer') Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. Options: -h, --help Print this help. -l, --live
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
Release Announcements ===================== This is the second release candidate of Samba 3.5. 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/. Major enhancements in Samba 3.5.0 include: General changes: o Add support for full Windows timestamp resolution o
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
Release Announcements ===================== This is the second release candidate of Samba 3.5. 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/. Major enhancements in Samba 3.5.0 include: General changes: o Add support for full Windows timestamp resolution o