Displaying 20 results from an estimated 2000 matches similar to: "Cant access home folder after 4.13.x"
2024 Feb 21
1
Cant access home folder after 4.13.x
On Wed, 21 Feb 2024 20:09:04 +0000
evil cRaftKnife via samba <samba at lists.samba.org> wrote:
> Hi
>
> I've been using Samba from pkgsrc successfully on Illumos, SmartOS
> specifically until I moved to 4.17.11. When I try to access my home
> folder on Linux I get,
>
> chdir_current_service: vfs_ChDir(/home/fukr/kev) failed: Permission
> denied. Current token:
2024 Feb 21
1
Cant access home folder after 4.13.x
Hi,
What lines are meant for a Unix domain member?
On Wed, 21 Feb 2024 at 20:32, Rowland Penny via samba <samba at lists.samba.org>
wrote:
> On Wed, 21 Feb 2024 20:09:04 +0000
> evil cRaftKnife via samba <samba at lists.samba.org> wrote:
>
> > Hi
> >
> > I've been using Samba from pkgsrc successfully on Illumos, SmartOS
> > specifically until I
2024 Feb 21
1
Cant access home folder after 4.13.x
The users in LDAP appear as local users on my file server using the
/etc/nsswitch.conf
passwd: files ldap
group: files ldap
[root at fs ~]# getent passwd | grep kev
kev:x:10000:10001:Kev:/home/fukr/kev:/bin/bash
[root at fs ~]# getent group | grep kev
net-users::10001:kev
net-admins::10000:kev
media::10002:kev
Kerberos is working fine, so is NTP and DNS.
My problem is that my issue
2024 Feb 21
1
Cant access home folder after 4.13.x
On Wed, 21 Feb 2024 21:19:23 +0000
evil cRaftKnife via samba <samba at lists.samba.org> wrote:
> I do have 'local' users in OpenLDAP.
>
But how is Samba supposed to know this ?
Are you also running a dns server ?
I ask this because a Samba AD DC runs kerberos, ldap and a dns server
and is a lot easier to set up than your existing setup, I would also
recommend you use a
2024 Feb 21
1
Cant access home folder after 4.13.x
I do have 'local' users in OpenLDAP.
On Wed, 21 Feb 2024 at 21:15, Rowland Penny via samba <samba at lists.samba.org>
wrote:
> On Wed, 21 Feb 2024 20:57:32 +0000
> evil cRaftKnife via samba <samba at lists.samba.org> wrote:
>
> > What should 'server role' be set to? I have a MIT Kerberos KDC server
> > on my LAN and no Windows machines. It has
2024 Feb 21
1
Cant access home folder after 4.13.x
On Wed, 21 Feb 2024 20:41:25 +0000
evil cRaftKnife via samba <samba at lists.samba.org> wrote:
> Hi,
>
> What lines are meant for a Unix domain member?
>
The 'keytab' lines and the realm line, they have no place on a
standalone server.
Rowland
2024 Feb 21
1
Cant access home folder after 4.13.x
What should 'server role' be set to? I have a MIT Kerberos KDC server on my
LAN and no Windows machines. It has been working flawlessly for a few years
now.
On Wed, 21 Feb 2024 at 20:46, Rowland Penny via samba <samba at lists.samba.org>
wrote:
> On Wed, 21 Feb 2024 20:41:25 +0000
> evil cRaftKnife via samba <samba at lists.samba.org> wrote:
>
> > Hi,
> >
2024 Feb 21
1
Cant access home folder after 4.13.x
On Wed, 21 Feb 2024 20:57:32 +0000
evil cRaftKnife via samba <samba at lists.samba.org> wrote:
> What should 'server role' be set to? I have a MIT Kerberos KDC server
> on my LAN and no Windows machines. It has been working flawlessly for
> a few years now.
>
I am surprised it ever worked, a standalone server has its own user &
group database and relies on local
2013 Aug 20
1
chmod + remote save denied = file wiped?
I have a SerNet Samba 4.0.8 AD DC running on CentOS 6.4 (newdc)
replicating from a W2K3 DC (olddc). newdc also has a test share.
I'm experiencing something strange whereby chmod and then an attempted
file save causes a shared file to become zero bytes (despite the save
not being blank, and also being denied):
At olddc:
1) open \\newdc\testshare\yay.txt
At newdc:
$ ls -l
total 8
2011 Nov 17
3
Opus for audiobooks etc
I know the focus for Opus is low delay, but I've been watching its
development with interest because of the potential for audiobook/podcast
use, where latency is practically irrelevant. I hear the upcoming USAC
codec will give good results for this niche (though listening test
results don't seem to be available to the public yet), but I also hear
it'll be extremely patent
2013 Aug 16
2
share permissions
I have a share setup on a Samba 4.0.8 / CentOS 6.4 box that is
successfully replicating with a W2K3 server. I'm following the HOWTO
here: https://wiki.samba.org/index.php/Setup_and_configure_file_shares
[mytest]
path = /home/me/mytestshare <-- with or without trailing slash
read only = No
On the W2K3 box, I can browse to \\newdc and I see my test share listed
there. I can also see
2005 Dec 07
3
ActiveRecord::Observer problem
Hi all,
I have a problem with an observer. I have a simple observer...
class ActivityObserver < ActiveRecord::Observer
observe Customer
def after_create(model)
bind_params(model)
@al.action = "create"
@al.save
logger "#{model.id} : created"
end
private
def bind_params(model)
@al = ActivityLog.new
@al.user_id = User.current.id
2004 Aug 06
1
Compression for audiobooks
Dear Sirs,
I'm starting a company in Brazil that makes audiobooks in portuguese and sells
them thru the internet. I need a good compression solution for my downloadable
audiobooks and I’d like to receive information about settings for speex that I
may use in order to keep the audio files small but good enough for cd burning.
Best Regards,
Pedro Bonatto
audiolivro.com
<p>--- >8
2014 Mar 03
4
[LLVMdev] Cross-compiling Compiler-RT builtins
I am attempting to port an operating system project to use Clang/LLVM
instead of GCC, but I'm having issues with Compiler-RT. Right now, the OS is
being cross-compiled on an x86_64 host targeting ARMv7a. I built the LLVM
toolchain according to the instructions, though I limited the supported
targets to arm, x86, and x86_64 to reduce compilation time. I'm finding that
compilation proceeds
2014 Jul 31
2
[LLVMdev] Removing lib/MC/MCObjectDisassembler (and more?)
Oops sorry. lib/MC/MCAnalysis/MCObjectDisassembler.CPP
Thanks.
-eric
On Jul 31, 2014 1:21 PM, "Kevin Enderby" <enderby at apple.com> wrote:
> Eric, what file are your referring to? The path
> lib/MC/MCObjectDisassembler does not end in a .cpp or .h and is not a
> directory .
>
> Just a bit more info and I can get back to you if I’m using what your
> asking
2010 Sep 28
2
Importing images
I have a dual boot machine and would love to import the Windows image into a
VM. I've checked the documentation and Google and have not seen anything
mentioned about this.
Is it possible?
Cheers,
Kev
2003 Jun 23
2
2.2.8a and printers
I recent upgraded to 2.2.8, which went fine. When I checked smbclient -L
firewall, I saw I Lost my printer share.
I am using CUPS v1.1.3 for printing. When I went back to 2.2.7a it
reappeared. 2 questions:
1> Why did it do this? I ./configured it --enable-cups- --with-pam_(smb)
2> Is there and advantage of upgrading such a small step? Or are there a big
enough issues to warrant this
2015 Jan 03
2
Help with installing Apache Solr with Dovecot 2.2
Dear Marc,
Thanks for your feedback!
1. I store it in MySQL.
2. I will add a cronjob to run Solr if I can figure out why its not working
on test runs. Maybe I might try to setup a cronjob for solr to avoid having
to manually start it everytime.
3. Will turn on the mail_debug in dovecot.conf . Where will it log the
problems?
Thanks
Kevin
On Sat, Jan 3, 2015 at 4:45 PM, Marc St?rmer <mail at
2013 Sep 26
2
vfs_recycle folder limit management
Hi all,
Running SerNet Samba 4.0.9 on CentOS 6.4 serving as an AD DC and
fileshare for XP clients.
Added recycler per the example at
https://wiki.samba.org/index.php/Frequently_Asked_Questions to my
smb.conf. Works great.
My concern is that the recycle dir will eventually grow large.
vfs_recycle's docs mention a parameter for limiting individual file
sizes, but what's a best
2005 Aug 04
1
SwitchTower CVS support
I did an svn up this morning and discovered this whole new bundle of code!
Lookingn through it it looks cool, but there''s no CVS support for an SCM
- I''d have thought this would be more widely used than darcs. Looking
at the code for subversion.rb and I thought it''d be possible to add a
new scm - CVS.
I''m running into 3 problems:
1- I''m still