Displaying 6 results from an estimated 6 matches for "filelog".
2005 Jul 20
4
Yum/rpm error (rpmdb versioning issue?)
...Packages index using db3 - Invalid argument (22)
error: cannot open Packages database in /var/lib/rpm
Traceback (most recent call last):
  File "/usr/bin/yum", line 30, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum/yummain.py", line 163, in main
    (log, errorlog, filelog, conf, cmds) = parseCmdArgs(args)
  File "/usr/share/yum/yummain.py", line 75, in parseCmdArgs
    conf=yumconf(configfile=yumconffile)
  File "/usr/share/yum/config.py", line 155, in __init__
    self.yumvar['releasever'] = self._getsysver()
  File "/usr/share/yum/...
2007 Dec 19
8
Segmentation fault in Mongrel when run with --debug
I am having a problem with mongrel just stopping inside a
periodically_call_remote function so I ran mongrel with debug enabled
Mongrel seg faults after a few minutes
The mongrel filelog shows 5 files open when this happens. Same log files
that are open all the time.
Wed Dec 19 15:10:21 -0700 2007 FILES OPEN BEFORE REQUEST
/calibration/ackAdjustDistance
---
log/mongrel_debug/objects.log: 2
/home/scott/NetBeansProjects/webmonitor/config/../log/development.log: 1
log/mongrel_debug/r...
2004 Aug 06
1
how can i set different mount points with IceS
...to the playlist file 
<param name="file">/usr/local/etc/playlist2.m3u</param>
and the mount pioint name 
/1965_32.ogg
and i tried to launch multiple IceS
ices /usr/local/etc/ices-playlist.xml		and it works
ices /usr/local/etc/ices-playlist32.xml		it doesn't work
the filelog ices32.log says 
[2003-01-29  19:07:04] INFO ices-core/main ices started...
[2003-01-29  19:07:04] EROR stream/ices_instance_stream Failed initial
connect to 213.254.15.38:9000 (Socket error)
[2003-01-29  19:07:04] DBUG input/input_loop An instance died, removing
it
[2003-01-29  19:07:04] DBUG inp...
2004 Aug 06
2
how can i set different mount points with IceS
Now every thin works fine good, thanks a lot for helping me, but there
is another problem.
in ices-playlist.ogg the are to sections
first section is:
<input>
       <module>playlist</module>
       <param name="type">basic</param><!-- Only 'basic' implemented -->
       <param
2016 Apr 17
2
NUT Windows port sources review
..."lock" problem.
I suggests the following logging architecture:
Linux version          Windows version
-------------------    ----------------------------
STDERR (no changes)    STDERR (no changes)                 
syslog (no changes)    syslog (new implementation)
                       filelog (new implementation)
                       Windows Event Log (redesign)
WINDOWS PORT ARCHITECTURE
-------------------------
NUT drivers are daemons in Linux version. They are starting and are stopping via controller called upsdrvctl (it is not daemon). Network server (upsd) and monitoring client...
2016 Apr 25
0
NUT Windows port sources review
...lem.
>
> I suggests the following logging architecture:
>
> Linux version          Windows version
> -------------------    ----------------------------
> STDERR (no changes)    STDERR (no changes)
> syslog (no changes)    syslog (new implementation)
>                        filelog (new implementation)
>                        Windows Event Log (redesign)
>
> WINDOWS PORT ARCHITECTURE
> -------------------------
> NUT drivers are daemons in Linux version. They are starting and are stopping via controller called upsdrvctl (it is not daemon). Network server (upsd...