Displaying 20 results from an estimated 22 matches for "galdly".
2001 Mar 06
2
remote mount probs still
howdy,
thanks for the help so far...
i cant even do the following over the net...
smbclient -L remote_address
it give the following:
[root@andrew andrew]# smbclient -L //203.101.92.170
added interface ip=192.168.0.1 bcast=192.168.0.255 nmask=255.255.255.0
session request to 203.101.92.170 failed (Called name not present)
session request to 203 failed (Called name not present)
session request
2015 Apr 07
5
Asterisk Inbound calls, multiple SIP accounts, calledID
Hi Dmitriy and others and thanks for your help so far.
The option "match_auth_username=yes" seems to have had no effect. From my
reading, this option will try to match the username of the incoming SIP
account to a section heading. If that is how it must work then i can see a
big problem. I'm trying to present the receptionist with a nice display of
which line the call came in on.
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
Solved it, kinda. It's not cute. I'm sure this is the way NOT to do it but
it does work. For prosperity, the SIP service is through Internode.
Here is my "extensions.conf" file:
exten => s,1,Set(thedid="${SIP_HEADER(TO)}"); ignore this one
exten => s,2,Set(pseudodid=${SIP_HEADER(To)})
exten => s,3,Set(pseudodid=${CUT(pseudodid,@,1)})
exten =>
2012 Nov 13
1
Linux/Winbind AD domain member loses membership after about 4 days
Hi all,
I have a Linux server running Samba (samba-*-3.5.10-115) and Winbind on
CentOS 6.2. I've joined it to the domain using "net rpc join..." and it
worked fine. "wbinfo -u" lists users as i'd expect. However, after a few
days, the Linux server loses it's ability to see users on the domain. I
restart all related services "smb, nmb, winbind" but still
2015 Apr 01
4
Asterisk Inbound calls, multiple SIP accounts, calledID
Hello all,
I have an Asterisk server (Asterisk 10.12.4) with multiple sip accounts
with the same service provides. We have 8 phone numbers in total.
Incoming calls from the public are all correctly directed to appropriate
office handsets. However, the display on the reception phone (the only one
i care about) is always showing the same "SIP/Account1_0843214321" rather
than the account
2012 Nov 14
1
Is it possible to change the root/Administrator user to another username?
Greetings Samba users,
In the process of setting up Samba, one of the item you need to need is add a root user to the samba password database.
I was wondering if it is possible to change the name of the Samba root/Administrator user to another user, like smbroot ?
I checked the 'username map' option in the man pages, but it doesn't appear to do what I want. From the man page it
2015 Apr 08
0
Asterisk Inbound calls, multiple SIP accounts, calledID
Hi, Andrew.
You are trying to solve two tasks: definition through what line the call
came and a beautiful display of this information.
1. definition through what line the call came. If the username and
password for inbound and outbound registration the same, then try the
following:
a) delete "register" lines.
b) add option "callbackextension=Company1" to Company1 friend
2015 May 26
0
Compatibility issue between lme4 and kml (operateur "[")
Hi all,
There is a compatibility issue between the package 'lme4' and my package
'kml'. I define the "[" operator. It works just fine in my package (1). If I
try to use the lme4 package, then it does no longer work (2). Moreover, it
has some kind of strange behavior (3). Do you know what is wrong? Any idea
of how I can correct that?
Thanks for your help
Christophe
---
2013 Jan 09
1
samba-tool not working as i'd expect
Hello all,
I'm having problems using the "samba-tool" tool. From the documentation
i've read, the following command 'should' work. Apparently i'm missing
something.
####
[root at vmhost bin]# pwd
/usr/local/samba/bin
[root at vmhost bin]# ./samba-tool domain provision --realm=mytest.local
--domain=MYTEST --adminpass='welcome' --server-role='dc'
2012 Nov 16
1
Samba domain member losing membership
Hello all,
I've recently posted here for help with a Samba domain member system which
seems to lose it's domain membership. I want to discuss it a little more. I
have more information. I'm after comments and suggestions for
troubleshooting. Also, i say "loses membership" but i don't really know if
it has lost it. Just doesn't work anymore until i re-join the Samba
2012 Nov 21
2
DC with external LDAP
Hi!
Is there a way to use an external LDAP server with Samba4 (eg. openldap) to authenticate users or
alternatively to sync Samba's internal LDAP with other services like Radius?
My goal is to enter all user credentials to either an external or Samba4 internal LDAP and make Samba, Radius, etc. use it for authentication / as a master when synchronizing user data.
I already tried:
1.
2003 Aug 10
9
DID IT! - Samba 2.2.8a+LDAP+PDC
I am so stoked I just had to share this with y'all.
I just "SEAMLESSLY" migrated all of my machines and users over to my new
Gentoo Linux Server.
I even kept the same: domain name and old PDC NetBios name.
The trickiest part was getting all of the users to keep their same
profile, but I managed that by cloning the RID and Lanman/NT hashes for
the user accounts.
Free at last!
#
2009 Sep 09
1
Package that does not work until I re write the exactly the same code
Hi the list,
I am writing a package in S4 and I do not manage to understand a bug.
The "R CMD check" and the "R CMD build" both work. Here is links to the
package (not on CRAN yet for the raison that I explain bellow):
http://christophe.genolini.free.fr/aTelecharger/kml_0.5.zip
http://christophe.genolini.free.fr/aTelecharger/kml_0.5.tar.gz
Then I install the package and I
1997 Dec 13
5
Domain Logons
Hello,
I am new to Samba. I run FreeBSD 2.2.5-stable and Version 1.9.17p4.
I would like my FreeBSD server to act as a DOMAIN Logon. And, for example
if user riso logges in (using his FreeBSD box password) his /home/riso
should be
automatically maped to G: or something.
The error message I get is:
"You have entered an incorrect password, or access to your logon server has
been denied."
2015 Apr 02
0
Asterisk Inbound calls, multiple SIP accounts, calledID
This is one of the chronic problems. Try this option in sip.conf:
match_auth_username=yes
Carefully read the description, it is better to test in "after hours".
02.04.2015 2:50, Andrew Galdes ?????:
> Hello all,
>
> I have an Asterisk server (Asterisk 10.12.4) with multiple sip
> accounts with the same service provides. We have 8 phone numbers in
> total.
>
>
2006 Mar 28
2
Virtual Servers Workaround?
Hello all,
I am in a situation where I need Samba to be a DC server (logons and
file/printer services) for multiple domains - from a single machine.
The documentation states that "Only the primary server can be a domain
member or a domain controller."
Are there any work arounds for this?
Research at:
http://us1.samba.org/samba/docs/man/Samba3-HOWTO/cfgsmarts.html#id263984
5
Cheers,
2012 Dec 22
0
Moving a domain to new Linux install - Win7 ok but WinXP not ok
Hi all,
I am migrating a Samba 3 domain from an ageing server to a new server. I've
exported all users from the old server and imported them on the new server
using the following command (LDAP to TdbSam):
pdbedit -i ldapsam:ldap://127.0.0.1 -e tdbsam:/tmp/tdbsam.agix
scp /tmp/tdbsam.agix new.server.local:/etc/samba/passdb.tdb
I've set the same SID on the new server. Windows7
2003 Jan 02
2
Initial configuration problem
Ok, this has been quite an experience. I have installed and set up Samba on a Linux server (Red Hat 8.0), but I have not had any success connecting the other machines to the server. There are a few Windows XP machines and a few OS X.2 machines that need to use the server.
All of the machines can ping the server and vice versa.
I can see the server under the workgroup, but when I try opening the
2002 Nov 03
4
Rsync error: partial transfer (code 23) at main.c(926)
I don't use rsync on my server because all time what i use this message
appears:
zopedocs/GuideToDTML/roman-number.gif is uptodate
wrote 60 bytes read 2552145 bytes 6603.38 bytes/sec
total size is 2211107296 speedup is 866.35
rsync error: partial transfer (code 23) at main.c(926)
I user this command:
rsync --progress -prtvv servertoconnect::tagonrsyncd.conf .
(The rsyncd.conf it's
1997 Sep 10
20
smbclient
I am receiving this error randomly when using smbclient to access pc
shares :
FINDFIRST gave ERRSRV - (Non-specific error code.)
I use smbclient with Amanda to backup pc shares. For amanda to work, it
uses smbclient to recursively scan through the entire directory tree and
get total MB size of each directory. The problem is that when trying to
enter some directories it gives the above error and