Displaying 20 results from an estimated 300 matches similar to: "Samba shares freezing"
2010 Feb 17
0
Why Samba is stating files in /net??
running 3.4.5 on Solaris 10 sparc platform. Seeing odd behavior when
I'm watching my smbd process through truss. When ever I just onen my
Windows explorer window that just shows my mapped shares, the truss
shows that the smbd process is trying to stat everything under /net.
What is it doing that when I have no paths to /net specified in my
smb.conf file?
And is there anyway to stop
2010 Oct 04
1
More strangeness with ZFS and Samba
A new problem now. Running Samba 3.5.4, on Solaris 10 with zfs.
Issue with Microsoft Office 2007:
User opens up a .xlsx, then closes the file (Not Excel).
Then user reopens the .xlsx file and now Excel says the file is
read-only. But permissions on the file have not changed!
Only fix is to exit out of Excel and restart, then user can open that
file just fine.
The issue also looks to be tied
2010 Oct 01
1
File permissions getting destroyed with M$ software on ZFS
All,
Running Samba 3.5.4 on Solaris 10 with ZFS file system. I have
issues where we have shared group folders. In these folders a userA in
GroupA create file just fine with the correct inherited permissions
660. Problem is when userB in GroupA reads and modifies that file, with
M$ office apps, the permissions get whacked to 060+ and the file becomes
read only by everyone.
I did
2008 Aug 26
3
embedded examples
I am working on embedding R into some visualization research programs. Can
any point me to a collection of embedded and standalone R/C/C++ examples? The
documentation is to terse for me to figure out how to develop this and I am
looking for some simple examples to study.
Thanks and best regards,
EBo --
2008 Aug 26
3
embedded examples
I am working on embedding R into some visualization research programs. Can
any point me to a collection of embedded and standalone R/C/C++ examples? The
documentation is to terse for me to figure out how to develop this and I am
looking for some simple examples to study.
Thanks and best regards,
EBo --
2010 Jan 28
2
vfs objects - zfsacl
Looking to see if any one else is having this issue. Running 3.4.5 on
solaris 10 with ZFS file system. When I add the vfs objects = zfsacl,
Windows clients seem to fine but all my Mac OS X clients can no longer
access folders on the share. They can mount the share fine but
permissions are not being followed for Mac clients. "The folder "Name"
could not be opened because you
2008 Sep 03
8
suggestion of new API function for embedded programming.
While doing some embedded programming and trying to figure out how to generate
a hand coded SEXP equivalent of the line
"t.test(x,conf.level=(1-p))$conf.int[2]" I had an idea for an addition to the
embedded API.
There are a number of hidden or static parse functions (R_ParseBuffer,
R_Parse1Buffer, etc.) which take an IoBuffer* and returns a parsed tree. If
one or more of these
2006 May 22
3
ssize_t not defined in sockconn.c (PR#8889)
Problem:
Build of R failed when compiling sockconn.c. The problem seemed to be
that ssize_t was not defined.
The following change in sock.h fixes the problem, though it's probably
not fixed the _right_ way.
/* Following line changed by WTR (Cira) to overcome make problem.
#if defined Win32 && !defined _SSIZE_T_
typedef int ssize_t;
#endif
*/
typedef int ssize_t;
Thanks!
Wade
2008 Oct 21
3
Samba 3.2, Samba 3.3 release planning
Hi,
i visited wiki.samba.org and read the "Release Planning for Samba 3.2"
information and the "Release Planning for Samba 3.3" information.
So my question is:
Is samba 3.2 development stopped and all concentration given to Samba
3.3 ? Because there isnt any further release note available for 3.2, but
instead there are some notes for 3.3 ?
Bye and thanks for your
2013 Mar 06
5
SAMBA bringing NFS server to a halt
Hello,
We have a Red Hat 5.3 SAMBA 3.0.33-3.7 Server that shares a few directories to 4 other servers.
The other servers are Red Hat 5.3 and one Solaris 10 server.
I configured SAMBA to do the following for each share;
Force User: User1
Force Group: Group1
Create Mask: 02770
Security Mask: 02770
Directory Mask: 02770
Directory Security Mask: 02770
Inherit Permissions: Yes
Inherit ACLS: Yes
2010 May 15
0
No subject
family having (several?) different video decode engine.
The only work I know about is an initial support for mpeg2 decode
engine on nv40 :
http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?h=3Dnvfx-vpe&id=3D538=
d6ef8aac1cd861f6336e24e79a315fe58aba0
And afaik, the other engines are mostly unknown (no RE and no code).
Some of these details could be wrong, in that case hopefully someone
can
2017 Mar 30
2
JPG issue
[global]
workgroup = NPC
server string = Samba Server %v
netbios name = Atlantica
security = user
map to guest = bad user
dns proxy = no
hide files = /~*/
hide unwriteable files = yes
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
path = /home/%S
valid users = %S
browseable = no
guest ok = no
writable = yes
2000 Nov 20
4
Vorbis over RTP
Hi.
I got bored of writing papers last week so I decided to write an app for
sending and receiving multicast vorbis streams over RTP. A first version
is available here:
http://www.cdt.luth.se/~rolle/vorbis/
(I use the JOrbis decoder, so you need Java 2 with Javasound, e.g.
JDK1.3. Since the decoding is done in Java, you probably need at least
300-350 MHz. Works with the IBM JDK1.3 on Linux on a
2000 Nov 20
4
Vorbis over RTP
Hi.
I got bored of writing papers last week so I decided to write an app for
sending and receiving multicast vorbis streams over RTP. A first version
is available here:
http://www.cdt.luth.se/~rolle/vorbis/
(I use the JOrbis decoder, so you need Java 2 with Javasound, e.g.
JDK1.3. Since the decoding is done in Java, you probably need at least
300-350 MHz. Works with the IBM JDK1.3 on Linux on a
2010 Jun 30
3
Can Map shares but cannot write
Here is the scenario:
AD-authentication is functioning fine. I can query users and group info
from wbinfo and getent just fine.
The clients can map to the shares, but cannot write to the shares. I have
tried variations of chmod 777 on absolute paths to enable read/write access
to no avail.
The share is configured as such:
[student]
comment = Test share
path = /home/share/students
2017 Mar 30
2
JPG issue
Ok, it's taken me a while, but here's what seems to be the problem. In OSX
I see a lock on the file. If that lock is ON, it disappears. But what is
that lock and where did it come from.... Is it like a read only lock?
On Thu, Mar 30, 2017 at 11:04 AM Curtis Vaughan <cavaughan at gmail.com> wrote:
> Ok, here's what seems to be going on. When a JPG is put into a share it
>
2004 Apr 10
5
Newbie Issues => SIP won't stay connected, and IAX Unable to Create Channel
I am terribly sorry to bother the list with such generic and bizarre
problems, but I have been racking my brain with these for the last week
working on it for at least 60 hours. If anyone can even point me in the
right direction I would be eternally grateful. So without further adu
here are my woes:
I have * (2004-04-09 CVS) running on a P4 1.6Ghz CPU, 512MB RAM, Debian
"Sarge", and
2009 Jul 16
2
net join problems
My last install of Samba was 3.2.2 on Solaris 10 Sparc platform. Had no
problems. I'm now trying to install 3.4.0 on Solaris 10 x86 platform.
With 3.2.2 I would join our Windows domain as such:
net join -S servername -w DOMAIN_NAME -U username
All worked fine. Now with 3.4.0 I'm getting usage error trying to do the
same thing. Here is my config:
# ./testparm
Load smb config files
2014 Jun 09
1
Samba AD member and connections from non-AD systems failing
Hello,
I have a problem where non-AD systems can no longer connect to Samba shares. Samba 3.5.x servers are a members in AD, Windows 2008R2. This has worked flawlessly since we initiated it a couple years back. This happened to all 3 Samba servers after AD servers were rebooted. My thoughts are it was a Windows update that wrecked the system. Here is a typical setup:
Winbind not used
Samba
2018 May 15
2
Postfix/Dovecot permissions for new mailboxes
I would expect same permissions as for root mail directory 02770:
drwxrws--- 5 newuser mail 4096 Apr 23 19:31 /var/spool/mail/newuser/
Using Dovecot 2.2.34
On 14.05.2018 08:37, Aki Tuomi wrote:
>
>
> On 09.05.2018 12:52, telsch wrote:
>> Hello,
>>
>> the wiki page describe that permission should copied from root mail
>> directory
>>