Displaying 20 results from an estimated 200 matches similar to: "Cannot update Sun One DS directory with smbpasswd"
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
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
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
2003 Nov 17
1
credentials file doesn't work
I am using a Gentoo Linux machine and trying to mount a remote file
system via samba. The following DOES WORK:
mount -t smbfs -o username="SMB-SRV\stonyy",password=abc123
//smbsrv/proj /mnt/proj
However, I don't really want my username and password visible to the
world (yes, I changed the password and everything but the backslash in
the username for this posting). So I tried
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 =>
2016 Dec 24
0
[PATCH] lib: Use a common function to validate strings.
---
python/Makefile.am | 5 ++++
src/appliance-kcmdline.c | 21 ++-----------
src/drives.c | 65 +++++++----------------------------------
src/guestfs-internal-frontend.h | 3 ++
src/unit-tests.c | 40 +++++++++++++++++++++++++
src/utils.c | 50 +++++++++++++++++++++++++++++--
6 files changed, 110 insertions(+), 74
2016 Dec 24
2
[PATCH] lib: Use a common function to validate strings.
As discussed in the thread on validating $TERM, it would be good to
have a common function to do this. This is such a function.
The main advantage is it includes unit tests which the previous
functions did not.
Rich.
2016 Oct 17
2
Multiple readfile oddities, newlines etc
On Tue, 18 Oct 2016, Pete Mundy wrote:
> If you want to know what is _really_ in that file (including all
> invisible characters and anything else that wc etc might not count),
> pipe it through 'hexdump'.
>
> cat?/home/test/feature-1.txt | hexdump
Or just:
hexdump /home/test/feature-1.txt
--
Thanks in advance,
2006 Jul 26
7
Delete_all causes a deadlock on MSSQL database ???
Hi all,
When i use the ''delete_all'' function to remove a few rows from my
database, it causes a deadlock on the sql server. The delete seems to be
successful, it then redirects to the ''view'' page, and the record does
appear to be deleted as far as the ''view'' rails page shows.
BUT if i go into sql query analyser, i can''t do a
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
2016 Apr 11
5
Previously extended schema not working in 4.4.0
Hi,
About a year ago (I think I was using v4.2.x at the time), I extended the
schema of my Samba AD. This worked just fine and since then I have been
able to create and edit objects from my custom schema via ADSIEdit. This
worked fine under 4.3.x as well - the last such object I successfully
created was just over two months ago, at which point I was running some
variant of 4.3.x (probably 4.3.5).
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
2005 Mar 07
0
Winbind Trusts on Multiple Domains
I've got an interesting problem that I'll try to detail here as best I
can.
My Setup: We've got a W2K domain with 2 W2K DC's and a Samba member
server that hosts the shares, including home directories. We've got both
Linux and Windows clients (2000 & XP). For reference, the samba server
will be named "SAMBA" and the Windows PDC will be named "PDC".
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 :
2007 Jun 06
0
Polycom 320 messages
I used this site (and perhaps a couple other Google returned) as well as the
Polycom Admin guide as reference.
http://www.voip-info.org/wiki/view/Getting+MWI+on+Polycom+Phones+to+work+wit
h+Asterisk
299 is the extension one dials to access their voicemail (with caller ID
sending to the correct voicemail). I see the bold on the wiki page telling
me to put in my voicemail context, but I'm
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>
2004 Apr 08
0
Some basic questions about accessing DFS/DCE shares with SAMBA 3.0
Hi Guys-
We are a group involved in a project to move an application from Windows
to AIX, and part of the application involves reading OSF DFS shares, and
making the filesystem available to Windows machines through SAMBA. The
conversion of the application has gone well, but it is our first time
using SAMBA and I have some questions that hopefully are not too dumb,
and if they are, we would gladly