Displaying 20 results from an estimated 800 matches similar to: "credentials file doesn't work"
2009 May 01
2
Automating the Samba Install
Hey all,
I'm coloring outside the lines a little bit here but I would like to
automate the install of a samba pdc. Within that script to install I
would like to assign rights to a group. Here is an example of a few steps:
# Create Unix group:
groupadd domadmins
# Map unix group to samba groups:
net groupmap add ntgroup="Domain Admins" unixgroup=domadmins rid=512 type=d
# Assign
2007 May 21
4
Just upgraded to 1.0.0, should render_text isn''t working for me
I finally got around to upgrading from 0.8.2 (!!). I had a spec which
looked like
specify "should render abc123" do
controller.should_render :text => "abc123"
get :key
end
With 1.0.0, the new spec is
it "should render abc123" do
get :key
response.should render_text("abc123")
end
However it doesn''t work, giving me the error:
undefined
2004 Aug 02
5
Problems w/ winbind and AD group membership
Hello friends,
I am using samba to join a linux box to an active directory domain to
use as a file server. I would like to be able to control access to
shares based on AD domain groups. However, even though winbind seems to
be seeing the groups fine, samba is not granting access to users who are
members of the group. I am able to successfully join the system to the
domain and granting access to
2013 Apr 28
3
Can't register to Asterisk 1.6 with old Aastra phones
We have a new customer with a lot of old phones like the 9133i. They
won't register, and we see some very strange behavior with them. If
the SIP peer exists, they simply fail silently, with no error in the
CLI or the messages log. Nothing works, but no errors.
If the peer does not exist, it's clear that it's registering improperly:
[2013-04-28 13:34:31] NOTICE[3058] chan_sip.c:
2007 Sep 10
2
Removing an AR class definition, for testing plugins
I''m writing an acts_as_* plugin and am trying to BDD it. Ideally my
specs would look like:
describe ActsAsCloneable, " basic cloning" do
load_example_classes
School.class_eval do
acts_as_cloneable
end
before(:each) do
@old_school = School.create! :name => "Baylake Pines", :city =>
"Virginia Beach", :guid => "abc123"
2011 Sep 04
1
mrtg 2.16.2 ipv6 on centos 6
Hi,
i'm running CentOS 6.0 on my server and installed mrtg from the
rpm-package mrtg-2.16.2 .
I also installed the depending packages perl-IO-Socket-INET6
perl-Socket6 ....
mrtg works fine with IPV4-Addresses. When i specify a Target by
IPV6-Address (or hostname resolving to a V6-address) mrtg fails.
Here i have a small sample-config for V4 which is working:
LogDir: /tmp
ThreshDir: /tmp
2004 Aug 04
3
Winbind being flakey
After some more screwing around with leaving and rejoining the ADS
domain I was finally able to access a share with "valid users =" set to
a domain group I was a member of. The _only_ change I made after this
was to add yet another group to the valid users on the share and restart
samba...after that I could no longer access the share. I removed the
additional group, restarted samba and
2010 Jun 01
1
regexpr help (match.length=0)
R-help,
Sorry if this is more of a regex question than an R question. However,
help would be appreciated on my use of the regexpr function.
In the first example below, I ask for all characters (a-z) in 'abc123';
regexpr returns a 3-character match beginning at the first character.
> regexpr("[[:alpha:]]*", "abc123")
[1] 1
attr(,"match.length")
[1] 3
2005 Jan 04
1
Re: Polycom Buddy Feature
I'm still trying to work this out.
I've got this in my sip.conf
[1003polycom]
type=peer
secret=abc123
host=dynamic
defaultip=192.168.1.215
context=default
mailbox=1003
subscribecontext=phonestatus
[1004polycom]
type=peer
secret=abc123
host=dynamic
defaultip=192.168.1.214
context=default
mailbox=1004
subscribecontext=phonestatus
And this in my extensions.conf
[phonestatus]
exten =>
2003 Oct 22
1
Cannot update Sun One DS directory with smbpasswd
I can't update the users within our LDAP database using smbpasswd. I have
attached the output from the smbpasswd debugger below:
isun02$ smbpasswd -D 256 -U hoferpa
Netbios name list:-
my_netbios_names[0]="ISUN02"
New SMB password:
Retype new SMB password:
Trying to load: ldapsam
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
2011 Jul 20
4
Integrating samba with existing AD
Hi everyone,
I am currently trying to set-up a samba server in my network in order to
replace the existing windows samba server. It's been now two weeks that I am
struggling with a vicious problem, and I cannot see any issue right now.
Before I loose all my hairs, I am sharing with you this problem : hopefully,
someone will have a tip for me.
The software involved :
Server Linux
2010 Mar 25
1
Booting a 135MB Iso file with syslinux fails - version 3.85
Hi,
i'm trying to boot an 135mb acronis iso image with syslinux but have no luck, client gets stuck[1] a few seconds after selecting the image - i used
linux memdisk
initrd acronis/acronis_home_2010_multi.iso
append iso
tftpd-log shows:
Mar 25 14:45:15 smbsrv in.tftpd[18837]: RRQ from 192.168.0.102 filename pxelinux.cfg/default
Mar 25 14:45:15 smbsrv in.tftpd[18838]: RRQ from 192.168.0.102
2000 May 11
1
some win machines see samba, some not.
Hello,
I have this big problem which bothers me for past week(s).
I have setup a simple samba network on win95 only net and
it worked fine.
This time I try to setup a samba on a network having win98
WinNT 4.0 sp4 and WinNT4.0 WS SP 5.
I believe all machines are on the same local net.
I have tried both samba 2.0.5a (RH6.1 default) as well as
samba 2.0.7.
I can use 'smbclient'
1997 Jul 18
2
MMap failed with code 22
We have been using samba since 1995 and have found it superb, Thanks to
all. Recently
I built Samba1.19.17alpha4 on a DECstation 5000 running Ultrix 4.4 and
included -DFAST_SHARE_MODES
This results in
UIST>smbclient -L UIST
Session request failed (0,0) with myname=UIST destname=UIST
Unspecified error 0x0
Your server software is being unfriendly
and
ERROR
2018 Jul 04
2
user's home shares doesn't work with Samba 4.8.3
Hello!
I just upgraded Samba 4.8.2 to 4.8.3 on Arch Linux and user's home shares
doesn't work anymore.
Downgrading back to 4.8.2 they work again.
On samba server
smb.conf
...
[homes]
comment = Lietotāju Mapes
browseable = no
writable = yes
valid users = @Lietotāji
invalid users = Guest, @Guests
...
$ id
uid=1004(Dace) gid=1004(Dace) groups=1004(Dace),100(Lietotāji)
$
2009 Jul 09
3
Add instantly active local user accounts *with* password using useradd -p option ?
Hi,
I need to setup a load of user accounts on a series of machines, for
testing purposes. I'm using a script to do this, but the only problem I
have so far: I have to activate them all manually by doing passwd user1,
passwd user2, passwd user3, etcetera. The useradd man page mentions a -p
option to define a password, but I can't seem to get this to work.
Here's what I'd like
2012 Jan 08
3
Howto change samba 4 passwd from Linux
Hi
In Windows 7, user steve can change his own password.
On a Linux client, Admin can change the password:
net ads password steve abc123 -UAdministratator%xyz456
How does steve change his own password when logged into Linux?
Linux Client=Samba 3.6.1
Thanks
Steve
2011 Apr 27
1
Filtering feature dump_filter
Good morning,
Now that hdt is capable of dumping system information it would be nice if there was some sort of filtering system which filters out unwanted information prior to dumping output.
For example one could add the command:
append nomenu auto=dump mac_address serial_number bios_version;
And ultimately dumping output to a plain text file like:
mac_address : 00:11:22:33:44
serial_number :
2003 Mar 23
1
Need Help.
Dear Expert,
I'm very newbie with rsync and i just installed RSYNC
in both of my servers. Let say the server is ServerA
(10.1.1.1) and ServerB (10.1.1.2). Rsync daemon runs
in server A. The rsycnd.conf is like this (i save this
file in /etc/rsyncd.conf):
uid = rsync
gid = rsync
use chroot = no
max connections = 4
syslog facility = local5
auth users = root
2005 Feb 09
1
Setting up a windows icecast server problem
I need help!!! I can turn on my icecast server and bring up the status page and login to the admin section but I can't play music.
I am using ezstream and below is some code from the ezstream config file. Do I need to include some code with in the regular icecast config file that points to the ezstream directory.
<url>http://www.chris-on-the-web.com:8000/cwradio</url>