similar to: Why this doesn't work??

Displaying 20 results from an estimated 1000 matches similar to: "Why this doesn't work??"

2006 Feb 28
1
Crazy excludes
I'm stuck!!! Look this command line log: -bash-2.05b# pwd /usr/backups -bash-2.05b# ls .backup.gaia.sh.swp backup.gaia.sh ------------------------------------------------------ #NEXT COMMAND IS ENTERED BY HAND IN THE SHELL ------------------------------------------------------- -bash-2.05b# rsync -a -v --delete --timeout 120 --exclude='/msurdi/*' localhost:/home/
2006 Mar 12
1
Problem with --partial and rsync algorithm
Hi, I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* --exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/* --exclude=/stuff2/ftp/* --exclude=/stuff2/backup/* --exclude=/home/ftp/* --exclude=/home/gentoo/* --exclude=/mnt/*
2016 Oct 12
3
Dragon egg not recognizing Target ARM machine
Hello Team, Good Morning!! This is Vishnu Prasanth doing my master's thesis on improving llvm compiler optimization. Currently I am trying to build dragon egg and when I gave take, it is not getting recognized for ARM machine. Can you please help me with. Below are the errors when I gave the below command inside dragon egg directory GCC=GCC_DIR/gcc
2007 Jul 16
4
No adsl in dom0 - Fedora 7
Hi, I am having problems establishing an adsl connection in dom0 (but ONLY in dom0, without xen everything is ok). Following is my setup/situation: 1. Installed clean Fedora 7 (with virtualization option selected) 2. Booted with the non-xen kernel & setup adsl. Adsl connection works without any problems. 3. Rebooted with xen kernel into dom0. 4. adsl connection can no longer be activated
2023 Mar 22
2
Error: /proc/self/status is larger than expected
Hello, gaia ~ # uname -a Linux gaia 6.1.12-gentoo-x86_64 #1 SMP Thu Mar 9 19:57:24 CST 2023 x86_64 Intel(R) Core(TM) i5-3470S CPU @ 2.90GHz GenuineIntel GNU/Linux gaia ~ # dovecot --version 2.3.20 (80a5ac675d) gaia ~ # cat /proc/self/status | wc --bytes See attached for example content of /proc/self/status and the dovecot.conf through 'dovecot -n' I am re-sending this message because
2023 Mar 26
1
Error: /proc/self/status is larger than expected
Hi! This requires a code change, which is currently in progress. It does require you to patch Dovecot yourself if you want to use it, once it's ready. Aki > On 26/03/2023 05:22 EEST Elisamuel Resto Donate <sam at samresto.dev> wrote: > > > Hi, > > At this point I have resorted to add the error message to be ignored by the syslog daemon to at least keep it out of
2023 Mar 26
1
Error: /proc/self/status is larger than expected
Aki, Thank you! Regards, -Sam > On Mar 26, 2023, at 04:00, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > ?Hi! > > This requires a code change, which is currently in progress. It does require you to patch Dovecot yourself if you want to use it, once it's ready. > > Aki > >> On 26/03/2023 05:22 EEST Elisamuel Resto Donate <sam at
2023 Mar 21
4
Error: /proc/self/status is larger than expected
Hello, Writing to get some insight as to how I might rid myself of a the pesky error message on the subject. Every binary throws out that error, every LMTP delivery... basically every time any dovecot binary is executed. I am unsure if this is configuration related or not, but intuition says it is an issue with a kernel feature or compiler issue. I saw the error message in the source code
2006 Apr 15
2
include and exclude file
hi i try to include and exclude file when i do a rsync #!/bin/sh # directory to backup BDIR=/home/collinm/test/home # includes file - this contains a wildcard pattern per line of files to exclude INCLUDE=include.txt # excludes file - this contains a wildcard pattern per line of files to exclude EXCLUDE=exclude.txt OPTS="-a -r -v -p -t --delete-before --exclude-from=$EXCLUDE
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final pre-release version of the 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2006 Mar 02
1
Rsync 2.6.7pre3 released
I've just released rsync 2.6.7pre3 -- the third, and (hopefully) final pre-release version of the 2.6.7 release. Please test this out and email the rsync mailing list with any questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here: http://rsync.samba.org/ftp/rsync/rsync-2.6.7pre3.tar.gz
2020 Aug 31
4
No DNS domain configured
I am trying to join an existing samba server but I get an error message that the DNS update failed. I have read that this doesn?t matter and the join is still successful. But the problem comes when I try to grant privileges to the unix admins. root at dna:/home/pi# net ads join -U administrator Enter administrator's password: Using short domain name -- DOMAIN Joined 'DNA' to dns
2006 Mar 31
1
logging problem
Yep I tried those two options, and nothing... Even if the pre-user conf files have a log file in the same directory, which I touch before trying, messages keep going to syslog... I tried with 666 permissions on rsyncd.log too just to make sure... The following is one of the user's conf file, hope theres a clue. Thanks! log file = /home/pluto/rsyncd.log <<< This is the problem!!
2013 Dec 03
1
LDAPcmp show errors (serverState, subRefs)
Hi there! Here it is a setup with an Windows 2003 SBS and two Samba 4.1.2. Everything is working fine, but I found differences in LDAP and need to know if this is relevant for replication samba-tool ldapcmp ldap://sbssrv2003 ldap://samba4.1.2 [...] Comparing: 'CN=Builtin,DC=SAMBADOMAIN,DC=local' [ldap://gaia] 'CN=Builtin,DC=SAMBADOMAIN,DC=local' [ldap://samba1] Attributes
2006 Feb 22
5
Rsync help needed...
Hello, I was reading your posts about RSYNC. We have a massive Oracle schema lots of datafiles about 750 GB size. We do rsync datafiles from source to target server but everytime we cleanup the datafiles on the target server and do rsync every 2 weeks. On the target side mostly the datafiles will be same but on source we might have added few datafiles or made some changes in data and as such the
2005 Dec 06
1
SRC=/, include a few directories and exclude everything else
Hi, I am currently backing up a few Linux boxes, and a Windows XP box, using rsync (through a cron job). Regarding the Windows box ( Windows XP (running Cygwin) <--> Debian Testing), so far I specify a few directories as sources in the rsync command line. I then use an excludes file to include certain directories and exclude others. I was wondering, can I just specify / as the source and
2004 Dec 14
3
WinXP client always connects as Gaia\Guest
All attempts to connect to our Samba server, share "\data" from any Windows client fails. I'm trying to get samba to prompt the windows user with a login box, have them enter the samba username/password, then head onto the share. If I use in the address field the following: \\gaia\data /user:woellki a dialog box appears, with the username field greyed out "Gaia\Guest"
2006 Apr 04
2
how to tell what files changed?
I'm new to using rsync, so far it is working well. But I want to know what files rsync decided to transfer. Using the -v option lists every sub-folder of my directory and lots of files. Is there any way to get rsync to report only on the changes it made to the destination directory? I'd like to know: what files /directories were copied across what files/ directories were deleted
2006 Feb 16
1
a few basic questions
Hi folks. Running rsync on Slackware. I'm going over the man pages yet some aspects remain murky. Hopefully someone can set me straight. 1. The --rsh option, The man page explains that you can invoke a single-transfer daemon if you want some features that a daemon provides: $ rsync -av --rsh=ssh host::module /dest The it says that you need to slap on an ssh user if the daemon/module
2006 Feb 17
3
rsync files with certain mtime
Hello List, How would i rsync all files which are older than X-Days? I am missing some kind of -mtime option. Since this is quite common for backups i am wondering how you are doing this kind of stuff. Thanks, Mario