search for: targetdirs

Displaying 20 results from an estimated 144 matches for "targetdirs".

Did you mean: targetdir
2004 Sep 21
1
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=934 Summary: Traverse-only directories (e.g. chmod 110) break the cd command in sftp Product: Portable OpenSSH Version: 3.6.1p2 Platform: PPC OS/Version: AIX Status: NEW Severity: minor Priority: P2 Component: sftp-server AssignedTo:
2018 Nov 13
5
Online Backup fails
Hi, when i try to create a online backup via samba 4.9.2 at gentoo (in my test envoirment) i get the following errors: samba-tool domain backup online --server=localhost --targetdir=/mnt/backupsamba/ -U Administrator Password for [DOMAIN\Administrator]: workgroup is DOMAIN realm is domain.de Calling bare provision Looking up IPv4 addresses Looking up IPv6 addresses No IPv6 address will be
2002 Aug 10
2
ps2pdf "Print command" script trouble
hi 2.2.5, Sol 2.8 I have a perl script that I've written to convert a ps file to pdf file. I want the user to be able to setup a postscript printer in WNT/2k and convert ps files to pdf by printing to a [ps2pdf] printer share. [ps2pdf] comment = PS to PDF file in Home Directory path = /usr/spool/public guest ok = Yes print ok = Yes browseable = Yes printer = ps2pdf
2006 May 13
0
trouble with Dir.chdir
Hi, folks I wroted the codes below. I have the trouble with the line start from "Dir.chdir". When I run this code, the FTP of photos is successfuly done. But, the display of browser is white out. When I comment out the line start from "Dir.chdir", the trouble doesn''t happen. Is there anything wrong with my usage of "Dir.chdir"? def ftp_photo
2017 Jul 10
2
using samba with bind dlz
I am trying to setup samba as a dc using bind dlz I'm not sure how much I need to setup on bind before I can use it. I did the following check. [root at dc1 ~]# named -V | sed 's/ /\n/g'| grep '\-\-' |grep -e gssapi -e dlopen '--with-dlopen=yes' '--with-gssapi=yes' I am using the default config for samba that came with Fedora Rawhide. I wanted to try out the
2018 Nov 13
6
Online Backup fails
> when i dont use localhost its not working: > > > phoenix /mnt/backupsamba # samba-tool domain backup online > --server=$(hostname -s) --targetdir=/mnt/backupsamba/ -U Administrator > Failed to connect to ldap URL 'ldap://phoenix' - LDAP client internal > error: NT_STATUS_CONNECTION_REFUSED > Failed to connect to 'ldap://phoenix' with backend
2019 Jun 18
2
domain online backup
Hi Louis (and Rowland), Welcome back from holiday! First: I ran everything as root. I increased log level, all the way up to 10, but I don't see much interesting. Here is the last bit with -d 10: https://paste.ubuntu.com/p/yMrw7zNKvN/ Also no different behaviour kerberos vs NTLM. Perhaps interesting: I am not getting the additional password question near the end. (neither with kerberos
2010 Jan 26
1
samba4 HEAD: unable to provision
I'm trying to install samba4 with openldap, as from http://wiki.samba.org/index.php/Samba4/LDAP_Backend/OpenLDAP, I have got the yesterday realease, last git commit: commit 2024d4fb27514869d78e9bb39085f98e80413529 Date: Mon Jan 25 12:41:48 2010 +0100 My system is GNU/Debian Linux Lenny. ./configure --prefix=/opt/samba4 make sudo make install all worked ./setup/provision from the source4
2019 Mar 25
3
Kerberos fails in some cases
Hi folks, I can use kerberos to create or delete user, eg: samba-tool user create test -k yes however, if I want to perform a backup it fails: samba-tool domain backup online --targetdir=/srv/backup --server=192.168.50.40 -k yes gensec_spnego_create_negTokenInit_step: Failed to setup SPNEGO negTokenInit request Failed to bind - LDAP client internal error: NT_STATUS_INVALID_PARAMETER Failed to
2019 Aug 29
4
Schedule samba backup
Hi, I was using samba backup offline, but seems that now is not working, a bug is reported. As a workaround I want to use online backup: sudo samba-tool domain backup online --targetdir=<output-dir> --server=<DC-server> -UAdministrator Asking password in interative mode works, but I need to automate to execute from crontab without asking pwd, how can I do this with security?
2019 Sep 11
5
How to make an unattended backup
Hi, I use AptVanBelle repo for samba, is there a way to backup in unattended way (I mean via cron) the DC? If I use samba-tool domain backup online --targetdir=/srv/backup --server= samba4.example.com -k yes -d1 It works, by it ask for password Administrator. What is the best practice to do it? Thanks in advance! -- -- Sergio Belkin LPIC-2 Certified - http://www.lpi.org
2018 Nov 13
1
Online Backup fails
Hi, its all local at my linux machine what i did: mkdir -p /mnt/backupsamba/ samba-tool domain backup online --server=localhost --targetdir=/mnt/backupsamba/ -U Administrator and then got the message i use bind9 as dns backend, not the internal File "/usr/lib64/python2.7/site-packages/samba/netcmd/domain_backup.py", line 228, in run dns_backend='SAMBA_INTERNAL',
2018 Nov 13
0
Online Backup fails
Hi, no kinit cause it ask me for a password promt where i enter the password samba-tool domain backup online --server=localhost --targetdir=/mnt/backupsamba/ -U Administrator Password for [AIXTEMA\Administrator]: > What is in /etc/resolv.conf > Im expecting something like this. > search aixtema.de > Nameserver IP_OF_DC search hostname.domain.de domain hostname.domain.de
2018 Nov 15
1
samba-tool backup online Not enough virtual memory or paging file quota is available to complete the specified operation.
Hi i installed samba 4.9.1 from source on centos 7. I need to setup backup script . I cannot use samba-tool: Command: samba-tool domain backup offline --targetdir=/backupdir Gives me : Usage: samba-tool domain backup <subcommand> samba-tool domain backup: error: no such option: --targetdir Command: Samba-tool domain backup -h Gives me: Usage:
2018 Nov 13
0
Online Backup fails
Hai, I think, your DNS reqeust are going to the internet as far i can tell. search domain.de nameserver IP_OF_DC Gr. Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > admins aixtema via samba > Verzonden: dinsdag 13 november 2018 12:15 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Online Backup fails >
2019 Jun 18
9
domain online backup
Hi, A question on the (for us: new) online backup functionality. I created a backup of our domain successfully with: samba-tool domain backup online --server=dc3 --targetdir=/backup -Umyusername at samba.domain.com Next, to be able to schedule an automatic daily backup job, I created a specific user (member of Domain Admins) to run the backup. But then the backup fails: >
2019 Jun 18
0
domain online backup
Hi M-J. SeBackupPrivilege only give access to read all files. You also need to set: SeRestorePrivilege to allow restoring. And it does not say anything about the ACLs needed in the AD-DB. Increase the debug level and find out where its giving this messages. On which object, if you know that, then you might find what is missing or if you found a bug ;-) (i think last) Running this on samba
2024 Jun 27
3
Online AD Backup fails with "no auth" in 4.20?
Hallo lovely samba-people, did something change in regards to the online AD Backup in 4.20? We're using this CLI command to create a backup of our domain: ??? /usr/bin/samba-tool domain backup online --targetdir="/my/path" --server="rad-2.ad.ellerhold.lan" --use-krb5-ccache="/opt/samba-ad-backup/ad-backup.krb5cc" -N This ran successfully on a member server
2005 Mar 10
1
install R redhat rpm as a normal user
Hi, I wonder if anyone has done this before. I have rpm-build installed in my workstation. Thanks. Eric
2012 Feb 15
1
samba4 provision error
git checkout dd5868d when I try to provision I get the following: Populating ForestDnsZones partition bin/tdbbackup: /home/samba-master/bin/shared/private/libtdb.so: version `SAMBA_4.0.0ALPHA18_DEVELOPERBUILD' not found (required by bin/tdbbackup) Failed to setup database for BIND, AD based DNS cannot be used Traceback (most recent call last): File "./source4/setup/provision",