Displaying 20 results from an estimated 11000 matches similar to: "directory permissions"
2010 Apr 26
1
user's profiles relating to each version of Windows
Hi
I have samba 3.4.3 PDC/LDAP server with roaming profiles. Unfortunatelly I
have to add to domain windows 7 and vista so I thought that it would be good
if I separate profiles based on Windows version. So i Have added this to my
smb.conf:
logon script = scripts\logon.bat
logon home = \\THOR\%U\windows
logon path = \\THOR\%U\windows\.profiles\%a
logon drive = H:
I'm adding users with
2005 Apr 22
4
can't get samba 3.0.14a to work with ldap
Hi...
If you have successfully gotten samba 3.0.14a (or any other recent samba
version) to work with ldap, can you perhaps email me your various config
files so I can figure out what I am doing wrong? Any help would be
greatly appreciated.
I've tried every thing I can think of, but I can't get samba 3.0.14a to
work with ldap. The ldap server seems to be working and smbclient seems
to
2011 May 06
1
scaffold didn't work
i am using rails -v 3.0.7.when i tried "rails generate scaffold try
name:string number:decimal" , it gave following error message
invoke active_record
/usr/lib/ruby/1.8/yaml.rb:133:in `load'': syntax error on line 7, col
2: ` pool: 5'' (ArgumentError)
from /usr/lib/ruby/1.8/yaml.rb:133:in `load''
from
2012 Apr 12
2
Puppet Module
Hi All,
I am getting the following err while looking up for this command
# puppet-module search iptables
sudo puppet-module search iptables
=====================================
Searching http://forge.puppetlabs.com
-------------------------------------
/usr/lib/ruby/1.8/net/http.rb:560:in `initialize'': Connection timed
out - connect(2) (Errno::ETIMEDOUT)
from
2021 Jan 07
1
HCI Cluster - CentOS8 to Streams Upgrade Broken
I have a test environment. Three node HCI cluster. CentOS8 build.
Gluster as file system with standard cockpit deploy of HCI.
Converted to CentOS Streams which seemed to go fine. Did a yum update and
no issues.
Did a reboot.. and now engine will no longer start. So I can no longer
start my Virtual machines. I posted as bug
https://bugzilla.redhat.com/show_bug.cgi?id=1911910 I posted to
2009 Aug 03
1
Weird Network issue
Hi all:
I am pretty new to xen, but ,thanks to you, I am learning fast :)
I have a Dell Poweredge 2950 server running Debian Lenny as Dom0 named Asgard
I have configured three DomU (Loki, Hermod and Thor) with DHCP support.
All the machines (Dom0 and DomU''s) ask for an IP address to a DHCP server in the
Office LAN.
The DHCP server is configured to bind certain IP addresses to the Dom0
2010 Sep 14
1
Can't ping non-tinc host in subnet across VPN
Dear list,
I'm currently trying to simulate a VPN in a very simple configuration at home.
My normal home-net 192.168.0.0/24 serves as "the internet". Three test
machines are used, two of them connected to "the internet":
odin , external IP 192.168.0.100/24 on eth0
thor , external IP 192.168.0.101/24 on eth0
My VPN uses address space 10.0.0.0/8 in the following way:
odin
2020 Oct 06
2
Optimizing assembly generated for tail call
Hello,
I recently found that LLVM generates sub-optimal assembly for a tail call
optimization case. Below is an example (https://godbolt.org/z/ao15xE):
> void g1();
> void g2();
> void f(bool v) {
> if (v) {
> g1();
> } else {
> g2();
> }
> }
>
The assembly generated is as follow:
> f(bool): # @f(bool)
> testb %dil, %dil
> je .LBB0_2
>
2011 Nov 30
2
bundle exec fail
WTF... how to solve? (REE ruby/Ubuntu 10.04)
$ dpkg -l |grep ruby
ii ruby-enterprise - 1.8.7-2011.03 - Ruby Enterprise Edition.
$ bundle exec
/usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in `exec'': wrong number of arguments (ArgumentError)
from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/cli.rb:344:in `exec''
from
2017 Jun 05
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
Since the getelementptrs were implicitly generated by the CreateStore/Load
I'm not sure how to get access to them.
So I hacked the assignment to be done thrice: once using a manual
decomposition into two GEPs and stores, once using the "big" CreateStore,
once via the setGlobal function, printing addresses and memory contents at
each point to the degree that I have access to them.
2009 May 31
0
Smbd startup failure caused by a failure to create an NT token for the guest account
Binary package hint: samba
Hi
I've just intalled Ubuntu Server 8.04 LTS in order to run Samba/Ldap PDC but
I,ve encountered an error which looks like a bug 3905 that was fixed in samba
3.0.23 according to changelog. I tried two different configuration both ends
in the same moment with an error. first one is exact copy of solution from
chapter 5 from "Samba3 by example". Second
2002 Oct 31
3
PDC connect problem
This is my second attempt to get some help.. maybe my first post was too
complex, so I will simplify it and if you need more information you will ask
me. I am quite stuck so I would really appreciate some help. I am trying to
connect an NT box, mercury, to a RedHat 7.3 PDC, thor. When I try to logon
to the domain from mercury I get an error msg on my NT box which says "the
domain controller
2006 Oct 13
1
FW: e2defrag - Unable to allocate buffer for inode priorities
I have made some more research and found out the following ..
thor:~# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
-[cut]-
/dev/mapper/vgraid-data
475987968 227652 475760316 1% /data
thor:~# strace e2defrag -r /dev/vgraid/data
-[cut]-
mmap2(NULL, 1903955968, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x46512000
(delay 15 seconds
2007 Apr 04
1
Failed to verify incoming ticket! When clients use netbios names only!
Hi,
I have set up our samba box in 'ADS' mode; the problem I have is clients
connecting to the server can not do so by using its netbios name. Only when
they use the IP address of the machine are they able to be authenticated and
browse the box.
When clients connect via the netbios name this message will appear in my
samba logs with the IP of the connecting client;
2018 Sep 19
2
Obtaining the origin function for a local var after inlining
On Tue, Sep 18, 2018 at 1:56 AM Adrian Prantl <aprantl at apple.com> wrote:
>
>
>
> > On Sep 17, 2018, at 6:59 AM, Alexander Potapenko via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> >
> > (I think I've asked a similar question off-list a couple of times, but
> > never got an answer)
> >
> > Hi folks,
> >
> > For [K]MSAN
2010 Sep 08
6
Cannot start sqlite3
Hello everybody, i''m a long time watcher of these forums first time
poster.
I wanted to start getting into rails and have a play, I found a very
useful guide on the Internet detailing the install process for Ubuntu
10.04, after the install and setup process which seem to complete OK, i
went ahead and started my first project, however when I go to start the
server I get this message?
2010 Jan 18
2
Can't get gem bundler to work with either rvm 1.9.1 and 1.9.2
I installed the bundler, no problem - but it seems to have screwed up
my gem repository in both cases!?
What to do?
kristian-mandrups-macbook-pro:~ kristianconsult$ sudo gem install thor
/Users/kristianconsult/.rvm/gems/ruby/1.9.1/gems/bundler-0.8.1/lib/
rubygems_plugin.rb:2:in `require'': no such file to load -- bundler/
commands/bundle_command (LoadError)
from
1997 Jul 25
7
Amanda 2.3.0.5-Samba 1.9.16p11 PC backups...
At the bottom is what I got returned from AMANDA 2.3.0.5 after patching
Samba 1.9.16p11 to give estimates. Any idea what I might not have done yet?
My disklist reads:
shokk \\thor\depot nocomp-user-gnutar
To connect successfully to that server with smbclient, I have to do this,
giving the same password that I now have in /etc/amandapass:
smbclient \\\\THOR\\DEPOT -U BACKUP
Also, the
2017 Jun 06
2
[newbie] trouble with global variables and CreateLoad/Store in JIT
On Mon, Jun 5, 2017 at 1:34 PM, Nikodemus Siivola <
nikodemus at random-state.net> wrote:
> Uh. Turns out that if I hide the pointer to @foo from LLVM by passing it
> through an opaque identity function ... then everything works fine.
>
> Is this a bug in LLVM or is there some magic involving globals I'm
> misunderstanding?
>
This looks like a bug in the handling of
2004 May 30
5
Unblocking incoming SIP
I have just set up my first Asterisk, and I have the basics up an running.
I have set it up with two SIP phones only. I can call between them, and I
can call out to FWD phones. However, on receiving calls from FWD, my
Asterisk blocks the calls with the following message:
May 30 20:19:24 NOTICE[180236]: chan_sip.c:6397 handle_request: Failed to
authenticate user <user>