Displaying 20 results from an estimated 3000 matches similar to: "combining two back ups..."
2005 Dec 08
1
prefetch userdb on 1.0.alpha4
Hi all,
I've a problem with prefetch userdb function on 1.0.alpha4 ?
I get this :
Error: auth(default): ldap(mylogin,10.3.245.xxx): Multiple password
replies
Info: auth(default): ldap(mylogin,10.3.245.xxx):
base=dc=boursorama,dc=fr scope=subtree filter=(&(objectClass=
boursoramaMailAccount)(mailInternalAllowedProtocol=imap))
fields=uid,userPassword
An ldapsearch with the same
2006 Feb 20
5
How to control who can log into the samba box
Hello,
I have samba set up using winbind so that I can ssh into the box with
my DOMAIN\mylogin. That's great...kind of. How do I control which
users can login to the box? As it stands now, all users in DOMAIN can
log in, which is not desireable. Do I need to map domain groups to unix
groups? Do I need to map domain users to the box some how? Even if I do
that, how do I then set it up
2004 Jun 03
2
login script
Hi everybody! Here is my first question :)
I have a solaris machine running samba, and a lot of computers with
windows 2000. I need to generate a log file with the time when a user
logon into the machine and the time when the user logout.
I tryed the following ...
In the smb.conf I wrote in the [netlogon] section
[netlogon]
root preexec = /usr/local/samba/lib/mylogin.pl %T %u %m
root
2005 Jul 21
3
Rprof fails in combination with RMySQL
Dear R community,
I tried to optimized my R code by using Rprof. In my R code I'm using MySQL
database connections intensively. After a bunch of queries R fails with the
following error message:
Error in .Call("RS_MySQL_newConnection", drvId, con.params, groups, PACKAGE = .MySQLPkgName) :
RS-DBI driver: (could not connect mylogin@mydatabase on dbname "myDB"
2001 Dec 14
2
Tricky Samba Issue
Hello. I've been a Samba user for quite a while, but I've had a bit of
trouble getting the newer winbind stuff to work as I require, and was
hoping someone might be able to help. I'm not subscribed to the list, so
if you would CC me or e-mail me privately, that would be greatly
appreciated.
Right now I'm using winbind to fit into our NT domain. I'd *like* to have
the system
2011 Jul 11
2
Help! permission denied when accessing folder
Hi all,
Running samba 3.5.5 in a Solaris non-global zone. I have created a folder (StudentJobApplications) on a share which I want to make accessible only to members of a Unix group (studempl). I have added myself to the group but when I or other group members try to access the folder via Windows Explorer I get the following:
I:\StudentJobApplications is not accessible
Access is denied
Here
2016 May 03
4
Copying a live system
I want to backup my current CentOS-7.2 system to another drive.
Is it safe to copy the system while it is running?
Eg by
mount /dev/sdb5 /mnt
rsync -HPaxvz /. /mnt/
I've found contradictory advice on the web.
--
Timothy Murphy
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin
2011 Mar 02
2
problem with samba 3.5.6 try to join W2K8
hi,
I trying to join a samba 3.5.6 (debian) on a domain W2K8 without
kerberos followin the wiki page
(http://wiki.samba.org/index.php/Samba_&_Active_Directory)
using net ads join i've got this error Failed to join domain: failed to
join domain 'MYDOMAIN.COM' over rpc: NT_STATUS_NOT_SUPPORTED
conf in /etc/smb.conf
workgroup = MYDOMAIN
server string = %h server
# allow
2005 Feb 22
2
RE: Relocating the directory for ruby_sess.* files
Please, someone can tell me where session data are stored on Windows, using
Webrick in its default configuration?
After storing an object into @session, I initially can access only the
controller that has stored the object. Otherwise, the html page displays
"Not found" and the Webrick console displays:
#<ActionController::SessionRestoreError: Session contained objects where
the
2002 Oct 21
2
SetPrinter call failed
I am having trouble getting the cupsaddsmb script to work to add the
drivers. Everything seems to work (it copies the drivers to the correct
directories), but I keep getting the result NT_STATUS_UNSUCCESSFUL error
message on the rpcclient setdriver command. When trying to connect to
the printer from a 2K client, I see a client-error-not-found error in
the log.
I can't seem to find
2006 Feb 06
0
SAMBA Winbind and AIX and chown not showing ad user id
I changed the separator to + from / and now when I use
users=DOMAIN+mylogin, I get access to a share finally. However, when I
run chown DOMAIN+mylogin testdir, testdir is not set to DOMAIN+mylogin,
it is set to tempfn (temporary id is what the gecos/description says).
In aix land, what do I need to do to get it to use WINBIND to set the
diretory ownership now? My /usr/lib/security/methods.cfg
2006 Feb 05
0
ok - now how to access a share?
I got net ads join to finally work, but I cannot get samba to
authenticate a user to a share.
[global]
workgroup = DOMAIN
netbios name = svcanimp
socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
idmap uid = 10000-20000
idmap gid = 10000-20000
idmap backend = ad
use kerberos keytab = yes
# os level = 65
winbind
2006 Feb 09
0
SAMBA configuration nightmare (AIX) - idmaps do not work (core dump), ldap/nss_ldap and pam fail
Well, I have tried really hard to get any of the idmaps to work--in
that, idmap_ads, idmap_rid, and I have tried to use idmap stroage in
ldap with padl (nss_ldap) too, but I have had no luck. If I enable pam
in /usr/lib/security/methods.cfg or nss_ldap, I cannot log into the
system anymore. If I enable pam in /etc/pam.conf and use in
/etc/security/users SYSTEM = "WINBINd or WINBIND[UNAVAIL]
2016 May 03
0
Copying a live system
Timothy Murphy wrote:
> I want to backup my current CentOS-7.2 system to another drive.
> Is it safe to copy the system while it is running?
> Eg by
> mount /dev/sdb5 /mnt
> rsync -HPaxvz /. /mnt/
> I've found contradictory advice on the web.
Yes. When we're cloning a system, such as a compute node in a cluster, or
rsync upgrading, we
rsync -HPavxz /. newmachine:/new/.
2016 May 03
2
Copying a live system
m.roth at 5-cent.us wrote:
>> I want to backup my current CentOS-7.2 system to another drive.
>> Is it safe to copy the system while it is running?
>> Eg by
>> mount /dev/sdb5 /mnt
>> rsync -HPaxvz /. /mnt/
>> I've found contradictory advice on the web.
>
> Yes. When we're cloning a system, such as a compute node in a cluster, or
> rsync
2020 Jun 13
0
Voice "broken" during calls
Am 13.06.2020 um 08:28 schrieb Luca Bertoncello:
> Hi!
>
> I have a Asterisk installation to manage my phones at home (provider is
> Deutsche Telekom).
> It works, but very often the voice is "broken"...
> Yesterday during a call it was very difficult to understand what my
> partner sayd...
>
> It can NOT be a problem of other downloads/uploads, since in that
2005 Nov 09
1
Problem with different case logins
Hi,
we have a system (Debian sarge) that uses LDAP for user
authentication, via pam. We also have virtual users by using a static
userdb [1], using the directory structure /var/lib/dovecot/postoffice/%u
(i.e., a directory under /var/lib/dovecot/postoffice with the name of the
user). The directory /var/lib/dovecot/postoffice belongs to
postoffice:mail. IMAP folders, indexes and stuff go here;
2010 Jun 15
1
Asterisk hangs up for some calls
Dear list;
I'm trying for forward some calls to an others asterisk using IAX2 protocol.
But My asterisk can forward some calls and for others it hangs up automaticaly.
Before my asterisk was working perfectly, i do not know what is happening!!
When i try directly zoiper with my provider's asterisk it works perfectly.
Here is the output from the cli when i made a call that asterisk hangs
2014 Apr 16
1
BUG: Authentication client sent unknown handshake command
Hi everybody,
I'm using dovecot-2.2.11 on NetBSD.
After a kernel upgrade, while using the same dovecot binaries (they were working perfectly until today), I'm experiencing this error (more log at the end of my email):
BUG: Authentication client sent unknown handshake command: REQUEST?227672066?18807?2?c717631d60216b2e9ec57a2fa69674b8?session_pid=16343?...
I tried to build a newer
2020 Jun 13
4
Voice "broken" during calls
Hi!
I have a Asterisk installation to manage my phones at home (provider is
Deutsche Telekom).
It works, but very often the voice is "broken"...
Yesterday during a call it was very difficult to understand what my
partner sayd...
It can NOT be a problem of other downloads/uploads, since in that moment
there were no ones...
I already had the problem in the past, solved it enabling the