search for: 0500

Displaying 20 results from an estimated 18260 matches for "0500".

Did you mean: 0100
1998 Jul 16
1
Printing Errors
I've been running RedHat 5.0 and Samba flawlessly for over 6 months now. I had to reboot the server and now I can't seem to print. When I use the "Printtool" to send a test text or postscript job to the printer, I get the following error: Unable to print to HP4000 Error Message: lpr: connect: no such file or directory jobs queued, but cannot start daemon The printer is set up
2016 Jan 25
0
[Bug 11521] rsync does not use high-resolution timestamps to determine file differences
...est might work. Observe: 22:57:22 ~$ mkdir T 22:57:25 ~$ cd T 22:57:26 ~/T$ mkdir 1 2 3 4 5 6 22:57:30 ~/T$ lat() { ls -alF -i --full-time "$@"; } 22:57:49 ~/T$ touch 1/foo 22:57:53 ~/T$ ln 1/foo 1/bar 22:57:56 ~/T$ lat */* 1321175 -rw-r--r-- 2 user user 0 2016-01-24 22:57:53.013689572 -0500 1/bar 1321175 -rw-r--r-- 2 user user 0 2016-01-24 22:57:53.013689572 -0500 1/foo 22:57:59 ~/T$ rsync -aviH 1/ 2/ sending incremental file list .d..t...... ./ >f+++++++++ foo hf+++++++++ bar => foo sent 139 bytes received 53 bytes 384.00 bytes/sec total size is 0 speedup is 0.00 22:58:13 ~...
2015 Aug 21
2
Cannot print on Centos 6.7
...gged it in via USB cable, it found it as a P4014, but in any case, it simply wouldn't print, so I deleted it, and tried to start from scratch. When I manually add the printer, it seems all is well, but it won't print a test page. In my CUPS error_log file, I see: D [21/Aug/2015:11:09:05 -0500] [Job 28] printer-state-message="/usr/lib/cups/backend/lpd failed" D [21/Aug/2015:11:09:05 -0500] [Job 28] printer-state-reasons=paused E [21/Aug/2015:11:11:54 -0500] [CGI] Unable to create avahi client: Resource temporarily unavailable E [21/Aug/2015:11:11:54 -0500] [cups-deviced] PID...
2009 Nov 27
0
META: Somebody please unsubscribe this chap until he fixes his problem
armando at mail.bpa.cu The original message was received at Thu, 26 Nov 2009 08:39:46 -0500 from faraon.cgr.bpa.cu [172.16.24.98] ----- The following addresses had permanent fatal errors ----- <armando at mail.bpa.cu> (reason: 554 5.4.6 Too many hops) ----- Transcript of session follows ----- 554 5.4.6 Too many hops 27 (25 max): from <christopher.chan at bradbury.edu....
2005 Mar 07
0
gcc4 warnings
...e building syslinux 3.07 with the current gcc 4 snapshot. This fixes all the warnings except one unused variable. Take them or leave them as you see fit. They're all com32 stuff that's pulled in from external sources. --- syslinux-3.07/memdisk/unzip.c.gcc4 2004-12-07 23:29:22.000000000 -0500 +++ syslinux-3.07/memdisk/unzip.c 2005-03-07 11:26:46.000000000 -0500 @@ -70,8 +70,6 @@ static void gzip_mark(void **); static void gzip_release(void **); -extern ulg crc_32_tab[256]; - /* Get byte from input buffer */ static inline uch get_byte(void) { --- syslinux-3.07/com32/modules/readco...
2013 May 30
2
Question, how to coorelate snapshot ID's to the files that they represent?
...-18 and qemu-img-rhev-0.12.1.2-2.355 My question is, if I do something like the following.. [root@testbox ~]# virsh snapshot-list STIGtest Name Creation Time State ------------------------------------------------------------ 1369421485 2013-05-24 13:51:25 -0500 disk-snapshot 1369768781 2013-05-28 14:19:41 -0500 disk-snapshot 1369920434 2013-05-30 08:27:14 -0500 disk-snapshot 1369920574 2013-05-30 08:29:34 -0500 disk-snapshot 1369920859 2013-05-30 08:34:19 -0500 disk-snapshot 1369920888 2013-05-30 08:34:48...
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
...| 2 +- xen/include/public/dom0_ops.h | 1 + 8 files changed, 8 insertions(+), 17 deletions(-) Signed-off-by: Ryan Harper <ryanh@us.ibm.com> --- diff -r 51045f276c90 tools/python/xen/lowlevel/xc/xc.c --- a/tools/python/xen/lowlevel/xc/xc.c Mon Jul 31 10:48:48 2006 -0500 +++ b/tools/python/xen/lowlevel/xc/xc.c Mon Jul 31 10:49:10 2006 -0500 @@ -631,10 +631,11 @@ static PyObject *pyxc_physinfo(XcObject if(q>cpu_cap) *(q-1)=0; - ret_obj = Py_BuildValue("{s:i,s:i,s:i,s:l,s:l,s:l,s:i,s:s}", + ret_obj = Py_BuildValue("{s:i,s:i,s:...
2004 Nov 16
4
Samba/Netscape Directory Server
...ally I cannot ssh/telnet/ftp on the client machine with ldap accounts though I believe this is likely due to using crypt and pam needing modification. -------- A "net use * \\192.168.0.8\test /user:Administrator --with password, returns in the netscape directory log: [16/Nov/2004:10:36:50 -0500] conn=157 op=-1 msgId=-1 - fd=56 slot=56 LDAP connection from 172.16.59.205 to 172.16.59.50 [16/Nov/2004:10:36:50 -0500] conn=157 op=0 msgId=1 - BIND dn="cn=Directory Manager" method=128 version=3 [16/Nov/2004:10:36:50 -0500] conn=157 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime...
2002 Dec 18
2
patch for openssh3.5p1 - adds logging option
...ange is an additional argument to log_init() in log.c for the log file name (and then changes to the rest of the tools to add a NULL arg). galt -------------- next part -------------- diff -urN openssh-3.5p1-orig/log.c openssh-3.5p1/log.c --- openssh-3.5p1-orig/log.c 2002-12-18 10:10:13.000000000 -0500 +++ openssh-3.5p1/log.c 2002-12-18 11:51:24.000000000 -0500 @@ -40,6 +40,7 @@ #include "xmalloc.h" #include <syslog.h> +#include <time.h> static LogLevel log_level = SYSLOG_LEVEL_INFO; static int log_on_stderr = 1; @@ -48,6 +49,8 @@ extern char *__progname; +FILE...
2007 May 25
1
Fwd: another problem with printing
Hi! I have Samba version 3.0.10-1.4E.9 installed and CUPS v1.1.22rc1. the network printer is Xerox WorkCentre 4150. Once in a while (about every 20-30 jobs) i get an error I [23/May/2007:08:55:28 -0500] Adding start banner page "none" to job 165. I [23/May/2007:08:55:28 -0500] Adding end banner page "none" to job 165. I [23/May/2007:08:55:28 -0500] Job 165 queued on 'Xerox' by 'mezlakowski'. I [23/May/2007:08:55:28 -0500] Started backend /usr/lib/cups/backend/...
2012 Jan 22
4
undefined method `gsub!' for 2012-01-22 17:00:00 -0500..2012-01-23 00:00:00 -0500:Chronic::Span
Hey all, I am getting this error: NoMethodError (undefined method `gsub!'' for 2012-01-22 17:00:00 -0500..2012-01-23 00:00:00 -0500:Chronic::Span): in this code: date_range = Chronic.parse(the_date, :guess => false) reports.sum_distance_by_date(date_range).each do |d| u[:m] << d end def self.sum_distance_by_date(time) t...
2005 Jun 08
2
Installation and Configuration Issues
...ate node clients (2) [2005-06-08 08:55:08] DBUG stats/modify_node_event update node clients (1) [2005-06-08 08:55:08] DBUG stats/modify_node_event update node clients (0) [2005-06-08 08:55:16] DBUG slave/_slave_thread checking master stream list access log: 127.0.0.1 - - [08/Jun/2005:08:49:41 -0500] "GET /icecast.png HTTP/1.1" 200 5154"http://localhost.localdomain:8000/admin/" "Mozilla/5.0 (compatible; Konqueror/3.3; Linux) KHTML/3.3.2 (like Gecko)" 0 127.0.0.1 - - [08/Jun/2005:08:49:47 -0500] "GET /admin/listmounts.xsl HTTP/1.1"200 44 "http://l...
2015 Aug 21
4
Cannot print on Centos 6.7
...ut in any case, it simply wouldn't print, so I deleted it, >> and tried to start from scratch. >> >> When I manually add the printer, it seems all is well, but it won't >> print a test page. In my CUPS error_log file, I see: >> >> D [21/Aug/2015:11:09:05 -0500] [Job 28] >> printer-state-message="/usr/lib/cups/backend/lpd failed" >> D [21/Aug/2015:11:09:05 -0500] [Job 28] printer-state-reasons=paused >> E [21/Aug/2015:11:11:54 -0500] [CGI] Unable to create avahi client: >> Resource temporarily unavailable >> E [21/A...
2009 Oct 27
1
dovecot-2.0.alpha2 doesn't compile on Mac OS X
Howdy, dovecot-2.0.alpha2 doesn't compile on Mac OS X. First, trivially, there's a typo in array.h: --- a/src/lib/array.h 2009-10-08 10:04:35.000000000 -0500 +++ b/src/lib/array.h 2009-10-27 10:35:58.000000000 -0500 @@ -72,7 +72,7 @@ (elem)++) # define array_foreach_modifiable(array, elem) \ for (elem = ARRAY_TYPE_CAST_MODIFIABLE(array) \ - buffer_get_modifiable_data((array)- >arr.buffer, NULL)) + \ +...
2006 Jan 26
1
Samba (+ NAV?) and bad printer names?
...(192.168.0.5) couldn't find service lj4500,winspool,ne00 Jan 24 03:59:58 nemesis smbd[4549]: [2006/01/24 03:59:58, 0] smbd/service.c:make_connection(800) Jan 24 03:59:58 nemesis smbd[4549]: mars (192.168.0.5) couldn't find service lj4500.exe Logged CUPS errors: E [23/Jan/2006:04:00:01 -0500] get_printer_attrs: resource name '/printers/lj4500,winspool,ne00:.exe' no good! E [23/Jan/2006:04:00:01 -0500] get_printer_attrs: resource name '/printers/lj4500,winspool,ne00' no good! E [23/Jan/2006:04:00:01 -0500] get_printer_attrs: resource name '/printers/lj4500,winspool,n...
2005 May 11
3
Grandstream GXP2000 firmware update
...ust downloaded the zip file from grandstreams website to upgrade my gxp2000 firmware from 1.0.0.3 to the latest but seems there are some files missing on the zip file... Anybody been able to upgrade their firmware? My website shows this files as missing: 201.133.125.152 - - [11/May/2005:16:47:16 -0500] "GET /firmware/ring1.bin HTTP/1.0" 200 12737 "-" "Grandstream GXP2000 1.0.0.3" [Wed May 11 16:47:17 2005] [error] [client 201.133.125.152] File does not exist: /usr/local/apache/htdocs/voip/firmware/ring2.bin 201.133.125.152 - - [11/May/2005:16:47:17 -0500] "GET...
2014 Dec 25
8
[PATCH] Consider nanoseconds when quick-checking for unchanged files
On systems using nanoseconds differences should be taken into consideration. --- a/generator.c 2014-06-14 01:05:08.000000000 +0200 +++ b/generator.c 2014-12-25 11:19:54.000000000 +0100 @@ -588,7 +588,13 @@ if (ignore_times) return 0; - return cmp_time(st->st_mtime, file->modtime) == 0; + return cmp_time(st->st_mtime, file->modtime) == 0 +#ifdef ST_MTIME_NSEC + ?
2012 Jan 28
0
ANNOUNCE: cifs-utils release 5.3 is ready for download
.../linux-cifs/cifs-utils/ git: git://git.samba.org/cifs-utils.git gitweb: http://git.samba.org/?p=cifs-utils.git;a=summary Detailed list of changes since 5.1: commit c3fff275e873fd9b9639124e993dd4ad737614db Author: Jeff Layton <jlayton at samba.org> Date: Fri Dec 9 21:36:00 2011 -0500 autoconf: bump release to 5.2.1 for interim builds Signed-off-by: Jeff Layton <jlayton at samba.org> commit 2a9738cefaf8a9496ff0683e18357b3548da0b28 Author: Jeff Layton <jlayton at samba.org> Date: Sat Dec 10 06:49:33 2011 -0500 contrib: add a set of sample /etc/re...
2008 Feb 20
1
Chronic parse problem?
...uely specified using the hh:mm:ss notation -- though in the future -- I would expect the same result as when I specify the time as in ''4pm''. Thanks in advance for any thoughts on this. -cal >> Chronic.parse("now", :context => :past) => Wed Feb 20 11:17:36 -0500 2008 >> Chronic.parse("2008-02-20", :context => :past) => Wed Feb 20 12:00:00 -0500 2008 >> Chronic.parse("2008-02-20 10am", :context => :past) => Wed Feb 20 10:00:00 -0500 2008 >> Chronic.parse("2008-02-20 10:00:00", :context => :past)...
2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
...de/xen/numa.h | 7 - 14 files changed, 231 insertions(+), 22 deletions(-) Signed-off-by: Ryan Harper <ryanh@us.ibm.com> --- Export NUMA topology in physinfo hcall diff -r 6f3c6fb05af3 tools/libxc/xc_misc.c --- a/tools/libxc/xc_misc.c Mon Sep 11 13:45:23 2006 -0500 +++ b/tools/libxc/xc_misc.c Mon Sep 11 13:45:23 2006 -0500 @@ -39,6 +39,10 @@ int xc_physinfo(int xc_handle, DECLARE_SYSCTL; sysctl.cmd = XEN_SYSCTL_physinfo; + + /* set pointers to caller''s so memcpy doesn''t clobber them */ + sysctl.u.physinfo.memory_chunks = pu...