search for: privat

Displaying 20 results from an estimated 25070 matches for "privat".

Did you mean: private
2008 Mar 10
2
winex11.drv:file not found
...0007B Code at current IP: 66 89 51 FE 8B 56 04 40 3B C2 7C CB 8B 5D F4 D9 Memory Statistics: Load=74 TotPhys=1059389440 AvailPhys=267833344 TotPage=-142913536 AvailPage=1879650303 TotVirtual=2147352575 AvailVirtual=2147287039 Memory Map (does not include free regions): 00000000 Private 1114112 00110000 Private 1114112 Default Process Heap 00220000 Private 8192 00222000 Private 8192 00230000 Private 4096 00240000 Private 1114112 00350000 Private 643072 00400000 Image 1642496 ..hronicles\game.exe 517632 2/24/08 23:48:38...
2016 Jun 08
1
keytabs basics linux <=> AD ?
hi users a novice here hoping to grasp fundamentals soon I have a samba+sssd as a client to an AD - I have all the keytabs for a host(I think) but I noticed weird(to me at least) smbclient behavior. when I do: $ smbclient -L swir -U me at AAA.PRIVATE.DOM -k all works, clients sees local samba's shares, when I do: $ smbclient -L swir.private.aaa.private.dom -U pe243 at AAA.PRIVATE.DOM -k gss_init_sec_context failed with [Unspecified GSS failure. Minor code may provide more information: Server cifs/swir.private.aaa.private.dom at PRIVATE....
2017 Aug 02
2
how to reduce binary size of SAMBA 4 for embeded device
...ubsystem can be removed for snmd/nmbd/smbpasswd ? followings are the full dependencies of these 3 binary ldd bin/smbpasswd libpthread.so.0 => /lib/libpthread.so.0 (0xf7139000) libsamba-util.so.0 => /tmp/samba4/lib/libsamba-util.so.0 (0xf70c1000) libreplace-samba4.so => /tmp/samba4/lib/private/libreplace-samba4.so (0xf70b0000) libmsrpc3-samba4.so => /tmp/samba4/lib/private/libmsrpc3-samba4.so (0xf7086000) libsamba-errors.so.1 => /tmp/samba4/lib/libsamba-errors.so.1 (0xf6f90000) libsmbconf.so.0 => /tmp/samba4/lib/libsmbconf.so.0 (0xf6f27000) libtalloc.so.2 => /tmp/samba4/...
2017 Dec 18
1
Winbind crash on Samba 4.7.2
...f.so.0(smb_panic_s3+0x81) > [0xf67a30b1] > #2 /usr/local/samba/lib/libsamba-util.so.0(smb_panic+0x2a) > [0xf7312d7a] > #3 /usr/local/samba/lib/libsamba-util.so.0 [0xf7312a4f] > #4 /usr/local/samba/lib/libsamba-util.so.0 [0xf7312a60] > #5 [0xffffe510] > #6 /usr/local/samba/lib/private/libtdb.so.1 [0xf72e651f] > #7 /usr/local/samba/lib/private/libtdb.so.1 [0xf72eb1c4] > #8 /usr/local/samba/lib/private/libtdb.so.1 [0xf72e3314] > #9 /usr/local/samba/lib/private/libtdb.so.1 [0xf72e9439] > #10 > /usr/local/samba/lib/private/libtdb.so.1(tdb_transaction_start > _nonb...
2005 Feb 09
1
rsync backups on Mac OS X - mknod errors + icon disappears...
...or backing up my desktop machine to a bootable external firewire volume, so that I can resume work in case of a harddrive disaster) and I got these messages: mknod "/Volumes/backup/Applications/Plone2/Sites/Default/var/zopectlsock" failed: Invalid argument mknod "/Volumes/backup/private/var/imap/socket/lmtp" failed: Invalid argument mknod "/Volumes/backup/private/var/run/syslog" failed: Invalid argument mknod "/Volumes/backup/private/var/spool/postfix/private/bounce" failed: Invalid argument mknod "/Volumes/backup/private/var/spool/postfix/private/...
2019 Apr 26
0
[PATCH 06/10] s390/cio: add basic protected virtualization support
...q.c b/drivers/s390/cio/ccwreq.c index 603268a33ea1..dafbceb311b3 100644 --- a/drivers/s390/cio/ccwreq.c +++ b/drivers/s390/cio/ccwreq.c @@ -63,7 +63,7 @@ static void ccwreq_stop(struct ccw_device *cdev, int rc) return; req->done = 1; ccw_device_set_timeout(cdev, 0); - memset(&cdev->private->irb, 0, sizeof(struct irb)); + memset(&cdev->private->dma_area->irb, 0, sizeof(struct irb)); if (rc && rc != -ENODEV && req->drc) rc = req->drc; req->callback(cdev, req->data, rc); @@ -86,7 +86,7 @@ static void ccwreq_do(struct ccw_device *cdev)...
2019 May 23
0
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
...q.c b/drivers/s390/cio/ccwreq.c index 603268a33ea1..73582a0a2622 100644 --- a/drivers/s390/cio/ccwreq.c +++ b/drivers/s390/cio/ccwreq.c @@ -63,7 +63,7 @@ static void ccwreq_stop(struct ccw_device *cdev, int rc) return; req->done = 1; ccw_device_set_timeout(cdev, 0); - memset(&cdev->private->irb, 0, sizeof(struct irb)); + memset(&cdev->private->dma_area->irb, 0, sizeof(struct irb)); if (rc && rc != -ENODEV && req->drc) rc = req->drc; req->callback(cdev, req->data, rc); @@ -86,7 +86,7 @@ static void ccwreq_do(struct ccw_device *cdev)...
2019 May 29
0
[PATCH v3 3/8] s390/cio: add basic protected virtualization support
...q.c b/drivers/s390/cio/ccwreq.c index 603268a33ea1..73582a0a2622 100644 --- a/drivers/s390/cio/ccwreq.c +++ b/drivers/s390/cio/ccwreq.c @@ -63,7 +63,7 @@ static void ccwreq_stop(struct ccw_device *cdev, int rc) return; req->done = 1; ccw_device_set_timeout(cdev, 0); - memset(&cdev->private->irb, 0, sizeof(struct irb)); + memset(&cdev->private->dma_area->irb, 0, sizeof(struct irb)); if (rc && rc != -ENODEV && req->drc) rc = req->drc; req->callback(cdev, req->data, rc); @@ -86,7 +86,7 @@ static void ccwreq_do(struct ccw_device *cdev)...
2019 Jun 12
0
[PATCH v5 3/8] s390/cio: add basic protected virtualization support
...q.c b/drivers/s390/cio/ccwreq.c index 603268a33ea1..73582a0a2622 100644 --- a/drivers/s390/cio/ccwreq.c +++ b/drivers/s390/cio/ccwreq.c @@ -63,7 +63,7 @@ static void ccwreq_stop(struct ccw_device *cdev, int rc) return; req->done = 1; ccw_device_set_timeout(cdev, 0); - memset(&cdev->private->irb, 0, sizeof(struct irb)); + memset(&cdev->private->dma_area->irb, 0, sizeof(struct irb)); if (rc && rc != -ENODEV && req->drc) rc = req->drc; req->callback(cdev, req->data, rc); @@ -86,7 +86,7 @@ static void ccwreq_do(struct ccw_device *cdev)...
2017 Dec 18
2
Winbind crash on Samba 4.7.2
...4c] #1 /usr/local/samba/lib/libsmbconf.so.0(smb_panic_s3+0x81) [0xf67a30b1] #2 /usr/local/samba/lib/libsamba-util.so.0(smb_panic+0x2a) [0xf7312d7a] #3 /usr/local/samba/lib/libsamba-util.so.0 [0xf7312a4f] #4 /usr/local/samba/lib/libsamba-util.so.0 [0xf7312a60] #5 [0xffffe510] #6 /usr/local/samba/lib/private/libtdb.so.1 [0xf72e651f] #7 /usr/local/samba/lib/private/libtdb.so.1 [0xf72eb1c4] #8 /usr/local/samba/lib/private/libtdb.so.1 [0xf72e3314] #9 /usr/local/samba/lib/private/libtdb.so.1 [0xf72e9439] #10 /usr/local/samba/lib/private/libtdb.so.1(tdb_transaction_start_nonblock+0x19) [0xf72e9688] #11 /us...
2015 Jan 05
2
backup using the packages of Sernet
...g this error. See the error through the bash -x bash -x samba_backup.sh + FROMWHERE = / var / lib / samba + WHERE = / root / backups + '[' N '' ']' + '[' -n '' -a -d '' ']' + '[' -n '' -a -d '' ']' SRD + = 'private etc sysvol' + = 90 DAYS ++ Date +% d% m% y WHEN = + 050 115 + '[' '!' -d / root / backups ']' + '[' '!' -d / var / lib / samba ']' + Cd / var / lib / samba D + is in '$ SRD' ++ Find. -type d -name private -prune Relativedirname + =. / Pri...
2015 Sep 01
7
Samba 4 DC backups
...samba.org/index.php/Backup_and_restore_an_Samba_AD_DC and had a look through the samba_backup script and have a few questions. Firstly I am using the Sernet packages on Centos7. I am assuming the following mappings from the script for my set up /usr/local/samba/etc is /etc/samba /usr/local/samba/private is /var/lib/samba/private /usr/local/samba/sysvol is /var/lib/samba/sysvol Does this look correct? The samba_backup script does a tdbbackup of ldb files. In my case that would be the following: [root at dc02 ~]# cd /var/lib/samba/ [root at dc02 samba]# find . -name "*.ldb" ./private/...
2013 Oct 29
1
samba_backup
...to backup samba4 by using the samba_backup script. I removed ?>/dev/null 2>&1?-Pipe from the tar-commands. Tar could not archive the temporary msg-files, because they where open. My question is, do I need the temporary msg-files for a complete samba4 database-backup? Thank you. tar: ./private/smbd.tmp/msg/msg.31043.1: socket ignored tar: ./private/smbd.tmp/msg/msg.30220.1: socket ignored tar: ./private/smbd.tmp/msg/msg.3248.39: socket ignored tar: ./private/smbd.tmp/msg/msg.3240.40: socket ignored tar: ./private/smbd.tmp/msg/msg.3248.77: socket ignored tar: ./private/smbd.tmp/msg/...
2013 Apr 03
3
Samba4 fails to work following upgrade - library version errors
...e, I even stopped Samba from running before I ran "make install" just in case the script couldn't overwrite a file that was in use. So I tried to check which version this had upgraded to by running samba -V: root at raspberrypi:/usr/local/samba4# samba -V samba: /usr/local/samba/lib/private/libcliauth.so: version `SAMBA_4.1.0PRE1_GIT_FD8B258' not found (required by samba) samba: /usr/local/samba/lib/private/libauth4.so: version `SAMBA_4.1.0PRE1_GIT_FD8B258' not found (required by samba) samba: /usr/local/samba/lib/private/libevents.so: version `SAMBA_4.1.0PRE1_GIT_FD8B258'...
2019 Apr 16
2
samba-backup.sh problems - is the /var/lib/samba/etc folder essential in a Samba installation?
...my existing SAMBA installation to implement disaster recovery on my AD DC servers. Following the documentation provided here https://wiki.samba.org/index.php/Using_the_samba_backup_script I have so far managed a partial success on my backup: pi at ad1:~ $ sudo /usr/sbin/samba_backup.sh tar: ./private: file changed as we read it tar: Cowardly refusing to create an empty archive Try 'tar --help' or 'tar --usage' for more information. Error while archiving /usr/local/backups/etc.2019-04-16.tar.bz2 - status = 2 The script aborts with status 2 which is apparently an unrecoverable...
2018 Nov 09
2
Samba panic when accessing DNS domain entry with RSAT DNS tool
...mba-util.so.0(log_stack_trace+0) [0x7f2472c76534]    #3 /usr/local/samba/lib/libsamba-util.so.0(+0x201e2) [0x7f2472c761e2]    #4 /usr/local/samba/lib/libsamba-util.so.0(+0x201f7) [0x7f2472c761f7]    #5 /lib/x86_64-linux-gnu/libpthread.so.0(+0x12890) [0x7f2472eea890]    #6 /usr/local/samba/lib/private/libldb.so.1(ldb_msg_find_element+0x5e) [0x7f2472a2ac88]    #7 /usr/local/samba/lib/private/libldb.so.1(ldb_msg_find_ldb_val+0x23) [0x7f2472a2bd6a]    #8 /usr/local/samba/lib/private/libldb.so.1(ldb_msg_find_attr_as_string+0x27) [0x7f2472a2c41c]    #9 /usr/local/samba/lib/libdcerpc-server.s...
2018 Oct 05
3
Mapping user by ip address
...I have a shared folder that everybody will have access without user/password. [thsprovider] path = /share public = yes guest ok = yes only guest = yes writable = yes printable = no create mask = 0775 directory mask = 0775 However Inside /share folder I have a folder named private that can be accessed just for a ip address. I have created the folder /share/private. chown private:private /share/private In this way I negate everybody access. Now how to map ip address 192.168.0.10 to the private user? I need to continue accessing the /share root folder but If I try to acces...
2020 Oct 05
2
logging lines in krb5.conf
On 10/5/2020 11:58 AM, Rowland penny via samba wrote: > On 05/10/2020 16:30, Jason Keltz via samba wrote: >> Hi. >> >> Using MIT5 backend with Samba.. > I hope you mean on the clients, the use of MIT as the kdc on a Samba > DC is experimental and shouldn't be used in production Hi Roland, our environment uses CentOS 7.? I don't have much choice but to use this
2020 Oct 05
2
logging lines in krb5.conf
...be used?? Here's the ldd on the samba binary... > ?% ldd samba > ??????? linux-vdso.so.1 =>? (0x00007ffded95b000) > ??????? libndr.so.0 => /xsys/pkg/samba-4.11.13/lib/libndr.so.0 > (0x00007ff85d1e7000) > ??????? libevents-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libevents-samba4.so > (0x00007ff85cfe5000) > ??????? libregistry-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libregistry-samba4.so > (0x00007ff85cdbc000) > ??????? libldbsamba-samba4.so => > /xsys/pkg/samba-4.11.13/lib/private/libldbsamba-samba4.so > (0x00007...
2015 Dec 30
2
Was not found in the schema 'msDS-SupportedEncryptionTypes'
...MYDOMAIN,DC=com" according to your configuration. you can do this with something like : perl -pi -e 's/DC=MYDOMAIN,DC=com/DC=Carlos,DC=com/g' * Then you will have to run ldbadd and ldbmodify in the correct order to upgrade your schema to version 47 like this : ldbadd -H /var/lib/samba/private/sam.ldb --option="dsdb:schema update allowed=true" sch32.ldf ldbmodify -H /var/lib/samba/private/sam.ldb --option="dsdb:schema update allowed=true" sch32mod.ldf ldbadd -H /var/lib/samba/private/sam.ldb --option="dsdb:schema update allowed=true" sch33.ldf ldbmodify -H...