search for: insgesamt

Displaying 20 results from an estimated 114 matches for "insgesamt".

2019 Nov 14
2
hardlinking missing files from src to a dest: didn't work way I thought it would.
Am 14.11.19 um 10:54 schrieb Paul Slootman via rsync: > You need to specify the source directory as the link-dest directory. Hi, I tried it also because it's an old question which has never worked for me. Instead it creates copies and not hard links: pierre at in94:~/tmp$ ls -li a b a: insgesamt 8 257315 -rw-r--r-- 1 pierre pierre 4 Nov 14 10:53 1 257316 -rw-r--r-- 1 pierre pierre 6 Nov 14 10:53 2 b: insgesamt 0 pierre at in94:~/tmp$ rsync -av --link-dest=a a/ b/ sending incremental file list --link-dest arg does not exist: a ./ 1 2 sent 194 bytes received 95 bytes 578.00 bytes/sec tot...
2019 Nov 14
1
hardlinking missing files from src to a dest: didn't work way I thought it would.
...for --link-dest to remove all uncertainty. > E.g.: > > rsync -av --link-dest=$(pwd)/a a/ b/ > > In this case, as the destination is also in same current directory, you > could use: > > rsync -av --link-dest=../a a/ b/ Working: pierre at in94:~/tmp$ ls -li a b a: insgesamt 8 257315 -rw-r--r-- 1 pierre pierre 4 Nov 14 10:53 1 257316 -rw-r--r-- 1 pierre pierre 6 Nov 14 10:53 2 b: insgesamt 0 pierre at in94:~/tmp$ rsync -av --link-dest=$(pwd)/a a/ b/ sending incremental file list ./ sent 98 bytes received 19 bytes 234.00 bytes/sec total size is 10 speedup is 0.09 p...
2004 Dec 17
1
reshape and split
Dear R-users, I am trying to reshape the DF "dat2" in the "long" format, but can't figure out how to use the "split"-option: > dat2 a.1995.z b.1995.z a.1996.z var 1 100.00000 100.00000 100.00000 Neue Anlagen insgesamt 2 40.09904 23.60890 40.88960 Neue Ausr??stungen 3 59.90096 76.39110 59.11040 Neue Bauten This should be the result: region time wz value var a 1995 z 100 Neue Anlagen insgesamt a 1995 z 40.09904 Neue Ausr??stungen a 1995 z 59.90096 Neue Bauten b 1995 z 100 Neue Anlagen insge...
2019 Nov 14
2
hardlinking missing files from src to a dest: didn't work way I thought it would.
Have a directory with a bunch rpms in it, mostly x86_64. Have another directory with a bunch, mostly 'noarch'. Some of the noarch files are already in the x86_64 dir and don't want to overwrite them. They are on the same physical disk, so really, just want the new 'noarch' files hardlinked into the destination. sitting in the noarch dir, I tried: rsync -auv
2010 Jul 14
2
some beginner questions
...oesn't work. When I create a file or directory on the ocfs2 partition, it doesn't "appear" on the other servers. SERVER01: server01:~# echo "sdhfksjdhfskhskjgh" >> /mnt/oc1/testfile server01:~# cat /mnt/oc1/testfile sdhfksjdhfskhskjgh server01:~# ls -lh /mnt/oc1/ insgesamt 0 drwxr-xr-x 2 root root 3,9K 13. Jul 16:53 lost+found -rw-r--r-- 1 root root 19 14. Jul 20:48 testfile SERVER02 server02:~# ls -lh /mnt/oc1/ insgesamt 0 drwxr-xr-x 2 root root 3,9K 13. Jul 16:34 lost+found server03 same result The config file is the same on all three servers. I made it and...
2013 Apr 16
1
winbind problem
...inistrator:/bin/bash FUTURAMA+svtn:*:1008:513:Thomas Nolte as SV:/home/FUTURAMA/svtn:/bin/bash - For example I change a files owner to root: root at leela:~# chown 0 /opt/samba/var/shares/profiles/svtn/ntuser.dat - Everything is still fine: root at leela:~# ll /opt/samba/var/shares/profiles/svtn/ insgesamt 3224 drwxrws--- 33 FUTURAMA+svtn FUTURAMA+gf 4096 Apr 6 13:39 Anwendungsdaten [...] -rw-rw---- 1 root FUTURAMA+gf 3145728 Apr 8 06:54 ntuser.dat [...] - Now changing owner to 3000000 (Buildin/Administrator): root at leela:~# chown 3000000 /opt/samba/var/shares/profiles/svtn/ntuser.d...
2003 Apr 19
1
Possible new rsync bug
...ference to it. It seems, that rsync goofes up, if you rename a directory and then create a symlink with the old name to the new location. Below is a simple example how to do it. ------------------------------------------------------------------------------ [ptriller] elmore:~/test > ls -al insgesamt 11 drwxr-xr-x 4 ptriller users 96 2003-04-18 19:23 . drwx--x--x 82 ptriller users 9160 2003-04-18 19:23 .. drwxr-xr-x 2 ptriller users 48 2003-04-18 19:24 dest drwxr-xr-x 3 ptriller users 72 2003-04-18 19:23 src [ptriller] elmore:~/test > ls -al src/...
2006 May 11
2
Problems with link-dest
...op/back/ /home/florian/Desktop/back/file1 total: matches=0 hash_hits=0 false_alarms=0 data=4 sent 194 bytes received 67 bytes 522.00 bytes/sec total size is 4 speedup is 0.02 But apparantly now hard link has been created: florian@horus ~/backupTest/2006-05-07/home/florian/Desktop/back $ ll insgesamt 4 -rw-r--r-- 1 florian users 4 7. Mai 13:36 file1 florian@horus ~/backupTest/2006-05-07_1/home/florian/Desktop/back $ ll insgesamt 4 -rw-r--r-- 1 florian users 4 7. Mai 13:37 file1 And when I change one file, the other one stays unchanged. florian@horus ~/backupTest/2006-05-07_1/home/florian/D...
2007 Mar 15
2
WindowsInstaller doesn find Volume to extract
Hi all! I have wine running in version app-emulation/wine-0.9.29 I have setup the environment via regedit: TEMP=C:\temp --> REG_SZ and tried with both on and two backslashes. dir also exists -=>>ls .wine/drive_c/temp -la insgesamt 8 drwxr-xr-x 2 user users 4096 14. M?r 18:20 . and within /wineconsole cmd/ and /set/ I see environment: TEMP=C:\temp TERM=xterm TMP=C:\temp but on installing WindowsInstaller-KB893803-v2-x86.exe i get error message from installer "unable to find a volume for file extraction. please veri...
2013 Dec 12
3
warning from managesieve
...t it still works. Dec 12 10:02:33 managesieve(tester at domain.com): Warning: sieve-storage: Active sieve script symlink /srv/vmail/sieve/domain.com/tester/.dovecot.sieve is broken: invalid/unknown path to storage (points to ingo.sieve). root at i920:/srv/vmail/sieve/domain.com/tester# ll insgesamt 20 drwx------ 3 mail mail 4096 Dez 12 10:03 ./ drwx------ 15 mail mail 4096 Dez 12 10:02 ../ lrwxrwxrwx 1 mail mail 10 Dez 12 10:02 .dovecot.sieve -> ingo.sieve -rw------- 1 mail mail 1575 Dez 12 10:03 .dovecot.svbin -rw------- 1 mail mail 2457 Dez 12 10:02 ingo.sieve drwx------ 2 mail ma...
2008 Feb 22
1
shared mailbox - namespace
...it?s a little bit old but it is the latest version under debian packages. Please see my configuration below. here the content of: /etc/dovecot-acl/public user=user1 at domain1.de rwl here my /home/vmail ------------------------------------------------------------------ mail:/home/vmail# ls -l insgesamt 32 drwx------ 6 vmail vmail 4096 2008-02-22 09:43 domain1.de drwx------ 4 vmail vmail 4096 2008-02-15 16:56 domain2.de -rw------- 1 vmail vmail 7762 2008-02-22 13:37 dovecot-deliver.log -rw-r--r-- 1 root root 160 2008-02-22 09:40 globalsieverc -rw------- 1 vmail vmail 204 2008-02-22 09:40 globalsie...
2015 Jan 28
3
problem giving setting user permissions on specific folder
Hi Rowland: voyager /data/company # ls -la folder1/ insgesamt 56 drwxrwxr-x+ 1 administrator dom?nen-benutzer 744 26. Sep 12:45 . drwxr-xr-x 9 root root 4096 25. Sep 23:33 .. drwxrwxr-x+ 1 user dom?nen-benutzer 200 20. Jan 14:40 folderx drwxrwxr-x+ 1 user dom?nen-benutzer 288 19. Jan 14:19 folderxt drwxrwxr-x+ 1 administrator d...
2007 Feb 05
2
application 'allway sync' evades sticky bit?!
...work with their explorer. But: With 'allway sync', an app to synchronize for example between laptop and fileserver the program is somehow able to circumvent the sticky bit settings. A file created locally on the notebook and synced to the server hast the wrong group rights: # ls -la insgesamt 2116 drwxrws--- 2 cmueller sales 4096 5. Feb 15:14 . drwxrws--- 25 root sales 4096 5. Feb 15:14 .. -rw-rw---- 1 cmueller awaromgmt 2151561 24. Jan 12:07 SCN_20070122100735_001.pdf # id cmueller uid=24444(cmueller) gid=1001(awaromgmt) Gruppen=1001(awaromgmt),1000(awaro),1...
2015 Oct 12
2
Sysvol acl check failed
...INFO_DACL | security.SECINFO_SACL, sd, service=service) When I check the database everything is ok. root at DKHHDC1:~# samba-tool dbcheck Checking 1185 objects Checked 1185 objects (0 errors) Here are the permissions in sysvol: root at DKHHDC1:~# ls -l /var/lib/samba/sysvol/dkhh.local/Policies/ insgesamt 80 drwxrws---+ 6 root 3000000 4096 Jun 25 2014 {08BE834B-49D1-4F47-950E-C0D0CB4D2486} drwxrws---+ 6 root 3000015 4096 Nov 5 2013 {31B2F340-016D-11D2-945F-00C04FB984F9} drwxrws---+ 4 3000015 3000015 4096 Mai 15 2014 {4D8D96AA-C7E4-47F9-A8AF-D1D72CA6CBA1} drwxrws---+ 4 3000015 3000015 4096...
2015 Oct 13
2
Sysvol acl check failed
...database everything is ok. >> >> root at DKHHDC1:~# samba-tool dbcheck Checking 1185 objects Checked >> 1185 objects (0 errors) >> >> Here are the permissions in sysvol: >> >> root at DKHHDC1:~# ls -l /var/lib/samba/sysvol/dkhh.local/Policies/ >> insgesamt 80 drwxrws---+ 6 root 3000000 4096 Jun 25 2014 >> {08BE834B-49D1-4F47-950E-C0D0CB4D2486} drwxrws---+ 6 root >> 3000015 4096 Nov 5 2013 {31B2F340-016D-11D2-945F-00C04FB984F9} >> drwxrws---+ 4 3000015 3000015 4096 Mai 15 2014 >> {4D8D96AA-C7E4-47F9-A8AF-D1D72CA6CBA1}...
2009 Mar 31
1
Courier
...ostfix user=postfix host=localhost password=******** default_pass_scheme = PLAIN password_query = SELECT password FROM mailbox WHERE username = '%u' user_query = SELECT maildir, 106 AS uid, 106 AS gid FROM mailbox WHERE username = '%u' server1:/etc/init.d# ls -l /usr/local/virtual insgesamt 8 drwx--S--- 5 virtual virtual 4096 26. Aug 2008 silviosiefke.de drwx--S--- 3 virtual virtual 4096 25. Aug 2008 silvio-siefke.de server1:/etc/init.d# ls -l /usr/local/virtual/silviosiefke.de insgesamt 12 drwx--S--- 15 virtual virtual 4096 4. Feb 13:37 info drwx--S--- 12 virtual virtual 4096 13....
2012 Feb 12
3
2.1.rc5 Cannot delete folders from trash
Hi, If I delete a folder "foo" in Thunderbird, it is moved to trash. [root at dovecot1][tmp:exec](~) # ll /mailspool1/xxxx.de/test1/mdbox/mailboxes/Trash/ insgesamt 16K drwx------ 4 vmail vmail 4,0K 31. Jan 22:16 . drwx------ 8 vmail vmail 4,0K 31. Jan 22:16 .. drwx------ 2 vmail vmail 4,0K 12. Feb 11:51 dbox-Mails drwx------ 3 vmail vmail 4,0K 31. Jan 22:16 foo [root at dovecot1][tmp:exec](~) # [root at dovecot1][tmp:exec](~) # [root at dovecot1][tmp:exec](...
2018 Aug 10
1
Unshow of domain name
Hi, I migrated my Samba 4 PDC to a AD. Everything works well. I've switched from OpenLDAP to Winbindd after the migration. No I've this problem: Linux (for example via "ll") shows the Name of Domain in front of user/group. root at server:/media/intranet# ll insgesamt 28K drwxrwx---+ 4 root root 4,0K Aug 10 09:05 ./ drwxr-xr-x 22 root root 4,0K Aug 9 14:03 ../ drwxrwx---+ 19 COMPANY\fileadmin COMPANY\mitarbeiter 4,0K Jul 27 12:03 01_Test/ and if I just use getfacl I've "134" in fro...
2023 Nov 20
1
Online Backup failed....
On Mon, 20 Nov 2023 15:05:49 +0100 <samba at laurenz.ws> wrote: > Hey, > > dir exisit.... > > root at dc01:/autofs/backup# ls -la > /autofs/backup/linux/samba_dom/backup.tgz/ insgesamt 12484 > drwxr-xr-x 4 root root 4096 20. Nov 14:02 . > drwxr-xr-x 3 root root 4096 20. Nov 14:00 .. > -rw-r--r-- 1 root root 12765535 20. Nov 14:03 > samba-backup-samba.laurenz.ws-2023-11-20T14-02-51.306281.tar.bz2 > drwx------ 2 root root 4096 20. Nov 14:00 tmpdz6serc_ &g...
2011 Dec 13
0
Dir-merge exclude filter ignored when rsync DEST ends in /.
...39;m not quite sure if this behavor is a bug or feature. Test: $ mkdir src $ touch src/object $ echo "exclude /object" > s/.rsync-filter bash: s/.rsync-filter: No such file or directory $ echo "exclude /object" > src/.rsync-filter $ cp -a src dst $ ls -flra src dst src: insgesamt 4 drwxrwxr-x 2 abcde abcde 39 2011-12-13 16:41 . drwxrwxr-x 4 abcde abcde 26 2011-12-13 16:41 .. -rw-rw-r-- 1 abcde abcde 0 2011-12-13 16:41 object -rw-rw-r-- 1 abcde abcde 16 2011-12-13 16:41 .rsync-filter dst: insgesamt 4 drwxrwxr-x 2 abcde abcde 39 2011-12-13 16:41 . drwxrwxr-x 4 abcde abcde 2...