similar to: Weird behaviour opening pdf files (and maybe others)

Displaying 20 results from an estimated 2000 matches similar to: "Weird behaviour opening pdf files (and maybe others)"

2016 Jul 14
0
Weird behaviour opening pdf files (and maybe others)
On Thu, Jul 14, 2016 at 11:39:37AM +0200, Alexandre wrote: > Hi, > > I had to review a samba setup recently where people experienced strange > things. > Basically they more from a solaris on phisical machines environment > (locally hosted) running an old version of samba (2.x or even 1.x) to a Red > Hat virtualized environement runing 3.6 (remotely hosted). > The link
2016 Jul 14
2
Weird behaviour opening pdf files (and maybe others)
On Thu, Jul 14, 2016 at 09:45:26AM -0700, Jeremy Allison wrote: > > Finally, I have tried to find clear statement about sharing NFS exports via > > samba and wether or not it is suposed to work or what are the limitations. > > What's your opinion? > > Sounds to me like no oplocks are being granted on the NFS share > export. That'd do it. "kernel oplocks =
2016 Jul 14
2
Weird behaviour opening pdf files (and maybe others)
I also set "veto oplock files = /*.pdf/" at share level 2016-07-14 19:46 GMT+02:00 Alexandre <alxgomz at gmail.com>: > Actually I have "kernel oplock = yes" set in the global section. > > I don't know if it helps but I can provide network capture if needed... > > 2016-07-14 19:02 GMT+02:00 Volker Lendecke <vl at samba.org>: > >> On Thu,
2005 May 17
6
RPC error logging in to PDC on Win-64
I've upgraded one of my client boxes to Windows 64 bit edition but now it cannot login to the Samba PDC, instead it gives a RPC error after entering the password. The Win32 boxes can still login fine. I can get accounts without admin rights to login but those with the rights are given a message stating "The system cannot log you on due to the following error: A remote procedure call
2016 Jul 14
0
Weird behaviour opening pdf files (and maybe others)
On Thu, Jul 14, 2016 at 07:51:02PM +0200, Alexandre wrote: > I also set "veto oplock files = /*.pdf/" at share level > > 2016-07-14 19:46 GMT+02:00 Alexandre <alxgomz at gmail.com>: > > > Actually I have "kernel oplock = yes" set in the global section. Both those "kernel oplock = yes", "veto oplock files = /*.pdf/" are exactly what
2006 Mar 08
2
1 byte writes
After migrating a particular W2K file service to Samba 3.0.21c on SuSE 9.3 Pro (a DMS with winbindd against a W2K3 ADS), the W2K clients are suffering performance issues (in a switched LAN). Looking at the traffic with Ethereal (latest SVN), it looks like the client writes the data in *1 byte* pieces likes this (c=client, s=server): c->s NT Create AndX Request c<-s NT Create AndX
2007 May 29
2
Problems with Windows 2003 connecting a Samba server
Hi list, I am encountering a problem in connecting a Windows 2003 to a Samba 3.0.21b server. The Samba server is configured to have a security = share option, so that no password is needed. I can connect to the server by typing "net use z: \\192.168.51.1\data", and it is successful. However, if I try to do "dir z:", no file found! Same behaviour are found in Windows
2008 Nov 27
3
SMBD not authenticating against Active Directory
Hi, Iam trying to setup Samba version 3.2.3 on Redhat (RHEL5) server to use Active Directory for authentication. I followed the instructions from article in following website: http://technet.microsoft.com/en-au/magazine/dd228986.aspx Setup Winbind + Samba + Kerberos and it seems to work fine. I can see the users in Active Directory through winbind as well as authenticate users using NTLM
2015 Mar 18
2
Folders with ~ (tilde) slow to save
running Version 3.6.23-14.el6_6 I'm having slow save times with folders names ~something.. ie. /www/~bin/content.txt. doing this via a windows share.. when I save file it has a moment (few seconds) of hesitation.. then saves. When I do /www/bin/content.txt. the file saves instantly. Is there anywhere I can change a setting to fix this? or is this a bug. I've looked in the logs
2012 Nov 20
1
FOOBAR\usuario1 windows explorer hungs forever while accessing shared dirs in LAPAZ\comp1 (interdomain trust relationships)
Hi all I have two samba PDC installed according to these specifications: domain FOOBAR with pdc server name: BAR (ip 192.168.1.1) opensuse 11.1 samba-3.5.6-15.1 openldap2-2.4.12-5.6.1 smbldap-tools-0.9.5-25.1 A winxp called USUARIO1 joined to the FOOBAR domain (ip 192.168.1.100) domain LAPAZ with pdc server name: SERVERLPZ (ip 192.168.10.4) openSUSE 12.2 samba-3.6.7-48.12.1.i586
2010 Apr 01
1
Failure to transfer files to Win2008 Server Clusters
Hi, list: Our printers are using samba-3.0.37, and we hit a problem recently when doing file transfer to Windows 2008 Server Clusters. The error occurs when the printer attempts to locate the file path and uses the server IP address rather than the hostname: ====================================================== 18 21.335677 13.121.8.162 13.121.8.3 SMB Session Setup AndX Request,
2009 Aug 06
2
20 second delays when accessing Samba on Fedora 11
I had samba running fine on a Fedora 6 machine. I've upgraded to Fedora 11 and I'm getting huge delays when first accessing a folder. With Fedora 11 I'm ussing samba-3.3.2-0.33.fc11.i586. I'm getting about 60+ second delays before being requested to enter my username/password. I've used WireShark and can see 1) Session Setup AndX Request, NTLMSSP_NEGOTIATE 2) 20 seconds
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
2009 Jan 12
2
Problem with OpenAndX
Hi, I am enhancing the Samba Server on our product (VxWorks on the box) to support Long Name. So I started implementing the dialect "LM1.2X002" (first dialect that supports Long Name, the current dialect that we support are PC Network Program). I have implemented the Negotiation, Tree Connect AndX, Open AndX and Transaction2 (FIND_FIRST2) commands etc. I am able to open the shared
2013 Jul 23
3
[LLVMdev] Vector DAG Patterns
Hi All, Been having a problem constructing a suitable pattern to represent some vector operations in the DAG. Stuff like andx/orx operations where elements of a vector are anded/ored together. My approach thus far has been to extract the sub elements of the vector and and/or those elements. This is ok for 4 vectors of i32s, but becomes cumbersome for v16i8s. Example instruction: andx $dst
2020 Oct 23
1
dovecot-uidlist invalid data
Hello I have a problem with Invalid data System debian10 dovecot-2.2.36.4 # 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.24.rc1 (debaa297) # OS: Linux 4.19.0-12-amd64 x86_64 Debian 10 Oct 23 15:57:52 dovecot6 dovecot: lmtp(33973,media4_js,2KEXD2Dhkl+1hAAAe3x6RQ): Error: Broken file /vmail/me/media4_js/Maildir/dovecot-uidlist line 6875: Invalid data: In debian9 -
2005 Mar 03
2
Re: Samba errors with smb QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUND
Samba errors with smb QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUNDFrom: Timothy D Newcomb Subject: Samba errors with smb QUERY_PATH_INFO, Error: STATUS_OBJECT_NAME_NOT_FOUND > Did you get an answer for this ? I am seeing it on an XP box and I have > the same problem..slow load time...in "my computer" Tim, No I didn't, thanks for the reply. I just figured that
2013 Jul 26
0
[LLVMdev] Vector DAG Patterns
To elaborate, it is not only cumbersome writing these patterns for vectors of 16 characters (v16i8), it does not work. When I compile with this pattern for an andx operation on v16i8: /[(set RC:$dst,// // (and (i8 (vector_extract(vt VC:$src), 0 ) ), // // (and (i8 (vector_extract(vt VC:$src), 1 ) ),// // (and (i8 (vector_extract(vt VC:$src), 2 ) ),// ////(and (i8 (vector_extract(vt
2004 Oct 13
2
Major Samba Battle
I've been here before but I'm still battling with getting Samba to work right with my XP Pro clients. In a nutshell, when I try to access a share, it asks for a username and password. I enter a username and password and it simply goes right back to the prompt, asking again. This is when it's set up as a domain controller. I should note: I CAN join the domain. I DO have my
2004 May 22
4
Samba 3 write performance drop on files > 16 MB
> I have been running performance tests on our Debian-Samba 3 file > server. It is running the 2.4 kernel on a ProLiant DL380 G3 server > (Full Specs below). For a windows client, we are running Windows 2003 > server on the exact same hardware. They are both running at Gigabit > speed. > > What we have found is that on files 16MB and smaller we can get better >