similar to: more problems reading the log...

Displaying 20 results from an estimated 10000 matches similar to: "more problems reading the log..."

2005 Sep 21
2
rsync log format(again)
hi, i'm back again with another log format problem.... now i need to know the base directory from where rsync is taking the files. for instance, the follow line: 2005/09/07 22:06:52 [732] COMPAQ/INSIGHT MANAGER/cim_db/ both can be of anyone of the follow commands: "C:\Program Files\cwRsync\bin\rsync" -avr "/cygdrive/C/Program Files/COMPAQ" "C:\Program
2005 Sep 13
2
rsync log format problem
hi, i'm making a program that reads from a rsync log file, extracts useful information and writes it to a html file. the problem is: i don't know the way to identify a rsync block execution, that is a block of text in the log that have the same id process module, and source directory. i can't use the process id alone, 'cause, although it identifies the block, it can be used
2005 Sep 30
1
question on reporting bytes transferred
hi, i was reading a rsync log file, and i discovered that the summatory of each file transfer(in bytes) doesn't match the total transfer for the operation. for instance: 2005/09/28 22:02:06 [1072] rsync to NOC from nocbox (63.110.176.221<http://63.110.176.221> ) 2005/09/28 22:02:07 [1072] IdsProcessor/IdsProcessorLogs/ 2005/09/28 22:02:11 [1072] IdsProcessor/SysLogs/Heartland-Bank/Pix/
2004 Nov 04
1
3.0.8pre2 and tdbackup
Hi @all, backing up and verifying _printing_ databases uses 20-96% cpu and takes a long time (there are only few entries and smbd and nmbd were not running): for i in /var/lock/samba/?*.tdb /var/lock/samba/printing/?*.tdb /etc/?*.tdb do date echo $i.samba.bak rm -f $i.samba.bak tdbbackup -s .samba.bak $i
2004 Nov 09
2
3.0.8 and testparm, smbstatus, tdbbackup
Hi, testparm: --------- testparm shows: ERROR: the 'passwd program' (/usr/bin/passwd %u) requires a '%u' parameter. You can see, passwd program _is_ /usr/bin/passwd %u smbstatus: ---------- smbstatus command always shows processes _and_ shares even if using the switches '-p' for showing processes only or '-S' for showing shares only or '-B' for
2004 Apr 23
2
More confusion on exclude rules
I have created two new files /export/home/bin/test_temp.delete_me and /export/home/webmstr/nflmg/scripts/regional/misc_loaders/test_temp.delete_me on the rsync server and am using the following exclude file. + bin/ + nflmg/scripts/regional/misc_loaders/ - core - *.bz2 - *.orig - *.BAK - *.bak - *.old - *.csv - *.tmp - *.4chart - *.xls - *.difftrx - *.difftra - *.rawbad - *.trx.all - *.tar.* -
2011 Oct 29
2
Extracting data by row
Thanks everyone for you help with my last question, and now I have one last one... Here is a sample of my data in .csv format site,time_local,time_utc,reef_type_code,sensor_type,sensor_depth_m,temperature_c 06,2006-04-09 10:20:00,2006-04-09 20:20:00,BAK,sb39, 2, 29.63 06,2006-04-09 10:40:00,2006-04-09 20:40:00,BAK,sb39, 2, 29.56 06,2006-04-09 11:00:00,2006-04-09 21:00:00,BAK,sb39, 2, 29.51
2002 Jun 05
0
Problem with "--relative" and symlinks
There appears to be a problem with the handling of symlinks within source directories by the --relative (-R) option. I am using rsync 2.5.5 on an SGI Origin 200 running IRIX 6.5.11f. Example: copying the contents of /usr/local/etc/inhouse/db/ from wolf to fox where /usr/local is a directory on wolf, but /usr/local is a link to /usr2/local on fox. Here's the dry-run output (some
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
On 06/25/2015 01:20 PM, Chris Adams wrote: > ...It's basically a way to assemble one arbitrary set of block devices > and then divide them into another arbitrary set of block devices, but > now separate from the underlying physical structure. > Regular partitions have various limitations (one big one on Linux > being that modifying the partition table of a disk with in-use
2011 Nov 01
1
Multiple time series with zoo
Thanks for everyone's input so far, it is greatly appreciated. But I've got one last task I could use some advice on Here are the first few lines of my data set: site,time_local,time_utc,reef_type_code,sensor_type,sensor_depth_m,temperature_c 06,2006-04-09 10:20:00,2006-04-09 20:20:00,BAK,sb39, 2, 29.63 06,2006-04-09 10:40:00,2006-04-09 20:40:00,BAK,sb39, 2, 29.56 06,2006-04-09
2017 Jan 25
0
getent problems with new Samba version
More information (possibly too much). Since "things" are defined in sam.ldb, I compared before and after the Samba 4.2.14 to 4.4.8 update. Here are the sam.ldb related files from the old 4.2.14 version: -rw------- root/root 4247552 2014-10-20 23:54 etc/samba/private/sam.ldb -rw------- root/root 4689920 2017-01-14 11:09 etc/samba/private/sam.ldb.bak drwx------ root/root
2014 Apr 15
0
User migration issues
I've been looking throught the archives for a set of things to be done to migrate a install with samba 3.2.5 (lenny) to another server (wheezy) I can cope with the name change, that's no problem, but I'd like to avoid having to recreate the users on the new server, so far I tried this, without much success - scp the smb.conf to the new server - make hot backups cd /var/lib/samba
2017 Jan 26
0
getent problems with new Samba version
Would "testparm -v" show you the path of all the files used ? Are there any idmap settings? It looks like the newer version is using winbind to allocate uid's (based on the high ID numbers.) Maybe because it does not see uid's already allocated. The domain member may be showing correct id's because of caching. -----Original Message----- From: samba
2003 Jun 04
1
rsync not overwriting files on destination
Hi, I am rsyncing from my source server A to a destination server B. A/vol1 contains two files syslog.txt and syslog.bak B/vol1 contains five files syslog.txt, syslog.bak, initlog.txt, internal.txt, and internal.bak. I want to preserve the 5 files on B/vol1 when I do rsync from A to B. Here is the command I use: rsync -av --delete --exclude-from=EXCLUDEFILE A/ B I've tried the option
2003 Jul 05
2
@ERROR access denied
Hi All: I am new to rsync so be gentle with me. I have been able to get rsync working enough to be able to list modules but not transfer files. When I try to transfer a file from the client to the server I use the command: rsync -avz fapmenu fisdev::bak The client displays the following messages: @ERROR: access denied to bak from pgiprd.forsoft.com (192.168.2.19) rsync:
2004 Nov 12
2
Database file rsync - any way to tell it to rsync against the last file?
My apologies if this has been asked before - I searched the archives but couldn't find it, probably because I'm not sure what terms to use. I'm trying to rsync database backups from point A to point B, where point B has rsync running as a service. Every day I make a new backup on point A (mike_db_20041110.bak), and since there's no matching file on point B, the entire file is
2013 Oct 08
3
remote sudo script
Hey guys, I'm trying to write a simple bash script that will cp a configuration file to a backup (with the date) remotely to a bunch of machines, using sudo with ssh. I notice that if I run the commands individually, they both work (albeit with some strange output I'd like to suppress): [tdunphy at MIAGRBISSH01V ~]$ ssh -q -t -t -t MIAGRBIORCA00V sudo -S 'cp -v
2006 Apr 19
1
prop.table on three-way table?
Dear list, I am trying to create a three-way table with percent occurrence instead of raw frequencies. However, I cannot get the results I expected: I have the following table: > ftable(table( mannerDF$agem, mannerDF$target, mannerDF$manner )) <snip> 50 bak 0 0 0 0 1 0 pak 0 0 0 0 3 0 sak
2002 Jul 01
1
Substitutions in strings.
Hi all, Sorry to bother you with the potentially not too bright question, but since I cannot get it to work, I'll have to ask someone.. I've got this vector: > token [1] sal skal skal bak b_r d_ gal kal l_r n_r pak p_r [13] sal sl_r sn_r spak sp_r st_r s_ bak d_ gal l_r pak [25] p_r sak sl_r sp_r t_ kal n_r s_ st_r sak kal
2016 Aug 31
1
Sudden unexplained slowness on share (caused by duplicate UID?)
Hi, We have 5 Samba domain controllers, and 4 file servers. All are 4.2.10-Debian. Our file servers have been working fine until recently (on the 26th), when suddenly access to the \\users.store.example.com\user share (hostname p-cats) became extremely slow. Access to other shares on other machines is fine, and users is 128G total (smaller than other shares). The machine isn't under