search for: 9289

Displaying 20 results from an estimated 22 matches for "9289".

Did you mean: 289
2001 Nov 01
2
Excludes in /etc/rsyncd.conf
Thought that you are able to add a simple - + with paths or file names at the bottom of a file and run an rsync and those are then recognized inclusions or exclusions from the synchronization -- Jason G Helfman Network Administrator BizRate.com 310.754.1264 desk
2019 Nov 22
7
sendmail on Centos 7.7
...??? Nov 22 08:16:00 lsi001 sendmail[9286]: xAMDFxlA009286: to= user.someone at gmail.com, ctladdr=root (0/0), delay=00:00:01, xdelay=00:00:01, mailer=relay, pri=30197, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (xAMDFxjQ009287 Message accepted for delivery) Nov 22 08:16:00 lsi001 sendmail[9289]: STARTTLS=client, relay= mx203.inbound-mx.net., version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, bits=256/256 Nov 22 08:16:01 lsi001 sendmail[9289]: xAMDFxjQ009287: to=< user.someone at gmail.com>, ctladdr=<root at machine.somewhere.com> (0/0), delay=00:00:01, xdelay=00:00:01, mail...
2019 Nov 22
0
sendmail on Centos 7.7
...1 sendmail[9286]: xAMDFxlA009286: to= > user.someone at gmail.com, ctladdr=root (0/0), delay=00:00:01, > xdelay=00:00:01, mailer=relay, pri=30197, relay=[127.0.0.1] > [127.0.0.1], dsn=2.0.0, stat=Sent (xAMDFxjQ009287 Message accepted > for delivery) > Nov 22 08:16:00 lsi001 sendmail[9289]: STARTTLS=client, relay= > mx203.inbound-mx.net., version=TLSv1/SSLv3, > verify=FAIL, cipher=AES256-SHA, bits=256/256 > Nov 22 08:16:01 lsi001 sendmail[9289]: xAMDFxjQ009287: to=< > user.someone at gmail.com>, ctladdr=<root at machine.somewhere.com> (0/0), > delay=00:00...
2019 Nov 22
0
sendmail on Centos 7.7
...lsi001 sendmail[9286]: xAMDFxlA009286: to= > user.someone at gmail.com, ctladdr=root (0/0), delay=00:00:01, > xdelay=00:00:01, mailer=relay, pri=30197, relay=[127.0.0.1] [127.0.0.1], > dsn=2.0.0, stat=Sent (xAMDFxjQ009287 Message accepted for delivery) > Nov 22 08:16:00 lsi001 sendmail[9289]: STARTTLS=client, relay= > mx203.inbound-mx.net., version=TLSv1/SSLv3, verify=FAIL, cipher=AES256-SHA, > bits=256/256 > Nov 22 08:16:01 lsi001 sendmail[9289]: xAMDFxjQ009287: to=< > user.someone at gmail.com>, ctladdr=<root at machine.somewhere.com> (0/0), > delay=00:00:...
2002 Mar 08
1
rsync processes never die
...t more info about this issue? Nothing is logged into my /var/log/rsyncd.log that is helpful. Oh yeah, the only options in my /etc/rsyncd.conf are timeout 600 and the logging directive. Thanks. -- Regards, Scott Russell (lnxgeek@us.ibm.com) Linux Technology Center, System Admin, RHCE. T/L 441-9289 / External 919-543-9289 http://bzimage.raleigh.ibm.com/webcam
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
...ch(xx,t5[,26]), ]#gives me a dataframe of all matching EID in skate$EID record.t trip set month stratum NAFO unit.area time dur.set distance 8948 5 896 19 11 221 2J N12 908 15 8 8849 5 895 8 10 766 3O R36 1650 16 8 9289 5 899 1 12 743 3L V26 2052 15 8 9299 5 899 5 12 746 3L W27 1129 14 7 Where t5[,26] correspond to t5$EID column. I'm sure it's simple, but I'm not sure how to remove all of these now from my t5 dataframe! Tips...
2002 Apr 05
1
rsync 2.5.5 fails to kernel.org
...data stream (code 12) at io.c(151) Anyway, it's pretty consistent. I'm not sure which version of rsync kernel.org is running but I know the recommend a 2.4.x release on their web site. -- Regards, Scott Russell (lnxgeek@us.ibm.com) Linux Technology Center, System Admin, RHCE. T/L 441-9289 / External 919-543-9289 http://bzimage.raleigh.ibm.com/webcam
2009 Nov 03
2
Zimbra help?
...errors. I assume that it is not running. When I send I get unable to connect to MTA. How do I diagnose the issue? in /var/log/zimbra.log: Nov 2 17:57:28 indie postfix/postfix-script[9282]: warning: not owned by root: /opt/zimbra/data/postfix/spool Nov 2 17:57:28 indie postfix/postfix-script[9289]: warning: not owned by root: /opt/zimbra/postfix-2.6.5.2z/conf/main.cf Nov 2 17:57:28 indie postfix/postfix-script[9290]: warning: not owned by root: /opt/zimbra/postfix-2.6.5.2z/conf/master.cf Nov 2 17:57:28 indie postfix/postfix-script[9291]: warning: not owned by root: /opt/zimbra/postfix-2.6...
2016 Apr 18
4
as.Date
...d plotted. new.century <- data$year < 70 data$year <- ifelse(new.century, data$year + 2000, data$year + 1900) data$date <- as.Date(ISOdate(data$year, data$month, data$day)) The form of the data is: 16 1 19 9078 16 1 20 9060 16 1 21 9090 16 1 22 9080 16 1 23 9121 16 1 24 9199 16 1 25 9289 16 1 26 9285 16 1 27 9245 16 1 28 9223 16 1 29 9298 16 1 30 9327 16 1 31 9365 Now, I wish to include time (hour) in my data. The new data is of the form: 05 01 06 14 3849 05 01 06 15 3845 05 01 06 16 3836 05 01 06 17 3847 05 01 06 18 3850 05 01 06 19 3872 05 01 06 20 3849 05 0...
2002 Mar 06
2
Compile 2.5.2 on RedHat 6.2
I am running RedHat 6.2 on many of my servers and am receiving the following errors when compiling Rsync 2.5.2: [root@wrapguy rsync-2.5.2]# make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o In file included from rsync.c:23: rsync.h:339: warning: no semicolon at end of struct or union rsync.h:339: parse error before `inode' rsync.h:341: parse error before `dev'
2016 Apr 18
0
as.Date
...ear <- ifelse(new.century, data$year + 2000, data$year + 1900) > > data$date <- as.Date(ISOdate(data$year, data$month, data$day)) > > The form of the data is: > 16 1 19 9078 > 16 1 20 9060 > 16 1 21 9090 > 16 1 22 9080 > 16 1 23 9121 > 16 1 24 9199 > 16 1 25 9289 > 16 1 26 9285 > 16 1 27 9245 > 16 1 28 9223 > 16 1 29 9298 > 16 1 30 9327 > 16 1 31 9365 > > Now, I wish to include time (hour) in my data. The new data is of the form: > 05 01 06 14 3849 > 05 01 06 15 3845 > 05 01 06 16 3836 > 05 01 06 17 3847 >...
2016 Apr 18
1
as.Date
...2000, data$year + 1900) >> >> data$date <- as.Date(ISOdate(data$year, data$month, data$day)) >> >> The form of the data is: >> 16 1 19 9078 >> 16 1 20 9060 >> 16 1 21 9090 >> 16 1 22 9080 >> 16 1 23 9121 >> 16 1 24 9199 >> 16 1 25 9289 >> 16 1 26 9285 >> 16 1 27 9245 >> 16 1 28 9223 >> 16 1 29 9298 >> 16 1 30 9327 >> 16 1 31 9365 >> >> Now, I wish to include time (hour) in my data. The new data is of the >> form: >> 05 01 06 14 3849 >> 05 01 06 15 3845 >&g...
2019 Aug 02
2
DNS Update Failed
...: ready to serve connections..." Tasks: 24 (limit: 4720) CGroup: /system.slice/samba-ad-dc.service ?? 9284 /usr/sbin/samba ?? 9285 /usr/sbin/samba ?? 9286 /usr/sbin/samba ?? 9287 /usr/sbin/samba ?? 9288 /usr/sbin/samba ?? 9289 /usr/sbin/samba ?? 9290 /usr/sbin/smbd -D --option=server role check:inhibit=yes --foreground ?? 9291 /usr/sbin/samba ?? 9292 /usr/sbin/samba ?? 9293 /usr/sbin/samba ?? 9294 /usr/sbin/samba ?? 9295 /usr/sbin/samba ?? 9296...
2013 Nov 22
0
SIP FXS ATA with Gigabit ethernet bridge port,
Hi Folks, Is there any SIP FXS ATA with Gigabit ethernet bridge port, in the market ? -- Isamar Maia Cel. VIVO SSA: (55) 71-9940-2012 Cel. TIM SSA: (55) 71-9289-5128 Cel. Claro SSA: (55) 71-9146-8575 Fixo: (55) 71-4062-8688 Skype ID: isamar.maia "A vida ? muito curta para ser pequena" (Benjamin Disraeli) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachmen...
2013 Aug 06
2
Invalid auth token on production site
I get this error > Invalid auth token > > on my production website (Rails 4) deployed using capistrano and puma. Just that error on a white screen and nothing else. How do I debug this? I googled for similar error but all of them are dated and deal with browser specfic issue with Safari but for me opening the website in any browser gives this error. config.secret_key_base has value
2008 Jul 03
2
POP3 Mails Not Deleted
...POP3(mindyw): Disconnected: Logged out top=0/0, retr=99/4866408, del=287/676, size=60218727 Jul 3 12:05:19 odin dovecot: POP3(mindyw): Disconnected: Logged out top=0/0, retr=288/35132998, del=2/677, size=60220846 Jul 3 12:09:58 odin dovecot: POP3(mindyw): Disconnected: Logged out top=0/0, retr=2/9289, del=2/675, size=60190368 ============ It seems that the deleted 287 mails was not really deleted, though the second deletion works. This happens occationally, so I cannot easily reproduce it. Can anyone look into this issue? How can I debug further? Thank you very much in advance....
2006 Nov 14
4
Samba 3.0.14 (Debian Sarge) Memory Leakage
Hi! Our Samba file server seems to have a memory leakage. We are using samba as file server out of the box (debian sarge) on kernel 2.6.16.31. After a while users who have some shares and files open are acquiring more and more memory until the smbd dies. Here is a small shortcut from top: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 13843 gxxxxx 16 0 51792 44m 2552 S
2019 Jul 05
0
dovecot/imap [blocking on log write]
...9287 BYE Jul? 4 21:14:22 localhost dovecot: master: Warning: Sent SIGKILL to 2 imap-login processes Jul? 4 21:14:25 localhost dovecot: master: Warning: Sent SIGKILL to 1 imap-login processes Jul? 4 21:14:25 localhost dovecot: log(9267): Error: Received master input for invalid service_fd 22: 22 9289 BYE Jul? 4 21:14:25 localhost dovecot: log(9267): Error: Received master input for invalid service_fd 18: 18 9291 BYE Jul? 4 21:14:25 localhost dovecot: log(9267): Error: Received master input for invalid service_fd 22: 22 9288 BYE Jul? 4 21:14:25 localhost dovecot: log(9267): Error: Received mas...
2019 Aug 03
0
DNS Update Failed
...t; Tasks: 24 (limit: 4720) > CGroup: /system.slice/samba-ad-dc.service > ?? 9284 /usr/sbin/samba > ?? 9285 /usr/sbin/samba > ?? 9286 /usr/sbin/samba > ?? 9287 /usr/sbin/samba > ?? 9288 /usr/sbin/samba > ?? 9289 /usr/sbin/samba > ?? 9290 /usr/sbin/smbd -D --option=server role > check:inhibit=yes --foreground > ?? 9291 /usr/sbin/samba > ?? 9292 /usr/sbin/samba > ?? 9293 /usr/sbin/samba > ?? 9294 /usr/sbin/samba > ?? 9295...
2016 Apr 18
0
as.Date: fixed
...ar, data$month, data$day)) > >>> > >>> The form of the data is: > >>> 16 1 19 9078 > >>> 16 1 20 9060 > >>> 16 1 21 9090 > >>> 16 1 22 9080 > >>> 16 1 23 9121 > >>> 16 1 24 9199 > >>> 16 1 25 9289 > >>> 16 1 26 9285 > >>> 16 1 27 9245 > >>> 16 1 28 9223 > >>> 16 1 29 9298 > >>> 16 1 30 9327 > >>> 16 1 31 9365 > >>> > >>> Now, I wish to include time (hour) in my data. The new data is of the > &g...